:root{
  --theme:#8b0810;
  --theme-dark:#65050b;
  --theme-deep:#3d0206;
  --theme-light:#fff1f2;
  --theme-soft:#fff8f9;
  --theme-hover:#a90b15;
  --theme-border:rgba(139,8,16,.22);
  --text-main:#231011;
  --text-muted:#715254;
  --on-theme:#fffaf5;
  --on-dark:#fffaf5;
  --white:#ffffff;
  --shadow-soft:0 18px 45px rgba(61,2,6,.16);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}
body{background:var(--theme-light);color:var(--text-main);font-family:Arial,Helvetica,sans-serif;line-height:1.7;font-size:16px}
a{text-decoration:none}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: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}
.site-logo,.logo{display:inline-flex;align-items:center;justify-content:center;min-width:0;overflow:hidden;flex:0 0 auto}
.site-logo img{display:block;width:auto;height:auto;max-width:190px;max-height:64px;object-fit:contain}
.logo img,.footer-brand img,.drawer-logo img{display:block;height:auto;max-width:180px}.logo img{max-height:56px}
.main-nav{display:none;align-items:center;justify-content:center;gap:4px;min-width:0;flex:1 1 auto}.main-nav a{color:var(--on-dark);padding:10px 11px;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;justify-content:flex-end;flex:0 0 auto}.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,.22);transition:.2s}.main-btn:hover{background:var(--theme-hover);transform:translateY(-1px)}
.mobile-header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:8px 14px}.mobile-menu-toggle{display:inline-flex;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.1);flex:0 0 auto}.mobile-menu-toggle span{width:20px;height:2px;background:var(--on-dark);display:block}.mobile-register{flex:0 0 auto;white-space:nowrap;min-width:max-content;padding:10px 16px;border-radius:999px}
.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: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:.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:18px}.drawer-close{border:0;background:rgba(255,255,255,.14);color:var(--on-dark);font-size:30px;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}
.section{padding:72px 0}.hero-section{padding:72px 0 44px}.hero-inner{display:grid;gap:40px}.hero-copy{max-width:760px}.eyebrow,.tag{display:inline-flex;align-items:center;background:rgba(139,8,16,.12);color:var(--theme-dark);border:1px solid var(--theme-border);padding:7px 13px;border-radius:999px;font-weight:800;margin:0 8px 12px 0}.hero h1,.hero-section h1,h1{font-size:clamp(36px,6vw,68px);line-height:1.05;margin:12px 0 22px;color:var(--theme-dark);letter-spacing:-1.4px}.hero p,.hero-section p,.lead{font-size:clamp(17px,2vw,20px);color:var(--text-muted)}
.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:30px;min-height:420px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-visual:before,.visual-card:before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:rgba(139,8,16,.18);right:-60px;top:-60px}.hero-visual img,.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain;position:relative;z-index:1}.hero-visual img{width:min(100%,560px);max-height:520px}.hero-cards{display:grid;gap:16px;margin-top:28px}
.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:24px;padding:24px}.section-title,h2,h3,.category-number,.highlight{color:var(--theme-dark)}.section-title{font-size:clamp(30px,4vw,44px);line-height:1.15;margin:0 0 18px}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.grid,.feature-grid,.zone-grid,.info-board,.faq{display:grid;gap:24px}.category-pill{display:grid;gap:8px;background:linear-gradient(145deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);border-radius:999px;padding:20px 22px;box-shadow:var(--shadow-soft)}.category-number{font-weight:900;font-size:22px}.service-strip{background:linear-gradient(135deg,var(--theme-soft),var(--white));border:1px solid var(--theme-border);border-radius:28px;padding:30px;box-shadow:var(--shadow-soft)}.content-split{display:grid;gap:40px;margin:34px 0;align-items:center}.split-text ul,.app-list{padding-left:20px}.app-section,.security-section,.banner{background:linear-gradient(135deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);border-radius:32px;padding:30px;box-shadow:var(--shadow-soft)}.app-section{display:grid;gap:30px;align-items:center}.security-section{display:grid;gap:24px}.notice{background:linear-gradient(135deg,var(--theme-soft),var(--white));font-weight:700}.page-hero{padding:64px 0 24px}.page-hero .container{display:grid;gap:26px}.page-grid{display:grid;gap:24px}.two-col{display:grid;gap:28px}.footer{background:linear-gradient(135deg,var(--theme-deep),#1e0204);color:var(--on-dark);padding:58px 0 22px}.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 h3{color:var(--on-dark)}.footer-brand p,.footer-note{color:rgba(255,250,245,.82)}.footer-note{width:min(1280px,calc(100% - 80px));margin:28px auto 0;border-top:1px solid rgba(255,255,255,.18);padding-top:18px}.age{font-weight:900;color:var(--on-dark)!important}.pill-row{display:flex;flex-wrap:wrap;gap:10px}.mini-list{display:grid;gap:12px}.mini-list span{background:rgba(139,8,16,.10);border:1px solid var(--theme-border);border-radius:14px;padding:12px;color:var(--theme-dark);font-weight:800}
@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)}.grid,.zone-grid{grid-template-columns:repeat(2,1fr)}.feature-grid,.info-board{grid-template-columns:repeat(2,1fr)}.faq{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1.4fr 1fr 1fr 1fr}.two-col,.page-hero .container{grid-template-columns:1fr 1fr;align-items:center}.app-section,.security-section{grid-template-columns:.9fr 1.1fr}.section{padding:88px 0}}
@media (min-width:1024px){body{font-size:17px}.mobile-header{display:flex;padding:0}.mobile-menu-toggle{display:none}.site-logo img{max-width:190px;max-height:64px}.main-nav{display:flex}.hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr);align-items:center;gap:64px}.hero-section{padding:90px 0 64px}.hero-visual{width:100%;min-height:420px}.content-split{grid-template-columns:repeat(2,minmax(0,1fr));gap:46px}.info-board.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:104px 0}.app-section{padding:46px;grid-template-columns:.85fr 1.15fr}.app-section img{max-height:480px}.security-section{grid-template-columns:.8fr 1.2fr}.page-grid{grid-template-columns:repeat(3,1fr)}.faq.page-faq{grid-template-columns:repeat(2,1fr)}.header-actions .main-btn{padding:12px 24px}h1{font-size:clamp(52px,5vw,72px);line-height:1.05}}
@media (min-width:1280px){.section-title{font-size:46px}.hero-visual{min-height:500px}}
@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)}}
@media (max-width:1023px){.container,.section-inner,.hero-inner,.header-inner,.footer-inner{width:min(100% - 32px,1280px)}.site-logo img{max-width:min(150px,42vw);max-height:48px}.header-inner{max-width:none}.logo{display:inline-flex!important}.header-actions{min-width:max-content}}
@media (max-width:767px){body{font-size:16px}.hero-section{padding:52px 0 28px}.hero-visual{min-height:300px;padding:20px}.section{padding:56px 0}.category-pill{border-radius:22px}.footer-inner{grid-template-columns:1fr}.footer-note{width:min(100% - 32px,1280px)}.app-section,.security-section{padding:22px}h1{font-size:clamp(32px,9vw,48px);line-height:1.12}}
