:root {
  --theme: #ac0b0b;
  --theme-dark: #7d0808;
  --theme-deep: #520404;
  --theme-light: #fff1f1;
  --theme-soft: #fff8f8;
  --theme-hover: #920909;
  --theme-border: rgba(172,11,11,0.18);
  --text-main: #2d1717;
  --text-muted: #765b5b;
  --on-theme: #ffffff;
  --on-dark: #fff7f7;
  --white: #ffffff;
  --shadow-soft: 0 14px 36px rgba(82, 4, 4, 0.15);
}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:Arial,Helvetica,sans-serif;background:var(--theme-light);color:var(--text-main);line-height:1.72}a{text-decoration:none}img{max-width:100%;height:auto}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:linear-gradient(135deg,var(--theme-deep),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:48px}.main-nav{display:none;align-items:center;gap:6px;flex:1;justify-content:center}.main-nav a{color:var(--on-dark);font-weight:700;font-size:14px;padding:10px 12px;border-radius:999px;white-space:nowrap}.main-nav a.active,.main-nav a:hover{color:var(--on-dark);background:rgba(255,255,255,0.12);box-shadow:inset 0 -2px 0 var(--theme-light)}.header-actions{display:flex;align-items:center;gap:10px}.main-btn{background:var(--theme);color:var(--on-theme);border-radius:999px;box-shadow:var(--shadow-soft);padding:11px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.24);transition:.2s ease}.main-btn:hover{background:var(--theme-hover);transform:translateY(-1px)}.mobile-menu-toggle{appearance:none;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:var(--on-dark);width:44px;height:44px;border-radius:14px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}.mobile-menu-toggle span{display:block;width:20px;height:2px;background:var(--on-dark);border-radius:2px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{max-height:42px;max-width:140px}.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-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.drawer-close{border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);color:var(--on-dark);font-size:24px;width:42px;height:42px;border-radius:12px}.drawer-overlay{position:fixed;inset:0;opacity:0;visibility:hidden;z-index:10000;background:rgba(0,0,0,.52);transition:.2s ease}.drawer-overlay.is-open{opacity:1;visibility:visible}body.menu-open{overflow:hidden}.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}.mobile-nav a.active,.mobile-nav a:hover{background:rgba(255,255,255,.16)}main{background:var(--theme-light)}.container{max-width:1180px;margin:0 auto;padding:0 18px}.section{padding:58px 0}.hero,.hero-section,.banner{position:relative;overflow:hidden}.hero{background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.9),transparent 28%),linear-gradient(135deg,#fff6f6,var(--theme-light));padding:70px 0 44px}.hero-grid{display:grid;gap:30px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:rgba(172,11,11,.1);color:var(--theme-dark);padding:8px 14px;border-radius:999px;font-weight:800;margin-bottom:16px}.hero h1{font-size:36px;line-height:1.15;margin:0 0 18px}.hero p{font-size:17px;color:var(--text-main);margin:0 0 18px}.hero-card{background:linear-gradient(145deg,var(--white),#fff0f0);border:1px solid var(--theme-border);border-radius:28px;padding:26px;box-shadow:var(--shadow-soft)}.stat-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.stat{background:var(--white);border:1px solid var(--theme-border);border-radius:20px;padding:16px}.stat strong,.category-number{display:block;color:var(--theme-dark);font-size:22px}.quick-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.quick-tags span{background:var(--white);border:1px solid var(--theme-border);color:var(--theme-dark);border-radius:999px;padding:8px 12px;font-weight:700}.section-title,h1,h2,h3,.category-number,.highlight{color:var(--theme-dark)}.section-title{font-size:30px;margin:0 0 12px}.section-lead{color:var(--text-muted);max-width:850px;margin:0 0 26px}.grid{display:grid;gap:18px}.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.card,.zone-card,.info-card,.faq-item,.notice,.category-pill,.service-strip{background:var(--white);color:var(--text-main);border:1px solid var(--theme-border);box-shadow:var(--shadow-soft);border-radius:24px;padding:22px}.category-pill{transition:.2s ease}.category-pill:hover{transform:translateY(-3px);border-color:rgba(172,11,11,.34)}.category-pill h3,.info-card h3,.zone-card h3{margin:8px 0}.text-link{color:var(--theme);font-weight:800}.text-link:hover{color:var(--theme-hover)}.service-strip{background:linear-gradient(135deg,var(--theme-soft),#ffffff);font-size:17px}.feature-grid{display:grid;gap:18px}.content-split{display:grid;gap:24px;align-items:center;margin:28px 0}.visual-card{min-height:260px;border-radius:28px;background:linear-gradient(135deg,var(--theme),var(--theme-dark));color:var(--on-dark);padding:26px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.visual-card:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:rgba(255,255,255,.14);right:-50px;bottom:-60px}.visual-card ul{position:relative;z-index:1;margin:0;padding-left:20px}.app-section{background:linear-gradient(135deg,var(--white),#ffeded);border:1px solid var(--theme-border);border-radius:30px;padding:24px;box-shadow:var(--shadow-soft);display:grid;gap:24px;align-items:center}.app-section img,.content-img{max-width:100%;height:auto;object-fit:contain}.app-section img{max-height:420px;margin:0 auto;display:block}.security-section{display:grid;gap:20px}.faq{display:grid;gap:16px}.faq-item h3{margin-top:0}.notice{background:linear-gradient(135deg,#ffffff,var(--theme-soft));border-left:5px solid var(--theme)}.breadcrumb{font-size:14px;margin-bottom:18px;color:var(--text-muted)}.page-hero{padding:54px 0 24px;background:linear-gradient(135deg,#fff6f6,var(--theme-light))}.page-hero h1{font-size:34px;line-height:1.2;margin:0 0 12px}.prose{font-size:17px}.prose p{margin:0 0 18px}.prose ul{margin:0 0 18px;padding-left:22px}.footer{background:linear-gradient(135deg,var(--theme-deep),#3d0303);color:var(--on-dark);padding:46px 0 26px}.footer a{color:var(--on-dark)}.footer a:hover{color:var(--theme-light)}.footer-grid{display:grid;gap:24px}.footer-brand p,.footer-note{color:rgba(255,247,247,.86)}.footer-links{display:grid;gap:10px}.footer-links h3{color:var(--on-dark);margin:0 0 6px}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:28px;padding-top:18px;color:rgba(255,247,247,.86);font-size:14px}.list-check{display:grid;gap:10px;margin:16px 0}.list-check li{background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:16px;padding:10px 12px}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}.pill-list span{background:var(--theme-soft);border:1px solid var(--theme-border);border-radius:999px;padding:8px 12px;color:var(--theme-dark);font-weight:700}@media (min-width:768px){.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(2,1fr)}.grid.four{grid-template-columns:repeat(2,1fr)}.hero-grid,.app-section,.security-section{grid-template-columns:1fr 1fr}.content-split{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.hero h1{font-size:48px}.page-hero h1{font-size:44px}}@media (min-width:1024px){.main-nav{display:flex}.mobile-menu-toggle,.mobile-logo{display:none}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.header-inner{padding:0 24px}.hero{padding:92px 0 54px}.hero h1{font-size:56px}.section{padding:72px 0}.header-actions .main-btn{padding:12px 22px}}@media (max-width:1023px){.header-inner{min-height:66px}.logo.desktop-logo{visibility:hidden;width:56px}.header-actions .main-btn{padding:9px 14px;font-size:14px}.container{padding:0 16px}.hero h1{font-size:34px}.section-title{font-size:26px}}
