/* ============================================================
   CONTACT PAGE - LIQUID GLASS REDESIGN
   Palette: #FBFBFD · #F1F6F3 · #033431 · #B98A45
   ============================================================ */

.contact-page {
    position: relative;
    background: linear-gradient(
        180deg,
        #FBFBFD 0%,
        #F7FAF8 35%,
        #F4F8F5 65%,
        #F1F6F3 100%
    );
    background-attachment: fixed;
    color: #0a1f1c;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: 'Vazirmatn', sans-serif;
}

.contact-page .shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* ============================================================
   BACKGROUND LAYER (Same as About)
   ============================================================ */
.bg-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

.glass-orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 25%,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(241, 246, 243, 0.25) 40%,
        rgba(241, 246, 243, 0.08) 70%,
        transparent 100%
    );
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 
        inset 0 1px 1px rgba(255, 255, 255, 0.9),
        inset 0 -1px 1px rgba(3, 52, 49, 0.03),
        0 20px 60px rgba(3, 52, 49, 0.04);
    will-change: transform;
    transition: transform 0.1s linear;
}

.glass-orb::before {
    content: '';
    position: absolute;
    top: 8%;
    left: 12%;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%);
    filter: blur(8px);
    opacity: 0.7;
}

.glass-orb--1 {
    width: 480px; height: 480px;
    top: -120px; left: -100px;
    animation: orb-float 18s ease-in-out infinite;
}

.glass-orb--2 {
    width: 340px; height: 340px;
    top: 22%; right: -80px;
    animation: orb-float 22s ease-in-out infinite reverse;
}

.glass-orb--3 {
    width: 220px; height: 220px;
    top: 55%; left: -60px;
    background: radial-gradient(
        circle at 30% 25%,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(229, 216, 190, 0.2) 45%,
        rgba(185, 138, 69, 0.06) 75%,
        transparent 100%
    );
    animation: orb-float 16s ease-in-out infinite;
}

.glass-orb--4 {
    width: 420px; height: 420px;
    bottom: -140px; right: -120px;
    animation: orb-float 25s ease-in-out infinite reverse;
}

.glass-orb--5 {
    width: 140px; height: 140px;
    top: 78%; right: 18%;
    animation: orb-float 14s ease-in-out infinite;
}

@keyframes orb-float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
    50% { transform: translate(15px, -20px) scale(1.03); opacity: 0.95; }
}

.soft-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.35;
    will-change: transform;
}

.soft-glow--mint {
    width: 700px; height: 700px;
    top: 10%; left: -15%;
    background: radial-gradient(circle, rgba(184, 220, 201, 0.6) 0%, rgba(241, 246, 243, 0.3) 50%, transparent 75%);
    animation: soft-breathe 20s ease-in-out infinite;
}

.soft-glow--sage {
    width: 800px; height: 800px;
    top: 40%; right: -25%;
    background: radial-gradient(circle, rgba(165, 212, 190, 0.45) 0%, rgba(241, 246, 243, 0.2) 55%, transparent 78%);
    animation: soft-breathe 26s ease-in-out infinite reverse;
}

.soft-glow--cream {
    width: 600px; height: 600px;
    bottom: -10%; left: 20%;
    background: radial-gradient(circle, rgba(228, 212, 180, 0.35) 0%, rgba(241, 246, 243, 0.15) 55%, transparent 78%);
    animation: soft-breathe 24s ease-in-out infinite;
}

@keyframes soft-breathe {
    0%, 100% { transform: scale(1); opacity: 0.35; }
    50% { transform: scale(1.08); opacity: 0.5; }
}

.bg-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(3, 52, 49, 0.055) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(ellipse at 50% 35%, black 15%, transparent 70%);
    opacity: 0.6;
}

/* ============================================================
   PILLS & KICKERS
   ============================================================ */
.pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid;
}

.pill--green {
    background: rgba(255, 255, 255, 0.6);
    color: #033431;
    border-color: rgba(3, 52, 49, 0.15);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 8px 24px rgba(3, 52, 49, 0.06);
}

.pill--gold {
    background: rgba(185, 138, 69, 0.1);
    color: #8a6530;
    border-color: rgba(185, 138, 69, 0.25);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.7),
        0 8px 24px rgba(185, 138, 69, 0.08);
}

.pill--gold i, .pill--gold svg { width: 14px; height: 14px; }

.pill__dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #033431;
    animation: dot-pulse 2s ease-in-out infinite;
}

@keyframes dot-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(3, 52, 49, 0.4); }
    50% { box-shadow: 0 0 0 8px rgba(3, 52, 49, 0); }
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #033431;
    margin-bottom: 22px;
}

.kicker__line {
    width: 40px;
    height: 2px;
    background: #033431;
    display: inline-block;
    border-radius: 2px;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-glass {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 30px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    font-family: inherit;
}

.btn-glass i, .btn-glass svg { width: 18px; height: 18px; transition: transform 0.35s ease; }
.btn-glass:hover i, .btn-glass:hover svg { transform: translate(-3px, -3px); }

.btn-glass--dark {
    background: linear-gradient(135deg, rgba(3, 52, 49, 0.95), rgba(3, 52, 49, 0.85));
    color: #FBFBFD;
    border-color: rgba(3, 52, 49, 0.3);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 12px 30px rgba(3, 52, 49, 0.25);
}

.btn-glass--dark::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #B98A45, #8a6530);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.btn-glass--dark:hover::before { opacity: 1; }
.btn-glass--dark:hover {
    color: #033431;
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(185, 138, 69, 0.35);
    border-color: rgba(185, 138, 69, 0.4);
}

.btn-glass--submit {
    width: 100%;
    justify-content: center;
    border-radius: 100px;
    padding: 18px 32px;
    font-size: 15px;
}

/* ============================================================
   GLASS CARDS
   ============================================================ */
.glass-card {
    position: relative;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 100%);
    backdrop-filter: blur(30px) saturate(1.8);
    -webkit-backdrop-filter: blur(30px) saturate(1.8);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 1),
        inset 0 -1px 0 rgba(255, 255, 255, 0.4),
        0 30px 70px rgba(3, 52, 49, 0.1),
        0 8px 24px rgba(3, 52, 49, 0.06);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.5s ease;
}

.glass-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
    pointer-events: none;
    border-radius: 28px 28px 0 0;
}

.glass-card__glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(185, 138, 69, 0.4), transparent 70%);
    filter: blur(50px);
    top: -100px;
    right: -100px;
    opacity: 0.6;
    pointer-events: none;
    animation: glow-float 8s ease-in-out infinite;
}

.glass-card__glow--gold {
    background: radial-gradient(circle, rgba(185, 138, 69, 0.5), transparent 70%);
}

@keyframes glow-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, 30px) scale(1.15); }
}

/* ============================================================
   1. HERO
   ============================================================ */
.contact-hero {
    position: relative;
    padding: 30px 0 100px;
    z-index: 1;
}

.contact-hero__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.contact-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 70px;
    align-items: center;
}

.contact-hero__text { max-width: 620px; }

.contact-hero__title {
    font-size: clamp(42px, 5.5vw, 80px);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: #033431;
    margin: 0 0 30px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-hero__title .line { display: block; }
.contact-hero__title .line--accent {
    font-style: italic;
    background: linear-gradient(135deg, #B98A45 0%, #8a6530 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-hero__desc {
    font-size: 16px;
    line-height: 2.1;
    color: #4a5f5b;
    max-width: 520px;
    margin: 0 0 40px;
}

/* Points */
.contact-hero__points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 620px;
}

.point-glass {
    padding: 18px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 8px 24px rgba(3, 52, 49, 0.06);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-align: center;
}

.point-glass:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 16px 40px rgba(185, 138, 69, 0.15);
    border-color: rgba(185, 138, 69, 0.3);
}

.point-glass__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(185, 138, 69, 0.15), rgba(3, 52, 49, 0.08));
    color: #B98A45;
    border: 1px solid rgba(185, 138, 69, 0.2);
}

.point-glass__icon i,
.point-glass__icon svg { width: 20px; height: 20px; stroke-width: 1.8; }

.point-glass strong {
    display: block;
    font-size: 12.5px;
    font-weight: 800;
    color: #033431;
    margin-bottom: 4px;
    line-height: 1.5;
}

.point-glass small {
    display: block;
    font-size: 10px;
    color: #6b7d78;
    line-height: 1.7;
}

/* Quote Card */
.contact-hero__visual { position: relative; }

.glass-card--quote {
    padding: 55px 45px 45px;
    border-radius: 32px;
    position: relative;
}

.quote-mark {
    position: absolute;
    top: 5px;
    right: 30px;
    font-family: Georgia, serif;
    font-size: 140px;
    font-weight: 900;
    line-height: 1;
    color: rgba(185, 138, 69, 0.15);
    pointer-events: none;
}

.quote-text {
    position: relative;
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
    color: #033431;
    margin: 0 0 32px;
    padding-top: 20px;
}

.quote-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 24px;
    border-top: 1px solid rgba(3, 52, 49, 0.1);
}

.quote-author__line {
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #B98A45, transparent);
    flex-shrink: 0;
}

.quote-author strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #033431;
    margin-bottom: 3px;
}

.quote-author small {
    display: block;
    font-size: 11px;
    color: #6b7d78;
    font-weight: 600;
}

/* Scroll indicator */
.hero__scroll {
    position: absolute;
    /* bottom: 530px; */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 3;
}

.hero__scroll-text {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #6b7d78;
}

.hero__scroll-mouse {
    width: 26px;
    height: 42px;
    border-radius: 100px;
    border: 2px solid rgba(3, 52, 49, 0.25);
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.hero__scroll-mouse span {
    width: 4px;
    height: 8px;
    border-radius: 100px;
    background: #B98A45;
    animation: scroll-mouse 2s ease-in-out infinite;
}

@keyframes scroll-mouse {
    0% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(14px); opacity: 0; }
}

/* ============================================================
   SECTION
   ============================================================ */
.section {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

.section--tint {
    background: rgba(241, 246, 243, 0.25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.section__head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 70px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(3, 52, 49, 0.08);
}

.section__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 14px;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 8px 20px rgba(3, 52, 49, 0.06);
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #B98A45;
    letter-spacing: 1px;
}

.section__label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4a5f5b;
}

.section__line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(3, 52, 49, 0.12), transparent);
}

/* ============================================================
   CHANNELS + FORM LAYOUT
   ============================================================ */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 60px;
    align-items: start;
}

.contact-channels {
    position: sticky;
    top: 100px;
}

.contact-channels__title {
    font-size: clamp(30px, 3.8vw, 48px);
    font-weight: 900;
    line-height: 1.15;
    color: #033431;
    margin: 0 0 20px;
    letter-spacing: -0.02em;
}

.contact-channels__title em {
    font-style: italic;
    background: linear-gradient(135deg, #B98A45 0%, #8a6530 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-channels__lead {
    font-size: 14px;
    line-height: 2.1;
    color: #4a5f5b;
    margin: 0 0 36px;
    max-width: 460px;
}

/* Channel glass cards */
.channel-glass {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 22px;
    margin-bottom: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(20px) saturate(1.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 8px 24px rgba(3, 52, 49, 0.06);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    color: inherit;
}

.channel-glass--link { cursor: pointer; }

.channel-glass:hover {
    transform: translateX(-8px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 16px 40px rgba(185, 138, 69, 0.15);
    border-color: rgba(185, 138, 69, 0.3);
}

.channel-glass__icon {
    position: relative;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(185, 138, 69, 0.18), rgba(3, 52, 49, 0.08));
    border: 1px solid rgba(185, 138, 69, 0.25);
    color: #B98A45;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.channel-glass:hover .channel-glass__icon {
    background: linear-gradient(135deg, #B98A45, #8a6530);
    color: #FBFBFD;
    border-color: transparent;
    box-shadow: 0 10px 25px rgba(185, 138, 69, 0.35);
}

.channel-glass__icon i,
.channel-glass__icon svg { width: 22px; height: 22px; stroke-width: 1.8; }

.channel-glass__pulse {
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 2px solid #B98A45;
    animation: channel-pulse 2.4s ease-out infinite;
    pointer-events: none;
}

@keyframes channel-pulse {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.25); opacity: 0; }
}

.channel-glass__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.channel-glass__body small {
    font-size: 11px;
    color: #889895;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.channel-glass__body strong {
    font-size: 15px;
    font-weight: 800;
    color: #033431;
    line-height: 1.5;
    word-break: break-word;
}

.channel-glass__body em {
    font-size: 11px;
    color: #6b7d78;
    font-style: normal;
    font-weight: 600;
}

.channel-glass__go {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f2f7f4;
    color: #033431;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.channel-glass__go i,
.channel-glass__go svg { width: 16px; height: 16px; }

.channel-glass:hover .channel-glass__go {
    background: linear-gradient(135deg, #B98A45, #8a6530);
    color: #FBFBFD;
    transform: scale(1.1);
}

/* ============================================================
   FORM
   ============================================================ */
.contact-form-wrap {
    position: relative;
}

.glass-card--form {
    padding: 52px 44px;
    border-radius: 32px;
}

.form-head { margin-bottom: 36px; }

.form-head__title {
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 900;
    line-height: 1.15;
    color: #033431;
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}

.form-head__title em {
    font-style: italic;
    background: linear-gradient(135deg, #B98A45, #8a6530);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-head__desc {
    font-size: 14px;
    line-height: 1.9;
    color: #6b7d78;
    margin: 0;
}

.contact-form-modern {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-field > span {
    font-size: 12px;
    font-weight: 800;
    color: #4a5956;
    letter-spacing: 0.3px;
}

.form-field > span b {
    color: #B98A45;
    font-weight: 900;
    margin-right: 3px;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(3, 52, 49, 0.1);
    border-radius: 14px;
    font-family: inherit;
    font-size: 14px;
    color: #033431;
    outline: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.form-field textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.8;
}

.form-field select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23B98A45' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 18px center;
    padding-left: 44px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #9aa8a5;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    background: rgba(255, 255, 255, 0.95);
    border-color: #B98A45;
    box-shadow: 0 0 0 4px rgba(185, 138, 69, 0.12);
}

/* Result message */
.contact-result-container { margin-top: 16px; }

.contact-response {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 14px;
    font-size: 13px;
    line-height: 1.9;
    animation: alert-fade-in 0.4s ease;
}

@keyframes alert-fade-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.contact-response.success {
    background: rgba(46, 213, 115, 0.1);
    border: 1px solid rgba(46, 213, 115, 0.3);
    color: #1e8449;
}

.contact-response.error {
    background: rgba(231, 76, 60, 0.08);
    border: 1px solid rgba(231, 76, 60, 0.25);
    color: #922b21;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 60px;
}

.faq-header .kicker { justify-content: center; }

.faq-header__title {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.15;
    color: #033431;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.faq-header__title em {
    font-style: italic;
    background: linear-gradient(135deg, #B98A45, #8a6530);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-header__desc {
    font-size: 14px;
    line-height: 2;
    color: #6b7d78;
    margin: 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1080px;
    margin: 0 auto;
}

.faq-glass {
    position: relative;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(24px) saturate(1.6);
    -webkit-backdrop-filter: blur(24px) saturate(1.6);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 10px 28px rgba(3, 52, 49, 0.06);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.faq-glass[open] {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 20px 45px rgba(185, 138, 69, 0.12);
    border-color: rgba(185, 138, 69, 0.3);
}

.faq-glass:hover {
    transform: translateY(-4px);
    border-color: rgba(185, 138, 69, 0.25);
}

.faq-glass summary {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 26px;
    cursor: pointer;
    list-style: none;
    font-family: inherit;
}

.faq-glass summary::-webkit-details-marker { display: none; }

.faq-glass__num {
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    color: #B98A45;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.faq-glass__q {
    flex: 1;
    font-size: 15px;
    font-weight: 800;
    color: #033431;
    line-height: 1.5;
}

.faq-glass__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: rgba(185, 138, 69, 0.12);
    color: #B98A45;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq-glass__icon i,
.faq-glass__icon svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq-glass[open] .faq-glass__icon {
    background: linear-gradient(135deg, #B98A45, #8a6530);
    color: #FBFBFD;
    transform: rotate(135deg);
}

.faq-glass__body {
    padding: 0 26px 26px 76px;
    animation: faq-open 0.4s ease;
}

@keyframes faq-open {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

.faq-glass__body p {
    font-size: 13.5px;
    line-height: 2.1;
    color: #4a5f5b;
    margin: 0;
    padding-top: 4px;
    border-top: 1px dashed rgba(3, 52, 49, 0.1);
    padding-top: 20px;
}

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
[data-reveal] {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.2, 0.8, 0.2, 1),
                transform 1s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: opacity, transform;
}

[data-reveal="up"] { transform: translateY(70px); }
[data-reveal="right"] { transform: translateX(90px); }
[data-reveal="left"] { transform: translateX(-90px); }

[data-reveal].is-visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .contact-hero { padding: 130px 0 90px; }
    
    .contact-hero__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .contact-hero__text {
        max-width: 100%;
        text-align: center;
        order: 2;
    }
    
    .contact-hero__title { align-items: center; }
    .contact-hero__title .line { text-align: center; }
    .contact-hero__desc { margin-left: auto; margin-right: auto; }
    .contact-hero__points {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    
    .contact-hero__visual { order: 1; }
    
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    
    .contact-channels { position: static; }
    
    [data-reveal="right"] { transform: translateY(60px); }
    [data-reveal="left"] { transform: translateY(60px); }
}

@media (max-width: 760px) {
    .contact-page .shell { width: calc(100% - 32px); }
    
    /* Decorative scroll-mouse overlaps content on small screens; hide it. */
    .hero__scroll { display: none; }
    
    .contact-hero { padding: 110px 0 70px; }
    .contact-hero__top { flex-direction: column; gap: 14px; margin-bottom: 40px; }
    .contact-hero__title { font-size: 34px; line-height: 1.15; }
    .contact-hero__desc { font-size: 14px; }
    
    .contact-hero__points {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .point-glass {
        display: grid;
        grid-template-columns: 50px 1fr;
        gap: 14px;
        text-align: right;
        padding: 16px 18px;
    }
    
    .point-glass__icon { margin-bottom: 0; }
    
    .glass-card--quote { padding: 40px 28px 32px; }
    .quote-mark { font-size: 100px; right: 20px; }
    .quote-text { font-size: 16px; }
    
    .section { padding: 80px 0; }
    .section__head { margin-bottom: 45px; padding-bottom: 18px; gap: 14px; }
    .section__badge { min-width: 40px; height: 40px; font-size: 12px; }
    .section__label { font-size: 10px; letter-spacing: 2px; }
    
    .contact-channels__title { font-size: 30px; }
    
    .channel-glass { padding: 16px 18px; gap: 14px; }
    .channel-glass__icon { width: 44px; height: 44px; }
    .channel-glass__icon i,
    .channel-glass__icon svg { width: 20px; height: 20px; }
    .channel-glass__body strong { font-size: 13.5px; }
    
    .glass-card--form { padding: 32px 22px; border-radius: 24px; }
    .form-head__title { font-size: 24px; }
    .form-row-2 { grid-template-columns: 1fr; gap: 14px; }
    .form-field input,
    .form-field select,
    .form-field textarea {
        padding: 12px 16px;
        font-size: 13px;
    }
    .btn-glass--submit { padding: 16px 22px; font-size: 13px; }
    
    .faq-grid { grid-template-columns: 1fr; }
    .faq-glass summary { padding: 20px 22px; gap: 12px; }
    .faq-glass__q { font-size: 14px; }
    .faq-glass__body { padding: 0 22px 22px 22px; }
    
    .bg-orb { filter: blur(80px); }
    .glass-orb--1, .glass-orb--2 { width: 380px; height: 380px; }
    .glass-orb--3, .glass-orb--4 { width: 340px; height: 340px; }
    .glass-orb--5 { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    [data-reveal] { opacity: 1; transform: none; }
}