:root{
  --theme:#d8242b;
  --theme-dark:#8f121a;
  --theme-deep:#52080d;
  --theme-light:#fff3f2;
  --theme-soft:#fff8f7;
  --theme-hover:#b61721;
  --theme-border:rgba(216,36,43,.22);
  --text-main:#251315;
  --text-muted:#6e5659;
  --on-theme:#ffffff;
  --on-dark:#fff7f7;
  --white:#ffffff;
  --shadow-soft:0 18px 50px rgba(82,8,13,.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.72}a{text-decoration:none}p{font-size:17px}img{max-width:100%;height:auto}.container,.section-inner,.hero-inner,.header-inner,.footer-inner{width:min(1280px,calc(100% - 80px));margin-left:auto;margin-right:auto}.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;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}.mobile-header{display:none}.site-logo{display:inline-flex;align-items:center;justify-content:center;min-width:0;overflow:hidden}.site-logo img{display:block;width:auto;height:auto;max-width:190px;max-height:64px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.main-nav a{color:var(--on-dark);font-weight:700;font-size:14px;padding:10px 11px;border-radius:999px}.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,.mobile-register{display:inline-flex;align-items:center;justify-content:center;background:var(--theme);color:var(--on-theme);border-radius:999px;box-shadow:var(--shadow-soft);font-weight:800;transition:.2s ease}.main-btn{padding:12px 22px}.main-btn:hover,.mobile-register:hover{background:var(--theme-hover);transform:translateY(-1px)}.mobile-register{padding:10px 16px;white-space:nowrap;min-width:max-content}.mobile-menu-toggle{width:44px;height:44px;flex:0 0 auto;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:rgba(255,255,255,.08);color:var(--on-dark);font-size:24px}.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,.56);transition:.28s ease}.drawer-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-logo img,.footer-brand img{display:block;height:auto;max-width:180px}.drawer-close{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:var(--on-dark);font-size:28px}.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)}.mobile-nav a.active{background:rgba(255,255,255,.18)}.hero,.hero-section{display:grid;gap:40px}.hero-section{padding:94px 0 64px;background:linear-gradient(135deg,var(--theme-light),#fff 62%,#ffe9e8)}.hero-inner{align-items:center}.eyebrow{display:inline-flex;color:var(--theme-dark);background:var(--white);border:1px solid var(--theme-border);border-radius:999px;padding:8px 14px;font-weight:800}.hero h1{margin:18px 0 18px}.hero-lead{font-size:20px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.hero-tags span,.tag{border:1px solid var(--theme-border);background:var(--white);border-radius:999px;padding:8px 12px;color:var(--theme-dark);font-weight:700}.hero-visual{width:100%;min-height:420px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--white),#fff2f1);border:1px solid var(--theme-border);border-radius:36px;box-shadow:var(--shadow-soft);padding:28px}.hero-visual img{width:min(100%,560px);max-height:520px;object-fit:contain}.hero-cards{display:grid;gap:16px;margin-top:26px}.section{padding:76px 0}.section-title,h1,h2,h3,.category-number,.highlight{color:var(--theme-dark)}h1{font-size:clamp(34px,7vw,58px);line-height:1.08}h2{font-size:clamp(28px,4vw,42px);line-height:1.18;margin:0 0 18px}h3{margin-top:0}.section-head{max-width:860px;margin-bottom:28px}.service-strip,.notice,.card,.zone-card,.info-card,.faq-item{background:var(--white);color:var(--text-main);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:28px}.service-strip{padding:28px}.grid,.feature-grid,.zone-grid,.faq{display:grid;gap:24px}.card,.zone-card,.info-card,.faq-item{padding:26px}.category-pill{display:grid;gap:8px;padding:20px;border-radius:24px;background:var(--white);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft)}.category-number{font-weight:900;font-size:28px}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.content-split{display:grid;gap:40px}.visual-card{background:linear-gradient(145deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:32px;padding:28px;min-height:280px;display:flex;align-items:center;justify-content:center}.visual-card img,.content-img,.app-section img,.hero-visual img{max-width:100%;height:auto;object-fit:contain}.app-section{background:linear-gradient(135deg,var(--theme-soft),#fff);border:1px solid var(--theme-border);border-radius:34px;padding:34px;box-shadow:var(--shadow-soft)}.security-section{display:grid;gap:24px}.notice{padding:26px;background:linear-gradient(135deg,#fff,var(--theme-soft))}.footer{background:var(--theme-deep);color:var(--on-dark);padding:60px 0 22px}.footer-inner{display:grid;gap:28px}.footer a{display:block;color:var(--on-dark);margin:8px 0}.footer a:hover{color:var(--theme-light)}.footer-note{width:min(1280px,calc(100% - 80px));margin:34px auto 0;border-top:1px solid rgba(255,255,255,.16);padding-top:18px;color:rgba(255,255,255,.82)}.page-hero{padding:72px 0 36px}.page-grid{display:grid;gap:24px}.two-col{display:grid;gap:28px}.check-list{padding-left:20px}.check-list li{margin:8px 0}.banner{padding:28px;border-radius:30px;background:var(--theme-dark);color:var(--on-dark);box-shadow:var(--shadow-soft)}.banner h2,.banner h3{color:var(--on-dark)}
@media (max-width:1023px){.header-inner{display:none}.mobile-header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:8px 14px}.site-logo img{max-width:min(150px,42vw);max-height:48px}.site-logo{justify-content:center}.hero-visual{min-height:260px}.main-nav{display:none}}
@media (max-width:767px){.container,.section-inner,.hero-inner,.header-inner,.footer-inner{width:min(100% - 32px,1280px)}.section{padding:52px 0}.hero-section{padding:56px 0 42px}h1{font-size:clamp(32px,9vw,48px);line-height:1.12}.hero-lead{font-size:17px}.card,.zone-card,.info-card,.faq-item{padding:20px}.footer-note{width:min(100% - 32px,1280px)}.app-section{padding:22px}.hero-visual img{max-height:340px}.hero-visual{padding:18px}}
@media (max-width:390px){.mobile-header{grid-template-columns:44px minmax(0,1fr) auto;gap:8px;padding:8px 10px}.site-logo img{max-width:min(120px,36vw);max-height:42px}.mobile-register{padding:8px 12px;font-size:13px}.mobile-menu-toggle{width:42px;height:42px}}
@media (min-width:768px){.hero-cards{grid-template-columns:repeat(3,1fr)}.feature-grid,.grid{grid-template-columns:repeat(2,1fr)}.faq{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:repeat(2,1fr)}.security-section{grid-template-columns:1fr 1fr}}
@media (min-width:1024px){.hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);align-items:center;gap:64px}h1{font-size:clamp(52px,5vw,72px);line-height:1.05}.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)}.content-split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.app-section{display:grid;grid-template-columns:minmax(400px,.9fr) 1.1fr;gap:46px;align-items:center}.footer-inner{grid-template-columns:1.4fr repeat(3,1fr)}}
@media (min-width:1280px){.section{padding:92px 0}.hero-section{padding:112px 0 86px}}
@media (min-width:1440px){.container,.section-inner,.hero-inner,.header-inner,.footer-inner{width:min(1360px,calc(100% - 120px))}.hero-inner{grid-template-columns:minmax(0,1fr) minmax(520px,.95fr);gap:80px}.hero-visual img{width:min(100%,620px)}}
