:root{--ink:#10131a;--muted:#69717f;--paper:#fff;--soft:#f5f8fb;--line:#e2e8f0;--green:#0f8f74;--green-dark:#0a6e5d;--blue:#2f65d9;--amber:#c67817;--text-on-dark:#ffffffc7;--shadow:0 22px 60px #10182824;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/1.5 Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);min-width:320px;margin:0}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}#app{min-height:100svh}.site-shell{overflow:hidden}.nav{z-index:50;color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0c1018c7;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(20px,6vw,84px);display:flex;position:fixed;top:0;left:0;right:0}.brand{align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-logo{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.brand-logo img{object-fit:contain;width:26px;height:26px}.nav-links{color:#ffffffc7;align-items:center;gap:30px;font-size:14px;display:flex}.nav-links a:hover{color:#fff}.hero-section{color:#fff;background:radial-gradient(circle at 76% 32%,#2f65d980,#0000 24%),radial-gradient(circle at 28% 24%,#0f8f7473,#0000 25%),linear-gradient(135deg,#111827 0%,#162034 46%,#092c2a 100%);grid-template-columns:minmax(0,1fr) minmax(260px,440px);align-items:center;gap:48px;min-height:780px;padding:132px clamp(20px,6vw,84px) 76px;display:grid;position:relative}.hero-section:before{content:"";opacity:.34;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:58px 58px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#0000 88%);mask-image:linear-gradient(#000,#0000 88%)}.hero-content,.hero-art{z-index:1;position:relative}.eyebrow,.section-kicker{color:var(--green);font-size:14px;font-weight:800}.eyebrow{color:#7ee2ca;background:#ffffff14;border:1px solid #ffffff2e;border-radius:7px;width:fit-content;margin-bottom:20px;padding:8px 13px}h1{letter-spacing:0;max-width:860px;font-size:clamp(42px,6.8vw,86px);font-weight:860;line-height:1.02}.hero-copy{max-width:670px;color:var(--text-on-dark);margin-top:24px;font-size:clamp(17px,2vw,21px);line-height:1.75}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-weight:760;display:inline-flex}.button-primary{color:#fff;background:var(--green)}.button-primary:hover{background:var(--green-dark)}.button-secondary{color:#fff;background:#ffffff14;border-color:#ffffff3d}.button-dark{color:#fff;background:var(--ink)}.stats{border-top:1px solid #ffffff2e;border-bottom:1px solid #ffffff2e;grid-template-columns:repeat(3,minmax(0,1fr));max-width:780px;margin-top:48px;display:grid}.stat{padding:24px 28px 24px 0}.stat strong{margin-bottom:8px;font-size:clamp(30px,4vw,44px);line-height:1;display:block}.stat span{color:#ffffffa8;font-size:14px}.hero-art{place-items:center;min-height:430px;display:grid}.hero-art img{filter:drop-shadow(0 32px 68px #00000061);width:min(360px,100%)}.section{padding:88px clamp(20px,6vw,84px)}.section-muted{background:var(--soft)}.section-heading{max-width:760px;margin-bottom:38px}.section-heading h2{margin-top:12px;font-size:clamp(31px,4vw,52px);line-height:1.1}.section-heading p:last-child{color:var(--muted);margin-top:16px;font-size:17px;line-height:1.72}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.product-card{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;min-height:310px;padding:30px;display:flex;box-shadow:0 14px 38px #10182814}.product-status{width:fit-content;color:var(--green-dark);background:#e5f6f0;border-radius:999px;padding:7px 10px;font-size:13px;font-weight:800}.product-card-blue .product-status{color:#284fbc;background:#e8efff}.product-card-amber .product-status{color:#8b520a;background:#fff0d9}.product-card h3{margin-top:26px;font-size:27px}.product-card p{color:var(--muted);margin-top:12px;line-height:1.72}.product-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:28px;font-size:14px;display:flex}.product-footer a{color:var(--green-dark);font-weight:800}.center-action{justify-content:center;margin-top:38px;display:flex}.reason-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.reason-card{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:225px;padding:30px}.reason-icon{color:#fff;background:var(--blue);border-radius:8px;place-items:center;width:46px;height:46px;margin-bottom:24px;font-weight:850;display:grid}.reason-card:nth-child(2) .reason-icon{background:var(--green)}.reason-card:nth-child(3) .reason-icon{background:var(--amber)}.reason-card h3{font-size:22px}.reason-card p{color:var(--muted);margin-top:10px;line-height:1.7}.contact-section{color:#fff;background:radial-gradient(circle at 82% 18%,#0f8f7461,#0000 28%),linear-gradient(135deg,#10131a 0%,#151d2a 54%,#0a2d2a 100%)}.contact-heading .section-kicker{color:#7ee2ca}.contact-heading p:last-child{color:#ffffffad}.contact-grid{grid-template-columns:.85fr 1.15fr;gap:22px;display:grid}.contact-card,.community-card{background:#ffffff12;border:1px solid #ffffff24;border-radius:10px;padding:32px}.contact-card h3,.community-card h3{font-size:25px}.contact-line{gap:7px;margin-top:24px;display:grid}.contact-line span{color:#ffffff94;font-size:14px}.contact-line a{font-size:20px;font-weight:760}.community-card p{color:#ffffffad;margin-top:14px;line-height:1.72}.community-tags{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 28px;display:grid}.community-tags span{color:#fffc;border:1px solid #ffffff24;border-radius:8px;padding:14px}.footer{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:22px;padding:32px clamp(20px,6vw,84px);font-size:14px;display:flex}.footer-brand{color:var(--ink);align-items:center;gap:10px;display:flex}.footer-brand img{object-fit:contain;width:38px;height:38px}.footer-brand span{color:var(--muted);font-size:12px;display:block}.footer-meta{gap:16px;display:flex}@media (width<=920px){.nav-links{gap:18px}.hero-section{grid-template-columns:1fr;align-items:end;gap:16px;min-height:860px;padding-top:112px}.hero-art{order:-1;min-height:250px}.hero-art img{width:230px}.stats,.product-grid,.reason-grid,.contact-grid{grid-template-columns:1fr}.stat{border-bottom:1px solid #ffffff24}.section{padding-top:68px;padding-bottom:68px}.footer{flex-direction:column;align-items:flex-start}}@media (width<=560px){.nav{height:64px}.brand{font-size:14px}.nav-links{display:none}.hero-actions,.button{width:100%}.product-footer,.footer-meta{flex-direction:column;align-items:flex-start}.community-tags{grid-template-columns:1fr}}
