/* ============================================================
   Patna Best Spa — Premium Theme (charcoal + gold)
   ============================================================ */
:root {
    --ink: #16130e;
    --ink-2: #241f17;
    --ink-3: #322b20;
    --gold: #c9a24b;
    --gold-light: #e6c882;
    --cream: #faf6ee;
    --cream-2: #f3ecdd;
    --text: #3a352c;
    --muted: #7a7263;
    --white: #ffffff;
    --radius: 14px;
    --shadow: 0 10px 30px rgba(22, 19, 14, .10);
    --font-head: 'Playfair Display', Georgia, serif;
    --font-body: 'Jost', 'Segoe UI', sans-serif;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body { font-family: var(--font-body); color: var(--text); background: var(--cream); line-height: 1.7; font-size: 17px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); color: var(--ink); line-height: 1.25; font-weight: 600; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

/* ---- SVG icons ---- */
.icon-svg { display: inline-block; vertical-align: -0.18em; flex-shrink: 0; }
.btn .icon-svg { vertical-align: -0.22em; margin-right: 4px; }
.card .icon, .why-item .icon { color: var(--gold); }
.star-svg { color: var(--gold); stroke: var(--gold); }
.stars .star-svg { margin-right: 2px; }
.check-icon { color: #25d366; vertical-align: -0.25em; }
.zone-icon { color: var(--gold); }
.hero-icon { vertical-align: -0.15em; color: var(--gold-light); }
.footer-contact .icon-svg, .topbar .icon-svg { color: var(--gold-light); }

/* ---- Buttons ---- */
.btn { display: inline-block; padding: 12px 26px; border-radius: 40px; font-weight: 500; letter-spacing: .3px; transition: all .25s ease; border: 2px solid transparent; }
.btn-gold { background: linear-gradient(135deg, var(--gold), #b08a34); color: var(--white); box-shadow: 0 6px 18px rgba(201,162,75,.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(201,162,75,.45); }
.btn-outline { border-color: var(--gold); color: var(--gold-light); }
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--ink-3); }
.btn-lg { padding: 15px 34px; font-size: 18px; }

/* ---- Topbar & Header ---- */
.topbar { background: var(--ink); color: var(--gold-light); font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 7px; padding-bottom: 7px; }
.topbar a { color: var(--gold-light); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(250,246,238,.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(201,162,75,.25); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #a5802e); color: var(--white); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 26px; font-weight: 700; box-shadow: 0 4px 12px rgba(201,162,75,.4); }
.brand-text strong { display: block; font-family: var(--font-head); font-size: 20px; color: var(--ink); letter-spacing: .5px; }
.brand-text em { display: block; font-style: normal; font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 500; }
.nav a:not(.btn):hover { color: var(--gold); }
.nav-toggle { display: none; background: none; border: none; font-size: 26px; color: var(--ink); cursor: pointer; }

/* ---- Hero ---- */
.hero { background: linear-gradient(100deg, rgba(13,11,7,.93) 0%, rgba(22,19,14,.82) 45%, rgba(22,19,14,.55) 100%), url('../assets/photos/hero.jpg') center/cover no-repeat, var(--ink); color: #efe9db; padding: 90px 0 100px; position: relative; overflow: hidden; }
.hero::after { content: "✦"; position: absolute; right: 6%; top: 12%; font-size: 220px; color: rgba(201,162,75,.08); }
.hero-eyebrow { display: inline-block; border: 1px solid rgba(201,162,75,.5); color: var(--gold-light); padding: 6px 18px; border-radius: 30px; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; }
.hero h1 { color: var(--white); font-size: clamp(34px, 5vw, 58px); max-width: 760px; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero p { max-width: 640px; font-size: 19px; font-weight: 300; color: #cfc6b4; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 44px; margin-top: 56px; flex-wrap: wrap; }
.hero-stats strong { display: block; font-family: var(--font-head); font-size: 34px; color: var(--gold-light); }
.hero-stats span { font-size: 14px; color: #a99f8b; letter-spacing: 1px; text-transform: uppercase; }

/* ---- Sections ---- */
.section { padding: 80px 0; }
.section-alt { background: var(--cream-2); }
.section-dark { background: var(--ink-2); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: #b9b09c; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
.eyebrow { color: var(--gold); font-size: 13px; letter-spacing: 3.5px; text-transform: uppercase; font-weight: 600; display: block; margin-bottom: 12px; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); margin-bottom: 14px; }
.section-head p { color: var(--muted); }

/* ---- Cards ---- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--white); border-radius: var(--radius); padding: 34px 28px; box-shadow: var(--shadow); border: 1px solid rgba(201,162,75,.15); transition: transform .25s ease, box-shadow .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(22,19,14,.14); }
.card .icon { font-size: 40px; margin-bottom: 16px; }
.card-img { width: 100%; height: 190px; object-fit: cover; border-radius: 10px; margin-bottom: 16px; display: block; }
.card-img-sm { height: 140px; }
.content-img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); margin: 8px 0 24px; display: block; }
.sidebar-img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; margin-bottom: 16px; display: block; }
.card h3 { font-size: 22px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15.5px; margin-bottom: 16px; }
.card .meta { display: flex; justify-content: space-between; font-size: 14px; color: var(--gold); font-weight: 600; border-top: 1px dashed rgba(201,162,75,.4); padding-top: 14px; margin-bottom: 14px; }
.card .link { color: var(--gold); font-weight: 600; font-size: 15px; }
.card .link:hover { color: var(--ink); }

/* ---- Why us ---- */
.why-item { text-align: center; padding: 26px 18px; }
.why-item .icon { font-size: 44px; margin-bottom: 14px; }
.why-item h3 { font-size: 19px; color: var(--white); margin-bottom: 8px; }
.why-item p { font-size: 14.5px; }

/* ---- Area chips ---- */
.chips { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.chip { background: var(--white); border: 1px solid rgba(201,162,75,.35); padding: 10px 20px; border-radius: 30px; font-size: 15px; font-weight: 500; color: var(--ink-3); transition: all .2s ease; }
.chip:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }

/* ---- Testimonials ---- */
.testi { position: relative; }
.testi .stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 12px; }
.testi .who { font-weight: 600; color: var(--ink); margin-top: 12px; font-size: 15px; }
.testi .who span { display: block; font-weight: 400; color: var(--muted); font-size: 13px; }

/* ---- Page hero (inner pages) ---- */
.page-hero { background: linear-gradient(135deg, var(--ink) 0%, #3a3122 100%); color: #efe9db; padding: 64px 0; }
.page-hero h1 { color: var(--white); font-size: clamp(28px, 4vw, 44px); max-width: 860px; margin-bottom: 12px; }
.page-hero p { color: #cfc6b4; max-width: 720px; font-weight: 300; }
.breadcrumb { font-size: 13.5px; color: var(--gold-light); margin-bottom: 18px; letter-spacing: .5px; }
.breadcrumb a { color: var(--gold-light); text-decoration: underline; text-underline-offset: 3px; }

/* ---- Content / prose ---- */
.prose h2 { font-size: 30px; margin: 40px 0 16px; }
.prose h3 { font-size: 22px; margin: 30px 0 12px; }
.prose p { margin-bottom: 16px; }
.prose ul { margin: 0 0 18px 22px; }
.prose li { margin-bottom: 8px; }
.two-col { display: grid; grid-template-columns: 1.7fr 1fr; gap: 44px; align-items: start; }
.sidebar .card { position: sticky; top: 110px; }
.sidebar .card h3 { font-size: 20px; }
.sidebar .btn { width: 100%; text-align: center; margin-top: 10px; }

/* ---- FAQ ---- */
.faq details { background: var(--white); border-radius: 10px; border: 1px solid rgba(201,162,75,.2); padding: 18px 22px; margin-bottom: 12px; }
.faq summary { font-weight: 600; color: var(--ink); cursor: pointer; font-size: 16.5px; }
.faq details p { margin-top: 10px; color: var(--muted); font-size: 15.5px; }

/* ---- CTA band ---- */
.cta-band { background: linear-gradient(135deg, #2c2517, var(--ink)); padding: 56px 0; border-top: 1px solid rgba(201,162,75,.3); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: var(--white); font-size: clamp(24px, 3vw, 34px); margin-bottom: 8px; }
.cta-band p { color: #b9b09c; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---- Footer ---- */
.site-footer { background: #100d09; color: #a99f8b; padding: 64px 0 24px; font-size: 15px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.site-footer h4 { color: var(--gold-light); font-size: 17px; margin-bottom: 16px; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a:hover { color: var(--gold-light); }
.brand-footer .brand-text strong { color: var(--white); }
.footer-about { margin: 16px 0; font-weight: 300; }
.footer-contact { line-height: 2.1; }
.footer-bottom { border-top: 1px solid rgba(201,162,75,.15); padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 13.5px; }
.disclaimer { color: #6b6252; }

/* ---- Floating buttons (WhatsApp + Call) ---- */
.wa-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25d366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(37,211,102,.45); z-index: 200; animation: pulse 2.4s infinite; }
.call-float { position: fixed; right: 22px; bottom: 92px; width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #a5802e); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(201,162,75,.5); z-index: 200; animation: pulse 2.4s infinite; animation-delay: 1.2s; }
.call-float svg { stroke: #fff; }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.07); } }

/* ---- Areas listing ---- */
.area-groups h2 { font-size: 24px; margin: 36px 0 18px; color: var(--ink); }
.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.area-tile { background: var(--white); border: 1px solid rgba(201,162,75,.25); border-radius: 10px; padding: 16px 18px; transition: all .2s ease; }
.area-tile:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }
.area-tile strong { display: block; color: var(--ink); font-size: 16px; }
.area-tile span { font-size: 13px; color: var(--muted); }

/* ---- Responsive ---- */
@media (max-width: 980px) {
    .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .area-grid { grid-template-columns: repeat(2, 1fr); }
    .two-col { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
    .grid-3, .grid-4, .area-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 24px; border-bottom: 2px solid var(--gold); gap: 18px; }
    .nav.open { display: flex; }
    .nav-toggle { display: block; }
    .topbar .container { padding: 0 10px; }
    .topbar-inner { justify-content: center; gap: 10px; font-size: 11px; padding-top: 6px; padding-bottom: 6px; letter-spacing: 0; }
    .topbar-inner span, .topbar-inner a { white-space: nowrap; }
    .topbar .icon-svg { width: 11px; height: 11px; }
    .hero { padding: 60px 0 70px; }
    .hero-stats { gap: 26px; }
}

/* ---- Footer share row ---- */
.share-row { font-size: 13px; color: #8d8471; margin-top: 6px; }
.share-row a { color: var(--gold-light); font-weight: 500; }
.share-row a:hover { text-decoration: underline; }
