:root {
  --green: #168038;
  --green-dark: #075f2a;
  --green-light: #eaf7ed;
  --yellow: #f2e900;
  --ink: #183129;
  --muted: #64736c;
  --line: #dce8df;
  --danger: #a52c2c;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: var(--green-dark); font-weight: 650; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.narrow { max-width: 780px; }
.site-header { border-bottom: 1px solid var(--line); background: #fff; }
.nav-wrap, .footer-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; line-height: 1.08; font-size: .86rem; text-transform: uppercase; letter-spacing: .03em; }
.brand img { width: 62px; height: 44px; object-fit: contain; }
.brand strong { color: var(--green); }
.main-menu { display: flex; align-items: center; gap: 28px; }
.main-menu a { text-decoration: none; color: var(--ink); font-size: .94rem; }
.main-menu .nav-delete { color: var(--danger); }
.menu-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 8px; padding: 8px 13px; color: var(--green-dark); font-weight: 700; }
.hero { background: linear-gradient(135deg, var(--green-light), #fff 70%); padding: 92px 0 88px; }
.hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.eyebrow { color: var(--green-dark); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 12px 0 20px; max-width: 720px; font-size: clamp(2.35rem, 5vw, 4.35rem); line-height: 1.08; letter-spacing: -.045em; }
.lead { max-width: 600px; color: var(--muted); font-size: 1.2rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-radius: 8px; padding: 13px 20px; border: 2px solid transparent; font-weight: 750; text-decoration: none; cursor: pointer; font: inherit; }
.button-primary { color: white; background: var(--green); box-shadow: 0 8px 20px #1680382b; }
.button-primary:hover { background: var(--green-dark); }
.button-outline { color: var(--green-dark); border-color: var(--green); }
.button-danger { color: white; background: var(--danger); }
.hero-card { padding: 34px; border-radius: 22px; background: white; box-shadow: 0 18px 50px #075f2a1c; text-align: center; }
.hero-card img { width: 100%; max-width: 350px; height: auto; object-fit: contain; }
.hero-card p { margin-bottom: 0; color: var(--muted); font-weight: 650; }
.features { padding: 70px 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 14px; }
.feature-grid h2 { margin: 12px 0 6px; font-size: 1.15rem; }
.feature-grid p { margin: 0; color: var(--muted); }
.feature-icon { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--green-dark); background: var(--green-light); font-weight: 900; }
.page-section { padding: 68px 0 100px; }
.page-section h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); }
.page-section h2 { margin-top: 34px; font-size: 1.35rem; }
.page-section p { color: #4e6057; }
.muted, .small-note { color: var(--muted) !important; font-size: .9rem; }
.delete-form { display: grid; gap: 10px; margin-top: 30px; padding: 28px; border: 1px solid #f0d6d6; border-radius: 14px; background: #fffafa; }
.delete-form label { font-weight: 700; margin-top: 4px; }
.delete-form input { width: 100%; border: 1px solid #c7d3cc; border-radius: 7px; padding: 12px; font: inherit; }
.delete-form input:focus { outline: 3px solid #16803833; border-color: var(--green); }
.delete-form .button { justify-self: start; margin-top: 12px; }
.danger-eyebrow { color: var(--danger); }
.alerts { padding-top: 20px; }
.alert { padding: 13px 16px; border-radius: 8px; font-weight: 650; }
.alert-success { color: #155c2d; background: var(--green-light); }
.alert-error { color: #8d2020; background: #fff0f0; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
.footer-wrap { min-height: 72px; }
.site-footer a { color: var(--muted); }
@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav-wrap { min-height: 68px; position: relative; }
  .menu-toggle { display: block; }
  .main-menu { display: none; position: absolute; z-index: 2; top: 67px; left: 0; right: 0; padding: 13px; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 9px; background: white; box-shadow: 0 14px 28px #1831291c; }
  .main-menu.is-open { display: flex; }
  .main-menu a { padding: 10px; }
  .hero { padding: 60px 0; }
  .hero-grid, .feature-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-card { order: -1; padding: 20px; }
  .footer-wrap { flex-direction: column; justify-content: center; padding: 18px 0; text-align: center; }
}
