:root {
  color-scheme: light;
  --ink: #171812;
  --muted: #62645a;
  --paper: #f7f5ed;
  --paper-deep: #ece8db;
  --white: #ffffff;
  --signal: #f4d72c;
  --signal-hot: #ffe44b;
  --lime: #b8e638;
  --line: rgba(23, 24, 18, 0.14);
  --radius: 24px;
  --shadow: 0 30px 80px rgba(23, 24, 18, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
.language-content { min-width: 0; overflow: hidden; }
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.22;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; padding: 12px 18px; background: var(--white); border-radius: 999px; font-weight: 800; }
.skip-link:focus { top: 14px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 14px clamp(20px, 5vw, 80px);
  border-bottom: 1px solid rgba(23, 24, 18, 0.09);
  background: rgba(247, 245, 237, 0.9);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-weight: 900; letter-spacing: -0.04em; text-decoration: none; }
.brand-mark { position: relative; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; background: var(--ink); color: var(--signal); font-size: 18px; letter-spacing: 0; }
.brand-mark span { position: absolute; right: -3px; top: -3px; width: 10px; height: 10px; border: 2px solid var(--paper); border-radius: 50%; background: var(--signal); }
.site-nav { display: flex; gap: 34px; font-size: 14px; font-weight: 750; }
.site-nav a { position: relative; text-decoration: none; }
.site-nav a::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--ink); transform: scaleX(0); transition: transform 160ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.language-switch { justify-self: end; display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.5); }
.language-switch button { min-width: 40px; padding: 7px 10px; border: 0; border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font: inherit; font-size: 12px; font-weight: 900; }
.language-switch button[aria-pressed="true"] { background: var(--ink); color: var(--white); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); min-height: calc(100vh - 78px); max-width: 1440px; margin: 0 auto; padding: clamp(70px, 9vw, 140px) clamp(24px, 7vw, 110px) 100px; overflow: hidden; }
.hero::before { position: absolute; top: 12%; left: -8%; width: 36vw; height: 36vw; content: ""; border: 1px solid rgba(23,24,18,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(23,24,18,.025), 0 0 0 140px rgba(23,24,18,.018); }
.hero-copy { position: relative; z-index: 2; align-self: center; max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #515348; font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 3px; border-radius: 2px; background: var(--signal); }
.eyebrow.light { color: rgba(255,255,255,.65); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(52px, 6.7vw, 104px); font-weight: 880; letter-spacing: -.075em; line-height: .91; }
.hero h1 em { color: #797b70; font-style: normal; }
.hero-lead { max-width: 650px; margin: 34px 0 0; color: var(--muted); font-size: clamp(18px, 1.5vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 850; text-decoration: none; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--signal); color: var(--ink); box-shadow: 0 10px 25px rgba(196,171,18,.24); }
.button-primary:hover, .button-primary:focus-visible { background: var(--signal-hot); box-shadow: 0 14px 30px rgba(196,171,18,.32); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.5); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 16px 25px; margin: 28px 0 0; padding: 0; color: var(--muted); font-size: 13px; list-style: none; }
.hero-proof span { display: inline-grid; width: 20px; height: 20px; margin-right: 5px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--signal); font-size: 11px; font-weight: 900; }

.product-stage { position: relative; display: grid; min-height: 650px; align-items: center; justify-items: center; }
.product-stage::before { position: absolute; width: min(44vw, 630px); aspect-ratio: 1; content: ""; border-radius: 50%; background: var(--signal); box-shadow: inset 0 0 0 1px rgba(23,24,18,.09); }
.product-stage::after { position: absolute; width: min(37vw, 520px); aspect-ratio: 1; content: ""; border: 1px dashed rgba(23,24,18,.22); border-radius: 50%; animation: rotate 45s linear infinite; }
.signal { position: absolute; z-index: 0; border: 1px solid rgba(23,24,18,.14); border-radius: 50%; }
.signal-one { width: 84%; aspect-ratio: 1; }
.signal-two { width: 98%; aspect-ratio: 1; }
.phone-shell { position: relative; z-index: 3; width: 310px; padding: 9px; border: 2px solid #30312b; border-radius: 43px; background: #20211d; box-shadow: 0 42px 70px rgba(23,24,18,.28), inset 0 0 0 1px rgba(255,255,255,.12); transform: rotate(2.5deg); }
.phone-top { position: absolute; z-index: 2; top: 17px; left: 50%; display: flex; width: 91px; height: 24px; align-items: center; justify-content: flex-end; padding-right: 14px; border-radius: 20px; background: #20211d; transform: translateX(-50%); }
.phone-top span { width: 7px; height: 7px; border-radius: 50%; background: #34352f; }
.phone-screen { min-height: 590px; padding: 31px 18px 19px; overflow: hidden; border-radius: 35px; background: #faf9f4; }
.mini-brand { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 850; }
.mini-brand b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 7px; background: var(--ink); color: var(--signal); }
.mini-progress { display: grid; grid-template-columns: 22px 1fr 22px 1fr 22px; align-items: center; margin: 27px 2px 31px; }
.mini-progress i { display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 900; }
.mini-progress i.done { background: var(--ink); color: var(--signal); }
.mini-progress span { height: 1px; background: var(--ink); }
.mini-eyebrow { margin: 0; color: #888a80; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.phone-screen h2 { margin: 7px 0 13px; font-size: 23px; letter-spacing: -.04em; }
.mini-map { position: relative; overflow: hidden; border: 1px solid #dedbd0; border-radius: 15px; }
.mini-map svg { display: block; width: 100%; height: auto; }
.map-land { fill: #eae9df; }
.map-road { fill: none; stroke-linecap: round; }
.map-road.minor { stroke: #fff; stroke-width: 6; }
.map-road.major { stroke: #fff; stroke-width: 13; }
.map-blocks { fill: #d5d5ca; }
.map-pin path { fill: #171812; filter: drop-shadow(0 5px 5px rgba(23,24,18,.25)); }
.map-pin circle { fill: var(--signal); }
.map-badge { position: absolute; right: 9px; bottom: 9px; padding: 4px 7px; border-radius: 6px; background: var(--ink); color: var(--signal); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.location-row { display: flex; align-items: center; gap: 10px; margin: 12px 0; padding: 11px; border: 1px solid #dedbd0; border-radius: 12px; background: #fff; }
.location-row > span:last-child { display: grid; gap: 2px; font-size: 10px; }
.location-row small { color: #76786f; }
.location-dot { width: 10px; height: 10px; border: 3px solid var(--signal); border-radius: 50%; box-shadow: 0 0 0 3px rgba(244,215,44,.25); }
.phone-screen button { display: flex; width: 100%; height: 44px; align-items: center; justify-content: center; gap: 35px; border: 0; border-radius: 12px; background: var(--signal); color: var(--ink); font: inherit; font-size: 12px; font-weight: 900; }
.request-card { position: absolute; z-index: 4; display: flex; min-width: 205px; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid rgba(23,24,18,.09); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 18px 40px rgba(23,24,18,.15); backdrop-filter: blur(10px); }
.request-card > span:last-child { display: grid; gap: 2px; }
.request-card strong { font-size: 12px; }
.request-card small { color: var(--muted); font-size: 10px; }
.request-card-top { top: 19%; right: 0; animation: float 4s ease-in-out infinite; }
.request-card-bottom { bottom: 17%; left: 0; animation: float 4.5s .6s ease-in-out infinite; }
.request-icon { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--signal); font-size: 13px; font-weight: 900; }
.pin-icon { position: relative; width: 30px; height: 30px; border-radius: 50% 50% 50% 0; background: var(--signal); transform: rotate(-45deg) scale(.75); }
.pin-icon::after { position: absolute; inset: 9px; content: ""; border-radius: 50%; background: var(--ink); }

.capability-strip { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 45px); min-height: 94px; padding: 22px; overflow: hidden; background: var(--ink); color: #fff; font-size: clamp(12px, 1.3vw, 16px); font-weight: 800; letter-spacing: .03em; white-space: nowrap; }
.capability-strip i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--signal); }
.section { padding: clamp(90px, 11vw, 160px) clamp(24px, 7vw, 110px); }
.process-section { max-width: 1440px; margin: 0 auto; }
.section-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr); gap: 40px 10vw; align-items: end; margin-bottom: 70px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; }
.section-heading h2, .feature-intro h2, .pricing-copy h2, .final-cta h2 { margin: 0; font-size: clamp(42px, 5vw, 74px); letter-spacing: -.065em; line-height: .98; }
.section-heading > p:last-child, .feature-intro > p, .pricing-copy > p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-grid li { position: relative; min-height: 330px; padding: 24px 28px 28px; border-right: 1px solid var(--line); }
.process-grid li:first-child { border-left: 1px solid var(--line); }
.step-number { color: #8a8b83; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.step-icon { display: grid; width: 70px; height: 70px; margin: 45px 0 30px; place-items: center; border-radius: 50%; background: var(--signal); font-size: 15px; font-weight: 950; }
.pin-small { position: relative; border-radius: 50% 50% 50% 0; transform: rotate(-45deg) scale(.74); }
.pin-small::after { position: absolute; inset: 21px; content: ""; border-radius: 50%; background: var(--ink); }
.arrow-icon { background: var(--ink); color: var(--signal); font-size: 29px; }
.process-grid h3 { margin: 0 0 13px; font-size: 20px; letter-spacing: -.03em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.feature-section { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr); gap: clamp(60px, 10vw, 150px); background: var(--ink); color: #fff; }
.feature-intro { align-self: center; max-width: 600px; }
.feature-intro > p { margin-top: 30px; color: rgba(255,255,255,.6); }
.feature-quote { display: grid; gap: 6px; margin-top: 48px; padding: 23px 25px; border-left: 3px solid var(--signal); background: rgba(255,255,255,.055); }
.feature-quote strong { color: var(--signal); font-size: 19px; }
.feature-quote span { color: rgba(255,255,255,.62); font-size: 14px; }
.feature-list { border-top: 1px solid rgba(255,255,255,.14); }
.feature-list article { display: grid; grid-template-columns: 58px 1fr; gap: 15px; padding: 30px 8px; border-bottom: 1px solid rgba(255,255,255,.14); }
.feature-index { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--signal); font-size: 11px; font-weight: 900; }
.feature-list h3 { margin: 1px 0 8px; font-size: 21px; letter-spacing: -.025em; }
.feature-list p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.65; }

.pricing-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .65fr); gap: clamp(60px, 10vw, 150px); align-items: center; max-width: 1280px; margin: 0 auto; }
.pricing-copy { max-width: 690px; }
.pricing-copy > p { margin-top: 28px; }
.pricing-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 15px 30px; margin: 34px 0 0; padding: 0; list-style: none; }
.pricing-copy li { position: relative; padding-left: 29px; font-size: 14px; font-weight: 750; }
.pricing-copy li::before { position: absolute; left: 0; display: grid; width: 19px; height: 19px; place-items: center; content: "✓"; border-radius: 50%; background: var(--ink); color: var(--signal); font-size: 10px; }
.price-card { position: relative; padding: clamp(34px, 5vw, 58px); overflow: hidden; border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.price-card::before { position: absolute; top: -100px; right: -90px; width: 230px; height: 230px; content: ""; border-radius: 50%; background: var(--signal); }
.price-card > p:first-child { position: relative; margin: 0; font-size: 13px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.price { position: relative; display: flex; align-items: baseline; gap: 10px; margin-top: 45px; }
.price strong { font-size: clamp(64px, 7vw, 90px); letter-spacing: -.08em; line-height: .85; }
.price span { color: var(--muted); font-weight: 750; }
.price-note { max-width: 390px; margin: 30px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.button-full { width: 100%; }
.price-card > small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(70px, 8vw, 115px) clamp(24px, 7vw, 110px); background: var(--signal); }
.final-cta > div { max-width: 880px; }
.final-cta .eyebrow { color: rgba(23,24,18,.62); }
.final-cta .eyebrow > span { background: var(--ink); }
.final-cta h2 { max-width: 920px; }
.button-light { flex: 0 0 auto; background: var(--ink); color: var(--white); }
.button-light span { color: var(--signal); }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 34px clamp(24px, 7vw, 110px); border-top: 1px solid rgba(255,255,255,.08); background: var(--ink); color: rgba(255,255,255,.55); font-size: 12px; }
.site-footer .brand { color: #fff; }
.site-footer .brand-mark { background: #fff; color: var(--ink); }
.site-footer .brand-mark span { border-color: var(--ink); }
.site-footer p { margin: 0; text-align: center; }
.site-footer p:last-child { text-align: right; }

html[data-lang="fi"] .lang-en, html[data-lang="en"] .lang-fi { display: none !important; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes rotate { to { transform: rotate(360deg); } }

@media (max-width: 1100px) {
  .hero { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); padding-right: 35px; padding-left: 45px; }
  .hero h1 { font-size: clamp(54px, 7.8vw, 82px); }
  .product-stage::before { width: 520px; }
  .product-stage::after { width: 450px; }
  .request-card-top { right: -10px; }
  .request-card-bottom { left: -10px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .process-grid li:nth-child(4) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding: 12px 20px; }
  .site-nav { display: none; }
  .hero { width: 100%; grid-template-columns: minmax(0, 1fr); padding: 75px 24px 60px; }
  .hero-copy { min-width: 0; max-width: 700px; }
  .hero h1 { font-size: clamp(52px, 13vw, 82px); }
  .product-stage { min-height: 700px; }
  .product-stage::before { width: min(90vw, 570px); }
  .product-stage::after { width: min(77vw, 490px); }
  .request-card-top { right: max(0px, calc(50% - 270px)); }
  .request-card-bottom { left: max(0px, calc(50% - 270px)); }
  .capability-strip { justify-content: flex-start; overflow-x: auto; }
  .section-heading, .feature-section, .pricing-section { grid-template-columns: 1fr; }
  .feature-section { gap: 70px; }
  .pricing-section { gap: 60px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; justify-items: center; }
  .site-footer p:last-child { text-align: center; }
}

@media (max-width: 560px) {
  .site-header { position: relative; }
  .brand { font-size: 15px; }
  .hero { min-height: auto; padding-top: 60px; }
  .hero h1 { font-size: clamp(48px, 14.5vw, 70px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .product-stage { min-height: 620px; margin-right: -12px; margin-left: -12px; }
  .phone-shell { width: 275px; }
  .phone-screen { min-height: 540px; }
  .request-card { min-width: 178px; padding: 11px 12px; }
  .request-card-top { top: 18%; right: -12px; }
  .request-card-bottom { bottom: 16%; left: -12px; }
  .capability-strip { min-height: 75px; }
  .section { padding-top: 90px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 50px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 280px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
  .process-grid li:first-child { border-top: 0; }
  .process-grid li:nth-child(2) { border-left: 1px solid var(--line); }
  .step-icon { margin-top: 30px; }
  .feature-section { padding-right: 22px; padding-left: 22px; }
  .feature-list article { grid-template-columns: 45px 1fr; }
  .pricing-copy ul { grid-template-columns: 1fr; }
  .price-card { padding: 38px 25px; }
  .final-cta .button { width: 100%; }
}

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

@media print {
  .site-header { position: static; }
  .language-switch, .hero-actions, .final-cta .button { display: none; }
  .hero { min-height: auto; }
  .feature-section, .site-footer { print-color-adjust: exact; }
}
