/* ==========================================================================
   Moduliniai konteineriniai nameliai — landing page stiliai
   Spalvų kintamieji žemiau — pakeiskite --accent į savo brand spalvą.
   ========================================================================== */

:root {
  --ink: #1c2027;
  --ink-soft: #3a4149;
  --paper: #ffffff;
  --paper-soft: #f6f7f8;
  --line: #e3e5e8;
  --accent: #ff6a1a;      /* [PAGRINDINĖ BRAND SPALVA — ĮRAŠYTI] laikinai naudojama akcento spalva */
  --accent-ink: #ffffff;
  --accent-dark: #e2570d;
  --success: #1c8a4b;
  --radius: 14px;
  --shadow-sm: 0 1px 3px rgba(20,20,20,.08);
  --shadow-md: 0 8px 24px rgba(20,20,20,.10);
  --shadow-lg: 0 20px 48px rgba(20,20,20,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

h1, h2, h3 { font-weight: 800; letter-spacing: -0.01em; margin: 0; }
p { margin: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--accent-dark);
  background: #fff2e9;
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.section {
  padding: 72px 0;
}
.section--tight { padding: 56px 0; }
.section--muted { background: var(--paper-soft); }
.section-head {
  max-width: 680px;
  margin: 0 auto 40px;
  text-align: center;
}
.section-head h2 {
  font-size: clamp(28px, 3.6vw, 40px);
  margin-bottom: 12px;
}
.section-head p {
  color: var(--ink-soft);
  font-size: 17px;
}

/* ---------- Sticky top bar ---------- */
.topbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.topbar__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}

/* ---------- Wordmark logo (text-based) ---------- */
.logo-word {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
  line-height: 1;
  white-space: nowrap;
}
.logo-word__accent {
  color: var(--accent-dark);
}
@media (max-width: 640px) {
  .logo-word { font-size: 15px; }
}
@media (max-width: 400px) {
  .logo-word { font-size: 13px; letter-spacing: 0.01em; }
}
.topbar__price {
  font-weight: 700;
  color: var(--ink-soft);
  font-size: 14px;
  display: none;
}
@media (min-width: 640px) {
  .topbar__price { display: block; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 14px 22px;
  min-height: 48px;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  text-decoration: none;
  line-height: 1.1;
}
.btn:active { transform: translateY(1px); }
.btn--accent {
  background: var(--accent);
  color: var(--accent-ink);
  box-shadow: var(--shadow-md);
}
.btn--accent:hover { background: var(--accent-dark); }
.btn--sm { padding: 10px 16px; font-size: 14px; min-height: 40px; }
.btn--ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn--ghost:hover { background: var(--paper-soft); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .5; cursor: not-allowed; }

.link-jump {
  font-weight: 600;
  font-size: 15px;
  color: var(--ink-soft);
  border-bottom: 1px dashed var(--ink-soft);
  padding-bottom: 2px;
}

/* ---------- Hero ---------- */
.hero {
  padding: 44px 0 60px;
}
.hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}
@media (min-width: 900px) {
  .hero__grid { grid-template-columns: 1.05fr 1fr; gap: 48px; }
}
.hero__title {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.1;
  margin-bottom: 16px;
}
.hero__title .accent { color: var(--accent-dark); }
.hero__title-price {
  display: block;
  margin-top: 8px;
}
.hero__subtitle {
  font-size: 18px;
  color: var(--ink-soft);
  margin-bottom: 28px;
  max-width: 540px;
}
.hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}
.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
}
.badge i { color: var(--accent-dark); }

.hero__image {
  background: var(--paper-soft);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 20px;
  text-align: center;
}
.hero__image img {
  margin: 0 auto;
  max-height: 420px;
  width: auto;
}
.hero__image .price-chip {
  margin-top: 14px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-weight: 800;
  font-size: 22px;
  color: var(--ink);
}
.hero__image .price-chip small {
  font-weight: 600;
  font-size: 13px;
  color: var(--ink-soft);
}

/* ---------- Use cases ---------- */
.usecases-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (min-width: 720px) {
  .usecases-grid { grid-template-columns: repeat(3, 1fr); }
}
.usecase-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 18px;
  text-align: left;
}
.usecase-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fff2e9;
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 14px;
}
.usecase-card h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.usecase-card p {
  font-size: 14px;
  color: var(--ink-soft);
}

/* ---------- Configurator ---------- */
.configurator {
  background: var(--ink);
  color: #fff;
  padding: 64px 0 90px;
}
.configurator .section-head h2 { color: #fff; }
.configurator .section-head p { color: #c7cbd1; }
.configurator .eyebrow { background: rgba(255,106,26,.16); color: #ffb27a; }

.config-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 980px) {
  .config-layout { grid-template-columns: 1.5fr 1fr; }
}

.config-block {
  background: #262b34;
  border: 1px solid #333947;
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  margin-bottom: 18px;
}
.config-block:last-child { margin-bottom: 0; }
.config-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}
.config-block__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  margin-right: 8px;
}
.config-block__title {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.config-block__title b {
  color: #ffb27a;
  font-weight: 800;
  margin-left: 8px;
  white-space: nowrap;
}
.config-block__price {
  font-weight: 700;
  color: #ffb27a;
  font-size: 14px;
  white-space: nowrap;
}
.config-block__desc {
  font-size: 13.5px;
  color: #b7bcc5;
  margin: 6px 0 14px;
}

/* Collapsible config block (details/summary) */
.config-block--collapsible > summary.config-block__head {
  cursor: pointer;
  list-style: none;
  margin-bottom: 0;
}
.config-block--collapsible > summary.config-block__head::-webkit-details-marker {
  display: none;
}
.config-block__chevron {
  font-size: 13px;
  color: #b7bcc5;
  margin-left: 8px;
  transition: transform .2s ease;
  flex-shrink: 0;
}
.config-block--collapsible[open] .config-block__chevron {
  transform: rotate(180deg);
}
.config-block--collapsible > .config-block__desc {
  margin-top: 14px;
}

.stepper {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #1c2027;
  border-radius: 10px;
  padding: 6px 8px;
}
.stepper button {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: none;
  background: #333947;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.stepper button:hover { background: var(--accent); }
.stepper button:disabled { opacity: .4; cursor: not-allowed; background: #333947; }
.stepper__value {
  min-width: 26px;
  text-align: center;
  font-weight: 800;
  font-size: 17px;
}

.radio-cards {
  display: grid;
  gap: 10px;
}
.radio-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #3a4048;
  border-radius: 10px;
  padding: 14px 16px;
  cursor: pointer;
  transition: border-color .12s, background .12s;
}
.radio-card:hover { border-color: var(--accent); }
.radio-card input { margin-top: 3px; accent-color: var(--accent); width: 17px; height: 17px; flex-shrink: 0; }
.radio-card__thumb {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #1c2027;
}
.radio-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 480px) {
  .radio-card__thumb { width: 48px; height: 48px; }
}
.radio-card.is-active {
  border-color: var(--accent);
  background: rgba(255,106,26,.08);
}
.radio-card__body { flex: 1; }
.radio-card__title {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
  font-size: 15px;
}
.radio-card__title b { color: #ffb27a; font-weight: 800; white-space: nowrap; }
.radio-card__subtitle {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #8f95a0;
  margin-top: 2px;
}
.radio-card__note {
  font-size: 13px;
  color: #b7bcc5;
  margin-top: 4px;
}

.extras-list {
  display: grid;
  gap: 10px;
}
.extras-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #3a4048;
  border-radius: 10px;
  padding: 14px 16px;
  transition: border-color .12s, background .12s;
}
.extras-item__body { flex: 1; }
.extras-item__title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
}
.extras-item__title b { color: #ffb27a; font-weight: 800; white-space: nowrap; }
.extras-item__note {
  display: block;
  font-size: 13px;
  color: #b7bcc5;
  margin-top: 4px;
}

.config-block--locked {
  opacity: .45;
  position: relative;
}
.config-block--locked .stepper button,
.config-block--locked .stepper { pointer-events: none; }
.lock-note {
  margin-top: 10px;
  font-size: 13px;
  color: #ffb27a;
  background: rgba(255,106,26,.1);
  border-radius: 8px;
  padding: 8px 12px;
  display: none;
}
.config-block--locked .lock-note { display: block; }

/* Summary panel */
.summary-panel {
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 24px;
  position: sticky;
  top: 90px;
  box-shadow: var(--shadow-lg);
}
.summary-panel h3 {
  font-size: 18px;
  margin-bottom: 16px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 14.5px;
  color: var(--ink-soft);
}
.summary-line span:last-child { font-weight: 700; color: var(--ink); }
.summary-line--total {
  border-bottom: none;
  padding-top: 16px;
}
.summary-line--total span:first-child {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
}
.summary-line--total span:last-child {
  font-size: 30px;
  font-weight: 800;
  color: var(--accent-dark);
}
.summary-items {
  margin: 14px 0 6px;
  font-size: 13px;
  color: var(--ink-soft);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.summary-items li { list-style: none; display: flex; justify-content: space-between; }
.summary-items ul { margin: 0; padding: 0; display: flex; flex-direction: column; gap: 4px; }

.lead-form {
  margin-top: 18px;
  display: none;
  flex-direction: column;
  gap: 12px;
}
.lead-form.is-open { display: flex; }
.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  background: var(--paper-soft);
}
.lead-form input:focus,
.lead-form textarea:focus {
  outline: 2px solid var(--accent);
  background: #fff;
}
.lead-form label.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-soft);
}
.lead-form label.checkbox input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--accent); }
.field-error {
  font-size: 12.5px;
  color: #c92a2a;
  display: none;
}
.field-error.is-visible { display: block; }
.honeypot-field { position: absolute; left: -9999px; opacity: 0; height: 0; }

.form-success {
  display: none;
  margin-top: 18px;
  border: 1px solid #bfe3cf;
  background: #f0fbf5;
  border-radius: 10px;
  padding: 18px;
}
.form-success.is-visible { display: block; }
.form-success h4 {
  color: var(--success);
  font-size: 16px;
  margin-bottom: 8px;
}
.form-success ul { margin: 8px 0 0; padding-left: 18px; font-size: 14px; color: var(--ink-soft); }

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
@media (min-width: 720px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1040px) {
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
}
.gallery-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.gallery-card__image {
  background: var(--paper-soft);
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.gallery-card__image img { max-height: 100%; object-fit: contain; }
.gallery-card__body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gallery-card__body h3 { font-size: 16px; margin-bottom: 6px; }
.gallery-card__body p { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 12px; flex: 1; }
.gallery-card__price {
  font-weight: 800;
  color: var(--accent-dark);
  font-size: 17px;
  margin-bottom: 12px;
}
.gallery-card__price small { font-weight: 500; color: var(--ink-soft); font-size: 12px; }

/* ---------- Dual-story combination section ---------- */
.dual-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 32px;
}
@media (min-width: 900px) {
  .dual-story { grid-template-columns: 0.9fr 1.1fr; padding: 40px; }
}
.dual-story__image {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  text-align: center;
}
.dual-story__image img { margin: 0 auto; max-height: 380px; }
.dual-story__lede {
  color: var(--ink-soft);
  font-size: 16px;
  margin: 14px 0 22px;
}
.dual-story__body h2 { font-size: clamp(24px, 3.2vw, 32px); margin-bottom: 4px; }
.dual-story__extras {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.extra-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px 18px;
}
.extra-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff2e9;
  color: var(--accent-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.extra-card h3 { font-size: 15px; margin-bottom: 4px; }
.extra-card p { font-size: 13.5px; color: var(--ink-soft); }
.extra-card__price {
  margin-left: auto;
  font-weight: 800;
  color: var(--accent-dark);
  font-size: 16px;
  white-space: nowrap;
  align-self: center;
}
.extra-card__price small { font-weight: 500; color: var(--ink-soft); font-size: 11px; }
@media (max-width: 480px) {
  .extra-card { flex-wrap: wrap; }
  .extra-card__price { margin-left: 54px; }
}

/* ---------- Delivery timeline ---------- */
.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 820px) {
  .timeline { grid-template-columns: repeat(3, 1fr); }
}
.timeline-step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px 20px;
  position: relative;
}
.timeline-step .step-num {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--accent-dark);
  margin-bottom: 10px;
  display: block;
}
.timeline-step h3 { font-size: 18px; margin-bottom: 6px; }
.timeline-step .step-time { font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; }
.timeline-step .step-price { font-weight: 800; font-size: 16px; }
.timeline-step.is-highlight {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
}

/* ---------- Specs table ---------- */
.specs-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
.specs-table th, .specs-table td {
  text-align: left;
  padding: 14px 18px;
  font-size: 14.5px;
  border-bottom: 1px solid var(--line);
}
.specs-table th {
  width: 42%;
  color: var(--ink-soft);
  font-weight: 600;
  background: var(--paper-soft);
}
.specs-table tr:last-child th, .specs-table tr:last-child td { border-bottom: none; }
.specs-wrap { overflow-x: auto; }

.specs-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 32px;
}
@media (min-width: 720px) {
  .specs-highlights { grid-template-columns: repeat(3, 1fr); }
}
.specs-highlight {
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
}
.specs-highlight h3 {
  font-size: 14.5px;
  font-weight: 800;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin-bottom: 8px;
}
.specs-highlight p {
  font-size: 14px;
  color: var(--ink-soft);
}

/* ---------- FAQ ---------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 760px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  font-weight: 700;
  font-size: 15.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 22px;
  font-weight: 400;
  color: var(--accent-dark);
  flex-shrink: 0;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item p {
  padding: 0 20px 18px;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.placeholder-tag {
  font-size: 12px;
  color: var(--accent-dark);
  background: #fff2e9;
  border-radius: 6px;
  padding: 1px 6px;
  font-weight: 700;
}

/* ---------- Final CTA ---------- */
.final-cta {
  background: linear-gradient(135deg, #262b34, #1c2027);
  color: #fff;
  border-radius: 20px;
  padding: 48px 32px;
  text-align: center;
  margin: 0 20px;
}
.final-cta h2 { font-size: clamp(24px, 3.4vw, 34px); margin-bottom: 12px; }
.final-cta p { color: #c7cbd1; font-size: 16px; margin-bottom: 26px; max-width: 560px; margin-left: auto; margin-right: auto; }

/* ---------- Footer ---------- */
footer.site-footer {
  background: var(--ink);
  color: #c7cbd1;
  padding: 44px 0 28px;
  margin-top: 60px;
  font-size: 14px;
}
.footer-logo {
  margin-bottom: 28px;
  display: inline-block;
}
.logo-word--footer {
  color: #fff;
  font-size: 21px;
}
.logo-word--footer .logo-word__accent {
  color: var(--accent);
}
@media (max-width: 640px) {
  .logo-word--footer { font-size: 17px; }
}
.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
}
.footer-grid div { min-width: 180px; }
.footer-grid h4 { color: #fff; font-size: 15px; margin-bottom: 10px; }
.footer-bottom {
  border-top: 1px solid #333947;
  padding-top: 18px;
  font-size: 13px;
  color: #8a8f97;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

/* ---------- Sticky mobile price bar ---------- */
.mobile-price-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 70;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transform: translateY(100%);
  transition: transform .25s ease;
}
.mobile-price-bar.is-visible { transform: translateY(0); }
.mobile-price-bar .mpb-price {
  font-weight: 800;
  font-size: 18px;
}
.mobile-price-bar .mpb-price small {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-soft);
}
@media (min-width: 980px) {
  .mobile-price-bar { display: none; }
}

.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

@media (max-width: 640px) {
  .section { padding: 52px 0; }
  .final-cta { margin: 0 12px; padding: 36px 20px; }
}

/* ---------- Footer privacy link (button styled as link) ---------- */
.footer-privacy-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  display: inline;
}

/* ---------- Privacy policy modal ---------- */
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, .55);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-overlay.is-open {
  display: flex;
}
.modal-box {
  background: #fff;
  border-radius: var(--radius);
  max-width: 720px;
  width: 100%;
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-lg);
}
.modal-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.modal-box__head h3 {
  font-size: 19px;
}
.modal-close {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 4px 8px;
}
.modal-close:hover { color: var(--ink); }
.modal-box__body {
  padding: 20px 22px 26px;
  overflow-y: auto;
  font-size: 14.5px;
  color: var(--ink-soft);
}
.modal-box__body h4 {
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 700;
  margin: 20px 0 8px;
}
.modal-box__body h4:first-child { margin-top: 0; }
.modal-box__body p { margin: 0 0 10px; }
.modal-box__body ul {
  margin: 0 0 10px;
  padding-left: 20px;
}
.modal-box__body li { margin-bottom: 4px; }

/* ---------- Cookie / privacy consent banner ---------- */
.cookie-banner {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 90;
  background: #fff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(0,0,0,.12);
  padding: 18px 20px;
}
.cookie-banner.is-visible { display: block; }
.cookie-banner__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cookie-banner__text strong {
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}
.cookie-banner__text p {
  font-size: 13.5px;
  color: var(--ink-soft);
  max-width: 640px;
}
.cookie-banner__policy-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  display: inline;
}
.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .cookie-banner__inner { flex-direction: column; align-items: stretch; }
  .cookie-banner__actions { justify-content: stretch; }
  .cookie-banner__actions .btn { flex: 1; }
}
