:root{--text:#4b5563;--text-h:#0f172a;--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--accent:#1d4ed8;--accent-dark:#1e40af;--accent-soft:#dbeafe;--shadow:0 18px 40px #0f172a14;--max-width:1120px;--sans:"Segoe UI", system-ui, sans-serif;font:18px/1.6 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0}a{color:inherit}h1,h2,h3{color:var(--text-h);margin:0;line-height:1.15}p{margin:0}button{font:inherit}#app{min-height:100svh}.container{width:min(var(--max-width), calc(100% - 2.5rem));margin:0 auto}.site-header{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#f8fafce6;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.brand{color:var(--accent);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.brand__logo{width:auto;height:2rem;display:block}.site-nav{gap:1.25rem;display:flex}.site-nav a{color:var(--text);font-size:.95rem;text-decoration:none}.site-nav a:hover{color:var(--accent)}.site-nav__cta{background:var(--accent-soft);border-radius:.5rem;padding:.45rem .85rem;font-weight:600;color:var(--accent-dark)!important}.site-nav__cta:hover{background:var(--accent);color:#fff!important}.hero{padding:4.5rem 0 3.5rem}.hero__content{max-width:46rem}.hero__grid{grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem;display:grid}.eyebrow{background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.hero h1{margin-bottom:0;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.2}.hero__value{color:var(--text-h);margin-top:1.15rem;font-size:1.12rem;font-weight:600;line-height:1.5}.hero__trust{color:var(--accent-dark);margin-top:1rem;font-size:1rem;font-weight:600;line-height:1.5}.hero__lead{max-width:42rem;margin-top:1rem;font-size:1.05rem}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;display:flex}.button{cursor:pointer;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;padding:.8rem 1.2rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}.button--primary:hover{background:var(--accent-dark)}.button--ghost{background:var(--surface);border-color:var(--border);color:var(--text-h)}.hero__panel{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:1.25rem;padding:1.5rem}.hero__panel h2{margin-bottom:1rem;font-size:1.2rem}.hero__panel ul{gap:.65rem;margin:0;padding-left:1.1rem;display:grid}.section{padding:4rem 0}.section--surface{background:var(--surface);border-block:1px solid var(--border)}.section__head{max-width:42rem;margin-bottom:2rem}.section__head h2{margin-bottom:.75rem;font-size:clamp(1.8rem,3vw,2.4rem)}.section__cta-hint{margin-top:2rem}.section__cta-hint--row{flex-wrap:wrap;gap:.75rem;display:flex}.benefits{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));gap:.65rem 1.5rem;margin:0;padding:0;list-style:none;display:grid}.benefits li{padding-left:1.6rem;line-height:1.55;position:relative}.benefits li:before{content:"✓";color:var(--accent);font-weight:700;position:absolute;left:0}.tech-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;display:grid}.tech-card{border:1px solid var(--border);background:var(--bg);border-radius:1rem;padding:1.25rem}.tech-card h3{margin-bottom:.65rem;font-size:1rem}.tech-card__items{flex-wrap:wrap;gap:.4rem;margin:0 0 .75rem;padding:0;list-style:none;display:flex}.tech-card__items li{border:1px solid var(--border);background:var(--surface);color:var(--text-h);border-radius:.4rem;padding:.2rem .55rem;font-size:.82rem}.tech-card__note{color:#64748b;font-size:.88rem;line-height:1.5}.trust-grid{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;display:grid}.trust-card{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:1.25rem}.trust-card h3{margin-bottom:.5rem;font-size:1rem}.trust-card p{font-size:.92rem;line-height:1.55}.steps{counter-reset:none;gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.steps__item{border:1px solid var(--border);background:var(--surface);border-radius:1rem;grid-template-columns:auto 1fr;align-items:start;gap:1rem;padding:1.25rem;display:grid}.steps__number{background:var(--accent-soft);width:2.25rem;height:2.25rem;color:var(--accent-dark);border-radius:999px;place-items:center;font-size:1rem;font-weight:700;display:grid}.steps__item h3{margin-bottom:.35rem;font-size:1.05rem}.steps__item p{font-size:.95rem;line-height:1.55}.cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.card{border:1px solid var(--border);background:var(--bg);border-radius:1rem;padding:1.5rem}.card h3{margin-bottom:.5rem;font-size:1.1rem}.project-grid{grid-template-columns:repeat(auto-fill,minmax(17rem,1fr));gap:1rem;display:grid}.project-card{border:1px solid var(--border);background:var(--surface);border-radius:1rem;flex-direction:column;gap:.65rem;padding:1.35rem;display:flex;box-shadow:0 8px 24px #0f172a0a}.project-card__tags{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;margin:-.15rem 0 .15rem;display:flex}.project-card__tag{background:var(--accent-soft);color:var(--accent-dark);border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.project-card__tag--focus{background:var(--bg);border:1px solid var(--border);color:var(--text-h)}.project-card h3{font-family:ui-monospace,Cascadia Code,monospace;font-size:1.05rem}.project-card__summary{color:var(--text-h);margin-top:-.35rem;font-size:.92rem;font-weight:500;line-height:1.45}.project-card__description{color:var(--text);margin-top:.35rem;font-size:.9rem;line-height:1.55}.project-card p{flex:1;font-size:.95rem;line-height:1.55}.project-card__benefit{color:#64748b;font-size:.9rem;font-style:italic;line-height:1.5}.project-card__story{flex:1;gap:.75rem;margin:0;display:grid}.project-card__story dt{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-dark);margin-bottom:.2rem;font-size:.72rem;font-weight:700}.project-card__story dd{color:var(--text);margin:0;font-size:.9rem;line-height:1.5}.project-card__tech-line{color:#64748b;margin:.15rem 0 0;font-size:.8rem;line-height:1.45}.project-card__tech-label{margin-right:.35rem;font-weight:600}.project-card__tech{flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.project-card__tech li{border:1px solid var(--border);background:var(--bg);color:#64748b;border-radius:.4rem;padding:.2rem .55rem;font-size:.78rem}.project-card__link{color:var(--accent-dark);margin-top:.15rem;font-size:.9rem;font-weight:600;text-decoration:none}.project-card__link:hover{color:var(--accent);text-underline-offset:.15em;text-decoration:underline}.about__points{gap:1rem;max-width:42rem;display:grid}.about__usp{color:var(--text-h);font-size:1.08rem;font-weight:600;line-height:1.5}.about__points p{line-height:1.65}.contact{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.contact__details{gap:.75rem;display:grid}.contact__details strong{color:var(--text-h)}.contact__details a:not(.button){color:var(--accent-dark);text-decoration:none}.contact__details a:not(.button):hover{color:var(--accent)}.contact__actions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.site-footer{color:#64748b;padding:2rem 0 3rem;font-size:.95rem}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.site-footer a{color:#64748b;text-underline-offset:.15em;text-decoration:underline}.site-footer a:hover{color:var(--accent-dark)}.legal{max-width:40rem}.legal h1{margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.6rem)}.legal__intro{color:#64748b;margin-bottom:2rem}.legal__block{margin-bottom:1.75rem}.legal__block h2{margin-bottom:.5rem;font-size:1.05rem}.legal__block p{line-height:1.7}.legal__block a{color:var(--accent-dark)}.legal__back{margin-top:2.5rem}@media (width<=900px){.hero__grid,.cards,.project-grid,.contact,.tech-grid,.trust-grid,.benefits{grid-template-columns:1fr}.site-nav{display:none}}
