
    /* =========================================================
       BYSAMY TOUR — PREMIUM ABOUT PAGE
       ========================================================= */

    :root {
        --bysamy-navy: #071b2d;
        --bysamy-navy-light: #0d2d49;
        --bysamy-blue: #126c8f;
        --bysamy-turquoise: #20a9b8;
        --bysamy-gold: #d7aa55;
        --bysamy-gold-light: #f2d695;
        --bysamy-white: #ffffff;
        --bysamy-soft: #f4f8fa;
        --bysamy-text: #526270;
        --bysamy-heading: #0a2438;
        --bysamy-border: rgba(8, 46, 70, 0.11);
        --bysamy-shadow: 0 25px 70px rgba(5, 31, 49, 0.12);
    }

    html {
        scroll-behavior: smooth;
    }

    .bysamy-about-page,
    .bysamy-about-page * {
        box-sizing: border-box;
    }

    .bysamy-about-page {
        width: 100%;
        overflow: hidden;
        background: #fff;
        color: var(--bysamy-text);
        font-family: "Poppins", Arial, sans-serif;
    }

    .bysamy-about-page img {
        max-width: 100%;
    }

    .bysamy-about-container {
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
    }

    .bysamy-about-section {
        position: relative;
        padding: 110px 0;
    }

    .bysamy-about-section-small {
        padding: 85px 0;
    }

    .bysamy-about-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        color: var(--bysamy-gold);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2.2px;
        text-transform: uppercase;
    }

    .bysamy-about-eyebrow::before {
        content: "";
        width: 42px;
        height: 2px;
        background: var(--bysamy-gold);
    }

    .bysamy-about-heading {
        margin: 0;
        color: var(--bysamy-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(42px, 5vw, 68px);
        font-weight: 700;
        line-height: 0.98;
        letter-spacing: -1.4px;
    }

    .bysamy-about-heading span {
        color: var(--bysamy-gold);
        font-style: italic;
    }

    .bysamy-about-description {
        max-width: 680px;
        margin: 24px 0 0;
        color: var(--bysamy-text);
        font-size: 16px;
        line-height: 1.9;
    }

    .bysamy-about-center {
        text-align: center;
    }

    .bysamy-about-center .bysamy-about-eyebrow {
        justify-content: center;
    }

    .bysamy-about-center .bysamy-about-eyebrow::after {
        content: "";
        width: 42px;
        height: 2px;
        background: var(--bysamy-gold);
    }

    .bysamy-about-center .bysamy-about-description {
        margin-left: auto;
        margin-right: auto;
    }

    /* HERO */

    .bysamy-about-hero {
        position: relative;
        min-height: 780px;
        display: flex;
        align-items: center;
        isolation: isolate;
        background:
            linear-gradient(
                90deg,
                rgba(3, 19, 32, 0.93) 0%,
                rgba(3, 19, 32, 0.77) 44%,
                rgba(3, 19, 32, 0.28) 74%,
                rgba(3, 19, 32, 0.14) 100%
            ),
            url("/Sistem/about1a.png") center center / cover no-repeat;
    }

    .bysamy-about-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
            radial-gradient(circle at 75% 40%, rgba(32, 169, 184, 0.2), transparent 33%),
            linear-gradient(180deg, transparent 70%, rgba(4, 24, 39, 0.62) 100%);
    }

    .bysamy-about-hero-content {
        max-width: 790px;
        padding: 160px 0 110px;
    }

    .bysamy-about-hero-label {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        margin-bottom: 25px;
        color: var(--bysamy-gold-light);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .bysamy-about-hero-label::before {
        content: "";
        width: 55px;
        height: 1px;
        background: var(--bysamy-gold-light);
    }

    .bysamy-about-hero h1 {
        max-width: 850px;
        margin: 0;
        color: var(--bysamy-white);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(56px, 7vw, 96px);
        font-weight: 700;
        line-height: 0.9;
        letter-spacing: -2px;
    }

    .bysamy-about-hero h1 span {
        display: block;
        color: var(--bysamy-gold-light);
        font-style: italic;
    }

    .bysamy-about-hero-text {
        max-width: 670px;
        margin: 30px 0 0;
        color: rgba(255, 255, 255, 0.79);
        font-size: 17px;
        line-height: 1.85;
    }

    .bysamy-about-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 38px;
    }

    .bysamy-about-btn {
        min-height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 14px 27px;
        border: 1px solid transparent;
        border-radius: 3px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.35s ease;
    }

    .bysamy-about-btn-primary {
        background: var(--bysamy-gold);
        color: var(--bysamy-navy);
        box-shadow: 0 15px 35px rgba(215, 170, 85, 0.22);
    }

    .bysamy-about-btn-primary:hover {
        transform: translateY(-4px);
        background: var(--bysamy-gold-light);
        color: var(--bysamy-navy);
    }

    .bysamy-about-btn-outline {
        border-color: rgba(255, 255, 255, 0.38);
        background: rgba(255, 255, 255, 0.07);
        color: #fff;
        backdrop-filter: blur(8px);
    }

    .bysamy-about-btn-outline:hover {
        transform: translateY(-4px);
        border-color: #fff;
        background: #fff;
        color: var(--bysamy-navy);
    }

    .bysamy-about-hero-bottom {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .bysamy-about-hero-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-left: auto;
        width: min(850px, 72%);
        background: rgba(5, 28, 45, 0.84);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(16px);
    }

    .bysamy-about-hero-feature {
        display: flex;
        align-items: center;
        gap: 16px;
        min-height: 110px;
        padding: 20px 28px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bysamy-about-hero-feature i {
        color: var(--bysamy-gold);
        font-size: 27px;
    }

    .bysamy-about-hero-feature strong {
        display: block;
        color: #fff;
        font-size: 15px;
    }

    .bysamy-about-hero-feature span {
        display: block;
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.55);
        font-size: 12px;
    }

    /* BREADCRUMB */

    .bysamy-about-breadcrumb {
        padding: 17px 0;
        border-bottom: 1px solid var(--bysamy-border);
        background: #fff;
    }

    .bysamy-about-breadcrumb-inner {
        display: flex;
        align-items: center;
        gap: 11px;
        color: #8a99a5;
        font-size: 13px;
    }

    .bysamy-about-breadcrumb a {
        color: var(--bysamy-heading);
        font-weight: 600;
        text-decoration: none;
    }

    .bysamy-about-breadcrumb i {
        color: var(--bysamy-gold);
        font-size: 10px;
    }

    /* STORY */

    .bysamy-about-story-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
        gap: 90px;
        align-items: center;
    }

    .bysamy-about-story-visual {
        position: relative;
        min-height: 670px;
    }

    .bysamy-about-story-main {
        width: 82%;
        height: 590px;
        object-fit: cover;
        border-radius: 3px;
        box-shadow: var(--bysamy-shadow);
    }

    .bysamy-about-story-secondary {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 48%;
        height: 320px;
        object-fit: cover;
        border: 12px solid #fff;
        border-radius: 3px;
        box-shadow: var(--bysamy-shadow);
    }

    .bysamy-about-story-badge {
        position: absolute;
        top: 48px;
        right: 5px;
        width: 160px;
        height: 160px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 15px;
        border: 7px solid rgba(255, 255, 255, 0.75);
        border-radius: 50%;
        background: var(--bysamy-gold);
        color: var(--bysamy-navy);
        text-align: center;
        box-shadow: 0 20px 40px rgba(6, 31, 48, 0.18);
    }

    .bysamy-about-story-badge strong {
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 43px;
        line-height: 1;
    }

    .bysamy-about-story-badge span {
        margin-top: 6px;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .bysamy-about-story-copy p {
        margin: 22px 0 0;
        font-size: 15px;
        line-height: 1.95;
    }

    .bysamy-about-story-copy strong {
        color: var(--bysamy-heading);
    }

    .bysamy-about-signature {
        display: flex;
        align-items: center;
        gap: 18px;
        margin-top: 30px;
        padding-top: 28px;
        border-top: 1px solid var(--bysamy-border);
    }

    .bysamy-about-signature-icon {
        width: 58px;
        height: 58px;
        display: grid;
        place-items: center;
        flex: 0 0 58px;
        border-radius: 50%;
        background: var(--bysamy-navy);
        color: var(--bysamy-gold);
        font-size: 20px;
    }

    .bysamy-about-signature strong {
        display: block;
        color: var(--bysamy-heading);
        font-size: 16px;
    }

    .bysamy-about-signature span {
        display: block;
        margin-top: 3px;
        color: #8b9aa5;
        font-size: 12px;
    }

    /* PROMISES */

    .bysamy-about-promises {
        background:
            linear-gradient(rgba(7, 27, 45, 0.94), rgba(7, 27, 45, 0.94)),
            url("/Sistem/about4.png") center / cover;
    }

    .bysamy-about-promises .bysamy-about-heading {
        color: #fff;
    }

    .bysamy-about-promises .bysamy-about-description {
        color: rgba(255, 255, 255, 0.65);
    }

    .bysamy-about-promise-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
        margin-top: 60px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bysamy-about-promise-card {
        position: relative;
        min-height: 310px;
        padding: 42px 35px;
        background: rgba(7, 27, 45, 0.93);
        transition: 0.4s ease;
    }

    .bysamy-about-promise-card:hover {
        z-index: 2;
        transform: translateY(-8px);
        background: var(--bysamy-navy-light);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.24);
    }

    .bysamy-about-promise-number {
        position: absolute;
        top: 22px;
        right: 26px;
        color: rgba(255, 255, 255, 0.06);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 70px;
        font-weight: 700;
        line-height: 1;
    }

    .bysamy-about-promise-icon {
        width: 67px;
        height: 67px;
        display: grid;
        place-items: center;
        margin-bottom: 30px;
        border: 1px solid rgba(215, 170, 85, 0.35);
        border-radius: 50%;
        color: var(--bysamy-gold);
        font-size: 25px;
    }

    .bysamy-about-promise-card h3 {
        margin: 0 0 16px;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 30px;
        font-weight: 700;
    }

    .bysamy-about-promise-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.57);
        font-size: 14px;
        line-height: 1.85;
    }

    /* VIDEO EXPERIENCE */

    .bysamy-about-experience {
        position: relative;
        min-height: 700px;
        display: flex;
        align-items: center;
        isolation: isolate;
        background:
            linear-gradient(90deg, rgba(5, 25, 40, 0.9), rgba(5, 25, 40, 0.38)),
            url("/Sistem/about5a.png") center / cover no-repeat;
    }

    .bysamy-about-experience::after {
        content: "";
        position: absolute;
        inset: 20px;
        z-index: -1;
        border: 1px solid rgba(255, 255, 255, 0.18);
        pointer-events: none;
    }

    .bysamy-about-experience-content {
        max-width: 720px;
    }

    .bysamy-about-experience h2 {
        margin: 0;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(50px, 6vw, 84px);
        font-weight: 700;
        line-height: 0.95;
    }

    .bysamy-about-experience h2 span {
        color: var(--bysamy-gold-light);
        font-style: italic;
    }

    .bysamy-about-experience p {
        max-width: 610px;
        margin: 26px 0 0;
        color: rgba(255, 255, 255, 0.74);
        font-size: 16px;
        line-height: 1.85;
    }

    .bysamy-about-play-row {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 38px;
    }

    .bysamy-about-play {
        position: relative;
        width: 84px;
        height: 84px;
        display: grid;
        place-items: center;
        flex: 0 0 84px;
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.09);
        color: #fff;
        font-size: 20px;
        text-decoration: none;
        backdrop-filter: blur(10px);
        transition: 0.35s ease;
    }

    .bysamy-about-play::before {
        content: "";
        position: absolute;
        inset: -10px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 50%;
        animation: bysamyPlayPulse 2s infinite;
    }

    .bysamy-about-play:hover {
        transform: scale(1.08);
        background: var(--bysamy-gold);
        color: var(--bysamy-navy);
    }

    @keyframes bysamyPlayPulse {
        0% {
            opacity: 1;
            transform: scale(0.86);
        }

        100% {
            opacity: 0;
            transform: scale(1.28);
        }
    }

    .bysamy-about-play-copy strong {
        display: block;
        color: #fff;
        font-size: 14px;
        letter-spacing: 0.6px;
    }

    .bysamy-about-play-copy span {
        display: block;
        margin-top: 5px;
        color: rgba(255, 255, 255, 0.56);
        font-size: 12px;
    }

    /* STATS */

    .bysamy-about-stats {
        position: relative;
        z-index: 3;
        margin-top: -76px;
    }

    .bysamy-about-stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        background: #fff;
        box-shadow: 0 25px 65px rgba(3, 28, 44, 0.15);
    }

    .bysamy-about-stat {
        position: relative;
        min-height: 190px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        border-right: 1px solid var(--bysamy-border);
        text-align: center;
    }

    .bysamy-about-stat:last-child {
        border-right: 0;
    }

    .bysamy-about-stat i {
        margin-bottom: 13px;
        color: var(--bysamy-gold);
        font-size: 26px;
    }

    .bysamy-about-stat strong {
        color: var(--bysamy-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 52px;
        font-weight: 700;
        line-height: 1;
    }

    .bysamy-about-stat span {
        margin-top: 9px;
        color: #8695a0;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.3px;
        text-transform: uppercase;
    }

    /* WHY CHOOSE */

    .bysamy-about-why {
        background: var(--bysamy-soft);
    }

    .bysamy-about-why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        margin-top: 60px;
    }

    .bysamy-about-why-card {
        position: relative;
        min-height: 300px;
        padding: 38px 32px;
        border: 1px solid var(--bysamy-border);
        border-radius: 3px;
        background: #fff;
        overflow: hidden;
        transition: 0.4s ease;
    }

    .bysamy-about-why-card::after {
        content: "";
        position: absolute;
        right: -45px;
        bottom: -55px;
        width: 145px;
        height: 145px;
        border-radius: 50%;
        background: rgba(215, 170, 85, 0.1);
        transition: 0.4s ease;
    }

    .bysamy-about-why-card:hover {
        transform: translateY(-10px);
        border-color: rgba(215, 170, 85, 0.5);
        box-shadow: var(--bysamy-shadow);
    }

    .bysamy-about-why-card:hover::after {
        transform: scale(1.45);
    }

    .bysamy-about-why-icon {
        position: relative;
        z-index: 2;
        width: 70px;
        height: 70px;
        display: grid;
        place-items: center;
        margin-bottom: 28px;
        border-radius: 50%;
        background: var(--bysamy-navy);
        color: var(--bysamy-gold);
        font-size: 25px;
        box-shadow: 0 15px 30px rgba(7, 27, 45, 0.16);
    }

    .bysamy-about-why-card h3 {
        position: relative;
        z-index: 2;
        margin: 0 0 14px;
        color: var(--bysamy-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 29px;
        font-weight: 700;
    }

    .bysamy-about-why-card p {
        position: relative;
        z-index: 2;
        margin: 0;
        font-size: 14px;
        line-height: 1.85;
    }

    /* JOURNEY */

    .bysamy-about-journey-grid {
        position: relative;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 18px;
        margin-top: 65px;
    }

    .bysamy-about-journey-grid::before {
        content: "";
        position: absolute;
        top: 45px;
        right: 9%;
        left: 9%;
        height: 1px;
        background: rgba(215, 170, 85, 0.5);
    }

    .bysamy-about-step {
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .bysamy-about-step-number {
        width: 90px;
        height: 90px;
        display: grid;
        place-items: center;
        margin: 0 auto 24px;
        border: 10px solid #fff;
        border-radius: 50%;
        background: var(--bysamy-navy);
        color: var(--bysamy-gold);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 30px;
        font-weight: 700;
        box-shadow: 0 10px 30px rgba(6, 31, 48, 0.17);
    }

    .bysamy-about-step h4 {
        margin: 0;
        color: var(--bysamy-heading);
        font-size: 17px;
        font-weight: 700;
    }

    .bysamy-about-step p {
        max-width: 190px;
        margin: 10px auto 0;
        color: #86939d;
        font-size: 12px;
        line-height: 1.65;
    }

    /* GALLERY */

    .bysamy-about-gallery {
        background: var(--bysamy-navy);
    }

    .bysamy-about-gallery .bysamy-about-heading {
        color: #fff;
    }

    .bysamy-about-gallery .bysamy-about-description {
        color: rgba(255, 255, 255, 0.62);
    }

    .bysamy-about-gallery-grid {
        display: grid;
        grid-template-columns: 1.15fr 0.85fr 0.85fr;
        grid-template-rows: 290px 290px;
        gap: 14px;
        margin-top: 60px;
    }

    .bysamy-about-gallery-item {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 2px;
    }

    .bysamy-about-gallery-item:first-child {
        grid-row: 1 / 3;
    }

    .bysamy-about-gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

    .bysamy-about-gallery-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-end;
        padding: 28px;
        background: linear-gradient(180deg, transparent 48%, rgba(4, 24, 39, 0.88));
        opacity: 0;
        transition: 0.4s ease;
    }

    .bysamy-about-gallery-overlay strong {
        display: block;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 28px;
    }

    .bysamy-about-gallery-overlay span {
        display: block;
        margin-top: 3px;
        color: var(--bysamy-gold-light);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .bysamy-about-gallery-item:hover img {
        transform: scale(1.08);
    }

    .bysamy-about-gallery-item:hover .bysamy-about-gallery-overlay {
        opacity: 1;
    }

    /* REVIEWS */

    .bysamy-about-reviews {
        background: #fff;
    }

    .bysamy-about-review-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        margin-top: 60px;
    }

    .bysamy-about-review {
        position: relative;
        padding: 38px 32px 33px;
        border: 1px solid var(--bysamy-border);
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 15px 40px rgba(6, 31, 48, 0.06);
        transition: 0.35s ease;
    }

    .bysamy-about-review:hover {
        transform: translateY(-8px);
        box-shadow: var(--bysamy-shadow);
    }

    .bysamy-about-review-quote {
        position: absolute;
        top: 20px;
        right: 27px;
        color: rgba(215, 170, 85, 0.18);
        font-family: Georgia, serif;
        font-size: 80px;
        line-height: 1;
    }

    .bysamy-about-review-stars {
        display: flex;
        gap: 4px;
        margin-bottom: 23px;
        color: var(--bysamy-gold);
        font-size: 13px;
    }

    .bysamy-about-review p {
        position: relative;
        z-index: 2;
        min-height: 150px;
        margin: 0;
        color: #586976;
        font-family: Georgia, serif;
        font-size: 16px;
        font-style: italic;
        line-height: 1.9;
    }

    .bysamy-about-review-person {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 25px;
        padding-top: 23px;
        border-top: 1px solid var(--bysamy-border);
    }

    .bysamy-about-review-person img {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
        border-radius: 50%;
        object-fit: cover;
    }

    .bysamy-about-review-person strong {
        display: block;
        color: var(--bysamy-heading);
        font-size: 14px;
    }

    .bysamy-about-review-person span {
        display: block;
        margin-top: 3px;
        color: #94a0aa;
        font-size: 11px;
    }

    /* LANGUAGES */

    .bysamy-about-languages {
        padding: 55px 0;
        border-top: 1px solid var(--bysamy-border);
        border-bottom: 1px solid var(--bysamy-border);
        background: var(--bysamy-soft);
    }

    .bysamy-about-language-inner {
        display: grid;
        grid-template-columns: 1.2fr 2fr;
        align-items: center;
        gap: 45px;
    }

    .bysamy-about-language-title {
        color: var(--bysamy-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 35px;
        font-weight: 700;
        line-height: 1.1;
    }

    .bysamy-about-language-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 11px;
    }

    .bysamy-about-language {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        padding: 12px 17px;
        border: 1px solid var(--bysamy-border);
        border-radius: 40px;
        background: #fff;
        color: var(--bysamy-heading);
        font-size: 12px;
        font-weight: 700;
    }

    .bysamy-about-language i {
        color: var(--bysamy-gold);
    }

    /* CTA */

    .bysamy-about-cta {
        position: relative;
        min-height: 600px;
        display: flex;
        align-items: center;
        isolation: isolate;
        text-align: center;
        background:
            linear-gradient(rgba(4, 23, 38, 0.74), rgba(4, 23, 38, 0.82)),
            url("/Sistem/about6.png") center / cover no-repeat;
    }

    .bysamy-about-cta::before {
        content: "";
        position: absolute;
        inset: 22px;
        z-index: -1;
        border: 1px solid rgba(255, 255, 255, 0.19);
    }

    .bysamy-about-cta-content {
        max-width: 900px;
        margin: 0 auto;
    }

    .bysamy-about-cta h2 {
        margin: 0;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(53px, 7vw, 90px);
        font-weight: 700;
        line-height: 0.94;
    }

    .bysamy-about-cta h2 span {
        display: block;
        color: var(--bysamy-gold-light);
        font-style: italic;
    }

    .bysamy-about-cta p {
        max-width: 650px;
        margin: 25px auto 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 16px;
        line-height: 1.85;
    }

    .bysamy-about-cta-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 35px;
    }

    .bysamy-about-whatsapp {
        border-color: #25d366;
        background: #25d366;
        color: #062d16;
    }

    .bysamy-about-whatsapp:hover {
        transform: translateY(-4px);
        background: #fff;
        color: #0c6d32;
    }

    /* RESPONSIVE */

    @media (max-width: 1199px) {
        .bysamy-about-story-grid {
            gap: 55px;
        }

        .bysamy-about-story-visual {
            min-height: 610px;
        }

        .bysamy-about-story-main {
            height: 540px;
        }

        .bysamy-about-promise-card {
            padding: 36px 27px;
        }
    }

    @media (max-width: 991px) {
        .bysamy-about-section {
            padding: 85px 0;
        }

        .bysamy-about-hero {
            min-height: 720px;
            background-position: 65% center;
        }

        .bysamy-about-hero-content {
            padding: 135px 0 190px;
        }

        .bysamy-about-hero-features {
            width: 100%;
        }

        .bysamy-about-story-grid {
            grid-template-columns: 1fr;
        }

        .bysamy-about-story-visual {
            max-width: 720px;
        }

        .bysamy-about-promise-grid,
        .bysamy-about-why-grid,
        .bysamy-about-review-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bysamy-about-stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bysamy-about-stat:nth-child(2) {
            border-right: 0;
        }

        .bysamy-about-stat:nth-child(-n+2) {
            border-bottom: 1px solid var(--bysamy-border);
        }

        .bysamy-about-journey-grid {
            grid-template-columns: repeat(3, 1fr);
            row-gap: 45px;
        }

        .bysamy-about-journey-grid::before {
            display: none;
        }

        .bysamy-about-gallery-grid {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: 360px 260px 260px;
        }

        .bysamy-about-gallery-item:first-child {
            grid-column: 1 / 3;
            grid-row: auto;
        }

        .bysamy-about-language-inner {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .bysamy-about-language-list {
            justify-content: center;
        }
    }

    @media (max-width: 767px) {
        .bysamy-about-container {
            width: min(100% - 28px, 1240px);
        }

        .bysamy-about-heading {
            font-size: 45px;
        }

        .bysamy-about-hero {
            min-height: 760px;
            background-position: 68% center;
        }

        .bysamy-about-hero h1 {
            font-size: 58px;
        }

        .bysamy-about-hero-content {
            padding-top: 125px;
            padding-bottom: 265px;
        }

        .bysamy-about-hero-text {
            font-size: 15px;
        }

        .bysamy-about-hero-features {
            grid-template-columns: 1fr;
        }

        .bysamy-about-hero-feature {
            min-height: 72px;
            padding: 12px 20px;
        }

        .bysamy-about-story-visual {
            min-height: 540px;
        }

        .bysamy-about-story-main {
            width: 90%;
            height: 480px;
        }

        .bysamy-about-story-secondary {
            width: 53%;
            height: 255px;
            border-width: 7px;
        }

        .bysamy-about-story-badge {
            top: 32px;
            width: 125px;
            height: 125px;
        }

        .bysamy-about-story-badge strong {
            font-size: 34px;
        }

        .bysamy-about-promise-grid,
        .bysamy-about-why-grid,
        .bysamy-about-review-grid {
            grid-template-columns: 1fr;
        }

        .bysamy-about-experience {
            min-height: 620px;
        }

        .bysamy-about-experience h2 {
            font-size: 55px;
        }

        .bysamy-about-stats {
            margin-top: 0;
        }

        .bysamy-about-journey-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .bysamy-about-gallery-grid {
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: repeat(5, 310px);
        }

        .bysamy-about-gallery-item:first-child {
            grid-column: auto;
        }

        .bysamy-about-gallery-overlay {
            opacity: 1;
        }

        .bysamy-about-cta {
            min-height: 570px;
        }

        .bysamy-about-cta h2 {
            font-size: 56px;
        }
    }

    @media (max-width: 520px) {
        .bysamy-about-section {
            padding: 70px 0;
        }

        .bysamy-about-hero {
            min-height: 790px;
        }

        .bysamy-about-hero h1 {
            font-size: 49px;
        }

        .bysamy-about-hero-actions,
        .bysamy-about-cta-actions {
            flex-direction: column;
        }

        .bysamy-about-btn {
            width: 100%;
        }

        .bysamy-about-story-visual {
            min-height: 450px;
        }

        .bysamy-about-story-main {
            width: 100%;
            height: 410px;
        }

        .bysamy-about-story-secondary {
            display: none;
        }

        .bysamy-about-story-badge {
            right: 14px;
        }

        .bysamy-about-stats-grid {
            grid-template-columns: 1fr;
        }

        .bysamy-about-stat {
            border-right: 0;
            border-bottom: 1px solid var(--bysamy-border);
        }

        .bysamy-about-stat:last-child {
            border-bottom: 0;
        }

        .bysamy-about-journey-grid {
            grid-template-columns: 1fr;
        }

        .bysamy-about-gallery-grid {
            grid-template-rows: repeat(5, 275px);
        }

        .bysamy-about-language-title {
            font-size: 30px;
        }

        .bysamy-about-cta h2 {
            font-size: 48px;
        }
    }