/* CardVyapar Pro — PHP/MySQL version theme */
:root {
  --bg: #070B14;
  --bg2: #0A0F1D;
  --bg3: #060A13;
  --card: #0D1527;
  --card2: #131F37;
  --border: rgba(255, 255, 255, 0.08);
  --text: #F8FAFC;
  --muted: #94A3B8;
  --saffron: #FF6B00;
  --saffron2: #FF8C38;
  --green: #10B981;
  --amber: #F59E0B;
  --red: #EF4444;
  --sky: #38BDF8;
  --radius: 18px;
  --font-head: 'Outfit', 'Noto Sans Devanagari', sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Noto Sans Devanagari', sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, .font-head { font-family: var(--font-head); }
::selection { background: var(--saffron); color: #fff; }

.wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 96px 0; position: relative; }
.section.alt { background: var(--bg2); }

.overline {
  font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--saffron2); margin-bottom: 12px; text-align: center;
}
.h2 {
  font-size: clamp(28px, 4vw, 40px); font-weight: 700; letter-spacing: -0.025em;
  text-align: center; line-height: 1.15;
}
.sub { color: var(--muted); text-align: center; max-width: 640px; margin: 16px auto 0; font-size: 17px; line-height: 1.6; }
.head-block { max-width: 760px; margin: 0 auto 48px; }

/* ---------- Buttons ---------- */
.btn-primary, .btn-ghost, .btn-green {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; font-weight: 700; cursor: pointer; border: none;
  font-family: var(--font-body); transition: background .25s, color .25s, border-color .25s, transform .2s;
}
.btn-primary { background: var(--saffron); color: #fff; padding: 14px 28px; font-size: 15px; }
.btn-primary:hover { background: var(--saffron2); }
.btn-primary.lg { padding: 17px 34px; font-size: 17px; }
.btn-green { background: var(--green); color: #fff; padding: 15px 24px; font-size: 16px; width: 100%; }
.btn-green:hover { background: #0ea573; }
.btn-ghost {
  background: rgba(255,255,255,.05); color: var(--text); padding: 13px 24px; font-size: 15px;
  border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(8px);
}
.btn-ghost:hover { border-color: rgba(255,107,0,.5); color: var(--saffron2); }
.btn-red-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; font-weight: 600; font-size: 14px; padding: 13px 24px; cursor: pointer;
  background: rgba(239,68,68,.1); color: #f87171; border: 1px solid rgba(239,68,68,.4); transition: background .25s;
}
.btn-red-ghost:hover { background: rgba(239,68,68,.2); }

@keyframes booknow-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,107,0,.55); }
  50% { box-shadow: 0 0 0 14px rgba(255,107,0,0); }
}
@keyframes booknow-wiggle {
  0%, 86%, 100% { transform: rotate(0) scale(1); }
  89% { transform: rotate(-2.5deg) scale(1.03); }
  92% { transform: rotate(2.5deg) scale(1.03); }
  95% { transform: rotate(-1.5deg) scale(1.02); }
}
.booknow-anim { animation: booknow-pulse 1.8s ease-in-out infinite, booknow-wiggle 3.8s ease-in-out infinite; }
.booknow-wrap { display: inline-flex; flex-direction: column; align-items: center; gap: 6px; }
.offer-line { font-size: 12px; font-weight: 700; color: var(--amber); display: inline-flex; align-items: center; gap: 6px; }
.offer-line::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); animation: pulse-dot 1.6s infinite; }
@keyframes pulse-dot { 50% { opacity: .3; } }
@media (prefers-reduced-motion: reduce) { .booknow-anim, .offer-line::before { animation: none; } }

/* ---------- Navbar ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .4s, border-color .4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled { background: rgba(7,11,20,.85); backdrop-filter: blur(20px); border-color: rgba(255,255,255,.1); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 18px; }
.logo b { color: var(--saffron); }
.nav-links { display: flex; gap: 24px; }
.nav-links a { font-size: 14px; font-weight: 500; color: #cbd5e1; transition: color .2s; }
.nav-links a:hover { color: var(--saffron2); }
.nav-right { display: flex; align-items: center; gap: 12px; }
.lang-switch { display: flex; gap: 2px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 4px; }
.lang-switch a { font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 999px; color: #cbd5e1; }
.lang-switch a.on { background: var(--saffron); color: #fff; }
.price-badge {
  font-size: 12px; font-weight: 700; color: var(--saffron2);
  border: 1px solid rgba(255,107,0,.4); background: rgba(255,107,0,.1);
  padding: 6px 12px; border-radius: 999px;
}
.nav .btn-primary { padding: 9px 20px; font-size: 13px; }
.burger { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 6px; }
.burger svg { width: 26px; height: 26px; }
.mobile-menu { display: none; flex-direction: column; gap: 14px; padding: 18px 20px; background: rgba(7,11,20,.96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(20px); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 15px; font-weight: 500; color: #e2e8f0; }

/* ---------- Hero ---------- */
.hero {
  min-height: 92vh; display: flex; align-items: center; padding: 120px 0 64px; position: relative; overflow: hidden;
  background: radial-gradient(circle at 50% 0%, rgba(255,107,0,.16), rgba(7,11,20,0) 60%);
}
.hero-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 48px; align-items: center; width: 100%; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 24px;
  border: 1px solid rgba(255,107,0,.35); background: rgba(255,107,0,.1);
  padding: 7px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .18em; color: var(--saffron2);
}
.hero-badge::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--saffron); animation: pulse-dot 1.6s infinite; }
.hero h1 { font-size: clamp(34px, 5.2vw, 58px); font-weight: 800; letter-spacing: -0.035em; line-height: 1.05; }
.hero h1 .accent { color: var(--saffron); text-shadow: 0 0 40px rgba(255,107,0,.45); }
.line-mask { display: block; overflow: hidden; padding-bottom: 4px; }
.line-mask > span { display: block; transform: translateY(110%); animation: line-up 1s cubic-bezier(.16,1,.3,1) forwards; }
.line-mask:nth-child(2) > span { animation-delay: .15s; }
.line-mask:nth-child(3) > span { animation-delay: .3s; }
@keyframes line-up { to { transform: translateY(0); } }
.fade-up { opacity: 0; transform: translateY(16px); animation: fade-up .8s cubic-bezier(.16,1,.3,1) forwards; }
.fade-up.d1 { animation-delay: .5s; } .fade-up.d2 { animation-delay: .65s; } .fade-up.d3 { animation-delay: .8s; }
@keyframes fade-up { to { opacity: 1; transform: translateY(0); } }
.hero-sub { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 560px; margin-top: 24px; }
.hero-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }
.hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 32px; margin-top: 40px; }
.hero-price .label { font-size: 12px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: #64748b; }
.hero-price .label i { color: var(--green); font-style: normal; }
.hero-price .value { font-family: var(--font-head); font-size: 34px; font-weight: 800; }
.hero-price .value s { font-size: 15px; color: #64748b; font-weight: 500; margin-left: 8px; }
.hero-price .once { font-size: 12px; font-weight: 700; color: var(--green); }
.hero-divider { width: 1px; height: 44px; background: rgba(255,255,255,.1); }
.hero-points { list-style: none; display: flex; flex-direction: column; gap: 6px; font-size: 14px; color: #cbd5e1; }
.hero-points li::before { content: '✓'; color: var(--saffron); font-weight: 700; margin-right: 8px; }

.hero-visual { position: relative; perspective: 1000px; }
.hero-img-frame {
  position: relative; border-radius: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 30px 80px rgba(0,0,0,.5); transition: transform .2s ease-out; transform-style: preserve-3d;
}
.hero-img-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.hero-img-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,11,20,.8), transparent 55%); }
.hero-glow { position: absolute; inset: -24px; background: rgba(255,107,0,.2); filter: blur(64px); border-radius: 40px; z-index: -1; }
.float-card {
  position: absolute; background: rgba(13,21,39,.65); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 14px 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,.4);
}
.float-card .t { font-size: 14px; font-weight: 700; }
.float-card .s { font-size: 12px; color: var(--muted); }
.float-card .ic { display: inline-flex; width: 38px; height: 38px; border-radius: 12px; align-items: center; justify-content: center; margin-right: 10px; vertical-align: middle; }
.float-card .ic svg { width: 19px; height: 19px; }
.float-a { left: -24px; bottom: 40px; }
.float-a .ic { background: rgba(255,107,0,.2); color: var(--saffron2); }
.float-b { right: -18px; top: 32px; }
.float-b .ic { background: rgba(16,185,129,.2); color: var(--green); }

/* ---------- Marquee ---------- */
.marquee { overflow: hidden; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: var(--bg2); padding: 20px 0; }
.marquee-track { display: flex; width: max-content; gap: 40px; animation: marquee-scroll 60s linear infinite; }
.marquee-track span { font-family: var(--font-head); font-size: 18px; font-weight: 600; color: #64748b; white-space: nowrap; display: flex; align-items: center; gap: 40px; }
.marquee-track span::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: rgba(255,107,0,.6); }
@keyframes marquee-scroll { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ---------- Cards / grids ---------- */
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; transition: transform .3s, border-color .3s; height: 100%; }
.card:hover { border-color: rgba(255,107,0,.4); transform: translateY(-4px); }
.card .ic { display: flex; width: 44px; height: 44px; border-radius: 12px; background: rgba(255,107,0,.15); color: var(--saffron2); align-items: center; justify-content: center; margin-bottom: 16px; }
.card .ic svg { width: 21px; height: 21px; }
.card h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.split { display: grid; grid-template-columns: 5fr 7fr; gap: 48px; align-items: center; }
.img-frame { border-radius: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); position: relative; }
.img-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.img-frame::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,11,20,.7), transparent 60%); }
.img-glow { position: relative; }
.img-glow::before { content: ''; position: absolute; inset: -16px; background: rgba(255,107,0,.1); filter: blur(40px); border-radius: 32px; }

/* ---------- Steps ---------- */
.step { position: relative; }
.step .num { font-family: var(--font-head); font-size: 40px; font-weight: 800; color: rgba(255,107,0,.25); transition: color .3s; }
.step:hover .num { color: rgba(255,107,0,.6); }
.step h3 { margin-top: 14px; font-size: 18px; }

/* ---------- Calculator ---------- */
.calc-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 28px; align-items: stretch; }
.calc-panel { background: var(--card); border: 1px solid var(--border); border-radius: 26px; padding: 32px; }
.calc-result { background: linear-gradient(to bottom, var(--card2), var(--card)); border: 1px solid rgba(255,107,0,.3); border-radius: 26px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; }
.calc-label { display: flex; justify-content: space-between; font-size: 14px; font-weight: 600; color: #cbd5e1; margin-bottom: 10px; }
.calc-label output { font-family: 'JetBrains Mono', monospace; font-size: 18px; font-weight: 700; color: #fff; }
.calc-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: #1E293B; outline: none; margin-bottom: 30px; }
.calc-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 22px; height: 22px; border-radius: 50%; background: var(--saffron); border: 3px solid var(--bg); box-shadow: 0 0 0 2px var(--saffron), 0 0 20px rgba(255,107,0,.6); cursor: pointer; }
.calc-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--saffron); border: 3px solid var(--bg); box-shadow: 0 0 0 2px var(--saffron), 0 0 20px rgba(255,107,0,.6); cursor: pointer; }
.mini-card { background: #091122; border: 1px solid rgba(255,255,255,.06); border-radius: 14px; padding: 16px; font-size: 13px; color: var(--muted); }
.mini-card .lab { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; color: #64748b; margin-bottom: 6px; }
.mini-card .mono { font-family: 'JetBrains Mono', monospace; color: #e2e8f0; display: block; }
.calc-big { font-family: var(--font-head); font-weight: 800; }
.calc-big.month { font-size: 46px; margin-top: 8px; }
.calc-big.year { font-size: 38px; color: var(--saffron); text-shadow: 0 0 40px rgba(255,107,0,.45); margin-top: 8px; }
.calc-small { font-size: 17px; color: #64748b; font-weight: 500; }
.disclaimer { display: flex; gap: 10px; align-items: flex-start; background: rgba(245,158,11,.05); border: 1px solid rgba(245,158,11,.2); border-radius: 14px; padding: 14px; font-size: 12px; line-height: 1.6; color: rgba(253,230,138,.8); margin-top: 28px; }
.tag-green { display: inline-block; border: 1px solid rgba(16,185,129,.4); background: rgba(16,185,129,.1); color: var(--green); padding: 7px 16px; border-radius: 999px; font-size: 14px; font-weight: 700; }

/* ---------- Investment ---------- */
.inv-stack { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.inv-arrow { color: rgba(255,107,0,.6); font-size: 22px; }
.inv-price { text-align: center; }
.inv-price .big { font-family: var(--font-head); font-size: 52px; font-weight: 800; color: var(--saffron); text-shadow: 0 0 40px rgba(255,107,0,.45); }
.check-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #e2e8f0; }
.check-list li::before { content: '✓'; display: flex; width: 20px; height: 20px; flex: none; border-radius: 50%; background: rgba(16,185,129,.2); color: var(--green); font-size: 11px; font-weight: 700; align-items: center; justify-content: center; }

/* ---------- Categories ---------- */
.cat-chip { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 15px 10px; text-align: center; font-size: 14px; font-weight: 600; color: #e2e8f0; transition: border-color .25s, transform .25s; }
.cat-chip:hover { border-color: rgba(255,107,0,.45); transform: translateY(-3px); }
.cat-more { border: 1px dashed rgba(255,107,0,.4); background: rgba(255,107,0,.05); color: var(--saffron2); display: flex; align-items: center; justify-content: center; gap: 6px; }

/* ---------- Features ---------- */
.feat-item { display: flex; align-items: center; gap: 12px; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 18px; font-size: 14px; font-weight: 600; color: #e2e8f0; transition: border-color .25s, transform .25s; }
.feat-item:hover { border-color: rgba(255,107,0,.4); transform: scale(1.02); }
.feat-item .ic { display: flex; width: 38px; height: 38px; flex: none; border-radius: 11px; background: rgba(255,107,0,.15); color: var(--saffron2); align-items: center; justify-content: center; }
.feat-item .ic svg { width: 18px; height: 18px; }

/* ---------- Templates / demos / proof ---------- */
.tpl-card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: border-color .3s; }
.tpl-card:hover { border-color: rgba(255,107,0,.45); }
.tpl-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .5s; }
.tpl-card:hover img { transform: scale(1.05); }
.empty-state { max-width: 560px; margin: 0 auto; text-align: center; border: 1px dashed rgba(255,107,0,.4); background: rgba(255,107,0,.04); border-radius: 26px; padding: 48px 32px; }
.empty-state.plain { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.02); }
.empty-state h3 { font-size: 20px; margin: 14px 0 8px; }
.empty-state p { color: var(--muted); font-size: 14px; }
.empty-state .ic { display: flex; width: 56px; height: 56px; margin: 0 auto; border-radius: 16px; background: rgba(255,107,0,.15); color: var(--saffron2); align-items: center; justify-content: center; box-shadow: 0 0 32px rgba(255,107,0,.25); }
.video-frame { width: 100%; aspect-ratio: 16/9; border: 0; display: block; background: #091122; }
.video-card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; }
.video-card .cap { padding: 14px 16px; font-weight: 600; font-size: 15px; }
.proof-card { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: var(--card); }
.proof-card:hover { border-color: rgba(16,185,129,.45); }
.proof-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; }
.proof-card .cap { padding: 10px 12px; font-size: 12px; color: var(--muted); }

/* ---------- Future updates ---------- */
.fu-card { position: relative; border: 1px dashed rgba(255,255,255,.15); background: rgba(13,21,39,.6); border-radius: 16px; padding: 22px; height: 100%; }
.fu-card .badge { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--amber); border: 1px solid rgba(245,158,11,.4); background: rgba(245,158,11,.1); padding: 3px 10px; border-radius: 999px; }
.fu-card h3 { font-size: 16px; margin: 12px 0 8px; }
.fu-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: start; }
.price-card { background: linear-gradient(to bottom, var(--card2), var(--card)); border: 1px solid rgba(255,107,0,.4); border-radius: 26px; padding: 32px; text-align: center; box-shadow: 0 0 60px rgba(255,107,0,.12); }
.price-card .big { font-family: var(--font-head); font-size: 60px; font-weight: 800; margin-top: 14px; }
.price-card .strike { color: #64748b; font-size: 15px; margin-top: 4px; }
.price-card .once { display: inline-block; background: rgba(16,185,129,.15); color: var(--green); font-size: 12px; font-weight: 700; border-radius: 999px; padding: 5px 14px; margin-top: 10px; }
.price-card .includes { text-align: left; border-top: 1px solid var(--border); margin-top: 24px; padding-top: 24px; }
.price-card .includes ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }
.price-card .includes li { display: flex; gap: 8px; font-size: 14px; color: #e2e8f0; align-items: flex-start; }
.price-card .includes li::before { content: '✓'; color: var(--green); font-weight: 700; }
.upi-panel { background: #091122; border: 1px solid rgba(255,107,0,.3); border-radius: 26px; padding: 32px; }
.upi-panel .upi-id { font-size: 14px; color: var(--muted); }
.upi-panel .upi-id b { font-family: 'JetBrains Mono', monospace; color: var(--saffron2); font-weight: 600; }
.upi-qr { width: 170px; height: 170px; margin: 18px auto 0; background: #fff; border-radius: 12px; padding: 10px; }
.upi-qr img, .upi-qr canvas { width: 100% !important; height: 100% !important; }
.form-panel { background: var(--card); border: 1px solid var(--border); border-radius: 26px; padding: 32px; }
.form-panel h3 { font-size: 20px; }
.form-panel .hint { color: var(--muted); font-size: 14px; margin-top: 6px; }
.field { margin-top: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; color: #cbd5e1; margin-bottom: 6px; }
.field input[type=text], .field input[type=tel], .field input[type=email], .field input[type=file].vis {
  width: 100%; background: #091122; border: 1px solid rgba(255,255,255,.1); border-radius: 10px;
  padding: 12px 14px; color: #fff; font-family: var(--font-body); font-size: 14px;
}
.field input:focus { outline: none; border-color: var(--saffron); }
.file-drop { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 24px; border: 1px dashed rgba(255,255,255,.2); border-radius: 12px; background: #091122; color: var(--muted); font-size: 14px; cursor: pointer; transition: border-color .25s, color .25s; }
.file-drop:hover { border-color: rgba(255,107,0,.5); color: var(--saffron2); }
.success-box { margin-top: 24px; text-align: center; border: 1px solid rgba(16,185,129,.3); background: rgba(16,185,129,.06); border-radius: 16px; padding: 32px 20px; font-size: 14px; line-height: 1.7; color: #e2e8f0; }
.success-box .big-check { font-size: 42px; color: var(--green); }

/* ---------- FAQ ---------- */
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; margin-bottom: 12px; }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; color: #fff; font-family: var(--font-head); font-size: 16px; font-weight: 600; text-align: left; padding: 20px; cursor: pointer; }
.faq-q .chev { color: var(--saffron); transition: transform .3s; flex: none; }
.faq-item.open .chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s cubic-bezier(.16,1,.3,1); }
.faq-a p { padding: 0 20px 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }

/* ---------- Footer ---------- */
.footer { background: var(--bg3); border-top: 1px solid rgba(255,255,255,.06); padding: 48px 0 28px; }
.footer-grid { display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.footer .muted { color: var(--muted); font-size: 14px; max-width: 420px; margin-top: 12px; line-height: 1.6; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--muted); }
.footer-links a:hover { color: var(--saffron2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); margin-top: 36px; padding-top: 22px; font-size: 12px; color: #64748b; line-height: 1.7; }

/* ---------- Floating book now ---------- */
.floating-book { position: fixed; right: 20px; bottom: 20px; z-index: 60; opacity: 0; transform: translateY(24px) scale(.85); transition: opacity .35s, transform .35s; pointer-events: none; }
.floating-book.show { opacity: 1; transform: none; pointer-events: auto; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Toasts ---------- */
.toast { position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(80px); background: var(--card2); color: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 13px 20px; font-size: 14px; z-index: 100; opacity: 0; transition: all .35s; max-width: 90vw; box-shadow: 0 20px 50px rgba(0,0,0,.5); }
.toast.show { opacity: 1; transform: translateX(-50%); }
.toast.ok { border-color: rgba(16,185,129,.5); }
.toast.err { border-color: rgba(239,68,68,.5); }

/* ---------- CTA strip ---------- */
.cta-strip { display: flex; justify-content: center; padding: 40px 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .nav-links { display: none; }
  .nav-right .btn-primary, .nav-right .price-badge { display: none; }
  .burger { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .calc-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .grid-5 { grid-template-columns: repeat(3, 1fr); }
  .grid-6 { grid-template-columns: repeat(4, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .grid-3, .grid-5, .grid-6 { grid-template-columns: repeat(2, 1fr); }
  .grid-2 { grid-template-columns: 1fr; }
  .check-list { grid-template-columns: 1fr; }
  .float-a { left: 8px; } .float-b { right: 8px; }
  .hero-meta { gap: 20px; }
  .hero-divider { display: none; }
}
