:root {
  --bg: #f7f4ee;
  --paper: #fffaf2;
  --ink: #1b241f;
  --muted: #65716a;
  --line: #e7dfd1;
  --brand: #215c48;
  --brand-2: #b7722f;
  --brand-3: #f0d9aa;
  --accent: #f4ead8;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(28, 44, 36, .12);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.small { font-size: .94rem; color: var(--muted); }
.eyebrow { letter-spacing: .12em; text-transform: uppercase; font-size: .77rem; font-weight: 800; color: var(--brand-2); }
.pill { display: inline-flex; gap: 8px; align-items: center; border: 1px solid rgba(33,92,72,.16); background: rgba(255,255,255,.58); border-radius: 999px; padding: 8px 12px; font-weight: 700; font-size: .88rem; color: var(--brand); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: .18s ease; }
.btn.primary { background: var(--brand); color: #fff; box-shadow: 0 12px 28px rgba(33,92,72,.23); }
.btn.primary:hover { transform: translateY(-1px); background: #184a39; }
.btn.secondary { border-color: rgba(33,92,72,.25); color: var(--brand); background: rgba(255,255,255,.66); }
.btn.secondary:hover { background: #fff; transform: translateY(-1px); }
.btn.block { width: 100%; }
.header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(247,244,238,.88); border-bottom: 1px solid rgba(231,223,209,.9); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -.03em; }
.logo-mark { width: 40px; height: 40px; border-radius: 14px; background: linear-gradient(135deg, var(--brand), #2f7d61); display: grid; place-items: center; color: #fff; box-shadow: 0 12px 28px rgba(33,92,72,.2); }
.logo small { display: block; font-size: .72rem; font-weight: 700; color: var(--muted); letter-spacing: 0; margin-top: -5px; }
.nav-links { display: flex; align-items: center; gap: 18px; font-size: .94rem; font-weight: 750; color: #33443b; }
.nav-links a:hover { color: var(--brand); }
.menu-btn { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-size: 1.4rem; }
.hero { position: relative; overflow: hidden; padding: 78px 0 44px; }
.hero:before { content: ""; position: absolute; inset: -180px -120px auto auto; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(183,114,47,.26), rgba(183,114,47,0) 62%); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 42px; align-items: center; }
.hero h1 { font-size: clamp(2.5rem, 6vw, 5.7rem); line-height: .98; letter-spacing: -.065em; margin: 18px 0 22px; }
.hero p.lead { font-size: clamp(1.08rem, 2vw, 1.34rem); color: #3d4d44; max-width: 740px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 26px; }
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.trust div { background: rgba(255,255,255,.64); border: 1px solid var(--line); border-radius: 18px; padding: 14px 15px; font-weight: 800; color: #2c3b34; }
.hero-card { background: linear-gradient(180deg, #fffaf2, #fff); border: 1px solid var(--line); border-radius: 34px; padding: 26px; box-shadow: var(--shadow); }
.map-card { min-height: 460px; border-radius: 28px; padding: 24px; background: radial-gradient(circle at 25% 18%, rgba(240,217,170,.9), transparent 33%), linear-gradient(145deg, #1f5845, #12382c); color: #fff; position: relative; overflow: hidden; }
.map-card:after { content: ""; position: absolute; inset: auto -70px -90px auto; width: 250px; height: 250px; border-radius: 50%; border: 38px solid rgba(255,255,255,.08); }
.map-card h2 { font-size: 2.2rem; letter-spacing: -.04em; line-height: 1.05; margin: 70px 0 14px; }
.route { position: absolute; top: 42px; left: 32px; right: 32px; height: 78px; }
.route svg { width: 100%; height: 100%; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.stat { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; padding: 16px; }
.stat strong { display: block; font-size: 1.6rem; line-height: 1; }
.section { padding: 70px 0; }
.section.alt { background: #fffdf8; border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 30px; }
.section-head h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.05; letter-spacing: -.055em; margin: 7px 0 0; max-width: 760px; }
.section-head p { max-width: 430px; color: var(--muted); margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 10px 28px rgba(28,44,36,.06); }
.card h3 { margin: 0 0 10px; font-size: 1.22rem; letter-spacing: -.02em; }
.card p { color: var(--muted); margin: 0; }
.icon { width: 42px; height: 42px; border-radius: 14px; background: var(--accent); display: grid; place-items: center; margin-bottom: 16px; color: var(--brand); font-weight: 900; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.step { counter-increment: step; display: grid; grid-template-columns: 56px 1fr; gap: 16px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; }
.step:before { content: counter(step); width: 46px; height: 46px; border-radius: 16px; background: var(--brand); color: #fff; display: grid; place-items: center; font-weight: 900; }
.step h3 { margin: 0 0 4px; }
.step p { margin: 0; color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: 26px; padding: 24px; position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 14px; }
.price-card.featured { border-color: rgba(33,92,72,.45); box-shadow: var(--shadow); }
.badge { display: inline-block; width: fit-content; border-radius: 999px; padding: 5px 10px; background: var(--brand-3); color: #51320f; font-size: .78rem; font-weight: 900; }
.price { font-size: 2rem; font-weight: 950; letter-spacing: -.05em; }
.price small { font-size: .9rem; color: var(--muted); font-weight: 750; }
ul.clean { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; color: #405047; }
ul.clean li { padding-left: 26px; position: relative; }
ul.clean li:before { content: "✓"; position: absolute; left: 0; color: var(--brand); font-weight: 900; }
.notice { background: #173d31; color: #fff; border-radius: 28px; padding: 30px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; }
.notice p { color: rgba(255,255,255,.78); margin: 0; }
.notice h2 { margin: 0 0 10px; font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.045em; }
.faq { display: grid; gap: 12px; }
details { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 850; }
details p { color: var(--muted); margin: 12px 0 0; }
.form { background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: var(--shadow); }
label { display: grid; gap: 7px; font-weight: 800; font-size: .9rem; color: #314138; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; padding: 13px 14px; font: inherit; background: #fffdf8; color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.honeypot { display: none; }
.footer { padding: 44px 0; background: #132e26; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 24px; }
.footer a { color: rgba(255,255,255,.83); }
.footer p, .footer li { color: rgba(255,255,255,.68); }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.subfooter { border-top: 1px solid rgba(255,255,255,.13); margin-top: 28px; padding-top: 20px; color: rgba(255,255,255,.62); font-size: .9rem; }
.page-hero { padding: 62px 0 35px; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.06em; margin: 12px 0; }
.page-hero p { color: var(--muted); font-size: 1.18rem; max-width: 760px; }
.article { max-width: 860px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 28px; padding: min(7vw, 56px); }
.article h1 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
.article h2 { margin-top: 34px; letter-spacing: -.025em; }
.article p, .article li { color: #45534b; }
.article a { color: var(--brand); font-weight: 800; }
.table-wrap { overflow-x: auto; border-radius: 20px; border: 1px solid var(--line); background: #fff; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #fbf3e3; }
@media (max-width: 940px) {
  .hero-grid, .grid-2, .notice, .footer-grid { grid-template-columns: 1fr; }
  .grid-3, .price-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; position: absolute; top: 74px; left: 20px; right: 20px; background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .menu-btn { display: block; }
  .section-head { display: block; }
  .hero { padding-top: 48px; }
}
@media (max-width: 620px) {
  .container { width: min(var(--max), calc(100% - 28px)); }
  .grid-3, .price-grid, .trust, .form-grid, .stat-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 3.1rem; }
  .hero-card, .map-card { border-radius: 24px; padding: 20px; }
  .btn { width: 100%; }
  .nav { min-height: 66px; }
  .nav-links { top: 66px; }
  .section { padding: 48px 0; }
}
.hero h1 {
  font-size: clamp(2.3rem, 4.7vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: 2.55rem;
    line-height: 1.06;
    letter-spacing: -0.045em;
  }
}
.header {
  background: #e7dccb !important;
  border-bottom: 1px solid #d2c2aa !important;
  backdrop-filter: none !important;
}

.logo {
  font-size: 1.08rem !important;
  line-height: 1.1;
}

.logo small {
  display: block;
  font-size: 0.88rem !important;
  font-weight: 750 !important;
  color: #526055 !important;
  margin-top: 2px;
  letter-spacing: 0.01em !important;
}
.download-box {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
  background: linear-gradient(135deg, #f7efe2, #ffffff);
  border: 1px solid #dfd2bd;
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 18px 42px rgba(28, 44, 36, 0.08);
}

.download-content h2 {
  margin: 10px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.download-content p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 720px;
}

.download-list {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
}

.download-list strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.05rem;
}

@media (max-width: 820px) {
  .download-box {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}