@font-face {
  font-family: Archivo;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/archivo-latin.woff2') format('woff2');
}
:root {
  --ink: #201e1d;
  --muted: #5e5c5c;
  --blue: #2f7cf6;
  --hair: 1px solid #e4e5e7;
  --lift: 0 1px 2px #0a10240a, 0 18px 40px -24px #0a102447;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: #fff; color: var(--ink); font: 400 15px/1.55 Archivo, system-ui, sans-serif; text-wrap: pretty; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.015em; }
h1 { font-size: clamp(42px, 6.2vw, 84px); line-height: 1.06; letter-spacing: -.028em; text-box: cap alphabetic; }
h1 span, .closing h2 span { display: block; }
h2 { font-size: 32px; line-height: 42px; }
h3 { font-size: 20px; line-height: 28px; }
a { color: #1550b4; text-underline-offset: 3px; }
a:hover { color: var(--blue); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1550b4; outline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
.skip { position: fixed; top: -80px; left: 16px; z-index: 30; padding: 12px; background: white; }
.skip:focus { top: 8px; }
.nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 20px; min-height: 60px; padding: 12px max(24px, calc((100% - 1200px) / 2 + 24px)); background: #fff; border-bottom: var(--hair); }
.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 15px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.brand img { width: 30px; height: 30px; border-radius: 6px; }
.nav-links { display: flex; align-items: center; gap: 20px; margin-left: auto; }
.nav-links > a:not(.btn) { color: var(--ink); text-decoration: none; font-size: 14px; }
.language { display: flex; border: 2px solid #aaa; flex: none; }
.language a { padding: 5px 10px; font-size: 12px; line-height: 1; font-weight: 600; letter-spacing: .08em; color: var(--ink); text-decoration: none; }
.language [aria-current=page] { color: white; background: var(--blue); }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 8px 14px; min-height: 36px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; line-height: 18px; font-weight: 600; letter-spacing: -.005em; text-decoration: none; transition: background-color .15s, box-shadow .15s; }
.btn-primary { color: white; background: linear-gradient(135deg, #22d3ee, #2f7cf6 55%, #4f46f5); box-shadow: 0 8px 24px -10px #2f7cf6a6; }
.btn-primary:hover { color: white; background: linear-gradient(135deg, #16bcd6, #2168d8 55%, #4238d8); }
.btn-ghost { color: var(--blue); }
.btn-ghost:hover { background: #e4edfe; }
.btn-secondary { border-color: #9d9c9b; color: var(--ink); }
.btn-secondary:hover { background: #f7f8fa; color: var(--ink); }
.shell { max-width: 1200px; margin-inline: auto; padding-inline: clamp(20px, 5vw, 72px); }
.hero { padding: 112px 0 84px; }
.hero p { font-size: 17px; line-height: 28px; max-width: 58ch; margin-top: 28px; text-box: cap alphabetic; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.stats { display: grid; grid-template-columns: repeat(4, auto); justify-content: space-between; gap: 42px 28px; padding: 70px 0; border-block: var(--hair); }
.stats strong { display: block; font-size: clamp(34px, 3.4vw, 48px); line-height: 56px; color: var(--blue); text-box: cap alphabetic; }
.stats p, .eyebrow, figcaption, .footer-label { font-size: 13px; line-height: 14px; letter-spacing: .08em; text-transform: uppercase; }
.stats p { margin-top: 8px; color: var(--muted); max-width: 24ch; }
.section { padding: 84px 0; border-bottom: var(--hair); }
.eyebrow { display: block; margin-bottom: 14px; color: #1550b4; }
.feature { display: grid; grid-template-columns: minmax(40px, 88px) minmax(220px, 1fr) minmax(300px, 1.4fr); gap: 28px clamp(24px, 4vw, 72px); align-items: baseline; padding: 42px 0; }
.feature + .feature { border-top: var(--hair); }
.feature h2 { font-size: 24px; line-height: 28px; letter-spacing: -.01em; }
.feature p, .copy, .card p { font-size: 15.5px; line-height: 28px; color: var(--muted); }
.feature .number { font-weight: 700; color: var(--ink); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px clamp(24px, 5vw, 96px); align-items: start; }
.split .copy { margin-top: 14px; max-width: 48ch; }
.app-intro { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: center; padding: 28px 0 56px; }
.shot { display: block; overflow: hidden; border: var(--hair); border-radius: 10px; box-shadow: var(--lift); }
.shot img { width: 100%; aspect-ratio: 16/9; object-fit: contain; }
.gallery, .steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
figcaption { line-height: 22px; color: var(--muted); margin-top: 14px; }
.card { padding: 28px; border: var(--hair); border-radius: 10px; background: #fff; box-shadow: var(--lift); }
.card p { margin-top: 14px; }
.card .number { margin: 0 0 14px; color: var(--blue); font-weight: 700; }
.messages { display: grid; gap: 14px; padding: 28px; background: #f7f9fd; border: var(--hair); border-radius: 10px; }
.messages p { padding: 14px 18px; background: #e4edfe; color: #0a1024; border-radius: 12px 12px 12px 3px; font-size: 15.5px; line-height: 26px; }
.messages .reply { margin-left: 36px; background: #fff; border: var(--hair); border-radius: 12px 12px 3px 12px; }
.messages small { color: var(--muted); }
details { margin-top: 28px; padding-top: 28px; border-top: var(--hair); }
summary { cursor: pointer; font-size: 20px; line-height: 28px; font-weight: 700; }
details p { margin-top: 14px; }
.steps { margin-top: 28px; }
.price { font-size: 56px; line-height: 56px; color: var(--blue); font-weight: 700; letter-spacing: -.02em; }
.price small { font-size: 17px; color: var(--ink); font-weight: 400; letter-spacing: 0; }
.benefits { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 14px; font-size: 15.5px; line-height: 28px; }
.benefits li { position: relative; padding-left: 24px; }
.benefits li::before { content: ''; position: absolute; left: 0; top: 10px; width: 8px; height: 8px; border-radius: 2px; background: linear-gradient(135deg, #22d3ee, #2f7cf6); }
.pricing-link { margin-top: 28px; }
.support-options { display: grid; gap: 28px; }
.support-options .btn { margin-top: 28px; overflow-wrap: anywhere; }
.closing { margin: 28px clamp(20px, 5vw, 72px) 56px; border-radius: 12px; background: linear-gradient(140deg, #0a1024, #12285c 55%, #1c3f9e); color: #fff; }
.closing-inner { max-width: 1200px; margin-inline: auto; padding: 84px clamp(24px, 4vw, 64px); }
.closing img { width: 56px; height: 56px; border-radius: 10px; margin-bottom: 42px; }
.closing h2 { font-size: clamp(34px, 4.2vw, 56px); line-height: 1.06; letter-spacing: -.025em; }
.closing .actions { margin-top: 42px; }
footer { padding-block: 56px !important; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; align-items: start; }
.footer-label { color: var(--muted); margin-bottom: 14px; }
.footer-links { display: grid; gap: 4px; font-size: 14px; line-height: 24px; overflow-wrap: anywhere; }
.footer-links a { text-decoration: none; }
.company, .copyright { font-size: 13px; line-height: 24px; color: var(--muted); }
.copyright { margin-top: 42px; }
.legal { max-width: 900px; padding-block: 64px; overflow-wrap: anywhere; }
.legal h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 24px; }
.legal h2 { font-size: 24px; line-height: 32px; margin: 36px 0 14px; }
.legal p, .legal li { font-size: 16px; line-height: 28px; margin-bottom: 14px; }
.legal .box { padding: 24px; border: var(--hair); border-radius: 10px; }
.legal .muted { color: var(--muted); }
@media (max-width: 1080px) {
  .feature { grid-template-columns: 1fr; gap: 14px; }
  .split { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .nav { flex-wrap: wrap; gap: 12px; padding: 12px 20px; }
  .nav-links { flex-wrap: wrap; gap: 14px; }
  .nav-links .section-link { display: none; }
  .gallery, .steps { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hero { padding: 72px 0 56px; }
  .stats { grid-template-columns: 1fr 1fr; justify-content: start; padding-block: 48px; }
  .section { padding-block: 56px; }
  .card, .messages { padding: 24px; }
  .closing-inner { padding-block: 56px; }
  .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .nav { gap: 8px; padding-inline: 16px; }
  .nav-links { gap: 8px; }
  .brand { gap: 6px; }
  .brand img { width: 24px; height: 24px; }
  .language a { padding-inline: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
}
