@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700;800&display=swap');

:root {
  --purple: #8B5CF6;
  --purple-light: #A78BFA;
  --purple-dark: #6D28D9;
  --purple-glow: rgba(139, 92, 246, 0.12);
  --bg: #080810;
  --bg-card: #0F0F1A;
  --bg-card2: #161625;
  --border: rgba(139, 92, 246, 0.18);
  --border-subtle: rgba(255, 255, 255, 0.06);
  --text: #F0F0FF;
  --text-muted: #8888AA;
  --white: #ffffff;
  --green: #4ade80;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

/* NAV */
nav { position: fixed; top: 0; width: 100%; z-index: 200; padding: 0 24px; height: 64px; display: flex; align-items: center; justify-content: space-between; background: rgba(8,8,16,0.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
.nav-logo { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; color: var(--white); letter-spacing: -0.3px; text-decoration: none; }
.nav-logo span { color: var(--purple-light); }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta { display: flex; gap: 10px; align-items: center; }

/* BUTTONS */
.btn { display: inline-block; font-family: 'Inter', sans-serif; font-weight: 600; text-decoration: none; cursor: pointer; transition: all .2s; border: none; }
.btn-primary { background: var(--purple); color: var(--white); padding: 10px 20px; border-radius: 8px; font-size: 14px; }
.btn-primary:hover { background: var(--purple-dark); transform: translateY(-1px); }
.btn-primary-lg { background: var(--purple); color: var(--white); padding: 15px 32px; border-radius: 10px; font-size: 16px; }
.btn-primary-lg:hover { background: var(--purple-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); padding: 13px 26px; border-radius: 10px; font-size: 16px; border: 1px solid rgba(255,255,255,0.15); }
.btn-outline:hover { border-color: var(--purple); color: var(--purple-light); }
.btn-ghost { color: var(--text-muted); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; }
.btn-ghost:hover { color: var(--white); }

/* LAYOUT */
.container { max-width: 1100px; margin: 0 auto; width: 100%; }
section { padding: 80px 24px; }

/* TYPOGRAPHY */
.eyebrow { font-size: 11px; font-weight: 700; color: var(--purple-light); text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 10px; }
.section-h { font-family: 'Space Grotesk', sans-serif; font-size: 38px; font-weight: 700; letter-spacing: -1px; line-height: 1.1; margin-bottom: 14px; }
.section-p { font-size: 16px; color: var(--text-muted); max-width: 560px; line-height: 1.65; }

/* TRUST BAR */
.trust-bar { border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); padding: 18px 24px; display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; background: var(--bg-card); }
.trust-item { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 500; color: var(--text-muted); }
.trust-item .ti { color: var(--purple-light); }

/* CARDS */
.card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 14px; padding: 28px; transition: border-color .2s; }
.card:hover { border-color: var(--border); }

/* MOBILE STICKY BOOK */
.mobile-book-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 300; background: rgba(8,8,16,0.97); border-top: 1px solid var(--border); padding: 12px 20px; }
.mobile-book-bar button { width: 100%; background: var(--purple); color: white; border: none; padding: 14px; border-radius: 10px; font-size: 16px; font-weight: 700; font-family: 'Inter', sans-serif; cursor: pointer; }

/* FAQ */
.faq-wrap { display: flex; flex-direction: column; gap: 10px; margin-top: 44px; }
.faq-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; }
details summary { padding: 18px 22px; font-size: 15px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; list-style: none; transition: color .2s; }
details summary:hover { color: var(--purple-light); }
details summary::-webkit-details-marker { display: none; }
details summary::after { content: '+'; font-size: 20px; color: var(--purple-light); flex-shrink: 0; }
details[open] summary::after { content: '−'; }
.faq-body { padding: 0 22px 18px; font-size: 14px; color: var(--text-muted); line-height: 1.7; }

/* FOOTER */
footer { background: var(--bg-card); border-top: 1px solid var(--border-subtle); padding: 48px 24px 80px; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 36px; }
.footer-brand-name { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.footer-brand-name span { color: var(--purple-light); }
.footer-brand p { font-size: 13px; color: var(--text-muted); line-height: 1.65; max-width: 260px; }
.footer-col h4 { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 14px; }
.footer-col a { display: block; color: var(--text-muted); text-decoration: none; font-size: 13px; margin-bottom: 9px; transition: color .2s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { max-width: 1100px; margin: 0 auto; padding-top: 22px; border-top: 1px solid var(--border-subtle); display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--text-muted); flex-wrap: wrap; gap: 8px; }

/* MODAL */
.modal-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.85); z-index: 1000; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.open { display: flex; }
.modal { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; padding: 36px; width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto; position: relative; }
.modal-x { position: absolute; top: 14px; right: 16px; background: none; border: none; color: var(--text-muted); font-size: 22px; cursor: pointer; transition: color .2s; line-height: 1; font-family: 'Inter', sans-serif; }
.modal-x:hover { color: var(--white); }
.modal-h { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.modal-sub { font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.step-dots { display: flex; gap: 6px; margin-bottom: 24px; }
.sdot { width: 7px; height: 7px; border-radius: 50%; background: var(--border); transition: background .2s; }
.sdot.on { background: var(--purple); }
.sel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.sel-opt { background: var(--bg-card2); border: 1px solid var(--border-subtle); border-radius: 10px; padding: 14px; cursor: pointer; transition: all .2s; text-align: left; }
.sel-opt.picked { border-color: var(--purple); background: var(--purple-glow); }
.sel-opt .on { font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.sel-opt .os { font-size: 11px; color: var(--text-muted); }
.pkg-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.pkg-opt { background: var(--bg-card2); border: 1px solid var(--border-subtle); border-radius: 10px; padding: 14px 16px; cursor: pointer; transition: all .2s; display: flex; justify-content: space-between; align-items: center; }
.pkg-opt.picked { border-color: var(--purple); background: var(--purple-glow); }
.pkg-name { font-size: 14px; font-weight: 600; margin-bottom: 3px; }
.pkg-sub { font-size: 12px; color: var(--text-muted); }
.pkg-price { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; color: var(--purple-light); white-space: nowrap; }
.addon-checks { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.acheck { background: var(--bg-card2); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 11px 14px; cursor: pointer; transition: all .2s; display: flex; justify-content: space-between; align-items: center; }
.acheck.picked { border-color: var(--purple); background: var(--purple-glow); }
.acheck-l { display: flex; align-items: center; gap: 9px; }
.acheck-l input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--purple); cursor: pointer; }
.acheck-name { font-size: 13px; font-weight: 500; }
.acheck-price { font-size: 13px; font-weight: 600; color: var(--purple-light); }
.booking-total-row { background: var(--bg-card2); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; }
.bt-label { font-size: 13px; color: var(--text-muted); }
.bt-amount { font-family: 'Space Grotesk', sans-serif; font-size: 24px; font-weight: 700; }
.modal-nav { display: flex; gap: 10px; }
.btn-back { background: var(--bg-card2); color: var(--text-muted); border: 1px solid var(--border-subtle); padding: 11px 18px; border-radius: 8px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'Inter', sans-serif; transition: all .2s; }
.btn-back:hover { color: var(--white); }
.btn-next { flex: 1; background: var(--purple); color: white; border: none; padding: 12px 18px; border-radius: 8px; font-size: 14px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; transition: background .2s; }
.btn-next:hover { background: var(--purple-dark); }
.fgroup { margin-bottom: 14px; }
.fgroup label { display: block; font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .6px; margin-bottom: 6px; }
.fgroup input, .fgroup select, .fgroup textarea { width: 100%; background: var(--bg-card2); border: 1px solid var(--border); border-radius: 8px; padding: 11px 13px; color: var(--text); font-size: 14px; font-family: 'Inter', sans-serif; transition: border-color .2s; outline: none; -webkit-appearance: none; }
.fgroup input:focus, .fgroup select:focus, .fgroup textarea:focus { border-color: var(--purple); }
.fgroup select option { background: var(--bg-card2); }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.new-client-toggle { background: linear-gradient(135deg, rgba(109,40,217,.15), rgba(139,92,246,.08)); border: 1px solid var(--border); border-radius: 10px; padding: 14px 16px; margin-bottom: 18px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 12px; }
.nct-main { font-size: 13px; font-weight: 600; margin-bottom: 2px; }
.nct-sub { font-size: 12px; color: var(--text-muted); }
.toggle-switch { width: 40px; height: 22px; background: var(--border); border-radius: 100px; position: relative; transition: background .2s; flex-shrink: 0; }
.toggle-switch.on { background: var(--purple); }
.toggle-knob { width: 16px; height: 16px; background: white; border-radius: 50%; position: absolute; top: 3px; left: 3px; transition: left .2s; }
.toggle-switch.on .toggle-knob { left: 21px; }
.terms-check { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 18px; font-size: 12px; color: var(--text-muted); line-height: 1.5; }
.terms-check input { width: 15px; height: 15px; accent-color: var(--purple); margin-top: 1px; flex-shrink: 0; cursor: pointer; }
.terms-check a { color: var(--purple-light); text-decoration: underline; }
.success-box { text-align: center; padding: 16px 0; }
.success-icon { font-size: 52px; margin-bottom: 14px; }
.success-box h3 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 10px; }
.success-box p { color: var(--text-muted); font-size: 14px; line-height: 1.65; }

/* REVIEWS GRID */
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.review-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 22px; }
.review-stars { color: #F59E0B; font-size: 13px; margin-bottom: 10px; }
.review-text { font-size: 13px; color: var(--text-muted); line-height: 1.65; margin-bottom: 14px; }
.review-author { font-size: 13px; font-weight: 600; }

/* HOW IT WORKS */
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.how-card { text-align: center; padding: 32px 24px; background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 14px; }
.how-num { font-family: 'Space Grotesk', sans-serif; font-size: 48px; font-weight: 800; color: var(--purple-light); opacity: .3; margin-bottom: 16px; line-height: 1; }
.how-card h3 { font-family: 'Space Grotesk', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.how-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* AREAS GRID */
.areas-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-top: 40px; }
.area-pill { background: var(--bg-card2); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 10px 12px; font-size: 13px; color: var(--text-muted); text-align: center; transition: all .2s; text-decoration: none; display: block; }
.area-pill:hover { border-color: var(--border); color: var(--purple-light); }

/* OFFER BLOCK */
.offer-block { background: linear-gradient(135deg, rgba(109,40,217,.2) 0%, rgba(139,92,246,.1) 100%); border: 1px solid var(--border); border-radius: 16px; padding: 36px; margin-top: 48px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.offer-block h3 { font-family: 'Space Grotesk', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.offer-block p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }
.offer-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.offer-pill { background: rgba(139,92,246,.15); border: 1px solid var(--border); border-radius: 100px; padding: 5px 14px; font-size: 12px; font-weight: 600; color: var(--purple-light); }

/* GLOW ORBS */
.glow-orb { position: absolute; border-radius: 50%; pointer-events: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .section-h { font-size: 28px; }
  .how-grid { grid-template-columns: 1fr; }
  .reviews-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .offer-block { grid-template-columns: 1fr; }
  .mobile-book-bar { display: block; }
  .sel-grid { grid-template-columns: 1fr; }
  .frow { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .areas-grid { grid-template-columns: 1fr 1fr; }
}
