:root{
  --theme:#d01c2d;
  --theme-dark:#8f0f1d;
  --theme-deep:#570711;
  --theme-light:#fff2f3;
  --theme-soft:#fff8f8;
  --theme-hover:#b01625;
  --theme-border:rgba(208,28,45,.22);
  --text-main:#221316;
  --text-muted:#68575a;
  --on-theme:#ffffff;
  --on-dark:#ffffff;
  --white:#ffffff;
  --shadow-soft:0 18px 45px rgba(87,7,17,.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;font-size:16px;line-height:1.72}a{text-decoration:none}.container,.section-inner,.header-inner,.footer-inner{width:min(1200px,calc(100% - 48px));margin:0 auto}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:linear-gradient(135deg,var(--theme-dark),var(--theme-deep));color:var(--on-dark);box-shadow:var(--shadow-soft);backdrop-filter:blur(10px)}.header-inner{max-width:1280px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo img,.footer-brand img,.drawer-logo img{display:block;height:auto;max-width:180px}.logo img{max-height:48px}.main-nav{display:none;align-items:center;gap:4px;flex:1;justify-content:center}.main-nav a{color:var(--on-dark);padding:10px 12px;border-radius:999px;font-size:14px;font-weight:700;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{display:inline-flex;align-items:center;justify-content:center;background:var(--theme);color:var(--on-theme);border-radius:999px;box-shadow:var(--shadow-soft);padding:11px 22px;font-weight:800;border:1px solid rgba(255,255,255,.24);transition:.2s}.main-btn:hover{background:var(--theme-hover);transform:translateY(-1px)}.mobile-menu-toggle{width:44px;height:44px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);border-radius:14px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:var(--on-dark);border-radius:2px}.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:20px;overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.52);opacity:0;visibility:hidden;z-index:10000;transition:.28s}.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:22px}.drawer-close{font-size:30px;color:var(--on-dark);background:rgba(255,255,255,.12);border:0;border-radius:12px;width:42px;height:42px}.mobile-nav{display:grid;gap:8px}.mobile-nav a{color:var(--on-dark);padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.08);font-weight:700}.hero,.hero-section{display:grid;gap:32px;align-items:center;padding:56px 0 36px}.hero h1,.page-hero h1{font-size:clamp(38px,7vw,68px);line-height:1.06;margin:14px 0 18px;color:var(--theme-dark);letter-spacing:-1.5px}.hero p,.lead{font-size:18px;color:var(--text-muted)}.eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:var(--white);border:1px solid var(--theme-border);color:var(--theme-dark);font-weight:800}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.hero-visual,.visual-card{background:linear-gradient(145deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);border-radius:34px;box-shadow:var(--shadow-soft);padding:28px;min-height:360px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-visual:before,.visual-card:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(208,28,45,.12);right:-60px;top:-60px}.content-img,.app-section img,.hero-visual img{max-width:100%;height:auto;object-fit:contain;position:relative;z-index:1}.section{padding:72px 0}.section-title{font-size:clamp(30px,4vw,44px);line-height:1.16;margin:0 0 14px;color:var(--theme-dark)}.section-head{max-width:820px;margin-bottom:28px}.section-head p{color:var(--text-muted);font-size:18px}.grid,.feature-grid,.zone-grid,.quick-grid,.faq-grid,.security-grid{display:grid;gap:24px}.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:24px}.card h3,.zone-card h3,.info-card h3,.faq-item h3{margin-top:0;color:var(--theme-dark)}.category-number,.tag,.highlight{color:var(--theme-dark);font-weight:900}.tag{display:inline-flex;background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:999px;padding:6px 12px;margin-bottom:12px}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.service-strip{background:linear-gradient(135deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);border-radius:28px;padding:28px;box-shadow:var(--shadow-soft)}.content-split{display:grid;gap:30px;margin:30px 0}.split-reverse .visual-card{order:2}.app-section{display:grid;gap:32px;background:linear-gradient(135deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);border-radius:34px;padding:32px;box-shadow:var(--shadow-soft);align-items:center}.app-points{display:grid;gap:12px;margin:20px 0}.app-points span,.check-list li{background:rgba(208,28,45,.08);border:1px solid var(--theme-border);border-radius:16px;padding:12px 14px}.check-list{padding:0;margin:18px 0;list-style:none;display:grid;gap:10px}.page-hero{padding:64px 0 32px}.page-layout{display:grid;gap:30px}.article{background:var(--white);border:1px solid var(--theme-border);border-radius:28px;padding:32px;box-shadow:var(--shadow-soft)}.article p{color:var(--text-muted)}.article h2{color:var(--theme-dark);margin-top:26px}.side-panel{display:grid;gap:18px}.notice{background:linear-gradient(135deg,var(--theme-soft),var(--white));font-weight:700}.faq{display:grid;gap:20px}.footer{background:var(--theme-deep);color:var(--on-dark);padding:56px 0 0}.footer-inner{display:grid;gap:28px}.footer a{color:var(--on-dark);display:block;margin:8px 0}.footer a:hover{color:var(--theme-light)}.footer p{color:rgba(255,255,255,.82)}.footer-bottom{text-align:center;padding:18px;margin-top:32px;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.82)}img{max-width:100%;height:auto}.banner{background:var(--theme-dark);color:var(--on-dark)}
@media (min-width:768px){.quick-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.security-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.grid,.zone-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1.2fr 1fr 1fr 1fr}.app-section{grid-template-columns:.9fr 1.1fr}.page-layout{grid-template-columns:1fr .38fr}.faq{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.mobile-menu-toggle{display:none}.main-nav{display:flex}.hero,.hero-section{grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);gap:48px;padding:88px 0 56px}.hero p{font-size:20px}.content-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:44px}.feature-grid.four{grid-template-columns:repeat(4,1fr)}.feature-grid.three{grid-template-columns:repeat(3,1fr)}.zone-grid{grid-template-columns:repeat(4,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.section{padding:92px 0}.hero-visual{min-height:500px}.hero-visual img{max-height:440px}.app-section{padding:48px;grid-template-columns:.9fr 1.1fr}.app-section img{max-height:460px;margin:auto}.page-hero h1{max-width:920px}.article{padding:42px}.main-nav a{font-size:13px;padding:9px 9px}}
@media (min-width:1280px){.container,.section-inner,.header-inner,.footer-inner{width:min(1280px,calc(100% - 72px))}.main-nav a{font-size:14px;padding:10px 12px}.hero h1{font-size:72px}.hero-visual{min-height:540px}.section{padding:104px 0}}
