:root {
  --green: #2ca01c;
  --green-dark: #24851a;
  --ink: #0f1b14;
  --body: #33413a;
  --muted: #6b7a72;
  --line: #e4eae6;
  --bg: #ffffff;
  --bg-soft: #f4f8f5;
  --bg-mint: #eefaef;
  --pos: #1f9d55;
  --neg: #d64545;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 27, 20, 0.08);
  --shadow-lg: 0 20px 50px rgba(15, 27, 20, 0.16);
  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--body);
  background: var(--bg);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.container { width: min(1120px, 100% - 40px); margin-inline: auto; }

h1, h2, h3 { color: var(--ink); line-height: 1.15; margin: 0 0 0.4em; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 750; }
p { margin: 0 0 1rem; }
a { color: inherit; text-decoration: none; }

.muted { color: var(--muted); }
.small { font-size: 0.85rem; }
.pos { color: var(--pos); }
.neg { color: var(--neg); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.8rem 1.4rem; border-radius: 999px; font-weight: 650; font-size: 0.98rem;
  cursor: pointer; border: 1px solid transparent; transition: transform 0.06s ease, background 0.15s ease, box-shadow 0.15s ease;
  font-family: inherit;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 6px 16px rgba(44, 160, 28, 0.28); }
.btn-primary:hover { background: var(--green-dark); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--bg-soft); }
.btn.full { width: 100%; }
.btn:disabled { opacity: 0.6; cursor: not-allowed; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: saturate(180%) blur(10px); backdrop-filter: saturate(180%) blur(10px);
  padding-top: env(safe-area-inset-top, 0px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 66px; }
.brand { display: flex; align-items: center; gap: 0.55rem; font-weight: 800; color: var(--ink); }
.brand-mark {
  display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px;
  background: var(--green); color: #fff; font-weight: 800;
}
.brand-mark.small { width: 26px; height: 26px; font-size: 0.85rem; }
.brand-name { font-size: 1.15rem; letter-spacing: -0.02em; }
.nav { display: flex; gap: 1.4rem; margin-left: auto; }
.nav a { color: var(--body); font-weight: 550; font-size: 0.95rem; }
.nav a:hover { color: var(--green); }

.cart-button {
  position: relative; display: grid; place-items: center; width: 44px; height: 44px;
  border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--ink); cursor: pointer;
}
.cart-button:hover { background: var(--bg-soft); }
.cart-count {
  position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; padding: 0 5px;
  border-radius: 999px; background: var(--green); color: #fff; font-size: 0.72rem; font-weight: 700;
  display: grid; place-items: center;
}

/* Hero */
.hero { background: linear-gradient(180deg, var(--bg-mint), #fff 78%); padding: clamp(2.5rem, 6vw, 5rem) 0; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 3rem; align-items: center; }
.eyebrow { color: var(--green-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.8rem; margin-bottom: 0.6rem; }
.lede { font-size: 1.12rem; color: var(--body); max-width: 46ch; }
.hero-actions { display: flex; gap: 0.8rem; margin: 1.6rem 0 1.4rem; flex-wrap: wrap; }
.hero-badges { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; color: var(--muted); font-size: 0.9rem; font-weight: 550; }

.hero-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.4rem 1.5rem;
  box-shadow: var(--shadow-lg);
}
.hero-card-row { display: flex; justify-content: space-between; align-items: center; padding: 0.6rem 0; border-bottom: 1px dashed var(--line); font-size: 0.95rem; }
.hero-card-row span { color: var(--muted); }
.hero-card-row strong { color: var(--ink); font-size: 1.05rem; }
.hero-bar { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 1.1rem; }
.hero-bar span { flex: 1; background: linear-gradient(180deg, var(--green), #7bd06b); border-radius: 6px 6px 3px 3px; }

/* Sections */
.section { padding: clamp(2.6rem, 6vw, 4.5rem) 0; }
.section-head { max-width: 620px; margin-bottom: 2rem; }
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* Catalog */
.catalog { display: flex; flex-direction: column; gap: 2.4rem; }
.cat-group h3.cat-title { font-size: 1.15rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; margin-bottom: 1rem; }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.1rem; }

.card {
  position: relative; display: flex; flex-direction: column; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.3rem 1.4rem; box-shadow: var(--shadow);
  transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: #cfe6ca; }
.card.is-popular { border-color: var(--green); }
.badge-popular {
  position: absolute; top: -11px; left: 1.2rem; background: var(--green); color: #fff;
  font-size: 0.72rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: 999px; letter-spacing: 0.03em;
}
.card h4 { color: var(--ink); font-size: 1.08rem; margin: 0 0 0.4rem; line-height: 1.25; }
.card .summary { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.9rem; }
.card .features { list-style: none; padding: 0; margin: 0 0 1.1rem; display: flex; flex-direction: column; gap: 0.35rem; }
.card .features li { position: relative; padding-left: 1.35rem; font-size: 0.88rem; color: var(--body); }
.card .features li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
.card-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; }
.price { color: var(--ink); font-weight: 800; font-size: 1.35rem; }
.price .per { font-size: 0.8rem; font-weight: 600; color: var(--muted); }
.opt-note { display: block; font-size: 0.72rem; font-weight: 600; color: var(--green-dark); text-transform: uppercase; letter-spacing: 0.03em; margin-top: 2px; }
.cart-item-opt { font-size: 0.82rem; color: var(--green-dark); font-weight: 600; margin-bottom: 0.15rem; }
.btn-add { padding: 0.6rem 1rem; font-size: 0.9rem; }
.btn-add.added { background: var(--ink); }

.loading { color: var(--muted); }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.2rem; }
.steps li { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.step-num { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--green); color: #fff; font-weight: 800; margin-bottom: 0.8rem; }
.steps h3 { font-size: 1.05rem; }
.steps p { color: var(--muted); margin: 0; font-size: 0.94rem; }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: 12px; padding: 0.2rem 1.1rem; margin-bottom: 0.7rem; background: #fff; }
.faq summary { cursor: pointer; font-weight: 650; color: var(--ink); padding: 0.9rem 0; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--green); font-weight: 700; font-size: 1.2rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); margin: 0 0 0.9rem; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); background: var(--bg-soft); padding: 2rem 0; margin-top: 2rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.footer-inner .brand-mark { display: inline-grid; vertical-align: middle; margin-right: 0.4rem; }
.footer-inner .brand-name { font-weight: 800; color: var(--ink); }
.footer-inner .muted { margin: 0.3rem 0 0; }

/* Cart drawer */
.drawer-overlay, .modal-overlay { position: fixed; inset: 0; background: rgba(15, 27, 20, 0.45); z-index: 50; }
.cart-drawer {
  position: fixed; top: 0; right: 0; height: 100dvh; width: min(420px, 100%); background: #fff; z-index: 60;
  display: flex; flex-direction: column; box-shadow: var(--shadow-lg);
  transform: translateX(100%); transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 1.3rem; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 1.25rem; }
.icon-btn { border: none; background: none; font-size: 1.1rem; cursor: pointer; color: var(--muted); width: 34px; height: 34px; border-radius: 8px; }
.icon-btn:hover { background: var(--bg-soft); color: var(--ink); }
.cart-body { flex: 1; overflow-y: auto; padding: 1rem 1.3rem; }
.cart-empty { color: var(--muted); text-align: center; margin-top: 3rem; }

.cart-item { display: flex; gap: 0.8rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.cart-item-main { flex: 1; }
.cart-item-name { font-weight: 650; color: var(--ink); font-size: 0.95rem; margin-bottom: 0.2rem; }
.cart-item-price { color: var(--muted); font-size: 0.85rem; }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin-top: 0.5rem; }
.qty button { border: none; background: #fff; width: 28px; height: 28px; cursor: pointer; font-size: 1rem; color: var(--ink); }
.qty button:hover { background: var(--bg-soft); }
.qty span { min-width: 30px; text-align: center; font-size: 0.9rem; font-weight: 600; }
.cart-item-right { text-align: right; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }
.line-total { font-weight: 700; color: var(--ink); }
.remove { border: none; background: none; color: var(--muted); font-size: 0.78rem; cursor: pointer; text-decoration: underline; }
.remove:hover { color: var(--neg); }

.cart-foot { border-top: 1px solid var(--line); padding: 1.1rem 1.3rem calc(1.3rem + env(safe-area-inset-bottom, 0px)); }
.totals { margin-bottom: 0.9rem; }
.totals-row { display: flex; justify-content: space-between; font-size: 0.95rem; padding: 0.25rem 0; }
.totals-row.grand { font-size: 1.05rem; font-weight: 800; color: var(--ink); border-top: 1px dashed var(--line); margin-top: 0.3rem; padding-top: 0.6rem; }
.totals-row .sub { color: var(--muted); font-size: 0.82rem; }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; padding: 1rem; }
.modal-card {
  position: relative; z-index: 71; background: #fff; border-radius: 18px; width: min(520px, 100%);
  max-height: 92dvh; overflow-y: auto; padding: 1.8rem; box-shadow: var(--shadow-lg);
}
.modal-close { position: absolute; top: 1rem; right: 1rem; }
.order-summary { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 0.9rem 1.1rem; margin: 1rem 0 1.3rem; }
.order-summary .os-row { display: flex; justify-content: space-between; font-size: 0.9rem; padding: 0.25rem 0; }
.order-summary .os-row.total { font-weight: 800; color: var(--ink); border-top: 1px dashed var(--line); margin-top: 0.4rem; padding-top: 0.5rem; }
.order-summary .os-opt { color: var(--muted); font-weight: 500; }

/* Checkout: per-line configurable options */
.co-lines { display: flex; flex-direction: column; gap: 0.7rem; }
.co-line { border-bottom: 1px dashed var(--line); padding-bottom: 0.7rem; }
.co-line-head { display: flex; justify-content: space-between; gap: 0.8rem; font-size: 0.95rem; }
.co-line-name { font-weight: 650; color: var(--ink); }
.co-line-price { font-weight: 700; color: var(--ink); white-space: nowrap; }
.co-opts { margin-top: 0.55rem; display: flex; flex-direction: column; gap: 0.5rem; }
.co-opt { display: flex; flex-direction: column; gap: 0.25rem; }
.co-opt > span { font-size: 0.82rem; font-weight: 600; color: var(--muted); }
.co-opt select {
  width: 100%; padding: 0.55rem 0.7rem; border: 1px solid var(--line); border-radius: 9px;
  font-family: inherit; font-size: 0.9rem; color: var(--ink); background: #fff; cursor: pointer;
}
.co-opt select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(44, 160, 28, 0.15); }
.co-totals { margin-top: 0.9rem; }

/* Multi-select checkboxes (e.g. reporting dashboards) */
.co-checks { display: flex; flex-direction: column; gap: 0.4rem; }
.co-check { display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0.7rem; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; transition: border-color 0.12s ease, background 0.12s ease; }
.co-check:hover { border-color: #cfe6ca; }
.co-check.on { border-color: var(--green); background: var(--bg-mint); }
.co-check input { width: 18px; height: 18px; accent-color: var(--green); flex: none; cursor: pointer; }
.co-check-label { flex: 1; font-size: 0.9rem; color: var(--ink); }
.co-check-price { font-size: 0.85rem; font-weight: 700; color: var(--green-dark); }

/* "View details" link on catalog cards */
.card-details { display: inline-block; margin-top: 0.9rem; color: var(--green); font-weight: 600; font-size: 0.9rem; }
.card-details:hover { color: var(--green-dark); }

/* Service detail page */
.svc-hero-cta { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.svc-hero-price { font-size: 1.6rem; font-weight: 800; color: var(--ink); }
.includes { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 0.6rem 1.6rem; }
.includes li { position: relative; padding-left: 1.7rem; color: var(--body); }
.includes li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.plan-block { margin-bottom: 1.6rem; }
.plan-block h3 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.plan-list { list-style: none; padding: 0; margin: 0.6rem 0 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; max-width: 620px; }
.plan-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 1.1rem; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.plan-list li:last-child { border-bottom: none; }
.plan-list li:nth-child(odd) { background: var(--bg-soft); }
.plan-list strong { color: var(--ink); white-space: nowrap; }
.svc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.1rem; }
.svc-card { display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem; box-shadow: var(--shadow); transition: transform 0.12s ease, box-shadow 0.12s ease; }
.svc-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.svc-card h3 { font-size: 1.08rem; margin-bottom: 0.4rem; }
.svc-card p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.8rem; }
.svc-price { color: var(--green-dark); font-weight: 700; font-size: 0.95rem; }

.field { margin-bottom: 1rem; }
.field label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 0.35rem; color: var(--ink); }
.field input, .field textarea {
  width: 100%; padding: 0.7rem 0.85rem; border: 1px solid var(--line); border-radius: 10px;
  font-family: inherit; font-size: 16px; color: var(--ink); background: #fff; resize: vertical;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(44, 160, 28, 0.15); }
#addMoreServices { margin-top: 0.6rem; }
.form-errors { background: #fdecec; border: 1px solid #f5c6c6; color: #a02525; border-radius: 10px; padding: 0.7rem 0.9rem; font-size: 0.88rem; margin-bottom: 1rem; }
.form-errors ul { margin: 0; padding-left: 1.1rem; }

.confirm-check { width: 60px; height: 60px; border-radius: 50%; background: var(--bg-mint); color: var(--green); display: grid; place-items: center; font-size: 1.8rem; font-weight: 800; margin: 0 auto 1rem; }
#confirmStep { text-align: center; }
#confirmStep .order-summary { text-align: left; }

/* Responsive */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-card { order: -1; }
  .nav { display: none; }
}
@media (max-width: 520px) {
  .header-inner { gap: 0.8rem; }
  .modal-card { padding: 1.3rem; }
}

/* Touch devices (iPhone/iPad): enlarge tap targets to Apple's 44pt minimum. */
@media (pointer: coarse) {
  .btn-add { min-height: 44px; }
  .qty button { width: 44px; height: 44px; font-size: 1.2rem; }
  .qty span { min-width: 38px; }
  .icon-btn { width: 44px; height: 44px; }
  .remove { padding: 6px 2px; }
}

/* =========================================================================
   Multi-page additions: nav, footer, sub-page heroes, blog, about, contact
   ========================================================================= */

.nav a[aria-current="page"] { color: var(--green); font-weight: 650; }

/* Hamburger toggle (mobile only) */
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; padding: 0 11px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.cart-button { text-decoration: none; }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .cart-button { margin-left: auto; }
  .nav {
    display: flex; position: absolute; top: 100%; left: 0; right: 0; margin: 0;
    flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow); padding: 0 20px; max-height: 0; overflow: hidden;
    transition: max-height 0.28s ease, padding 0.28s ease;
  }
  .nav.open { max-height: 340px; padding: 0.4rem 20px 1rem; }
  .nav a { padding: 0.85rem 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav a:last-child { border-bottom: none; }
}

/* Footer (multi-column) */
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding: 2.6rem 0 2rem; }
.footer-brand .brand { margin-bottom: 0.7rem; }
.footer-brand .muted { max-width: 34ch; }
.footer-col h4 { font-size: 0.95rem; color: var(--ink); margin-bottom: 0.7rem; }
.footer-col a { display: block; color: var(--muted); font-size: 0.92rem; padding: 0.28rem 0; }
.footer-col a:hover { color: var(--green); }
.footer-address { color: var(--muted); font-size: 0.9rem; font-style: normal; line-height: 1.55; margin: 0.4rem 0 0; }
.contact-info a { color: var(--green); }
.footer-bottom { border-top: 1px solid var(--line); padding: 1.1rem 0; }
.footer-bottom p { margin: 0; }
@media (max-width: 720px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.6rem; } }
@media (max-width: 420px) { .footer-grid { grid-template-columns: 1fr; } }

/* Sub-page hero */
.page-hero { background: linear-gradient(180deg, var(--bg-mint), #fff 90%); padding: clamp(2.4rem, 6vw, 4rem) 0 clamp(1.6rem, 4vw, 2.4rem); border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { margin-bottom: 0.5rem; }
.page-hero h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); }
.page-hero p { color: var(--body); font-size: 1.1rem; max-width: 60ch; }

/* Prose / generic content */
.prose { max-width: 70ch; }
.prose h2 { margin-top: 2rem; }
.prose h3 { margin-top: 1.4rem; font-size: 1.2rem; }
.prose p, .prose li { color: var(--body); }
.prose ul, .prose ol { padding-left: 1.2rem; margin: 0 0 1.1rem; }
.prose li { margin-bottom: 0.4rem; }
.prose blockquote { border-left: 3px solid var(--green); margin: 1.4rem 0; padding: 0.4rem 0 0.4rem 1.1rem; color: var(--muted); font-style: italic; }

/* Home: feature/value cards */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; box-shadow: var(--shadow); }
.feature .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--bg-mint); color: var(--green); display: grid; place-items: center; font-size: 1.4rem; margin-bottom: 0.9rem; }
.feature h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.feature p { color: var(--muted); margin: 0; font-size: 0.95rem; }

.cta-band { background: var(--ink); border-radius: 20px; padding: clamp(1.8rem, 5vw, 3rem); text-align: center; color: #fff; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #c7d3cc; max-width: 52ch; margin: 0 auto 1.4rem; }

.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 1.5rem; text-align: center; }
.stat .num { font-size: 2.2rem; font-weight: 800; color: var(--green); }
.stat .lbl { color: var(--muted); font-size: 0.95rem; }

/* About: values + steps reuse .steps */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: center; }
@media (max-width: 760px) { .split { grid-template-columns: 1fr; } }
.media-card { background: linear-gradient(135deg, var(--green), #7bd06b); border-radius: 20px; min-height: 260px; display: grid; place-items: center; color: #fff; font-size: 3rem; box-shadow: var(--shadow-lg); }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.4rem; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: transform 0.12s ease, box-shadow 0.12s ease; }
.post-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.post-thumb { position: relative; height: 190px; overflow: hidden; background: var(--bg-soft); }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.post-chip { position: absolute; top: 10px; left: 10px; background: rgba(255, 255, 255, 0.95); color: var(--ink); font-size: 0.72rem; font-weight: 700; padding: 0.28rem 0.65rem; border-radius: 999px; letter-spacing: 0.02em; box-shadow: 0 2px 8px rgba(15, 27, 20, 0.15); }
.post-chip.standalone { position: static; display: inline-block; background: var(--green); color: #fff; box-shadow: none; }
.post-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.post-meta { color: var(--muted); font-size: 0.82rem; margin-bottom: 0.5rem; }
.post-card h3 { font-size: 1.12rem; margin-bottom: 0.5rem; line-height: 1.3; }
.post-card p { color: var(--muted); font-size: 0.92rem; flex: 1; }
.post-card .read { color: var(--green); font-weight: 650; font-size: 0.9rem; margin-top: 0.8rem; }

/* Blog post page — clean featured image, title below, centered prose */
.post-back { display: inline-block; color: var(--green); font-weight: 600; font-size: 0.92rem; margin: 1.6rem 0 1rem; }
.post-back:hover { color: var(--green-dark); }
.post-figure { border-radius: 18px; overflow: hidden; box-shadow: var(--shadow); margin-bottom: clamp(1.4rem, 3vw, 2rem); }
.post-figure img { display: block; width: 100%; height: clamp(220px, 42vw, 460px); object-fit: cover; }
.post-head-block { max-width: 72ch; margin: 0 auto; }
.post-head-block h1 { font-size: clamp(1.9rem, 4.5vw, 3rem); margin: 0.7rem 0 0.6rem; }
.post-byline { color: var(--muted); font-size: 0.92rem; font-weight: 500; }
.post-prose { max-width: 72ch; margin: 1.4rem auto 0; }
.related-title { margin-bottom: 1.2rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 2.4rem; align-items: start; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.contact-info { list-style: none; padding: 0; margin: 0; }
.contact-info li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.8rem 0; border-bottom: 1px solid var(--line); }
.contact-info li:last-child { border-bottom: none; }
.contact-info .ico { width: 40px; height: 40px; border-radius: 10px; background: var(--bg-mint); color: var(--green); display: grid; place-items: center; flex: none; }
.contact-info strong { display: block; color: var(--ink); font-size: 0.95rem; }
.contact-info span { color: var(--muted); font-size: 0.9rem; }

/* Honeypot: off-screen, not shown to humans, not announced to screen readers */
.hp-field { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* Keep the longer brand name from crowding the header on small phones */
@media (max-width: 400px) { .brand-name { font-size: 1rem; } }

.form-status { border-radius: 10px; padding: 0.8rem 1rem; font-size: 0.92rem; margin-bottom: 1rem; }
.form-status.success { background: var(--bg-mint); border: 1px solid #b7e6ad; color: #1c6b12; }
.form-status.error { background: #fdecec; border: 1px solid #f5c6c6; color: #a02525; }

/* 404 */
.notfound { text-align: center; padding: clamp(3rem, 10vw, 6rem) 0; }
.notfound .big { font-size: clamp(4rem, 16vw, 8rem); font-weight: 800; color: var(--green); line-height: 1; }

[hidden] { display: none !important; }
