:root{
  --theme:#ee4136;
  --theme-dark:#9f1f18;
  --theme-deep:#5f100c;
  --theme-light:#fff1ef;
  --theme-soft:#fff8f7;
  --theme-hover:#c92d23;
  --theme-border:rgba(238,65,54,.22);
  --text-main:#241816;
  --text-muted:#6d5a56;
  --on-theme:#ffffff;
  --on-dark:#fff7f6;
  --white:#ffffff;
  --shadow-soft:0 18px 46px rgba(95,16,12,.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.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(90deg,var(--theme-deep),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: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);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{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;padding:11px 20px;transition:.2s}.main-btn:hover{background:var(--theme-hover);transform:translateY(-1px)}.mobile-menu-toggle{width:42px;height:42px;border:1px solid rgba(255,255,255,.24);border-radius:12px;background:rgba(255,255,255,.08);display: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: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:18px}.drawer-close{font-size:30px;color:var(--on-dark);background:transparent;border:0}.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}.section{padding:72px 0}.hero,.hero-section{display:grid;gap:32px;min-height:calc(100vh - 72px);align-items:center;padding:64px 0}.hero h1{font-size:clamp(38px,8vw,62px);line-height:1.06;margin:16px 0;color:var(--theme-dark);letter-spacing:-1.5px}.hero p{font-size:18px;color:var(--text-main)}.eyebrow{display:flex;gap:10px;flex-wrap:wrap}.eyebrow span,.tag{background:rgba(238,65,54,.1);color:var(--theme-dark);border:1px solid var(--theme-border);border-radius:999px;padding:7px 12px;font-weight:800}.hero-visual,.visual-card{background:linear-gradient(145deg,var(--white),#ffe2de);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:280px;height:280px;border-radius:50%;background:rgba(238,65,54,.14);right:-70px;top:-70px}.hero-visual img,.app-section img,.content-img{max-width:100%;height:auto;object-fit:contain;position:relative}.hero-cards{display:grid;gap:16px;margin-top:24px}.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}.service-strip{background:linear-gradient(90deg,var(--white),var(--theme-soft));border:1px solid var(--theme-border);border-radius:26px;padding:28px;box-shadow:var(--shadow-soft)}.section-title,h1,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}.grid,.feature-grid,.zone-grid{display:grid;gap:24px}.category-pill{background:var(--white);border:1px solid var(--theme-border);border-radius:999px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start;box-shadow:var(--shadow-soft)}.category-number{font-weight:900;font-size:22px}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.content-split{display:grid;gap:40px;margin:34px 0}.content-split.reverse .visual-card{order:2}.app-section,.security-section{display:grid;gap:34px;align-items:center;background:linear-gradient(135deg,var(--white),#ffe7e4);border:1px solid var(--theme-border);border-radius:34px;padding:32px;box-shadow:var(--shadow-soft)}.bullet-list{padding-left:20px}.bullet-list li{margin:8px 0}.faq{display:grid;gap:18px}.page-hero{padding:72px 0 32px}.page-hero h1{font-size:clamp(38px,6vw,58px);line-height:1.08;margin:0 0 18px}.two-col{display:grid;gap:28px}.footer{background:var(--theme-deep);color:var(--on-dark);padding:58px 0 0}.footer-inner{display:grid;gap:30px}.footer a{color:var(--on-dark);display:block;margin:8px 0}.footer a:hover{color:var(--theme-light)}.footer p{color:rgba(255,247,246,.86)}.footer-bottom{text-align:center;padding:20px;border-top:1px solid rgba(255,255,255,.18);margin-top:34px;color:rgba(255,247,246,.8)}img{max-width:100%;height:auto}.notice{background:linear-gradient(135deg,var(--white),var(--theme-soft));border-left:5px solid var(--theme)}
@media (min-width:768px){.hero-cards{grid-template-columns:repeat(3,1fr)}.grid{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:repeat(2,1fr)}.faq{grid-template-columns:repeat(2,1fr)}.two-col{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1.2fr 1fr 1fr 1fr}.app-section,.security-section{grid-template-columns:1fr 1.2fr}}
@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}.hero h1{font-size:64px}.hero p{font-size:20px}.section{padding:96px 0}.feature-grid.info-four{grid-template-columns:repeat(4,1fr)}.feature-grid.services{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}.content-split.reverse .visual-card{order:0}.app-section{grid-template-columns:minmax(360px,.8fr) 1.2fr;padding:46px}.security-section{grid-template-columns:.9fr 1.1fr}.page-hero p{max-width:820px;font-size:19px}.main-nav a{font-size:13px;padding:10px 9px}}
@media (min-width:1280px){.container,.section-inner,.header-inner,.footer-inner{width:min(1280px,calc(100% - 64px))}.hero h1{font-size:70px}.main-nav a{font-size:14px;padding:10px 12px}.hero-visual{min-height:520px}.section{padding:110px 0}}
@media (max-width:767px){.container,.section-inner,.header-inner,.footer-inner{width:min(100% - 28px,1200px)}.header-inner{min-height:64px}.logo img{max-width:132px}.main-btn{padding:9px 14px;font-size:14px}.hero,.hero-section{padding:42px 0;min-height:auto}.hero-visual,.visual-card{min-height:260px;padding:20px}.category-pill{border-radius:22px}.section{padding:52px 0}.app-section,.security-section{padding:22px}.footer-inner{grid-template-columns:1fr}}
