/* =========================================================
   MOTO747 ABOUT PAGE
========================================================= */

:root {
    --moto-yellow: #f6c600;
    --moto-yellow-dark: #d9ac00;
    --moto-black: #080808;
    --moto-dark: #111111;
    --moto-dark-soft: #181818;
    --moto-text: #202020;
    --moto-text-soft: #6f6f6f;
    --moto-light: #f5f5f5;
    --moto-white: #ffffff;
    --moto-border: #e5e5e5;
}

.moto-about-page {
    width: 100%;
    overflow: hidden;
    background: var(--moto-white);
    color: var(--moto-text);
}

.moto-about-page *,
.moto-about-page *::before,
.moto-about-page *::after {
    box-sizing: border-box;
}

.moto-about-page img {
    display: block;
    width: 100%;
}

.moto-about-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--moto-yellow-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2.2px;
}

.moto-about-section-label::before {
    width: 30px;
    height: 2px;
    content: "";
    background: var(--moto-yellow);
}

.moto-about-section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 76px;
    color: var(--moto-yellow);
    border: 1px solid rgba(246, 198, 0, 0.35);
    font-size: 24px;
    font-weight: 900;
}


/* =========================================================
   HERO
========================================================= */

.moto-about-hero {
    position: relative;
    display: flex;
    min-height: 720px;
    align-items: center;
    overflow: hidden;
    background: var(--moto-black);
}

.moto-about-hero-image,
.moto-about-hero-overlay,
.moto-about-hero-grid {
    position: absolute;
    inset: 0;
}

.moto-about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.moto-about-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.95) 0%,
            rgba(0, 0, 0, 0.78) 42%,
            rgba(0, 0, 0, 0.30) 75%,
            rgba(0, 0, 0, 0.42) 100%
        );
}

.moto-about-hero-grid {
    z-index: 2;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 64px 64px;
}

.moto-about-hero .container {
    z-index: 3;
}

.moto-about-hero-content {
    max-width: 750px;
    padding-top: 70px;
}

.moto-about-hero-label {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
    color: var(--moto-yellow);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 4px;
}

.moto-about-hero-label span {
    width: 45px;
    height: 3px;
    background: var(--moto-yellow);
}

.moto-about-hero-content h1 {
    max-width: 720px;
    margin: 0 0 26px;
    color: var(--moto-white);
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 300;
    line-height: 1.03;
    letter-spacing: -3px;
}

.moto-about-hero-content h1 strong {
    display: block;
    color: var(--moto-yellow);
    font-weight: 900;
}

.moto-about-hero-content > p {
    max-width: 650px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.8;
}

.moto-about-breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.moto-about-breadcrumb .breadcrumb-item,
.moto-about-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    text-decoration: none;
}

.moto-about-breadcrumb .breadcrumb-item a:hover {
    color: var(--moto-yellow);
}

.moto-about-breadcrumb .breadcrumb-item.active {
    color: var(--moto-white);
}

.moto-about-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: var(--moto-yellow);
}

.moto-about-scroll {
    position: absolute;
    z-index: 4;
    right: 45px;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--moto-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-decoration: none;
    transform: rotate(-90deg);
    transform-origin: right bottom;
}

.moto-about-scroll i {
    color: var(--moto-yellow);
    transform: rotate(90deg);
}


/* =========================================================
   INTRO
========================================================= */

.moto-about-intro {
    padding: 120px 0;
    background: var(--moto-white);
}

.moto-about-intro-visual {
    position: relative;
    min-height: 580px;
    padding: 0 45px 45px 0;
}

.moto-about-intro-main-image {
    position: relative;
    z-index: 2;
    height: 540px;
    overflow: hidden;
    background: var(--moto-dark);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.16);
}

.moto-about-intro-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moto-about-intro-yellow-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 68%;
    height: 72%;
    background:
        repeating-linear-gradient(
            -45deg,
            var(--moto-yellow),
            var(--moto-yellow) 12px,
            #e9ba00 12px,
            #e9ba00 24px
        );
}

.moto-about-experience-card {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 20px;
    display: flex;
    min-width: 270px;
    align-items: center;
    gap: 18px;
    padding: 25px 30px;
    background: var(--moto-black);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
}

.moto-about-experience-number {
    color: var(--moto-yellow);
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
}

.moto-about-experience-card strong,
.moto-about-experience-card small {
    display: block;
}

.moto-about-experience-card strong {
    margin-bottom: 5px;
    color: var(--moto-white);
    font-size: 18px;
}

.moto-about-experience-card small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

.moto-about-intro-badge {
    position: absolute;
    z-index: 4;
    top: 35px;
    left: -25px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.6px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

.moto-about-intro-badge i {
    font-size: 23px;
}

.moto-about-intro-content {
    padding-left: 35px;
}

.moto-about-intro-content h2,
.moto-about-dynamic-heading h2,
.moto-about-section-header h2,
.moto-about-values-heading h2,
.moto-about-approach-content h2,
.moto-about-why-content h2 {
    margin: 0;
    color: var(--moto-black);
    font-size: clamp(37px, 4vw, 55px);
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: -1.8px;
}

.moto-about-intro-content h2 strong,
.moto-about-dynamic-heading h2 strong,
.moto-about-section-header h2 strong,
.moto-about-values-heading h2 strong,
.moto-about-approach-content h2 strong,
.moto-about-why-content h2 strong {
    font-weight: 900;
}

.moto-about-title-line {
    width: 85px;
    height: 4px;
    margin: 28px 0;
    background: var(--moto-yellow);
}

.moto-about-intro-content p {
    margin-bottom: 20px;
    color: var(--moto-text-soft);
    font-size: 16px;
    line-height: 1.9;
}

.moto-about-intro-content .moto-about-lead-text {
    color: var(--moto-text);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.7;
}

.moto-about-signature {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 35px;
    padding-top: 30px;
    border-top: 1px solid var(--moto-border);
}

.moto-about-signature-icon {
    display: flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 23px;
}

.moto-about-signature strong,
.moto-about-signature span {
    display: block;
}

.moto-about-signature strong {
    color: var(--moto-black);
    font-size: 17px;
}

.moto-about-signature span {
    margin-top: 4px;
    color: var(--moto-text-soft);
    font-size: 14px;
}


/* =========================================================
   DYNAMIC CONTENT
========================================================= */

.moto-about-dynamic-content {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: #101010;
}

.moto-about-dynamic-content::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.14;
    background:
        url("/Sistem/motobg.png")
        center center / cover no-repeat;
}

.moto-about-dynamic-content::after {
    position: absolute;
    inset: 0;
    content: "";
    background:
        linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.94) 0%,
            rgba(8, 8, 8, 0.84) 52%,
            rgba(18, 18, 18, 0.94) 100%
        );
}

.moto-about-dynamic-content .container {
    position: relative;
    z-index: 2;
}

.moto-about-dynamic-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 60px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.moto-about-dynamic-heading {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.moto-about-dynamic-content .moto-about-section-number {
    color: var(--moto-yellow);
    background: rgba(246, 198, 0, 0.05);
    border-color: rgba(246, 198, 0, 0.42);
}

.moto-about-dynamic-content .moto-about-section-label {
    color: var(--moto-yellow);
}

.moto-about-dynamic-heading h2 {
    color: var(--moto-white);
}

.moto-about-dynamic-heading h2 strong {
    display: block;
    color: var(--moto-yellow);
}

.moto-about-dynamic-text {
    position: relative;
    padding: 35px 35px 35px 40px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.22);
    border-left: 4px solid var(--moto-yellow);
}

.moto-about-dynamic-text::before {
    position: absolute;
    top: 10px;
    right: 24px;
    content: "“";
    color: rgba(246, 198, 0, 0.10);
    font-family: Georgia, serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
}

.moto-about-dynamic-text p {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 17px;
    line-height: 1.9;
}

.moto-about-dynamic-text p:last-child {
    margin-bottom: 0;
}

.moto-about-dynamic-text strong {
    color: var(--moto-white);
}

.moto-about-dynamic-text a {
    color: var(--moto-yellow);
}


/* =========================================================
   STATS
========================================================= */

.moto-about-stats {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: var(--moto-black);
}

.moto-about-stats::before {
    position: absolute;
    top: -140px;
    left: -100px;
    width: 400px;
    height: 400px;
    content: "";
    border: 90px solid rgba(246, 198, 0, 0.05);
    border-radius: 50%;
}

.moto-about-stats-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.moto-about-stat-item {
    position: relative;
    padding: 25px 40px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.moto-about-stat-item:last-child {
    border-right: 0;
}

.moto-about-stat-icon {
    margin-bottom: 18px;
    color: var(--moto-yellow);
    font-size: 29px;
}

.moto-about-stat-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: var(--moto-white);
    font-size: clamp(40px, 4vw, 62px);
    font-weight: 900;
    line-height: 1;
}

.moto-about-stat-number sup {
    margin-top: 2px;
    margin-left: 3px;
    color: var(--moto-yellow);
    font-size: 24px;
}

.moto-about-stat-item p {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
}


/* =========================================================
   GENERAL SECTION HEADER
========================================================= */

.moto-about-section-header {
    display: grid;
    grid-template-columns: 1.45fr 0.75fr;
    gap: 70px;
    align-items: end;
    margin-bottom: 55px;
}

.moto-about-section-header > p {
    margin: 0;
    padding-left: 28px;
    color: var(--moto-text-soft);
    border-left: 3px solid var(--moto-yellow);
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   VISION / MISSION
========================================================= */

.moto-about-vision-mission {
    padding: 120px 0;
    background: var(--moto-white);
}

.moto-about-purpose-card {
    position: relative;
    min-height: 470px;
    padding: 60px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.moto-about-purpose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.18);
}

.moto-about-purpose-dark {
    color: var(--moto-white);
    background: var(--moto-black);
}

.moto-about-purpose-yellow {
    color: var(--moto-black);
    background: var(--moto-yellow);
}

.moto-about-purpose-number {
    position: absolute;
    top: 15px;
    right: 25px;
    color: rgba(255, 255, 255, 0.08);
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
}

.moto-about-purpose-yellow .moto-about-purpose-number {
    color: rgba(0, 0, 0, 0.08);
}

.moto-about-purpose-icon {
    display: flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 28px;
}

.moto-about-purpose-yellow .moto-about-purpose-icon {
    color: var(--moto-yellow);
    background: var(--moto-black);
}

.moto-about-purpose-label {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.3px;
}

.moto-about-purpose-dark .moto-about-purpose-label {
    color: var(--moto-yellow);
}

.moto-about-purpose-card h3 {
    position: relative;
    max-width: 500px;
    margin-bottom: 22px;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.3;
}

.moto-about-purpose-card p {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
}

.moto-about-purpose-dark p {
    color: rgba(255, 255, 255, 0.66);
}

.moto-about-purpose-yellow p {
    color: rgba(0, 0, 0, 0.72);
}


/* =========================================================
   VALUES
========================================================= */

.moto-about-values {
    padding: 120px 0;
    background: var(--moto-light);
}

.moto-about-values-heading {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-bottom: 55px;
}

.moto-about-value-card {
    position: relative;
    min-height: 355px;
    padding: 40px 30px;
    overflow: hidden;
    background: var(--moto-white);
    border-bottom: 4px solid transparent;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.05);
    transition: 0.35s ease;
}

.moto-about-value-card:hover {
    border-bottom-color: var(--moto-yellow);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.moto-about-value-number {
    position: absolute;
    top: 17px;
    right: 20px;
    color: rgba(0, 0, 0, 0.05);
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
}

.moto-about-value-icon {
    display: flex;
    width: 64px;
    height: 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 25px;
}

.moto-about-value-card h3 {
    margin-bottom: 15px;
    color: var(--moto-black);
    font-size: 23px;
    font-weight: 900;
}

.moto-about-value-card p {
    margin: 0;
    color: var(--moto-text-soft);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   APPROACH
========================================================= */

.moto-about-approach {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: var(--moto-black);
}

.moto-about-approach-background,
.moto-about-approach-overlay {
    position: absolute;
    inset: 0;
}

.moto-about-approach-background {
    background:
        url("/Sistem/motobg.png")
        center / cover no-repeat;
}

.moto-about-approach-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.98),
            rgba(0, 0, 0, 0.90) 48%,
            rgba(0, 0, 0, 0.68)
        );
}

.moto-about-approach-content .moto-about-section-label {
    color: var(--moto-yellow);
}

.moto-about-approach-content h2 {
    color: var(--moto-white);
}

.moto-about-approach-content h2 strong {
    color: var(--moto-yellow);
}

.moto-about-approach-content p {
    margin: 28px 0 35px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 16px;
    line-height: 1.9;
}

.moto-about-approach-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    gap: 20px;
    padding: 0 28px;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease;
}

.moto-about-approach-button:hover {
    color: var(--moto-white);
    background: var(--moto-dark-soft);
    transform: translateY(-3px);
}

.moto-about-approach-list {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.moto-about-approach-item {
    display: grid;
    grid-template-columns: 75px 1fr;
    gap: 25px;
    padding: 28px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    transition: 0.3s ease;
}

.moto-about-approach-item:hover {
    padding-left: 28px;
    background: rgba(246, 198, 0, 0.06);
}

.moto-about-approach-item > span {
    color: var(--moto-yellow);
    font-size: 15px;
    font-weight: 900;
}

.moto-about-approach-item h3 {
    margin: 0 0 8px;
    color: var(--moto-white);
    font-size: 20px;
    font-weight: 800;
}

.moto-about-approach-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   PROCESS
========================================================= */

.moto-about-process {
    padding: 120px 0;
    background: var(--moto-white);
}

.moto-about-process-grid {
    display: grid;
    grid-template-columns: 1fr 55px 1fr 55px 1fr 55px 1fr;
    align-items: center;
}

.moto-about-process-item {
    position: relative;
    min-height: 285px;
    padding: 30px 22px;
    text-align: center;
}

.moto-about-process-circle {
    display: flex;
    width: 94px;
    height: 94px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    color: var(--moto-black);
    background: var(--moto-yellow);
    border-radius: 50%;
    font-size: 32px;
    box-shadow: 0 15px 30px rgba(246, 198, 0, 0.25);
    transition: 0.35s ease;
}

.moto-about-process-item:hover .moto-about-process-circle {
    color: var(--moto-yellow);
    background: var(--moto-black);
    transform: rotateY(180deg);
}

.moto-about-process-item > span {
    display: block;
    margin-bottom: 8px;
    color: var(--moto-yellow-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.moto-about-process-item h3 {
    margin-bottom: 13px;
    color: var(--moto-black);
    font-size: 21px;
    font-weight: 900;
}

.moto-about-process-item p {
    margin: 0;
    color: var(--moto-text-soft);
    font-size: 14px;
    line-height: 1.75;
}

.moto-about-process-arrow {
    color: #c7c7c7;
    text-align: center;
    font-size: 25px;
}
/* =========================================================
   WHY MOTO747
========================================================= */

.moto-about-why {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fafafa 55%,
            #f4f0dc 100%
        );
}

.moto-about-why::before {
    position: absolute;
    top: -140px;
    left: -120px;
    width: 360px;
    height: 360px;
    content: "";
    border: 70px solid rgba(246, 198, 0, 0.05);
    border-radius: 50%;
}

.moto-about-why::after {
    position: absolute;
    right: -80px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    content: "";
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(246, 198, 0, 0.05),
            rgba(246, 198, 0, 0.05) 10px,
            transparent 10px,
            transparent 20px
        );
}

.moto-about-why .container {
    position: relative;
    z-index: 2;
}

.moto-about-why-content {
    padding-right: 30px;
}

.moto-about-why-content .moto-about-section-label {
    color: var(--moto-yellow-dark);
}

.moto-about-why-content h2 {
    color: var(--moto-black);
}

.moto-about-why-content h2 strong {
    display: block;
    color: var(--moto-black);
}

.moto-about-why-content > p {
    max-width: 590px;
    margin: 28px 0 34px;
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.moto-about-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.moto-about-check-list > div {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 13px;
    padding: 12px 15px;
    color: var(--moto-text);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
}

.moto-about-check-list > div:hover {
    background: var(--moto-white);
    border-color: rgba(246, 198, 0, 0.45);
    transform: translateY(-3px);
}

.moto-about-check-list i {
    display: inline-flex;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    align-items: center;
    justify-content: center;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 12px;
}

.moto-about-quality-box {
    position: relative;
    min-height: 100%;
    padding: 60px;
    overflow: hidden;
    color: var(--moto-white);
    background:
        linear-gradient(
            145deg,
            #090909 0%,
            #141414 60%,
            #1c1c1c 100%
        );
    border: 1px solid rgba(246, 198, 0, 0.18);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.20);
}

.moto-about-quality-box::before {
    position: absolute;
    top: -100px;
    right: -80px;
    width: 260px;
    height: 260px;
    content: "";
    border: 55px solid rgba(246, 198, 0, 0.07);
    border-radius: 50%;
}

.moto-about-quality-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 130px;
    content: "";
    background:
        repeating-linear-gradient(
            -45deg,
            rgba(246, 198, 0, 0.06),
            rgba(246, 198, 0, 0.06) 8px,
            transparent 8px,
            transparent 16px
        );
}

.moto-about-quality-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    color: var(--moto-black);
    background: var(--moto-yellow);
    font-size: 28px;
}

.moto-about-quality-box > span {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 14px;
    color: var(--moto-yellow);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.moto-about-quality-box h3 {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    color: var(--moto-white);
    font-size: 31px;
    font-weight: 900;
    line-height: 1.3;
}

.moto-about-quality-box p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.9;
}

.moto-about-quality-line {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 3px;
    margin: 30px 0;
    background: var(--moto-yellow);
}

.moto-about-quality-box blockquote {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--moto-white);
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.6;
}

/* =========================================================
   CTA
========================================================= */

.moto-about-cta {
    padding: 90px 0;
    background: var(--moto-yellow);
}

.moto-about-cta-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.moto-about-cta-wrapper > div:first-child {
    max-width: 720px;
}

.moto-about-cta-wrapper > div:first-child > span {
    display: block;
    margin-bottom: 13px;
    color: rgba(0, 0, 0, 0.68);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2.2px;
}

.moto-about-cta h2 {
    margin: 0;
    color: var(--moto-black);
    font-size: clamp(35px, 4vw, 54px);
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.moto-about-cta h2 strong {
    font-weight: 900;
}

.moto-about-cta p {
    margin: 20px 0 0;
    color: rgba(0, 0, 0, 0.70);
    font-size: 16px;
    line-height: 1.8;
}

.moto-about-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 245px;
}

.moto-about-cta-primary,
.moto-about-cta-secondary {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: 0.3s ease;
}

.moto-about-cta-primary {
    color: var(--moto-white);
    background: var(--moto-black);
}

.moto-about-cta-primary:hover {
    color: var(--moto-black);
    background: var(--moto-white);
    transform: translateY(-3px);
}

.moto-about-cta-secondary {
    color: var(--moto-black);
    border: 2px solid var(--moto-black);
}

.moto-about-cta-secondary:hover {
    color: var(--moto-white);
    background: var(--moto-black);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {

    .moto-about-hero {
        min-height: 650px;
    }

    .moto-about-intro-content {
        padding-left: 0;
    }

    .moto-about-purpose-card {
        min-height: 500px;
        padding: 45px;
    }

    .moto-about-process-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .moto-about-process-arrow {
        display: none;
    }

}
@media (max-width: 991.98px) {

    .moto-about-why-content {
        padding-right: 0;
    }

    .moto-about-quality-box {
        margin-top: 10px;
    }

}

@media (max-width: 767.98px) {

    .moto-about-check-list {
        grid-template-columns: 1fr;
    }

    .moto-about-quality-box {
        padding: 42px 30px;
    }

}

@media (max-width: 575.98px) {

    .moto-about-why {
        padding: 75px 0;
    }

    .moto-about-quality-box h3 {
        font-size: 26px;
    }

    .moto-about-quality-box blockquote {
        font-size: 18px;
    }

}
@media (max-width: 991.98px) {

    .moto-about-hero {
        min-height: 600px;
    }

    .moto-about-hero-content {
        padding-top: 110px;
    }

    .moto-about-scroll {
        display: none;
    }

    .moto-about-intro,
    .moto-about-dynamic-content,
    .moto-about-vision-mission,
    .moto-about-values,
    .moto-about-process,
    .moto-about-why {
        padding: 90px 0;
    }

    .moto-about-intro-visual {
        max-width: 650px;
        margin: 0 auto;
    }

    .moto-about-intro-content {
        margin-top: 25px;
    }

    .moto-about-dynamic-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 45px;
    }

    .moto-about-stats-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .moto-about-stat-item:nth-child(2) {
        border-right: 0;
    }

    .moto-about-stat-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .moto-about-section-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .moto-about-section-header > p {
        max-width: 650px;
    }

    .moto-about-purpose-card {
        min-height: auto;
    }

    .moto-about-approach {
        padding: 100px 0;
    }

    .moto-about-approach-content {
        margin-bottom: 30px;
    }

    .moto-about-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .moto-about-cta-wrapper {
        align-items: flex-start;
        flex-direction: column;
    }

    .moto-about-cta-buttons {
        width: 100%;
        max-width: 360px;
    }

}

@media (max-width: 767.98px) {

    .moto-about-hero {
        min-height: 580px;
    }

    .moto-about-hero-overlay {
        background: rgba(0, 0, 0, 0.76);
    }

    .moto-about-hero-content h1 {
        font-size: 45px;
        letter-spacing: -1.5px;
    }

    .moto-about-hero-content > p {
        font-size: 16px;
        line-height: 1.7;
    }

    .moto-about-intro-visual {
        min-height: 480px;
        padding: 0 22px 35px 0;
    }

    .moto-about-intro-main-image {
        height: 440px;
    }

    .moto-about-experience-card {
        right: 0;
        bottom: 10px;
        min-width: 235px;
        padding: 20px;
    }

    .moto-about-experience-number {
        font-size: 50px;
    }

    .moto-about-intro-badge {
        top: 25px;
        left: 0;
    }

    .moto-about-dynamic-heading,
    .moto-about-values-heading {
        flex-direction: column;
    }

    .moto-about-dynamic-text {
        padding: 30px 28px;
        border-left-width: 3px;
    }

    .moto-about-purpose-card,
    .moto-about-quality-box {
        padding: 40px 30px;
    }

    .moto-about-check-list {
        grid-template-columns: 1fr;
    }

    .moto-about-cta {
        padding: 70px 0;
    }

}

@media (max-width: 575.98px) {

    .moto-about-dynamic-wrapper {
        gap: 32px;
        padding: 28px 20px;
    }

    .moto-about-dynamic-heading {
        flex-direction: column;
    }

    .moto-about-dynamic-text {
        padding: 26px 20px;
    }

    .moto-about-dynamic-text p {
        font-size: 15px;
        line-height: 1.8;
    }

    .moto-about-hero {
        min-height: 560px;
    }

    .moto-about-hero-content {
        padding-top: 90px;
    }

    .moto-about-hero-content h1 {
        font-size: 38px;
    }

    .moto-about-hero-label {
        font-size: 12px;
        letter-spacing: 2.5px;
    }

    .moto-about-intro,
    .moto-about-dynamic-content,
    .moto-about-vision-mission,
    .moto-about-values,
    .moto-about-process,
    .moto-about-why {
        padding: 70px 0;
    }

    .moto-about-intro-visual {
        min-height: 410px;
        padding: 0 14px 30px 0;
    }

    .moto-about-intro-main-image {
        height: 370px;
    }

    .moto-about-intro-badge {
        padding: 12px 15px;
        font-size: 11px;
    }

    .moto-about-experience-card {
        min-width: 210px;
        padding: 16px;
    }

    .moto-about-experience-number {
        font-size: 42px;
    }

    .moto-about-experience-card strong {
        font-size: 15px;
    }

    .moto-about-intro-content h2,
    .moto-about-dynamic-heading h2,
    .moto-about-section-header h2,
    .moto-about-values-heading h2,
    .moto-about-approach-content h2,
    .moto-about-why-content h2 {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .moto-about-section-number {
        min-width: 60px;
        height: 60px;
        font-size: 19px;
    }

    .moto-about-stats {
        padding: 55px 0;
    }

    .moto-about-stats-wrapper {
        grid-template-columns: 1fr;
    }

    .moto-about-stat-item {
        padding: 30px 15px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .moto-about-stat-item:last-child {
        border-bottom: 0;
    }

    .moto-about-process-grid {
        grid-template-columns: 1fr;
    }

    .moto-about-process-item {
        min-height: auto;
        padding: 25px 15px 40px;
    }

    .moto-about-purpose-card h3,
    .moto-about-quality-box h3 {
        font-size: 26px;
    }

    .moto-about-approach-item {
        grid-template-columns: 45px 1fr;
        gap: 12px;
        padding-right: 0;
        padding-left: 0;
    }

    .moto-about-approach-item:hover {
        padding-left: 12px;
    }

    .moto-about-cta h2 {
        font-size: 34px;
    }

}