:root {
  --theme: #fd9206;
  --theme-dark: #c66500;
  --theme-deep: #6f3300;
  --theme-light: #fff8ec;
  --theme-soft: #ffebc8;
  --theme-accent: #ffbd55;
  --theme-hover: #df7800;
  --theme-border: rgba(253, 146, 6, .26);
  --header-bg: #9a4900;
  --header-bg-2: #693000;
  --text-main: #332313;
  --text-muted: #755d43;
  --on-theme: #2b1805;
  --on-header: #ffffff;
  --on-dark: #ffffff;
  --white: #ffffff;
  --shadow-soft: 0 16px 42px rgba(126, 63, 0, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: var(--theme-light); color: var(--text-main); line-height: 1.72; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button { font: inherit; }
.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 var(--theme-border); }
.header-inner { width: min(1400px, calc(100% - 48px)); height: 82px; margin: 0 auto; display: grid; grid-template-columns: 190px minmax(0,1fr) auto; align-items: center; gap: 28px; }
.site-logo { display:flex; align-items:center; min-width: 0; }
.site-logo img, .drawer-logo img { max-width: 190px; max-height: 72px; width: auto; height: auto; object-fit: contain; display:block; }
.desktop-nav { display:flex; justify-content:center; align-items:center; gap: 4px; white-space:nowrap; min-width:0; }
.desktop-nav a { padding: 10px 9px 8px; border-radius: 10px; font-size: 14px; font-weight:700; color: var(--on-header); border-bottom:2px solid transparent; }
.desktop-nav a:hover, .desktop-nav a.active { background: rgba(255,255,255,.12); border-bottom-color: var(--theme-accent); }
.header-login, .main-btn { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding: 0 20px; border-radius:999px; background: linear-gradient(180deg, var(--theme-accent) 0%, var(--theme) 48%, var(--theme-dark) 100%); color: var(--on-theme); box-shadow:0 12px 26px rgba(0,0,0,.18); font-weight:800; letter-spacing:.02em; }
.header-login:hover, .main-btn:hover { background: linear-gradient(180deg, var(--theme-accent), var(--theme-hover)); transform: translateY(-1px); }
.menu-toggle { display:none; width:42px; height:42px; border:1px solid rgba(255,255,255,.24); border-radius:12px; background:rgba(255,255,255,.1); padding:10px; }
.menu-toggle span { display:block; height:2px; background:var(--on-header); margin:4px 0; border-radius:3px; }
.drawer-overlay { position:fixed; inset:0; z-index:9997; background:rgba(78,36,0,.52); opacity:0; pointer-events:none; transition:.25s; }
.drawer-overlay.is-open { opacity:1; pointer-events:auto; }
.mobile-drawer { position:fixed; z-index:9998; top:0; left:0; bottom:0; width:min(86vw,340px); background:linear-gradient(180deg,var(--header-bg),var(--theme-deep)); color:var(--on-dark); transform:translateX(-104%); transition:.28s ease; padding:18px; overflow:auto; }
.mobile-drawer.is-open { transform:translateX(0); }
.drawer-head { display:flex; align-items:center; justify-content:space-between; gap:18px; padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.16); }
.drawer-close { width:42px; height:42px; border:0; border-radius:50%; color:var(--on-dark); background:rgba(255,255,255,.12); font-size:28px; cursor:pointer; }
.drawer-nav { display:grid; gap:8px; padding-top:20px; }
.drawer-nav a { padding:12px 14px; border:1px solid transparent; border-radius:12px; font-weight:700; }
.drawer-nav a.active, .drawer-nav a:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.2); }
.section { padding: 58px 0; }
.section-soft { background: linear-gradient(180deg, var(--theme-soft), rgba(255,255,255,.72)); }
.section-inner { width:min(1280px, calc(100% - 56px)); margin:0 auto; }
.banner-section { padding:34px 0 28px; background: radial-gradient(circle at 20% 10%, var(--theme-soft), transparent 36%), linear-gradient(180deg,var(--theme-light),var(--white)); }
.banner-carousel { position:relative; width:100%; overflow:hidden; border-radius:26px; 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:2; width:46px; height:46px; border:1px solid rgba(255,255,255,.52); border-radius:50%; background:rgba(104,48,0,.70); color:white; font-size:30px; cursor:pointer; }
.banner-prev { left:18px; } .banner-next { right:18px; }
.banner-dots { position:absolute; left:0; right:0; bottom:14px; display:flex; justify-content:center; gap:8px; }
.banner-dots button { width:10px; height:10px; padding:0; border:1px solid rgba(255,255,255,.78); border-radius:50%; background:rgba(255,255,255,.42); cursor:pointer; }
.banner-dots button.active { width:28px; border-radius:99px; background:var(--theme-accent); }
.intro-card { background:linear-gradient(135deg,var(--white),var(--theme-soft)); border:1px solid var(--theme-border); border-radius:24px; padding:30px 34px; box-shadow:var(--shadow-soft); }
.intro-card h1 { margin:10px 0 14px; font-size:clamp(30px,3.5vw,50px); line-height:1.1; color:var(--theme-dark); }
.intro-card p { max-width:1050px; margin:0; font-size:17px; color:var(--text-muted); }
.eyebrow { display:inline-flex; align-items:center; gap:8px; color:var(--theme-dark); font-weight:900; text-transform:uppercase; letter-spacing:.08em; font-size:12px; }
.eyebrow::before { content:''; width:28px; height:3px; border-radius:99px; background:linear-gradient(90deg,var(--theme),var(--theme-accent)); }
.category-pills { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.category-pills a, .hero-tags span { border:1px solid var(--theme-border); color:var(--theme-dark); background:var(--theme-soft); border-radius:999px; padding:8px 13px; font-size:14px; font-weight:800; }
.category-pills a:hover { background:var(--theme); color:var(--on-theme); }
.headline-section { padding-top:34px; }
.section-heading { display:flex; gap:18px; align-items:flex-start; margin-bottom:26px; }
.section-number { flex:0 0 auto; width:48px; height:48px; border-radius:16px; display:grid; place-items:center; background:linear-gradient(180deg,var(--theme-accent),var(--theme-dark)); color:var(--on-theme); font-weight:900; box-shadow:var(--shadow-soft); }
.section-heading h2, .home-heading h2 { margin:0 0 8px; color:var(--theme-dark); font-size:clamp(26px,3vw,38px); line-height:1.15; }
.section-heading p, .home-heading p { margin:0; color:var(--text-muted); max-width:900px; }
.category-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.category-card, .service-card, .point-card, .mini-card, .content-card { position:relative; background:var(--white); border:1px solid var(--theme-border); border-radius:20px; padding:22px; box-shadow:var(--shadow-soft); overflow:visible; }
.category-card::before, .service-card::before, .point-card::before, .content-card::before { content:''; display:block; width:50px; height:4px; border-radius:999px; background:linear-gradient(90deg,var(--theme),var(--theme-accent)); margin-bottom:16px; }
.category-card .card-number { color:var(--theme); font-weight:900; }
.category-card h3, .service-card h3, .point-card h3, .content-card h3, .mini-card h3 { color:var(--theme-dark); margin:8px 0 10px; line-height:1.25; }
.category-card p, .service-card p, .point-card p, .content-card p, .mini-card p { color:var(--text-muted); margin:0 0 12px; }
.text-link { color:var(--theme-dark); font-weight:900; }
.service-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.split-section { display:grid; grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr); gap:42px; align-items:center; }
.split-section.reverse { grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr); }
.split-section.reverse .media-box { order:1; } .split-section.reverse .split-copy { order:2; }
.split-copy h2 { margin:0 0 16px; color:var(--theme-dark); font-size:clamp(28px,3vw,40px); line-height:1.15; }
.split-copy p { color:var(--text-muted); }
.media-box, .page-media { display:flex; align-items:center; justify-content:center; overflow:visible; background:linear-gradient(180deg,var(--white),var(--theme-soft)); border:1px solid var(--theme-border); border-radius:24px; padding:24px; box-shadow:var(--shadow-soft); }
.media-box img, .page-media img { max-width:100%; max-height:420px; width:auto; height:auto; object-fit:contain; }
.app-strip { display:grid; grid-template-columns:.9fr 1.1fr; gap:38px; align-items:center; background:linear-gradient(135deg,var(--theme-deep),var(--header-bg)); color:var(--on-dark); border-radius:28px; padding:32px; box-shadow:var(--shadow-soft); }
.app-strip h2 { color:var(--on-dark); margin-top:0; }
.app-strip .media-box { min-height:280px; }
.app-strip .media-box img { max-height:300px; }
.news-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.list-stack { display:grid; gap:14px; }
.list-item { padding:18px; border-radius:16px; background:var(--white); border:1px solid var(--theme-border); }
.list-item strong { display:block; color:var(--theme-dark); margin-bottom:6px; }
.quote-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
blockquote { margin:0; background:var(--white); border:1px solid var(--theme-border); border-left:4px solid var(--theme); border-radius:16px; padding:18px; color:var(--text-muted); }
.faq-list { display:grid; gap:12px; }
details { background:var(--white); border:1px solid var(--theme-border); border-radius:16px; padding:0 18px; }
summary { cursor:pointer; padding:17px 0; font-weight:900; color:var(--theme-dark); }
details p { margin:0 0 18px; color:var(--text-muted); }
.notice-box { margin-top:28px; padding:24px; border:1px solid var(--theme-border); border-radius:20px; background:linear-gradient(135deg,var(--theme-soft),var(--white)); }
.notice-box h3 { margin:7px 0 8px; color:var(--theme-dark); }
.notice-box p { margin:0; color:var(--text-muted); }
.page-main { background:var(--theme-light); }
.page-hero { background:radial-gradient(circle at 15% 20%,var(--theme-soft),transparent 34%),linear-gradient(180deg,var(--theme-light),var(--white)); }
.page-hero-grid { display:grid; grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr); gap:44px; align-items:center; }
.page-hero-copy h1 { margin:10px 0 16px; font-size:clamp(38px,4.2vw,62px); line-height:1.08; letter-spacing:-.025em; color:var(--theme-dark); }
.page-hero-copy>p { font-size:17px; color:var(--text-muted); max-width:760px; }
.hero-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:18px; }
.page-media { min-height:310px; max-height:420px; }
.page-media img { max-height:340px; }
.page-summary-card { background:linear-gradient(135deg,var(--white),var(--theme-soft)); border:1px solid var(--theme-border); border-radius:24px; padding:32px; box-shadow:var(--shadow-soft); }
.page-summary-card>span { width:48px; height:48px; border-radius:16px; display:grid; place-items:center; background:var(--theme); color:var(--on-theme); font-weight:900; }
.page-summary-card strong { display:block; color:var(--theme-dark); font-size:24px; margin:18px 0 8px; }
.page-summary-card p { color:var(--text-muted); margin:0; }
.prose-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr); gap:28px; align-items:start; }
.prose p { margin:0 0 18px; color:var(--text-main); }
.point-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.point-card { padding:18px; }
.point-card h3 { font-size:17px; }
.experience-wrap { display:grid; grid-template-columns:.7fr 1.3fr; gap:28px; align-items:start; padding:24px; background:var(--theme-soft); border:1px solid var(--theme-border); border-radius:22px; }
.experience-wrap h3 { color:var(--theme-dark); margin:8px 0 0; font-size:25px; }
.faq-wrap { margin-top:42px; }
.faq-wrap>h2 { color:var(--theme-dark); font-size:32px; }
.related-links { margin-top:28px; }
.related-links>h3 { color:var(--theme-dark); }
.related-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.related-grid a { display:block; padding:16px; background:var(--white); border:1px solid var(--theme-border); border-radius:16px; }
.related-grid strong { display:block; color:var(--theme-dark); margin-bottom:5px; }
.related-grid span { color:var(--text-muted); font-size:14px; }
.site-footer { background:var(--theme-deep); color:var(--on-dark); margin-top:0; }
.footer-inner { width:min(1280px,calc(100% - 56px)); margin:0 auto; padding:50px 0 34px; display:grid; grid-template-columns:1.5fr repeat(3,1fr); gap:32px; }
.footer-inner h3 { margin-top:0; color:var(--on-dark); }
.footer-inner a { display:block; color:rgba(255,255,255,.82); margin:7px 0; }
.footer-inner a:hover { color:white; }
.footer-brand img { max-width:180px; max-height:70px; width:auto; height:auto; object-fit:contain; }
.footer-brand p, .footer-note { color:rgba(255,255,255,.72); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.14); width:min(1280px,calc(100% - 56px)); margin:0 auto; padding:18px 0 28px; display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.68); font-size:13px; }
@media (max-width:1180px){
  .header-inner { grid-template-columns:170px minmax(0,1fr) auto; width:min(100% - 28px,1200px); gap:12px; }
  .desktop-nav a { font-size:13px; padding-left:6px; padding-right:6px; }
  .category-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:960px){
  .header-inner { height:72px; grid-template-columns:46px 1fr auto; }
  .desktop-nav { display:none; } .menu-toggle { display:block; }
  .site-logo { justify-content:center; } .site-logo img { max-width:150px; max-height:56px; }
  .header-login { min-height:40px; padding:0 13px; font-size:12px; }
  .section-inner { width:min(100% - 32px,880px); }
  .page-hero-grid, .prose-grid, .split-section, .split-section.reverse, .app-strip, .experience-wrap { grid-template-columns:1fr; }
  .split-section.reverse .media-box, .split-section.reverse .split-copy { order:initial; }
  .page-media { min-height:240px; }
  .service-grid { grid-template-columns:1fr; }
  .footer-inner { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:640px){
  .section { padding:42px 0; } .banner-section { padding:20px 0; }
  .section-inner { width:calc(100% - 24px); }
  .header-inner { width:calc(100% - 18px); gap:8px; }
  .site-logo img { max-width:118px; }
  .header-login { padding:0 10px; font-size:11px; }
  .banner-carousel { border-radius:16px; } .banner-arrow { width:36px; height:36px; font-size:23px; } .banner-prev{left:8px}.banner-next{right:8px}
  .intro-card { padding:22px; border-radius:18px; }
  .intro-card h1 { font-size:31px; }
  .category-grid, .news-grid, .point-grid, .quote-grid, .related-grid { grid-template-columns:1fr; }
  .page-hero-copy h1 { font-size:38px; }
  .footer-inner { width:calc(100% - 28px); grid-template-columns:1fr; }
  .footer-bottom { width:calc(100% - 28px); flex-direction:column; }
}
