/* Empire Wealth Management — Premium Light Theme */
:root { --gold: #C9A96E; --navy: #091440; }
::selection { background: rgba(201,169,110,0.2); }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #FAF6EF; }
::-webkit-scrollbar-thumb { background: #C9A96E; border-radius: 3px; }

/* NAV */
.nav-link { padding: .5rem .875rem; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #627d98; transition: .3s; position: relative; }
.nav-link:hover, .nav-link.active { color: #091440; }
.nav-link::after { content:''; position: absolute; bottom: -4px; left: 50%; width: 0; height: 2px; background: #C9A96E; transform: translateX(-50%); transition: width .3s; }
.nav-link:hover::after, .nav-link.active::after { width: 50%; }
.mobile-link { display: block; padding: .75rem 1rem; font-size: .9rem; font-weight: 500; color: #486581; border-radius: .5rem; transition: .3s; }
.mobile-link:hover, .mobile-link.active { color: #091440; background: #FAF6EF; }
.nav-scrolled { box-shadow: 0 1px 20px rgba(9,20,64,0.06); }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1.5rem; background: #091440; color: #fff; font-weight: 600; font-size: .8rem; letter-spacing: .03em; border-radius: 8px; transition: .3s; box-shadow: 0 2px 10px rgba(9,20,64,0.12); }
.btn-primary:hover { background: #0F1E4A; transform: translateY(-1px); box-shadow: 0 4px 20px rgba(9,20,64,0.18); }
.btn-gold { display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1.5rem; background: linear-gradient(135deg,#C9A96E,#B8962E); color: #fff; font-weight: 600; font-size: .8rem; border-radius: 8px; transition: .3s; box-shadow: 0 2px 12px rgba(201,169,110,0.25); }
.btn-gold:hover { transform: translateY(-1px); box-shadow: 0 6px 24px rgba(201,169,110,0.35); }
.btn-outline { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1.5rem; border: 1.5px solid #091440; color: #091440; font-weight: 600; font-size: .8rem; border-radius: 8px; transition: .3s; }
.btn-outline:hover { background: #091440; color: #fff; transform: translateY(-1px); }
.btn-ghost-gold { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1.5rem; border: 1.5px solid #C9A96E; color: #9A7A24; font-weight: 600; font-size: .8rem; border-radius: 8px; transition: .3s; }
.btn-ghost-gold:hover { background: #C9A96E; color: #fff; transform: translateY(-1px); }

/* FOOTER */
.ft-link { color: rgba(255,255,255,0.45); transition: .3s; }
.ft-link:hover { color: #C9A96E; padding-left: 3px; }

/* SECTION LABEL */
.section-label { display: inline-flex; align-items: center; gap: .6rem; font-size: .7rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: #C9A96E; margin-bottom: .75rem; }
.section-label::before { content:''; width: 24px; height: 2px; background: #C9A96E; }

/* CARDS */
.card { background: #fff; border: 1px solid #F0EBE1; border-radius: 16px; padding: 2rem; position: relative; transition: .4s cubic-bezier(.4,0,.2,1); overflow: hidden; }
.card::before { content:''; position: absolute; top:0;left:0;right:0; height: 3px; background: linear-gradient(90deg,#C9A96E,#E2C47A); transform: scaleX(0); transform-origin: left; transition: transform .4s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(9,20,64,0.07), 0 1px 3px rgba(201,169,110,0.1); border-color: #E2C47A; }
.card:hover::before { transform: scaleX(1); }

/* HERO */
.hero-dark { background: linear-gradient(160deg,#060D2A 0%,#0F1E4A 40%,#091440 100%); position: relative; overflow: hidden; }
.hero-dark::before { content:''; position: absolute; inset:0; background: radial-gradient(ellipse at 25% 50%,rgba(201,169,110,0.07) 0%,transparent 55%), radial-gradient(ellipse at 75% 30%,rgba(201,169,110,0.04) 0%,transparent 45%); }
.hero-dark::after { content:''; position: absolute; inset:0; background: linear-gradient(rgba(201,169,110,0.015) 1px,transparent 1px),linear-gradient(90deg,rgba(201,169,110,0.015) 1px,transparent 1px); background-size: 80px 80px; }

/* FORMS */
.form-input { width:100%; padding: .8rem 1rem; background: #fff; border: 1.5px solid #E8E2D6; border-radius: 8px; color: #243b53; font-family: 'Plus Jakarta Sans',system-ui,sans-serif; font-size: .9rem; transition: .3s; outline: none; }
.form-input::placeholder { color: #9fb3c8; }
.form-input:focus { border-color: #C9A96E; box-shadow: 0 0 0 3px rgba(201,169,110,0.1); }
.form-input:hover:not(:focus) { border-color: #d4ad6a; }
.form-label { display: block; margin-bottom: .4rem; font-size: .78rem; font-weight: 600; color: #334e68; letter-spacing: .02em; }
.form-label .req { color: #e53e3e; }
select.form-input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23C9A96E' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; }

/* FAQ */
.faq-item { background: #fff; border: 1px solid #F0EBE1; border-radius: 12px; overflow: hidden; transition: .3s; }
.faq-item:hover { border-color: #E8DFCE; }
.faq-item.active { border-color: #C9A96E; box-shadow: 0 4px 24px rgba(201,169,110,0.1); }
.faq-btn { width:100%; display:flex; align-items:center; justify-content:space-between; padding: 1.15rem 1.5rem; background: transparent; color: #1a2f45; font-size: .9rem; font-weight: 600; text-align: left; cursor: pointer; border: none; font-family: 'Plus Jakarta Sans',system-ui,sans-serif; transition: .3s; }
.faq-btn:hover { color: #9A7A24; }
.faq-btn .faq-icon { transition: transform .3s; color: #C9A96E; flex-shrink: 0; }
.faq-item.active .faq-btn .faq-icon { transform: rotate(45deg); }
.faq-body { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; }
.faq-item.active .faq-body { max-height: 400px; padding: 0 1.5rem 1.25rem; }

/* BLOG */
.blog-card { background: #fff; border: 1px solid #F0EBE1; border-radius: 16px; overflow: hidden; transition: .4s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(9,20,64,0.06); }
.blog-img { position: relative; height: 200px; background: linear-gradient(135deg,#F3EDE0,#E8DFCE); overflow: hidden; }

/* TIME SLOTS */
.time-slot { padding: .6rem .8rem; border: 1.5px solid #E8E2D6; border-radius: 8px; text-align: center; font-size: .78rem; font-weight: 600; color: #627d98; cursor: pointer; transition: .3s; background: #fff; }
.time-slot:hover { border-color: #C9A96E; color: #9A7A24; }
.time-slot.selected { border-color: #C9A96E; background: linear-gradient(135deg,#C9A96E,#B8962E); color: #fff; box-shadow: 0 4px 12px rgba(201,169,110,0.25); }

/* STEP INDICATOR */
.step-ind { display:flex; align-items:center; justify-content:center; width: 2.75rem; height: 2.75rem; border-radius: 50%; font-family: 'Cormorant Garamond',serif; font-weight: 700; font-size: 1rem; transition: .3s; }
.step-ind.active { background: #091440; color: #fff; box-shadow: 0 4px 16px rgba(9,20,64,0.2); }
.step-ind.done { background: #C9A96E; color: #fff; }
.step-ind.wait { background: #F3EDE0; border: 1.5px solid #E8E2D6; color: #9fb3c8; }

/* IMAGE PLACEHOLDER */
.img-ph { background: linear-gradient(135deg,#F3EDE0,#E8DFCE); display:flex; align-items:center; justify-content:center; position: relative; overflow: hidden; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.anim-up { animation: fadeUp .7s ease forwards; }
.reveal { opacity:0; transform:translateY(28px); transition: all .7s cubic-bezier(.4,0,.2,1); }
.reveal.visible { opacity:1; transform:translateY(0); }
.gold-line { height: 1px; background: linear-gradient(90deg,transparent,rgba(201,169,110,0.25),transparent); }

/* SCROLLBAR HIDE UTILITY */
.scrollbar-none { scrollbar-width: none; }
.scrollbar-none::-webkit-scrollbar { display: none; }

/* GOLD LINE */
.gold-line { height: 1px; background: linear-gradient(90deg,transparent,rgba(201,169,110,0.25),transparent); margin: 0; }

/* FORM ERROR STATE */
.form-input.has-error { border-color: #fc8181; box-shadow: 0 0 0 3px rgba(252,129,129,0.12); }

/* SMOOTH SERVICE NAV PILL ACTIVE */
.svc-nav-active { background: #FBF3E4; border-color: #C9A96E !important; color: #7D6232 !important; }

/* BOOKING STEP ANIMATION */
.form-step { transition: opacity .3s, transform .3s; }
.form-step.hidden { display: none; }

/* MOBILE TIME SLOT GRID */
@media (max-width: 640px) {
    .time-slot { padding: .5rem .4rem; font-size: .72rem; }
}

/* PREMIUM BRAND REFINEMENTS */
/* Ensure logo image is crisp */
img.site-logo { image-rendering: -webkit-optimize-contrast; }

/* GOLD SHIMMER BUTTON */
.btn-gold {
    background: linear-gradient(135deg, #C9A96E 0%, #E2C47A 50%, #B8962E 100%);
    background-size: 200% 200%;
    transition: background-position .4s ease, transform .2s, box-shadow .3s;
}
.btn-gold:hover {
    background-position: right center;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(201,169,110,0.4);
}

/* PREMIUM CARD UPGRADE */
.card-premium {
    background: #fff;
    border: 1px solid #F0EBE1;
    border-radius: 20px;
    transition: .4s cubic-bezier(.4,0,.2,1);
    position: relative;
    overflow: hidden;
}
.card-premium::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(201,169,110,0.04), transparent 60%);
    opacity: 0;
    transition: opacity .4s;
}
.card-premium:hover::after { opacity: 1; }
.card-premium:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 60px rgba(9,20,64,0.08), 0 1px 3px rgba(201,169,110,0.15);
    border-color: #E2C47A;
}

/* INSTANT FORM HIGHLIGHT */
.instant-form {
    background: linear-gradient(135deg, #091440 0%, #0F1E4A 100%);
    border: 1px solid rgba(201,169,110,0.2);
    border-radius: 24px;
}

/* BOOKED SLOT */
.time-slot.booked {
    background: #F9F5F0;
    border-color: #E8E2D6;
    color: #b0b8c8;
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: 0.55;
}
.time-slot.booked:hover {
    border-color: #E8E2D6;
    color: #b0b8c8;
}

@media print { nav,footer,.fixed { display:none!important; } body { background:#fff; } }
