:root {
  --bg: #f6f8fb;
  --card: #ffffff;
  --text: #162033;
  --muted: #5c667a;
  --line: #e3e8f0;
  --green: #20a464;
  --green-dark: #147a4a;
  --green-soft: #e8f7ef;
  --yellow: #ffcf4a;
  --shadow: 0 16px 40px rgba(20, 34, 60, 0.08);
  --radius: 24px;
  --radius-small: 14px;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top left, #e9f8ef 0, transparent 34%), var(--bg);
  line-height: 1.55;
}
a { color: var(--green-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 248, 251, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(227, 232, 240, 0.8);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 20px; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--text); letter-spacing: -0.02em; }
.logo img { width: 38px; height: 38px; }
.nav { display: flex; align-items: center; gap: 20px; font-size: 15px; }
.nav a { color: var(--muted); font-weight: 600; }
.nav a:hover { color: var(--green-dark); text-decoration: none; }
.menu-btn { display: none; border: 1px solid var(--line); background: var(--card); border-radius: 12px; padding: 9px 12px; font-weight: 700; }
.hero { padding: 72px 0 48px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 34px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-weight: 700; font-size: 14px; }
h1 { margin: 18px 0 18px; font-size: clamp(38px, 6vw, 68px); line-height: 0.98; letter-spacing: -0.055em; }
.lead { margin: 0 0 28px; font-size: 20px; color: var(--muted); max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 20px; border-radius: 14px; border: 1px solid transparent; font-weight: 800; }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px rgba(32, 164, 100, 0.24); }
.btn-primary:hover { background: var(--green-dark); color: #fff; text-decoration: none; }
.btn-secondary { background: #fff; color: var(--text); border-color: var(--line); }
.btn-secondary:hover { border-color: var(--green); color: var(--green-dark); text-decoration: none; }
.hero-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.phone-card { border-radius: 30px; background: linear-gradient(180deg, #1b2a41, #0f1726); padding: 18px; color: #fff; max-width: 390px; margin-left: auto; }
.phone-screen { background: #f7f9fc; border-radius: 22px; padding: 18px; color: var(--text); }
.offer-mini { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 14px; margin-bottom: 12px; }
.offer-mini:last-child { margin-bottom: 0; }
.offer-mini strong { display: block; margin-bottom: 4px; }
.offer-mini span { color: var(--muted); font-size: 14px; }
.section { padding: 48px 0; }
.section-title { margin: 0 0 14px; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; letter-spacing: -0.035em; }
.section-subtitle { margin: 0 0 26px; color: var(--muted); font-size: 18px; max-width: 780px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: 0 8px 26px rgba(20, 34, 60, 0.04); }
.card h3 { margin: 0 0 8px; font-size: 21px; letter-spacing: -0.02em; }
.card p { margin: 0; color: var(--muted); }
.step-number { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 12px; background: var(--green-soft); color: var(--green-dark); font-weight: 900; margin-bottom: 14px; }
.notice { border: 1px solid #f0d891; background: #fff8e2; border-radius: var(--radius); padding: 24px; }
.notice strong { color: #6a4d00; }
.list { margin: 12px 0 0; padding-left: 20px; color: var(--muted); }
.list li { margin: 8px 0; }
.legal-table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: #fff; }
.legal-table th, .legal-table td { text-align: left; padding: 15px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.legal-table th { width: 260px; color: var(--muted); font-weight: 700; }
.legal-table tr:last-child th, .legal-table tr:last-child td { border-bottom: 0; }
.doc-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.doc-link { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; font-weight: 800; }
.doc-link:hover { border-color: var(--green); text-decoration: none; }
.site-footer { margin-top: 40px; padding: 30px 0; color: var(--muted); border-top: 1px solid var(--line); font-size: 14px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.policy-page { padding: 46px 0 70px; }
.policy-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 5vw, 46px); box-shadow: var(--shadow); }
.policy-card h1 { font-size: clamp(32px, 5vw, 52px); line-height: 1.05; margin-top: 0; }
.policy-card h2 { margin-top: 34px; font-size: 24px; letter-spacing: -0.02em; }
.policy-card p, .policy-card li { color: var(--muted); }
.policy-card ul { padding-left: 22px; }
.breadcrumb { margin: 18px 0 0; color: var(--muted); }
.small { font-size: 14px; color: var(--muted); }
@media (max-width: 860px) {
  .menu-btn { display: inline-flex; }
  .nav { display: none; position: absolute; left: 16px; right: 16px; top: 74px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); padding: 16px; flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .hero { padding-top: 44px; }
  .hero-grid, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .phone-card { margin: 0; max-width: none; }
  .legal-table, .legal-table tbody, .legal-table tr, .legal-table th, .legal-table td { display: block; width: 100%; }
  .legal-table th { padding-bottom: 4px; border-bottom: 0; }
  .legal-table td { padding-top: 4px; }
}
@media (max-width: 520px) {
  .container { width: min(var(--max), calc(100% - 22px)); }
  .actions .btn { width: 100%; }
  .card, .notice, .hero-card { padding: 20px; }
}