* { box-sizing: border-box; }
body { margin: 0; background: #fdfcf8; color: #17251c; font-family: Inter, system-ui, sans-serif; line-height: 1.65; }
a { color: #147a3b; }
.topbar { border-bottom: 1px solid #e3e0d4; background: rgba(253,252,248,.96); }
.topbar-inner { max-width: 960px; margin: auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar img { width: 230px; max-width: 55vw; display: block; }
.topbar-links { display: flex; gap: 18px; align-items: center; font-weight: 700; font-size: .9rem; }
.topbar-links a { text-decoration: none; }
.hero { background: #17251c; color: white; padding: 76px 24px 64px; }
.wrap { max-width: 900px; margin: auto; }
.eyebrow { display: inline-block; padding: 5px 12px; border-radius: 999px; background: #dff7e8; color: #116631; font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
h1, h2 { font-family: "Space Grotesk", Inter, sans-serif; line-height: 1.15; }
h1 { max-width: 760px; margin: 18px 0 16px; font-size: clamp(2.2rem, 6vw, 4.2rem); }
.hero p { max-width: 720px; color: #d9e5dc; font-size: 1.08rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-block; border-radius: 10px; padding: 12px 18px; font-weight: 800; text-decoration: none; }
.btn-primary { background: #7bedb0; color: #102217; }
.btn-secondary { border: 1px solid #779083; color: white; }
main { padding: 52px 24px 72px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 0 0 46px; }
.fact { background: white; border: 1px solid #e3e0d4; border-radius: 14px; padding: 18px; }
.fact b { display: block; font-family: "Space Grotesk", sans-serif; margin-bottom: 4px; }
.fact span { color: #526057; font-size: .92rem; }
section { margin-top: 42px; }
h2 { margin: 0 0 12px; font-size: 1.65rem; }
p, li { color: #45544b; }
.schedule { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.schedule article { border-left: 4px solid #7bedb0; background: #f2f8f4; padding: 16px 18px; border-radius: 0 12px 12px 0; }
.schedule h3 { margin: 0 0 6px; font-size: 1rem; }
.schedule p { margin: 0; font-size: .9rem; }
.proof { background: #fff6df; border: 1px solid #efd69a; border-radius: 14px; padding: 22px; }
.fine { font-size: .86rem; color: #657068; }
footer { border-top: 1px solid #e3e0d4; padding: 28px 24px; text-align: center; color: #657068; font-size: .86rem; }
@media (max-width: 700px) { .facts, .schedule { grid-template-columns: 1fr; } .topbar-links a:first-child { display: none; } }
