:root {
  --forest-950: #102117;
  --forest-900: #173322;
  --forest-800: #214a2d;
  --forest-700: #2d5a27;
  --forest-600: #3d7135;
  --sage-100: #e9f0e7;
  --sage-50: #f5f8f3;
  --gold-600: #a88645;
  --gold-500: #c5a059;
  --gold-200: #ead9b6;
  --ink: #172019;
  --muted: #5e6a61;
  --line: #dfe6dd;
  --paper: #fffefb;
  --white: #ffffff;
  --danger: #a84836;
  --shadow: 0 20px 60px rgba(16, 33, 23, .12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--white); padding: 12px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 88px 0; }
.section-sm { padding: 58px 0; }
.section-tint { background: var(--sage-50); }
.section-dark { color: var(--white); background: var(--forest-950); }
.eyebrow { display: inline-block; margin: 0 0 13px; color: var(--gold-600); font-size: .77rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.09; letter-spacing: -.025em; }
h1 { max-width: 900px; font-size: clamp(2.55rem, 7vw, 5.6rem); }
h2 { font-size: clamp(2rem, 4.2vw, 3.45rem); }
h3 { font-size: clamp(1.35rem, 2.4vw, 1.8rem); }
p { margin: 0 0 1rem; }
.lede { max-width: 760px; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.23rem); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 54px; align-items: end; margin-bottom: 42px; }
.section-head p { margin: 0; color: var(--muted); }

.topbar { background: var(--forest-950); color: rgba(255,255,255,.78); font-size: .8rem; }
.topbar .container { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar strong { color: var(--gold-200); }
.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,254,251,.96); border-bottom: 1px solid rgba(33,74,45,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; min-width: 235px; }
.brand img { width: 174px; height: auto; }
.brand-sub { padding-left: 13px; border-left: 1px solid var(--line); color: var(--forest-700); font-size: .67rem; font-weight: 850; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: #334139; font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav a:hover { color: var(--forest-700); }
.nav-cta { padding: 11px 16px; color: var(--white) !important; background: var(--forest-700); border-radius: 999px; }
.menu-button { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; color: var(--white); background: var(--forest-700); cursor: pointer; }
.mobile-nav { display: none; padding: 0 20px 18px; border-top: 1px solid var(--line); }
.mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: 13px 0; font-weight: 750; text-decoration: none; border-bottom: 1px solid var(--line); }

.hero { position: relative; min-height: 720px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--forest-950); }
.hero-media, .hero-media picture, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 45%; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,25,16,.94) 0%, rgba(9,25,16,.80) 43%, rgba(9,25,16,.28) 80%), linear-gradient(0deg, rgba(9,25,16,.74), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding: 120px 0 86px; }
.hero h1 { text-wrap: balance; }
.hero h1 span { color: var(--gold-200); }
.hero .lede { margin-top: 24px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 38px; color: rgba(255,255,255,.74); font-size: .82rem; }
.hero-proof span::before { content: "✓"; margin-right: 8px; color: var(--gold-200); font-weight: 900; }
.pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; margin-bottom: 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: rgba(255,255,255,.86); background: rgba(255,255,255,.08); font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.pill-dot { width: 8px; height: 8px; border-radius: 50%; background: #8bc87d; box-shadow: 0 0 0 6px rgba(139,200,125,.14); }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--forest-950); background: var(--gold-200); }
.btn-secondary { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.btn-green { color: var(--white); background: var(--forest-700); }
.btn-ghost { color: var(--forest-700); border-color: var(--forest-700); }

.trustbar { position: relative; z-index: 3; margin-top: -35px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 132px; display: grid; align-content: center; padding: 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; color: var(--forest-800); font-size: 1.05rem; }
.trust-item span { display: block; margin-top: 5px; color: var(--muted); font-size: .79rem; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 28px rgba(16,33,23,.05); }
.card-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: var(--white); background: var(--forest-700); border-radius: 14px; font-size: 1.35rem; }
.card h3 { margin-bottom: 12px; color: var(--forest-900); }
.card p { color: var(--muted); }
.card-link { display: inline-flex; margin-top: 10px; color: var(--forest-700); font-weight: 800; text-decoration: none; }
.card-link::after { content: "→"; margin-left: 8px; }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 64px; align-items: center; }
.split.reverse { grid-template-columns: 1.08fr .92fr; }
.media-card { position: relative; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.media-card img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; }
.media-card.landscape img { aspect-ratio: 16/10; }
.media-label { position: absolute; right: 20px; bottom: 20px; left: 20px; padding: 16px 18px; color: var(--white); background: rgba(16,33,23,.88); border: 1px solid rgba(255,255,255,.18); border-radius: 15px; backdrop-filter: blur(9px); }
.media-label strong { display: block; color: var(--gold-200); }
.check-list { display: grid; gap: 14px; padding: 0; margin: 26px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 23px; height: 23px; display: grid; place-items: center; color: var(--white); background: var(--forest-700); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.notice { padding: 24px; color: #5b3c16; background: #fff7e7; border: 1px solid #eed6a8; border-radius: 18px; }
.notice strong { color: #412b11; }
.source-note { margin-top: 18px; color: var(--muted); font-size: .78rem; }
.source-note a { color: var(--forest-700); }
.text-on-dark { color: rgba(255,255,255,.7) !important; }
.faq-title { margin-bottom: 30px; }
.steps.steps-2 { grid-template-columns: repeat(2, 1fr); }
.mt-24 { margin-top: 24px; }
.mt-28 { margin-top: 28px; }

.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: step; }
.step { position: relative; min-height: 215px; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; counter-increment: step; }
.step::before { content: "0" counter(step); display: block; margin-bottom: 28px; color: var(--gold-600); font-family: Georgia, serif; font-size: 1.6rem; }
.step strong { display: block; margin-bottom: 8px; color: var(--forest-900); }
.step p { color: var(--muted); font-size: .9rem; }

.area-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.area-card { padding: 24px; color: var(--white); background: linear-gradient(145deg, var(--forest-800), var(--forest-950)); border-radius: 18px; text-decoration: none; }
.area-card span { display: block; margin-top: 8px; color: rgba(255,255,255,.64); font-size: .8rem; }
.area-card:hover { background: linear-gradient(145deg, var(--forest-700), var(--forest-900)); }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--ink); background: transparent; border: 0; text-align: left; font-weight: 800; cursor: pointer; }
.faq-question span:last-child { color: var(--forest-700); font-size: 1.4rem; transition: transform .2s; }
.faq-item.is-open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: none; max-width: 820px; padding: 0 0 22px; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }

.cta-band { padding: 50px; color: var(--white); background: radial-gradient(circle at 85% 20%, rgba(197,160,89,.25), transparent 28%), var(--forest-950); border-radius: 28px; }
.cta-band-inner { display: flex; justify-content: space-between; gap: 36px; align-items: center; }
.cta-band h2 { max-width: 650px; font-size: clamp(2rem, 4vw, 3rem); }
.cta-band p { margin: 12px 0 0; color: rgba(255,255,255,.72); }
.cta-band .hero-actions { margin-top: 0; flex-shrink: 0; }

.breadcrumb { padding: 18px 0; color: var(--muted); font-size: .8rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #9aa49c; }
.breadcrumb a { color: var(--forest-700); }
.page-hero { padding: 82px 0 68px; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(197,160,89,.21), transparent 25%), linear-gradient(125deg, var(--forest-950), var(--forest-800)); }
.page-hero h1 { max-width: 980px; font-size: clamp(2.5rem, 6vw, 4.9rem); }
.page-hero .lede { margin-top: 22px; color: rgba(255,255,255,.75); }
.page-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 25px; color: rgba(255,255,255,.68); font-size: .82rem; }
.prose h2 { margin: 52px 0 18px; color: var(--forest-900); }
.prose h3 { margin: 32px 0 13px; color: var(--forest-900); }
.prose p, .prose li { color: #445049; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose a { color: var(--forest-700); font-weight: 700; }
.table-wrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: 18px; }
table { width: 100%; border-collapse: collapse; background: var(--white); }
th, td { padding: 15px 17px; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
th { color: var(--white); background: var(--forest-900); font-size: .82rem; }
tr:last-child td { border-bottom: 0; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 34px; }
.contact-card { padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: 24px; }
.contact-card a { color: var(--forest-700); font-weight: 800; }
.contact-list { display: grid; gap: 20px; padding: 0; margin: 26px 0 0; list-style: none; }
.contact-list span { display: block; color: var(--muted); font-size: .78rem; }
.legal { font-size: .94rem; }

.site-footer { padding: 60px 0 28px; color: rgba(255,255,255,.7); background: var(--forest-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 50px; }
.footer-brand img { width: 195px; filter: brightness(0) invert(1); opacity: .92; }
.footer-brand p { max-width: 490px; margin-top: 20px; }
.site-footer h3 { margin-bottom: 18px; color: var(--gold-200); font-family: inherit; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.site-footer ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.site-footer a { color: rgba(255,255,255,.76); text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.floating-contact { position: fixed; right: 18px; bottom: 18px; z-index: 75; display: grid; gap: 10px; }
.floating-contact a { width: 52px; height: 52px; display: grid; place-items: center; color: var(--white); background: var(--forest-700); border: 2px solid var(--white); border-radius: 50%; box-shadow: 0 12px 30px rgba(16,33,23,.25); text-decoration: none; font-size: 1.25rem; }
.floating-contact a:last-child { background: #168f4c; }

@media (max-width: 960px) {
  .nav { display: none; }
  .menu-button { display: grid; place-items: center; }
  .section-head, .split, .split.reverse, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .trust-grid, .steps, .area-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .cta-band-inner { display: block; }
  .cta-band .hero-actions { margin-top: 26px; }
}

@media (max-width: 660px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span:last-child { display: none; }
  .header-inner { min-height: 72px; }
  .brand img { width: 148px; }
  .brand-sub { display: none; }
  .hero { min-height: 700px; }
  .hero::after { background: linear-gradient(0deg, rgba(9,25,16,.95) 0%, rgba(9,25,16,.74) 70%, rgba(9,25,16,.55) 100%); }
  .hero-content { padding: 100px 0 78px; }
  .section { padding: 68px 0; }
  .section-sm { padding: 46px 0; }
  .trust-grid, .grid-3, .grid-2, .steps, .area-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps.steps-2 { grid-template-columns: 1fr; }
  .trust-item { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(3) { border-bottom: 1px solid var(--line); }
  .card { padding: 25px; }
  .media-card img { aspect-ratio: 4/5; }
  .cta-band { padding: 32px 24px; border-radius: 22px; }
  .footer-grid { gap: 34px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .floating-contact { right: 12px; bottom: 12px; grid-template-columns: repeat(2, 1fr); }
  .floating-contact a { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
  .topbar, .site-header, .floating-contact, .hero-actions, .site-footer { display: none !important; }
  body { color: #000; background: #fff; }
  .section, .section-sm { padding: 24px 0; }
}
