:root{
  --theme:#003F19;
  --theme-dark:#002b12;
  --theme-deep:#001b0b;
  --theme-light:#eef8f2;
  --theme-soft:#f7fcf9;
  --theme-hover:#00682a;
  --theme-border:rgba(0,63,25,.18);
  --text-main:#102018;
  --text-muted:#587064;
  --on-theme:#ffffff;
  --on-dark:#f4fff8;
  --white:#ffffff;
  --shadow-soft:0 16px 40px rgba(0,63,25,.14);
}
html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}*{box-sizing:border-box}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}.logo img{max-height:52px}.main-nav{display:none;gap:6px;align-items:center}.main-nav a{color:var(--on-dark);font-weight:700;font-size:14px;padding:10px 11px;border-radius:999px;white-space:nowrap}.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;align-items:center}.main-btn{background:var(--theme);color:var(--on-theme);border-radius:999px;box-shadow:var(--shadow-soft);padding:10px 20px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2)}.main-btn:hover{background:var(--theme-hover);transform:translateY(-1px)}.mobile-menu-toggle{width:44px;height:44px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);border-radius:12px;display:inline-flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.mobile-menu-toggle span{width:20px;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,.58);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{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:var(--on-dark);border-radius:10px;width:40px;height:40px;font-size:24px}.mobile-nav{display:grid;gap:8px}.mobile-nav a{color:var(--on-dark);padding:12px 10px;border-radius:12px;background:rgba(255,255,255,.07);font-weight:700}.container{max-width:1180px;margin:0 auto;padding:0 18px}.section{padding:58px 0}.hero,.hero-section,.banner{padding:72px 0;background:linear-gradient(135deg,var(--theme-soft),#ffffff)}.hero-grid,.content-split,.app-section,.security-section{display:grid;gap:28px;align-items:center}.hero h1{font-size:clamp(32px,5vw,58px);line-height:1.08;margin:12px 0 20px;color:var(--theme-dark)}.eyebrow{display:inline-flex;color:var(--theme-dark);font-weight:800;background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:999px;padding:8px 14px}.hero-card,.visual-card{background:linear-gradient(150deg,var(--theme),var(--theme-dark));color:var(--on-theme);border-radius:30px;padding:30px;box-shadow:var(--shadow-soft);min-height:260px}.hero-card h2,.visual-card h3{color:var(--on-theme)}.hero-tags,.mini-points,.footer-links,.inline-links{display:flex;flex-wrap:wrap;gap:10px}.hero-tags span,.mini-points span{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:8px 12px}.grid,.feature-grid{display:grid;gap:18px}.card,.zone-card,.info-card,.faq-item,.notice{background:var(--white);color:var(--text-main);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:22px;padding:24px}.category-pill{background:var(--white);border:1px solid var(--theme-border);border-radius:999px;padding:16px 18px;box-shadow:var(--shadow-soft)}.category-number,.highlight{color:var(--theme-dark);font-weight:900}.section-title,h1,h2,h3{color:var(--theme-dark);line-height:1.25}.section-title{font-size:clamp(26px,3vw,40px);margin:0 0 18px}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.service-strip{background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:26px;padding:24px;box-shadow:var(--shadow-soft)}.app-section{background:linear-gradient(135deg,#ffffff,var(--theme-soft));border:1px solid var(--theme-border);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft)}.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain}.app-section img{max-height:420px;margin:auto}.notice{background:linear-gradient(135deg,var(--theme-soft),#ffffff);font-weight:700}.faq{display:grid;gap:14px}.footer{background:var(--theme-deep);color:var(--on-dark);padding:44px 0 24px}.footer a{color:var(--on-dark)}.footer a:hover{color:var(--theme-light)}.footer-grid{display:grid;gap:24px}.footer p{color:#dff4e7}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:28px;padding-top:18px;color:#dff4e7}.page-hero{padding:54px 0;background:linear-gradient(135deg,var(--theme-soft),#fff)}.page-hero h1{font-size:clamp(30px,4vw,48px);margin:0 0 14px}.article{display:grid;gap:20px}.article p{margin:0}.list{padding-left:20px}.list li{margin:8px 0}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.pill-row a,.pill-row span{border:1px solid var(--theme-border);background:var(--theme-soft);color:var(--theme-dark);border-radius:999px;padding:8px 12px;font-weight:800}img{max-width:100%;height:auto}@media (min-width:768px){.grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.hero-grid,.content-split,.app-section,.security-section{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.2fr 2fr}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}}@media (min-width:1024px){.main-nav{display:flex}.mobile-menu-toggle{display:none}.grid.four{grid-template-columns:repeat(4,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.mobile-logo{position:static;transform:none}.hero-grid{grid-template-columns:1.05fr .95fr}.header-inner{padding:0 24px}}@media (max-width:1023px){.header-inner{position:relative}.logo.mobile-logo img{max-width:128px}.header-actions .main-btn{padding:9px 14px;font-size:14px}.desktop-logo{display:none}}@media (min-width:1024px){.mobile-logo{display:none}.desktop-logo{display:block}}
