:root {
  color-scheme: light;
  --paper: #f4f1e9;
  --paper-2: #ebe7dc;
  --ink: #102637;
  --ink-soft: #5e6a70;
  --blue: #0769ad;
  --blue-bright: #53c5ff;
  --blue-pale: #d9effd;
  --night: #07131b;
  --line: rgba(16, 38, 55, .15);
  --brass: #b69b63;
  --radius: 28px;
  --shadow: 0 28px 70px rgba(8, 25, 37, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 760; letter-spacing: -.02em; }
.brand img { width: 36px; height: 36px; border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,.25); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.nav-links a { text-decoration: none; opacity: .78; }
.nav-links a:hover { opacity: 1; }
.lang { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 7px 11px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border-radius: 14px; text-decoration: none; font-weight: 720; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--blue); box-shadow: 0 10px 28px rgba(7,105,173,.28); }
.button.ghost { border: 1px solid currentColor; }
.button.light { color: var(--night); background: white; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero { min-height: 920px; padding: 150px 0 110px; overflow: hidden; color: white; background: radial-gradient(circle at 62% 37%, rgba(23,109,161,.58), transparent 26%), radial-gradient(circle at 28% 12%, rgba(57,140,190,.2), transparent 33%), var(--night); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { color: #8fd8ff; }
h1, h2 { margin: 0; font-family: Iowan Old Style, Baskerville, Georgia, serif; font-weight: 500; letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 730px; font-size: clamp(64px, 7.4vw, 112px); }
.hero-lead { max-width: 610px; margin: 30px 0 32px; color: rgba(255,255,255,.7); font-size: clamp(18px, 2vw, 24px); line-height: 1.48; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro { margin-top: 18px; color: rgba(255,255,255,.54); font-size: 14px; }
.hero-art { position: relative; min-height: 620px; }
.orbit { position: absolute; inset: 2% -20% auto -5%; aspect-ratio: 1; border: 1px solid rgba(83,197,255,.2); border-radius: 50%; box-shadow: inset 0 0 90px rgba(83,197,255,.06); }
.app-icon { position: absolute; top: 0; right: 4%; width: 130px; border-radius: 28px; transform: rotate(6deg); box-shadow: 0 26px 70px rgba(0,0,0,.42); }
.phone { position: absolute; left: 11%; top: 68px; width: min(330px, 72vw); padding: 10px; border: 1px solid rgba(255,255,255,.28); border-radius: 48px; background: #090d11; box-shadow: 0 50px 90px rgba(0,0,0,.52); transform: rotate(-4deg); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 16px; left: 50%; width: 32%; height: 24px; border-radius: 999px; background: #050608; transform: translateX(-50%); }
.phone img { width: 100%; border-radius: 39px; }
.paper-card { position: absolute; right: -6%; bottom: 35px; width: 310px; min-height: 220px; padding: 30px; color: var(--ink); background: #fffefb; border-radius: 6px; box-shadow: var(--shadow); transform: rotate(8deg); }
.paper-card::before, .paper-card::after { content: ""; display: block; height: 8px; margin-bottom: 13px; background: #dbe2e5; border-radius: 9px; }
.paper-card::after { width: 64%; }
.paper-card strong { display: block; margin: 30px 0 8px; font: 600 25px/1.05 Iowan Old Style, Georgia, serif; }
.scan-line { position: absolute; z-index: 4; left: 2%; right: -7%; top: 52%; height: 2px; background: var(--blue-bright); box-shadow: 0 0 10px #53c5ff, 0 0 30px #53c5ff; animation: scan 4.2s ease-in-out infinite; }
@keyframes scan { 0%, 100% { transform: translateY(-120px); opacity: .35; } 50% { transform: translateY(170px); opacity: 1; } }
.section { padding: 120px 0; }
.section-head { max-width: 820px; margin-bottom: 60px; }
.section h2 { font-size: clamp(50px, 6vw, 84px); }
.section-intro { max-width: 660px; margin: 22px 0 0; color: var(--ink-soft); font-size: 20px; }
.process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.process-card { position: relative; min-height: 360px; padding: 34px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.process-card::before { counter-increment: step; content: "0" counter(step); display: block; margin-bottom: 110px; color: var(--blue); font: 700 14px/1 monospace; letter-spacing: .15em; }
.process-card h3 { margin: 0 0 12px; font-size: 27px; letter-spacing: -.035em; }
.process-card p { margin: 0; color: var(--ink-soft); }
.crop-corners { position: absolute; inset: 28px 28px auto auto; width: 100px; height: 100px; border-top: 4px solid var(--blue); border-right: 4px solid var(--blue); }
.crop-corners::after { content: ""; position: absolute; inset: 25px; border: 1px dashed rgba(7,105,173,.4); }
.page-stack { position: absolute; right: 30px; top: 40px; width: 92px; height: 118px; background: var(--blue-pale); border: 1px solid var(--blue); transform: rotate(6deg); box-shadow: -9px 9px 0 white, -10px 10px 0 var(--blue); }
.share-symbol { position: absolute; right: 38px; top: 43px; width: 90px; height: 90px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); display: grid; place-items: center; font-size: 38px; }
.contrast { color: white; background: var(--night); }
.contrast .eyebrow { color: #8fd8ff; }
.contrast .section-intro { color: rgba(255,255,255,.65); }
.feature-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.sticky { position: sticky; top: 45px; }
.screen-frame { position: relative; max-width: 370px; margin: 58px auto 0; padding: 9px; border: 1px solid rgba(255,255,255,.24); border-radius: 43px; background: #05080a; box-shadow: 0 35px 90px rgba(0,0,0,.6); }
.screen-frame img { border-radius: 34px; }
.feature-list { display: grid; gap: 14px; }
.feature { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.045); }
.feature span { color: #78d1ff; font: 750 13px/1 monospace; }
.feature h3 { margin: 8px 0 8px; font-size: 26px; letter-spacing: -.035em; }
.feature p { margin: 0; color: rgba(255,255,255,.62); }
.local { position: relative; overflow: hidden; background: #dceeff; }
.local::after { content: ""; position: absolute; inset: auto -12% -58% auto; width: 620px; height: 620px; border: 2px solid rgba(7,105,173,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(7,105,173,.05), 0 0 0 140px rgba(7,105,173,.04); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; position: relative; z-index: 1; }
.promise { padding-top: 24px; border-top: 2px solid var(--blue); }
.promise strong { display: block; margin-bottom: 8px; font-size: 22px; }
.promise p { margin: 0; color: #355264; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { position: relative; padding: 42px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.price-card.premium { color: white; background: var(--ink); }
.tag { display: inline-flex; padding: 7px 10px; border-radius: 999px; color: var(--blue); background: var(--blue-pale); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 18px 0 6px; font-size: 36px; }
.price { font: 500 48px/1 Iowan Old Style, Georgia, serif; }
.price small { font: 500 15px/1 sans-serif; opacity: .6; }
.checklist { margin: 28px 0 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 11px; padding: 10px 0; border-top: 1px solid currentColor; border-color: rgba(120,140,150,.22); }
.checklist li::before { content: "✓"; color: #2ba4ef; font-weight: 800; }
.fineprint { margin-top: 25px; color: var(--ink-soft); font-size: 14px; }
.cta { text-align: center; color: white; background: linear-gradient(145deg, #095d94, #06324f); }
.cta .section-head { margin-inline: auto; }
.cta .section-intro { margin-inline: auto; color: rgba(255,255,255,.7); }
.site-footer { padding: 55px 0; color: rgba(255,255,255,.62); background: #050b10; }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }
.legal { width: min(780px, calc(100% - 40px)); min-height: 100vh; margin: auto; padding: 70px 0; }
.legal .brand { margin-bottom: 24px; }
.legal .brand img { border-radius: 0; box-shadow: none; }
.legal-language { margin: 0 0 36px; }
.legal-language a, .legal-related a { display: inline-flex; align-items: center; min-height: 44px; }
.legal h1 { font-size: clamp(48px, 8vw, 76px); }
.legal h2 { margin-top: 48px; font: 700 24px/1.2 -apple-system, sans-serif; letter-spacing: -.03em; }
.legal p, .legal li { color: var(--ink-soft); }
.notice { padding: 18px; border-left: 4px solid var(--brass); background: white; }

@media (max-width: 880px) {
  .nav-links a:not(.lang) { display: none; }
  .hero { min-height: auto; padding-bottom: 80px; }
  .hero-grid, .feature-layout { grid-template-columns: 1fr; }
  .hero-art { min-height: 600px; }
  .hero-copy { padding-top: 10px; }
  .process, .promise-grid { grid-template-columns: 1fr; }
  .sticky { position: static; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header .button { display: none; }
  .nav { min-height: 66px; }
  .hero { padding-top: 122px; }
  h1 { font-size: clamp(54px, 16vw, 74px); }
  .hero-art { min-height: 550px; margin-top: 25px; }
  .phone { left: 3%; width: 77%; }
  .app-icon { width: 94px; right: 0; }
  .paper-card { width: 210px; right: -6%; bottom: 18px; min-height: 155px; padding: 22px; }
  .paper-card strong { margin-top: 16px; font-size: 19px; }
  .section { padding: 82px 0; }
  .section h2 { font-size: clamp(46px, 14vw, 62px); }
  .section-head { margin-bottom: 38px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { padding: 30px 24px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .scan-line { transform: translateY(20px); }
}
