:root {
  --bg: #06080d;
  --panel: rgba(255, 255, 255, .035);
  --line: rgba(255, 255, 255, .08);
  --text: #fff;
  --muted: #a8b0bd;
  --soft: #707987;
  --orange: #f97316;
  --orange-2: #fb923c;
  --green: #34d399;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); overflow-x: hidden; }
body, button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; cursor: pointer; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 800; letter-spacing: 0; margin: 0; }
p { margin: 0; }
em { color: var(--orange-2); font-style: normal; }

.page { min-height: 100vh; background: var(--bg); }
.container { width: min(100% - 6rem, 1280px); margin-inline: auto; }
.narrow { width: min(100% - 6rem, 820px); }
.film-grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.navbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.navbar.is-scrolled {
  background: rgba(6, 8, 13, .9);
  border-bottom: 1px solid rgba(249, 115, 22, .12);
  backdrop-filter: blur(18px);
}
.nav-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .6rem; font-size: 1.32rem; font-weight: 800; letter-spacing: -.04em; }
.brand b { color: var(--orange); }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: .5rem;
  color: #fff;
  background: var(--orange);
}
.desktop-nav, .desktop-actions { display: flex; align-items: center; gap: 2.2rem; }
.desktop-nav a, .desktop-actions a { color: #e5e7eb; font-size: .98rem; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-actions a:hover { color: var(--orange-2); }
.small-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .95rem 1.35rem;
  border-radius: .5rem;
  color: #fff !important;
  background: var(--orange);
  box-shadow: 0 0 24px rgba(249, 115, 22, .15);
}
.small-cta:hover { background: var(--orange-2); }
.menu-btn, .mobile-menu { display: none; }

.scene-bg {
  position: relative;
  background:
    linear-gradient(135deg, rgba(249, 115, 22, .13), rgba(6, 8, 13, .2)),
    radial-gradient(circle at 15% 20%, rgba(249, 115, 22, .25), transparent 28rem),
    var(--bg);
}
.scene-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--scene-image);
  background-size: cover;
  background-position: center;
  opacity: .94;
}
.scene-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background:
    linear-gradient(115deg, rgba(6, 8, 13, .9), rgba(6, 8, 13, .28)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 120px);
}
.scene-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(6, 8, 13, .78), rgba(6, 8, 13, .28) 48%, rgba(6, 8, 13, .5)),
    linear-gradient(to top, rgba(6, 8, 13, .96), rgba(6, 8, 13, .36) 52%, rgba(6, 8, 13, .2));
}
.scene-overlay.soft { background: linear-gradient(to bottom, var(--bg), rgba(6, 8, 13, .5), var(--bg)); }

.hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 5.2rem 0 2.4rem;
}
.hero-content { position: relative; z-index: 2; max-width: 1300px; }
.badge {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  padding: .65rem 1.4rem;
  margin-bottom: 1.2rem;
  border: 1px solid rgba(249, 115, 22, .35);
  border-radius: 999px;
  color: var(--orange-2);
  background: rgba(249, 115, 22, .1);
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
}
.badge i {
  width: .65rem;
  height: .65rem;
  border-radius: 50%;
  background: var(--orange-2);
  animation: pulse 1.5s infinite;
}
.hero-content h1 {
  max-width: 1300px;
  font-size: clamp(4.2rem, 5.6vw, 7.4rem);
  line-height: .98;
  letter-spacing: -.025em;
  text-shadow: 0 2px 30px rgba(0, 0, 0, .4);
}
.hero-content p {
  max-width: 900px;
  margin-top: 2.4rem;
  color: #d1d5db;
  font-size: clamp(1.4rem, 1.5vw, 1.9rem);
  line-height: 1.6;
}
.actions { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 3rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 5.5rem;
  padding: 1.4rem 2.8rem;
  border-radius: .55rem;
  font-weight: 800;
  font-size: 1.3rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 0 34px rgba(249, 115, 22, .25); }
.btn-primary:hover { background: var(--orange-2); box-shadow: 0 0 42px rgba(249, 115, 22, .35); }
.btn-ghost { color: #fff; background: rgba(255, 255, 255, .055); border: 1px solid rgba(255, 255, 255, .16); }
.btn-ghost:hover { border-color: rgba(249, 115, 22, .55); background: rgba(255, 255, 255, .09); }
.trust { display: flex; align-items: center; gap: 0; margin-top: 2.8rem; color: var(--soft); }
.trust span {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  margin-right: -.45rem;
  border-radius: 50%;
  border: 2px solid var(--bg);
  background: var(--orange);
  color: #fff;
  font-size: .82rem;
  font-weight: 800;
}
.trust span:nth-child(2) { background: var(--orange-2); }
.trust span:nth-child(3) { background: #f59e0b; }
.trust small { margin-left: 1.25rem; color: #c3cad5; font-size: 1rem; }
.scroll-indicator {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 2rem;
  color: rgba(251, 146, 60, .7);
  animation: bounce 2s infinite;
}

.section { position: relative; padding: clamp(5rem, 10vw, 8rem) 0; }
.grid-2 { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 6rem); align-items: center; }
.scroll-story { position: relative; height: calc(var(--story-scenes, 3) * 100vh); background: var(--bg); }
.scroll-story-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.story-backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0;
  background-image: var(--story-image);
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: opacity .7s ease, transform 1.1s ease;
}
.story-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(6, 8, 13, .88), rgba(6, 8, 13, .45) 55%, rgba(6, 8, 13, .72)),
    linear-gradient(to top, rgba(6, 8, 13, .96), rgba(6, 8, 13, .28) 60%, rgba(6, 8, 13, .48));
}
.story-backdrop.is-active { opacity: .88; transform: scale(1); }
.story-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  opacity: 0;
  pointer-events: none;
  transform: translateY(2rem);
  transition: opacity .55s ease, transform .7s ease;
}
.story-scene.is-active { opacity: 1; pointer-events: auto; transform: translateY(0); }
.story-content { align-self: center; padding-block: 5.5rem 3.5rem; }
.story-content-center { align-self: center; }
.story-content-center .section-head { margin-bottom: 2.5rem; }
.story-content-center .stats { margin-top: 0; }
.story-hero { align-items: end; padding: 5.2rem 0 2.4rem; }
.story-hero .hero-content { width: 100%; margin: 0 auto; }
.scroll-story .photo { max-height: min(54svh, 530px); }
.scroll-story .steps { grid-template-columns: repeat(3, 1fr); }
.scroll-story .story-compact .section-head { margin-bottom: 1.8rem; }
.scroll-story .story-compact .section-head h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
.scroll-story .story-compact .section-head p { margin-top: .8rem; }
.scroll-story .story-compact .step-card { padding: 1.45rem; }
.scroll-story .story-compact .step-card b { font-size: 3rem; }
.scroll-story .story-compact .step-card svg { width: 2rem; height: 2rem; margin-bottom: .8rem; }
.scroll-story .story-compact .step-card h3 { font-size: 1.45rem; }
.scroll-story .story-compact .step-card p { font-size: .9rem; }
.scroll-story .story-compact .plans { gap: 1rem; }
.scroll-story .story-compact .plan-card { padding: 1.2rem 1.35rem; }
.scroll-story .story-compact .plan-card h3 { font-size: 1.45rem; }
.scroll-story .story-compact .plan-card > mark { top: -.65rem; left: 1.35rem; }
.scroll-story .story-compact .price { margin: .75rem 0; }
.scroll-story .story-compact .price strong { font-size: clamp(2.4rem, 4vw, 3.15rem); }
.scroll-story .story-compact .plan-card ul { gap: .45rem; margin-bottom: .9rem; }
.scroll-story .story-compact .plan-card li { font-size: .84rem; }
.scroll-story .story-compact .plan-card .btn { min-height: 3.25rem; padding: .8rem 1rem; font-size: .92rem; }
.scroll-story .story-compact .faq-list { gap: .65rem; }
.scroll-story .story-compact .faq button { padding: .9rem 1rem; font-size: .9rem; }
.scroll-story .story-compact .faq p { padding-inline: 1rem; font-size: .88rem; }
.story-cta .story-content { padding-block: 3rem; }
.story-cta .section-head { margin-bottom: 0; }
.story-cta .section-head h2 { font-size: clamp(2.1rem, 3.4vw, 3.6rem); }
.story-cta .section-head p { margin-top: 1.1rem; }
.story-cta .cta-button { display: inline-flex; flex-direction: column; align-items: center; min-height: 0; margin-top: 1.6rem; padding: .9rem 1.5rem; text-align: center; }
.cta-button small { display: block; color: rgba(255, 255, 255, .78); font-size: .72rem; font-weight: 700; }
.story-progress { position: absolute; z-index: 3; right: max(1.25rem, calc((100vw - 1280px) / 2)); bottom: 2rem; display: flex; gap: .55rem; }
.story-progress i { width: clamp(1rem, 2.5vw, 1.8rem); height: 2px; background: rgba(255, 255, 255, .28); transition: background .3s ease, transform .3s ease; }
.story-progress i.is-active { background: var(--orange-2); transform: scaleX(1.18); }
.photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(249, 115, 22, .22), rgba(255, 255, 255, .06));
}
.photo::after {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: rgba(249, 115, 22, .18);
  filter: blur(36px);
}
.photo img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.copy > span, .section-head > span {
  color: var(--orange-2);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.copy h2, .section-head h2 {
  margin-top: 1rem;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1.08;
}
.copy p, .section-head p {
  margin-top: 1.35rem;
  color: #c7ced8;
  font-size: 1.08rem;
  line-height: 1.72;
}
.copy p + p { color: #9ca3af; }
.center .section-head, .section-head { position: relative; z-index: 2; max-width: 760px; margin: 0 auto 4rem; text-align: center; }

.stats, .steps, .plans { position: relative; z-index: 2; display: grid; gap: 1.35rem; }
.stats { grid-template-columns: repeat(4, 1fr); margin-top: 3.5rem; }
.stat-card, .step-card, .plan-card {
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--panel);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.stat-card:hover, .step-card:hover, .plan-card:hover { transform: translateY(-3px); border-color: rgba(249, 115, 22, .28); background: rgba(255, 255, 255, .055); }
.stat-card { padding: 1.5rem; text-align: center; }
.stat-card svg { color: var(--orange-2); margin-bottom: .7rem; }
.stat-card strong { display: block; font-family: "Playfair Display", Georgia, serif; font-size: 2rem; }
.stat-card span { color: #9ca3af; font-size: .9rem; }
.mini-proof { display: flex; align-items: center; gap: 1.15rem; margin-top: 2.35rem; }
.mini-proof > svg { width: 4.6rem; height: 4.6rem; padding: 1rem; border: 1px solid rgba(249, 115, 22, .42); border-radius: 50%; color: var(--orange-2); background: rgba(249, 115, 22, .12); box-shadow: 0 0 32px rgba(249, 115, 22, .14); }
.mini-proof strong { display: block; font-size: 1.35rem; line-height: 1.15; }
.mini-proof small { display: block; color: #d1d5db; margin-top: .18rem; font-size: 1.25rem; font-weight: 800; line-height: 1.15; }
.steps { grid-template-columns: repeat(3, 1fr); }
.step-card { position: relative; padding: 2rem; overflow: hidden; }
.step-card b {
  position: absolute;
  top: 1rem;
  right: 1.4rem;
  color: rgba(249, 115, 22, .12);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
}
.step-card svg { color: var(--orange-2); width: 2.4rem; height: 2.4rem; margin-bottom: 1.15rem; }
.step-card h3 { font-size: 1.7rem; }
.step-card p { color: #9ca3af; line-height: 1.65; margin-top: .8rem; }

.platform { align-items: center; }
.phone {
  width: min(100%, 380px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 1.6rem;
  background: #0a0e17;
  box-shadow: 0 36px 80px rgba(0, 0, 0, .35), 0 0 80px rgba(249, 115, 22, .1);
}
.phone-top { display: flex; align-items: center; justify-content: space-between; padding: .95rem 1rem; background: var(--orange); font-weight: 800; }
.phone-top i { width: .8rem; height: .8rem; border-radius: 50%; background: #ef4444; animation: pulse 1.5s infinite; }
.phone-body { padding: 1rem; display: grid; gap: .8rem; }
.phone article { padding: 1rem; border: 1px solid rgba(255,255,255,.06); border-radius: .85rem; background: rgba(255,255,255,.055); }
.phone mark, .plan-card mark {
  display: inline-flex;
  padding: .22rem .5rem;
  border-radius: .35rem;
  color: var(--orange-2);
  background: rgba(249,115,22,.12);
  font-size: .72rem;
  font-weight: 900;
}
.phone mark.done { color: var(--green); background: rgba(52,211,153,.12); }
.phone mark.new { color: #facc15; background: rgba(250,204,21,.12); }
.phone time { float: right; color: #6b7280; font-size: .76rem; }
.phone h4 { margin: .7rem 0 .25rem; }
.phone p, .phone small { color: #8e97a6; font-size: .82rem; }
.phone footer { display: flex; justify-content: space-between; margin-top: .8rem; }
.phone strong { color: var(--orange-2); }
.phone .green { color: var(--green); }
.phone button { width: 100%; margin-top: .85rem; padding: .75rem; border-radius: .55rem; color: #fff; background: var(--orange); font-size: .78rem; font-weight: 900; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2rem; }
.feature-grid div { display: flex; align-items: center; gap: .65rem; padding: .9rem; border: 1px solid var(--line); border-radius: .6rem; background: var(--panel); color: #d1d5db; font-size: .92rem; }
.feature-grid svg { color: var(--orange-2); flex: 0 0 auto; }

.plans { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(100%, 900px); margin-inline: auto; }
.plan-card { position: relative; padding: 2rem; }
.plan-card.featured { border-color: rgba(249,115,22,.35); background: linear-gradient(to bottom, rgba(249,115,22,.12), rgba(255,255,255,.035)); }
.plan-card > mark { position: absolute; top: -.75rem; left: 2rem; color: #fff; background: var(--orange); border-radius: 999px; padding: .35rem .8rem; }
.plan-card h3 { font-size: 1.7rem; margin-bottom: .35rem; }
.plan-card p { color: #9ca3af; }
.price { margin: 1.6rem 0; }
.price strong { font-family: "Playfair Display", Georgia, serif; font-size: clamp(3rem, 6vw, 4rem); font-weight: 800; }
.price span { color: #9ca3af; font-size: 1.1rem; }
.plan-card ul { display: grid; gap: .8rem; padding: 0; margin: 0 0 1.8rem; list-style: none; }
.plan-card li { display: flex; align-items: center; gap: .7rem; color: #d1d5db; font-size: .94rem; }
.plan-card li::before { content: ""; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: radial-gradient(circle, var(--orange-2) 0 .22rem, rgba(249,115,22,.2) .24rem); flex: 0 0 auto; }
.plan-card .btn { width: 100%; }

.faq-list { display: grid; gap: 1rem; }
.faq {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: .9rem;
  background: var(--panel);
  transition: border-color .2s ease, background .2s ease;
}
.faq.is-open { border-color: rgba(249,115,22,.35); background: rgba(249,115,22,.06); }
.faq button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.35rem; color: #fff; background: transparent; text-align: left; font-weight: 800; }
.faq button svg { color: var(--orange-2); transition: transform .2s ease; }
.faq.is-open button svg { transform: rotate(180deg); }
.faq p { max-height: 0; overflow: hidden; padding: 0 1.35rem; color: #9ca3af; line-height: 1.65; transition: max-height .25s ease, padding .25s ease; }
.faq.is-open p { max-height: 15rem; padding-bottom: 1.35rem; }

.final .section-head { margin-bottom: 0; }
.final .btn { margin-top: 2rem; }
.final small { display: block; color: #6b7280; margin-top: 1rem; }
.footer { border-top: 1px solid var(--line); padding: 4rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; }
.footer p { color: #9ca3af; max-width: 420px; margin-top: 1rem; line-height: 1.65; }
.footer h4 { margin: 0 0 1rem; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer a:not(.brand) { display: block; color: #9ca3af; margin-top: .75rem; font-size: .92rem; transition: color .2s ease; }
.footer a:hover { color: var(--orange-2); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; font-size: .85rem; }
.footer-bottom nav { display: flex; gap: 1.3rem; }
.footer-bottom nav a { margin: 0 !important; font-size: .78rem !important; }
.not-found { min-height: 100vh; display: grid; place-items: center; align-content: center; gap: 1rem; padding: 2rem; text-align: center; background: var(--bg); }
.not-found h1 { color: var(--orange-2); font-size: 6rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(.9); }
}
@keyframes bounce {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, .5rem); }
}

@media (max-width: 900px) {
  .desktop-nav, .desktop-actions { display: none; }
  .menu-btn {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    color: #fff;
    background: transparent;
  }
  .menu-btn .is-hidden, .menu-btn.is-open > svg:first-child { display: none; }
  .menu-btn.is-open .is-hidden { display: block; }
  .mobile-menu {
    display: block;
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid transparent;
    background: rgba(6, 8, 13, .96);
    backdrop-filter: blur(18px);
    transition: max-height .25s ease, border-color .25s ease;
  }
  .mobile-menu.is-open { max-height: 30rem; border-top-color: rgba(249, 115, 22, .12); }
  .mobile-menu .container { display: grid; gap: .3rem; padding-block: 1rem 1.4rem; }
  .mobile-menu a { padding: .85rem 0; color: #d1d5db; font-weight: 700; }
  .mobile-menu .small-cta { padding: .9rem 1rem; text-align: center; }
  .mobile-menu hr { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.1); }
  .grid-2, .reverse { grid-template-columns: 1fr; }
  .reverse .copy { order: 1; }
  .reverse .photo { order: 2; }
  .stats, .steps, .plans { grid-template-columns: 1fr 1fr; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
}

@media (max-width: 720px) {
  .scroll-story { height: auto; }
  .scroll-story-stage { position: relative; height: auto; overflow: visible; }
  .story-backdrop, .story-progress { display: none; }
  .story-scene { position: relative; display: block; opacity: 1; pointer-events: auto; transform: none; padding: 0; background-image: linear-gradient(rgba(6, 8, 13, .92), rgba(6, 8, 13, .94)), var(--story-image); background-position: center; background-size: cover; }
  .story-content { align-self: auto; padding-block: 4.5rem; }
  .story-hero { padding: 7rem 0 5rem; }
  .story-hero .hero-content { width: min(100% - 1.25rem, 1280px); }
  .scroll-story .photo { max-height: none; }
  .scroll-story .steps { grid-template-columns: 1fr; }
  .story-content-center .section-head { margin-bottom: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .story-backdrop, .story-scene, .story-progress i { transition: none; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(100% - 1.25rem, 1280px); }
  .nav-inner { height: 64px; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { padding: 7rem 0 5rem; }
  .actions, .btn { width: 100%; }
  .stats, .steps, .plans, .feature-grid { grid-template-columns: 1fr; }
  .stat-card { padding: 1.2rem; }
  .copy h2, .section-head h2 { font-size: 2.35rem; }
  .footer-bottom nav { flex-wrap: wrap; }
}

/* Popup de promoção (empresas) -- config/seguranca.php:banner_promocional_ativo() */
.modal-promo {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(6, 8, 13, .82);
  backdrop-filter: blur(6px);
}
.modal-promo.is-hidden { display: none; }
.modal-promo-card {
  position: relative;
  width: min(100%, 26rem);
  background: #10141c;
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
}
.modal-promo-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: var(--text);
}
.modal-promo-close:hover { background: rgba(255, 255, 255, .16); }
.modal-promo-close svg { width: 1.1em; height: 1.1em; }
.modal-promo-image { max-height: 220px; overflow: hidden; background: var(--panel); display: flex; align-items: center; justify-content: center; }
.modal-promo-image img { width: 100%; height: auto; max-height: 220px; object-fit: contain; }
.modal-promo-body { padding: 2rem 1.75rem 1.75rem; text-align: center; }
.modal-promo-tag {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem 1rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(249, 115, 22, .12);
  color: var(--orange-2);
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.modal-promo-tag svg { width: 1em; height: 1em; }
.modal-promo-text { font-size: 1.15rem; font-weight: 800; line-height: 1.35; margin-bottom: .65rem; }
.modal-promo-note { margin-bottom: 1.4rem; color: var(--soft); font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.modal-promo-cta { width: 100%; min-height: 3.25rem; padding: .9rem 1.5rem; font-size: .95rem; border-radius: .75rem; }

.hero-content .hero-promo-note { margin: 0 0 1.2rem; color: var(--soft); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; line-height: 1.3; }

/* Banner de cookies/LGPD -- partials/banner_cookies.php equivalente, mas sem
   depender do Tailwind (esta pagina so carrega assets/css/app.css). */
.cookie-banner { position: fixed; inset: auto 0 0; z-index: 250; padding: 1rem; }
.cookie-banner.is-hidden { display: none; }
.cookie-banner-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  max-width: 56rem;
  margin-inline: auto;
  padding: 1.25rem 1.5rem;
  background: #0a131f;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .5);
}
.cookie-banner-text { flex: 1 1 18rem; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.cookie-banner-text strong { color: var(--text); }
.cookie-banner-text a { color: var(--orange-2); font-weight: 700; }
.cookie-banner-text a:hover { text-decoration: underline; }
.cookie-banner-actions { display: flex; flex-shrink: 0; gap: .6rem; }
.cookie-banner-actions a, .cookie-banner-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .65rem 1.1rem;
  border-radius: .65rem;
  font-size: .85rem;
  font-weight: 800;
  white-space: nowrap;
}
.cookie-banner-actions a { color: var(--text); background: rgba(255, 255, 255, .06); border: 1px solid var(--line); }
.cookie-banner-actions a:hover { border-color: rgba(249, 115, 22, .5); }
.cookie-banner-actions button { color: #fff; background: var(--orange); }
.cookie-banner-actions button:hover { background: var(--orange-2); }
@media (max-width: 620px) {
  .cookie-banner-card { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-banner-actions { justify-content: center; }
}
