
:root{
  --ink:#102B3C;--ink2:#17384A;--accent:#25B96C;--accent-dark:#168D51;--accent-soft:#E8F7EF;
  --bg:#FFFFFF;--surface:#F7FAFB;--surface2:#EFF5F2;--line:#DCE6E9;--muted:#60727D;--soft:#8A9AA3;
  --shadow:0 18px 55px rgba(16,43,60,.10);--shadow-sm:0 10px 30px rgba(16,43,60,.07);
  --radius:22px;--shell:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,43,60,.08)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;min-width:0}.brand img{width:315px;height:auto}.nav-links,.nav-actions{display:flex;align-items:center;gap:28px}.nav-links a{font-size:14px;font-weight:700;color:#3F5663;position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;transform:scaleX(0);background:var(--accent);transition:.2s}.nav-links a:hover{color:var(--ink)}.nav-links a:hover:after{transform:scaleX(1)}.menu-button{display:none;background:#fff;border:1px solid var(--line);color:var(--ink);border-radius:11px;padding:9px 13px;font-weight:700}.mobile-nav{display:none}
.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:10px 18px;border-radius:10px;border:1px solid transparent;font-weight:800;font-size:14px;transition:.2s ease;cursor:pointer}.button-primary{background:var(--accent);color:#fff;box-shadow:0 9px 24px rgba(37,185,108,.20)}.button-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.button-ghost{border-color:#C9D7DD;background:#fff;color:var(--ink)}.button-ghost:hover{border-color:#98ACB6;background:#F8FAFB}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#173D52;transform:translateY(-1px)}.button-large{min-height:52px;padding:13px 22px;font-size:15px}.button-disabled{background:#EEF2F3;border-color:#DDE5E8;color:#8A999F;cursor:not-allowed;box-shadow:none}
.hero{position:relative;padding:92px 0 76px;overflow:hidden}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-190px;top:-210px;background:#EEF9F3;z-index:-1}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:58px}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;color:var(--accent-dark);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.eyebrow:before,.section-kicker:before{content:"";width:26px;height:2px;background:var(--accent)}.hero h1,.product-hero h1{font-size:clamp(48px,6vw,72px);line-height:1.02;letter-spacing:-.05em;margin:18px 0 22px;color:var(--ink)}.hero h1 span{color:var(--accent)}.lead{font-size:18px;color:var(--muted);max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0 18px}.trust-row{display:flex;gap:22px;flex-wrap:wrap;color:#667983;font-size:13px;font-weight:650}.trust-row span:before{content:"✓";color:var(--accent);font-weight:900;margin-right:7px}.hero-visual{position:relative}.hero-visual img{width:100%;filter:drop-shadow(0 20px 32px rgba(17,52,70,.06))}.hero-note{position:absolute;left:2%;bottom:5%;background:#fff;border:1px solid #E1EAED;box-shadow:var(--shadow-sm);border-radius:14px;padding:12px 16px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800}.hero-note i{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 5px var(--accent-soft)}
.logo-strip{border-block:1px solid #E8EEF0;background:#FBFCFD}.logo-strip .shell{min-height:72px;display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap;color:#6B7E88;font-size:13px;font-weight:750}.logo-strip strong{color:var(--ink)}
.section{padding:88px 0}.section-soft{background:var(--surface)}.section-tint{background:linear-gradient(135deg,#F1FAF5,#F8FBFC)}.section-head{display:flex;justify-content:space-between;gap:36px;align-items:end;margin-bottom:36px}.section h2{font-size:clamp(32px,4.8vw,48px);line-height:1.08;letter-spacing:-.035em;margin:10px 0 0}.section-copy{color:var(--muted);max-width:610px;margin:0}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--shadow-sm);transition:.22s}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#C7D8DE}.product-art{aspect-ratio:16/9;background:linear-gradient(135deg,#EEF9F3,#F7FAFC);overflow:hidden}.product-art img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:25px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;flex-wrap:wrap;gap:8px;color:#70828C;font-size:10px;text-transform:uppercase;letter-spacing:.09em;font-weight:800}.product-meta span{background:#F4F7F8;border-radius:999px;padding:5px 9px}.product-card h3{font-size:24px;margin:16px 0 8px}.product-card p{color:var(--muted);margin:0 0 22px}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.approach-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 8px 26px rgba(16,43,60,.045)}.approach-no{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-dark);font-weight:900;margin-bottom:20px}.approach-card h3{font-size:20px;margin:0 0 8px}.approach-card p{color:var(--muted);margin:0}
.split-feature{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.visual-panel{position:relative;background:linear-gradient(145deg,#EDF8F2,#F7FAFC);border-radius:28px;min-height:430px;padding:46px;display:grid;place-items:center;overflow:hidden}.visual-panel:before{content:"";position:absolute;width:250px;height:250px;border-radius:50%;background:#DDF4E7;right:-70px;top:-70px}.visual-card{position:relative;background:#fff;border:1px solid #DBE7E3;border-radius:20px;box-shadow:var(--shadow);padding:30px;width:min(100%,430px)}.visual-card .mark{width:62px;height:62px}.visual-card h3{font-size:27px;margin:20px 0 8px}.visual-card p{color:var(--muted);margin:0}.check-list{list-style:none;padding:0;margin:28px 0}.check-list li{position:relative;padding:11px 0 11px 32px;border-bottom:1px solid #E6ECEE;color:#455D69}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:950}
.cta{background:var(--ink);border-radius:26px;padding:52px 56px;display:flex;justify-content:space-between;align-items:center;gap:36px;position:relative;overflow:hidden}.cta:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-70px;bottom:-120px;background:rgba(37,185,108,.18)}.cta>div,.cta>a{position:relative;z-index:1}.cta .section-kicker{color:#7EE1AA}.cta h2{color:#fff;margin:7px 0 8px}.cta p{color:#B4C6CF;margin:0}
.site-footer{padding:62px 0 28px;border-top:1px solid #E4EAED;background:#F8FAFB}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:38px}.footer-brand img{width:300px;margin-bottom:16px}.footer-brand p{color:#6A7C86;max-width:410px}.footer-col h4{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:var(--ink)}.footer-col a{display:block;color:#687B85;margin:9px 0;font-size:14px}.footer-col a:hover{color:var(--accent-dark)}.footer-bottom{border-top:1px solid #DFE7EA;margin-top:38px;padding-top:22px;color:#7A8A93;font-size:12px;display:flex;justify-content:space-between;gap:20px}
.page-hero{padding:78px 0 46px;background:linear-gradient(135deg,#F6FBF8,#FBFCFD);border-bottom:1px solid #E6EDEF}.page-hero h1{font-size:clamp(42px,5.5vw,62px);line-height:1.05;letter-spacing:-.045em;margin:13px 0}.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:36px;box-shadow:var(--shadow-sm)}.content-card h2{font-size:26px;margin-top:38px}.content-card h2:first-child{margin-top:0}.content-card p,.content-card li{color:#526873}.content-card a{color:var(--accent-dark);font-weight:750}.legal{max-width:920px}.legal h2{font-size:24px}.legal h3{font-size:18px;margin-top:28px}.two-col{display:grid;grid-template-columns:1.2fr .8fr;gap:50px}.spec-card{background:#F8FAFB;border:1px solid var(--line);border-radius:20px;padding:28px}.spec-card h3{margin-top:0}.spec-card dl{margin:0}.spec-card dl div{display:flex;justify-content:space-between;gap:20px;padding:13px 0;border-bottom:1px solid #DFE7EA}.spec-card dt{color:#72848D}.spec-card dd{margin:0;font-weight:750}.spec-card h4{margin:28px 0 10px}.spec-card li{color:#667985;margin:6px 0}.product-hero{padding-top:74px}.product-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}.product-preview{padding:8px}.product-preview img{width:100%;border-radius:24px;box-shadow:var(--shadow)}.microcopy{font-size:12px;color:#71838D;max-width:580px}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff;box-shadow:var(--shadow-sm)}.contact-card h2{font-size:22px;margin-top:0}.contact-card p{color:#657985}.empty-state{padding:70px 20px;text-align:center;color:#788A93}.reveal{opacity:0;transform:translateY(14px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:920px){.nav-links,.nav-actions{display:none}.menu-button{display:block}.mobile-nav.open{display:flex;flex-direction:column;gap:4px;padding:0 20px 18px}.mobile-nav a{padding:11px;border-bottom:1px solid #E5EBED;font-weight:700}.hero-grid,.product-hero-grid,.two-col,.split-feature{grid-template-columns:1fr}.hero-visual{max-width:760px}.approach-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta{align-items:flex-start;flex-direction:column}}
@media(max-width:640px){.shell{width:min(calc(100% - 28px),var(--shell))}.brand img{width:245px}.nav{height:72px}.hero{padding:64px 0 54px}.hero h1,.product-hero h1{font-size:44px}.section{padding:64px 0}.section-head{display:block}.section-copy{margin-top:18px}.approach-grid,.footer-grid,.contact-grid{grid-template-columns:1fr}.cta{padding:32px}.footer-bottom{flex-direction:column}.hero-note{position:static;margin-top:10px}.visual-panel{padding:28px;min-height:350px}}
