:root {
  --bg: #07120d;
  --bg-soft: #0b1912;
  --surface: #102219;
  --surface-2: #142a1f;
  --line: rgba(125, 225, 155, 0.16);
  --green: #00a85a;
  --green-bright: #48d978;
  --lime: #92ed54;
  --white: #f5faf7;
  --muted: #a8b9ae;
  --ink: #142019;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 10px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 10px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: rgba(7, 18, 13, .88);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand img { width: 48px; height: 48px; object-fit: cover; border-radius: 14px; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.brand span { display: grid; line-height: 1.15; }
.brand b { font-size: 15px; letter-spacing: -.01em; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 3px; }
.main-nav a { padding: 10px 12px; color: #c5d1ca; border-radius: 10px; font-size: 13px; font-weight: 700; transition: .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--white); background: rgba(72, 217, 120, .1); }
.main-nav .nav-support { margin-left: 8px; padding-inline: 17px; color: #08130d; background: var(--green-bright); }
.main-nav .nav-support:hover { color: #08130d; background: var(--lime); }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: rgba(255,255,255,.06); }
.menu-button span { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--white); transition: .2s; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: 58px;
  align-items: center;
  min-height: 680px;
  padding: 92px max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 38%, rgba(0,168,90,.18), transparent 28%),
    radial-gradient(circle at 14% 10%, rgba(146,237,84,.1), transparent 24%),
    linear-gradient(150deg, #0b1b12, #07120d 64%);
}
.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .2; background-image: linear-gradient(rgba(104,226,139,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(104,226,139,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 520px; height: 520px; right: -190px; bottom: -220px; border: 1px solid rgba(72,217,120,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(72,217,120,.025), 0 0 0 140px rgba(72,217,120,.018); }
.hero-copy { max-width: 720px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--green-bright); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before, .kicker::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.hero h1 { max-width: 740px; margin: 22px 0; font-size: clamp(42px, 5.2vw, 72px); line-height: .98; letter-spacing: -.055em; }
.hero-copy > p { max-width: 650px; margin: 0; color: #b8c8bf; font-size: 18px; line-height: 1.7; }
.hero-actions, .support-buttons { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 13px; font-size: 14px; font-weight: 850; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06110b; background: linear-gradient(135deg, var(--green-bright), var(--lime)); box-shadow: 0 12px 32px rgba(0,168,90,.22); }
.button-primary span { margin-left: 16px; font-size: 20px; }
.button-secondary { border-color: rgba(72,217,120,.38); background: rgba(72,217,120,.045); color: var(--green-bright); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 38px; color: #8ea096; font-size: 12px; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row i { width: 7px; height: 7px; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 5px rgba(72,217,120,.08); }

.hero-panel { position: relative; padding: 26px; overflow: hidden; border: 1px solid rgba(72,217,120,.24); border-radius: 28px; background: linear-gradient(150deg, rgba(20,42,31,.94), rgba(8,24,16,.92)); box-shadow: var(--shadow); }
.hero-panel::before { content: ""; position: absolute; width: 190px; height: 190px; top: -110px; right: -80px; background: rgba(72,217,120,.13); border-radius: 50%; filter: blur(5px); }
.panel-top { position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 10px; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,.08); }
.panel-top b { font-size: 14px; }
.panel-top small { grid-column: 2; margin-top: 3px; color: var(--muted); font-size: 11px; }
.live-dot { width: 9px; height: 9px; background: var(--green-bright); border-radius: 50%; box-shadow: 0 0 0 6px rgba(72,217,120,.1); }
.quick-actions { display: grid; gap: 10px; margin: 18px 0; }
.quick-actions a { display: grid; grid-template-columns: 38px 1fr; align-items: center; column-gap: 12px; padding: 15px; border: 1px solid rgba(255,255,255,.07); border-radius: 16px; background: rgba(255,255,255,.035); transition: .2s; }
.quick-actions a:hover { transform: translateX(4px); border-color: rgba(72,217,120,.28); background: rgba(72,217,120,.07); }
.quick-actions span { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; color: var(--green-bright); background: rgba(72,217,120,.1); border-radius: 12px; font-size: 11px; font-weight: 900; }
.quick-actions b { font-size: 13px; }
.quick-actions small { color: var(--muted); font-size: 11px; }
.panel-footer { display: flex; align-items: center; gap: 10px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.08); }
.panel-footer img { width: 36px; height: 36px; border-radius: 10px; }
.panel-footer span { display: grid; }
.panel-footer b { font-size: 12px; }
.panel-footer small { color: var(--muted); font-size: 10px; }

.section { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: 92px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-heading.centered { display: grid; justify-items: center; max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.centered .kicker::after { content: ""; width: 24px; height: 2px; background: currentColor; }
.section-heading h2, .journey-intro h2, .standard-copy h2, .faq-intro h2, .support-copy h2 { margin: 10px 0 7px; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p, .journey-intro p, .standard-copy > p, .faq-intro > p, .support-copy > p { margin: 0; color: var(--muted); }
.alerts-section { padding-top: 76px; }
.alert-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.alert-card { position: relative; padding: 24px 24px 24px 76px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.alert-card::before { content: "!"; position: absolute; left: 24px; top: 24px; display: grid; place-items: center; width: 34px; height: 34px; color: var(--ink); background: var(--green-bright); border-radius: 11px; font-weight: 950; }
.alert-card.reminder::before { content: "✓"; background: #efb83f; }
.alert-card span { color: var(--green-bright); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.alert-card h3 { margin: 6px 0 7px; font-size: 18px; }
.alert-card p { margin: 0; color: var(--muted); font-size: 14px; }

.step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 42px; counter-reset: steps; }
.step-card { position: relative; min-height: 260px; padding: 26px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: linear-gradient(160deg, var(--surface), #0b1b12); transition: transform .2s, border-color .2s; }
.step-card:hover { transform: translateY(-5px); border-color: rgba(72,217,120,.28); }
.step-card .number { display: inline-grid; place-items: center; width: 44px; height: 44px; color: var(--green-bright); border: 1px solid rgba(72,217,120,.22); border-radius: 14px; background: rgba(72,217,120,.07); font-size: 12px; font-weight: 950; }
.step-card h3 { margin: 58px 0 10px; font-size: 19px; }
.step-card p { margin: 0; color: var(--muted); font-size: 14px; }
.step-card::after { content: ""; position: absolute; right: -32px; bottom: -44px; width: 120px; height: 120px; border: 1px solid rgba(72,217,120,.1); border-radius: 50%; }
.inline-help { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; margin-top: 18px; padding: 20px; border: 1px solid rgba(72,217,120,.17); border-radius: 18px; background: rgba(72,217,120,.045); }
.help-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--green-bright); border: 1px solid rgba(72,217,120,.24); border-radius: 50%; font-weight: 900; }
.inline-help p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.text-link { color: var(--green-bright); font-size: 13px; font-weight: 850; }

.journey-section { background: #eef6f0; color: var(--ink); }
.journey-inner { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.journey-intro { position: sticky; top: 116px; }
.journey-intro p { color: #607067; margin-bottom: 28px; }
.journey-intro .button-secondary { color: #08753f; border-color: rgba(0,168,90,.26); background: rgba(0,168,90,.05); }
.journey-list { display: grid; }
.journey-card { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 26px 0; border-bottom: 1px solid rgba(20,32,25,.12); }
.journey-card:first-child { padding-top: 0; }
.journey-card:last-child { border-bottom: 0; }
.journey-card .number { display: grid; place-items: center; width: 50px; height: 50px; color: #08753f; border: 1px solid rgba(0,168,90,.22); border-radius: 50%; background: #fff; box-shadow: 0 8px 22px rgba(12,57,32,.08); font-size: 12px; font-weight: 950; }
.journey-card h3 { margin: 2px 0 5px; font-size: 20px; }
.journey-card p { margin: 0; color: #627269; font-size: 14px; }

.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.pillar-card { padding: 24px; border: 1px solid rgba(255,255,255,.07); border-radius: 20px; background: var(--surface); }
.pillar-card .check { display: grid; place-items: center; width: 34px; height: 34px; color: #07120d; background: var(--green-bright); border-radius: 50%; font-weight: 950; }
.pillar-card h3 { margin: 28px 0 9px; font-size: 17px; }
.pillar-card p { margin: 0; color: var(--muted); font-size: 13px; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 38px; }
.guide-card { position: relative; display: flex; flex-direction: column; min-height: 244px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 23px; background: linear-gradient(155deg, var(--surface), #0b1912); transition: transform .22s, border-color .22s; }
.guide-card:hover { transform: translateY(-5px); border-color: rgba(72,217,120,.3); }
.guide-card .tag { color: var(--green-bright); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-card h3 { margin: 24px 0 9px; font-size: 21px; }
.guide-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.guide-card a { margin-top: auto; color: var(--green-bright); font-size: 13px; font-weight: 850; }
.guide-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -50px; top: -50px; background: rgba(72,217,120,.06); border-radius: 50%; }

.standard-section { background: linear-gradient(135deg, #0c2c1b, #07170f); }
.standard-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.brand-seal { display: flex; align-items: center; gap: 13px; margin-top: 30px; }
.brand-seal img { width: 52px; height: 52px; border-radius: 15px; }
.brand-seal span { display: grid; }
.brand-seal small { color: var(--muted); font-size: 11px; }
.standard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.standard-card { min-height: 170px; padding: 24px; border: 1px solid rgba(146,237,84,.16); border-radius: 20px; background: rgba(255,255,255,.035); }
.standard-card span { color: var(--green-bright); font-size: 20px; }
.standard-card h3 { margin: 25px 0 8px; font-size: 17px; }
.standard-card p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 112px; }
.search-box { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 28px; padding: 6px 8px 6px 15px; border: 1px solid rgba(72,217,120,.2); border-radius: 15px; background: var(--surface); }
.search-box span { color: var(--green-bright); font-size: 24px; transform: rotate(-18deg); }
.search-box input { width: 100%; min-width: 0; padding: 11px 0; color: var(--white); border: 0; outline: 0; background: transparent; font-size: 13px; }
.search-box input::placeholder { color: #718178; }
.search-box button { width: 34px; height: 34px; color: var(--muted); border: 0; border-radius: 9px; background: transparent; font-size: 22px; cursor: pointer; }
.search-box button:hover { color: var(--white); background: rgba(255,255,255,.06); }
.faq-count { min-height: 20px; margin-top: 10px; color: #74877b; font-size: 11px; }
.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid rgba(255,255,255,.08); border-radius: 17px; background: var(--surface); overflow: hidden; }
.faq-item[open] { border-color: rgba(72,217,120,.24); }
.faq-item summary { position: relative; display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 16px; padding: 20px; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .category { display: block; margin-bottom: 5px; color: var(--green-bright); font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.faq-item summary b { font-size: 14px; }
.faq-item summary::after { content: "+"; display: grid; place-items: center; width: 30px; height: 30px; color: var(--green-bright); background: rgba(72,217,120,.08); border-radius: 9px; font-size: 20px; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 68px 20px 20px; color: var(--muted); font-size: 13px; }
.faq-empty { padding: 28px; color: var(--muted); border: 1px dashed rgba(255,255,255,.13); border-radius: 17px; text-align: center; }

.support-section { position: relative; overflow: hidden; color: var(--white); background: var(--green); }
.support-orbit { position: absolute; width: 520px; height: 520px; right: -190px; top: -220px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.support-inner { position: relative; display: grid; grid-template-columns: 1fr .72fr; gap: 80px; align-items: center; }
.kicker.light { color: #d8ffd7; }
.support-copy > p { max-width: 620px; color: rgba(255,255,255,.8); font-size: 16px; }
.button-light { color: #08713d; background: var(--white); }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.35); }
.support-card { padding: 26px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(5,42,22,.28); backdrop-filter: blur(12px); }
.support-card-head { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.16); }
.support-card-head .live-dot { background: #fff; box-shadow: 0 0 0 6px rgba(255,255,255,.1); }
.support-card-head div { display: grid; }
.support-card-head small { color: rgba(255,255,255,.7); font-size: 11px; }
.hours-row { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; }
.hours-row span { color: rgba(255,255,255,.73); }
.hours-row b { text-align: right; }
.support-note { margin: 17px 0 0; color: rgba(255,255,255,.65); font-size: 10px; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; width: min(var(--max), calc(100% - 48px)); margin-inline: auto; padding: 42px 0 28px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 46px; height: 46px; border-radius: 13px; }
.footer-brand span { display: grid; }
.footer-brand small { color: var(--muted); font-size: 11px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--green-bright); }
.site-footer > p { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 22px; color: #64756b; border-top: 1px solid rgba(255,255,255,.07); font-size: 11px; }
.floating-whatsapp { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 10px; padding: 11px 12px 11px 18px; color: #07120d; background: var(--green-bright); border-radius: 999px; box-shadow: 0 12px 34px rgba(0,0,0,.3); font-size: 12px; font-weight: 900; }
.floating-whatsapp b { display: grid; place-items: center; width: 28px; height: 28px; background: rgba(255,255,255,.45); border-radius: 50%; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 12px 16px; color: #07120d; background: var(--white); border-radius: 12px; box-shadow: var(--shadow); font-size: 12px; font-weight: 750; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.noscript { margin: 0; padding: 14px; color: #201500; background: #ffcf61; text-align: center; }
.reveal { animation: reveal .55s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; padding: 16px 24px 24px; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(7,18,13,.98); box-shadow: 0 28px 60px rgba(0,0,0,.4); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 13px 14px; }
  .main-nav .nav-support { margin: 8px 0 0; text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding-top: 76px; }
  .hero-panel { max-width: 620px; }
  .step-grid, .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-inner, .standard-inner, .faq-section, .support-inner { grid-template-columns: 1fr; gap: 48px; }
  .journey-intro, .faq-intro { position: static; }
  .support-card { max-width: 620px; }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 76px; }
  .site-header { min-height: 68px; padding-inline: 16px; }
  .brand { min-width: 0; }
  .brand img { width: 42px; height: 42px; border-radius: 12px; }
  .brand b { font-size: 13px; }
  .brand small { font-size: 8px; }
  .main-nav { top: 68px; }
  .hero { padding: 58px 18px 64px; }
  .hero h1 { margin-block: 18px; font-size: clamp(38px, 11.8vw, 54px); }
  .hero-copy > p { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .trust-row { gap: 11px 17px; }
  .hero-panel { padding: 19px; border-radius: 22px; }
  .section { width: min(100% - 32px, var(--max)); padding: 70px 0; }
  .section-heading { display: grid; align-items: start; margin-bottom: 26px; }
  .section-heading h2, .journey-intro h2, .standard-copy h2, .faq-intro h2, .support-copy h2 { font-size: 32px; }
  .alert-grid, .step-grid, .pillar-grid, .guide-grid, .standard-grid { grid-template-columns: 1fr; }
  .alert-card { padding: 20px 20px 20px 67px; }
  .alert-card::before { left: 18px; top: 20px; }
  .step-card { min-height: 220px; }
  .step-card h3 { margin-top: 40px; }
  .inline-help { grid-template-columns: auto 1fr; }
  .inline-help .text-link { grid-column: 2; }
  .journey-inner { gap: 36px; }
  .journey-card { grid-template-columns: 44px 1fr; gap: 13px; }
  .journey-card .number { width: 42px; height: 42px; }
  .guide-card { min-height: 220px; }
  .faq-section { gap: 34px; }
  .faq-answer { padding-right: 20px; }
  .support-inner { gap: 34px; }
  .support-buttons .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; width: calc(100% - 32px); }
  .footer-links { justify-content: flex-start; gap: 13px 18px; }
  .floating-whatsapp span { display: none; }
  .floating-whatsapp { padding: 8px; }
}
