/* =========================================================
   MOTO747 INTRO & STATS
   ========================================================= */

.m747-home-content {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.m747-intro-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    isolation: isolate;
    background:
        linear-gradient(
            145deg,
            #050505 0%,
            #0b0b0d 52%,
            #151515 100%
        );
}

.m747-intro-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(225, 6, 0, 0.12),
            transparent 48%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05),
            rgba(0, 0, 0, 0.55)
        );
}

.m747-intro-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.06;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.20) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.20) 1px,
            transparent 1px
        );
    background-size: 75px 75px;
}

.m747-intro-red-light {
    position: absolute;
    top: -300px;
    left: 50%;
    z-index: 0;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    transform: translateX(-50%);
    background: rgba(225, 6, 0, 0.16);
    filter: blur(150px);
    pointer-events: none;
}

.m747-intro-section .container {
    z-index: 3;
}

.m747-intro-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #e10600;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.m747-intro-subtitle::before,
.m747-intro-subtitle::after {
    content: "";
    width: 38px;
    height: 2px;
    background: #e10600;
    box-shadow: 0 0 15px rgba(225, 6, 0, 0.65);
}

.m747-intro-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(43px, 5vw, 72px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2.5px;
    text-transform: uppercase;
}

.m747-intro-title span {
    display: inline-block;
    margin: 0 7px;
    color: #e10600;
    font-size: 0.65em;
    vertical-align: middle;
}

.m747-intro-line {
    position: relative;
    width: 105px;
    height: 3px;
    margin: 28px auto;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.12);
}

.m747-intro-line::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 60%;
    background: #e10600;
    box-shadow: 0 0 16px rgba(225, 6, 0, 0.75);
}

.m747-intro-description {
    max-width: 800px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.64);
    font-size: 17px;
    line-height: 1.85;
}

.m747-stat-row {
    position: relative;
    z-index: 4;
    margin-top: 65px;
}

.m747-stat-row > div {
    display: flex;
}

.m747-stat-card {
    position: relative;
    width: 100%;
    min-height: 260px;
    padding: 35px 30px;
    overflow: hidden;
    text-align: center;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        background 0.4s ease,
        box-shadow 0.4s ease;
}

.m747-stat-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 3px;
    transform: translateX(-50%);
    background: #e10600;
    box-shadow: 0 0 15px rgba(225, 6, 0, 0.65);
    transition: width 0.4s ease;
}

.m747-stat-card:hover {
    transform: translateY(-9px);
    border-color: rgba(225, 6, 0, 0.45);
    background:
        linear-gradient(
            145deg,
            rgba(225, 6, 0, 0.12),
            rgba(255, 255, 255, 0.025)
        );
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.38);
}

.m747-stat-card:hover::before {
    width: 100%;
}

.m747-stat-number-bg {
    position: absolute;
    top: 5px;
    right: 14px;
    color: rgba(255, 255, 255, 0.035);
    font-size: 76px;
    line-height: 1;
    font-weight: 950;
    pointer-events: none;
}

.m747-stat-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e10600;
    font-size: 24px;
    border: 1px solid rgba(225, 6, 0, 0.38);
    background: rgba(225, 6, 0, 0.08);
    transition: 0.35s ease;
}

.m747-stat-card:hover .m747-stat-icon {
    color: #ffffff;
    background: #e10600;
    transform: rotate(-5deg) scale(1.06);
    box-shadow: 0 0 30px rgba(225, 6, 0, 0.25);
}

.m747-stat-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.m747-stat-card h3 sup {
    position: relative;
    top: -14px;
    margin-left: 3px;
    color: #e10600;
    font-size: 19px;
    font-weight: 900;
}

.m747-stat-title {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.m747-stat-card small {
    display: block;
    color: rgba(255, 255, 255, 0.42);
    font-size: 11px;
    line-height: 1.6;
}


/* =========================================================
   MOTO747 ABOUT
   ========================================================= */

.m747-about-section {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background: #ffffff;
}

.m747-about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
    pointer-events: none;
    background:
        linear-gradient(
            135deg,
            rgba(225, 6, 0, 0.035),
            transparent
        );
}

.m747-about-background-text {
    position: absolute;
    right: -30px;
    bottom: -30px;
    color: transparent;
    font-size: clamp(130px, 19vw, 300px);
    line-height: 0.8;
    font-weight: 950;
    letter-spacing: -16px;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.045);
}

.m747-about-section .container {
    z-index: 2;
}

.m747-about-content {
    position: relative;
    max-width: 650px;
}

.m747-about-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 19px;
    color: #e10600;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 3.5px;
    text-transform: uppercase;
}

.m747-about-subtitle::before {
    content: "";
    width: 38px;
    height: 2px;
    background: #e10600;
}

.m747-about-title {
    max-width: 680px;
    margin: 0;
    color: #111111;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -2.8px;
    text-transform: uppercase;
}

.m747-about-title span {
    display: block;
    color: #e10600;
}

.m747-about-line {
    position: relative;
    width: 90px;
    height: 3px;
    margin: 28px 0 30px;
    background: rgba(0, 0, 0, 0.10);
}

.m747-about-line::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 55%;
    background: #e10600;
}

.m747-about-content > p {
    max-width: 620px;
    margin: 0 0 18px;
    color: #666666;
    font-size: 16px;
    line-height: 1.85;
}

.m747-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 24px;
    margin-top: 30px;
}

.m747-about-feature {
    display: flex;
    align-items: center;
    gap: 12px;
}

.m747-about-feature > span {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
    background: #e10600;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(225, 6, 0, 0.20);
}

.m747-about-feature strong {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}

.m747-about-button {
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    margin-top: 38px;
    padding: 0 8px 0 28px;
    color: #ffffff;
    text-decoration: none;
    background: #111111;
    border: 1px solid #111111;
    transition: 0.35s ease;
}

.m747-about-button > span:first-child {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.m747-about-button-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #e10600;
    transition: 0.35s ease;
}

.m747-about-button:hover {
    color: #ffffff;
    border-color: #e10600;
    background: #e10600;
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(225, 6, 0, 0.22);
}

.m747-about-button:hover .m747-about-button-icon {
    color: #111111;
    background: #ffffff;
    transform: translateX(3px);
}


/* ABOUT IMAGE */

.m747-about-image-wrapper {
    position: relative;
    max-width: 650px;
    margin-left: auto;
    padding: 24px 0 34px 24px;
}

.m747-about-image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 10px;
    left: 0;
    z-index: 0;
    border: 1px solid rgba(225, 6, 0, 0.28);
}

.m747-about-image-frame {
    position: relative;
    z-index: 2;
    height: 590px;
    overflow: hidden;
    background: #111111;
    box-shadow: 0 35px 75px rgba(0, 0, 0, 0.22);
}

.m747-about-image-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter:
        contrast(1.06)
        saturate(1.05);
    transition: transform 0.8s cubic-bezier(.16, 1, .3, 1);
}

.m747-about-image-wrapper:hover .m747-about-image-frame img {
    transform: scale(1.06);
}

.m747-about-image-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            180deg,
            transparent 48%,
            rgba(0, 0, 0, 0.38) 100%
        );
}

.m747-about-image-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 35%;
    background: #e10600;
}

.m747-about-badge {
    position: absolute;
    right: -28px;
    bottom: 0;
    z-index: 4;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 22px;
    color: #ffffff;
    background: #111111;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.30);
}

.m747-about-badge-icon {
    width: 49px;
    height: 49px;
    flex: 0 0 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 19px;
    background: #e10600;
}

.m747-about-badge strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 750;
}

.m747-about-badge small {
    display: block;
    color: rgba(255, 255, 255, 0.48);
    font-size: 11px;
}

.m747-about-experience {
    position: absolute;
    top: 60px;
    left: -30px;
    z-index: 4;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 17px 18px;
    color: #ffffff;
    background: #e10600;
    box-shadow: 0 18px 40px rgba(225, 6, 0, 0.25);
}

.m747-about-experience strong {
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.m747-about-experience span {
    font-size: 10px;
    line-height: 1.35;
    font-weight: 750;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199px) {

    .m747-about-image-wrapper {
        padding-left: 15px;
    }

    .m747-about-badge {
        right: 0;
    }

    .m747-about-experience {
        left: -10px;
    }
}

@media (max-width: 991px) {

    .m747-intro-section {
        padding: 90px 0;
    }

    .m747-about-section {
        padding: 95px 0;
    }

    .m747-about-content {
        max-width: 100%;
    }

    .m747-about-image-wrapper {
        max-width: 720px;
        margin: 0 auto;
    }

    .m747-about-image-frame {
        height: 520px;
    }
}

@media (max-width: 767px) {

    .m747-intro-section {
        padding: 75px 0;
    }

    .m747-intro-subtitle {
        font-size: 9px;
        letter-spacing: 2.4px;
    }

    .m747-intro-subtitle::before,
    .m747-intro-subtitle::after {
        width: 24px;
    }

    .m747-intro-title {
        font-size: 37px;
        letter-spacing: -1.5px;
    }

    .m747-intro-title span {
        margin: 0 3px;
    }

    .m747-intro-description {
        padding: 0 10px;
        font-size: 15px;
        line-height: 1.75;
    }

    .m747-stat-row {
        margin-top: 45px;
    }

    .m747-stat-card {
        min-height: 235px;
    }

    .m747-about-section {
        padding: 75px 0;
    }

    .m747-about-title {
        font-size: 38px;
        letter-spacing: -1.6px;
    }

    .m747-about-content > p {
        font-size: 15px;
        line-height: 1.75;
    }

    .m747-about-features {
        grid-template-columns: 1fr;
    }

    .m747-about-image-wrapper {
        padding: 14px 0 28px 14px;
    }

    .m747-about-image-frame {
        height: 430px;
    }

    .m747-about-badge {
        position: relative;
        right: auto;
        bottom: auto;
        width: calc(100% - 25px);
        min-width: 0;
        margin: -38px 0 0 25px;
    }

    .m747-about-experience {
        top: 38px;
        left: 0;
    }

    .m747-about-background-text {
        display: none;
    }
}

@media (max-width: 480px) {

    .m747-intro-title {
        font-size: 31px;
    }

    .m747-stat-card h3 {
        font-size: 42px;
    }

    .m747-about-title {
        font-size: 32px;
    }

    .m747-about-image-frame {
        height: 350px;
    }

    .m747-about-experience {
        min-width: 125px;
        padding: 13px 14px;
    }

    .m747-about-experience strong {
        font-size: 28px;
    }

    .m747-about-badge {
        padding: 17px;
    }

    .m747-about-button {
        width: 100%;
        justify-content: space-between;
    }
}