:root {
  --theme: #b86200;
  --theme-dark: #8b4900;
  --theme-deep: #5c2e00;
  --theme-light: #fff7ec;
  --theme-soft: #fbe6cd;
  --theme-accent: #e98a20;
  --theme-hover: #9d5200;
  --theme-border: rgba(184, 98, 0, .22);
  --header-bg: #6b3500;
  --header-bg-2: #8f4a06;
  --text-main: #3c2918;
  --text-muted: #745d47;
  --on-theme: #ffffff;
  --on-header: #ffffff;
  --on-dark: #ffffff;
  --white: #ffffff;
  --shadow-soft: 0 18px 46px rgba(92, 46, 0, .14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--text-main); background: var(--theme-light); line-height: 1.72; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: var(--theme-dark); text-decoration: none; }
a:hover { color: var(--theme-hover); }
img { max-width: 100%; }
button, input, textarea { font: inherit; }
.container, .section-inner, .header-inner, .footer-inner { width: min(1280px, calc(100% - 80px)); margin-left: auto; margin-right: auto; }
.site-main { min-height: 70vh; }
.section { padding: 52px 0; }
.section-soft { background: var(--theme-soft); }
.section-white { background: var(--white); }
.section-heading { max-width: 850px; margin-bottom: 28px; }
.eyebrow { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 12px; border: 1px solid var(--theme-border); background: var(--theme-soft); color: var(--theme-dark); font-weight: 800; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; border-radius: 999px; }
h1, h2, h3 { margin-top: 0; color: var(--theme-dark); line-height: 1.16; }
h1 { font-size: clamp(34px, 4vw, 56px); letter-spacing: -.03em; }
h2 { font-size: clamp(27px, 2.7vw, 38px); letter-spacing: -.02em; }
h3 { font-size: 20px; }
p { margin: 0 0 16px; }
.lead { font-size: 18px; line-height: 1.85; color: #70583f; max-width: 920px; }
.muted { color: var(--text-muted); }
.site-header { position: sticky; top: 0; z-index: 9999; background: linear-gradient(180deg, var(--header-bg) 0%, var(--header-bg-2) 100%); color: var(--on-header); box-shadow: var(--shadow-soft); border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 26px; }
.site-logo, .drawer-logo, .footer-logo { display: inline-flex; align-items: center; }
.site-logo img { max-width: 190px; max-height: 72px; width: auto; height: auto; object-fit: contain; display: block; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 2px; min-width: 0; }
.desktop-nav a { position: relative; color: var(--on-header); padding: 28px 10px 24px; font-size: 14px; font-weight: 700; white-space: nowrap; opacity: .88; }
.desktop-nav a::after { content: ""; position: absolute; left: 10px; right: 10px; bottom: 14px; height: 3px; border-radius: 999px; background: var(--theme-accent); transform: scaleX(0); transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: #fff; opacity: 1; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-login, .main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; border: 0; border-radius: 999px; background: linear-gradient(180deg, var(--theme-accent) 0%, var(--theme) 48%, var(--theme-dark) 100%); color: var(--on-theme); font-weight: 900; box-shadow: 0 12px 28px rgba(0,0,0,.18); white-space: nowrap; }
.header-login:hover, .main-btn:hover { color: #fff; transform: translateY(-1px); }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); border-radius: 12px; padding: 10px; }
.mobile-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; }
.drawer-overlay { position: fixed; inset: 0; z-index: 9997; background: rgba(74,37,0,.58); opacity: 0; visibility: hidden; transition: .25s ease; }
.mobile-drawer { position: fixed; top: 0; bottom: 0; left: 0; z-index: 9998; width: min(340px, 88vw); padding: 20px; background: var(--theme-deep); color: var(--on-dark); transform: translateX(-105%); transition: .28s ease; overflow-y: auto; box-shadow: 24px 0 50px rgba(0,0,0,.24); }
.drawer-overlay.is-open { opacity: 1; visibility: visible; }
.mobile-drawer.is-open { transform: translateX(0); }
.drawer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.15); }
.drawer-logo img, .footer-logo img { max-width: 170px; max-height: 64px; width: auto; height: auto; object-fit: contain; }
.drawer-close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.24); background: rgba(255,255,255,.08); color: #fff; font-size: 28px; border-radius: 12px; }
.drawer-nav { display: grid; padding-top: 14px; }
.drawer-nav a { color: #fff; padding: 13px 10px; border-bottom: 1px solid rgba(255,255,255,.08); font-weight: 750; }
.drawer-nav a.active { color: #fbe6cd; }
.banner-section { padding: 24px 0 26px; background: linear-gradient(180deg, var(--theme-soft) 0%, var(--theme-light) 100%); }
.banner-carousel { position: relative; width: 100%; overflow: hidden; background: var(--white); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); }
.banner-slide { display: none; }
.banner-slide.active { display: flex; align-items: center; justify-content: center; }
.banner-slide img { display: block; width: 100%; height: auto; object-fit: contain; }
.banner-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.55); background: rgba(105,52,0,.78); color: #fff; font-size: 30px; border-radius: 50%; cursor: pointer; }
.banner-prev { left: 18px; }
.banner-next { right: 18px; }
.banner-dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 4; display: flex; gap: 8px; justify-content: center; }
.banner-dots button { width: 11px; height: 11px; border-radius: 50%; border: 1px solid rgba(255,255,255,.85); background: rgba(255,255,255,.44); padding: 0; }
.banner-dots button.active { background: var(--theme-accent); transform: scale(1.15); }
.intro-card { background: var(--white); border: 1px solid var(--theme-border); border-left: 5px solid var(--theme); box-shadow: var(--shadow-soft); padding: clamp(24px, 4vw, 42px); }
.category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.category-pills a { display: inline-flex; align-items: center; min-height: 38px; padding: 7px 13px; border: 1px solid var(--theme-border); border-radius: 999px; background: var(--theme-soft); color: var(--theme-dark); font-weight: 800; }
.category-pills a:hover { background: var(--theme); color: #fff; }
.headline-panel { padding: clamp(28px, 5vw, 54px); background: radial-gradient(circle at 10% 10%, var(--theme-soft) 0%, transparent 30%), var(--white); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); }
.grid-8 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.category-card, .info-card, .feature-card, .quote-card, .faq-item, .mini-card { position: relative; background: var(--white); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); padding: 24px; }
.category-card::before, .info-card::before, .feature-card::before, .mini-card::before { content: ""; display: block; width: 52px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, var(--theme), var(--theme-accent)); margin-bottom: 16px; }
.card-number { color: var(--theme); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.card-link { display: inline-flex; margin-top: 10px; color: var(--theme-dark); font-weight: 850; }
.feature-list { display: grid; gap: 15px; }
.feature-row { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 14px; padding: 18px; background: var(--white); border: 1px solid var(--theme-border); }
.feature-row strong:first-child { width: 42px; height: 42px; display: grid; place-items: center; background: var(--theme-soft); color: var(--theme-dark); border: 1px solid var(--theme-border); border-radius: 50%; }
.split-section { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: 36px; align-items: center; }
.split-section.reverse .media-box { order: -1; }
.media-box, .app-visual, .card-media { display: flex; align-items: center; justify-content: center; overflow: visible; background: linear-gradient(180deg, var(--white) 0%, var(--theme-soft) 100%); border: 1px solid var(--theme-border); box-shadow: var(--shadow-soft); min-height: 280px; padding: 28px; }
.media-box img, .app-visual img, .card-media img { max-width: 100%; max-height: 360px; width: auto; height: auto; object-fit: contain; display: block; }
.page-hero { padding: 56px 0 38px; background: radial-gradient(circle at 14% 18%, var(--theme-soft) 0%, transparent 35%), linear-gradient(180deg, var(--theme-light), var(--white)); }
.page-hero-inner { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: 46px; align-items: center; }
.page-hero h1 { margin: 14px 0 18px; }
.page-hero .media-box { min-height: 330px; }
.topic-list { display: grid; gap: 16px; margin: 22px 0; }
.topic-item { padding: 20px; border-left: 4px solid var(--theme); background: var(--white); box-shadow: var(--shadow-soft); }
.topic-item h3 { margin-bottom: 8px; }
.notice { padding: 24px; border: 1px solid var(--theme-border); border-left: 5px solid var(--theme); background: var(--theme-soft); }
.notice strong { color: var(--theme-dark); }
.faq-list { display: grid; gap: 14px; }
.faq-item h3 { font-size: 18px; margin-bottom: 10px; }
.quote-card { border-top: 4px solid var(--theme); }
.quote-card p { font-style: italic; }
.section-links { display: flex; flex-wrap: wrap; gap: 10px; }
.section-links a { display: inline-flex; padding: 9px 14px; border: 1px solid var(--theme-border); background: var(--white); font-weight: 800; }
.site-footer { background: linear-gradient(180deg, var(--theme-deep), #422000); color: var(--on-dark); padding: 52px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 36px; }
.site-footer h2 { color: #fff; font-size: 17px; margin-bottom: 14px; }
.site-footer a { display: block; color: rgba(255,255,255,.88); margin: 8px 0; }
.footer-brand p { max-width: 430px; color: rgba(255,255,255,.76); }
.footer-notice { margin-top: 34px; padding: 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.footer-notice strong { display: inline-grid; place-items: center; min-width: 48px; min-height: 36px; padding: 4px 10px; border-radius: 999px; background: var(--theme-accent); color: #fff; }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 24px; align-items: center; color: rgba(255,255,255,.7); font-size: 14px; }
.footer-bottom div { display: flex; gap: 18px; }
.footer-bottom a { margin: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--theme-border); background: var(--white); }
.info-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.info-table th, .info-table td { padding: 14px 16px; border-bottom: 1px solid var(--theme-border); text-align: left; vertical-align: top; }
.info-table th { background: var(--theme-soft); color: var(--theme-dark); }
@media (min-width: 1440px) {
  .container, .section-inner, .header-inner, .footer-inner { width: min(1360px, calc(100% - 120px)); }
}
@media (max-width: 1180px) {
  .desktop-nav a { padding-left: 7px; padding-right: 7px; font-size: 13px; }
  .grid-8, .grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1023px) {
  .container, .section-inner, .header-inner, .footer-inner { width: min(100% - 32px, 1280px); }
  .header-inner { min-height: 70px; grid-template-columns: 48px minmax(0,1fr) auto; gap: 10px; }
  .desktop-nav { display: none; }
  .mobile-menu-toggle { display: block; }
  .site-logo { justify-self: center; min-width: 0; }
  .site-logo img { max-width: 150px; max-height: 56px; }
  .header-login { min-height: 40px; padding: 8px 13px; font-size: 12px; }
  .page-hero-inner, .split-section { grid-template-columns: 1fr; gap: 26px; }
  .split-section.reverse .media-box { order: 0; }
  .page-hero .media-box { min-height: 260px; }
  .grid-3 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
  .section { padding: 38px 0; }
  h1 { font-size: clamp(31px, 10vw, 44px); }
  h2 { font-size: 28px; }
  .banner-section { padding-top: 16px; }
  .banner-arrow { width: 38px; height: 38px; font-size: 24px; }
  .banner-prev { left: 8px; }
  .banner-next { right: 8px; }
  .banner-dots { bottom: 8px; }
  .grid-8, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .category-card, .info-card, .feature-card, .quote-card, .faq-item, .mini-card { padding: 20px; }
  .media-box, .app-visual, .card-media { min-height: 220px; padding: 18px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
}
@media (max-width: 390px) {
  .header-login { padding: 7px 9px; font-size: 11px; }
  .site-logo img { max-width: 124px; }
  .mobile-menu-toggle { width: 40px; height: 40px; }
}
@media (max-width: 340px) {
  .container, .section-inner, .header-inner, .footer-inner { width: min(100% - 24px, 1280px); }
  .header-inner { grid-template-columns: 42px minmax(0,1fr) auto; }
  .header-login { padding: 7px 8px; }
  .site-logo img { max-width: 105px; }
}
