@font-face{font-family:Inter;src:url('fonts/Inter-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('fonts/Inter-Medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Inter;src:url('fonts/Inter-SemiBold.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Inter;src:url('fonts/Inter-Bold.woff2') format('woff2');font-weight:700;font-display:swap}
:root{color-scheme:light;--paper:#fff;--surface:#f9fafb;--ink:#111827;--muted:#4b5563;--line:#e5e7eb;--accent:#1d4ed8;--hover:#173eab;--orange:#e07a38;--width:1024px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:1.0625rem/1.65 Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}body.umbrella{--accent:#a84916;--hover:#873b12}a{color:var(--accent);text-underline-offset:.22em}a:hover{text-decoration-thickness:2px}a:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:700}h1{font-size:clamp(2.5rem,5.3vw,3.75rem);line-height:1.08;letter-spacing:-.052em;margin-bottom:24px}h2{font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.18;letter-spacing:-.038em;margin-bottom:20px}h3{font-size:1.25rem;line-height:1.3;letter-spacing:-.025em}p{margin-bottom:20px}strong{font-weight:600}.shell{width:min(var(--width),calc(100% - 48px));margin-inline:auto}.skip{position:absolute;top:-100px;left:24px;background:white;padding:12px;z-index:10}.skip:focus{top:12px}
.site-header{border-bottom:1px solid var(--line)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;gap:11px;align-items:center;color:var(--ink);font-size:1.3rem;line-height:1;text-decoration:none;font-weight:700;letter-spacing:-.035em;white-space:nowrap}.brand img{width:34px;height:34px;border-radius:8px}.brand-group{display:flex;align-items:center;gap:18px}.byline{font-size:.75rem;color:var(--muted);padding-left:18px;border-left:1px solid var(--line);line-height:1.4;text-decoration:none}.byline strong{display:block;color:var(--ink)}.site-nav{display:flex;align-items:center;gap:28px;font-size:.875rem;font-weight:500}.site-nav a{color:var(--muted);text-decoration:none}.site-nav a:hover,.site-nav [aria-current=page]{color:var(--ink)}.site-nav .language{border-left:1px solid var(--line);padding-left:26px}
.eyebrow{display:block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:22px}.hero{padding-block:80px 88px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:38px}.hero-copy{min-width:0}.hero-copy>p{font-size:1.125rem;line-height:1.7;color:var(--muted);max-width:43ch}.hero-copy h1 span{color:var(--accent)}.actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:11px 20px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:white;text-decoration:none;font-size:.9375rem;font-weight:600;line-height:1.4;transition:background .15s}.button:hover{background:var(--hover);text-decoration:none}.text-link{font-size:.9375rem;font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline}.status{font-size:.8125rem!important;color:var(--muted);margin-top:20px;margin-bottom:0}.status:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent);margin:0 8px 2px 0}
.product-stage{min-height:354px;border:1px solid #dbe5f5;background:#f5f8fd;border-radius:16px;position:relative;display:flex;align-items:center;justify-content:center;padding:42px 26px;overflow:hidden}.product-stage .app-symbol{width:48%;filter:drop-shadow(0 16px 14px #17375a15)}.product-stage .app-symbol:first-child{width:40%;margin-right:-12px;transform:translateY(-22px);z-index:1;border-radius:22%}.product-stage .app-symbol:last-child{transform:translateY(22px)}.stage-label{position:absolute;bottom:22px;left:20px;right:20px;text-align:center;color:#526682;font-size:.75rem;font-weight:500;letter-spacing:.035em}
.section{padding-block:72px;border-top:1px solid var(--line)}.section-soft{background:var(--surface)}.section-intro{max-width:640px;margin-bottom:36px}.section-intro p{color:var(--muted);font-size:1.125rem}.workflow ol{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px;counter-reset:steps;margin:36px 0 0}.workflow li{padding-top:20px;border-top:1px solid #cfd9e8;counter-increment:steps;color:var(--muted);font-size:.9375rem}.workflow li:before{content:'0' counter(steps);display:block;color:var(--accent);font-size:.8125rem;font-weight:600;margin-bottom:20px}.workflow li strong{display:block;color:var(--ink);font-size:1.125rem;line-height:1.4;margin-bottom:12px}.workflow li p{margin:0}.workflow .shell>p{max-width:70ch}.workflow ol+p{margin-top:32px}.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.split p{color:var(--muted)}.detail-note{padding:22px 24px;border-left:3px solid var(--line);background:var(--surface);font-size:.9375rem;color:var(--muted)}.detail-note p:last-child{margin:0}.availability{display:flex;justify-content:space-between;align-items:center;gap:40px}.availability h2{font-size:1.75rem}.availability p{max-width:66ch;color:var(--muted)}.availability p:last-child{margin:0}
.site-footer{border-top:1px solid var(--line);padding-block:32px 38px;font-size:.8125rem;color:var(--muted)}.footer-inner{display:flex;justify-content:space-between;gap:32px;align-items:start}.footer-brand{font-weight:600;color:var(--ink);font-size:.9375rem}.footer-inner p{margin-bottom:6px}.footer-links{display:flex;gap:24px;flex-wrap:wrap}.footer-links a{color:var(--muted)}.reading{max-width:760px;padding-block:64px 80px}.reading h1{font-size:clamp(2.2rem,4.5vw,3.25rem)}.reading h2{font-size:1.5rem;letter-spacing:-.025em;margin-top:40px}.reading h3{font-size:1.125rem;margin-top:28px}.reading p,.reading li{color:var(--muted)}.reading li{margin-block:10px}.reading a{overflow-wrap:anywhere}.reading>p:first-of-type{font-size:1.125rem}.reading table{border-collapse:collapse;width:100%;font-size:.9375rem}.reading th,.reading td{text-align:left;vertical-align:top;padding:12px;border-bottom:1px solid var(--line)}
.umbrella-intro{padding-block:58px 38px;max-width:680px}.umbrella-intro h1{font-size:clamp(2.35rem,5vw,3.4rem);max-width:17ch}.umbrella-intro p{font-size:1.125rem;color:var(--muted);max-width:48ch}.featured{padding-block:30px 72px}.featured-product{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:38px;border:1px solid var(--line);border-radius:16px;--accent:#1d4ed8;--hover:#173eab}.featured-product .eyebrow{margin-bottom:14px}.featured-product h2{font-size:2.125rem;margin-bottom:16px}.featured-product p{color:var(--muted);font-size:1rem}.featured-product .product-stage{min-height:290px;border:0}.product-heading{display:flex;gap:14px;align-items:center;margin-bottom:22px}.product-heading img{width:46px;height:46px;border-radius:11px}.product-heading h2{margin:0}.service{border-top:1px solid var(--line);padding-block:60px 70px}.service-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.service h2{font-size:2rem}.service p{color:var(--muted);max-width:50ch}.service .eyebrow{margin-bottom:16px}.service-detail{border-left:2px solid var(--orange);padding-left:26px}.service-detail p{font-size:.9375rem}.service-detail strong{color:var(--ink)}
.screenshot-stage{min-height:354px;padding:28px 16px 48px;align-items:center;overflow:visible}.screenshot-stage .mac-screen{width:88%;border-radius:8px;box-shadow:0 14px 30px #18365920}.screenshot-stage .phone-screen{width:25%;margin-left:-19%;align-self:flex-end;transform:translateY(12px);border:4px solid #172127;border-radius:20px;box-shadow:0 10px 25px #17212720;z-index:1}.screen-figure{margin:0}.screen-figure figcaption{color:var(--muted);font-size:.8125rem;margin-top:14px}.screen-figure img{border:1px solid var(--line);border-radius:10px}.examples{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:32px}.examples h3{margin-top:20px}.examples p{color:var(--muted);font-size:1rem}.examples .sample-image{height:230px;width:100%;object-fit:contain;background:var(--surface);padding:20px;border-radius:12px;border:1px solid var(--line)}
@media(min-width:1200px){.hero{padding-top:94px}.hero-grid{gap:48px}}
@media(max-width:800px){.brand-group{gap:12px}.byline{display:none}.site-nav{gap:18px}.site-nav .language{padding-left:18px}.hero{padding-block:50px 56px}.hero-grid{gap:30px}.product-stage{min-height:300px}.split,.service-grid{gap:36px}.featured-product{padding:28px;gap:28px}.workflow ol{gap:22px}.featured-product .product-stage{min-height:250px}}
@media(max-width:640px){.shell{width:calc(100% - 40px)}.header-inner{min-height:78px;gap:18px;flex-wrap:wrap;padding-block:18px}.brand{font-size:1.2rem}.brand img{width:30px;height:30px}.site-nav{gap:18px;font-size:.8125rem;flex-wrap:wrap}.site-nav .language{padding-left:18px}.hero-grid,.split,.featured-product,.service-grid{grid-template-columns:1fr}.hero{padding-block:40px 48px}.hero-copy>p{font-size:1.0625rem}.eyebrow{margin-bottom:18px}.product-stage{min-height:300px;margin-top:8px}.product-stage .app-symbol{max-width:190px}.product-stage .app-symbol:first-child{max-width:160px}.section{padding-block:46px}.workflow ol{grid-template-columns:1fr;gap:26px;margin-top:26px}.workflow li{display:grid;grid-template-columns:32px 1fr;gap:0 14px;padding-top:18px}.workflow li:before{grid-row:1 / span 2;margin-top:3px}.workflow li strong{font-size:1.0625rem}.workflow li p{grid-column:2}.split,.service-grid{gap:24px}.availability{display:block}.availability .actions{margin-top:24px}.footer-inner{flex-direction:column;gap:20px}.footer-links{gap:20px}.reading{padding-block:40px 56px}.reading table{font-size:.8125rem}.reading th,.reading td{padding:8px}.umbrella-intro{padding-block:42px 20px}.featured{padding-block:16px 44px}.featured-product{padding:24px;gap:20px}.featured-product .product-stage{min-height:250px;margin-top:0}.service{padding-block:40px 48px}.service-detail{padding-left:20px}.examples{grid-template-columns:1fr;gap:24px}.screenshot-stage{min-height:270px;padding-bottom:45px}.screenshot-stage .phone-screen{border-width:3px;border-radius:16px}}
@media(max-width:380px){.site-nav{gap:13px}.site-nav .language{padding-left:13px}.shell{width:calc(100% - 32px)}.featured-product{padding:20px}.button{padding-inline:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Long Finnish words and enlarged text must not widen the page. */
body{overflow-wrap:anywhere}
.hero-grid>*,.split>*,.service-grid>*,.featured-product>*{min-width:0}
.product-heading,.site-nav{flex-wrap:wrap}

/* The recurring capture flow; pairing is a separate setup note. */
.workflow .flow-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;margin:36px 0 32px}
.workflow .flow-steps>.flow-node{display:flex;flex-direction:column;align-items:center;position:relative;min-width:0;padding:0;border:0;text-align:center;counter-increment:none}
.workflow .flow-node:before{content:none}
.workflow .flow-node:not(:last-child):after{content:'→';position:absolute;right:-36px;top:83px;font-size:28px;line-height:1;color:#65758b}
.flow-role{font-size:.875rem;font-weight:600;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}
.flow-node-1 .flow-role{color:var(--accent)}
.flow-picture{height:148px;display:flex;align-items:center;justify-content:center;width:100%;color:var(--accent)}
.flow-picture img{width:88px;height:88px;border-radius:20px}
.flow-clipboard{width:74px;height:74px;overflow:visible}
.flow-keys{display:flex;gap:7px;align-items:center}
.flow-keys kbd{display:inline-flex;align-items:center;justify-content:center;width:59px;height:62px;border:1px solid #cbd5e1;border-bottom-width:4px;border-radius:10px;background:white;font:500 28px/1 Inter,system-ui,sans-serif;color:var(--ink)}
.flow-copy{font-size:1rem;min-width:0;overflow-wrap:anywhere}
.flow-copy h3{font-size:1.125rem;margin:0 0 12px;line-height:1.4;color:var(--ink)}
@media(max-width:700px){
.workflow .flow-steps{grid-template-columns:1fr;gap:44px}
.workflow .flow-steps>.flow-node{display:grid;grid-template-columns:100px minmax(0,1fr);gap:8px 22px;align-items:start;text-align:left}
.flow-role{grid-column:2}
.flow-picture{grid-column:1;grid-row:1/3;height:100px}
.flow-picture img{width:76px;height:76px;border-radius:17px}
.flow-clipboard{width:62px;height:62px}
.flow-copy{grid-column:2}
.workflow .flow-node:not(:last-child):after{right:auto;left:38px;top:auto;bottom:-34px;transform:rotate(90deg)}
.flow-keys{gap:4px}.flow-keys kbd{width:42px;height:46px;font-size:22px;border-radius:7px}
}
@media(max-width:360px){
.workflow .flow-steps>.flow-node{grid-template-columns:76px minmax(0,1fr);gap:8px 16px}
.flow-picture{height:86px}.flow-picture img{width:64px;height:64px}
.flow-clipboard{width:56px;height:56px}.flow-keys kbd{width:34px;height:42px;font-size:20px}
.workflow .flow-node:not(:last-child):after{left:26px}
}
