:root {
  --bg: #0d0d14; --surface: #15151f; --surface2: #1e1e2a; --surface3: #232330;
  --accent: #6effe8; --accent3: #a78bfa; --text: #f0f0f5; --muted: #9090a8;
  --border: rgba(110,255,232,0.1); --font-display: "Fraunces", serif; --font-body: "Outfit", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { background: linear-gradient(160deg, #0d0d14 0%, #111120 50%, #0d0d14 100%); background-attachment: fixed; color: var(--text); font-family: var(--font-body); font-weight: 400; line-height: 1.7; overflow-x: hidden; max-width: 100vw; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 0.4rem 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); background: rgba(13,13,20,0.9); backdrop-filter: blur(16px); }
.logo-img { height: 58px; width: auto; display: block; }
nav ul { list-style: none; display: flex; gap: 2.5rem; }
nav ul a { color: var(--muted); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
nav ul a:hover, nav ul a.active { color: var(--accent); }
.nav-cta { background: var(--accent) !important; color: var(--bg) !important; padding: 0.5rem 1.2rem; border-radius: 4px; font-weight: 500 !important; }
.nav-phone { color: var(--accent) !important; font-size: 0.82rem !important; border: 1px solid rgba(110,255,232,0.3); padding: 0.4rem 0.9rem; border-radius: 4px; }
.hamburger { display: none; }

section { padding: 5rem 5vw; }
h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin-bottom: 1.2rem; }
h1 span { color: var(--accent); }
h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 1.2rem; }
h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; margin-bottom: 0.6rem; }
.section-label { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); font-weight: 500; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.6rem; }
.section-label::after { content: ""; display: block; flex: 1; max-width: 40px; height: 1px; background: var(--accent); opacity: 0.5; }
.section-desc { color: var(--muted); max-width: 520px; font-size: 1rem; line-height: 1.8; }

/* HERO */
.page-hero { padding: 9rem 5vw 5rem; border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.hero-glow { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(110,255,232,0.08) 0%, transparent 70%); top: -150px; right: -150px; pointer-events: none; }
.hero-glow2 { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(167,139,250,0.07) 0%, transparent 70%); bottom: 0; left: 20%; pointer-events: none; }
.page-hero-inner { max-width: 700px; position: relative; z-index: 1; }
.hero-sub { font-size: 1.05rem; color: var(--muted); max-width: 520px; margin-bottom: 2rem; line-height: 1.75; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pill { background: rgba(110,255,232,0.06); border: 1px solid rgba(110,255,232,0.15); color: var(--muted); font-size: 0.82rem; padding: 0.35rem 0.9rem; border-radius: 100px; }

/* SERVICES */
.services-intro { max-width: 600px; margin-bottom: 3.5rem; }
.auto-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 1rem; }
.auto-card { background: linear-gradient(145deg, var(--surface), var(--surface2)); border: 1px solid var(--border); border-radius: 16px; padding: 2.2rem; display: flex; flex-direction: column; gap: 1.2rem; position: relative; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; }
.auto-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(0,0,0,0.4); border-color: rgba(110,255,232,0.2); }
.auto-card.featured { border-color: rgba(110,255,232,0.4); background: linear-gradient(145deg, #161622, rgba(110,255,232,0.06)); box-shadow: 0 4px 32px rgba(110,255,232,0.08); }
.auto-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: var(--bg); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 1rem; border-radius: 100px; white-space: nowrap; }
.auto-icon { font-size: 2rem; }
.auto-tier { font-family: var(--font-display); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.auto-price { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--muted); }
.auto-price span { font-size: 2.2rem; font-weight: 700; color: var(--text); }
.auto-price small { font-size: 0.85rem; font-weight: 400; color: var(--muted); }
.auto-desc { color: var(--muted); font-size: 0.95rem; line-height: 1.75; }
.auto-list { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-top: auto; }
.auto-list li { font-size: 0.9rem; color: var(--muted); }
.auto-list li::first-letter { color: var(--accent); }
.auto-btn { display: block; text-align: center; padding: 0.85rem; border-radius: 8px; font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, background 0.2s; margin-top: auto; }
.auto-btn.primary { background: var(--accent); color: var(--bg); }
.auto-btn.primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(110,255,232,0.25); }
.auto-btn.outline { border: 1px solid var(--border); color: var(--text); }
.auto-btn.outline:hover { border-color: var(--accent); color: var(--accent); }
.auto-note { text-align: center; color: var(--muted); font-size: 0.88rem; margin-top: 2.5rem; }
.auto-note a { color: var(--accent); text-decoration: none; }

/* PROCESS */
#how { border-top: 1px solid var(--border); background: linear-gradient(135deg, #1a1a28 0%, #16161f 100%); }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.5rem; }
.step { text-align: center; padding: 1.6rem 1.5rem; background: linear-gradient(145deg, #22223a, #1c1c2e); border: 1px solid rgba(110,255,232,0.15); border-radius: 14px; }
.step-num { font-family: var(--font-display); font-size: 2.8rem; font-weight: 800; color: var(--accent); display: block; line-height: 1; margin-bottom: 0.6rem; }
.step h3 { font-size: 1.05rem; }
.step p { color: var(--muted); font-size: 0.9rem; margin-top: 0.5rem; }

/* FAQ */
#faq { border-top: 1px solid var(--border); }
.faq-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.faq-list { display: flex; flex-direction: column; gap: 0; }
.faq-item { padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.faq-item h3 { font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; }
.faq-item p { color: var(--muted); font-size: 0.9rem; line-height: 1.7; }
.faq-item p a { color: var(--accent); text-decoration: none; }

/* CTA */
.cta-section { border-top: 1px solid var(--border); background: linear-gradient(135deg, rgba(110,255,232,0.03) 0%, rgba(167,139,250,0.03) 100%); }
.cta-inner { text-align: center; max-width: 560px; margin: 0 auto; }
.cta-inner p { color: var(--muted); margin-bottom: 2rem; font-size: 1rem; line-height: 1.75; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--accent); color: var(--bg); padding: 0.85rem 2rem; border-radius: 6px; font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; display: inline-flex; align-items: center; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(110,255,232,0.25); }
.btn-book { background: linear-gradient(135deg, var(--accent3), #9b6dff); color: #fff; padding: 0.85rem 2rem; border-radius: 6px; font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s; display: inline-flex; align-items: center; box-shadow: 0 4px 20px rgba(167,139,250,0.3); }
.btn-book:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(167,139,250,0.45); }

/* FOOTER */
footer { border-top: 1px solid var(--border); background: var(--surface); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding: 4rem 5vw; border-bottom: 1px solid var(--border); }
.footer-tagline { color: var(--muted); font-size: 0.88rem; line-height: 1.75; max-width: 260px; margin-bottom: 0.9rem; }
.footer-contact-line { color: var(--muted); font-size: 0.85rem; }
.footer-col { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col-title { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text); margin-bottom: 0.3rem; }
.footer-col a { color: var(--muted); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 5vw; flex-wrap: wrap; gap: 0.5rem; }
.footer-bottom span { color: var(--muted); font-size: 0.78rem; }

/* ANIMATIONS */
.fade-up { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }

/* MOBILE */
.mobile-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(13,13,20,0.98); z-index: 250; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; padding: 2rem; }
.mobile-nav-overlay.open { display: flex; }
.mobile-nav-overlay a { font-size: 1.3rem; color: var(--text); text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; transition: color 0.2s; }
.mobile-nav-overlay a:hover { color: var(--accent); }
.mobile-nav-overlay .nav-cta { background: var(--accent) !important; color: var(--bg) !important; padding: 0.75rem 2.5rem; border-radius: 6px; }
.mobile-nav-overlay .nav-phone { color: var(--accent) !important; border: 1px solid rgba(110,255,232,0.3); padding: 0.5rem 1.2rem; border-radius: 4px; font-size: 1rem !important; }

@media (max-width: 900px) {
  nav ul { display: none; }
  .hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.5rem; background: none; border: none; z-index: 300; position: relative; }
  .hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .logo-img { height: 44px; }
  .faq-inner { grid-template-columns: 1fr; gap: 2rem; }
  .auto-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 600px) {
  section { padding: 3rem 5vw; }
  .page-hero { padding: 6rem 5vw 3rem; }
  h1 { font-size: clamp(2rem, 9vw, 3rem); }
  h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .footer-top { grid-template-columns: 1fr; padding: 2.5rem 5vw; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-btns { flex-direction: column; align-items: center; }
}
