:root {
  --theme: #f96b05;
  --theme-dark: #9f3b03;
  --theme-deep: #5f2100;
  --theme-light: #fff4eb;
  --theme-soft: #fff8f2;
  --theme-hover: #d95704;
  --theme-border: rgba(249,107,5,0.22);
  --text-main: #24170f;
  --text-muted: #6f5f54;
  --on-theme: #ffffff;
  --on-dark: #fff7ef;
  --white: #ffffff;
  --shadow-soft: 0 18px 48px rgba(95,33,0,0.14);
}
* { 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; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.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: rgba(159,59,3,0.96); 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: 54px; }
.main-nav { display: none; align-items: center; gap: 4px; flex: 1; justify-content: center; }
.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; gap: 12px; }
.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; transition: .2s ease; border: 1px solid rgba(255,255,255,.22); }
.main-btn:hover { background: var(--theme-hover); transform: translateY(-1px); }
.mobile-menu-toggle { width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); color: var(--on-dark); border-radius: 14px; display: inline-flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; cursor: pointer; }
.mobile-menu-toggle span { width: 21px; height: 2px; background: var(--on-dark); display: block; border-radius: 10px; }
.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: 18px 0 48px rgba(0,0,0,.28); 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:0; background: rgba(255,255,255,.12); color: var(--on-dark); font-size: 28px; border-radius: 12px; width: 42px; height: 42px; cursor: pointer; }
.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,.17); }
.drawer-overlay { position: fixed; inset: 0; opacity: 0; visibility: hidden; z-index: 10000; background: rgba(0,0,0,.52); transition: .25s ease; }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
body.menu-open { overflow: hidden; }
main { display: block; }
.section { padding: 78px 0; }
.hero, .hero-section { display: grid; gap: 32px; padding: 78px 0 54px; align-items: center; }
.hero-copy .eyebrow, .eyebrow { display: inline-flex; align-items:center; gap: 8px; color: var(--theme-dark); background: rgba(249,107,5,.11); border: 1px solid var(--theme-border); padding: 8px 14px; border-radius: 999px; font-weight: 800; }
h1 { font-size: clamp(38px, 7vw, 70px); line-height: 1.05; margin: 18px 0 18px; letter-spacing: -1.8px; }
h2, .section-title { font-size: clamp(30px, 4vw, 44px); line-height: 1.15; margin: 0 0 18px; }
h3 { font-size: 22px; line-height: 1.3; margin: 0 0 10px; }
p { margin: 0 0 16px; }
.lead { font-size: 18px; color: var(--text-main); }
.text-muted { color: var(--text-muted); }
.hero-visual { min-height: 430px; display:flex; align-items:center; justify-content:center; padding: 28px; background: radial-gradient(circle at 20% 20%, rgba(249,107,5,.32), transparent 35%), linear-gradient(145deg, #ffffff, var(--theme-soft)); border: 1px solid var(--theme-border); border-radius: 34px; box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
.hero-visual::after { content:""; position:absolute; width:220px; height:220px; right:-80px; bottom:-80px; background: rgba(249,107,5,.18); border-radius:50%; }
.hero-visual img { max-height: 420px; position: relative; z-index: 1; object-fit: contain; }
.hero-panel { position: relative; z-index:2; width:100%; display:grid; gap:16px; }
.stats-row, .quick-cards, .category-grid, .feature-grid, .grid, .zone-grid, .faq-grid, .mini-grid { display: grid; gap: 20px; }
.stats-row { grid-template-columns: 1fr; margin-top: 24px; }
.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; }
.card:hover, .zone-card:hover, .category-pill:hover { transform: translateY(-3px); transition: .2s ease; }
.category-number, .tag, .highlight { color: var(--theme-dark); font-weight: 900; }
.category-number { display:inline-flex; width:38px; height:38px; align-items:center; justify-content:center; background:rgba(249,107,5,.13); border-radius: 12px; margin-bottom: 12px; }
.service-strip { padding: 28px; border-radius: 28px; border:1px solid var(--theme-border); background: linear-gradient(135deg, var(--theme-soft), #fff); box-shadow: var(--shadow-soft); }
.content-split { display: grid; gap: 32px; align-items: center; margin: 28px 0; }
.visual-card { min-height: 330px; display:flex; align-items:center; justify-content:center; padding: 30px; background: linear-gradient(145deg, #fff, var(--theme-soft)); border: 1px solid var(--theme-border); border-radius: 30px; box-shadow: var(--shadow-soft); }
.visual-card img { max-height: 300px; object-fit: contain; }
.visual-card.logo-show img { max-width: 260px; }
ul.clean-list { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
ul.clean-list li { padding-left: 28px; position: relative; }
ul.clean-list li::before { content: ""; position:absolute; left:0; top:.72em; width: 10px; height:10px; background: var(--theme); border-radius: 50%; }
.app-section { display: grid; gap: 32px; align-items:center; padding: 34px; border-radius: 34px; background: linear-gradient(135deg, #fff, var(--theme-soft)); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); }
.app-section img { max-height: 430px; object-fit: contain; margin: 0 auto; }
.security-section { display:grid; gap: 28px; }
.text-link { color: var(--theme); font-weight: 800; display: inline-flex; margin-top: 8px; }
.text-link:hover { color: var(--theme-hover); }
.notice { background: linear-gradient(135deg, #fff, var(--theme-soft)); border-left: 6px solid var(--theme); }
.page-hero { padding: 70px 0 36px; }
.page-hero .inner { display:grid; gap: 30px; align-items:center; }
.page-visual { padding: 28px; border-radius: 30px; background: #fff; border:1px solid var(--theme-border); box-shadow: var(--shadow-soft); display:flex; justify-content:center; align-items:center; min-height:300px; }
.page-visual img { max-height:340px; object-fit:contain; }
.footer { background: var(--theme-deep); color: var(--on-dark); padding: 56px 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-links { display:grid; gap: 8px; }
.footer-brand p, .footer p { color: rgba(255,247,239,.86); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; margin-top: 24px; color: rgba(255,247,239,.82); font-size: 14px; }
@media (min-width: 768px) {
  .stats-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .category-grid, .feature-grid, .grid, .zone-grid, .faq-grid, .mini-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .security-section { grid-template-columns: .8fr 1.2fr; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@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, 0.85fr); gap: 48px; }
  .content-split { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 46px; }
  .feature-grid.info-board { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .feature-grid.core-services { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .zone-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .app-section { grid-template-columns: .88fr 1.12fr; }
  .page-hero .inner { grid-template-columns: minmax(0,1.1fr) minmax(380px,.9fr); }
  .faq-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, minmax(0, .8fr)); }
  .section { padding: 96px 0; }
  .lead { font-size: 20px; }
}
@media (min-width: 1280px) {
  .container, .section-inner, .header-inner, .footer-inner { width: min(1240px, calc(100% - 64px)); }
  .main-nav a { padding: 10px 13px; }
}
@media (max-width: 1023px) {
  .site-header .logo { position: absolute; left: 50%; transform: translateX(-50%); }
  .logo img { max-width: 126px; max-height: 46px; }
  .header-inner { min-height: 66px; }
  .main-btn { padding: 9px 15px; font-size: 14px; }
}
@media (max-width: 767px) {
  .container, .section-inner, .header-inner, .footer-inner { width: min(100% - 28px, 1200px); }
  .section { padding: 56px 0; }
  .hero, .hero-section { padding: 52px 0 34px; }
  .hero-visual { min-height: 300px; }
  .hero-visual img { max-height: 285px; }
  .card, .zone-card, .info-card, .faq-item, .notice, .category-pill { padding: 20px; border-radius: 20px; }
}
