:root { --primary: #f6e965; --black:#111111; --dark:#1C1C1C; --mid:#2B2B2B; --light:#F5F5F5; --text:#242424; --muted:#666; --white:#fff; }
* { box-sizing: border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family: Arial, Helvetica, sans-serif; color:var(--text); background:#fff; line-height:1.65; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; height:auto; display:block; }
header, .site-header { width:100%; background:#fff; border-bottom:1px solid rgba(17,17,17,.08); position:sticky; top:0; z-index:50; box-shadow:0 8px 24px rgba(17,17,17,.05); }
.header-inner { max-width:1180px; margin:0 auto; padding:12px 18px; display:grid; grid-template-columns:44px 1fr 44px; align-items:center; gap:12px; }
.logo { justify-self:center; display:inline-flex; align-items:center; }
.logo img { width:126px; max-height:48px; object-fit:contain; }
.main-nav, .header-actions { display:none; }
.mobile-menu-toggle { width:42px; height:42px; border:0; border-radius:12px; background:var(--primary); color:#111; font-size:24px; font-weight:800; cursor:pointer; box-shadow:0 8px 18px rgba(0,0,0,.12); }
.mobile-nav { display:none; gap:8px; padding:12px 18px 16px; background:#fff; border-top:1px solid rgba(17,17,17,.08); box-shadow:0 10px 22px rgba(0,0,0,.08); }
.mobile-nav.is-open { display:grid; }
.mobile-nav a { padding:12px 14px; border-radius:14px; background:var(--light); font-weight:700; color:#222; }
.mobile-actions { display:flex; justify-content:center; gap:10px; padding:0 18px 14px; background:#fff; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; padding:12px 22px; border-radius:999px; background:linear-gradient(135deg, var(--primary), #fff1a6); color:#111; font-weight:800; box-shadow:0 12px 28px rgba(0,0,0,.14); border:1px solid rgba(17,17,17,.08); cursor:pointer; }
.btn:hover { transform:translateY(-1px); }
.btn-small { min-height:40px; padding:9px 18px; font-size:.94rem; }
.btn-alt { background:linear-gradient(135deg, #111, #333); color:#fff; }
.container { width:min(1120px, calc(100% - 36px)); margin:0 auto; }
section { padding:52px 0; }
.hero, .banner { background:linear-gradient(135deg, #111 0%, #2B2B2B 52%, #514b16 100%); color:#fff; padding:54px 0; overflow:hidden; }
.hero-wrap { display:grid; gap:28px; align-items:center; }
.hero h1 { margin:0 0 14px; font-size:clamp(2rem, 8vw, 4.4rem); line-height:1.05; letter-spacing:-.04em; }
.hero p { color:#f4f4f4; margin:0 0 20px; font-size:1.05rem; }
.hero-image { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.16); border-radius:28px; padding:18px; box-shadow:0 22px 60px rgba(0,0,0,.26); }
.tag-row { display:flex; flex-wrap:wrap; gap:10px; margin:22px 0; }
.tag { background:rgba(246,233,101,.15); color:#fff; border:1px solid rgba(246,233,101,.55); padding:8px 12px; border-radius:999px; font-size:.92rem; font-weight:700; }
.kicker { display:inline-flex; padding:7px 12px; border-radius:999px; background:var(--primary); color:#111; font-weight:800; margin-bottom:14px; }
h1,h2,h3 { color:#111; line-height:1.18; }
.hero h1, .hero h2, .hero h3 { color:#fff; }
h2 { font-size:clamp(1.6rem, 4vw, 2.4rem); margin:0 0 14px; }
h3 { margin-top:0; }
p { margin-top:0; }
.grid { display:grid; gap:18px; }
.card { background:#fff; border-radius:20px; padding:22px; box-shadow:0 14px 34px rgba(17,17,17,.08); border:1px solid rgba(17,17,17,.06); }
.card.dark { background:#1C1C1C; color:#fff; }
.card.dark h2, .card.dark h3 { color:#fff; }
.notice { border-left:5px solid var(--primary); background:#fffbe0; border-radius:18px; padding:18px; box-shadow:0 10px 24px rgba(17,17,17,.06); }
.faq { display:grid; gap:14px; }
.faq details { background:#fff; border-radius:18px; padding:18px 20px; box-shadow:0 10px 25px rgba(17,17,17,.07); border:1px solid rgba(17,17,17,.06); }
.faq summary { cursor:pointer; font-weight:800; color:#111; }
ul.steps { padding-left:20px; }
ul.steps li { margin-bottom:10px; }
.link-row { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.link-row a { font-weight:800; color:#111; border-bottom:2px solid var(--primary); }
.cta-box { background:linear-gradient(135deg, var(--primary), #fff6b5); color:#111; border-radius:26px; padding:28px; box-shadow:0 18px 44px rgba(0,0,0,.12); }
.footer { background:#111; color:#eee; padding:42px 0; margin-top:40px; }
.footer-grid { display:grid; gap:24px; }
.footer-logo img { width:130px; max-height:50px; object-fit:contain; margin-bottom:12px; }
.footer-nav { display:grid; gap:10px; }
.footer-nav a { color:#fff; font-weight:700; }
.footer-note strong { display:inline-flex; background:var(--primary); color:#111; border-radius:999px; padding:6px 12px; margin-bottom:10px; }
.footer p { color:#d5d5d5; }
@media (min-width: 768px) {
    .header-inner { grid-template-columns:auto 1fr auto; padding:14px 28px; }
    .mobile-menu-toggle, .mobile-nav, .mobile-actions { display:none !important; }
    .logo { justify-self:start; }
    .logo img { width:144px; }
    .main-nav { display:flex; justify-content:center; align-items:center; gap:8px; }
    .main-nav a { padding:10px 14px; border-radius:999px; font-weight:800; color:#222; }
    .main-nav a:hover { background:var(--light); }
    .header-actions { display:flex; align-items:center; gap:10px; }
    .hero-wrap { grid-template-columns:1.1fr .9fr; }
    .grid.two { grid-template-columns:repeat(2, 1fr); }
    .grid.three { grid-template-columns:repeat(3, 1fr); }
    .footer-grid { grid-template-columns:1.2fr .7fr 1.2fr; }
}
@media (min-width: 1024px) {
    .header-inner { max-width:1240px; padding:15px 36px; }
    .main-nav { gap:14px; }
    .logo img { width:158px; }
    section { padding:68px 0; }
    .hero { padding:74px 0; }
}
