﻿@font-face{font-family:"Jura";font-style:normal;font-weight:100 900;font-display:swap;src:url("/fonts/Jura.woff2") format("woff2"),url("/fonts/Jura-VariableFont_wght.ttf") format("truetype")}:root{--c-bg: #f6fbfb;--c-bg-alt: #e9f5f6;--c-bg-dark: #081e20;--c-bg-dark-alt: #0d2a2c;--c-primary: #005a62;--c-accent: #00c9d4;--c-accent-light: #33d4de;--c-logo-green: #aad400;--c-text: #1a1a1a;--c-text-muted: #3d5f61;--c-text-inv: #eef9fa;--c-border: #cce8ea;--radius: 8px;--radius-lg: 16px;--max-w: 1100px;--nav-h: 64px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}body{font-family:"Jura",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;font-size:1rem;line-height:1.65;color:var(--c-text);background:var(--c-bg)}h1,h2,h3,h4{line-height:1.2;font-weight:700;letter-spacing:-.02em}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section--alt{background:var(--c-bg-alt)}.section--dark{background:var(--c-bg-dark);color:var(--c-text-inv)}.nav{position:sticky;top:0;z-index:100;height:var(--nav-h);background:rgba(246,251,251,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--c-border)}.nav .container{height:100%;display:flex;align-items:center;justify-content:space-between}.nav__brand{display:flex;align-items:center;gap:.6rem;text-decoration:none}.nav__brand img{height:32px;width:auto;display:block}.nav__brand span{font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--c-logo-green)}.nav__links{display:flex;align-items:center;gap:2rem;list-style:none}.nav__links a{font-size:.9rem;font-weight:500;color:var(--c-text-muted);transition:color .15s}.nav__links a:hover{color:var(--c-text)}.nav__cta{background:var(--c-primary);color:var(--c-text-inv) !important;padding:.5rem 1.1rem;border-radius:var(--radius);font-weight:600 !important}.nav__cta:hover{background:var(--c-accent) !important}.hero{padding:7rem 0 6rem;background:var(--c-bg-dark);color:var(--c-text-inv);position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle, rgba(0,201,212,.18) 0%, rgba(0,0,0,0) 70%);pointer-events:none}.hero__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--c-logo-green);margin-bottom:1.5rem}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.05;margin-bottom:1.5rem;max-width:16ch}.hero__title em{font-style:normal;color:var(--c-accent)}.hero__subtitle{font-size:1.2rem;color:rgba(240,240,240,.7);max-width:52ch;margin-bottom:2.5rem;line-height:1.7}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;transition:all .15s;cursor:pointer}.btn--primary{background:var(--c-accent);color:#fff}.btn--primary:hover{background:var(--c-accent-light)}.btn--outline{border:2px solid rgba(255,255,255,.3);color:#fff}.btn--outline:hover{border-color:rgba(255,255,255,.7)}.btn--dark{background:var(--c-primary);color:#fff}.btn--dark:hover{background:var(--c-accent)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin-top:3rem}.feature-card{background:var(--c-bg);border:1px solid var(--c-border);border-radius:var(--radius-lg);padding:2rem;transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);transform:translateY(-2px)}.feature-card__icon{font-size:2rem;margin-bottom:1rem}.feature-card__title{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--c-primary)}.feature-card__desc{font-size:.95rem;color:var(--c-text-muted);line-height:1.6}.feature-card__link{display:inline-block;margin-top:1rem;font-size:.85rem;font-weight:600;color:var(--c-accent)}.feature-card__link:hover{text-decoration:underline}.section-header{max-width:52ch;margin-bottom:.5rem}.section-header--center{margin-left:auto;margin-right:auto;text-align:center;margin-bottom:0}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--c-accent);margin-bottom:.75rem}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);color:var(--c-primary);margin-bottom:1rem}.section--dark .section-title{color:var(--c-text-inv)}.section-body{font-size:1.05rem;color:var(--c-text-muted);max-width:58ch;line-height:1.7}.section--dark .section-body{color:rgba(240,240,240,.65)}.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media (max-width: 768px){.split{grid-template-columns:1fr;gap:2.5rem}}.split--reverse{direction:rtl}.split--reverse>*{direction:ltr}.stats{display:flex;gap:3rem;flex-wrap:wrap;margin-top:2.5rem}.stats__item{display:flex;flex-direction:column;gap:.25rem}.stats__number{font-size:2rem;font-weight:800;color:var(--c-logo-green);line-height:1}.stats__label{font-size:.85rem;color:rgba(240,240,240,.55);text-transform:uppercase;letter-spacing:.08em}.article-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-top:3rem}.article-card{border-top:3px solid var(--c-accent);padding-top:1.5rem}.article-card__date{font-size:.8rem;color:var(--c-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.article-card__title{font-size:1.2rem;font-weight:700;color:var(--c-primary);margin-bottom:.75rem;line-height:1.3}.article-card__title:hover{color:var(--c-accent)}.article-card__excerpt{font-size:.95rem;color:var(--c-text-muted);line-height:1.6}.prose{max-width:68ch}.prose h1{font-size:2.25rem;margin-bottom:1rem;color:var(--c-primary)}.prose h2{font-size:1.6rem;margin:2.5rem 0 .75rem;color:var(--c-primary)}.prose h3{font-size:1.25rem;margin:2rem 0 .5rem;color:var(--c-primary)}.prose p{margin-bottom:1.25rem;color:var(--c-text-muted);font-size:1.05rem;line-height:1.75}.prose ul,.prose ol{margin:0 0 1.25rem 1.5rem;color:var(--c-text-muted);line-height:1.7}.prose li{margin-bottom:.4rem}.prose strong{color:var(--c-text);font-weight:600}.prose a{color:var(--c-accent);text-decoration:underline}.prose code{font-family:monospace;background:var(--c-bg-alt);padding:.15em .4em;border-radius:4px;font-size:.9em}.prose blockquote{border-left:4px solid var(--c-accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--c-bg-alt);border-radius:0 var(--radius) var(--radius) 0}.prose blockquote p{margin:0;font-style:italic}.page-header{padding:4rem 0 3rem;background:var(--c-bg-dark);color:var(--c-text-inv)}.page-header__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--c-logo-green);margin-bottom:.75rem}.page-header__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem}.page-header__subtitle{font-size:1.1rem;color:rgba(240,240,240,.65);max-width:52ch;line-height:1.7}.feature-detail__hero{padding:4rem 0;border-bottom:1px solid var(--c-border)}.feature-detail__points{list-style:none;margin:2rem 0;display:flex;flex-direction:column;gap:.75rem}.feature-detail__points li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:var(--c-text-muted)}.feature-detail__points li::before{content:"→";color:var(--c-accent);font-weight:700;flex-shrink:0;margin-top:.05em}.cta-band{background:var(--c-primary);color:var(--c-text-inv);padding:5rem 0;text-align:center}.cta-band__title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1rem}.cta-band__body{font-size:1.1rem;color:rgba(240,240,240,.65);margin-bottom:2rem;max-width:48ch;margin-left:auto;margin-right:auto;line-height:1.7}.footer{background:var(--c-bg-dark);color:rgba(240,240,240,.5);padding:3rem 0;font-size:.875rem}.footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__brand{display:flex;align-items:center;gap:.5rem;text-decoration:none}.footer__brand img{height:24px;width:auto;opacity:.7;filter:brightness(0) invert(1)}.footer__brand span{font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:rgba(240,240,240,.8)}.footer__links{display:flex;gap:1.5rem;list-style:none}.footer__links a:hover{color:rgba(240,240,240,.9)}.screen-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:2.5rem 2rem;margin-top:3rem;align-items:start}.screen-item{display:flex;flex-direction:column;gap:.75rem}.screen-item__phone{border-radius:20px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.07);line-height:0}.screen-item__phone img{width:100%;height:auto;display:block;border-radius:20px}.screen-item__label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--c-accent)}.screen-item__caption{font-size:.875rem;color:rgba(240,240,240,.55);line-height:1.5}.app-intro{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:3rem}@media (max-width: 768px){.app-intro{grid-template-columns:1fr;gap:2rem}}.app-intro__body p{font-size:1.05rem;color:rgba(240,240,240,.65);line-height:1.75;margin-bottom:1rem}.app-intro__body strong{color:var(--c-text-inv);font-weight:600}.app-intro__body a{color:var(--c-accent);text-decoration:underline;text-underline-offset:3px}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.text-center{text-align:center}