:root {
  --green: #1f7a4d;
  --green-soft: #e8f6ee;
  --red: #a83232;
  --red-soft: #fdecec;
  --blue: #17324d;
  --gold: #b98a32;
  --text: #24313d;
  --muted: #657282;
  --light: #f7f4ef;
  --white: #ffffff;
  --border: #ded7cb;
  --shadow: 0 18px 45px rgba(23, 50, 77, 0.12);
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Georgia, 'Times New Roman', serif; color: var(--text); background: var(--light); line-height: 1.6; }
a { color: inherit; }
.top-bar { background: var(--blue); color: var(--white); padding: 10px 20px; text-align: center; font-family: Arial, sans-serif; font-size: 14px; }
.site-nav { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 10; }
.nav-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; display:flex; align-items:center; justify-content:space-between; gap:20px; padding: 14px 0; }
.logo { font-family: Arial, sans-serif; font-weight: 900; color: var(--blue); text-decoration:none; }
.nav-links { display:flex; gap: 16px; flex-wrap: wrap; font-family: Arial, sans-serif; font-size: 14px; }
.nav-links a { text-decoration:none; color: var(--blue); font-weight:700; }
header { background: linear-gradient(135deg, rgba(23, 50, 77, 0.95), rgba(31, 122, 77, 0.88)); color: var(--white); padding: 86px 20px; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.hero-inner { max-width: 860px; }
.eyebrow { font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.12em; font-size: 13px; color: #f2d18b; margin-bottom: 16px; font-weight: 700; }
h1, h2, h3 { line-height: 1.15; margin: 0 0 18px; color: inherit; }
h1 { font-size: clamp(38px, 6vw, 68px); max-width: 880px; }
h2 { font-size: clamp(28px, 4vw, 44px); color: var(--blue); }
h3 { font-size: 24px; color: var(--blue); }
p { margin: 0 0 18px; font-size: 18px; }
.hero-copy { font-size: 22px; max-width: 760px; color: rgba(255,255,255,0.92); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display:inline-block; padding: 14px 22px; border-radius: 999px; text-decoration:none; font-family: Arial, sans-serif; font-weight: 800; transition: 0.2s ease; }
.btn-primary { background: var(--gold); color: var(--blue); }
.btn-secondary { border: 1px solid rgba(255,255,255,0.7); color: var(--white); }
.btn-outline { border: 1px solid var(--blue); color: var(--blue); }
section { padding: 70px 0; }
.section-intro { max-width: 860px; margin-bottom: 36px; }
.grid-2 { display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.grid-3 { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card { background: var(--white); border: 1px solid var(--border); border-radius: 22px; padding: 30px; box-shadow: var(--shadow); }
.green-card { background: var(--green-soft); border: 2px solid var(--green); }
.red-card { background: var(--red-soft); border: 2px solid var(--red); }
.label { display: inline-block; font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; padding: 7px 11px; border-radius: 999px; margin-bottom: 18px; }
.label-green { background: var(--green); color: var(--white); }
.label-red { background: var(--red); color: var(--white); }
ul { margin: 18px 0 0; padding-left: 22px; }
li { margin-bottom: 12px; font-size: 18px; }
.callout { background: var(--blue); color: var(--white); border-radius: 26px; padding: 42px; box-shadow: var(--shadow); }
.quote { font-size: clamp(26px, 4vw, 42px); line-height: 1.2; margin: 0; color: var(--white); }
.soft-bg { background: #fffaf2; }
.scandal-card { border-left: 6px solid var(--gold); padding: 26px; background: var(--white); border-radius: 16px; margin-bottom: 18px; box-shadow: 0 10px 30px rgba(23, 50, 77, 0.08); }
.checklist { columns: 2; column-gap: 42px; padding-left: 0; list-style: none; }
.checklist li { break-inside: avoid; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 16px 18px; margin: 0 0 14px; box-shadow: 0 8px 24px rgba(23, 50, 77, 0.06); }
.checklist li::before { content: '✓'; color: var(--green); font-weight: 900; margin-right: 10px; }
.note { font-family: Arial, sans-serif; color: var(--muted); font-size: 15px; }
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 18px; overflow:hidden; box-shadow: var(--shadow); }
.compare-table th, .compare-table td { text-align:left; padding:16px; border-bottom:1px solid var(--border); font-size:17px; }
.compare-table th { background: var(--blue); color:#fff; font-family:Arial, sans-serif; }
.map-section { background:#fff; padding-top: 64px; }
.map-frame { width:100%; min-height:390px; border:0; border-radius:22px; box-shadow:var(--shadow); }
.map-links { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:16px; margin-top:22px; }
.map-links a { background:var(--green-soft); border:1px solid var(--green); padding:16px; border-radius:16px; text-decoration:none; font-family:Arial, sans-serif; font-weight:700; color:var(--green); }
.final-cta { background: var(--blue); color: var(--white); text-align: center; }
.final-cta h2 { color: var(--white); }
footer { background: #111d28; color: rgba(255,255,255,0.76); padding: 28px 20px; text-align: center; font-family: Arial, sans-serif; font-size: 14px; }
footer p { font-size:14px; }
@media (max-width: 860px) { .grid-2, .grid-3, .map-links { grid-template-columns:1fr; } .checklist { columns:1; } .nav-inner { align-items:flex-start; flex-direction:column; } header { padding: 64px 20px; } }
