:root {
  --bg: #f7f7f6;
  --fg: #0a1f12;
  --card: #fff;
  --primary: #00441f;
  --primary-soft: #e3efe8;
  --muted: #eef1ee;
  --muted-fg: #4f5b54;
  --accent: #00cf7b;
  --accent-fg: #00331a;
  --border: #dde3de;
  --radius: 16px;
  --shadow-soft: 0 1px 2px rgba(20, 45, 30, .04), 0 8px 24px -8px rgba(20, 45, 30, .12);
  --shadow-elevated: 0 4px 12px rgba(20, 45, 30, .08), 0 24px 48px -16px rgba(20, 45, 30, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
img, iframe, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: Manrope, Inter, sans-serif; margin: 0; letter-spacing: 0; line-height: 1.1; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
button { font: inherit; }

.container { width: min(100% - 40px, 1200px); margin-inline: auto; }
.narrow { width: min(100% - 40px, 760px); }
.section { padding-block: 64px; }
.muted { background: rgba(238, 241, 238, .62); }
.soft { background: rgba(227, 239, 232, .5); }
.center { display: flex; justify-content: center; margin-top: 40px; }
.center-text { text-align: center; margin-inline: auto; }
.small { color: var(--muted-fg); font-size: 12px; line-height: 1.6; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(221, 227, 222, .75);
  background: rgba(247, 247, 246, .9);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand .logo-simula { width: 128px; height: auto; object-fit: contain; }
.brand .logo-rodobens { width: 154px; height: 24px; object-fit: contain; }
.brand span { width: 1px; height: 22px; background: var(--border); flex: 0 0 auto; }
.brand small { border-left: 1px solid var(--border); padding-left: 12px; color: var(--muted-fg); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.main-nav { display: flex; gap: 28px; color: var(--muted-fg); font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--fg); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 14px;
  padding: 14px 22px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, filter .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--primary); color: #f7f7f6; box-shadow: var(--shadow-soft); }
.btn-primary:hover { background: #005429; box-shadow: var(--shadow-elevated); }
.btn-ghost { border-color: var(--border); background: var(--card); color: var(--fg); }
.btn-ghost:hover { border-color: rgba(0, 68, 31, .35); background: var(--primary-soft); }
.btn-whatsapp { background: var(--accent); color: var(--accent-fg); box-shadow: var(--shadow-soft); }
.btn-whatsapp::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 4.91A10.06 10.06 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.33 4.97L2.05 22l5.27-1.38a9.9 9.9 0 0 0 4.72 1.2h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.85-7zM12.05 20.15h-.01a8.23 8.23 0 0 1-4.2-1.15l-.3-.18-3.13.82.83-3.05-.2-.31a8.22 8.22 0 0 1-1.26-4.37c0-4.54 3.7-8.24 8.25-8.24 2.2 0 4.27.86 5.83 2.42a8.18 8.18 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.22 8.23zm4.51-6.16c-.25-.12-1.46-.72-1.69-.8-.23-.08-.39-.12-.56.13-.16.25-.64.8-.78.97-.14.16-.29.18-.54.06-.25-.13-1.04-.38-1.99-1.23-.74-.66-1.23-1.47-1.37-1.72-.14-.25-.02-.39.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.34-.76-1.84-.2-.48-.41-.42-.56-.43h-.48c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.03 0 1.2.87 2.35.99 2.51.12.16 1.71 2.61 4.15 3.66.58.25 1.03.4 1.38.51.58.18 1.11.16 1.52.1.46-.07 1.46-.6 1.67-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 4.91A10.06 10.06 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.33 4.97L2.05 22l5.27-1.38a9.9 9.9 0 0 0 4.72 1.2h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.85-7zM12.05 20.15h-.01a8.23 8.23 0 0 1-4.2-1.15l-.3-.18-3.13.82.83-3.05-.2-.31a8.22 8.22 0 0 1-1.26-4.37c0-4.54 3.7-8.24 8.25-8.24 2.2 0 4.27.86 5.83 2.42a8.18 8.18 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.22 8.23zm4.51-6.16c-.25-.12-1.46-.72-1.69-.8-.23-.08-.39-.12-.56.13-.16.25-.64.8-.78.97-.14.16-.29.18-.54.06-.25-.13-1.04-.38-1.99-1.23-.74-.66-1.23-1.47-1.37-1.72-.14-.25-.02-.39.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.34-.76-1.84-.2-.48-.41-.42-.56-.43h-.48c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.03 0 1.2.87 2.35.99 2.51.12.16 1.71 2.61 4.15 3.66.58.25 1.03.4 1.38.51.58.18 1.11.16 1.52.1.46-.07 1.46-.6 1.67-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.btn-accent { background: var(--accent); color: var(--accent-fg); }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); }
.disabled { pointer-events: none; opacity: .55; }

.hero { position: relative; overflow: hidden; }
.hero::before, .hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(70px);
}
.hero::before { left: -120px; top: -120px; background: rgba(0, 68, 31, .08); }
.hero::after { right: -120px; top: 180px; background: rgba(0, 207, 123, .14); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; align-items: start; gap: 64px; padding-block: 80px 96px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  border: 1px solid rgba(0, 68, 31, .15);
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary);
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero h1 { margin-top: 20px; font-size: clamp(36px, 4.7vw, 60px); font-weight: 700; line-height: 1.08; }
.hero h1 span {
  color: var(--primary);
  background: linear-gradient(100deg, var(--primary) 5%, var(--accent) 48%, var(--primary) 95%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: aurora 5s ease-in-out infinite;
}
.lead { max-width: 610px; margin-top: 20px; color: var(--muted-fg); font-size: 18px; line-height: 1.7; }
.lead strong { color: var(--fg); }
.benefits { margin-top: 32px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.benefits li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--card);
  padding: 12px 14px;
  box-shadow: var(--shadow-soft);
  font-size: 14px;
  font-weight: 600;
}
.pill { display: inline-flex; margin-top: 28px; border-radius: 999px; background: var(--primary-soft); color: var(--primary); padding: 8px 12px; font-size: 12px; font-weight: 600; }
.hero-actions { display: flex; gap: 12px; margin-top: 12px; }
.hero-actions .btn { flex: 1; }
.hero .small { margin-top: 14px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 24px; padding-block: 16px; border-block: 1px solid var(--border); }
.stats div { padding-inline: 14px; border-left: 1px solid var(--border); }
.stats div:first-child { border-left: 0; padding-left: 0; }
.stats strong { display: block; color: var(--primary); font-size: 20px; font-weight: 800; }
.stats span { color: var(--muted-fg); font-size: 10px; }
.hero-media { position: relative; }
.hero-media > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow-elevated); }
.badge-card {
  position: absolute;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow-elevated);
  padding: 14px 16px;
  font-size: 11px;
  font-weight: 600;
}
.badge-card strong { display: block; color: var(--primary); font-size: 20px; }
.badge-card.top { top: -16px; right: -12px; }
.review-card {
  position: absolute;
  left: -16px;
  bottom: -20px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 285px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--card);
  box-shadow: var(--shadow-elevated);
  padding: 16px;
}
.avatar-stack { display: flex; margin-right: 4px; }
.avatar-stack span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: -8px;
  border: 2px solid var(--card);
  border-radius: 999px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
}
.avatar-stack span:first-child { margin-left: 0; background: var(--primary-soft); }
.avatar-stack span:nth-child(2) { background: rgba(0, 207, 123, .25); }
.avatar-stack span:nth-child(3) { background: var(--primary); color: #fff; }
.stars { color: var(--accent); font-size: 12px; letter-spacing: 1px; line-height: 1; }
.review-card p { margin-top: 4px; color: var(--fg); font-size: 11px; font-weight: 600; line-height: 1.2; }
.photo-label { position: absolute; left: 16px; top: 16px; border-radius: 999px; background: rgba(0, 68, 31, .88); color: #fff; padding: 10px 14px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head h2, .faq-grid h2 { margin-top: 16px; font-size: clamp(30px, 3vw, 36px); font-weight: 700; line-height: 1.2; }
.final-cta h2 { margin-top: 16px; font-size: clamp(30px, 4vw, 48px); font-weight: 700; line-height: 1.15; }
.section-head p:not(.eyebrow), .faq-grid p, .final-cta p { margin-top: 16px; color: var(--muted-fg); font-size: 16px; line-height: 1.7; }
.card-grid { display: grid; gap: 16px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.info-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--card);
  padding: 24px;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.info-card:hover { transform: translateY(-4px); border-color: rgba(0, 68, 31, .32); box-shadow: var(--shadow-elevated); }
.info-card h3 { margin-top: 16px; font-size: 19px; }
.info-card p { margin-top: 10px; color: var(--muted-fg); font-size: 14px; line-height: 1.65; }
.info-card.dark-icon i { background: var(--primary); color: #fff; }

i[data-icon] {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 12px;
  background: var(--primary-soft);
  color: var(--primary);
}
i[data-icon] svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }

.life-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.life-card { overflow: hidden; border: 1px solid var(--border); border-radius: 24px; background: var(--card); box-shadow: var(--shadow-soft); }
.life-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s ease; }
.life-card:hover img { transform: scale(1.04); }
.life-card div { padding: 24px; }
.life-card h3 { font-size: 22px; }
.life-card strong { display: block; margin-top: 6px; color: var(--primary); font-size: 14px; }
.life-card p { min-height: 96px; margin-top: 14px; color: var(--muted-fg); font-size: 14px; line-height: 1.65; }
.life-card a { display: flex; justify-content: center; margin-top: 18px; border-radius: 14px; background: var(--primary); color: #fff; padding: 14px; font-size: 14px; font-weight: 600; }

.yes-no { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.truth { border-radius: 24px; padding: 32px; border: 1px solid var(--border); }
.truth.yes { border-color: rgba(0, 207, 123, .28); background: rgba(0, 207, 123, .06); }
.truth.no { background: rgba(238, 241, 238, .75); }
.truth h3 { display: flex; align-items: center; gap: 12px; font-size: 22px; }
.truth-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 12px;
}
.truth.yes .truth-icon { background: var(--accent); color: var(--accent-fg); }
.truth.no .truth-icon { background: var(--muted-fg); color: var(--bg); }
.truth-icon i { width: 44px; height: 44px; background: transparent; color: inherit; }
.truth-icon i svg { width: 20px; height: 20px; }
.truth ul { margin-top: 24px; display: grid; gap: 14px; }
.truth li { position: relative; padding-left: 24px; font-size: 14px; line-height: 1.55; }
.truth li::before { position: absolute; left: 0; color: var(--primary); font-weight: 700; }
.truth.yes li::before { content: "✓"; }
.truth.no li::before { content: "×"; color: var(--muted-fg); }

.social-proof { background: var(--primary); color: #fff; overflow: hidden; }
.proof-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.proof-head h2 { margin-top: 14px; max-width: 720px; font-size: clamp(30px, 3vw, 36px); line-height: 1.2; }
.proof-head p { margin-top: 14px; color: rgba(255,255,255,.76); }
.proof-kicker { color: var(--accent) !important; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.partner { display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.08); padding: 16px 18px; }
.partner img { width: 130px; filter: brightness(0) invert(1); }
.partner span { border-left: 1px solid rgba(255,255,255,.24); padding-left: 14px; color: rgba(255,255,255,.74); font-size: 12px; font-weight: 600; white-space: nowrap; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; margin-top: 40px; border-radius: 18px; background: rgba(255,255,255,.15); }
.proof-stats div { min-height: 116px; display: grid; place-items: center; align-content: center; gap: 6px; background: var(--primary); padding: 20px; text-align: center; }
.proof-stats strong { color: var(--accent); font-size: 30px; font-weight: 800; }
.proof-stats span { color: rgba(255,255,255,.67); font-size: 12px; }
.proof-stats img { height: 18px; width: auto; margin-inline: auto; }
.approved { display: inline-flex !important; align-items: center; gap: 6px; color: var(--accent) !important; }
.approved img { width: 24px; height: 24px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 24px; }
.video-card { overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--card); color: var(--fg); box-shadow: var(--shadow-elevated); }
.video-frame { aspect-ratio: 16 / 15.3; background: var(--muted); }
.video-frame iframe,
.video-frame video { width: 100%; height: 100%; border: 0; object-fit: cover; }
.video-card h3, .video-card strong, .video-card p { margin-inline: 20px; }
.video-card h3 { margin-top: 18px; font-size: 17px; }
.video-card strong { display: block; margin-top: 4px; color: var(--primary); font-size: 12px; }
.video-card p { margin-block: 16px 20px; color: var(--muted-fg); font-size: 14px; line-height: 1.6; }
.next-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; padding: 24px; }
.next-card h3 { font-size: 26px; }
.next-card p { margin-top: 14px; color: rgba(255,255,255,.72); line-height: 1.6; }

.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: steps; }
.steps li { position: relative; counter-increment: steps; border: 1px solid var(--border); border-radius: 18px; background: var(--card); padding: 34px 22px 22px; box-shadow: var(--shadow-soft); }
.steps li::before { content: counter(steps); position: absolute; left: 22px; top: -16px; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 12px; background: var(--primary); color: #fff; font-weight: 700; box-shadow: var(--shadow-soft); }
.steps h3 { font-size: 16px; }
.steps p { margin-top: 10px; color: var(--muted-fg); font-size: 14px; line-height: 1.6; }

.faq-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; }
.faq-grid > div:first-child .btn { margin-top: 24px; }
.faq-list { display: grid; gap: 12px; }
details { overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: var(--card); }
summary { cursor: pointer; padding: 20px; font-weight: 400; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "⌄"; color: var(--primary); font-size: 20px; line-height: 1; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(180deg); }
details p { margin: 0; padding: 0 20px 20px; color: var(--muted-fg); font-size: 14px; line-height: 1.7; }

.simulator-section { background: linear-gradient(180deg, rgba(227,239,232,.72), var(--bg)); }
.simulator { overflow: hidden; border: 1px solid rgba(0,68,31,.15); border-radius: 28px; background: var(--card); box-shadow: 0 24px 70px -28px rgba(0,207,123,.4), var(--shadow-elevated); }
.sim-head { display: flex; gap: 18px; padding: 34px; background: linear-gradient(135deg, var(--primary), #006433); color: #fff; }
.sim-head i { background: rgba(255,255,255,.12); color: #fff; width: 56px; height: 56px; flex-basis: 56px; }
.sim-head p { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: rgba(255,255,255,.76); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.sim-clock { display: inline-flex; align-items: center; gap: 4px; }
.sim-clock i { width: 14px; height: 14px; flex: 0 0 14px; background: transparent; color: inherit; }
.sim-clock i svg { width: 14px; height: 14px; }
.sim-head h2 { margin-top: 8px; font-size: 30px; }
.sim-head span { display: block; margin-top: 8px; color: rgba(255,255,255,.82); }
.sim-body { padding: 34px; }
.progress-row { display: flex; justify-content: space-between; gap: 20px; color: var(--fg); font-size: 12px; font-weight: 600; }
.progress-row span:last-child { color: var(--muted-fg); }
.progress-row .done { color: var(--accent-fg) !important; }
.progress { height: 6px; margin-top: 10px; overflow: hidden; border-radius: 999px; background: var(--muted); }
.progress span { display: block; width: 25%; height: 100%; border-radius: inherit; background: var(--accent); transition: width .3s ease; }
.tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 24px; border: 1px solid var(--border); border-radius: 18px; background: var(--muted); padding: 6px; }
.tabs button { cursor: pointer; border: 0; border-radius: 13px; background: transparent; color: var(--muted-fg); padding: 14px 10px; font-weight: 700; }
.tabs button.active { background: var(--primary); color: #fff; box-shadow: var(--shadow-soft); }
.tabs button[data-range="standard"].active { background: var(--card); color: var(--primary); }
.tabs button[data-range="premium"].active { background: var(--primary); color: #fff; }
.credit-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 22px; }
.option-card { cursor: pointer; display: flex; align-items: center; gap: 12px; width: 100%; border: 1px solid var(--border); border-radius: 18px; background: var(--bg); color: var(--fg); padding: 16px; text-align: left; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.option-card:hover { transform: translateY(-2px); border-color: rgba(0,68,31,.35); box-shadow: var(--shadow-soft); }
.option-card.selected { transform: scale(1.02); border-color: var(--primary); background: var(--primary); color: #fff; box-shadow: var(--shadow-elevated); }
.option-card i { width: 44px; height: 44px; flex-basis: 44px; }
.option-card.selected i { background: rgba(255,255,255,.15); color: #fff; }
.option-text { min-width: 0; flex: 1; }
.option-text strong { display: block; font-size: 18px; font-weight: 800; }
.option-text span { display: block; margin-top: 4px; color: var(--muted-fg); font-size: 12px; font-weight: 600; }
.option-card.selected .option-text span { color: rgba(255,255,255,.72); }
.option-check {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid var(--border);
  border-radius: 999px;
}
.option-card.selected .option-check { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.15); }
.option-check svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.sim-submit { width: 100%; min-height: 58px; margin-top: 28px; font-size: 16px; }
.trust-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin-top: 20px; color: var(--muted-fg); font-size: 11px; font-weight: 600; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row i { width: 14px; height: 14px; flex: 0 0 14px; background: transparent; color: var(--primary); }
.trust-row i svg { width: 14px; height: 14px; }

.final-cta { background: var(--primary); color: #fff; }
.final-cta .container { max-width: 900px; }
.final-cta .light { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.22); }
.final-cta p { color: rgba(255,255,255,.84); }
.final-actions { display: flex; gap: 12px; justify-content: center; margin-top: 32px; }

.footer { border-top: 1px solid var(--border); background: var(--card); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 48px; padding-block: 48px; }
.footer p { margin-top: 18px; color: var(--muted-fg); font-size: 14px; line-height: 1.75; }
.footer h4 { font-size: 14px; }
.footer a:hover { color: var(--primary); }
.legal { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--border); padding-block: 22px; color: var(--muted-fg); font-size: 12px; }

.mobile-bar { display: none; position: fixed; inset: auto 0 0; z-index: 30; gap: 8px; border-top: 1px solid var(--border); background: rgba(247,247,246,.96); padding: 12px 16px; backdrop-filter: blur(14px); }
.mobile-bar a { flex: 1; border-radius: 14px; padding: 14px 12px; background: var(--primary); color: #fff; text-align: center; font-size: 14px; font-weight: 600; }
.mobile-bar a:last-child { background: var(--card); color: var(--fg); border: 1px solid var(--border); }
.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--accent-fg);
  padding: 14px 20px 14px 16px;
  box-shadow: var(--shadow-elevated);
  font-weight: 600;
  transform: translateY(12px);
  opacity: 0;
  transition: opacity .4s ease, transform .4s ease, filter .2s ease;
}
.floating-whatsapp.visible { transform: translateY(0); opacity: 1; }
.floating-whatsapp:hover { filter: brightness(1.08); }
.floating-hint {
  position: absolute;
  right: 0;
  top: -44px;
  white-space: nowrap;
  border-radius: 12px;
  background: var(--primary);
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: var(--shadow-elevated);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.floating-whatsapp.show-hint .floating-hint { opacity: 1; transform: translateY(0); }
.floating-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  background: rgba(0, 51, 26, .12);
}
.floating-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(0, 51, 26, .18);
  animation: ping 1.4s cubic-bezier(0, 0, .2, 1) infinite;
}
.floating-icon::after {
  content: "";
  position: relative;
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 4.91A10.06 10.06 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.33 4.97L2.05 22l5.27-1.38a9.9 9.9 0 0 0 4.72 1.2h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.85-7zM12.05 20.15h-.01a8.23 8.23 0 0 1-4.2-1.15l-.3-.18-3.13.82.83-3.05-.2-.31a8.22 8.22 0 0 1-1.26-4.37c0-4.54 3.7-8.24 8.25-8.24 2.2 0 4.27.86 5.83 2.42a8.18 8.18 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.22 8.23zm4.51-6.16c-.25-.12-1.46-.72-1.69-.8-.23-.08-.39-.12-.56.13-.16.25-.64.8-.78.97-.14.16-.29.18-.54.06-.25-.13-1.04-.38-1.99-1.23-.74-.66-1.23-1.47-1.37-1.72-.14-.25-.02-.39.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.34-.76-1.84-.2-.48-.41-.42-.56-.43h-.48c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.03 0 1.2.87 2.35.99 2.51.12.16 1.71 2.61 4.15 3.66.58.25 1.03.4 1.38.51.58.18 1.11.16 1.52.1.46-.07 1.46-.6 1.67-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 4.91A10.06 10.06 0 0 0 12.04 2C6.58 2 2.13 6.45 2.13 11.91c0 1.75.46 3.46 1.33 4.97L2.05 22l5.27-1.38a9.9 9.9 0 0 0 4.72 1.2h.01c5.46 0 9.91-4.45 9.91-9.91 0-2.65-1.03-5.14-2.85-7zM12.05 20.15h-.01a8.23 8.23 0 0 1-4.2-1.15l-.3-.18-3.13.82.83-3.05-.2-.31a8.22 8.22 0 0 1-1.26-4.37c0-4.54 3.7-8.24 8.25-8.24 2.2 0 4.27.86 5.83 2.42a8.18 8.18 0 0 1 2.41 5.83c0 4.54-3.7 8.23-8.22 8.23zm4.51-6.16c-.25-.12-1.46-.72-1.69-.8-.23-.08-.39-.12-.56.13-.16.25-.64.8-.78.97-.14.16-.29.18-.54.06-.25-.13-1.04-.38-1.99-1.23-.74-.66-1.23-1.47-1.37-1.72-.14-.25-.02-.39.11-.51.11-.11.25-.29.37-.43.12-.14.16-.25.25-.41.08-.16.04-.31-.02-.43-.06-.12-.56-1.34-.76-1.84-.2-.48-.41-.42-.56-.43h-.48c-.16 0-.43.06-.65.31-.22.25-.85.83-.85 2.03 0 1.2.87 2.35.99 2.51.12.16 1.71 2.61 4.15 3.66.58.25 1.03.4 1.38.51.58.18 1.11.16 1.52.1.46-.07 1.46-.6 1.67-1.18.21-.58.21-1.07.14-1.18-.06-.11-.22-.17-.47-.29z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.floating-copy { display: flex; flex-direction: column; line-height: 1.1; }
.floating-copy span { font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; opacity: .8; }
.floating-copy strong { margin-top: 2px; font-size: 14px; font-weight: 700; }

.fade-up { animation: fade-up .65s ease both; }
@keyframes fade-up { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes aurora { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@keyframes ping { 75%, 100% { transform: scale(1.8); opacity: 0; } }

@media (max-width: 1050px) {
  .hero-grid, .faq-grid { grid-template-columns: 1fr; }
  .life-grid, .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .card-grid.three { grid-template-columns: repeat(2, 1fr); }
  .proof-head { align-items: start; flex-direction: column; }
  .header-cta, .main-nav, .brand small { display: none; }
}

@media (max-width: 720px) {
  body { padding-bottom: 76px; }
  .container, .narrow { width: min(100% - 28px, 1200px); }
  .section { padding-block: 54px; }
  .header-inner { min-height: 60px; }
  .brand .logo-simula { width: 116px; }
  .brand .logo-rodobens { width: 126px; }
  .hero-grid { padding-block: 42px 64px; gap: 36px; }
  .hero h1 { font-size: 36px; }
  .lead { font-size: 16px; }
  .benefits, .hero-actions, .yes-no, .credit-options, .footer-grid, .legal, .final-actions { grid-template-columns: 1fr; flex-direction: column; }
  .benefits { grid-template-columns: 1fr; }
  .hero-actions { display: grid; }
  .stats strong { font-size: 16px; }
  .badge-card, .review-card { display: none; }
  .card-grid.three, .life-grid, .testimonial-grid, .proof-stats, .steps { grid-template-columns: 1fr; }
  .life-grid, .testimonial-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
  .life-card, .video-card, .next-card { width: 86vw; flex: 0 0 86vw; scroll-snap-align: center; }
  .proof-stats { display: grid; grid-template-columns: 1fr 1fr; }
  .partner { width: 100%; justify-content: space-between; }
  .sim-head, .sim-body, .truth { padding: 24px; }
  .sim-head h2 { font-size: 25px; }
  .tabs button { font-size: 13px; }
  .footer-brand { align-items: flex-start; flex-wrap: wrap; }
  .mobile-bar { display: flex; }
  .floating-whatsapp { display: none; }
}
