/* БерИИделай — styles.css
   Полные стили лендинга, без inline-style.
   Совместимо со строгой CSP (style-src 'self' + Google Fonts). */

:root {
  --bg:#F1ECE3; --bg2:#E8E1D5; --ink:#211C15; --muted:#6F665A; --card:#FBF8F2;
  --green:#0F5A44; --green-h:#0C4838; --green-br:#1F8A66; --gold:#BC842A;
  --red:#B4452B;
  --line:rgba(33,28,21,.12); --line-2:rgba(33,28,21,.07);
  --r:14px; --maxw:1140px;
  --mono:'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans:'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.mono { font-family: var(--mono); font-weight: 500; letter-spacing: .04em; text-transform: uppercase; font-size: 12px; color: var(--muted); }
.ii { color: var(--gold); font-weight: 800; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-weight: 800; line-height: 1.05; letter-spacing: -.02em; margin: 0; }

/* ---------- ANIMATIONS ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulseGreen { 0%, 100% { box-shadow: 0 0 0 0 rgba(31,138,102,.45); } 50% { box-shadow: 0 0 0 10px rgba(31,138,102,0); } }
@keyframes lbIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease-out, transform .6s ease-out; }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(14px); transition: opacity .55s ease-out, transform .55s ease-out; }
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(1) { transition-delay: .05s; }
.stagger.in > *:nth-child(2) { transition-delay: .12s; }
.stagger.in > *:nth-child(3) { transition-delay: .19s; }
.stagger.in > *:nth-child(4) { transition-delay: .26s; }
.stagger.in > *:nth-child(5) { transition-delay: .33s; }
.stagger.in > *:nth-child(6) { transition-delay: .40s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal, .stagger > * { opacity: 1; transform: none; }
}

/* ---------- NAV ---------- */
nav { position: sticky; top: 0; z-index: 50; background: rgba(241,236,227,.85); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line-2); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; gap: 20px; }
.logo { font-weight: 800; font-size: 20px; letter-spacing: -.02em; flex: none; }
.nav-mid { display: flex; gap: 26px; align-items: center; }
.nav-mid a.mono { font-size: 12.5px; transition: color .18s; }
.nav-mid a.mono:hover { color: var(--ink); }
.nav-right { display: flex; gap: 12px; align-items: center; }
.contacts { display: flex; gap: 6px; align-items: center; }
.ic-btn { width: 36px; height: 36px; border-radius: 10px; border: 1px solid var(--line); background: var(--card); display: grid; place-items: center; color: var(--ink); transition: .18s; cursor: pointer; }
.ic-btn:hover { border-color: var(--ink); transform: translateY(-1px); background: #fff; }
.ic-btn svg { width: 16px; height: 16px; }
.btn { font-family: var(--sans); font-weight: 700; font-size: 15px; border: none; cursor: pointer; border-radius: 10px; padding: 12px 20px; transition: .18s; }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--green-h); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); padding: 11px 19px; }
.btn-ghost:hover { border-color: var(--ink); }
@media (max-width: 960px) { .nav-mid { display: none; } }
@media (max-width: 520px) { .nav-right .btn { display: none; } }

/* ---------- HERO ---------- */
header { padding: 64px 0 44px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 100px; padding: 7px 14px; background: var(--card); animation: fadeUp .7s ease-out both; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-br); animation: pulseGreen 2.4s ease-in-out infinite; }
h1.hero { font-size: clamp(40px, 7vw, 76px); margin: 22px 0 0; max-width: 18ch; animation: fadeUp .8s ease-out .1s both; }
h1.hero .soft { color: var(--muted); font-weight: 800; display: block; }
.sub { font-size: clamp(17px, 2.2vw, 20px); color: var(--muted); max-width: 58ch; margin: 24px 0 0; line-height: 1.5; animation: fadeUp .8s ease-out .25s both; }
.sub b { color: var(--ink); font-weight: 600; }

.pathline { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; align-items: center; }
.pathline .step { font-family: var(--mono); font-size: 12px; font-weight: 600; letter-spacing: .03em; color: var(--ink); background: var(--card); border: 1px solid var(--line); padding: 7px 12px; border-radius: 8px; opacity: 0; animation: fadeUp .5s ease-out both; }
.pathline .step:nth-child(1) { animation-delay: .45s; }
.pathline .step:nth-child(3) { animation-delay: .55s; }
.pathline .step:nth-child(5) { animation-delay: .65s; }
.pathline .step:nth-child(7) { animation-delay: .75s; }
.pathline .step:nth-child(9) { animation-delay: .85s; }
.pathline .arr { color: var(--muted); opacity: 0; animation: fadeIn .4s ease-out both; }
.pathline .arr:nth-child(2) { animation-delay: .50s; }
.pathline .arr:nth-child(4) { animation-delay: .60s; }
.pathline .arr:nth-child(6) { animation-delay: .70s; }
.pathline .arr:nth-child(8) { animation-delay: .80s; }

.quick { margin-top: 42px; background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 24px; box-shadow: 0 24px 60px -36px rgba(33,28,21,.35); animation: fadeUp .9s ease-out .55s both; }
.quick-head { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 15px; }
.quick-head .badge { width: 32px; height: 32px; border-radius: 9px; background: linear-gradient(145deg, #13674e, #0c3f30); color: #fff; display: grid; place-items: center; font-family: var(--mono); font-weight: 600; font-size: 11px; flex: none; }
.quick-row { display: flex; gap: 10px; margin-top: 16px; }
.quick-row input { flex: 1; font-family: var(--sans); font-size: 16px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--ink); outline: none; transition: .18s; }
.quick-row input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(15,90,68,.12); }
.quick-row .btn-primary { flex: none; white-space: nowrap; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
.chip { font-family: var(--mono); font-size: 11.5px; color: var(--muted); background: var(--bg2); border: 1px solid var(--line-2); padding: 7px 11px; border-radius: 100px; cursor: pointer; transition: .18s; }
.chip:hover { color: var(--ink); border-color: var(--line); transform: translateY(-1px); background: var(--card); }
.quick-hint { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 16px; }
.quick-hint span { font-family: var(--mono); font-size: 11.5px; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.quick-hint span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green-br); }
@media (max-width: 560px) { .quick-row { flex-direction: column; } .quick-row .btn-primary { width: 100%; } }

/* ---------- SECTIONS ---------- */
section { padding: 88px 0; }
.alt { background: var(--bg2); }
.sec-head { max-width: 62ch; }
.sec-head h2 { font-size: clamp(28px, 4.4vw, 46px); margin-top: 14px; }
.sec-head p { color: var(--muted); font-size: 18px; margin: 16px 0 0; }

/* ---------- CMO + STAGES ---------- */
.cmo-card { margin-top: 40px; background: linear-gradient(150deg, #14694f, #0c3a2d); color: #fff; border-radius: 20px; padding: 32px; display: flex; gap: 26px; align-items: center; flex-wrap: wrap; position: relative; overflow: hidden; }
.cmo-card::before { content: ""; position: absolute; top: -40%; right: -10%; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(231,180,90,.18), transparent 60%); pointer-events: none; }
.cmo-card .big { width: 64px; height: 64px; border-radius: 14px; background: rgba(255,255,255,.12); display: grid; place-items: center; font-family: var(--mono); font-weight: 600; font-size: 13px; flex: none; position: relative; }
.cmo-card .meta { position: relative; z-index: 1; }
.cmo-card h3 { font-size: 24px; color: #fff; }
.cmo-card p { margin: 8px 0 0; color: rgba(255,255,255,.78); font-size: 15px; max-width: 62ch; }
.cmo-card .tag { font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; }

.stages { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 14px; }
.stage { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 20px; transition: .25s; }
.stage:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -26px rgba(33,28,21,.35); border-color: var(--green-br); }
.stage .s-top { display: flex; align-items: center; justify-content: space-between; }
.stage .s-name { font-weight: 700; font-size: 15px; }
.stage .s-num { font-family: var(--mono); font-size: 11px; color: var(--green); }
.stage ul { list-style: none; padding: 0; margin: 12px 0 0; }
.stage li { font-size: 13px; color: var(--muted); padding: 7px 0; border-top: 1px solid var(--line-2); line-height: 1.4; }
.stage li:first-child { border-top: none; }
@media (max-width: 1000px) { .stages { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .stages { grid-template-columns: 1fr; } }

.integr { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.integr span { font-family: var(--mono); font-size: 12px; color: var(--muted); background: var(--card); border: 1px solid var(--line); padding: 8px 13px; border-radius: 9px; transition: .2s; }
.integr span:hover { color: var(--ink); border-color: var(--line); background: #fff; }

/* ---------- ROLES ---------- */
.roles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.role { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; transition: .25s; }
.role:hover { transform: translateY(-3px); box-shadow: 0 18px 36px -26px rgba(33,28,21,.35); }
.role .scope { font-family: var(--mono); font-size: 11px; color: var(--green); font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.role h3 { font-size: 17px; margin: 10px 0 8px; }
.role p { margin: 0; font-size: 14px; color: var(--muted); flex: 1; }
.role .who { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line-2); font-size: 13px; color: var(--muted); }
.role .who b { color: var(--ink); font-weight: 600; }

.cta-band { margin-top: 18px; background: var(--ink); color: #fff; border-radius: var(--r); padding: 26px 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-band .big { font-size: clamp(20px, 2.6vw, 26px); font-weight: 700; letter-spacing: -.01em; max-width: 42ch; line-height: 1.3; }
.cta-band .big em { color: #E7B45A; font-style: normal; }
@media (max-width: 860px) { .roles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .roles { grid-template-columns: 1fr; } }

/* ---------- WHY ---------- */
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.tcard { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 26px; transition: .25s; }
.tcard:hover { transform: translateY(-3px); border-color: var(--green-br); box-shadow: 0 18px 36px -26px rgba(15,90,68,.35); }
.tcard .ic { width: 42px; height: 42px; border-radius: 11px; background: rgba(15,90,68,.08); color: var(--green); display: grid; place-items: center; margin-bottom: 16px; }
.tcard .ic svg { width: 20px; height: 20px; }
.tcard h3 { font-size: 17px; margin: 0 0 6px; }
.tcard p { margin: 0; font-size: 14px; color: var(--muted); }
@media (max-width: 820px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .trust-grid { grid-template-columns: 1fr; } }

/* ---------- PRODUCT DEMO + LIGHTBOX ---------- */
.shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 32px; }
.shot { background: var(--card); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; cursor: zoom-in; transition: .28s ease-out; position: relative; }
.shot:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -32px rgba(33,28,21,.4); border-color: rgba(33,28,21,.22); }
.shot .bar { display: flex; align-items: center; gap: 6px; padding: 9px 12px; border-bottom: 1px solid var(--line-2); background: var(--bg); flex: none; }
.shot .bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--line); display: inline-block; }
.shot .bar .t { font-family: var(--mono); font-size: 10.5px; color: var(--muted); margin-left: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shot .pic-wrap { height: 200px; background: #fff; border-bottom: 1px solid var(--line-2); overflow: hidden; display: flex; align-items: flex-start; justify-content: center; flex: none; position: relative; }
.shot .pic { width: 100%; height: auto; display: block; transition: transform .4s ease-out; }
.shot:hover .pic { transform: scale(1.03); }
.shot .zoom { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; border-radius: 8px; background: rgba(33,28,21,.78); color: #fff; display: grid; place-items: center; opacity: 0; transform: translateY(-4px); transition: .25s; backdrop-filter: blur(6px); pointer-events: none; }
.shot:hover .zoom { opacity: 1; transform: none; }
.shot .zoom svg { width: 14px; height: 14px; }
.shot .cap { padding: 14px 16px 16px; }
.shot .cap h3 { font-size: 15px; margin: 0 0 4px; font-weight: 800; line-height: 1.25; }
.shot .cap p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.45; }
@media (max-width: 900px) { .shots { grid-template-columns: 1fr; gap: 14px; } .shot .pic-wrap { height: auto; } }

.lb { position: fixed; inset: 0; background: rgba(20,16,10,.86); backdrop-filter: blur(8px); display: none; align-items: center; justify-content: center; z-index: 100; padding: 32px; cursor: zoom-out; opacity: 0; transition: opacity .25s ease; }
.lb.on { display: flex; opacity: 1; }
.lb-inner { max-width: min(1200px, 92vw); max-height: 88vh; display: flex; flex-direction: column; cursor: default; animation: lbIn .3s ease-out; }
.lb-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 18px; background: #fff; border-radius: 14px 14px 0 0; border-bottom: 1px solid var(--line-2); flex: none; }
.lb-bar .info { display: flex; align-items: center; gap: 9px; min-width: 0; }
.lb-bar .info i { width: 9px; height: 9px; border-radius: 50%; background: var(--line); flex: none; }
.lb-bar .info .t { font-family: var(--mono); font-size: 11px; color: var(--muted); margin-left: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lb-bar .ctrl { display: flex; gap: 8px; flex: none; }
.lb-btn { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line); background: #fff; color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: .18s; font-family: var(--sans); }
.lb-btn:hover { background: var(--bg); border-color: var(--ink); }
.lb-btn svg { width: 16px; height: 16px; }
.lb-stage { flex: 1; background: #fff; overflow: auto; display: flex; align-items: flex-start; justify-content: center; padding: 0; min-height: 0; }
.lb-stage img { max-width: 100%; width: 100%; height: auto; display: block; }
.lb-cap { background: #fff; border-radius: 0 0 14px 14px; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; gap: 14px; flex: none; border-top: 1px solid var(--line-2); }
.lb-cap h3 { margin: 0; font-size: 15px; font-weight: 800; }
.lb-cap .count { font-family: var(--mono); font-size: 11px; color: var(--muted); }
@media (max-width: 680px) { .lb { padding: 14px; } .lb-bar, .lb-cap { padding: 12px 14px; } }

/* ---------- PRICING ---------- */
.toggle { display: inline-flex; align-items: center; gap: 0; background: var(--card); border: 1px solid var(--line); border-radius: 100px; padding: 5px; margin-top: 26px; }
.toggle button { font-family: var(--mono); font-size: 12.5px; font-weight: 600; letter-spacing: .03em; border: none; background: transparent; color: var(--muted); padding: 9px 18px; border-radius: 100px; cursor: pointer; transition: .2s; }
.toggle button.on { background: var(--ink); color: #fff; }
.save-pill { margin-left: 10px; font-family: var(--mono); font-size: 11px; color: var(--green); font-weight: 600; animation: fadeIn .3s; }
.save-pill.hidden { display: none; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; align-items: stretch; }
.plan { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 30px; display: flex; flex-direction: column; transition: .25s; }
.plan:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -32px rgba(33,28,21,.3); }
.plan.pop { border-color: var(--green); box-shadow: 0 26px 60px -34px rgba(15,90,68,.55); position: relative; }
.plan.pop:hover { box-shadow: 0 32px 70px -34px rgba(15,90,68,.65); }
.plan .badge { position: absolute; top: -12px; left: 28px; background: var(--green); color: #fff; font-family: var(--mono); font-size: 11px; font-weight: 600; letter-spacing: .05em; padding: 5px 12px; border-radius: 100px; }
.plan .p-name { font-family: var(--mono); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.plan .p-for { font-size: 13.5px; color: var(--muted); margin-top: 4px; }
.price { margin: 18px 0 4px; display: flex; align-items: baseline; gap: 8px; }
.price .num { font-size: 42px; font-weight: 800; letter-spacing: -.02em; transition: opacity .2s; }
.price .num.flip { opacity: 0; }
.price .per { font-family: var(--mono); font-size: 13px; color: var(--muted); }
.price-year { font-family: var(--mono); font-size: 12px; color: var(--green); min-height: 16px; }
.plan ul { list-style: none; padding: 0; margin: 20px 0 22px; flex: 1; }
.plan li { font-size: 14.5px; padding: 8px 0; display: flex; gap: 10px; align-items: flex-start; border-top: 1px solid var(--line-2); }
.plan li:first-child { border-top: none; }
.plan li .ic { color: var(--green); flex: none; margin-top: 3px; }
.plan li.head { font-family: var(--mono); font-size: 11.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); border: none; padding-bottom: 2px; }
.plan .save-line { font-family: var(--mono); font-size: 12px; color: var(--green); font-weight: 600; margin: -6px 0 16px; }
.plan .btn { width: 100%; text-align: center; }
@media (max-width: 880px) { .plans { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }

/* ---------- FAQ ---------- */
.faq { margin-top: 36px; display: grid; gap: 10px; }
.qa { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s; }
.qa[open] { border-color: rgba(15,90,68,.4); }
.qa summary { cursor: pointer; list-style: none; padding: 20px 22px; font-weight: 700; font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary::after { content: "+"; font-family: var(--mono); font-size: 20px; color: var(--muted); transition: .25s; }
.qa[open] summary::after { content: "–"; color: var(--green); }
.qa .ans { padding: 0 22px 20px; color: var(--muted); font-size: 15px; line-height: 1.6; max-width: 65ch; }

/* ---------- CONTACTS / LEAD FORM ---------- */
.lead { background: var(--ink); color: #fff; border-radius: 20px; padding: 44px; margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.lead h3 { font-size: clamp(24px, 3.4vw, 32px); color: #fff; max-width: 18ch; }
.lead p { color: rgba(255,255,255,.7); margin: 14px 0 0; font-size: 15px; max-width: 42ch; }
.lead .lc { display: flex; gap: 14px; margin-top: 22px; }
.lead .lc a { width: 42px; height: 42px; border-radius: 11px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: .2s; }
.lead .lc a:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.lead .lc svg { width: 18px; height: 18px; }
.lead form { display: grid; gap: 12px; }
.lead input[type="text"], .lead input[type="email"], .lead input[type="tel"] {
  font-family: var(--sans); font-size: 15px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06);
  color: #fff; border-radius: 11px; outline: none; transition: .2s;
}
.lead input::placeholder { color: rgba(255,255,255,.4); }
.lead input:focus { border-color: #E7B45A; background: rgba(255,255,255,.1); }
.lead input[aria-invalid="true"] { border-color: var(--red); }
.lead button[type="submit"] { background: #fff; color: var(--ink); font-weight: 700; border: none; cursor: pointer; padding: 14px; border-radius: 11px; font-size: 15px; transition: .2s; }
.lead button[type="submit"]:hover { background: #f0ede6; transform: translateY(-1px); }
.lead button[type="submit"]:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.lead .pp { font-family: var(--mono); font-size: 11px; color: rgba(255,255,255,.5); margin-top: 2px; }

/* checkboxes for consents */
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,.75); cursor: pointer; }
.consent input[type="checkbox"] {
  flex: none; width: 18px; height: 18px; margin-top: 2px;
  accent-color: #E7B45A; cursor: pointer;
}
.consent a { color: #E7B45A; text-decoration: underline; text-underline-offset: 2px; }
.consent a:hover { color: #fff; }

/* honeypot — visually hidden, retains accessibility removal */
.hp-field { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }

/* form messages */
.form-error { font-family: var(--mono); font-size: 11.5px; color: #ff9c80; margin-top: -6px; min-height: 14px; }
.form-success {
  background: rgba(231,180,90,.15); border: 1px solid rgba(231,180,90,.35);
  color: #E7B45A; padding: 22px; border-radius: 11px;
  font-family: var(--mono); font-size: 13px; text-align: center; line-height: 1.5;
}

@media (max-width: 820px) { .lead { grid-template-columns: 1fr; padding: 32px; } }

/* ---------- FOOTER ---------- */
footer { padding: 48px 0 60px; border-top: 1px solid var(--line-2); margin-top: 60px; }
.foot { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.foot-left .mono { margin-top: 8px; display: block; font-size: 12px; }
.foot-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.foot-right .mono { font-size: 11px; }
.foot-icons { display: flex; gap: 8px; }
@media (max-width: 620px) { .foot { grid-template-columns: 1fr; } .foot-right { align-items: flex-start; } }
