:root {
    --contact-gold: #ffb800;
    --contact-dark: #0f1114;
    --contact-muted: #5f6b7a;
    --contact-bg: #f7f6f2;
}

html { -webkit-text-size-adjust: 100%; }
body.contact-page {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: radial-gradient(900px 380px at 10% -10%, rgba(255,184,0,0.12), transparent 60%),
        linear-gradient(180deg, #f7f6f2 0%, #ffffff 40%, #f7f6f2 100%);
    color: var(--contact-dark);
    overflow-x: hidden;
}

/* page reveal + splash (shared) */
.page-reveal {
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}
.page-loaded .page-reveal { opacity: 1; transform: translateY(0); }

/* --- SPLASH SCREEN --- */
/* --- SPLASH SCREEN --- */
/* --- SPLASH SCREEN --- */
.splash-screen {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at top, #fff8e6 0%, #f1ebdf 42%, #ffffff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    animation: splash-auto-hide 0.6s ease forwards;
    animation-delay: 2.6s;
    overflow: hidden;
}

.splash-veil {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 10%, rgba(255,184,0,0.18), transparent 55%),
        radial-gradient(circle at 80% 90%, rgba(255,184,0,0.18), transparent 55%),
        linear-gradient(120deg, rgba(255,255,255,0.65), rgba(255,255,255,0.15));
    animation: splash-veil 6s ease-in-out infinite;
}

.splash-beam {
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 50%;
    background: conic-gradient(from 0deg, rgba(255,184,0,0.0), rgba(255,184,0,0.28), rgba(255,184,0,0.0));
    filter: blur(6px);
    animation: splash-beam 6s linear infinite;
    opacity: 0.9;
}

.splash-screen.is-hidden {
    opacity: 0;
    visibility: hidden;
}

@keyframes splash-auto-hide {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

.splash-stage {
    position: relative;
    text-align: center;
    padding: 12px 18px;
    max-width: min(720px, 92vw);
    display: grid;
    gap: 10px;
    justify-items: center;
}

.splash-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-accent {
    color: var(--royal-gold);
}

.splash-logo-img {
    height: 260px;
    width: auto;
    filter: drop-shadow(0 12px 24px rgba(255, 184, 0, 0.35));
    animation: splash-pulse 2.2s ease-in-out infinite, splash-float 3.6s ease-in-out infinite;
}

.splash-copy {
    font-size: 12px;
    letter-spacing: 0.6px;
    color: #5f6b7a;
}

.splash-loader {
    position: relative;
    width: 190px;
    height: 190px;
    margin: 2px auto 0;
}

.splash-loader::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px dashed rgba(255, 184, 0, 0.45);
    animation: splash-rotate 4.8s linear infinite;
}

.splash-loader::after {
    content: "";
    position: absolute;
    inset: 16px;
    border-radius: 50%;
    border: 4px solid rgba(255, 184, 0, 0.3);
    border-top-color: #ffb800;
    box-shadow: 0 0 28px rgba(255, 184, 0, 0.35);
    animation: splash-spin 1s linear infinite;
}

.splash-orbit {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 184, 0, 0.35);
    animation: splash-rotate 6s linear infinite;
}

.splash-ring {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 1px solid rgba(255, 184, 0, 0.25);
    box-shadow: inset 0 0 60px rgba(255, 184, 0, 0.25);
    animation: splash-expand 2.8s ease-in-out infinite;
}

.splash-particles {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 184, 0, 0.25) 0 2px, transparent 3px);
    background-size: 22px 22px;
    animation: splash-rotate 14s linear infinite reverse;
    opacity: 0.6;
}

.splash-screen::before,
.splash-screen::after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(255,184,0,0.22), transparent 65%);
    animation: splash-glow 6s ease-in-out infinite;
}
.splash-screen::before { top: -120px; left: -120px; }
.splash-screen::after { bottom: -140px; right: -140px; animation-delay: 1.8s; }

@keyframes splash-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes splash-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes splash-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
}
@keyframes splash-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}
@keyframes splash-glow {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.9; transform: scale(1.08); }
}
@keyframes splash-expand {
    0%, 100% { transform: scale(0.98); opacity: 0.45; }
    50% { transform: scale(1.06); opacity: 0.9; }
}
@keyframes splash-veil {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.95; }
}
@keyframes splash-beam {
    0% { transform: translate(-40%, -40%) rotate(0deg); }
    100% { transform: translate(-40%, -40%) rotate(360deg); }
}
@keyframes splash-shimmer {
    0% { transform: translateX(-60%) rotate(6deg); }
    100% { transform: translateX(60%) rotate(6deg); }
}

@media (max-width: 575px) {
    .splash-logo {
        font-size: 18px;
    }
}

/* hero */
.contact-hero {
    background: linear-gradient(120deg, #0f1b16 0%, #2a3a30 55%, #607266 100%);
    color: #fff;
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
}
.contact-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(220px 220px at 20% 30%, rgba(255,184,0,0.25), transparent 70%);
    opacity: 0.7;
}
.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}
.hero-right {
    display: grid;
    gap: 16px;
    align-items: center;
}
.hero-left h1 {
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 900;
    margin: 12px 0 8px;
}
.hero-left p { color: #dbe7dd; max-width: 520px; }
.hero-kicker {
    color: var(--contact-gold);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    font-weight: 800;
}
.hero-crumbs { margin-top: 18px; font-weight: 700; }
.hero-crumbs a { color: #fff; text-decoration: none; }
.hero-crumbs .crumb-sep { color: #ffb800; margin: 0 8px; }

.hero-plane {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero-plane i { font-size: 30px; color: #fff; }
.plane-path {
    position: absolute;
    width: 180px;
    height: 180px;
    border: 2px dashed rgba(255,255,255,0.35);
    border-radius: 50%;
    animation: splash-rotate 12s linear infinite;
}
.hero-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 16px 18px;
    max-width: 240px;
    color: #fff;
    box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}
.hero-card h3 { font-weight: 900; margin: 8px 0 6px; font-size: 18px; }
.hero-card p { color: #e6eef0; font-size: 13px; }
.card-kicker {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffb800;
    font-weight: 900;
}
.card-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 800;
}
.card-row i { color: #ffb800; margin-right: 4px; }

/* lounge */
.contact-lounge { padding: 50px 0 10px; }
.lounge-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 24px 70px rgba(15,17,20,0.12);
    border: 1px solid rgba(255,184,0,0.18);
}
.lounge-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--contact-gold);
    margin-bottom: 10px;
}
.lounge-card h2 { font-weight: 900; margin-bottom: 10px; }
.lounge-card p { color: var(--contact-muted); }
.lounge-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; align-items: center; }
.lounge-btn {
    background: linear-gradient(90deg, #ffb800, #ff9800);
    color: #000;
    font-weight: 900;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(255,184,0,0.3);
}
.lounge-note { font-weight: 800; color: #111; }
.lounge-panel {
    display: grid;
    gap: 12px;
}
.panel-item {
    background: #0f1114;
    color: #fff;
    border-radius: 18px;
    padding: 18px;
    font-weight: 800;
    box-shadow: 0 18px 50px rgba(0,0,0,0.2);
}
.panel-item span {
    display: block;
    font-size: 22px;
    color: #ffb800;
}

/* info cards */
.contact-info { padding: 60px 0 20px; }
.info-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfaf6 100%);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 22px 70px rgba(15,17,20,0.08);
    text-align: center;
    height: 100%;
    border: 1px solid rgba(255,184,0,0.18);
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.info-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(220px 140px at 20% 0%, rgba(255,184,0,0.12), transparent 60%);
    opacity: 0.6;
}
.info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px rgba(15,17,20,0.12);
}
.info-card:hover .info-icon { transform: translateY(-4px) scale(1.04); }
.info-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,184,0,0.2), rgba(255,152,0,0.15));
    color: #ff9a00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 14px;
    box-shadow: 0 12px 24px rgba(255,184,0,0.25);
    position: relative;
    z-index: 1;
}
.info-card h3 { font-weight: 800; margin-bottom: 8px; }
.info-card p { color: var(--contact-muted); margin: 0; }

/* form section */
.contact-form-section { padding: 40px 0 90px; }
.contact-copy h2 { font-weight: 900; margin-bottom: 12px; }
.contact-copy p { color: var(--contact-muted); }
.contact-copy ul { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.contact-copy li { font-weight: 600; color: #3b4856; }
.contact-copy li i { color: var(--contact-gold); margin-right: 8px; }

.contact-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf5 100%);
    border-radius: 26px;
    padding: 32px;
    box-shadow: 0 26px 80px rgba(15,17,20,0.12);
    border: 1px solid rgba(255,184,0,0.18);
    position: relative;
    overflow: hidden;
}
.contact-card:hover {
    box-shadow: 0 30px 90px rgba(15,17,20,0.16);
    transform: translateY(-4px);
}
.contact-card::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ffb800, #22c55e);
}
.contact-card .card-head h3 { font-weight: 900; margin-bottom: 6px; }
.contact-card .card-head p { color: var(--contact-muted); margin-bottom: 18px; }
.contact-card .form-control {
    border-radius: 12px;
    border: 1px solid #e6eaef;
    padding: 12px 14px;
    font-weight: 600;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.contact-card .form-control:focus {
    border-color: var(--contact-gold);
    box-shadow: 0 0 0 3px rgba(255,184,0,0.15);
}
.contact-card .form-control:hover {
    border-color: #d9b24a;
    transform: translateY(-1px);
}
.btn-contact {
    margin-top: 16px;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(90deg, #ffb800, #ff9800);
    color: #000;
    font-weight: 800;
    border: none;
    box-shadow: 0 20px 45px rgba(255,184,0,0.28);
    transition: transform 0.3s ease;
}
.btn-contact:hover { transform: translateY(-2px); }

.floating-help {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 999;
    background: #12161d;
    color: #fff;
    border-radius: 999px;
    padding: 12px 16px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 18px 45px rgba(0,0,0,0.2);
}
.floating-help i { color: #25D366; font-size: 18px; }
.floating-help:hover { transform: translateY(-3px); }

@media (max-width: 991px) {
    .hero-inner { flex-direction: column; align-items: flex-start; }
    .hero-plane { align-self: flex-start; }
    .hero-right { width: 100%; }
    .hero-card { max-width: 100%; }
}



