
:root{
  --bg:#f6f8fc;
  --panel:#ffffff;
  --panel-2:#f9fbff;
  --text:#0e1a33;
  --muted:#667693;
  --line:#e6ecf5;
  --blue:#2962ff;
  --blue-2:#4d7bff;
  --cyan:#2bb8ff;
  --purple:#6f5cff;
  --green:#1cc56f;
  --green-2:#23d38b;
  --shadow:0 16px 40px rgba(15,35,95,.08);
  --shadow-soft:0 10px 24px rgba(15,35,95,.05);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --radius-sm:14px;
  --container:min(1200px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:
  radial-gradient(circle at top left, rgba(95,124,255,.12), transparent 32%),
  linear-gradient(180deg,#f7f9ff 0%,#f6f8fc 100%);
  color:var(--text);
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:var(--container);margin-inline:auto}
.section{padding:86px 0}
.small{font-size:14px;color:var(--muted)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eef4ff;border:1px solid #dbe7ff;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.section-header{max-width:760px;margin:0 auto 30px;text-align:center}
.section-header h2{margin:14px 0 12px;font-size:clamp(34px,4vw,58px);line-height:.98;letter-spacing:-.04em}
.section-header h2 .accent{color:var(--blue)}
.section-header p{margin:0;font-size:18px;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 22px;border-radius:16px;border:1px solid transparent;font-weight:800;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2) 60%, var(--purple));color:#fff;box-shadow:0 14px 26px rgba(52,89,255,.22)}
.btn-secondary{background:#fff;border-color:#d9e4f5;color:#244265}
.btn-secondary svg{opacity:.7}
.btn-success{background:linear-gradient(135deg,#17bf67,#23d38b);color:#fff;box-shadow:0 14px 26px rgba(28,197,111,.18)}
.pill-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.pill{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px;color:#35506f;font-size:14px;box-shadow:var(--shadow-soft)}
.pill .dot{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:var(--blue);font-size:12px;font-weight:800}
.hero-offer-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
  padding:12px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff7e8,#eef7ff);
  border:1px solid #dbe7ff;
  box-shadow:var(--shadow-soft);
  color:#25405e;
  font-size:15px;
}
.hero-offer-pill strong{color:#0e1a33}
.hero-offer-pill b{color:var(--blue);font-weight:900}
.hero-offer-pill span{color:var(--muted)}
.topbar{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.84);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,228,241,.8)}
.navbar{display:flex;align-items:center;justify-content:space-between;gap:18px;height:84px}
.brand img{height:50px}
.nav-menu{display:flex;align-items:center;gap:28px;color:#31435e;font-weight:500}
.nav-menu a{position:relative}
.nav-menu a:after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--blue);transition:.2s ease}
.nav-menu a:hover:after{width:100%}
.nav-actions{display:flex;align-items:center;gap:12px}
.hero{padding:42px 0 26px}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:32px;align-items:center}
.hero-copy h1{margin:18px 0 16px;font-size:clamp(42px,6vw,78px);line-height:.96;letter-spacing:-.055em;max-width:650px}
.hero-copy h1 .accent{color:var(--blue)}
.hero-copy p{max-width:620px;font-size:20px;color:#4f617d;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:34px;padding:22px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.stat-card{display:flex;gap:14px;align-items:flex-start}
.stat-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#eef4ff;color:var(--blue);font-size:20px;flex:0 0 auto}
.stat-card strong{display:block;font-size:18px;margin-bottom:4px}
.stat-card span{display:block;font-size:14px;color:var(--muted)}
.hero-visual{position:relative;min-height:560px}
.glow{position:absolute;inset:auto auto 20px 0;width:300px;height:300px;background:radial-gradient(circle, rgba(90,114,255,.2), transparent 65%);filter:blur(10px);pointer-events:none}
.device{position:absolute;border-radius:26px;background:#fff;border:1px solid #dce5f3;box-shadow:0 18px 40px rgba(18,42,93,.16);overflow:hidden}
.device-screen{background:#f8fbff;padding:10px;height:100%}
.device-screen img{width:100%;height:100%;object-fit:cover;border-radius:16px;border:1px solid #e8eef8}
.device-laptop{width:100%;max-width:690px;left:0;top:10px;padding:14px 14px 0;border-radius:28px;background:#0b111b;border-color:#202838;box-shadow:0 26px 60px rgba(5,11,24,.35)}
.device-laptop .topbar-mini{height:16px;display:flex;align-items:center;gap:6px;margin-bottom:10px;padding-left:6px}
.device-laptop .topbar-mini span{display:block;width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.32)}
.device-laptop .device-screen{padding:8px;background:#10131a;border-radius:20px}
.device-laptop:after{content:'';display:block;height:22px;background:linear-gradient(180deg,#c4c9d5,#aab1c0);border-radius:0 0 30px 30px;margin:0 -20px}
.device-tablet{width:250px;height:430px;right:46px;top:120px;padding:12px;background:#0f1524;border-color:#252e3e;border-radius:28px}
.device-phone{width:150px;height:300px;right:0;bottom:26px;padding:8px;background:#fff;border-radius:28px}
.trusted{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:16px}
.block-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:30px}
.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.feature-card{display:grid;grid-template-columns:1fr 1.1fr;gap:18px;align-items:center;padding:24px;border-radius:24px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.feature-copy h3{margin:0 0 10px;font-size:28px;letter-spacing:-.03em}
.feature-copy p{margin:0;color:var(--muted);font-size:17px}
.feature-shot{background:#f7fbff;border:1px solid #e5edf9;border-radius:18px;padding:10px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}
.feature-shot img{border-radius:12px;aspect-ratio:16/9;object-fit:cover;object-position:top center}
.value-band{background:linear-gradient(135deg,#0d204f,#0d1738 55%, #09112b);color:#fff;border-radius:30px;padding:34px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 56px rgba(3,15,48,.24)}
.value-band h2{margin:0 0 8px;font-size:clamp(32px,3.5vw,54px);line-height:1;letter-spacing:-.04em;text-align:center}
.value-band p{text-align:center;max-width:820px;margin:0 auto 24px;color:#c7d2f3;font-size:18px}
.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.value-card{border-radius:22px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);padding:22px}
.value-card .icon{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,rgba(81,130,255,.18),rgba(149,101,255,.18));display:grid;place-items:center;font-size:24px;margin-bottom:14px}
.value-card h3{margin:0 0 8px;font-size:22px}
.value-card p{margin:0;color:#cbd7f5;text-align:left;font-size:15px}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;position:relative}
.steps-grid:before{content:'';position:absolute;left:8%;right:8%;top:32px;border-top:2px dashed #dbe5f7;z-index:0}
.step-card{position:relative;z-index:1;padding:28px 22px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);text-align:center}
.step-num{width:48px;height:48px;margin:0 auto 18px;border-radius:18px;display:grid;place-items:center;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-2))}
.step-card:nth-child(2) .step-num{background:linear-gradient(135deg,#16b3d8,#32d2f7)}
.step-card:nth-child(3) .step-num{background:linear-gradient(135deg,#755cff,#9a6dff)}
.step-card:nth-child(4) .step-num{background:linear-gradient(135deg,#19bc67,#30d985)}
.step-card h3{margin:0 0 8px;font-size:24px;letter-spacing:-.03em}
.step-card p{margin:0;color:var(--muted)}
.showcase-panel{display:grid;grid-template-columns:320px 1fr;gap:28px;align-items:center;padding:32px;background:linear-gradient(135deg,#eef4ff,#f8fbff);border:1px solid #dee9fb;border-radius:28px;box-shadow:var(--shadow)}
.showcase-copy h2{margin:0 0 12px;font-size:clamp(34px,3.8vw,56px);line-height:.98;letter-spacing:-.04em}
.showcase-copy h2 .accent{color:var(--blue)}
.showcase-copy p{margin:0;color:var(--muted);font-size:18px}
.device-row{display:grid;grid-template-columns:1.15fr 1fr .62fr 1fr;gap:16px;align-items:end}
.mini-device{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft);overflow:hidden;position:relative}
.mini-device .label{position:absolute;top:10px;left:10px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid #dbe5f7;font-size:12px;font-weight:800;color:#35506f;z-index:2}
.mini-device img{width:100%;height:100%;object-fit:cover;object-position:top}
.mini-laptop{height:250px}
.mini-tablet{height:250px}
.mini-phone{height:290px}
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:860px;margin:0 auto}
.price-card{padding:28px;background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow-soft);position:relative}
.price-card.featured{border:2px solid rgba(28,197,111,.42)}
.ribbon{position:absolute;top:-12px;right:20px;padding:8px 14px;background:#22c978;color:#fff;font-weight:800;border-radius:999px;font-size:12px;box-shadow:0 10px 20px rgba(28,197,111,.22)}
.price-card h3{margin:0 0 10px;font-size:24px}
.price{display:flex;align-items:flex-end;gap:8px;margin:0 0 20px}
.price strong{font-size:52px;line-height:1;letter-spacing:-.05em}
.price span{font-size:18px;color:var(--muted);padding-bottom:8px}
.price-list{list-style:none;padding:0;margin:0 0 22px;display:grid;gap:12px}
.price-list li{display:flex;gap:10px;align-items:flex-start;color:#35506f}
.price-list .check{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:#e9f7ff;color:var(--blue);font-size:12px;margin-top:2px;flex:0 0 auto}
.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft)}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:16px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item p{padding:0 22px 22px;margin:0;color:var(--muted);font-size:16px}
.faq-item .chev{transition:.2s ease}
.faq-item[open] .chev{transform:rotate(180deg)}
.final-cta{padding:22px 0 80px}
.final-panel{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;padding:36px;border-radius:28px;background:linear-gradient(135deg,#081a4f,#0b1027 62%, #11156f 100%);box-shadow:0 26px 50px rgba(5,16,52,.28);color:#fff;position:relative;overflow:hidden}
.final-panel:before,.final-panel:after{content:'';position:absolute;border-radius:50%;filter:blur(40px);opacity:.42}
.final-panel:before{width:220px;height:220px;right:-40px;top:-60px;background:rgba(40,117,255,.35)}
.final-panel:after{width:160px;height:160px;left:-40px;bottom:-40px;background:rgba(135,92,255,.32)}
.final-text{position:relative;z-index:1}
.final-text h2{margin:0 0 8px;font-size:clamp(30px,3.2vw,54px);line-height:1.02;letter-spacing:-.04em}
.final-text p{margin:0;color:#dbe5ff;font-size:18px}
.footer{border-top:1px solid #e6edf7;padding:26px 0 40px;color:#61728d}
.footer-grid{display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer-links{display:flex;gap:18px;flex-wrap:wrap}
.legal-page{padding:40px 0 80px}
.legal-shell{max-width:920px;margin:0 auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:36px}
.legal-shell h1{font-size:42px;letter-spacing:-.04em;margin:0 0 12px}
.legal-shell h2{font-size:24px;margin:26px 0 10px}
.legal-shell p,.legal-shell li{color:#4f617d;font-size:17px;line-height:1.65}
.note-box{padding:14px 16px;background:#fff7e8;border:1px solid #ffe2a3;border-radius:16px;color:#6b5600;font-size:15px;margin-bottom:22px}
.mobile-toggle{display:none}
@media (max-width: 1100px){
  .hero-grid,.showcase-panel{grid-template-columns:1fr}
  .showcase-copy{max-width:640px}
  .device-row{grid-template-columns:repeat(2,1fr)}
  .device-laptop{position:relative;max-width:none}
  .device-tablet,.device-phone{position:absolute}
}
@media (max-width: 980px){
  .nav-menu{display:none}
  .mobile-toggle{display:inline-flex}
  .stats-strip,.trusted,.features-grid,.value-grid,.pricing-grid,.faq-grid,.steps-grid{grid-template-columns:1fr 1fr}
  .feature-card{grid-template-columns:1fr}
  .showcase-panel{padding:26px}
  .device-row{grid-template-columns:1fr 1fr}
  .final-panel{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .section{padding:64px 0}
  .container{width:min(100% - 24px,1200px)}
  .hero-copy h1{font-size:42px}
  .hero-copy p{font-size:18px}
  .stats-strip,.trusted,.features-grid,.value-grid,.pricing-grid,.faq-grid,.steps-grid,.device-row{grid-template-columns:1fr}
  .hero-visual{min-height:390px}
  .device-laptop{max-width:100%}
  .device-tablet{width:170px;height:280px;right:18px;top:90px}
  .device-phone{width:105px;height:210px;right:-2px;bottom:8px}
  .section-header h2,.showcase-copy h2,.value-band h2,.final-text h2{font-size:34px}
  .final-panel{padding:28px}
  .navbar{height:74px}
  .brand img{height:42px}
  .nav-actions .btn-secondary{display:none}
  .footer-grid{flex-direction:column;align-items:flex-start}
}

/* Avaliações / prova social */
.proof-section{
  background:
    radial-gradient(circle at 50% 0%, rgba(41,98,255,.08), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(238,244,255,.65) 50%, rgba(255,255,255,0) 100%);
}
.rating-line{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin:0 auto 28px;
  color:#3c4f6e;
  font-size:16px;
  text-align:center;
}
.stars{
  color:#ff8a00;
  letter-spacing:2px;
  font-weight:900;
  white-space:nowrap;
}
.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.review-card{
  background:linear-gradient(180deg,#ffffff,#fbfdff);
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow-soft);
  padding:26px;
  min-height:238px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.review-card p{
  margin:18px 0 24px;
  color:#18304f;
  font-size:18px;
  line-height:1.55;
  font-weight:600;
}
.review-person{
  display:flex;
  align-items:center;
  gap:14px;
  border-top:1px solid var(--line);
  padding-top:18px;
}
.review-person > span{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--blue),var(--purple));
  color:#fff;
  font-weight:900;
  box-shadow:0 10px 22px rgba(41,98,255,.2);
}
.review-person strong{
  display:block;
  font-size:16px;
  color:#142847;
}
.review-person small{
  display:block;
  color:var(--muted);
  margin-top:2px;
}
.proof-note{
  max-width:880px;
  margin:22px auto 0;
  text-align:center;
  font-size:14px;
  line-height:1.55;
  color:#75849c;
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 18px;
}
@media (max-width: 980px){
  .reviews-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 720px){
  .reviews-grid{grid-template-columns:1fr}
  .rating-line{flex-direction:column;gap:6px}
  .review-card{min-height:auto}
  .proof-note{border-radius:18px}
}

/* Oferta afiada */
.offer-section{
  background:
    radial-gradient(circle at 80% 6%, rgba(28,197,111,.12), transparent 34%),
    radial-gradient(circle at 10% 12%, rgba(41,98,255,.10), transparent 38%);
}
.offer-panel{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:28px;
  align-items:stretch;
  padding:34px;
  border-radius:34px;
  background:linear-gradient(135deg,#071637,#0d1738 60%,#10204f);
  color:#fff;
  box-shadow:0 28px 66px rgba(7,22,55,.28);
  border:1px solid rgba(255,255,255,.1);
  margin-bottom:56px;
  position:relative;
  overflow:hidden;
}
.offer-panel:before{
  content:'';
  position:absolute;
  right:-80px;
  top:-90px;
  width:260px;
  height:260px;
  background:radial-gradient(circle, rgba(35,211,139,.26), transparent 70%);
  filter:blur(8px);
}
.eyebrow-light{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#bdeaff}
.offer-copy,.offer-card-main{position:relative;z-index:1}
.offer-copy h2{font-size:clamp(34px,4.2vw,62px);line-height:.98;letter-spacing:-.05em;margin:18px 0 16px}
.offer-copy h2 span{color:#69eaa6}
.offer-copy p{font-size:19px;line-height:1.55;color:#d9e5ff;max-width:680px;margin:0}
.offer-proof-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:26px}
.offer-proof-row div{padding:18px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10)}
.offer-proof-row strong{display:block;font-size:28px;letter-spacing:-.04em}
.offer-proof-row small{display:block;margin-top:4px;color:#bfccec}
.offer-card-main{
  padding:28px;
  border-radius:28px;
  background:linear-gradient(180deg,#ffffff,#f6fff9);
  color:#0e1a33;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:0 24px 50px rgba(0,0,0,.22);
}
.offer-badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e6fff1;color:#0d8e4a;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:14px}
.offer-name{font-size:18px;font-weight:800;color:#31435e;margin-bottom:8px}
.offer-price{display:flex;align-items:flex-end;gap:8px;margin-bottom:8px}
.offer-price strong{font-size:56px;line-height:.95;letter-spacing:-.06em}
.offer-price span{font-size:20px;color:#5a6d86;padding-bottom:7px}
.offer-small,.offer-compare{color:#51657f;font-size:15px;margin-top:8px}
.offer-card-main .btn{width:100%;margin:22px 0 14px}
.offer-safe{font-size:13px;color:#687993;line-height:1.5;text-align:center}
.offer-header{margin-top:0}
.pricing-grid-sharp{max-width:940px}
.price-card{transition:.2s ease}
.price-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.price-subtitle{margin:0 0 16px;color:var(--muted)}
.price-card .btn{width:100%}
.price-card-annual{background:linear-gradient(180deg,#ffffff,#f3fff8)}
.annual-equivalent{display:inline-flex;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:#eaf7ff;color:var(--blue);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.annual-total{margin:-10px 0 18px;color:#51657f;font-weight:700}
.included-stack{
  margin:26px auto 0;
  max-width:980px;
  padding:24px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.included-title{font-size:20px;font-weight:900;text-align:center;margin-bottom:16px;color:#122848}
.included-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.included-grid span{padding:12px 14px;border-radius:14px;background:#f5f8ff;border:1px solid #e4ecfb;color:#35506f;text-align:center;font-weight:700;font-size:14px}

.trust-strip{
  margin:24px auto 0;
  max-width:980px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.trust-strip div{
  padding:18px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.trust-strip strong{
  display:block;
  color:#10294b;
  font-size:16px;
  margin-bottom:6px;
}
.trust-strip span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.responsible-note{
  max-width:980px;
  margin:18px auto 0;
  padding:18px 20px;
  border-radius:22px;
  background:#fffaf0;
  border:1px solid #f2dfb8;
  color:#5b4a25;
  font-size:14px;
  line-height:1.55;
  box-shadow:var(--shadow-soft);
}
.responsible-note strong{color:#1f2d44}

.guarantee-band{
  margin:24px auto 0;
  max-width:980px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  padding:24px;
  border-radius:26px;
  background:linear-gradient(135deg,#eef4ff,#ffffff);
  border:1px solid #dfe9fb;
  box-shadow:var(--shadow-soft);
}
.guarantee-band strong{display:block;font-size:22px;color:#10294b;margin-bottom:6px}
.guarantee-band p{margin:0;color:var(--muted)}
@media (max-width: 980px){
  .offer-panel{grid-template-columns:1fr}
  .offer-proof-row,.included-grid{grid-template-columns:1fr 1fr}
  .trust-strip{grid-template-columns:1fr 1fr}
  .guarantee-band{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .hero-offer-pill{border-radius:18px;align-items:flex-start}
  .offer-panel{padding:24px;border-radius:26px}
  .offer-proof-row,.included-grid,.trust-strip{grid-template-columns:1fr}
  .offer-price strong{font-size:46px}
}

/* Hero mockup realista com telas reais do sistema */
.hero-visual-real{
  min-height:620px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:8px 0 0;
}
.hero-device-mockup{
  position:relative;
  z-index:2;
  width:min(100%, 980px);
  height:auto;
  display:block;
  filter:drop-shadow(0 28px 46px rgba(8,20,52,.16));
}
@media (max-width: 1100px){
  .hero-visual-real{min-height:auto;margin-top:24px;}
}
@media (max-width: 720px){
  .hero-visual-real{min-height:auto;padding-top:10px;}
  .hero-device-mockup{width:118%;max-width:none;margin-left:-9%;}
}

/* Ajuste final: hero com mockup realista em laptop, tablet e celular */
.hero{
  padding:34px 0 18px;
  overflow:hidden;
}
.hero-grid{
  grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);
  gap:18px;
}
.hero-copy{
  position:relative;
  z-index:3;
}
.hero-visual-real{
  min-height:520px;
  margin-top:-68px;
  margin-right:calc((100vw - var(--container)) / -2);
  padding-right:12px;
  align-items:flex-start;
  justify-content:flex-start;
}
.hero-visual-real .glow{
  width:520px;
  height:520px;
  right:10%;
  left:auto;
  top:6%;
  bottom:auto;
  background:radial-gradient(circle, rgba(41,98,255,.14), rgba(43,184,255,.08) 38%, transparent 70%);
  filter:blur(22px);
}
.hero-device-mockup{
  width:min(96%, 860px);
  max-width:none;
  margin-left:4px;
  margin-top:-18px;
  border-radius:28px;
  filter:drop-shadow(0 34px 54px rgba(8,20,52,.18));
}
@media (max-width: 1100px){
  .hero-grid{grid-template-columns:1fr;}
  .hero-visual-real{
    margin:8px auto 0;
    padding-right:0;
    min-height:auto;
    justify-content:center;
  }
  .hero-device-mockup{
    width:min(88%, 760px);
    margin-left:0;
    margin-top:-8px;
  }
}
@media (max-width: 720px){
  .hero{padding-top:28px;}
  .hero-visual-real{margin-top:-2px;}
  .hero-device-mockup{
    width:118%;
    margin-left:-7%;
    margin-top:-6px;
    border-radius:18px;
  }
}

/* Refino do hero: texto com quebra controlada e mockup menor/mais alto */
.hero-copy h1{
  max-width:780px;
  line-height:.92;
}
.hero-copy h1 .line{
  display:block;
  white-space:nowrap;
}
.hero-grid{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:10px;
}
.hero-visual-real{
  min-height:430px;
  margin-top:-118px;
  margin-right:calc((100vw - var(--container)) / -2);
  padding-right:4px;
}
.hero-device-mockup{
  width:min(84%, 760px);
  margin-left:48px;
  margin-top:-14px;
}
@media (max-width: 1100px){
  .hero-copy h1 .line{white-space:normal;}
  .hero-grid{grid-template-columns:1fr;gap:18px;}
  .hero-visual-real{
    margin:0 auto 0;
    min-height:auto;
    padding-right:0;
    justify-content:center;
  }
  .hero-device-mockup{
    width:min(82%, 700px);
    margin-left:0;
    margin-top:-10px;
  }
}
@media (max-width: 720px){
  .hero-copy h1{max-width:100%;}
  .hero-copy h1 .line{white-space:normal;}
  .hero-visual-real{margin-top:-8px;}
  .hero-device-mockup{
    width:112%;
    margin-left:-3%;
    margin-top:-4px;
  }
}


/* Hero em coluna: mockup abaixo do texto, preparado para substituir por vídeo */
.hero{
  padding:46px 0 22px;
}
.hero-grid{
  display:block;
}
.hero-copy{
  max-width:1280px;
  margin:0 auto;
  text-align:center;
}
.hero-copy h1{
  max-width:1180px;
  margin:22px auto 20px;
  font-size:clamp(50px,6.2vw,96px);
  line-height:.92;
  letter-spacing:-.05em;
}
.hero-copy h1 .line{
  display:block;
  white-space:nowrap;
}
.hero-copy p{
  max-width:920px;
  margin:0 auto;
  font-size:clamp(20px,2vw,22px);
}
.hero-actions{
  justify-content:center;
}
.hero-offer-pill{
  width:max-content;
  max-width:100%;
  margin:20px auto 0;
}
.hero-visual-real{
  width:min(100%, 980px);
  min-height:0;
  margin:34px auto 0;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-visual-real .glow{
  left:50%;
  right:auto;
  top:2%;
  transform:translateX(-50%);
}
.hero-device-mockup{
  width:min(100%, 920px);
  max-width:100%;
  margin:0 auto;
  display:block;
}
.pill-row{
  justify-content:center;
}
.stats-strip{
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 980px){
  .hero-copy h1{
    max-width:1000px;
    font-size:clamp(46px,6vw,80px);
  }
  .hero-copy h1 .line{
    white-space:normal;
  }
  .hero-copy p{
    max-width:820px;
  }
}
@media (max-width: 720px){
  .hero{padding-top:30px;}
  .hero-copy{text-align:left;}
  .hero-copy h1{
    max-width:100%;
    margin:18px 0 16px;
    font-size:42px;
    line-height:.96;
  }
  .hero-copy h1 .line{white-space:normal;}
  .hero-copy p{
    max-width:100%;
    margin:0;
    font-size:18px;
  }
  .hero-actions{justify-content:flex-start;}
  .hero-offer-pill{width:100%;}
  .hero-visual-real{
    width:100%;
    margin:24px auto 0;
  }
  .hero-device-mockup{
    width:114%;
    max-width:none;
    margin-left:-7%;
  }
}

/* Cabeçalho mais fino e navegação em linha única */
.topbar{
  min-height:0;
}
.navbar{
  height:68px;
  gap:16px;
}
.brand img{
  height:42px;
  display:block;
}
.nav-menu{
  gap:24px;
  flex-wrap:nowrap;
}
.nav-menu a,
.nav-actions .btn{
  white-space:nowrap;
}
.nav-actions{
  gap:10px;
  flex-wrap:nowrap;
}
.nav-actions .btn{
  min-height:46px;
  padding:11px 20px;
  border-radius:14px;
  line-height:1;
}
@media (max-width: 1100px){
  .navbar{height:64px;}
  .brand img{height:38px;}
  .nav-actions .btn{min-height:44px;padding:10px 16px;}
}
@media (max-width: 720px){
  .navbar{height:62px;}
  .brand img{height:36px;}
}

/* Vídeo da hero no lugar do mockup */
.hero-demo-video{
  width:min(100%, 920px);
  max-width:100%;
  display:block;
  margin:0 auto;
  border-radius:28px;
  box-shadow:0 34px 70px rgba(8,20,52,.18);
  background:#eef4ff;
}
@media (max-width:720px){
  .hero-demo-video{
    width:114%;
    max-width:none;
    margin-left:-7%;
    border-radius:18px;
  }
}


/* Rota simples / copy emocional */
.value-band-route{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  align-items:center;
  padding:48px;
}
.value-band-route .route-left h2{
  margin:18px 0 18px;
  font-size:clamp(42px,5vw,74px);
  line-height:.95;
  letter-spacing:-.05em;
  text-align:left;
}
.value-band-route .route-left p{
  margin:0;
  max-width:560px;
  text-align:left;
  color:#d7e2fb;
  font-size:18px;
  line-height:1.5;
}
.route-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  background:#fff2c9;
  color:#6d4e0d;
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35);
}
.route-pill-dot{font-size:10px;color:#d39e2a}
.route-right{display:grid;gap:14px}
.route-step{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:16px;
  align-items:center;
  padding:22px 20px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.07));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.route-num{
  width:52px;
  height:52px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(243,198,88,.18);
  color:#f3c658;
  font-size:24px;
  font-weight:900;
}
.route-step-copy h3{
  margin:0 0 8px;
  color:#fff;
  font-size:22px;
  letter-spacing:-.03em;
}
.route-step-copy p{
  margin:0;
  color:#d2ddfa;
  font-size:16px;
  line-height:1.45;
}
@media (max-width:980px){
  .value-band-route{grid-template-columns:1fr;padding:34px}
  .value-band-route .route-left h2{font-size:clamp(38px,10vw,58px)}
}
@media (max-width:640px){
  .value-band-route{padding:24px}
  .route-step{grid-template-columns:44px 1fr;padding:18px 16px;border-radius:20px}
  .route-num{width:44px;height:44px;border-radius:14px;font-size:21px}
  .route-step-copy h3{font-size:19px}
}
