:root{--theme:#003F19;--theme-dark:#002D12;--theme-deep:#001B0B;--theme-light:#EFF9F3;--theme-soft:#F7FCF9;--theme-hover:#006B2A;--theme-border:rgba(0,63,25,.18);--text-main:#102018;--text-muted:#5B6B62;--on-theme:#FFFFFF;--on-dark:#F4FFF8;--white:#FFFFFF;--shadow-soft:0 18px 45px rgba(0,63,25,.14)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{background:var(--theme-light);color:var(--text-main);font-family:Arial,Helvetica,sans-serif;line-height:1.7}a{text-decoration:none}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:var(--theme-dark);color:var(--on-dark);box-shadow:var(--shadow-soft);backdrop-filter:blur(10px)}.header-inner{max-width:1280px;margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;gap:18px}.logo img,.footer-brand img,.drawer-logo img{display:block;height:auto;max-width:180px;max-height:54px}.main-nav{display:none;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}.main-nav a{color:var(--on-dark);padding:10px 11px;border-radius:999px;font-weight:700;font-size:14px}.main-nav a.active,.main-nav a:hover{color:var(--on-dark);background:rgba(255,255,255,.12);box-shadow:inset 0 -2px 0 var(--theme-light)}.header-actions{display:flex}.main-btn{background:var(--theme);color:var(--on-theme);border-radius:999px;box-shadow:var(--shadow-soft);display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;font-weight:800;border:1px solid rgba(255,255,255,.22);transition:.2s}.main-btn:hover{background:var(--theme-hover);transform:translateY(-1px)}.mobile-menu-toggle{display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:9px;cursor:pointer}.mobile-menu-toggle span{width:22px;height:2px;background:var(--on-dark);display:block}.mobile-drawer{position:fixed;top:0;left:0;width:82%;max-width:320px;height:100vh;transform:translateX(-100%);transition:transform .28s ease;z-index:10001;background:var(--theme-dark);color:var(--on-dark);padding:18px;overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;opacity:0;visibility:hidden;z-index:10000;background:rgba(0,0,0,.52);transition:.25s}.drawer-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.drawer-close{font-size:30px;color:var(--on-dark);background:transparent;border:0;cursor:pointer}.mobile-nav{display:grid;gap:8px}.mobile-nav a{color:var(--on-dark);padding:12px;border-radius:14px;background:rgba(255,255,255,.08);font-weight:700}.mobile-nav a.active,.mobile-nav a:hover{background:rgba(255,255,255,.16)}.container{max-width:1180px;margin:0 auto;padding:0 18px}.section{padding:58px 0}.hero,.hero-section{padding:72px 0;background:linear-gradient(135deg,var(--theme-light),var(--theme-soft))}.hero-grid,.content-split,.app-section,.security-section{display:grid;gap:28px;align-items:center}.eyebrow,.tag{display:inline-flex;color:var(--theme-dark);background:rgba(0,63,25,.08);border:1px solid var(--theme-border);border-radius:999px;padding:6px 12px;font-weight:800;margin:4px 4px 10px 0}.hero h1{font-size:clamp(32px,5vw,58px);line-height:1.1;margin:12px 0;color:var(--theme-dark)}.lead{font-size:18px;color:var(--text-main)}.banner,.service-strip,.notice{background:var(--white);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:26px;padding:24px}.hero-card{background:linear-gradient(145deg,var(--theme-dark),var(--theme));color:var(--on-dark);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft);min-height:320px}.hero-card h2{color:var(--on-dark)}.metric{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:18px}.metric div{background:rgba(255,255,255,.12);border-radius:18px;padding:16px}.grid{display:grid;gap:18px}.feature-grid{display:grid;gap:18px}.card,.zone-card,.info-card,.faq-item,.notice,.category-pill{background:var(--white);color:var(--text-main);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:24px;padding:22px}.section-title,h1,h2,h3,.category-number,.highlight{color:var(--theme-dark)}.section-title{font-size:clamp(28px,4vw,42px);margin:0 0 18px}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.category-number{font-weight:900;font-size:24px}.muted{color:var(--text-muted)}.visual-card{min-height:260px;border-radius:28px;background:radial-gradient(circle at top right,rgba(0,63,25,.25),transparent 35%),linear-gradient(135deg,var(--theme-soft),var(--white));border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);padding:28px}.app-section{background:linear-gradient(135deg,var(--theme-soft),var(--white));border-radius:30px;border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);padding:26px}.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain;display:block;margin:auto}.faq{display:grid;gap:16px}.footer{background:var(--theme-deep);color:var(--on-dark);padding:46px 0 22px}.footer-grid{display:grid;gap:22px}.footer a{color:var(--on-dark);display:block;margin:7px 0}.footer a:hover{color:var(--theme-light)}.footer h3{color:var(--on-dark)}.footer-note{border-top:1px solid rgba(255,255,255,.18);margin-top:26px;padding-top:20px;color:rgba(244,255,248,.88)}ul.check{padding-left:20px}img{max-width:100%;height:auto}.page-hero{padding:60px 0 20px}.page-content{padding:24px 0 64px}.prose p{margin:0 0 16px}.link-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.link-row a{background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:999px;padding:8px 13px;color:var(--theme);font-weight:800}@media (min-width:768px){.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three,.feature-grid{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(2,1fr)}.hero-grid,.content-split,.app-section,.security-section{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media (min-width:1024px){.main-nav{display:flex}.mobile-menu-toggle{display:none}.grid.four{grid-template-columns:repeat(4,1fr)}.header-actions{min-width:110px;justify-content:flex-end}}@media (max-width:520px){.header-inner{min-height:66px;padding:0 10px}.logo img{max-width:128px}.main-btn{padding:8px 13px}.section{padding:42px 0}.hero{padding:46px 0}.card,.zone-card,.info-card,.faq-item,.notice,.category-pill{padding:18px}}
