:root {
  color-scheme: light;
  --canvas: #f6f8fa;
  --surface: #fff;
  --surface-soft: #eef3f8;
  --ink: #1f2328;
  --ink-strong: #111820;
  --muted: #59636f;
  --line: #d8dee4;
  --blue: #3f6fa8;
  --blue-dark: #285580;
  --green: #1a7f37;
  --orange: #9a6700;
  --radius-card: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); }
a { color: inherit; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.topbar { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-strong); text-decoration: none; font-size: 17px; letter-spacing: -.04em; }
.brand strong { color: var(--blue); font-weight: 750; }
.brand-mark { display: flex; align-items: center; gap: 2px; height: 27px; }
.brand-mark span { display: block; width: 5px; border-radius: 9px; background: var(--blue); }
.brand-mark span:nth-child(1) { height: 13px; opacity: .55; }
.brand-mark span:nth-child(2) { height: 22px; }
.brand-mark span:nth-child(3) { height: 16px; opacity: .75; }
.topbar nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 16px; }
.topbar nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 550; }
.topbar nav a:hover, .text-link:hover { color: var(--blue-dark); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 21px; border: 0; border-radius: 12px; background: var(--blue); color: #fff; text-decoration: none; font-size: 14px; font-weight: 650; box-shadow: 0 7px 18px #3f6fa826; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); background: var(--blue-dark); }
.button-small { min-height: 42px; padding-inline: 16px; font-size: 13px; }
.button-light { background: #fff; color: var(--blue-dark); box-shadow: none; }
.button-light:hover { background: #eaf1f8; color: var(--blue-dark); }
.hero { min-height: 575px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; padding-top: 22px; padding-bottom: 54px; }
.hero-copy { max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--blue-dark); font-size: 10px; font-weight: 750; letter-spacing: .13em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: #55a477; box-shadow: 0 0 0 4px #55a47720; }
h1, h2, h3, p { overflow-wrap: anywhere; }
.hero h1 { max-width: 560px; margin: 0; color: var(--ink-strong); font-size: clamp(44px, 6.2vw, 72px); line-height: 1.02; letter-spacing: -.065em; }
.hero h1 em, .section-heading h2 em, .cta-card h2 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 490px; margin: 22px 0 26px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.price-note { color: var(--muted); font-size: 12px; }
.price-note strong { display: block; margin-top: 4px; color: var(--ink-strong); font-size: 14px; }
.trust-line { display: flex; align-items: center; gap: 8px; margin-top: 22px; color: var(--muted); font-size: 12px; }
.trust-line span { color: var(--green); font-weight: 800; }
.hero-art { position: relative; min-height: 416px; display: grid; place-items: center; isolation: isolate; }
.hero-art::before { position: absolute; z-index: -2; width: 370px; height: 370px; border-radius: 50%; background: #e2edf7; content: ""; }
.orbit { position: absolute; z-index: -1; border: 1px solid #c8d9e9; border-radius: 50%; }
.orbit-one { width: 425px; height: 245px; transform: rotate(-27deg); }
.orbit-two { width: 425px; height: 245px; transform: rotate(31deg); }
.chat-card { position: absolute; width: min(330px, 84%); border: 1px solid #e1e6eb; border-radius: var(--radius-card); background: var(--surface); box-shadow: 0 24px 55px #1a2c3e15; }
.chat-card-back { top: 73px; right: 0; width: 245px; padding: 22px; transform: rotate(5deg); }
.mini-label { display: block; color: var(--muted); font-size: 9px; font-weight: 750; letter-spacing: .13em; }
.chat-card-back strong { display: block; margin: 10px 0 20px; color: var(--ink-strong); font-size: 18px; }
.chart-bars { display: flex; height: 58px; align-items: end; gap: 8px; padding: 0 3px; }
.chart-bars i { flex: 1; border-radius: 6px 6px 2px 2px; background: #bdd1e5; }
.chart-bars i:nth-child(1) { height: 38%; }.chart-bars i:nth-child(2) { height: 62%; }.chart-bars i:nth-child(3) { height: 50%; }.chart-bars i:nth-child(4) { height: 75%; }.chart-bars i:nth-child(5) { height: 58%; }.chart-bars i:nth-child(6) { height: 86%; }.chart-bars i:nth-child(7) { height: 100%; background: var(--blue); }
.chat-card-front { left: 4px; top: 119px; width: 300px; padding: 18px; transform: rotate(-3deg); }
.chat-head { display: flex; align-items: center; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #edf0f3; }
.bot-avatar { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--blue); color: white; font-family: Georgia, serif; font-size: 20px; }
.chat-head strong, .chat-head small { display: block; }.chat-head strong { color: var(--ink-strong); font-size: 11px; }.chat-head small { margin-top: 3px; color: var(--muted); font-size: 9px; }
.online-dot { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: #38a169; }
.bubble { max-width: 90%; padding: 11px 12px; border-radius: 12px; font-size: 11px; line-height: 1.5; }
.bubble-user { margin: 16px 0 10px auto; background: #e8f0f8; color: #294d72; }
.bubble-bot { background: #f3f5f7; color: #3e4853; }
.sim-label { color: var(--blue-dark); font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.chat-input { height: 34px; display: flex; justify-content: space-between; align-items: center; margin-top: 14px; padding: 0 10px; border: 1px solid #e5e8eb; border-radius: 9px; color: #9aa2aa; font-size: 9px; }
.chat-input span { color: var(--blue); font-size: 13px; }
.floating-check { position: absolute; right: 30px; bottom: 77px; width: 45px; height: 45px; display: grid; place-items: center; border: 4px solid var(--canvas); border-radius: 50%; background: #3c9a68; color: white; font-size: 18px; box-shadow: 0 8px 16px #193f2a24; }
.benefit-strip { border-block: 1px solid var(--line); background: #fff; }
.benefit-content { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.benefit-content > p { max-width: 360px; margin: 0; color: var(--ink-strong); font-size: 13px; font-weight: 650; }
.benefit-content > div { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: 11px; }.benefit-content i { width: 4px; height: 4px; border-radius: 50%; background: #a6b7c8; }
.features { padding-top: 105px; padding-bottom: 106px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2 { margin: 0; color: var(--ink-strong); font-size: clamp(31px, 4vw, 44px); line-height: 1.13; letter-spacing: -.05em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 38px; }
.feature-card { min-height: 224px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-card); background: #fff; }
.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; font-size: 20px; font-weight: 700; }
.icon-blue { background: #e6eff8; color: var(--blue); }.icon-green { background: #e8f4ed; color: var(--green); }.icon-orange { background: #fbf1dd; color: var(--orange); }
.feature-card h3 { margin: 22px 0 9px; color: var(--ink-strong); font-size: 16px; letter-spacing: -.02em; }.feature-card p { max-width: 290px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.how-section { padding: 83px 0; border-block: 1px solid var(--line); background: #eef3f8; }
.how-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 90px; }
.how-copy { max-width: 410px; margin: 18px 0 22px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.text-link { color: var(--blue-dark); font-size: 13px; font-weight: 700; text-decoration: none; }.text-link span { margin-left: 5px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 20px; padding: 20px 0; border-bottom: 1px solid #d4dde6; }.steps li:last-child { border-bottom: 0; }
.steps li > span { color: var(--blue); font: 700 11px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; }
.steps strong { color: var(--ink-strong); font-size: 14px; }.steps p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.cta-section { padding-top: 78px; padding-bottom: 78px; }
.cta-card { min-height: 220px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px 50px; border-radius: 23px; background: #172d43; color: white; }
.cta-card .eyebrow { color: #b6cbe0; }.cta-card h2 { max-width: 550px; margin: 0; font-size: clamp(28px, 4vw, 38px); line-height: 1.15; letter-spacing: -.045em; }.cta-card h2 em { color: #aac8e4; }.cta-card > div > p:not(.eyebrow):not(.channel-status) { color: #d1dde8; font-size: 13px; }
.channel-status { margin: 12px 0 0; color: #c1d1df; font-size: 11px; }
.footer { min-height: 95px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--line); }.footer > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }.footer > span { flex-shrink: 0; color: var(--muted); font-size: 10px; }
.whatsapp-cta.is-unavailable { cursor: not-allowed; opacity: .72; }
.whatsapp-cta.is-unavailable:hover { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }

@media (max-width: 900px) {
  .hero { gap: 24px; }.hero-art { transform: scale(.9); }.how-grid { gap: 50px; }
}
@media (max-width: 700px) {
  .wrap { width: min(100% - 36px, 560px); }
  .topbar { min-height: 72px; }.topbar nav { display: none; }.topbar > .button { min-height: 40px; padding-inline: 12px; font-size: 11px; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-top: 53px; padding-bottom: 35px; }.hero h1 { max-width: 490px; font-size: clamp(43px, 12vw, 65px); }.hero-lead { font-size: 15px; }.hero-art { min-height: 370px; transform: scale(.88); margin: -4px -30px 0; }
  .benefit-content { min-height: 118px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; }.benefit-content > div { flex-wrap: wrap; gap: 8px; }
  .features { padding-top: 77px; padding-bottom: 77px; }.feature-grid { grid-template-columns: 1fr; margin-top: 27px; }.feature-card { min-height: 0; padding: 21px; }.feature-card h3 { margin-top: 17px; }
  .how-section { padding: 69px 0; }.how-grid { grid-template-columns: 1fr; gap: 31px; }.steps li { padding-block: 16px; }
  .cta-section { padding-block: 50px; }.cta-card { align-items: flex-start; flex-direction: column; padding: 31px 25px; }.footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 23px; gap: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
