:root {
  --bg: #f7f5f0;
  --text: #171717;
  --muted: #69655d;
  --line: #ded8ce;
  --card: #fffdf8;
  --accent: #1f5c53;
  --accent-dark: #153f39;
  --soft: #ebe6dc;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); line-height: 1.5; }
a { color: inherit; }
.site-header, .footer { max-width: 1120px; margin: 0 auto; padding: 22px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-header nav, .footer { display: flex; gap: 18px; flex-wrap: wrap; }
.site-header nav a, .footer a { color: var(--muted); text-decoration: none; font-size: 0.95rem; }
.brand { font-weight: 800; text-decoration: none; letter-spacing: -0.03em; }
.hero, .section { max-width: 1120px; margin: 0 auto; padding: 68px 22px; }
.hero { min-height: 55vh; display: grid; align-content: center; }
.hero.compact { min-height: auto; padding-bottom: 28px; }
.eyebrow { color: var(--accent); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; margin: 0 0 12px; }
h1, h2, h3 { letter-spacing: -0.04em; line-height: 1.05; margin: 0 0 16px; }
h1 { font-size: clamp(2.5rem, 7vw, 5.8rem); max-width: 980px; }
h2 { font-size: clamp(1.8rem, 4vw, 3.1rem); }
h3 { font-size: 1.3rem; }
.lead { max-width: 720px; font-size: 1.24rem; color: var(--muted); margin: 0 0 28px; }
.actions, .actions-row { display: flex; gap: 12px; flex-wrap: wrap; }
.muted { color: var(--muted); font-size: 0.95rem; }
.button { border: 1px solid var(--line); border-radius: 999px; padding: 12px 18px; font-weight: 700; text-decoration: none; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; background: transparent; }
.button.primary { background: var(--accent); color: white; border-color: var(--accent); }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { background: var(--card); }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.card, .panel, .premium-box { background: var(--card); border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: 0 20px 60px rgba(32, 28, 20, 0.06); }
.card p, .split p { color: var(--muted); }
.card.muted { opacity: 0.72; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.tool-layout { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 18px; align-items: start; padding-top: 24px; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 6px; color: var(--muted); font-weight: 650; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 12px 14px; font: inherit; color: var(--text); }
textarea { min-height: 90px; resize: vertical; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.result-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
pre { white-space: pre-wrap; word-wrap: break-word; background: #201f1b; color: #fffaf0; border-radius: 20px; padding: 18px; min-height: 460px; overflow: auto; }
.error { color: #a43a2b; font-weight: 700; min-height: 1.2em; }
.footer { border-top: 1px solid var(--line); color: var(--muted); }
@media (max-width: 820px) { .cards, .split, .tool-layout, .grid-2 { grid-template-columns: 1fr; } .site-header { align-items: flex-start; } }
select { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 12px 14px; font: inherit; color: var(--text); }
ul.clean-list { padding-left: 18px; color: var(--muted); }
.price-tag { display: inline-flex; border-radius: 999px; padding: 8px 12px; background: #e2f2df; color: #20542c; font-weight: 800; }
.producer-theme { --accent: #417437; --accent-dark: #274f22; --bg: #fbf7ed; --soft: #edf2df; }
.product-list { display: grid; gap: 10px; }
.product-line { grid-template-columns: 1fr 110px; align-items: center; border: 1px solid var(--line); border-radius: 16px; padding: 12px; background: #fff; color: var(--text); }
.product-line small { display: block; color: var(--muted); font-weight: 500; }
.checkbox-line { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 10px; color: var(--text); }
.checkbox-line input { width: auto; }
[data-mail-link][hidden] { display: none; }
.hero-centered { text-align: center; justify-items: center; min-height: 68vh; }
.hero-centered h1 { max-width: 900px; }
.centered { margin-left: auto; margin-right: auto; }
.search-hero { width: min(780px, 100%); display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 10px; margin: 10px auto 18px; border: 1px solid var(--line); border-radius: 999px; background: var(--card); box-shadow: 0 24px 80px rgba(32, 28, 20, 0.10); }
.search-hero input { border: 0; border-radius: 999px; background: transparent; padding: 14px 18px; }
.quick-links { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.quick-links a, .status-pill { display: inline-flex; align-items: center; border-radius: 999px; padding: 7px 11px; text-decoration: none; font-weight: 750; font-size: 0.9rem; }
.quick-links a { background: var(--soft); color: var(--accent-dark); }
.service-directory .featured-card { grid-column: span 1; border-color: rgba(31, 92, 83, 0.35); }
.status-pill { width: fit-content; margin-bottom: 14px; }
.status-pill.live { background: #e2f2df; color: #20542c; }
.status-pill.planned { background: var(--soft); color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 820px) { .search-hero { grid-template-columns: 1fr; border-radius: 28px; } .search-hero input { background: #fff; border: 1px solid var(--line); } }
