:root {
  --navy: #08254b;
  --navy-2: #0e2d56;
  --navy-3: #173761;
  --green: #1fd15f;
  --green-2: #18bc54;
  --light: #f5f7fa;
  --text: #15304f;
  --muted: #6f8195;
  --white: #ffffff;
  --card: #ffffff;
  --shadow: 0 18px 45px rgba(8, 37, 75, .12);
  --radius-xl: 24px;
  --radius-lg: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  color: var(--text);
  background: #fff;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow-center { max-width: 860px; margin: 0 auto; text-align: center; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(8, 37, 75, .94); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-inner { display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:50px; margin-bottom:0; }
.brand img, .footer-logo { height: 30px; width: auto; }
.desktop-nav { display: flex; gap: 22px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 600; }
.header-cta, .primary-btn, .product-btn, .final-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 46px; padding: 0 24px; border-radius: 999px; font-weight: 800; font-size: 12px;
  letter-spacing: .02em; color: #fff; background: linear-gradient(180deg, var(--green), var(--green-2));
  box-shadow: 0 12px 24px rgba(31,209,95,.24);
}
.header-cta { min-height: 38px; font-size: 11px; padding: 0 18px; }
.secondary-link { color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; }
.hero-section {
  position: relative; overflow: hidden;
  background: linear-gradient(90deg, #062149 0%, #0c325f 52%, #129247 100%);
  color: #fff; padding: 56px 0 60px;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items: center;
}
.hero-blur {
  position: absolute; border-radius: 999px; filter: blur(8px); opacity: .22;
  background: radial-gradient(circle, rgba(100,255,180,.55) 0%, rgba(100,255,180,0) 70%);
}
.hero-blur-left { width: 280px; height: 280px; left: -40px; top: 30px; }
.hero-blur-right { width: 260px; height: 260px; right: -40px; top: 14px; }
.mini-badge, .section-kicker {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px;
  font-size: 11px; font-weight: 800; letter-spacing: .16em;
}
.mini-badge { color: #7af7a6; }
.section-kicker.green { color: #3acb6a; }
.section-kicker.orange { color: #ff8b52; }
.hero-copy h1 { font-size: clamp(34px, 4.7vw, 56px); line-height: 1.05; margin: 0 0 18px; max-width: 520px; }
.hero-copy h1 span { color: #8cff9f; }
.hero-copy p { max-width: 550px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.7; margin: 0 0 24px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 22px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 600; }
.hero-card {
  position: relative; width: min(100%, 500px); margin-left: auto; background: rgba(255,255,255,.06);
  border-radius: 22px; padding: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.hero-card img { width: 100%; border-radius: 16px; aspect-ratio: 1.13/1; object-fit: cover; }
.floating-card {
  position: absolute; background: #fff; color: var(--text); border-radius: 16px;
  padding: 12px 14px; box-shadow: var(--shadow); min-width: 92px;
}
.floating-card strong { display: block; font-size: 20px; color: var(--green-2); }
.floating-card span { display: block; font-size: 11px; color: var(--muted); font-weight: 700; }
.floating-top { right: -10px; top: 18px; }
.floating-bottom { left: -18px; bottom: 18px; }
.light-section { background: var(--light); padding: 78px 0; }
.dark-section { position: relative; background: linear-gradient(180deg, #08254b 0%, #0c2e59 100%); color: #fff; padding: 82px 0; overflow: hidden; }
.pain-section h2, .tech-section h2, .testimonials-section h2, .products-section h2, .faq-section h2, .benefits-section h2, .report-section h2, .final-cta h2 {
  margin: 0 0 26px; font-size: clamp(28px, 3.6vw, 42px); line-height: 1.12;
}
.pain-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 24px;
}
.pain-card {
  background: #fff; border-radius: 18px; padding: 26px 20px; box-shadow: var(--shadow); text-align: center;
}
.icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; margin: 0 auto 14px; font-size: 20px; }
.icon.blue { background: #eaf3ff; }
.icon.orange { background: #fff1e9; }
.icon.red { background: #ffecec; }
.pain-card h3 { margin: 0 0 10px; font-size: 17px; }
.pain-card p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
.centered-btn { margin-top: 26px; }
.stats-band { background: #08254b; color: #fff; padding: 26px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stats-grid strong { display: block; font-size: 20px; margin-bottom: 8px; }
.stats-grid span { color: rgba(255,255,255,.78); font-size: 13px; }
.tech-grid { display: grid; grid-template-columns: 1fr; }
.tech-copy { max-width: 560px; text-align: left; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 16px; }
.check-list li { position: relative; padding-left: 46px; min-height: 28px; color: var(--text); line-height: 1.6; }
.check-list li::before {
  content: '✔'; position: absolute; left: 0; top: 2px; width: 28px; height: 28px;
  display: grid; place-items: center; border-radius: 10px; background: rgba(31,209,95,.14); color: #0e9640; font-weight: 900;
}
.divider-banner {
  position: relative; min-height: 230px; background-size: cover; background-position: center; display: flex; align-items: center;
}
.divider-banner .overlay { position: absolute; inset: 0; background: rgba(8, 37, 75, .4); }
.banner-content { position: relative; text-align: center; color: #fff; }
.banner-content h2 { margin: 0 0 8px; font-size: clamp(28px, 4vw, 44px); line-height: 1.12; }
.banner-content p { margin: 0; color: rgba(255,255,255,.82); }
.bg-circle {
  position: absolute; width: 300px; height: 300px; border-radius: 999px; background: radial-gradient(circle, rgba(41,225,111,.14) 0%, rgba(41,225,111,0) 72%);
}
.bg-circle-left { left: -100px; top: 60px; }
.bg-circle-right { right: -100px; top: 40px; }
.benefits-section h2 span { color: #37db70; }
.benefits-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 24px; text-align: left;
}
.benefit-card {
  display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.07);
  padding: 20px 18px; border-radius: 18px;
}
.benefit-card span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: rgba(31,209,95,.18); color: #57e989; font-weight: 900; flex: 0 0 32px; }
.benefit-card h3 { margin: 0 0 8px; font-size: 16px; }
.benefit-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.5; }
.video-grid.small-videos {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 22px;
}
.video-card {
  background: #101010; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.08);
}
.video-card iframe { width: 100%; height: 100%; border: 0; display: block; }
.video-card.portrait { aspect-ratio: 9 / 16; }
.video-card.landscape { aspect-ratio: 16 / 9; }
.innovation-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.innovation-copy h2 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.innovation-copy p { margin: 0 0 14px; color: rgba(255,255,255,.76); line-height: 1.72; }
.big-video { border-radius: 24px; }
.report-wrap { max-width: 760px; }
.section-subtitle { margin: -6px 0 22px; color: rgba(255,255,255,.72); }
.featured-video { width: min(100%, 360px); margin: 0 auto; box-shadow: 0 0 0 2px rgba(31,209,95,.24), 0 18px 45px rgba(0,0,0,.24); }
.products-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 22px; text-align: left;
}
.product-card {
  background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(8,37,75,.08);
}
.product-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; background: #fff; }
.product-body { padding: 18px 18px 20px; }
.product-body h3 { margin: 0 0 10px; font-size: 20px; }
.product-body p { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.6; min-height: 66px; }
.rating { color: #f4a100; font-size: 14px; font-weight: 700; margin-bottom: 8px; }
.rating span { color: var(--text); margin-left: 4px; }
.price { font-size: 28px; font-weight: 800; color: #18bc54; margin-bottom: 14px; }
.product-btn { width: 100%; }
.featured { transform: translateY(-8px); border: 2px solid rgba(31,209,95,.6); box-shadow: 0 18px 40px rgba(31,209,95,.15); }
.badge-top {
  display: inline-flex; padding: 8px 12px; border-radius: 999px; background: rgba(31,209,95,.14); color: #14a148;
  font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px;
}
.guarantee-section { background: #f5f7fa; padding: 12px 0 72px; }
.guarantee-box {
  display: flex; align-items: center; gap: 16px; padding: 22px 24px; border-radius: 18px;
  background: linear-gradient(90deg, rgba(31,209,95,.12), rgba(31,209,95,.06)); color: var(--text);
}
.guarantee-icon { width: 48px; height: 48px; border-radius: 16px; display: grid; place-items: center; background: #26cc61; color: #fff; font-size: 22px; }
.guarantee-box p { margin: 6px 0 0; color: var(--muted); }
.faq-wrap { max-width: 820px; }
.faq-list { display: grid; gap: 12px; margin-top: 22px; text-align: left; }
.faq-list details {
  background: #fff; border-radius: 16px; box-shadow: var(--shadow); padding: 18px 20px; border: 1px solid rgba(8,37,75,.06);
}
.faq-list summary { cursor: pointer; list-style: none; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 12px 0 0; color: var(--muted); line-height: 1.7; }
.final-cta {
  background: linear-gradient(180deg, #25d35f 0%, #18bc54 100%);
  color: #fff; text-align: center; padding: 68px 0;
}
.final-cta p { color: rgba(255,255,255,.86); margin-top: 16px; }
.final-btn { background: #fff; color: #119646; box-shadow: 0 16px 28px rgba(0,0,0,.12); }
.site-footer { background: #08254b; color: rgba(255,255,255,.72); padding: 34px 0 46px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-copy { text-align: right; font-size: 13px; }
.footer-copy p { margin: 4px 0; }
@media (max-width: 960px) {
  .desktop-nav { display: none; }
  .hero-grid, .innovation-grid, .products-grid, .benefits-grid, .pain-grid, .video-grid.small-videos, .stats-grid { grid-template-columns: 1fr; }
  .hero-card { width: 100%; max-width: 480px; margin: 0 auto; }
  .tech-copy { max-width: none; }
  .footer-inner { flex-direction: column; text-align: center; }
  .footer-copy { text-align: center; }
  .featured { transform: none; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 24px, 1120px); }
  .hero-section { padding: 32px 0 40px; }
  .header-inner { min-height: 62px; }
  .brand img, .footer-logo { height: 25px; }
  .header-cta { min-height: 34px; padding: 0 14px; font-size: 10px; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { font-size: 14px; }
  .hero-actions { gap: 12px; }
  .primary-btn, .product-btn, .final-btn { width: 100%; }
  .secondary-link { width: 100%; text-align: center; }
  .floating-top { right: 8px; top: 8px; }
  .floating-bottom { left: 8px; bottom: 8px; }
  .light-section, .dark-section { padding: 56px 0; }
  .pain-section h2, .tech-section h2, .testimonials-section h2, .products-section h2, .faq-section h2, .benefits-section h2, .report-section h2, .final-cta h2, .banner-content h2 { font-size: 28px; }
  .guarantee-box { align-items: flex-start; }
}

/* Checkout Economizare */
.checkout-page { background: #f2f6f8; }
.checkout-header .header-inner { min-height:50px; }
.checkout-safe { color: rgba(255,255,255,.88); font-weight: 800; font-size: 13px; }
.checkout-main { min-height: 100vh; background: linear-gradient(180deg, #08254b 0%, #f2f6f8 36%); }
.checkout-hero { padding: 42px 0 70px; }
.checkout-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; align-items: start; }
.checkout-card, .summary-box, .payment-result { background: #fff; border-radius: 26px; box-shadow: var(--shadow); border: 1px solid rgba(8,37,75,.08); }
.checkout-card { padding: 28px; }
.checkout-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 24px; }
.step-pill { border-radius: 999px; background: #edf2f5; color: #7a8b9a; padding: 11px 10px; text-align: center; font-size: 12px; font-weight: 800; }
.step-pill.active { background: rgba(31,209,95,.14); color: #119646; }
.checkout-step { display: none; }
.checkout-step.active { display: block; }
.checkout-step h1, .checkout-step h2 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 38px); color: var(--text); }
.checkout-subtitle { margin: 0 0 22px; color: var(--muted); line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.form-grid label { display: grid; gap: 8px; color: var(--text); font-size: 12px; font-weight: 800; text-align: left; }
.form-grid input, .form-grid select { width: 100%; min-height: 50px; border: 1px solid #dfe8ef; border-radius: 14px; padding: 0 14px; font: inherit; color: var(--text); outline: none; background: #fff; }
.form-grid input:focus, .form-grid select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(31,209,95,.12); }
.checkout-actions-row { display: flex; justify-content: flex-end; gap: 12px; margin-top: 22px; flex-wrap: wrap; }
.secondary-checkout { border: 0; min-height: 46px; padding: 0 22px; border-radius: 999px; background: #eaf0f5; color: var(--text); font-weight: 800; cursor: pointer; }
.checkout-actions-row .primary-btn { border: 0; cursor: pointer; }
.checkout-actions-row .primary-btn:disabled { opacity: .65; cursor: wait; }
.shipping-options { display: grid; gap: 12px; margin-top: 20px; }
.shipping-option { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 10px 12px; align-items: center; text-align: left; padding: 16px; border: 2px solid #e2eaf0; border-radius: 18px; cursor: pointer; background: #fff; }
.shipping-option input { accent-color: var(--green); }
.shipping-option strong { color: var(--text); }
.shipping-option span { grid-column: 2/3; color: var(--muted); font-size: 13px; }
.shipping-option b { color: #18bc54; }
.shipping-option.selected { border-color: rgba(31,209,95,.8); background: rgba(31,209,95,.05); }
.payment-tabs { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 18px 0; }
.pay-tab { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; border-radius: 16px; border: 2px solid #e2eaf0; font-weight: 800; cursor: pointer; }
.pay-tab input { accent-color: var(--green); }
.pay-tab.active { border-color: var(--green); background: rgba(31,209,95,.08); color: #119646; }
.hidden { display: none !important; }
.order-summary { position: sticky; top: 92px; display: grid; gap: 16px; }
.summary-box { padding: 22px; }
.summary-box img { width: 100%; aspect-ratio: 16/11; object-fit: cover; border-radius: 18px; background: #f3f7f9; margin: 8px 0 16px; }
.summary-box h3 { margin: 0 0 16px; font-size: 22px; }
.summary-line, .summary-total { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid #edf2f5; color: var(--muted); }
.summary-line strong { color: var(--text); }
.summary-total { font-size: 18px; color: var(--text); }
.summary-total strong { color: #18bc54; font-size: 25px; }
.secure-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; text-align: center; }
.checkout-message { display: none; margin-top: 18px; padding: 14px; border-radius: 14px; font-weight: 700; font-size: 13px; }
.checkout-message.show { display: block; }
.checkout-message.error { color: #b42318; background: #fff1f1; }
.checkout-message.success { color: #107c3d; background: #effdf3; }
.payment-result { padding: 20px; text-align: center; }
.payment-result h3 { margin: 0 0 14px; color: var(--text); }
.pix-qr { width: 230px; height: 230px; margin: 0 auto 14px; border-radius: 12px; }
.pix-copy-label { display: grid; gap: 8px; text-align: left; font-size: 12px; color: var(--muted); font-weight: 800; }
.pix-copy-label textarea { width: 100%; min-height: 98px; resize: vertical; border: 1px dashed #b7c7d4; border-radius: 14px; padding: 12px; color: var(--text); font: inherit; font-size: 12px; }
.copy-pix { border: 0; width: 100%; margin-top: 12px; cursor: pointer; }
@media (max-width: 960px) {
  .checkout-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
}
@media (max-width: 640px) {
  .checkout-card { padding: 20px; border-radius: 22px; }
  .checkout-progress, .form-grid, .payment-tabs { grid-template-columns: 1fr; }
  .checkout-actions-row .primary-btn, .secondary-checkout { width: 100%; }
  .checkout-safe { font-size: 11px; }
}

/* Ajustes premium do checkout */
.checkout-main { background: radial-gradient(circle at top left, rgba(31,209,95,.28), transparent 30%), linear-gradient(180deg, #061d3b 0%, #08254b 30%, #f2f6f8 30%, #f2f6f8 100%); }
.checkout-card, .summary-box, .payment-result { box-shadow: 0 24px 70px rgba(8,37,75,.16); }
.checkout-card { border-top: 5px solid #1fd15f; }
.checkout-step h1, .checkout-step h2 { letter-spacing: -.03em; }
.form-grid input::placeholder { color: #9fb0bd; }
.form-grid input, .form-grid select { transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.form-grid input:focus, .form-grid select:focus { transform: translateY(-1px); }
.payment-tabs { background: #f3f7fa; padding: 8px; border-radius: 20px; }
.pay-tab { background: #fff; }
.shipping-option { transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.shipping-option:hover { transform: translateY(-1px); }
.summary-seals { display: grid; gap: 8px; margin-top: 14px; }
.summary-seals span { background: #f3f8f5; color: #137c3f; border: 1px solid rgba(31,209,95,.18); border-radius: 12px; padding: 10px 12px; font-size: 12px; font-weight: 800; text-align: left; }
.pix-success-head { text-align: center; }
.pix-success-head p { color: var(--muted); margin: -6px 0 12px; font-size: 13px; line-height: 1.5; }
.pix-badge { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 0 12px; border-radius: 999px; background: rgba(31,209,95,.14); color: #119646; font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.pix-timer { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 38px; padding: 0 14px; border-radius: 999px; background: #fff7ed; color: #9a3412; font-weight: 800; margin: 4px 0 16px; }
.pix-timer b { font-size: 18px; }
.pix-link { display: inline-flex; justify-content: center; width: 100%; margin: -2px 0 12px; color: #119646; font-weight: 800; text-decoration: none; }
.pix-status { margin: 12px 0 0; color: var(--muted); font-size: 13px; }
@media (max-width: 640px) {
}

/* Reserva limpa do checkout - substitui headline antiga */
.checkout-reserve-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  padding: 24px 0 20px;
}
.reserve-copy {
  display: grid;
  gap: 4px;
}
.reserve-copy strong {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
  letter-spacing: -.03em;
}
.reserve-copy span {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  font-weight: 600;
}
.reserve-timer {
  min-width: 168px;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 12px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
}
.reserve-timer small {
  color: rgba(255,255,255,.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.reserve-timer b {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.03em;
}
@media (max-width: 640px) {
  .checkout-reserve-bar {
    padding: 18px 0 14px;
    align-items: stretch;
    flex-direction: column;
  }
  .reserve-timer {
    width: 100%;
  }
}


/* Ajustes finais do checkout */
.checkout-reserve-bar { justify-content:center; text-align:center; flex-direction:column; gap:8px; padding:8px 0 12px; margin-top:-4px; }
.reserve-copy { justify-items:center; text-align:center; margin-top:0; padding-top:0; }
.reserve-copy strong { font-size: clamp(24px, 3vw, 36px); }
.reserve-copy span { max-width: 520px; }
.reserve-timer { min-width: 190px; }
.pay-tab small { display: inline-flex; align-items: center; justify-content: center; padding: 3px 7px; border-radius: 999px; background: rgba(31,209,95,.14); color: #119646; font-size: 10px; font-weight: 900; }
.pix-discount-line strong { color: #119646; }
