 /* =========================================================
       BYSAMY TOUR — PREMIUM CONTACT PAGE
       ========================================================= */

    :root {
        --bysamy-contact-navy: #071b2d;
        --bysamy-contact-navy-light: #0d2d49;
        --bysamy-contact-blue: #11698b;
        --bysamy-contact-turquoise: #20a9b8;
        --bysamy-contact-gold: #d7aa55;
        --bysamy-contact-gold-light: #f2d695;
        --bysamy-contact-white: #ffffff;
        --bysamy-contact-soft: #f4f8fa;
        --bysamy-contact-heading: #0a2438;
        --bysamy-contact-text: #586976;
        --bysamy-contact-muted: #8998a4;
        --bysamy-contact-border: rgba(8, 46, 70, 0.12);
        --bysamy-contact-shadow: 0 25px 70px rgba(5, 31, 49, 0.12);
        --bysamy-contact-radius: 4px;
    }

    html {
        scroll-behavior: smooth;
    }

    .bysamy-contact-page,
    .bysamy-contact-page * {
        box-sizing: border-box;
    }

    .bysamy-contact-page {
        width: 100%;
        overflow: hidden;
        background: #fff;
        color: var(--bysamy-contact-text);
        font-family: "Poppins", Arial, sans-serif;
    }

    .bysamy-contact-page img {
        max-width: 100%;
    }

    .bysamy-contact-container {
        width: min(1240px, calc(100% - 40px));
        margin: 0 auto;
    }

    .bysamy-contact-section {
        position: relative;
        padding: 110px 0;
    }

    .bysamy-contact-section-small {
        padding: 80px 0;
    }

    .bysamy-contact-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 18px;
        color: var(--bysamy-contact-gold);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 2.2px;
        text-transform: uppercase;
    }

    .bysamy-contact-eyebrow::before {
        content: "";
        width: 42px;
        height: 2px;
        background: var(--bysamy-contact-gold);
    }

    .bysamy-contact-heading {
        margin: 0;
        color: var(--bysamy-contact-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-contact-heading span {
        color: var(--bysamy-contact-gold);
        font-style: italic;
    }

    .bysamy-contact-description {
        max-width: 690px;
        margin: 24px 0 0;
        color: var(--bysamy-contact-text);
        font-size: 16px;
        line-height: 1.9;
    }

    .bysamy-contact-center {
        text-align: center;
    }

    .bysamy-contact-center .bysamy-contact-eyebrow {
        justify-content: center;
    }

    .bysamy-contact-center .bysamy-contact-eyebrow::after {
        content: "";
        width: 42px;
        height: 2px;
        background: var(--bysamy-contact-gold);
    }

    .bysamy-contact-center .bysamy-contact-description {
        margin-left: auto;
        margin-right: auto;
    }

    /* =========================================================
       HERO
       ========================================================= */

    .bysamy-contact-hero {
        position: relative;
        min-height: 690px;
        display: flex;
        align-items: center;
        isolation: isolate;
        background:
            linear-gradient(
                90deg,
                rgba(3, 19, 32, 0.94) 0%,
                rgba(3, 19, 32, 0.77) 46%,
                rgba(3, 19, 32, 0.31) 75%,
                rgba(3, 19, 32, 0.18) 100%
            ),
            url("/Sistem/con1.png") center center / cover no-repeat;
    }

    .bysamy-contact-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background:
            radial-gradient(
                circle at 78% 40%,
                rgba(32, 169, 184, 0.2),
                transparent 34%
            ),
            linear-gradient(
                180deg,
                transparent 65%,
                rgba(4, 24, 39, 0.6) 100%
            );
    }

    .bysamy-contact-hero-content {
        max-width: 810px;
        padding: 150px 0 115px;
    }

    .bysamy-contact-hero-label {
        display: inline-flex;
        align-items: center;
        gap: 13px;
        margin-bottom: 24px;
        color: var(--bysamy-contact-gold-light);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .bysamy-contact-hero-label::before {
        content: "";
        width: 55px;
        height: 1px;
        background: var(--bysamy-contact-gold-light);
    }

    .bysamy-contact-hero h1 {
        max-width: 830px;
        margin: 0;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(58px, 7vw, 96px);
        font-weight: 700;
        line-height: 0.9;
        letter-spacing: -2px;
    }

    .bysamy-contact-hero h1 span {
        display: block;
        color: var(--bysamy-contact-gold-light);
        font-style: italic;
    }

    .bysamy-contact-hero-text {
        max-width: 650px;
        margin: 30px 0 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 17px;
        line-height: 1.85;
    }

    .bysamy-contact-hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 38px;
    }

    .bysamy-contact-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;
        cursor: pointer;
        transition: 0.35s ease;
    }

    .bysamy-contact-btn-primary {
        border-color: var(--bysamy-contact-gold);
        background: var(--bysamy-contact-gold);
        color: var(--bysamy-contact-navy);
        box-shadow: 0 15px 35px rgba(215, 170, 85, 0.22);
    }

    .bysamy-contact-btn-primary:hover {
        transform: translateY(-4px);
        border-color: var(--bysamy-contact-gold-light);
        background: var(--bysamy-contact-gold-light);
        color: var(--bysamy-contact-navy);
    }

    .bysamy-contact-btn-outline {
        border-color: rgba(255, 255, 255, 0.4);
        background: rgba(255, 255, 255, 0.07);
        color: #fff;
        backdrop-filter: blur(8px);
    }

    .bysamy-contact-btn-outline:hover {
        transform: translateY(-4px);
        border-color: #fff;
        background: #fff;
        color: var(--bysamy-contact-navy);
    }

    .bysamy-contact-btn-whatsapp {
        border-color: #25d366;
        background: #25d366;
        color: #08361a;
    }

    .bysamy-contact-btn-whatsapp:hover {
        transform: translateY(-4px);
        border-color: #fff;
        background: #fff;
        color: #0a7735;
    }

    .bysamy-contact-hero-info {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .bysamy-contact-hero-info-grid {
        width: min(920px, 80%);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-left: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(5, 28, 45, 0.86);
        backdrop-filter: blur(16px);
    }

    .bysamy-contact-hero-info-item {
        min-height: 110px;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 21px 27px;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bysamy-contact-hero-info-item i {
        color: var(--bysamy-contact-gold);
        font-size: 27px;
    }

    .bysamy-contact-hero-info-item strong {
        display: block;
        color: #fff;
        font-size: 14px;
    }

    .bysamy-contact-hero-info-item span {
        display: block;
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.56);
        font-size: 12px;
    }

    /* =========================================================
       BREADCRUMB
       ========================================================= */

    .bysamy-contact-breadcrumb {
        padding: 17px 0;
        border-bottom: 1px solid var(--bysamy-contact-border);
        background: #fff;
    }

    .bysamy-contact-breadcrumb-inner {
        display: flex;
        align-items: center;
        gap: 11px;
        color: #8a99a5;
        font-size: 13px;
    }

    .bysamy-contact-breadcrumb a {
        color: var(--bysamy-contact-heading);
        font-weight: 600;
        text-decoration: none;
    }

    .bysamy-contact-breadcrumb i {
        color: var(--bysamy-contact-gold);
        font-size: 10px;
    }

    /* =========================================================
       INTRO AND CONTACT CARDS
       ========================================================= */

    .bysamy-contact-intro-grid {
        display: grid;
        grid-template-columns: 0.85fr 1.15fr;
        gap: 75px;
        align-items: start;
    }

    .bysamy-contact-intro-copy {
        position: sticky;
        top: 110px;
    }

    .bysamy-contact-intro-copy p {
        margin: 22px 0 0;
        font-size: 15px;
        line-height: 1.95;
    }

    .bysamy-contact-intro-note {
        display: flex;
        align-items: flex-start;
        gap: 17px;
        margin-top: 28px;
        padding: 23px;
        border-left: 4px solid var(--bysamy-contact-gold);
        background: var(--bysamy-contact-soft);
    }

    .bysamy-contact-intro-note i {
        margin-top: 3px;
        color: var(--bysamy-contact-gold);
        font-size: 21px;
    }

    .bysamy-contact-intro-note strong {
        display: block;
        color: var(--bysamy-contact-heading);
        font-size: 14px;
    }

    .bysamy-contact-intro-note span {
        display: block;
        margin-top: 5px;
        color: var(--bysamy-contact-muted);
        font-size: 12px;
        line-height: 1.65;
    }

    .bysamy-contact-card-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .bysamy-contact-card {
        position: relative;
        min-height: 250px;
        padding: 32px 29px;
        border: 1px solid var(--bysamy-contact-border);
        border-radius: var(--bysamy-contact-radius);
        background: #fff;
        overflow: hidden;
        transition: 0.4s ease;
    }

    .bysamy-contact-card::after {
        content: "";
        position: absolute;
        right: -50px;
        bottom: -60px;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: rgba(215, 170, 85, 0.1);
        transition: 0.4s ease;
    }

    .bysamy-contact-card:hover {
        transform: translateY(-8px);
        border-color: rgba(215, 170, 85, 0.5);
        box-shadow: var(--bysamy-contact-shadow);
    }

    .bysamy-contact-card:hover::after {
        transform: scale(1.35);
    }

    .bysamy-contact-card-icon {
        position: relative;
        z-index: 2;
        width: 64px;
        height: 64px;
        display: grid;
        place-items: center;
        margin-bottom: 24px;
        border-radius: 50%;
        background: var(--bysamy-contact-navy);
        color: var(--bysamy-contact-gold);
        font-size: 23px;
    }

    .bysamy-contact-card h3 {
        position: relative;
        z-index: 2;
        margin: 0 0 12px;
        color: var(--bysamy-contact-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 28px;
        font-weight: 700;
    }

    .bysamy-contact-card p,
    .bysamy-contact-card address {
        position: relative;
        z-index: 2;
        margin: 0;
        color: var(--bysamy-contact-text);
        font-size: 13px;
        font-style: normal;
        line-height: 1.8;
    }

    .bysamy-contact-card-link {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-top: 18px;
        color: var(--bysamy-contact-heading);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .bysamy-contact-card-link i {
        color: var(--bysamy-contact-gold);
        transition: transform 0.3s ease;
    }

    .bysamy-contact-card-link:hover {
        color: var(--bysamy-contact-gold);
    }

    .bysamy-contact-card-link:hover i {
        transform: translateX(5px);
    }

    /* =========================================================
       FORM
       ========================================================= */

    .bysamy-contact-form-section {
        background:
            linear-gradient(
                90deg,
                var(--bysamy-contact-navy) 0%,
                var(--bysamy-contact-navy) 43%,
                var(--bysamy-contact-soft) 43%,
                var(--bysamy-contact-soft) 100%
            );
    }

    .bysamy-contact-form-grid {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        align-items: stretch;
        gap: 0;
        box-shadow: var(--bysamy-contact-shadow);
    }

    .bysamy-contact-form-info {
        position: relative;
        min-height: 790px;
        padding: 55px 45px;
        background:
            linear-gradient(
                rgba(7, 27, 45, 0.9),
                rgba(7, 27, 45, 0.94)
            ),
            url("/Sistem/conform.png") center / cover no-repeat;
        overflow: hidden;
    }

    .bysamy-contact-form-info::before {
        content: "";
        position: absolute;
        inset: 18px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        pointer-events: none;
    }

    .bysamy-contact-form-info-content {
        position: relative;
        z-index: 2;
    }

    .bysamy-contact-form-info h2 {
        margin: 0;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 1;
    }

    .bysamy-contact-form-info h2 span {
        color: var(--bysamy-contact-gold-light);
        font-style: italic;
    }

    .bysamy-contact-form-info > .bysamy-contact-form-info-content > p {
        margin: 23px 0 0;
        color: rgba(255, 255, 255, 0.65);
        font-size: 14px;
        line-height: 1.85;
    }

    .bysamy-contact-form-features {
        display: grid;
        gap: 17px;
        margin-top: 35px;
    }

    .bysamy-contact-form-feature {
        display: flex;
        align-items: center;
        gap: 14px;
        padding-bottom: 17px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bysamy-contact-form-feature:last-child {
        border-bottom: 0;
    }

    .bysamy-contact-form-feature-icon {
        width: 45px;
        height: 45px;
        display: grid;
        place-items: center;
        flex: 0 0 45px;
        border: 1px solid rgba(215, 170, 85, 0.35);
        border-radius: 50%;
        color: var(--bysamy-contact-gold);
        font-size: 16px;
    }

    .bysamy-contact-form-feature strong {
        display: block;
        color: #fff;
        font-size: 13px;
    }

    .bysamy-contact-form-feature span {
        display: block;
        margin-top: 3px;
        color: rgba(255, 255, 255, 0.52);
        font-size: 11px;
    }

    .bysamy-contact-direct-whatsapp {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-top: 38px;
        padding: 20px;
        border: 1px solid rgba(37, 211, 102, 0.32);
        background: rgba(37, 211, 102, 0.08);
        color: #fff;
        text-decoration: none;
        transition: 0.35s ease;
    }

    .bysamy-contact-direct-whatsapp:hover {
        transform: translateY(-4px);
        border-color: #25d366;
        background: #25d366;
        color: #06371a;
    }

    .bysamy-contact-direct-whatsapp i {
        font-size: 30px;
    }

    .bysamy-contact-direct-whatsapp strong {
        display: block;
        font-size: 13px;
    }

    .bysamy-contact-direct-whatsapp span {
        display: block;
        margin-top: 3px;
        font-size: 11px;
        opacity: 0.72;
    }

    .bysamy-contact-form-wrapper {
        min-height: 790px;
        padding: 55px 50px;
        background: #fff;
    }

    .bysamy-contact-form-heading {
        margin-bottom: 32px;
    }

    .bysamy-contact-form-heading h3 {
        margin: 0;
        color: var(--bysamy-contact-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 43px;
        font-weight: 700;
        line-height: 1.05;
    }

    .bysamy-contact-form-heading p {
        margin: 12px 0 0;
        color: var(--bysamy-contact-muted);
        font-size: 13px;
        line-height: 1.75;
    }

    .bysamy-contact-form {
        display: grid;
        gap: 19px;
    }

    .bysamy-contact-form-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .bysamy-contact-field {
        position: relative;
    }

    .bysamy-contact-field label {
        display: block;
        margin-bottom: 9px;
        color: var(--bysamy-contact-heading);
        font-size: 12px;
        font-weight: 700;
    }

    .bysamy-contact-field label span {
        color: #d64f4f;
    }

    .bysamy-contact-field input,
    .bysamy-contact-field select,
    .bysamy-contact-field textarea {
        width: 100%;
        border: 1px solid var(--bysamy-contact-border);
        border-radius: 2px;
        outline: 0;
        background: var(--bysamy-contact-soft);
        color: var(--bysamy-contact-heading);
        font-family: inherit;
        font-size: 13px;
        transition: 0.3s ease;
    }

    .bysamy-contact-field input,
    .bysamy-contact-field select {
        height: 56px;
        padding: 0 17px;
    }

    .bysamy-contact-field textarea {
        min-height: 145px;
        padding: 16px 17px;
        resize: vertical;
    }

    .bysamy-contact-field input:focus,
    .bysamy-contact-field select:focus,
    .bysamy-contact-field textarea:focus {
        border-color: var(--bysamy-contact-gold);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(215, 170, 85, 0.09);
    }

    .bysamy-contact-field input::placeholder,
    .bysamy-contact-field textarea::placeholder {
        color: #a1abb3;
    }

    .bysamy-contact-checkbox {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-top: 2px;
    }

    .bysamy-contact-checkbox input {
        width: 17px;
        height: 17px;
        margin-top: 3px;
        accent-color: var(--bysamy-contact-gold);
    }

    .bysamy-contact-checkbox label {
        margin: 0;
        color: var(--bysamy-contact-muted);
        font-size: 11px;
        line-height: 1.7;
    }

    .bysamy-contact-checkbox a {
        color: var(--bysamy-contact-heading);
        font-weight: 700;
        text-decoration: none;
    }

    .bysamy-contact-submit {
        width: 100%;
        min-height: 59px;
        border: 0;
        border-radius: 2px;
        background: var(--bysamy-contact-navy);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        cursor: pointer;
        transition: 0.35s ease;
    }

    .bysamy-contact-submit:hover {
        transform: translateY(-3px);
        background: var(--bysamy-contact-gold);
        color: var(--bysamy-contact-navy);
        box-shadow: 0 14px 30px rgba(215, 170, 85, 0.25);
    }

    .bysamy-contact-submit i {
        margin-left: 9px;
    }

    .bysamy-contact-form-status {
        display: none;
        padding: 14px 17px;
        border-left: 4px solid #25a65a;
        background: rgba(37, 166, 90, 0.08);
        color: #23683f;
        font-size: 12px;
        line-height: 1.7;
    }

    .bysamy-contact-form-status.is-visible {
        display: block;
    }

    /* =========================================================
       MAP
       ========================================================= */

    .bysamy-contact-map-section {
        background: #fff;
    }

    .bysamy-contact-map-grid {
        display: grid;
        grid-template-columns: 1.35fr 0.65fr;
        gap: 28px;
        margin-top: 55px;
    }

    .bysamy-contact-map {
        min-height: 570px;
        overflow: hidden;
        border-radius: var(--bysamy-contact-radius);
        box-shadow: var(--bysamy-contact-shadow);
    }

    .bysamy-contact-map iframe {
        width: 100%;
        height: 100%;
        min-height: 570px;
        display: block;
        border: 0;
    }

    .bysamy-contact-office-card {
        position: relative;
        padding: 39px 34px;
        background: var(--bysamy-contact-navy);
        color: #fff;
        overflow: hidden;
    }

    .bysamy-contact-office-card::before {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -80px;
        width: 240px;
        height: 240px;
        border: 1px solid rgba(215, 170, 85, 0.16);
        border-radius: 50%;
    }

    .bysamy-contact-office-card::after {
        content: "";
        position: absolute;
        right: -30px;
        bottom: -30px;
        width: 140px;
        height: 140px;
        border: 1px solid rgba(215, 170, 85, 0.12);
        border-radius: 50%;
    }

    .bysamy-contact-office-card-content {
        position: relative;
        z-index: 2;
    }

    .bysamy-contact-office-card h3 {
        margin: 0;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 37px;
        font-weight: 700;
    }

    .bysamy-contact-office-card h3 span {
        display: block;
        color: var(--bysamy-contact-gold-light);
        font-style: italic;
    }

    .bysamy-contact-office-address {
        display: flex;
        gap: 14px;
        margin-top: 27px;
        padding-bottom: 25px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .bysamy-contact-office-address i {
        margin-top: 4px;
        color: var(--bysamy-contact-gold);
        font-size: 19px;
    }

    .bysamy-contact-office-address address {
        margin: 0;
        color: rgba(255, 255, 255, 0.68);
        font-size: 13px;
        font-style: normal;
        line-height: 1.8;
    }

    .bysamy-contact-hours {
        margin-top: 25px;
    }

    .bysamy-contact-hours h4 {
        margin: 0 0 17px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }

    .bysamy-contact-hour-row {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.62);
        font-size: 12px;
    }

    .bysamy-contact-hour-row strong {
        color: #fff;
        font-weight: 600;
    }

    .bysamy-contact-directions {
        width: 100%;
        margin-top: 27px;
    }

    /* =========================================================
       SOCIAL MEDIA
       ========================================================= */

    .bysamy-contact-social-section {
        padding: 55px 0;
        border-top: 1px solid var(--bysamy-contact-border);
        border-bottom: 1px solid var(--bysamy-contact-border);
        background: var(--bysamy-contact-soft);
    }

    .bysamy-contact-social-inner {
        display: grid;
        grid-template-columns: 1fr 1.8fr;
        align-items: center;
        gap: 45px;
    }

    .bysamy-contact-social-title {
        color: var(--bysamy-contact-heading);
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.1;
    }

    .bysamy-contact-social-title span {
        color: var(--bysamy-contact-gold);
        font-style: italic;
    }

    .bysamy-contact-social-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 13px;
    }

    .bysamy-contact-social-link {
        min-width: 135px;
        min-height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 11px 18px;
        border: 1px solid var(--bysamy-contact-border);
        border-radius: 50px;
        background: #fff;
        color: var(--bysamy-contact-heading);
        font-size: 12px;
        font-weight: 700;
        text-decoration: none;
        transition: 0.35s ease;
    }

    .bysamy-contact-social-link i {
        color: var(--bysamy-contact-gold);
        font-size: 17px;
    }

    .bysamy-contact-social-link:hover {
        transform: translateY(-4px);
        border-color: var(--bysamy-contact-navy);
        background: var(--bysamy-contact-navy);
        color: #fff;
        box-shadow: 0 12px 25px rgba(5, 31, 49, 0.12);
    }

    /* =========================================================
       FAQ
       ========================================================= */

    .bysamy-contact-faq {
        background: #fff;
    }

    .bysamy-contact-faq-grid {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
        gap: 70px;
        margin-top: 60px;
        align-items: start;
    }

    .bysamy-contact-faq-image {
        position: relative;
        min-height: 580px;
        overflow: hidden;
        border-radius: var(--bysamy-contact-radius);
    }

    .bysamy-contact-faq-image img {
        width: 100%;
        height: 580px;
        object-fit: cover;
    }

    .bysamy-contact-faq-image-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: flex-end;
        padding: 34px;
        background: linear-gradient(
            180deg,
            transparent 50%,
            rgba(4, 24, 39, 0.91)
        );
    }

    .bysamy-contact-faq-image-overlay strong {
        display: block;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: 32px;
    }

    .bysamy-contact-faq-image-overlay span {
        display: block;
        margin-top: 6px;
        color: rgba(255, 255, 255, 0.62);
        font-size: 12px;
    }

    .bysamy-contact-accordion {
        display: grid;
        gap: 14px;
    }

    .bysamy-contact-faq-item {
        border: 1px solid var(--bysamy-contact-border);
        background: #fff;
    }

    .bysamy-contact-faq-question {
        width: 100%;
        min-height: 74px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 18px 23px;
        border: 0;
        background: #fff;
        color: var(--bysamy-contact-heading);
        font-family: inherit;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .bysamy-contact-faq-question i {
        color: var(--bysamy-contact-gold);
        transition: transform 0.3s ease;
    }

    .bysamy-contact-faq-item.is-open .bysamy-contact-faq-question {
        background: var(--bysamy-contact-soft);
    }

    .bysamy-contact-faq-item.is-open .bysamy-contact-faq-question i {
        transform: rotate(45deg);
    }

    .bysamy-contact-faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.35s ease;
    }

    .bysamy-contact-faq-answer-inner {
        padding: 0 23px 22px;
        color: var(--bysamy-contact-text);
        font-size: 13px;
        line-height: 1.85;
    }

    /* =========================================================
       FINAL CTA
       ========================================================= */

    .bysamy-contact-cta {
        position: relative;
        min-height: 580px;
        display: flex;
        align-items: center;
        isolation: isolate;
        text-align: center;
        background:
            linear-gradient(
                rgba(4, 23, 38, 0.72),
                rgba(4, 23, 38, 0.84)
            ),
            url("/Sistem/con5.png") center / cover no-repeat;
    }

    .bysamy-contact-cta::before {
        content: "";
        position: absolute;
        inset: 22px;
        z-index: -1;
        border: 1px solid rgba(255, 255, 255, 0.19);
    }

    .bysamy-contact-cta-content {
        max-width: 900px;
        margin: 0 auto;
    }

    .bysamy-contact-cta h2 {
        margin: 0;
        color: #fff;
        font-family: "Cormorant Garamond", Georgia, serif;
        font-size: clamp(52px, 7vw, 88px);
        font-weight: 700;
        line-height: 0.95;
    }

    .bysamy-contact-cta h2 span {
        display: block;
        color: var(--bysamy-contact-gold-light);
        font-style: italic;
    }

    .bysamy-contact-cta p {
        max-width: 650px;
        margin: 25px auto 0;
        color: rgba(255, 255, 255, 0.72);
        font-size: 16px;
        line-height: 1.85;
    }

    .bysamy-contact-cta-actions {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 35px;
    }

    /* =========================================================
       RESPONSIVE
       ========================================================= */

    @media (max-width: 1199px) {
        .bysamy-contact-intro-grid {
            gap: 50px;
        }

        .bysamy-contact-form-info,
        .bysamy-contact-form-wrapper {
            padding: 48px 36px;
        }
    }

    @media (max-width: 991px) {
        .bysamy-contact-section {
            padding: 85px 0;
        }

        .bysamy-contact-hero {
            min-height: 740px;
            background-position: 65% center;
        }

        .bysamy-contact-hero-content {
            padding: 135px 0 220px;
        }

        .bysamy-contact-hero-info-grid {
            width: 100%;
        }

        .bysamy-contact-intro-grid,
        .bysamy-contact-form-grid,
        .bysamy-contact-map-grid,
        .bysamy-contact-faq-grid {
            grid-template-columns: 1fr;
        }

        .bysamy-contact-intro-copy {
            position: static;
        }

        .bysamy-contact-form-section {
            background: var(--bysamy-contact-soft);
        }

        .bysamy-contact-form-info,
        .bysamy-contact-form-wrapper {
            min-height: auto;
        }

        .bysamy-contact-map {
            min-height: 480px;
        }

        .bysamy-contact-map iframe {
            min-height: 480px;
        }

        .bysamy-contact-social-inner {
            grid-template-columns: 1fr;
            text-align: center;
        }

        .bysamy-contact-social-list {
            justify-content: center;
        }

        .bysamy-contact-faq-image {
            min-height: 430px;
        }

        .bysamy-contact-faq-image img {
            height: 430px;
        }
    }

    @media (max-width: 767px) {
        .bysamy-contact-container {
            width: min(100% - 28px, 1240px);
        }

        .bysamy-contact-heading {
            font-size: 45px;
        }

        .bysamy-contact-hero {
            min-height: 820px;
        }

        .bysamy-contact-hero h1 {
            font-size: 57px;
        }

        .bysamy-contact-hero-content {
            padding-top: 125px;
            padding-bottom: 315px;
        }

        .bysamy-contact-hero-info-grid {
            grid-template-columns: 1fr;
        }

        .bysamy-contact-hero-info-item {
            min-height: 75px;
            padding: 13px 20px;
        }

        .bysamy-contact-card-grid,
        .bysamy-contact-form-row {
            grid-template-columns: 1fr;
        }

        .bysamy-contact-form-info,
        .bysamy-contact-form-wrapper {
            padding: 40px 25px;
        }

        .bysamy-contact-map {
            min-height: 420px;
        }

        .bysamy-contact-map iframe {
            min-height: 420px;
        }

        .bysamy-contact-cta {
            min-height: 560px;
        }

        .bysamy-contact-cta h2 {
            font-size: 55px;
        }
    }

    @media (max-width: 520px) {
        .bysamy-contact-section {
            padding: 70px 0;
        }

        .bysamy-contact-hero {
            min-height: 850px;
        }

        .bysamy-contact-hero h1 {
            font-size: 48px;
        }

        .bysamy-contact-hero-text {
            font-size: 15px;
        }

        .bysamy-contact-hero-actions,
        .bysamy-contact-cta-actions {
            flex-direction: column;
        }

        .bysamy-contact-btn {
            width: 100%;
        }

        .bysamy-contact-form-info h2 {
            font-size: 41px;
        }

        .bysamy-contact-form-heading h3 {
            font-size: 36px;
        }

        .bysamy-contact-office-card {
            padding: 34px 25px;
        }

        .bysamy-contact-social-link {
            width: 100%;
        }

        .bysamy-contact-cta h2 {
            font-size: 47px;
        }
    }