﻿/* â•â•â• SANA CONTACT PAGE â•â•â• */
.sana-contact-page { padding-top: 72px; background: var(--bg); }
@media (max-width: 991px) { .sana-contact-page { padding-top: 64px; } }

.sana-btn--purple {
    background: linear-gradient(135deg, var(--p-dark), var(--p-light));
    color: #fff; box-shadow: 0 10px 28px rgba(11,61,145,0.35);
}
.sana-btn--purple:hover { transform: translateY(-2px); }
.sana-btn--ghost-light {
    background: rgba(255,255,255,0.1); color: #fff;
    border: 1px solid rgba(255,255,255,0.28);
}
.sana-btn--ghost-light:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }
.sana-btn--wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff; box-shadow: 0 10px 28px rgba(37,211,102,0.35);
}
.sana-btn--wa:hover { transform: translateY(-2px); }
.sana-btn--outline-purple {
    background: #fff; color: var(--p-dark);
    border: 2px solid #C5D4F0; box-shadow: none;
}
.sana-btn--outline-purple:hover { background: #EEF3FB; border-color: var(--p-light); transform: translateY(-2px); }
.sana-section--soft { background: var(--bg); }
.sana-head--center { text-align: center; }
.sana-head__eyebrow { display: inline-block; font-size: 0.75rem; font-weight: 800; color: var(--p); margin-bottom: 8px; }
.sana-head__sub { color: var(--muted); font-size: 0.92rem; line-height: 1.75; max-width: 560px; margin: 8px auto 0; font-weight: 600; }

.sana-ct-scope {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 720px;
    margin: 0 auto 28px;
    padding: 14px 18px;
    border-radius: 16px;
    background: #FFFBEB;
    border: 1px solid rgba(245,158,11,0.28);
    color: #92400E;
    font-size: 0.86rem;
    line-height: 1.75;
    font-weight: 700;
}
.sana-ct-scope i {
    color: #D97706;
    margin-top: 3px;
    flex-shrink: 0;
}
.sana-ct-channels-empty {
    max-width: 640px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0.82rem;
    line-height: 1.7;
    font-weight: 700;
    color: var(--muted);
}
.sana-ct-official-email {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 640px;
    margin: 0 auto 16px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #EEF3FB;
    border: 1px solid #C5D4F0;
    color: var(--p-dark);
    font-size: 0.84rem;
    font-weight: 700;
}
.sana-ct-official-email strong { color: var(--p); }
.sana-ct-location__row--note span { color: var(--muted); font-size: 0.84rem; }
.sana-ct-location__hint {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--muted);
    line-height: 1.5;
}

/* Hero */
.sana-ct-hero {
    position: relative; overflow: hidden;
    padding: clamp(48px, 8vw, 80px) 0 clamp(56px, 8vw, 88px);
    background:
        radial-gradient(circle at 15% 90%, rgba(107,143,212,0.3), transparent 50%),
        linear-gradient(168deg, #051F4D 0%, #0B3D91 50%, #1A56B0 100%);
}
.sana-ct-hero__grid { display: grid; gap: 36px; align-items: center; }
@media (min-width: 992px) { .sana-ct-hero__grid { grid-template-columns: 1fr 1fr; gap: 48px; } }
.sana-ct-hero__content { text-align: center; position: relative; z-index: 1; }
@media (min-width: 992px) { .sana-ct-hero__content { text-align: right; } }
.sana-ct-hero__eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 7px 16px; border-radius: 999px; margin-bottom: 16px;
    background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.18);
    font-size: 0.78rem; font-weight: 800; color: #FFE9A8;
}
.sana-ct-hero__title { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: #fff; line-height: 1.2; margin: 0 0 14px; }
.sana-ct-hero__title .hl { color: var(--gold); }
.sana-ct-hero__sub { color: rgba(255,255,255,0.88); line-height: 1.85; margin: 0 0 24px; font-weight: 600; font-size: 0.95rem; }
.sana-ct-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
@media (min-width: 992px) { .sana-ct-hero__actions { justify-content: flex-start; } }
.sana-ct-hero__trust {
    display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px;
}
@media (min-width: 992px) { .sana-ct-hero__trust { justify-content: flex-start; } }
.sana-ct-hero__trust span {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 14px; border-radius: 999px; font-size: 0.72rem; font-weight: 800;
    background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.14); color: rgba(255,255,255,0.9);
}
.sana-ct-hero__trust i { color: var(--gold); }

/* Hero scene */
.sana-ct-scene { position: relative; max-width: 360px; margin-inline: auto; min-height: 280px; }
.sana-ct-scene__deco { position: absolute; inset: 0; pointer-events: none; }
.sana-ct-scene__ring {
    position: absolute; top: 8%; right: 10%; width: 80px; height: 80px;
    border-radius: 50%; border: 2px dashed rgba(255,255,255,0.15);
    animation: sanaSpin 22s linear infinite;
}
.sana-ct-scene__blob { position: absolute; border-radius: 50%; }
.sana-ct-scene__blob--1 { width: 100px; height: 100px; top: 0; left: 0; background: rgba(245,184,0,0.12); animation: sanaIllusPulse 6s ease-in-out infinite; }
.sana-ct-scene__blob--2 { width: 70px; height: 70px; bottom: 10%; right: 0; background: rgba(26,86,176,0.28); animation: sanaIllusPulse 7s ease-in-out infinite 1s; }
.sana-ct-scene__spark { position: absolute; top: 20%; left: 20%; color: rgba(255,255,255,0.45); animation: sanaIllusFloat 5s ease-in-out infinite; }
.sana-ct-scene__main { width: 100%; height: auto; animation: sanaIllusFloat 5s ease-in-out infinite; filter: drop-shadow(0 16px 32px rgba(5,31,77,0.25)); }
.sana-ct-scene__chip {
    position: absolute; bottom: 8%; left: 50%; transform: translateX(-50%);
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 16px; border-radius: 999px;
    background: rgba(255,255,255,0.12); backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.22); font-size: 0.72rem; font-weight: 800; color: #fff;
}

/* Channel cards */
.sana-ct-channels {
    display: grid; gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) { .sana-ct-channels { grid-template-columns: repeat(3, 1fr); } }
.sana-ct-channel {
    display: flex; flex-direction: column; padding: 24px 20px; border-radius: 22px;
    background: rgba(255,255,255,0.92); border: 1px solid #E8EEF8;
    box-shadow: 0 10px 32px -14px rgba(11,61,145,0.12);
    backdrop-filter: blur(8px); transition: transform 0.28s, box-shadow 0.28s;
    text-decoration: none !important; color: inherit; height: 100%;
}
.sana-ct-channel:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 48px -16px rgba(11,61,145,0.22);
}
.sana-ct-channel.is-disabled { opacity: 0.55; pointer-events: none; }
.sana-ct-channel__icon {
    width: 52px; height: 52px; border-radius: 16px; margin-bottom: 14px;
    display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #fff;
}
.sana-ct-channel__icon--phone { background: linear-gradient(135deg, #D99E00, #D97706); }
.sana-ct-channel__icon--wa { background: linear-gradient(135deg, #25D366, #128C7E); }
.sana-ct-channel__icon--email { background: linear-gradient(135deg, var(--p-dark), var(--p-light)); }
.sana-ct-channel__icon--chat { background: linear-gradient(135deg, #06B6D4, #0891B2); }
.sana-ct-channel__icon--social { background: linear-gradient(135deg, #EC4899, #DB2777); }
.sana-ct-channel__icon--help { background: linear-gradient(135deg, #3D6BC4, #0B3D91); }
.sana-ct-channel strong { font-size: 0.95rem; font-weight: 900; margin-bottom: 6px; color: var(--text); display: block; }
.sana-ct-channel p { font-size: 0.78rem; color: var(--muted); line-height: 1.6; margin: 0 0 12px; flex: 1; font-weight: 600; }
.sana-ct-channel__info { font-size: 0.82rem; font-weight: 800; color: var(--p); margin-bottom: 14px; word-break: break-all; }
.sana-ct-channel__btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    padding: 10px 16px; border-radius: 999px; font-size: 0.78rem; font-weight: 800;
    background: #EEF3FB; color: var(--p-dark); border: none; cursor: pointer;
    font-family: inherit; transition: background 0.2s; margin-top: auto; width: 100%;
    text-decoration: none !important;
}
.sana-ct-channel:hover .sana-ct-channel__btn { background: #E8EEF8; }
.sana-ct-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.sana-ct-socials a {
    width: 36px; height: 36px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: #EEF3FB; color: var(--p); font-size: 0.85rem;
    text-decoration: none !important; transition: background 0.2s, transform 0.2s;
}
.sana-ct-socials a:hover { background: #E8EEF8; transform: scale(1.08); }

/* Form section */
.sana-ct-form-wrap {
    display: grid; gap: 32px;
}
@media (min-width: 992px) { .sana-ct-form-wrap { grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: start; } }
.sana-ct-categories { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .sana-ct-categories { grid-template-columns: repeat(3, 1fr); } }
.sana-ct-cat {
    padding: 16px 14px; border-radius: 16px; text-align: center; cursor: pointer;
    background: #fff; border: 2px solid #E8EEF8;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
    font-family: inherit;
}
.sana-ct-cat:hover { border-color: var(--p-light); transform: translateY(-2px); }
.sana-ct-cat.is-active {
    border-color: var(--p); background: #EEF3FB;
    box-shadow: 0 8px 24px -8px rgba(11,61,145,0.2);
}
.sana-ct-cat i { display: block; font-size: 1.1rem; color: var(--p); margin-bottom: 8px; }
.sana-ct-cat span { font-size: 0.75rem; font-weight: 800; color: var(--text); }

.sana-ct-form-card {
    padding: clamp(24px, 4vw, 36px); border-radius: 28px;
    background: #fff; border: 1px solid #E8EEF8;
    box-shadow: 0 16px 48px -20px rgba(11,61,145,0.15);
}
.sana-ct-alert {
    display: flex; align-items: center; gap: 12px;
    padding: 14px 18px; border-radius: 14px; margin-bottom: 24px;
    background: #ECFDF5; border: 1px solid #A7F3D0; color: #065F46;
    font-size: 0.88rem; font-weight: 700;
}
.sana-ct-alert i { font-size: 1.1rem; }

/* Floating label fields */
.sana-ct-field { position: relative; margin-bottom: 20px; }
.sana-ct-field input,
.sana-ct-field textarea {
    width: 100%; padding: 22px 16px 10px; border-radius: 14px;
    border: 1.5px solid #E2E8F0; background: #FAFAFF;
    font-family: inherit; font-size: 0.92rem; font-weight: 600; color: var(--text);
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.sana-ct-field textarea { min-height: 140px; resize: vertical; padding-top: 26px; }
.sana-ct-field input:focus,
.sana-ct-field textarea:focus {
    border-color: var(--p-light);
    box-shadow: 0 0 0 4px rgba(11,61,145,0.1);
    background: #fff;
}
.sana-ct-field input.is-error,
.sana-ct-field textarea.is-error { border-color: #EF4444; }
.sana-ct-field label {
    position: absolute; top: 16px; right: 16px;
    font-size: 0.88rem; font-weight: 700; color: var(--muted);
    pointer-events: none; transition: all 0.2s;
}
.sana-ct-field input:focus + label,
.sana-ct-field input:not(:placeholder-shown) + label,
.sana-ct-field textarea:focus + label,
.sana-ct-field textarea:not(:placeholder-shown) + label {
    top: 8px; font-size: 0.68rem; color: var(--p); font-weight: 800;
}
.sana-ct-field__err { font-size: 0.75rem; color: #EF4444; font-weight: 700; margin-top: 6px; }
.sana-ct-form-row { display: grid; gap: 0; }
@media (min-width: 640px) { .sana-ct-form-row { grid-template-columns: 1fr 1fr; gap: 16px; } }
.sana-ct-form-row .sana-ct-field { margin-bottom: 20px; }
.sana-ct-submit {
    width: 100%; padding: 16px 28px; margin-top: 8px;
    font-size: 1rem; min-height: 52px;
}

/* Response cards */
.sana-ct-response {
    display: grid; gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) { .sana-ct-response { grid-template-columns: repeat(4, 1fr); } }
.sana-ct-response__card {
    text-align: center; padding: 24px 16px; border-radius: 22px;
    background: linear-gradient(145deg, #fff, #FAFAFF);
    border: 1px solid #E8EEF8;
    box-shadow: 0 8px 28px -12px rgba(11,61,145,0.1);
}
.sana-ct-response__card i { font-size: 1.25rem; color: var(--p-light); margin-bottom: 10px; }
.sana-ct-response__card strong { display: block; font-size: 0.78rem; font-weight: 800; color: var(--muted); margin-bottom: 4px; }
.sana-ct-response__card em { display: block; font-style: normal; font-size: 1.05rem; font-weight: 900; color: var(--p-dark); margin-bottom: 8px; }
.sana-ct-response__card span { font-size: 0.72rem; color: var(--muted); line-height: 1.55; font-weight: 600; }

/* Location */
.sana-ct-location {
    display: grid; gap: 24px; align-items: stretch;
}
@media (min-width: 992px) { .sana-ct-location { grid-template-columns: 1fr 1.2fr; } }
.sana-ct-location__info {
    padding: 28px; border-radius: 24px;
    background: #fff; border: 1px solid #E8EEF8;
    box-shadow: 0 10px 32px -14px rgba(11,61,145,0.1);
}
.sana-ct-location__info h3 { font-size: 1.1rem; font-weight: 900; margin: 0 0 16px; color: var(--text); }
.sana-ct-location__row {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; font-size: 0.88rem; font-weight: 600; color: var(--muted); line-height: 1.65;
}
.sana-ct-location__row i { color: var(--p); margin-top: 3px; width: 18px; text-align: center; }
.sana-ct-location__map {
    border-radius: 24px; overflow: hidden; min-height: 280px;
    border: 1px solid #E8EEF8; box-shadow: 0 10px 32px -14px rgba(11,61,145,0.1);
}
.sana-ct-location__map iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }

/* Final CTA */
.sana-ct-final {
    padding: clamp(56px, 8vw, 88px) 0;
    background: linear-gradient(135deg, #051F4D, #0B3D91 55%, #1A56B0);
}
.sana-ct-final__box {
    text-align: center; color: #fff; padding: clamp(32px, 5vw, 48px);
    border-radius: 28px; background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.14); backdrop-filter: blur(16px);
    max-width: 640px; margin-inline: auto;
}
.sana-ct-final__box h2 { font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 900; margin: 0 0 12px; }
.sana-ct-final__box p { opacity: 0.9; line-height: 1.8; margin: 0 auto 24px; font-weight: 600; }
.sana-ct-final__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
