/* ==========================================================================
   REPROMATRONIC.COM — design system
   Brand manual: https://www.repromatronic.es/manual-marca/
   Fonts served locally (OFL). #12A824 reserved for logo artwork — never in UI.
   ========================================================================== */

/* ── Fonts (variable, latin subset, self-hosted) ─────────────────────────── */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("/fonts/DMSans.woff2") format("woff2");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

/* ── Tokens ──────────────────────────────────────────────────────────────── */
:root {
  --green:        #0A6E3D;   /* institutional */
  --green-deep:   #064529;   /* top bar, footer, dark bands */
  --green-signal: #00B84D;   /* digital accent, hovers, active */
  --green-veil:   #E6F4ED;
  --green-mist:   #D0EDDB;
  --graphite:     #0F1419;
  --gold:         #D4A017;   /* ratings/stars only */
  --bg:           #F7F8FC;
  --text:         #384250;
  --text-soft:    #6B7280;
  --border:       #E5E7EB;
  --white:        #FFFFFF;

  --font-display: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-body:    "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius:    14px;
  --radius-sm: 9px;
  --shadow:    0 1px 2px rgba(15,20,25,.05), 0 8px 28px -12px rgba(6,69,41,.14);
  --shadow-lg: 0 2px 4px rgba(15,20,25,.06), 0 20px 48px -16px rgba(6,69,41,.22);
  --header-h:  72px;
  --topbar-h:  38px;
  --container: 1200px;
}

/* ── Reset / base ────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  font-variant-numeric: tabular-nums;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--green-signal); }
h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--graphite);
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 5.2vw, 3.4rem); }
h2 { font-size: clamp(1.55rem, 3.4vw, 2.25rem); margin-bottom: 1em; }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.35rem); letter-spacing: -0.02em; }
p  { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.3em; margin: 0 0 1.1em; }
li { margin-bottom: .35em; }
strong { color: var(--graphite); }
::selection { background: var(--green-mist); color: var(--green-deep); }

/* Accessibility */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 10000;
  background: var(--green-deep); color: #fff; padding: 12px 20px;
  border-radius: 0 0 var(--radius-sm) 0; font-weight: 600;
}
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--green-signal); outline-offset: 3px; border-radius: 2px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ── Layout primitives ───────────────────────────────────────────────────── */
.container { max-width: var(--container); margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }
.container-narrow { max-width: 880px; margin-inline: auto; padding-inline: clamp(1rem, 4vw, 2rem); }
.prose { max-width: 72ch; }
.prose > * + * { margin-top: 1.15em; }
section { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
section + section { padding-top: 0; }
.section-pad { padding-block: clamp(3.2rem, 7vw, 5.5rem) !important; }
.below-fold { content-visibility: auto; contain-intrinsic-size: auto 600px; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--green);
  display: flex; align-items: center; gap: 10px;
  margin: 0 0 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--green-signal); border-radius: 2px; }
.section-head { max-width: 760px; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.section-head .lead { font-size: 1.15rem; color: var(--text-soft); }
.lead { font-size: 1.15rem; color: var(--text-soft); }

/* ── Grids ───────────────────────────────────────────────────────────────── */
.grid-2, .grid-3, .grid-4 { display: grid; gap: clamp(1rem, 2.4vw, 1.5rem); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  text-decoration: none; cursor: pointer; line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease,
              color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-primary { background: var(--green); color: #fff; box-shadow: 0 8px 22px -8px rgba(10,110,61,.55); }
.btn-primary:hover { background: var(--green-signal); color: #fff; box-shadow: 0 10px 26px -8px rgba(0,184,77,.5); }

.btn-ghost { background: transparent; color: var(--green); border-color: var(--green); }
.btn-ghost:hover { background: var(--green); color: #fff; }
/* automatic variant on dark surfaces */
.section-dark .btn-ghost, .cta-band .btn-ghost, .hero-dark .btn-ghost, .site-footer .btn-ghost {
  color: #fff; border-color: rgba(255,255,255,.45);
}
.section-dark .btn-ghost:hover, .cta-band .btn-ghost:hover, .hero-dark .btn-ghost:hover {
  background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.8); color: #fff;
}

.btn-light { background: #fff; color: var(--green-deep); }
.btn-light:hover { background: var(--green-veil); color: var(--green-deep); }

.btn-wa { background: #25D366; color: #063; }
.btn-wa:hover { background: #1fc25b; color: #052; }
.btn-wa svg { fill: currentColor; }

.btn-sm { padding: 10px 18px; font-size: .92rem; }

/* ── Header ──────────────────────────────────────────────────────────────── */
.topbar {
  background: var(--green-deep); color: #cfe6da;
  font-size: .82rem; height: var(--topbar-h);
  display: flex; align-items: center;
}
.topbar .container { display: flex; justify-content: space-between; gap: 16px; align-items: center; width: 100%; }
.topbar a { color: #fff; font-weight: 600; text-decoration: none; }
.topbar a:hover { color: var(--green-signal); }
.topbar-note { display: flex; align-items: center; gap: 8px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.topbar-note .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-signal); flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(0,184,77,.25); }
@media (max-width: 700px) { .topbar-cet { display: none; } }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247,248,252,.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--border); box-shadow: 0 6px 24px -18px rgba(15,20,25,.25); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 35px; object-fit: contain; }
.brand-name {
  font-family: var(--font-display); font-weight: 800; font-size: 1.12rem;
  color: var(--graphite); letter-spacing: -.02em; line-height: 1.05;
}
.brand-name small { display: block; font-family: var(--font-body); font-weight: 600; font-size: .58rem;
  letter-spacing: .28em; color: var(--green); text-transform: uppercase; }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 46px; height: 46px; padding: 11px;
  background: transparent; border: 1px solid var(--border); border-radius: var(--radius-sm);
  cursor: pointer;
}
.nav-toggle span { display: block; height: 2px; width: 100%; background: var(--graphite);
  border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  font-weight: 600; font-size: .97rem; color: var(--text);
  text-decoration: none; padding: 9px 13px; border-radius: 999px;
  white-space: nowrap; transition: background .15s ease, color .15s ease;
}
.site-nav a:hover { background: var(--green-veil); color: var(--green-deep); }
.site-nav a.active { color: var(--green-deep); background: var(--green-mist); }
.site-nav .btn { margin-left: 10px; }
.site-nav .btn-primary { color: #fff; }
.site-nav .btn-primary:hover { color: #fff; }

@media (max-width: 1024px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: fixed; inset: calc(var(--header-h)) 0 auto 0; top: var(--header-h);
    flex-direction: column; align-items: stretch; gap: 2px;
    background: #fff; border-bottom: 1px solid var(--border);
    padding: 14px clamp(1rem, 4vw, 2rem) 22px;
    max-height: calc(100vh - var(--header-h)); overflow-y: auto;
    transform: translateY(-8px); opacity: 0; visibility: hidden; pointer-events: none;
    transition: transform .22s ease, opacity .22s ease, visibility 0s .22s;
    box-shadow: 0 30px 50px -30px rgba(15,20,25,.35);
  }
  .site-nav.is-open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  .site-nav a { padding: 13px 14px; border-radius: var(--radius-sm); font-size: 1.05rem; }
  .site-nav .btn { margin: 10px 0 0; width: 100%; }
  body.nav-locked { overflow: hidden; }
}

/* ── Breadcrumbs ─────────────────────────────────────────────────────────── */
.breadcrumbs { font-size: .86rem; color: var(--text-soft); padding: 18px 0 0; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumbs li { margin: 0; display: flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before { content: "/"; color: var(--border); }
.breadcrumbs a { color: var(--text-soft); text-decoration: none; }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs [aria-current] { color: var(--graphite); font-weight: 600; }

/* ── Heroes ──────────────────────────────────────────────────────────────── */
.hero-dark {
  position: relative; overflow: hidden; color: #E9F5EF;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(0,184,77,.22), transparent 60%),
    radial-gradient(700px 420px at -10% 110%, rgba(0,184,77,.14), transparent 55%),
    linear-gradient(135deg, var(--green-deep) 0%, #08542f 55%, var(--green) 100%);
}
.hero-dark::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(900px 600px at 70% 20%, #000 0%, transparent 75%);
  -webkit-mask-image: radial-gradient(900px 600px at 70% 20%, #000 0%, transparent 75%);
}
.hero-dark h1, .hero-dark h2, .hero-dark h3 { color: #fff; }
.hero-dark .eyebrow { color: var(--green-signal); }
.hero-dark .lead { color: #C3DECF; }
.hero-dark a:not(.btn) { color: #BDECD1; }

.hero-home { padding-block: clamp(4rem, 9vw, 7rem) clamp(3.4rem, 7vw, 5.4rem); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.hero-note { font-size: .9rem; color: #9DC4AF; margin-top: 18px; }

.page-hero { padding-block: clamp(3rem, 6.5vw, 4.6rem) clamp(2.2rem, 4.5vw, 3.2rem); }
.page-hero .lead { max-width: 68ch; }

/* signal curve divider (place as inline SVG inside .hero-dark, bottom) */
.signal-curve { position: absolute; left: 0; right: 0; bottom: -1px; width: 100%; height: 60px; color: var(--bg); }

/* ── Stats / trust ───────────────────────────────────────────────────────── */
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
@media (max-width: 700px) { .stat-row { grid-template-columns: 1fr; } }
.stat { padding: 8px 0 8px 18px; border-left: 3px solid var(--green-signal); }
.stat b {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--graphite); letter-spacing: -.02em;
}
.hero-dark .stat b { color: #fff; }
.stat span { font-size: .9rem; color: var(--text-soft); }
.hero-dark .stat span { color: #9DC4AF; }

.trust-bar { background: #fff; border-block: 1px solid var(--border); padding: 22px 0; }
.trust-bar .container { display: flex; flex-wrap: wrap; gap: 18px 40px; align-items: center; justify-content: space-between; }
.trust-item { display: flex; align-items: center; gap: 11px; font-size: .95rem; font-weight: 600; color: var(--graphite); }
.trust-item svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; }

.google-badge {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 9px 18px; font-weight: 600; color: var(--graphite); font-size: .95rem;
  box-shadow: var(--shadow); text-decoration: none;
}
.google-badge .stars { color: var(--gold); letter-spacing: 2px; font-size: 1rem; }
.google-badge:hover { border-color: var(--green-mist); color: var(--graphite); }

/* ── Cards ───────────────────────────────────────────────────────────────── */
.card {
  position: relative; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: clamp(1.3rem, 2.6vw, 1.8rem);
  box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--green-mist); }
/* calibration corner ticks */
.card::before, .card::after {
  content: ""; position: absolute; width: 14px; height: 14px; opacity: 0;
  transition: opacity .2s ease; pointer-events: none;
}
.card::before { top: 9px; left: 9px; border-top: 2px solid var(--green-signal); border-left: 2px solid var(--green-signal); }
.card::after  { bottom: 9px; right: 9px; border-bottom: 2px solid var(--green-signal); border-right: 2px solid var(--green-signal); }
.card:hover::before, .card:hover::after { opacity: 1; }

.card h3 { margin-bottom: .45em; }
.card p:last-child { margin-bottom: 0; }
.card .card-link { margin-top: auto; padding-top: 12px; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; }
.card .card-link::after { content: "→"; transition: transform .18s ease; }
.card:hover .card-link::after { transform: translateX(4px); }

.card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: var(--green-veil); color: var(--green);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.card-icon svg { width: 25px; height: 25px; }

.card-featured { border-color: var(--green); border-width: 2px; }
.card-featured .card-tag {
  position: absolute; top: -12px; left: 20px;
  background: var(--green); color: #fff; font-size: .72rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 999px;
}

/* ── Steps ───────────────────────────────────────────────────────────────── */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.4vw, 1.5rem); counter-reset: step; }
.steps-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) { .steps, .steps-4 { grid-template-columns: 1fr; } }
.step { position: relative; background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem 1.4rem 1.3rem; counter-increment: step; box-shadow: var(--shadow); }
.step::before {
  content: "0" counter(step);
  font-family: var(--font-display); font-weight: 800; font-size: 2.6rem;
  color: var(--green-mist); line-height: 1; display: block; margin-bottom: 10px;
  letter-spacing: -.03em;
}
.step h3 { font-size: 1.12rem; }
.step p { font-size: .97rem; margin: 0; color: var(--text-soft); }

/* ── TL;DR ───────────────────────────────────────────────────────────────── */
.tldr {
  background: var(--green-veil); border-left: 4px solid var(--green);
  border-radius: var(--radius-sm); padding: 16px 20px; margin: 18px 0;
}
.tldr-label {
  font-weight: 700; letter-spacing: .08em; font-size: .78rem;
  text-transform: uppercase; color: var(--green); margin: 0 0 8px;
}
.tldr ul { margin: 0; padding-left: 20px; }
.tldr li { margin-bottom: .3em; font-size: .98rem; }

/* ── VS tables / tables ──────────────────────────────────────────────────── */
.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
table { border-collapse: collapse; width: 100%; font-size: .97rem; }
th, td { text-align: left; padding: 13px 17px; border-bottom: 1px solid var(--border); vertical-align: top; }
thead th {
  background: var(--green-deep); color: #fff; font-family: var(--font-body);
  font-weight: 600; font-size: .85rem; letter-spacing: .05em; text-transform: uppercase;
  white-space: nowrap;
}
tbody tr:last-child td { border-bottom: none; }
tbody tr:nth-child(even) { background: #FBFCFE; }
td:first-child { font-weight: 600; color: var(--graphite); }
.vs-table thead th:nth-child(2), .vs-table thead th:nth-child(3) { min-width: 180px; }

/* ── FAQ ─────────────────────────────────────────────────────────────────── */
.faq { max-width: 860px; }
.faq details {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm);
  margin-bottom: 10px; overflow: hidden;
}
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px;
  align-items: center; padding: 17px 20px;
  font-family: var(--font-display); font-weight: 700; font-size: 1.03rem; color: var(--graphite);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-family: var(--font-body); font-size: 1.4rem; font-weight: 400;
  color: var(--green); flex-shrink: 0; transition: transform .2s ease; line-height: 1;
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details[open] { border-color: var(--green-mist); }
.faq .faq-a { padding: 0 20px 18px; }
.faq .faq-a p:last-child { margin-bottom: 0; }

/* ── Notices ─────────────────────────────────────────────────────────────── */
.notice {
  border: 1px solid var(--border); border-left: 4px solid var(--green);
  background: #fff; border-radius: var(--radius-sm); padding: 15px 19px;
  font-size: .95rem; margin: 18px 0;
}
.notice p:last-child { margin-bottom: 0; }
.notice-warn { border-left-color: var(--gold); background: #FFFDF5; }
.notice-warn strong { color: #8a6a0d; }

/* ── Chips / pills ───────────────────────────────────────────────────────── */
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0 0 1.1em; list-style: none; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: #fff; border: 1px solid var(--border); border-radius: 999px;
  padding: 7px 15px; font-size: .9rem; font-weight: 600; color: var(--graphite);
  margin: 0; text-decoration: none; transition: border-color .15s ease, background .15s ease;
}
a.chip:hover { border-color: var(--green); background: var(--green-veil); color: var(--green-deep); }

/* ── Partner strip ───────────────────────────────────────────────────────── */
.partner-strip { display: flex; flex-wrap: wrap; gap: 10px 12px; align-items: center; }
.partner-strip .chip { background: #fff; }

/* ── Dark sections & CTA band ────────────────────────────────────────────── */
.section-dark {
  background: linear-gradient(160deg, var(--green-deep) 0%, #07502d 100%);
  color: #D7EBE0; border-radius: 0;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: var(--green-signal); }
.section-dark .lead { color: #B9D8C7; }
.section-dark a:not(.btn) { color: #BDECD1; }

.cta-band {
  position: relative; overflow: hidden;
  background:
    radial-gradient(800px 320px at 90% 0%, rgba(0,184,77,.25), transparent 60%),
    linear-gradient(135deg, var(--green-deep), var(--green));
  color: #E9F5EF; border-radius: calc(var(--radius) + 6px);
  padding: clamp(2.4rem, 5.5vw, 4rem);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.cta-band h2 { color: #fff; margin-bottom: .35em; }
.cta-band p { color: #C3DECF; margin: 0; max-width: 52ch; }
.cta-band .hero-ctas { margin-top: 0; }

/* ── Forms ───────────────────────────────────────────────────────────────── */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 640px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 600; font-size: .92rem; color: var(--graphite); }
.form-field input, .form-field select, .form-field textarea {
  font: inherit; color: var(--graphite);
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-sm);
  padding: 13px 15px; width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.form-field textarea { min-height: 140px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(10,110,61,.14);
}
.form-hint { font-size: .84rem; color: var(--text-soft); }

/* ── Catalog ─────────────────────────────────────────────────────────────── */
.catalog-group { margin-bottom: clamp(2rem, 4vw, 3rem); }
.catalog-group > h3 { padding-bottom: 10px; border-bottom: 2px solid var(--green-mist); margin-bottom: 18px; }
.product-card .product-img {
  aspect-ratio: 4 / 3; border-radius: var(--radius-sm); background: #fff;
  border: 1px solid var(--border); display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px; overflow: hidden;
}
.product-card .product-img img { width: 100%; height: 100%; object-fit: contain; padding: 10px; }
.product-card h4 {
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  color: var(--graphite); margin: 0 0 8px; letter-spacing: -.01em; line-height: 1.3;
}
.product-price { font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; color: var(--green-deep); }
.product-price small { font-weight: 600; font-size: .72rem; color: var(--text-soft); display: block; }
.product-meta { font-size: .8rem; color: var(--text-soft); margin: 6px 0 12px; }
.product-cta { margin-top: auto; display: flex; gap: 8px; flex-wrap: wrap; }
.catalog-status { padding: 14px 18px; border-radius: var(--radius-sm); background: var(--green-veil);
  font-size: .95rem; margin-bottom: 22px; }

/* ── Footer ──────────────────────────────────────────────────────────────── */
.site-footer {
  background: linear-gradient(180deg, var(--green-deep) 0%, #032214 100%);
  color: #A9C4B4; font-size: .95rem; margin-top: clamp(3rem, 6vw, 5rem);
}
.footer-line { height: 4px; background: linear-gradient(90deg, var(--green-deep), var(--green-signal), var(--green)); }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr;
  gap: clamp(1.6rem, 4vw, 3rem); padding-block: clamp(2.6rem, 5vw, 4rem);
}
@media (max-width: 1024px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand img { width: 72px; margin-bottom: 14px; }
.footer-brand p { color: #8FAE9C; max-width: 34ch; }
.site-footer h3 {
  font-family: var(--font-body); color: #fff; font-size: .82rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; margin: 0 0 16px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #B8CFC2; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 17px; height: 17px; margin-top: 4px; flex-shrink: 0; color: var(--green-signal); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-block: 20px;
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: space-between;
  font-size: .85rem; color: #8FAE9C;
}
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.2); border-radius: 10px;
  display: flex; align-items: center; justify-content: center; color: #C9DCD1;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.footer-social a:hover { background: var(--green-signal); border-color: var(--green-signal); color: #05341d; }
.footer-social svg { width: 17px; height: 17px; fill: currentColor; }

/* ── Reveal on scroll ────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ── Utilities ───────────────────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.updated-line { font-size: .85rem; color: var(--text-soft); border-top: 1px solid var(--border);
  padding-top: 18px; margin-top: clamp(2rem, 4vw, 3rem); }
