:root {
  color-scheme: light dark;
  --navy: #111233;
  --navy-2: #171844;
  --navy-3: #242657;
  --coral: #ff6b4a;
  --coral-soft: #ffe0d8;
  --teal: #2dd4bf;
  --bone: #f7f5f2;
  --paper: #fffdfa;
  --ink: #17182e;
  --muted: #626276;
  --line: #ddd9d3;
  --amber: #f59e0b;
  --danger: #b91c1c;
  --whatsapp: #25d366;
  --whatsapp-hover: #20bd5a;
  --whatsapp-ink: #ffffff;
  --sales-green: #087d70;
  --sales-green-dark: #075f57;
  --sales-red: #d9362b;
  --radius: 18px;
  --radius-sm: 10px;
  --shadow: 0 24px 70px rgba(17, 18, 51, .12);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bone);
  font-family: "Source Sans 3", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image: radial-gradient(rgba(17,18,51,.07) .65px, transparent .65px);
  background-size: 18px 18px;
  opacity: .35;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; background: var(--sales-green); color: white; padding: 10px 14px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 780px); margin-inline: auto; }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.teal { color: #087d70; }
.kicker { display: inline-flex; gap: 8px; align-items: center; padding: 7px 12px; border: 1px solid rgba(45,212,191,.4); border-radius: 999px; background: rgba(45,212,191,.1); color: var(--teal); font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.kicker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(45,212,191,.12); }
h1, h2, h3, h4 { margin: 0 0 .55em; color: var(--navy); font-family: "Libre Baskerville", Georgia, serif; line-height: 1.18; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 6vw, 5.1rem); }
h2 { font-size: clamp(1.85rem, 4vw, 3.35rem); }
h3 { font-size: clamp(1.14rem, 2.4vw, 1.45rem); }
h4 { font-size: 1rem; }
p { margin: 0 0 1em; }
.lead { max-width: 64ch; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.28rem); }
.meta { color: var(--muted); font-size: .86rem; }
.tabular { font-variant-numeric: tabular-nums; }
.section { padding: clamp(76px, 10vw, 132px) 0; }
.section-sm { padding: clamp(54px, 7vw, 82px) 0; }
.section-dark { color: #eeefff; background: var(--navy); }
.section-dark h2, .section-dark h3, .section-dark h4 { color: white; }
.section-dark .lead, .section-dark .muted { color: #b8bad3; }
.section-paper { background: var(--paper); }
.section-head { display: grid; gap: 18px; align-items: end; margin-bottom: 46px; }
.section-head > * { margin-bottom: 0; }
@media (min-width: 820px) { .section-head { grid-template-columns: 1.1fr .9fr; } }

.site-nav { position: sticky; top: 0; z-index: 100; color: white; background: rgba(17,18,51,.94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.nav-in { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { color: white; font-family: "Libre Baskerville", Georgia, serif; font-size: 1rem; font-weight: 700; line-height: 1.1; text-decoration: none; }
.brand span { display: block; color: var(--coral); font-family: "Source Sans 3", sans-serif; font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.nav-links { display: none; align-items: center; gap: 18px; }
.nav-links > a, .services-menu summary { color: #d9daf0; font-size: .88rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.nav-links > a:hover, .services-menu summary:hover { color: white; }
.services-menu { position: relative; }
.services-menu summary { list-style: none; }
.services-menu summary::-webkit-details-marker { display: none; }
.services-menu summary::after { content: " ↓"; color: var(--teal); }
.services-pop { position: absolute; top: calc(100% + 18px); left: -24px; width: 320px; padding: 12px; background: var(--paper); color: var(--ink); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.services-pop a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 12px; border-radius: 9px; font-size: .85rem; font-weight: 700; text-decoration: none; }
.services-pop a:hover { background: #eeece8; }
.services-pop strong { color: #b53319; font-variant-numeric: tabular-nums; }
@media (min-width: 1080px) { .nav-links { display: flex; } }

.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; color: var(--navy); background: var(--coral); border: 2px solid var(--coral); border-radius: 999px; font-size: .9rem; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(255,107,74,.25); background: #ff7d61; }
.btn-lg { min-height: 58px; padding-inline: 28px; font-size: 1rem; }
.btn-ghost { color: white; background: transparent; border-color: rgba(255,255,255,.32); }
.btn-ghost:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.btn-small { min-height: 42px; padding: 9px 16px; font-size: .82rem; }
.btn-whatsapp,
a.btn[data-origin] { color: var(--whatsapp-ink); background: var(--whatsapp); border-color: var(--whatsapp); box-shadow: 0 10px 26px rgba(37,211,102,.2); }
.btn-whatsapp::before,
a.btn[data-origin]::before { content: "☎"; width: 22px; height: 22px; display: grid; place-items: center; color: white; background: #128c4a; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.btn-whatsapp:hover,
a.btn[data-origin]:hover { color: var(--whatsapp-ink); background: var(--whatsapp-hover); border-color: var(--whatsapp-hover); box-shadow: 0 13px 30px rgba(37,211,102,.3); }

.hero { position: relative; overflow: hidden; color: white; background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: auto -15% -45% auto; width: 650px; aspect-ratio: 1; border: 1px solid rgba(45,212,191,.25); border-radius: 50%; box-shadow: 0 0 0 80px rgba(45,212,191,.03), 0 0 0 160px rgba(45,212,191,.02); }
.hero-grid { position: relative; display: grid; gap: 42px; align-items: center; min-height: min(860px, calc(100svh - 74px)); padding: clamp(56px, 7vw, 96px) 0; }
.hero h1 { max-width: 12ch; color: white; }
.hero .lead { color: #c7c8df; }
.hero-copy { position: relative; z-index: 2; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.price-line { display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: baseline; margin: 23px 0 0; color: #d6d7ec; }
.price-line strong { color: var(--coral); font-size: clamp(1.65rem, 4vw, 2.75rem); font-variant-numeric: tabular-nums; }
.price-line span { font-size: .84rem; }
.hero-visual { position: relative; min-height: 400px; }
.hero-visual img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; border-radius: 160px 18px 18px 18px; filter: saturate(.88) contrast(1.02); box-shadow: 0 32px 80px rgba(0,0,0,.38); }
.hero-stamp { position: absolute; right: -8px; bottom: 22px; width: 168px; aspect-ratio: 1; display: grid; place-items: center; padding: 22px; color: white; background: var(--sales-green); border: 7px solid var(--navy); border-radius: 50%; font-size: .72rem; font-weight: 900; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(-6deg); }
@media (min-width: 900px) { .hero-grid { grid-template-columns: 1.04fr .86fr; } }

.trust { border-bottom: 1px solid var(--line); background: var(--paper); }
.trust-grid { display: grid; }
.trust-item { display: flex; gap: 13px; align-items: flex-start; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .86rem; font-weight: 750; }
.trust-item:last-child { border: 0; }
.trust-icon { flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; color: white; background: var(--sales-green); border-radius: 50%; font-size: .74rem; font-weight: 900; }
.proof-item { display: block; }
.proof-item strong { display: block; margin-bottom: 4px; color: var(--sales-green); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.12rem, 2vw, 1.42rem); line-height: 1.15; }
.proof-item span { display: block; color: var(--muted); font-size: .82rem; font-weight: 700; line-height: 1.35; }
@media (min-width: 760px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { padding: 24px; border-right: 1px solid var(--line); }
  .trust-item:nth-child(2n) { border-right: 0; }
  .trust-item:nth-last-child(-n + 2) { border-bottom: 0; }
}
@media (min-width: 1080px) {
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-item { border-right: 1px solid var(--line); border-bottom: 0; }
  .trust-item:last-child { border-right: 0; }
}

.grid { display: grid; gap: 20px; }
.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
@media (min-width: 740px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.card { position: relative; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 1px 0 rgba(17,18,51,.03); }
.card p:last-child { margin-bottom: 0; }
.card-dark { color: #d8d9ee; background: var(--navy-2); border-color: rgba(255,255,255,.12); }
.card-dark h3 { color: white; }
.card-number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 20px; color: white; background: var(--sales-green); border-radius: 50%; font-weight: 900; }
.legal-card { padding: 27px 28px 28px 32px; background: #efede8; border-left: 5px solid var(--navy); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.legal-card cite { display: block; margin-top: 14px; color: var(--muted); font-size: .8rem; font-style: normal; font-weight: 800; }
.legal-card strong { color: var(--navy); }
.legal-card.dark { background: var(--navy-2); border-left-color: var(--teal); color: #dedff2; }
.legal-card.dark strong { color: white; }
.legal-card.dark cite { color: #aeb0cb; }

.filter-grid { display: grid; gap: 18px; }
.filter-card { position: relative; display: flex; min-height: 280px; flex-direction: column; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 44px rgba(17,18,51,.07); }
.filter-card::after { content: "→"; position: absolute; right: 28px; bottom: 24px; color: var(--coral); font-size: 1.45rem; font-weight: 900; transition: transform .18s ease; }
.filter-card:hover::after { transform: translateX(5px); }
.filter-card.featured-filter { color: white; background: var(--navy); border-color: var(--navy); }
.filter-card.featured-filter h3 { color: white; }
.filter-card.featured-filter p { color: #c3c5dc; }
.filter-tag { align-self: flex-start; margin-bottom: 22px; padding: 6px 10px; color: white; background: var(--sales-green); border-radius: 999px; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.filter-card p { margin-bottom: 34px; color: var(--muted); }
.filter-link { margin-top: auto; color: var(--navy); font-size: .84rem; font-weight: 900; text-decoration: none; }
.featured-filter .filter-link { color: white; }
@media (min-width: 860px) { .filter-grid { grid-template-columns: repeat(3, 1fr); } }

.protect-section { color: white; background: linear-gradient(125deg, var(--navy) 0 62%, #1a4d4e 120%); }
.protect-section h2, .protect-section h3 { color: white; }
.protect-section .lead { color: #c7c8df; }
.protect-grid { display: grid; gap: clamp(38px, 7vw, 90px); align-items: center; }
.protect-points { display: grid; gap: 14px; }
.protect-points article { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 24px 26px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
.protect-points article > span { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--sales-green); border-radius: 12px; font-size: .74rem; font-weight: 900; }
.protect-points article h3 { margin-bottom: 6px; font-size: 1.08rem; }
.protect-points article p { margin: 0; color: #c7c8df; font-size: .92rem; }
@media (min-width: 880px) { .protect-grid { grid-template-columns: .9fr 1.1fr; } }

.myths { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.myth-row { display: grid; background: var(--paper); border-bottom: 1px solid var(--line); }
.myth-row:last-child { border-bottom: 0; }
.myth-cell { padding: 22px 24px; }
.myth-cell + .myth-cell { border-top: 1px solid var(--line); }
.myth-label { display: block; margin-bottom: 7px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.myth-bad { color: var(--danger); background: #fff8f7; }
.myth-good { color: var(--navy); background: #f0fbf8; }
.myth-good .myth-label { color: #087d70; }
@media (min-width: 780px) { .myth-row { grid-template-columns: .9fr 1.1fr; } .myth-cell + .myth-cell { border-top: 0; border-left: 1px solid var(--line); } }

.plans { display: grid; gap: 18px; align-items: stretch; }
.plan { display: flex; flex-direction: column; padding: 28px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); scroll-margin-top: 104px; }
.plan.featured { color: white; background: linear-gradient(150deg, var(--sales-green) 0%, var(--sales-green-dark) 100%); border-color: var(--sales-green-dark); box-shadow: 0 28px 74px rgba(8,125,112,.27); transform: translateY(-8px); }
.plan.featured h3 { margin-top: 18px; color: white; }
.plan-badge { align-self: flex-start; padding: 6px 10px; color: var(--sales-green-dark); background: white; border-radius: 999px; font-size: .69rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.plan-price { margin: 10px 0 4px; color: #b53319; font-size: 2.25rem; font-weight: 900; line-height: 1; font-variant-numeric: tabular-nums; }
.featured .plan-price { color: white; }
.plan-subtitle { min-height: 28px; margin: -5px 0 12px; color: var(--muted); font-size: .84rem; font-weight: 800; }
.featured .plan-subtitle { color: white; }
.plan-note { min-height: 44px; color: var(--muted); font-size: .82rem; }
.featured .plan-note { color: rgba(255,255,255,.86); }
.checklist { padding: 0; margin: 22px 0 28px; list-style: none; }
.checklist li { position: relative; padding: 8px 0 8px 28px; font-size: .9rem; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: #087d70; font-weight: 900; }
.featured .checklist li::before { color: white; }
.plan .btn { margin-top: auto; }
a.btn.btn-plan-sale[data-origin] { color: white; background: var(--sales-red); border-color: var(--sales-red); box-shadow: 0 14px 34px rgba(136,20,15,.32); }
a.btn.btn-plan-sale[data-origin]::before { color: white; background: rgba(87,7,3,.28); }
a.btn.btn-plan-sale[data-origin]:hover { color: white; background: #bc2d24; border-color: #bc2d24; box-shadow: 0 16px 38px rgba(136,20,15,.38); }
.payment-trust { margin-top: 18px; padding: 14px 16px; color: var(--navy); background: white; border: 1px solid rgba(255,255,255,.65); border-radius: 14px; }
.payment-trust > span { display: block; margin-bottom: 9px; color: #55566b; font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.payment-logos { display: flex; flex-wrap: wrap; gap: 12px 18px; align-items: center; justify-content: center; }
.payment-logos img { width: auto; max-width: 132px; max-height: 42px; object-fit: contain; }
@media (min-width: 900px) { .plans { grid-template-columns: repeat(3, 1fr); } }
.deadline-note { padding: 18px 21px; color: #4c4350; background: #fff3ef; border-left: 4px solid var(--coral); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .83rem; }

.steps { counter-reset: step; }
.step { position: relative; padding: 4px 0 38px 74px; }
.step::before { counter-increment: step; content: "0" counter(step); position: absolute; left: 0; top: 0; width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); background: var(--coral); border-radius: 50%; font-weight: 900; }
.step::after { content: ""; position: absolute; left: 25px; top: 56px; bottom: 6px; border-left: 1px dashed rgba(255,255,255,.28); }
.step:last-child::after { display: none; }
.step p { color: #bfc1da; }

.process-layout { display: grid; gap: clamp(38px, 7vw, 84px); align-items: start; }
.process-intro { max-width: 610px; }
.process-intro h2 { max-width: 12ch; }
.process-intro .lead { margin-bottom: 30px; }
.process-steps { display: grid; gap: 14px; }
.process-card { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 23px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.process-card h3 { margin-bottom: 7px; font-size: 1.16rem; }
.process-card p { margin: 0; color: #bfc1da; font-size: .92rem; }
.process-number { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: var(--coral); border-radius: 14px; font-size: .82rem; font-weight: 900; font-variant-numeric: tabular-nums; }
@media (min-width: 940px) {
  .process-layout { grid-template-columns: .9fr 1.1fr; }
  .process-intro { position: sticky; top: 112px; }
}

.secure-panel { display: grid; gap: 28px; padding: clamp(30px, 5vw, 54px); background: var(--paper); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.secure-panel h2 { margin-bottom: 12px; }
.secure-icon { width: 58px; height: 58px; display: grid; place-items: center; color: white; background: var(--sales-green); border-radius: 18px; font-size: 1.6rem; font-weight: 900; }
.secure-list { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.secure-list li { position: relative; padding: 13px 16px 13px 46px; color: var(--navy); background: #f0fbf8; border-radius: 12px; font-weight: 750; }
.secure-list li::before { content: "✓"; position: absolute; left: 17px; color: #087d70; font-weight: 900; }
@media (min-width: 820px) { .secure-panel { grid-template-columns: auto 1.1fr .9fr; align-items: center; } }

.signal { display: flex; gap: 14px; align-items: flex-start; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.signal-dot { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 7px; border-radius: 50%; }
.signal.ok .signal-dot { background: var(--teal); box-shadow: 0 0 0 6px rgba(45,212,191,.14); }
.signal.adjust .signal-dot { background: var(--amber); box-shadow: 0 0 0 6px rgba(245,158,11,.14); }
.signal.stop .signal-dot { background: var(--danger); box-shadow: 0 0 0 6px rgba(185,28,28,.12); }
.signal strong { display: block; color: var(--navy); }
.signal span { color: var(--muted); font-size: .86rem; }

details.faq { margin-bottom: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; overflow: clip; transition: border-color .18s ease, box-shadow .18s ease; }
details.faq[open] { border-color: rgba(255,107,74,.55); box-shadow: 0 12px 32px rgba(17,18,51,.06); }
details.faq summary { display: flex; min-height: 74px; justify-content: space-between; gap: 18px; align-items: center; padding: 20px 24px; color: var(--navy); cursor: pointer; font-weight: 800; list-style: none; }
details.faq summary::-webkit-details-marker { display: none; }
details.faq summary::after { content: "+"; color: #b53319; font-size: 1.5rem; font-weight: 500; }
details.faq[open] summary::after { content: "−"; }
.faq-body { padding: 0 24px 23px; color: var(--muted); }
.faq-body p:last-child { margin-bottom: 0; }

.cta-band { position: relative; overflow: hidden; padding: clamp(46px, 7vw, 74px); color: white; background: var(--navy); border-radius: 28px; box-shadow: var(--shadow); }
.cta-band::after { content: "§"; position: absolute; right: 3%; bottom: -42%; color: rgba(45,212,191,.08); font-family: Georgia, serif; font-size: 22rem; line-height: 1; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { max-width: 18ch; color: white; }
.cta-band p { max-width: 57ch; color: #c3c5dc; }

.page-hero { padding: clamp(66px, 9vw, 120px) 0; color: white; background: var(--navy); }
.page-hero h1 { max-width: 15ch; color: white; font-size: clamp(2.25rem, 5vw, 4.65rem); }
.page-hero .lead { color: #c7c8df; }
.page-hero-grid { display: grid; gap: 40px; align-items: center; }
.price-card { padding: 28px; color: var(--navy); background: var(--paper); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-card .price { margin: 8px 0 2px; color: #b53319; font-size: clamp(2.2rem, 6vw, 3.6rem); font-weight: 900; line-height: 1; }
.price-card ul { padding-left: 1.1em; color: var(--muted); font-size: .9rem; }
@media (min-width: 860px) { .page-hero-grid { grid-template-columns: 1.1fr .65fr; } }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: #aaacc8; font-size: .78rem; }
.breadcrumbs a { color: #d8d9ed; text-decoration: none; }
.breadcrumbs span::before { content: "/"; margin-right: 7px; color: #73769d; }
.article { padding: 72px 0 110px; }
.article-layout { display: grid; gap: 52px; }
.article-main { max-width: 75ch; }
.article-main h2 { margin-top: 1.7em; font-size: clamp(1.55rem, 3vw, 2.35rem); }
.article-main h3 { margin-top: 1.5em; }
.article-main table { width: 100%; border-collapse: collapse; margin: 24px 0 30px; background: var(--paper); font-size: .88rem; }
.article-main th, .article-main td { padding: 15px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-main th { color: var(--navy); background: #eeece8; }
.toc { align-self: start; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.toc strong { color: var(--navy); }
.toc ul { padding-left: 1.1em; margin-bottom: 0; }
.toc a { color: var(--muted); font-size: .82rem; text-decoration-color: #aaa6a0; }
@media (min-width: 980px) { .article-layout { grid-template-columns: minmax(0, 1fr) 260px; } .toc { position: sticky; top: 100px; } }

.site-footer { padding: 64px 0 96px; color: #b9bbd2; background: #0b0c25; }
.footer-grid { display: grid; gap: 34px; }
.site-footer h4 { color: white; font-family: "Source Sans 3", sans-serif; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer a { color: #cfd0e4; text-decoration: none; }
.site-footer a:hover { color: white; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 8px 0; font-size: .86rem; }
.footer-contact { display: grid; gap: 12px; margin: 24px 0 0; font-style: normal; }
.footer-contact p { margin: 0; color: #d7d8e9; font-size: .84rem; }
.footer-contact span { display: block; color: #8f92b3; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-contact a { color: white; font-weight: 800; text-decoration: underline; text-decoration-color: rgba(45,212,191,.5); text-underline-offset: 3px; }
.footer-contact a:hover { color: var(--teal); }
.fiscal-pending { max-width: 62ch; padding: 15px 17px; margin-top: 22px; color: #ffcabf; background: rgba(255,107,74,.08); border: 1px solid rgba(255,107,74,.24); border-radius: var(--radius-sm); font-size: .78rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
@media (min-width: 800px) { .footer-grid { grid-template-columns: 1.6fr 1fr 1fr; } }

.mobile-wa { position: fixed; left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); z-index: 90; box-shadow: 0 18px 50px rgba(17,18,51,.32); }
@media (min-width: 1080px) { .mobile-wa { display: none; } }

.notice { padding: 17px 20px; color: var(--navy); background: var(--coral-soft); border-left: 4px solid var(--coral); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .9rem; }
.note-pending { padding: 18px; background: #fff8e9; border: 1px solid #f2d08c; border-radius: var(--radius-sm); color: #6d4a04; }
.center { text-align: center; }
.muted { color: var(--muted); }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 24px; }
.mt-3 { margin-top: 36px; }

@media (max-width: 520px) {
  body { font-size: 17px; padding-bottom: 76px; }
  .wrap, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .nav-in { min-height: 66px; }
  .nav-in > .btn { display: none; }
  .hero-grid { min-height: auto; }
  .hero-visual { min-height: 330px; }
  .hero-visual img { min-height: 330px; border-radius: 110px 14px 14px 14px; }
  .hero-stamp { width: 135px; font-size: .62rem; }
  .plan.featured { transform: none; }
  .card, .plan { padding: 23px; }
  .filter-card { min-height: 0; padding: 24px; }
  .protect-points article { padding: 21px; }
  .process-card { grid-template-columns: 48px 1fr; padding: 19px; }
  .process-number { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (prefers-color-scheme: dark) {
  :root {
    --bone: #0f102f;
    --paper: #191a43;
    --ink: #f7f5f2;
    --muted: #c2c3d9;
    --line: #34365d;
  }
  body::before { opacity: .16; }
  body h1, body h2, body h3, body h4 { color: white; }
  .eyebrow.teal { color: var(--teal); }
  .section-paper { background: #14153a; }
  .card:not(.card-dark),
  .plan:not(.featured),
  details.faq,
  .toc,
  .signal,
  .filter-card,
  .secure-panel { background: var(--paper); border-color: var(--line); }
  .card:not(.card-dark) h3,
  .plan:not(.featured) h3,
  details.faq summary,
  .toc strong,
  .signal strong,
  .filter-card:not(.featured-filter) h3,
  .filter-card:not(.featured-filter) .filter-link,
  .secure-list li { color: white; }
  .legal-card:not(.dark) { color: #dfe0f1; background: #20214c; border-left-color: var(--teal); }
  .legal-card:not(.dark) strong { color: white; }
  .trust { background: var(--paper); border-color: var(--line); }
  .trust-item { color: white; border-color: var(--line); }
  .services-pop { background: #20214c; color: white; }
  .services-pop a:hover { background: #2a2c5c; }
  .article-main table { background: var(--paper); }
  .article-main th { color: white; background: #272956; }
  .price-card { color: white; background: var(--paper); }
  .plan:not(.featured) .plan-price { color: var(--coral); }
  .secure-list li { background: #20214c; }
  .deadline-note { color: #ffe6df; background: rgba(255,107,74,.1); }
  .myths { border-color: #ddd9d3; }
  .notice { color: #191a36; }
  .note-pending { color: #6d4a04; }
}

@media print {
  .site-nav, .mobile-wa, .btn { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .section-dark, .page-hero { color: #000; background: #fff; }
  .section-dark h1, .section-dark h2, .section-dark h3, .page-hero h1 { color: #000; }
}
