/* ═══════════════════════════════════════════════════════════════════
   ANDRITHA ONLINE — Midnight Premium Design System (2026 overhaul)
   Near-black canvas · cyan→violet gradients · glass cards · cinematic
   ═══════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@700;800&family=Inter:wght@400;600;700;800&display=swap');

:root {
  --ink: #05060a;
  --ink-2: #0a0c14;
  --ink-3: #10131f;
  --glass: rgba(255, 255, 255, 0.04);
  --glass-border: rgba(255, 255, 255, 0.09);
  --text: #e8eaf2;
  --text-dim: #9aa0b4;
  --text-faint: #5c6275;
  --cyan: #22d3ee;
  --violet: #a78bfa;
  --pink: #f472b6;
  --green: #34d399;
  --amber: #fbbf24;
  --grad: linear-gradient(135deg, #22d3ee 0%, #818cf8 50%, #a78bfa 100%);
  --grad-hot: linear-gradient(135deg, #f472b6, #fb7185);
  --radius: 14px;
  --nav-h: 72px;
  --font-display: 'Sora', 'Helvetica Neue', sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --shadow-glow: 0 0 60px rgba(34, 211, 238, 0.14);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; }

::selection { background: rgba(34, 211, 238, 0.35); color: #fff; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }

/* ── Typography ─────────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; letter-spacing: -0.02em; font-weight: 800; }
.display-1 { font-size: clamp(2.6rem, 6.5vw, 4.8rem); }
.display-2 { font-size: clamp(2rem, 4.5vw, 3.2rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { max-width: 65ch; }

.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.section-tag {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cyan);
  border: 1px solid rgba(34, 211, 238, 0.25);
  background: rgba(34, 211, 238, 0.06);
  padding: 6px 14px; border-radius: 100px;
  margin-bottom: 1rem;
}
.section-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }

.section-head { text-align: center; margin-bottom: 3.5rem; }
.section-head p { margin: 0.9rem auto 0; color: var(--text-dim); font-size: 1.05rem; }

section { padding: 6rem 0; position: relative; }

/* ── Ambient background orbs ────────────────────────────────────── */
.orb {
  position: absolute; border-radius: 50%; filter: blur(110px); opacity: 0.16;
  pointer-events: none; z-index: 0;
}
.orb-cyan { background: #22d3ee; width: 480px; height: 480px; }
.orb-violet { background: #7c3aed; width: 560px; height: 560px; }
.orb-pink { background: #db2777; width: 380px; height: 380px; }

/* ── Sale banner ────────────────────────────────────────────────── */
.sale-banner {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1002;
  background: var(--grad-hot);
  color: #fff; text-align: center;
  font-size: 13px; font-weight: 700; letter-spacing: 0.04em;
  padding: 8px 44px 8px 16px;
}
.sale-banner b { text-transform: uppercase; }
.sale-banner .countdown { font-variant-numeric: tabular-nums; background: rgba(0,0,0,0.22); padding: 2px 8px; border-radius: 6px; margin-left: 6px; }
.sale-banner a { text-decoration: underline; text-underline-offset: 3px; margin-left: 8px; white-space: nowrap; }
.sale-banner .sale-close {
  position: absolute; right: 8px; top: 50%; transform: translateY(-50%);
  background: none; border: none; color: #fff; font-size: 18px; line-height: 1; padding: 6px 10px;
}
body.sale-hidden .sale-banner { display: none; }
body.sale-hidden nav.nav { top: 0; }

/* ── Navigation ─────────────────────────────────────────────────── */
nav.nav {
  position: fixed; top: 34px; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(5, 6, 10, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.3s, top 0.3s;
}
nav.nav.scrolled { background: rgba(5, 6, 10, 0.92); }
.nav-inner {
  width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 1.5rem;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem;
}
.logo { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; letter-spacing: -0.01em; display: flex; align-items: center; gap: 2px; }
.logo .dot { color: var(--cyan); text-shadow: 0 0 14px var(--cyan); }
.nav-links { display: flex; gap: 2rem; justify-content: center; }
.nav-links a { font-size: 14px; font-weight: 600; color: var(--text-dim); transition: color 0.2s; position: relative; }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px;
  background: var(--grad); border-radius: 2px;
}
.nav-cta {
  background: var(--grad); color: #05060a; font-weight: 800; font-size: 14px;
  padding: 0.7rem 1.4rem; border-radius: 8px; white-space: nowrap;
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); }

.hamburger {
  display: none; width: 44px; height: 44px;
  align-items: center; justify-content: center;
  background: var(--glass); border: 1px solid var(--glass-border); border-radius: 10px;
  flex-direction: column; gap: 5px;
}
.hamburger span { width: 20px; height: 2px; background: #fff; border-radius: 2px; transition: 0.3s; display: block; }
.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); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(5, 6, 10, 0.98);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2rem;
  opacity: 0; pointer-events: none; transition: opacity 0.3s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; }
.mobile-menu .nav-cta { display: inline-flex; font-size: 1.05rem; padding: 1rem 2.4rem; }

/* ── Loader ─────────────────────────────────────────────────────── */
#loader {
  position: fixed; inset: 0; z-index: 3000;
  background: var(--ink);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.6rem;
  cursor: pointer;
  transition: opacity 0.55s var(--ease), visibility 0.55s;
}
#loader.done { opacity: 0; visibility: hidden; }
.loader-logo { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.6rem, 5vw, 2.8rem); letter-spacing: -0.02em; display: flex; }
.loader-logo span { opacity: 0; transform: translateY(24px); animation: loaderChar 0.5s var(--ease) forwards; }
.loader-logo .dot { color: var(--cyan); text-shadow: 0 0 18px var(--cyan); }
@keyframes loaderChar { to { opacity: 1; transform: translateY(0); } }
.loader-bar { width: min(260px, 60vw); height: 2px; background: rgba(255,255,255,0.08); border-radius: 2px; overflow: hidden; }
.loader-bar i { display: block; height: 100%; width: 0%; background: var(--grad); transition: width 0.18s linear; }
.loader-pct { font-size: 12px; font-weight: 700; letter-spacing: 0.22em; color: var(--text-faint); font-variant-numeric: tabular-nums; }
.loader-hint { position: absolute; bottom: 26px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); opacity: 0.6; }

/* ── Buttons ────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 800; font-size: 15px; border-radius: 10px;
  padding: 0.95rem 2rem; min-height: 44px; border: none;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn-primary { background: var(--grad); color: #05060a; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); }
.btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, 0.25); }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); }
.btn-wa { background: #25d366; color: #04310f; }
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(37, 211, 102, 0.3); }
.btn-hot { background: var(--grad-hot); color: #fff; }
.btn-hot:hover { transform: translateY(-2px); box-shadow: 0 0 40px rgba(244, 114, 182, 0.35); }

/* ── Hero ───────────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex; align-items: center;
  padding-top: calc(var(--nav-h) + 34px);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 45% at 70% 12%, rgba(124, 58, 237, 0.18), transparent),
    radial-gradient(ellipse 50% 40% at 18% 80%, rgba(34, 211, 238, 0.12), transparent);
}
.hero-grid-bg {
  position: absolute; inset: 0; opacity: 0.5;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 75%);
}
.hero-inner { position: relative; z-index: 1; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--glass); border: 1px solid var(--glass-border);
  padding: 8px 16px; border-radius: 100px; font-size: 13px; font-weight: 600; color: var(--text-dim);
  margin-bottom: 1.6rem;
}
.hero-badge .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }
.hero h1 { margin-bottom: 1.4rem; }
.hero-sub { color: var(--text-dim); font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 560px; margin-bottom: 2.4rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3.2rem; }
.hero-stats { display: flex; gap: 3rem; flex-wrap: wrap; }
.hero-stat .num { font-family: var(--font-display); font-weight: 800; font-size: 2rem; }
.hero-stat .lbl { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-faint); }
.scroll-hint {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--text-faint);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.scroll-hint::after { content: ''; width: 1px; height: 34px; background: linear-gradient(var(--cyan), transparent); animation: scrollDrop 1.8s infinite; }
@keyframes scrollDrop { 0% { transform: scaleY(0); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: top; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ── Trust ticker ───────────────────────────────────────────────── */
.ticker-wrap { border-block: 1px solid rgba(255,255,255,0.06); padding: 1.1rem 0; overflow: hidden; background: var(--ink-2); }
.ticker { display: flex; gap: 3.5rem; width: max-content; animation: ticker 36s linear infinite; }
.ticker span { font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: var(--text-faint); white-space: nowrap; display: flex; align-items: center; gap: 3.5rem; }
.ticker span::after { content: '✦'; color: var(--cyan); opacity: 0.6; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ── Glass cards / grids ────────────────────────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.card {
  background: var(--glass); border: 1px solid var(--glass-border); border-radius: var(--radius);
  padding: 2rem; position: relative; overflow: hidden;
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.card:hover { transform: translateY(-5px); border-color: rgba(34, 211, 238, 0.35); box-shadow: var(--shadow-glow); }
.card .icon {
  width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: rgba(34, 211, 238, 0.1); border: 1px solid rgba(34, 211, 238, 0.2);
  font-size: 22px; margin-bottom: 1.2rem;
}
.card h3 { margin-bottom: 0.6rem; }
.card p { color: var(--text-dim); font-size: 0.95rem; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 1rem; font-weight: 700; font-size: 14px; color: var(--cyan); }

/* ── Process steps ──────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.step { position: relative; padding: 1.8rem 1.6rem; background: var(--glass); border: 1px solid var(--glass-border); border-radius: var(--radius); }
.step .n {
  font-family: var(--font-display); font-weight: 800; font-size: 2.6rem;
  background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
  opacity: 0.85;
}
.step h3 { font-size: 1.05rem; margin: 0.6rem 0 0.4rem; }
.step p { font-size: 0.88rem; color: var(--text-dim); }

/* ── Portfolio cards ────────────────────────────────────────────── */
.folio-card {
  border-radius: var(--radius); overflow: hidden; position: relative;
  border: 1px solid var(--glass-border); background: var(--ink-3);
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
  display: flex; flex-direction: column;
}
.folio-card:hover { transform: translateY(-5px); border-color: rgba(167, 139, 250, 0.4); box-shadow: 0 0 60px rgba(167, 139, 250, 0.12); }
.folio-thumb {
  height: 170px; position: relative; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; text-align: center; padding: 0 1.4rem;
  letter-spacing: -0.01em;
}
.folio-thumb::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,6,10,0.55)); }
.ft-1 { background: linear-gradient(135deg, #0e2a3d, #123a54); }
.ft-2 { background: linear-gradient(135deg, #241a3d, #372a5e); }
.ft-3 { background: linear-gradient(135deg, #0f2e26, #14443a); }
.ft-4 { background: linear-gradient(135deg, #3d1a2a, #5e2a42); }
.ft-5 { background: linear-gradient(135deg, #2e2410, #4a3a16); }
.ft-6 { background: linear-gradient(135deg, #16202e, #1f3048); }
.folio-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.folio-body .sector { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); font-weight: 700; }
.folio-body p { font-size: 0.9rem; color: var(--text-dim); flex: 1; }
.folio-links { display: flex; gap: 1rem; margin-top: 0.6rem; }
.folio-links a { font-size: 13.5px; font-weight: 700; color: var(--cyan); display: inline-flex; gap: 6px; align-items: center; }
.badge { position: absolute; top: 12px; left: 12px; z-index: 2; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; padding: 5px 10px; border-radius: 100px; }
.badge-live { background: rgba(52, 211, 153, 0.15); color: var(--green); border: 1px solid rgba(52, 211, 153, 0.4); }
.badge-demo { background: rgba(251, 191, 36, 0.13); color: var(--amber); border: 1px solid rgba(251, 191, 36, 0.35); }

/* ── Portfolio accordion (sector dropdowns) ─────────────────────── */
.acc { border: 1px solid var(--glass-border); border-radius: var(--radius); background: var(--glass); margin-bottom: 1.1rem; overflow: hidden; }
.acc-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.5rem 1.8rem; background: none; border: none; color: var(--text); text-align: left;
}
.acc-head .t { display: flex; align-items: center; gap: 14px; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.acc-head .t .em { font-size: 1.4rem; }
.acc-head .count { font-size: 12px; font-weight: 700; color: var(--text-faint); background: rgba(255,255,255,0.05); padding: 4px 12px; border-radius: 100px; white-space: nowrap; }
.acc-head .chev { transition: transform 0.35s var(--ease); color: var(--cyan); flex-shrink: 0; }
.acc.open .chev { transform: rotate(180deg); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height 0.5s var(--ease); }
.acc-body-inner { padding: 0.4rem 1.8rem 1.8rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }

/* ── Testimonials ───────────────────────────────────────────────── */
.testi { background: var(--glass); border: 1px solid var(--glass-border); border-radius: var(--radius); padding: 1.8rem; }
.testi .stars { color: var(--amber); letter-spacing: 3px; margin-bottom: 0.9rem; }
.testi p { font-size: 0.95rem; color: var(--text-dim); font-style: italic; }
.testi .who { margin-top: 1.1rem; display: flex; align-items: center; gap: 12px; }
.testi .who .av { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-weight: 800; color: #05060a; }
.testi .who .nm { font-weight: 700; font-size: 14px; font-style: normal; }
.testi .who .loc { font-size: 12px; color: var(--text-faint); }

/* ── Pricing ────────────────────────────────────────────────────── */
.price-card {
  background: var(--glass); border: 1px solid var(--glass-border); border-radius: var(--radius);
  padding: 2.2rem 2rem; position: relative; display: flex; flex-direction: column;
  transition: transform 0.3s var(--ease), border-color 0.3s, box-shadow 0.3s;
}
.price-card:hover { transform: translateY(-5px); }
.price-card.featured { border-color: rgba(34, 211, 238, 0.45); background: linear-gradient(180deg, rgba(34,211,238,0.06), rgba(255,255,255,0.03)); box-shadow: var(--shadow-glow); }
.pop-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--grad); color: #05060a; font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; white-space: nowrap; }
.price-card .plan { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; }
.price-row { display: flex; align-items: baseline; gap: 12px; margin: 0.9rem 0 0.2rem; flex-wrap: wrap; }
.price-old { font-size: 1.1rem; color: var(--text-faint); text-decoration: line-through; }
.price-new { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; }
.save-chip { font-size: 11px; font-weight: 800; background: rgba(244, 114, 182, 0.14); color: var(--pink); border: 1px solid rgba(244, 114, 182, 0.35); border-radius: 100px; padding: 4px 10px; }
.price-sub { font-size: 12.5px; color: var(--text-faint); margin-bottom: 1.4rem; }
.price-feats { display: grid; gap: 0.65rem; margin-bottom: 1.8rem; flex: 1; }
.price-feats li { display: flex; gap: 10px; font-size: 0.92rem; color: var(--text-dim); }
.price-feats li::before { content: '✓'; color: var(--green); font-weight: 800; }
.price-card .btn { width: 100%; }

/* ── CTA banner ─────────────────────────────────────────────────── */
.cta-banner {
  position: relative; overflow: hidden; text-align: center;
  border: 1px solid var(--glass-border); border-radius: 20px;
  padding: 4.5rem 2rem;
  background:
    radial-gradient(ellipse 70% 90% at 50% 120%, rgba(124, 58, 237, 0.28), transparent),
    radial-gradient(ellipse 50% 60% at 50% -20%, rgba(34, 211, 238, 0.18), transparent),
    var(--ink-2);
}
.cta-banner h2 { margin-bottom: 0.9rem; }
.cta-banner p { margin: 0 auto 2rem; color: var(--text-dim); }
.cta-banner .hero-ctas { justify-content: center; margin-bottom: 0; }

/* ── Blog ───────────────────────────────────────────────────────── */
.blog-card { display: flex; flex-direction: column; }
.blog-card .folio-thumb { font-size: 1.05rem; height: 150px; }
.blog-card .meta { font-size: 12px; color: var(--text-faint); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.blog-card h3 { font-size: 1.08rem; margin: 0.4rem 0 0.5rem; }

/* Article pages */
.article { max-width: 760px; margin: 0 auto; padding: calc(var(--nav-h) + 100px) 1.5rem 5rem; }
.article .meta { font-size: 13px; color: var(--text-faint); font-weight: 600; margin-bottom: 1rem; }
.article h1 { font-size: clamp(1.9rem, 4.5vw, 2.8rem); margin-bottom: 1.6rem; }
.article h2 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); margin: 2.6rem 0 0.9rem; }
.article h3 { margin: 1.8rem 0 0.6rem; }
.article p, .article li { color: var(--text-dim); margin-bottom: 1.1rem; }
.article ul { list-style: disc; padding-left: 1.4rem; }
.article ul li { margin-bottom: 0.5rem; }
.article strong { color: var(--text); }
.article table { width: 100%; border-collapse: collapse; margin: 1.4rem 0; font-size: 0.93rem; }
.article th, .article td { border: 1px solid var(--glass-border); padding: 0.7rem 0.9rem; text-align: left; color: var(--text-dim); }
.article th { background: var(--glass); color: var(--text); font-family: var(--font-display); }
.article .callout {
  background: rgba(34, 211, 238, 0.06); border: 1px solid rgba(34, 211, 238, 0.25);
  border-radius: var(--radius); padding: 1.4rem 1.6rem; margin: 1.8rem 0;
}
.article .callout p { margin: 0; }
.article-cta {
  margin: 2.6rem 0; text-align: center; border-radius: var(--radius);
  border: 1px solid var(--glass-border); padding: 2.2rem 1.6rem;
  background: radial-gradient(ellipse 80% 120% at 50% 130%, rgba(124,58,237,0.25), transparent), var(--ink-2);
}
.article-cta h3 { margin-bottom: 0.5rem; }
.article-cta p { margin-bottom: 1.4rem; }

/* ── Forms ──────────────────────────────────────────────────────── */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1.1rem; }
.field label { font-size: 13px; font-weight: 700; color: var(--text-dim); }
.field input, .field select, .field textarea {
  width: 100%; min-width: 0; box-sizing: border-box;
  background: var(--ink-3); border: 1px solid var(--glass-border); border-radius: 10px;
  color: var(--text); font-family: inherit; font-size: 15px; padding: 0.85rem 1rem;
  transition: border-color 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--cyan); }
.field .err { font-size: 12px; color: var(--pink); display: none; }
.field.invalid .err { display: block; }
.field.invalid input { border-color: var(--pink); }

/* ── Quote wizard ───────────────────────────────────────────────── */
.wizard { max-width: 820px; margin: 0 auto; }
.wiz-progress { display: flex; gap: 8px; margin-bottom: 2.2rem; }
.wiz-progress i { flex: 1; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.08); }
.wiz-progress i.on { background: var(--grad); }
.wiz-step { display: none; }
.wiz-step.on { display: block; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 1.4rem 0 2rem; }
.choice {
  background: var(--glass); border: 1px solid var(--glass-border); border-radius: var(--radius);
  padding: 1.4rem 1.2rem; text-align: center; cursor: pointer; transition: 0.2s;
}
.choice .em { font-size: 1.8rem; display: block; margin-bottom: 0.5rem; }
.choice .t { font-weight: 700; font-size: 0.95rem; }
.choice .d { font-size: 12px; color: var(--text-faint); }
.choice:hover { border-color: rgba(34,211,238,0.4); }
.choice.sel { border-color: var(--cyan); background: rgba(34, 211, 238, 0.08); box-shadow: var(--shadow-glow); }
.wiz-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }

.quote-result {
  text-align: center; border: 1px solid rgba(34,211,238,0.35); border-radius: 20px; padding: 3rem 2rem;
  background: radial-gradient(ellipse 80% 100% at 50% 130%, rgba(124,58,237,0.25), transparent), var(--ink-2);
}
.quote-result .qr-old { font-size: 1.3rem; color: var(--text-faint); text-decoration: line-through; }
.quote-result .qr-new { font-family: var(--font-display); font-size: clamp(2.6rem, 7vw, 4rem); font-weight: 800; }
.quote-result .qr-save { display: inline-block; margin: 0.6rem 0 1.4rem; font-weight: 800; font-size: 13px; background: rgba(244,114,182,0.14); color: var(--pink); border: 1px solid rgba(244,114,182,0.35); border-radius: 100px; padding: 6px 16px; }

/* ── Sale popup ─────────────────────────────────────────────────── */
.popup-overlay {
  position: fixed; inset: 0; z-index: 2000;
  background: rgba(3, 4, 8, 0.78); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center; padding: 1.2rem;
  opacity: 0; pointer-events: none; transition: opacity 0.35s;
}
.popup-overlay.show { opacity: 1; pointer-events: auto; }
.popup {
  position: relative; max-width: 440px; width: 100%;
  background: var(--ink-2); border: 1px solid rgba(34, 211, 238, 0.3); border-radius: 20px;
  padding: 2.6rem 2.2rem 2.2rem; text-align: center;
  box-shadow: 0 0 100px rgba(124, 58, 237, 0.3);
  transform: translateY(16px) scale(0.97); transition: transform 0.35s var(--ease);
  overflow: hidden;
}
.popup::before { content: ''; position: absolute; inset: -40% 30% auto; height: 60%; background: radial-gradient(ellipse, rgba(34,211,238,0.2), transparent 70%); pointer-events: none; }
.popup-overlay.show .popup { transform: translateY(0) scale(1); }
.popup .p-tag { font-size: 11px; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; color: var(--pink); }
.popup h3 { font-size: 1.7rem; margin: 0.7rem 0 0.5rem; }
.popup p { font-size: 0.95rem; color: var(--text-dim); margin: 0 auto 1.4rem; }
.popup .p-count { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: 0.08em; color: var(--cyan); margin-bottom: 1.4rem; font-variant-numeric: tabular-nums; }
.popup .btn { width: 100%; margin-bottom: 0.7rem; }
.popup-close { position: absolute; top: 12px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.06); border: 1px solid var(--glass-border); color: var(--text-dim); font-size: 16px; }

/* ── WhatsApp float ─────────────────────────────────────────────── */
.wa-float {
  position: fixed; right: 20px; bottom: 20px; z-index: 1500;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height: 30px; fill: #fff; }

/* ── Footer ─────────────────────────────────────────────────────── */
footer { background: var(--ink-2); border-top: 1px solid rgba(255,255,255,0.06); padding: 4rem 0 2rem; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 2.5rem; margin-bottom: 3rem; }
.foot-grid h4 { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-faint); margin-bottom: 1rem; }
.foot-grid a, .foot-grid p { display: block; font-size: 14px; color: var(--text-dim); margin-bottom: 0.6rem; max-width: 34ch; }
.foot-grid a:hover { color: var(--cyan); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.6rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: 12.5px; color: var(--text-faint); }

/* ── Reveal (scroll animations — JS adds .in) ───────────────────── */
.rv { opacity: 0; transform: translateY(26px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease); }
.rv.in { opacity: 1; transform: none; }

/* ── Page hero (inner pages) ────────────────────────────────────── */
.page-hero { padding: calc(var(--nav-h) + 120px) 0 3.5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 70% at 75% 0%, rgba(124, 58, 237, 0.16), transparent); }
.page-hero .container { position: relative; }
.page-hero p { color: var(--text-dim); margin-top: 0.9rem; font-size: 1.05rem; }

/* ── Responsive ─────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .grid-3, .acc-body-inner { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  section { padding: 3.5rem 0; }
  .nav-links { display: none; }
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .nav-inner .nav-cta { display: none; }
  .hamburger { display: flex; justify-self: end; }
  .hero { min-height: 88vh; }
  .hero-ctas .btn { width: 100%; }
  .hero-stats { gap: 1.6rem; }
  .grid-3, .grid-2, .choice-grid, .acc-body-inner { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .sale-banner { font-size: 11.5px; text-align: left; }
  .wiz-nav .btn { width: auto; flex: 1; }
  .scroll-hint { display: none; }
  .acc-head { padding: 1.2rem 1.2rem; }
  .acc-body-inner { padding: 0.3rem 1.2rem 1.4rem; }
}

/* Mobile & reduced motion: no transform-based motion (site standard) */
@media (max-width: 768px), (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  .card:hover, .folio-card:hover, .price-card:hover, .btn:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  #loader { display: none !important; }
  .ticker { animation: none; }
}

/* ── AI Concierge widget ────────────────────────────────────────── */
.andi-btn {
  position: fixed; right: 20px; bottom: 90px; z-index: 1500;
  width: 58px; height: 58px; border-radius: 50%; border: none;
  background: var(--grad); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 30px rgba(34, 211, 238, 0.35); cursor: pointer;
  font-size: 26px; transition: transform 0.2s;
}
.andi-btn:hover { transform: scale(1.08); }
.andi-btn .andi-dot {
  position: absolute; top: 2px; right: 2px; width: 14px; height: 14px; border-radius: 50%;
  background: var(--green); border: 2px solid var(--ink);
}
.andi-panel {
  position: fixed; right: 20px; bottom: 160px; z-index: 1600;
  width: min(370px, calc(100vw - 32px)); height: min(540px, calc(100vh - 200px));
  background: var(--ink-2); border: 1px solid rgba(34, 211, 238, 0.3); border-radius: 18px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.6), 0 0 60px rgba(124, 58, 237, 0.15);
  display: flex; flex-direction: column; overflow: hidden;
  opacity: 0; pointer-events: none; transform: translateY(14px) scale(0.98);
  transition: opacity 0.28s, transform 0.28s var(--ease);
}
.andi-panel.open { opacity: 1; pointer-events: auto; transform: none; }
.andi-head {
  display: flex; align-items: center; gap: 12px; padding: 14px 16px;
  background: rgba(34, 211, 238, 0.06); border-bottom: 1px solid var(--glass-border);
}
.andi-head .av { width: 38px; height: 38px; border-radius: 50%; background: var(--grad); display: flex; align-items: center; justify-content: center; font-size: 19px; flex-shrink: 0; }
.andi-head .nm { font-family: var(--font-display); font-weight: 800; font-size: 15px; }
.andi-head .st { font-size: 11px; color: var(--green); display: flex; align-items: center; gap: 5px; }
.andi-head .st::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.andi-head .andi-close { margin-left: auto; width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--glass-border); background: rgba(255,255,255,0.05); color: var(--text-dim); font-size: 14px; cursor: pointer; }
.andi-msgs { flex: 1; overflow-y: auto; padding: 16px 14px; display: flex; flex-direction: column; gap: 10px; }
.andi-msg { max-width: 85%; padding: 10px 14px; border-radius: 14px; font-size: 13.5px; line-height: 1.55; word-wrap: break-word; }
.andi-msg.bot { background: var(--ink-3); border: 1px solid var(--glass-border); border-bottom-left-radius: 4px; align-self: flex-start; color: var(--text-dim); }
.andi-msg.bot a { color: var(--cyan); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.andi-msg.user { background: rgba(34, 211, 238, 0.14); border: 1px solid rgba(34, 211, 238, 0.3); border-bottom-right-radius: 4px; align-self: flex-end; color: var(--text); }
.andi-typing { display: inline-flex; gap: 4px; padding: 12px 16px; }
.andi-typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); animation: andiBlink 1.2s infinite; }
.andi-typing i:nth-child(2) { animation-delay: 0.15s; }
.andi-typing i:nth-child(3) { animation-delay: 0.3s; }
@keyframes andiBlink { 0%, 60%, 100% { opacity: 0.25; } 30% { opacity: 1; } }
.andi-chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 10px; }
.andi-chip { font-size: 12px; font-weight: 600; color: var(--cyan); background: rgba(34,211,238,0.07); border: 1px solid rgba(34,211,238,0.3); border-radius: 100px; padding: 6px 12px; cursor: pointer; }
.andi-chip:hover { background: rgba(34,211,238,0.15); }
.andi-input { display: flex; gap: 8px; padding: 12px 14px; border-top: 1px solid var(--glass-border); }
.andi-input input {
  flex: 1; min-width: 0; background: var(--ink-3); border: 1px solid var(--glass-border);
  border-radius: 100px; color: var(--text); font-family: inherit; font-size: 14px; padding: 10px 16px;
}
.andi-input input:focus { outline: none; border-color: var(--cyan); }
.andi-input button {
  width: 42px; height: 42px; border-radius: 50%; border: none; background: var(--grad);
  color: #05060a; font-size: 16px; cursor: pointer; flex-shrink: 0;
}
@media (max-width: 480px) {
  .andi-panel { right: 16px; left: 16px; width: auto; bottom: 90px; height: min(70vh, 520px); }
  .andi-btn { bottom: 88px; }
}
