
:root {
  --theme: #f96b05;
  --theme-dark: #9f3f03;
  --theme-deep: #5d2402;
  --theme-light: #fff4e8;
  --theme-soft: #fff9f1;
  --theme-hover: #c65204;
  --theme-border: rgba(249, 107, 5, 0.22);
  --text-main: #22160f;
  --text-muted: #6c5748;
  --on-theme: #ffffff;
  --on-dark: #fff8ef;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(95, 36, 2, 0.16);
}
* { 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.7; }
a { text-decoration: none; transition: .2s ease; }
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; }
@media (min-width: 1440px) { .container, .section-inner, .hero-inner, .header-inner, .footer-inner { width: min(1360px, calc(100% - 120px)); } }
@media (max-width: 767px) { .container, .section-inner, .hero-inner, .header-inner, .footer-inner { width: min(100% - 32px, 1280px); } }
.site-header { position: sticky; top: 0; width: 100%; z-index: 9999; background: rgba(159,63,3,.97); color: var(--on-dark); box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.header-inner { max-width: 1280px; min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.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; }
.logo { display: inline-flex; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 4px; flex: 1; }
.main-nav a { color: var(--on-dark); padding: 10px 12px; border-radius: 999px; font-weight: 700; font-size: 14px; 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; }
.main-btn, .mobile-register { background: var(--theme); color: var(--on-theme); border-radius: 999px; box-shadow: var(--shadow-soft); font-weight: 800; display: inline-flex; align-items: center; justify-content: center; border: 0; cursor: pointer; }
.main-btn { padding: 12px 22px; }
.main-btn:hover, .mobile-register:hover { background: var(--theme-hover); color: var(--on-theme); transform: translateY(-1px); }
.mobile-menu-toggle { width: 44px; height: 44px; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.1); color: var(--on-dark); border-radius: 14px; font-size: 24px; cursor: pointer; }
.mobile-register { flex: 0 0 auto; white-space: nowrap; min-width: max-content; padding: 10px 16px; font-size: 14px; }
.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; box-shadow: var(--shadow-soft); overflow-y: auto; }
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.48); opacity: 0; visibility: hidden; z-index: 10000; transition: .28s ease; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); }
.drawer-logo img, .footer-brand img { display: block; height: auto; max-width: 180px; }
.drawer-close { width: 42px; height: 42px; border: 0; border-radius: 12px; background: rgba(255,255,255,.12); color: var(--on-dark); font-size: 24px; cursor: pointer; }
.mobile-nav { display: grid; gap: 8px; padding-top: 16px; }
.mobile-nav a { color: var(--on-dark); padding: 12px 14px; border-radius: 14px; background: rgba(255,255,255,.07); font-weight: 700; }
.hero, .hero-section { display: grid; gap: 40px; }
.hero-section { padding: 88px 0 54px; background: radial-gradient(circle at top right, rgba(249,107,5,.28), transparent 35%), linear-gradient(135deg, #fffaf3, var(--theme-light)); }
.hero-inner { align-items: center; }
@media (min-width: 1024px) { .hero-inner { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, 0.95fr); align-items: center; gap: 64px; } }
@media (min-width: 1440px) { .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(520px, 0.95fr); gap: 80px; } }
.hero-copy p { font-size: 18px; color: var(--text-muted); max-width: 760px; }
.eyebrow { color: var(--theme-dark); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3, .section-title, .category-number, .highlight { color: var(--theme-dark); }
h1 { margin: 10px 0 20px; font-size: clamp(38px, 8vw, 56px); line-height: 1.08; }
@media (min-width: 1024px) { h1 { font-size: clamp(52px, 5vw, 72px); line-height: 1.05; } }
@media (max-width: 767px) { h1 { font-size: clamp(32px, 9vw, 48px); line-height: 1.12; } }
h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.18; margin: 0 0 16px; }
h3 { margin: 0 0 12px; font-size: 22px; }
.hero-tags, .quick-cats { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px 0; }
.hero-tags span, .theme-tag { border: 1px solid var(--theme-border); background: var(--white); color: var(--theme-dark); border-radius: 999px; padding: 9px 14px; font-weight: 800; }
.hero-visual { width: 100%; min-height: 420px; display: flex; align-items: center; justify-content: center; border-radius: 36px; background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,244,232,.7)); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); padding: 34px; }
.hero-visual img { width: min(100%, 560px); max-height: 520px; object-fit: contain; }
@media (min-width: 1440px) { .hero-visual img { width: min(100%, 620px); } }
.hero-mini { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 22px; }
.hero-mini .card { padding: 18px; }
.section { padding: 78px 0; }
.section-title { text-align: center; margin-bottom: 28px; }
.section-lead { max-width: 920px; margin: 0 auto 32px; text-align: center; color: var(--text-muted); font-size: 18px; }
.banner, .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); }
.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; }
.notice { background: linear-gradient(135deg, var(--theme-soft), #fff); border-left: 6px solid var(--theme); }
.grid, .feature-grid, .zone-grid, .faq { display: grid; gap: 24px; }
.category-grid { display: grid; gap: 16px; }
.category-pill { display: grid; gap: 10px; }
.category-number { font-weight: 900; font-size: 28px; }
.info-board { grid-template-columns: 1fr; }
.service-grid { grid-template-columns: 1fr; }
.zone-grid { grid-template-columns: 1fr; }
.text-link { color: var(--theme); font-weight: 900; }
.text-link:hover { color: var(--theme-hover); }
.content-split { display: grid; gap: 40px; margin-top: 28px; }
.content-visual { min-height: 310px; display: flex; align-items: center; justify-content: center; border-radius: 28px; background: linear-gradient(145deg, #fff, var(--theme-soft)); border: 1px solid var(--theme-border); padding: 28px; box-shadow: var(--shadow-soft); }
.content-img, .app-section img, .hero-visual img { max-width: 100%; height: auto; object-fit: contain; }
.app-section { display: grid; gap: 36px; align-items: center; background: linear-gradient(135deg, var(--theme-soft), #fff); border: 1px solid var(--theme-border); border-radius: 32px; padding: 34px; box-shadow: var(--shadow-soft); }
.security-section { display: grid; gap: 24px; }
ul.clean { padding-left: 20px; }
ul.clean li { margin: 8px 0; }
.page-hero { padding: 70px 0 40px; background: linear-gradient(135deg, #fffaf4, var(--theme-light)); }
.page-grid { display: grid; gap: 24px; }
.footer { background: var(--theme-deep); color: var(--on-dark); padding: 58px 0 24px; }
.footer a { color: var(--on-dark); }
.footer a:hover { color: var(--theme-light); }
.footer-inner { display: grid; gap: 28px; }
.footer-grid { display: grid; gap: 24px; }
.footer h3 { color: var(--on-dark); }
.footer p { color: rgba(255,248,239,.82); }
.footer-links { display: grid; gap: 10px; }
.footer-bottom { margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,248,239,.8); font-size: 14px; }
@media (min-width: 768px) { .category-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } .info-board, .page-grid, .faq { grid-template-columns: repeat(2, minmax(0,1fr)); } .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .main-nav { display: flex; } .header-inner { display: flex; } .mobile-header { display: none; } .feature-grid.service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); } .info-board { grid-template-columns: repeat(4, minmax(0,1fr)); } .zone-grid { grid-template-columns: repeat(4, minmax(0,1fr)); } .category-grid { grid-template-columns: repeat(6, minmax(0,1fr)); } .content-split { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; } .app-section { grid-template-columns: minmax(420px,.9fr) minmax(0,1.1fr); } .security-section { grid-template-columns: .9fr 1.1fr; } .footer-grid { grid-template-columns: 1.3fr 1fr 1fr 1fr; } .page-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); } body { font-size: 17px; } .section { padding: 96px 0; } }
@media (min-width: 1280px) { .main-nav a { padding: 10px 14px; } }
@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; width: min(100% - 24px, 1280px); margin: 0 auto; } .site-logo img { max-width: min(150px, 42vw); max-height: 48px; } .hero-mini { grid-template-columns: 1fr; } .hero-visual { min-height: 300px; } }
@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; } }
