/* Core structure shared by all sites; palettes come from theme files via CSS vars. */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);
  color: var(--ink, #1f2937);
  background: var(--bg, #fff);
  line-height: 1.55;
  font-size: 16px;
}
img { max-width: 100%; }
a { color: var(--link, #166534); }
h1, h2, h3 { font-family: var(--font-head, inherit); line-height: 1.15; color: var(--head, inherit); }
.container { max-width: 1140px; margin: 0 auto; padding: 0 16px; }

/* top bar */
.topbar { background: var(--topbar-bg, #fff); border-bottom: 1px solid var(--line, #e5e7eb); }
.topbar-in { display: flex; align-items: center; justify-content: space-between; min-height: 60px; }
.logo { text-decoration: none; font-weight: 800; font-size: 24px; letter-spacing: -0.5px; display: inline-flex; align-items: center; gap: 6px; }
.logo-img { width: auto; display: block; }
/* right-side header cluster — keeps nav + lang + CTA grouped so no lone menu item floats in the middle */
.topbar-right { display: flex; align-items: center; gap: 20px; }
.topnav { display: flex; gap: 20px; }
.topnav a { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--nav-ink, #14532d); }

/* buttons */
.btn-primary, .btn-secondary, .btn-mini, .btn-corp, .btn-corp-outline {
  display: inline-block; text-align: center; text-decoration: none; cursor: pointer;
  border: 0; font-family: inherit;
}
.btn-primary {
  background: var(--cta, #ea580c); color: var(--cta-ink, #fff);
  font-size: 18px; font-weight: 700; border-radius: var(--radius-btn, 12px);
  padding: 0 28px; min-height: 60px; line-height: 60px; width: 100%;
}
.btn-primary:hover { filter: brightness(1.06); }
.btn-secondary {
  background: transparent; color: var(--sec-ink, #166534);
  border: 2px solid var(--sec-ink, #166534); border-radius: var(--radius-btn, 12px);
  font-size: 16px; font-weight: 600; padding: 0 22px; min-height: 52px; line-height: 48px;
}
.btn-mini {
  background: var(--accent-soft, #dcfce7); color: var(--sec-ink, #14532d);
  border-radius: 999px; font-size: 13px; font-weight: 700; padding: 8px 14px; white-space: nowrap;
}

/* form */
.card { background: var(--card, #fff); border-radius: var(--radius-card, 16px); box-shadow: var(--shadow, 0 8px 30px rgba(0,0,0,.08)); padding: 24px; }
.field { margin-bottom: 24px; }
.field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: var(--label, #374151); }
.field label em { font-style: normal; color: #9ca3af; font-weight: 400; }
.field input[type=text], .field input[type=tel], .field input[type=email], .field select, .field textarea {
  width: 100%; min-height: 56px; padding: 0 16px; font-size: 16px; font-family: inherit;
  border: 1.5px solid var(--line, #d1d5db); border-radius: var(--radius-in, 10px);
  background: #fff; color: var(--ink, #1f2937);
}
.field textarea { padding: 14px 16px; min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid var(--focus, rgba(22,163,74,.25)); border-color: var(--accent, #1e9e4f); }
.field-row { display: flex; gap: 12px; }
.field-row .field { flex: 1; margin-bottom: 0; }
.field-row + .field, .field-row { margin-bottom: 24px; }
.field .currency { max-width: 110px; }
.hint { font-size: 13px; color: #6b7280; margin: 8px 0 0; }
.price-hint { color: var(--accent-deep, #14532d); font-weight: 600; background: var(--accent-soft, #dcfce7); padding: 8px 12px; border-radius: 8px; }
.ferr { color: #dc2626; font-size: 14px; margin: 8px 0 0; }
.field input.invalid, .field select.invalid { border: 2px solid #dc2626; }
.gdpr-note { font-size: 12.5px; color: #6b7280; margin-top: 14px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; height: 1px; width: 1px; opacity: 0; }

/* segments */
.segments { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.segments .seg {
  min-height: 48px; border: 1.5px solid var(--line, #d1d5db); background: #fff; border-radius: var(--radius-in, 10px);
  font-size: 14px; font-weight: 600; cursor: pointer; color: var(--ink, #1f2937); font-family: inherit; padding: 4px 2px;
}
.segments .seg.active { background: var(--accent, #1e9e4f); border-color: var(--accent, #1e9e4f); color: #fff; }

/* wizard */
.lf-progress { display: flex; gap: 8px; margin-bottom: 18px; }
.lf-progress .dot { width: 34px; height: 6px; border-radius: 999px; background: var(--line, #e5e7eb); }
.lf-progress .dot.active { background: var(--accent, #1e9e4f); }
.lf-title { margin: 0 0 18px; font-size: 24px; }
.lf-sub { margin: -8px 0 20px; color: #4b5563; }
.lf-nav { display: flex; gap: 12px; }
/* Krok 2 to długa lista pól (gatunek, miasto, zdjęcia, cena) — 38 z 84 sesji nigdy nie doklikało
   przycisku (analiza lejka 28.07). CTA przykleja się do dołu ekranu, żeby był zawsze w zasięgu kciuka. */
@media (max-width: 640px) {
  .lf-step[data-step="2"] .lf-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; margin: 0; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); background: var(--card, #fff); box-shadow: 0 -6px 20px rgba(0,0,0,.14); }
  .lf-step[data-step="2"] { padding-bottom: 76px; }
  body.lf-step2-active .mobile-cta.show { display: none; }
}
.lf-nav .btn-secondary { flex: 0 0 auto; }
.lf-nav .btn-primary { flex: 1; }
.preselected-badge { display: inline-block; margin-top: 8px; font-size: 13px; font-weight: 700; color: var(--accent-deep, #14532d); background: var(--accent-soft, #dcfce7); border-radius: 999px; padding: 4px 12px; }

/* dropzone */
.dropzone {
  border: 2px dashed #9ca3af; border-radius: 12px; min-height: 96px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  cursor: pointer; color: #4b5563; font-weight: 600; background: var(--bg, #fafafa);
}
.dz-icon { font-size: 28px; }
.thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.thumb { position: relative; width: 72px; height: 72px; border-radius: 8px; overflow: hidden; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb .rm { position: absolute; top: 2px; right: 2px; width: 26px; height: 26px; border-radius: 50%; border: 0; background: rgba(0,0,0,.65); color: #fff; font-size: 14px; cursor: pointer; line-height: 26px; padding: 0; }

/* searching animation */
.lf-search { text-align: center; padding: 12px 0; }
.spinner { width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; border: 5px solid var(--accent-soft, #dcfce7); border-top-color: var(--accent, #1e9e4f); animation: spin 0.9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.search-steps { list-style: none; padding: 0; margin: 0 0 18px; text-align: left; max-width: 380px; margin-inline: auto; }
.search-steps li { padding: 7px 0; color: #4b5563; opacity: 0; transform: translateY(4px); transition: all .4s; font-size: 15px; }
.search-steps li.on { opacity: 1; transform: none; }
.search-steps li.done { color: var(--accent-deep, #14532d); font-weight: 600; }
.search-bar { height: 8px; border-radius: 999px; background: var(--line, #e5e7eb); overflow: hidden; max-width: 380px; margin: 0 auto; }
.search-bar-fill { height: 100%; width: 0; background: var(--accent, #1e9e4f); transition: width .8s ease; }
.search-done { color: var(--accent-deep, #14532d); font-weight: 700; margin: 0 0 10px; }

/* trust + how */
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 22px 0 0; font-size: 14.5px; font-weight: 600; color: var(--trust-ink, #14532d); }
.how { padding: 56px 0; }
.how h2 { font-size: 28px; margin: 0 0 26px; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.how-card { background: var(--card, #fff); border-radius: var(--radius-card, 16px); padding: 22px; box-shadow: var(--shadow-soft, 0 2px 10px rgba(0,0,0,.05)); }
.how-n { display: inline-flex; width: 34px; height: 34px; border-radius: 50%; background: var(--accent, #1e9e4f); color: #fff; align-items: center; justify-content: center; font-weight: 800; }
.how-card h3 { margin: 12px 0 6px; font-size: 18px; }
.how-card p { margin: 0; color: #4b5563; font-size: 15px; }
.honest-box { margin: 26px 0 0; padding: 16px 20px; background: var(--accent-soft, #dcfce7); border-radius: 12px; color: var(--accent-deep, #14532d); font-size: 15px; }

/* prices */
.prices-page { padding: 40px 0 60px; }
.prices-page h1 { font-size: 32px; margin: 0 0 8px; }
.prices-sub { color: #4b5563; margin: 0 0 6px; }
.upd { font-size: 14px; color: var(--accent-deep, #166534); font-weight: 600; }
.prod-pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0 26px; }
.pill { text-decoration: none; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line, #d1d5db); color: var(--ink, #1f2937); font-size: 14px; font-weight: 600; background: #fff; }
.pill.active { background: var(--accent, #1e9e4f); color: #fff; border-color: var(--accent, #1e9e4f); }
.prod-pills.more { margin: 6px 0 26px; gap: 6px; }
.prod-pills.more .pill { padding: 6px 12px; font-size: 13px; font-weight: 500; color: #4b5563; }
.prod-pills.more .pill.active { color: #fff; font-weight: 600; }
.prod-more-label { margin: 4px 0 0; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #9ca3af; font-weight: 600; }
.teaser-origin { margin: 6px 0 0; font-size: 14px; color: var(--accent-deep, #166534); font-weight: 600; }
.prices-origin { margin: 10px 0 0; padding: 12px 16px; background: var(--accent-soft, #dcfce7); border-radius: 12px; color: var(--accent-deep, #14532d); font-size: 14px; line-height: 1.55; }
.price-table .win { color: #9ca3af; font-size: 12px; white-space: nowrap; }
.price-block { margin-bottom: 34px; }
.price-block h2 { font-size: 22px; margin: 0 0 12px; }
.price-table-wrap { overflow-x: auto; border-radius: 12px; box-shadow: var(--shadow-soft, 0 2px 10px rgba(0,0,0,.05)); }
.price-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 15px; min-width: 560px; }
.price-table th { text-align: left; padding: 12px 14px; background: var(--thead, #f0fdf4); color: var(--accent-deep, #14532d); font-size: 13px; text-transform: uppercase; letter-spacing: .04em; }
.price-table td { padding: 12px 14px; border-top: 1px solid var(--line, #f3f4f6); font-variant-numeric: tabular-nums; }
.price-table .med { background: var(--thead, #f0fdf4); }
.prices-empty { padding: 30px; background: var(--card, #fff); border-radius: 12px; color: #6b7280; }
.prices-cta-box { margin-top: 20px; padding: 26px; border-radius: var(--radius-card, 16px); background: var(--accent-deep, #14532d); color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.prices-cta-box p { margin: 0; font-size: 17px; font-weight: 600; max-width: 560px; }
.prices-cta-box .btn-primary { width: auto; padding: 0 30px; }
.prices-teaser { padding: 50px 0 64px; }
.prices-teaser h2 { font-size: 26px; }
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 18px 0 22px; }
.teaser-card { display: flex; flex-direction: column; gap: 2px; background: var(--card, #fff); border-radius: var(--radius-card, 16px); padding: 18px; text-decoration: none; color: var(--ink, #1f2937); box-shadow: var(--shadow-soft, 0 2px 10px rgba(0,0,0,.05)); }
.tc-icon { font-size: 28px; }
.tc-name { font-weight: 700; }
.tc-price { font-size: 22px; font-weight: 800; color: var(--accent-deep, #14532d); }
.tc-cc { font-size: 13px; color: #6b7280; }

/* thanks */
.thanks { padding: 70px 0; text-align: center; }
.thanks-check { width: 84px; height: 84px; margin: 0 auto 22px; border-radius: 50%; background: var(--accent, #1e9e4f); color: #fff; font-size: 44px; line-height: 84px; }
.thanks h1 { font-size: 30px; }
.thanks-sub { color: #4b5563; max-width: 480px; margin: 10px auto 26px; }

/* legal */
.legal { padding: 46px 0 60px; }
.legal-in { max-width: 780px; }
.legal-upd { color: #6b7280; font-size: 14px; }
.policy h1 { font-size: clamp(26px, 3.4vw, 36px); margin: 0 0 8px; }
.policy p, .policy li { font-size: 15.5px; line-height: 1.7; color: var(--ink, #1f2937); }
.policy strong { color: var(--head, inherit); }
.policy ul { padding-left: 22px; }
.policy table { width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px; }
.policy th, .policy td { border: 1px solid var(--line, #d1d5db); padding: 9px 11px; text-align: left; vertical-align: top; }
.policy th { background: var(--thead, #f3f4f6); font-size: 12.5px; text-transform: uppercase; letter-spacing: .03em; }
.policy .odd, .policy .even { background: transparent; }
@media (max-width: 640px) { .policy table { display: block; overflow-x: auto; } }

/* footer */
.footer { background: var(--footer-bg, #14532d); color: var(--footer-ink, #d1fae5); padding: 36px 0; margin-top: 40px; font-size: 14px; }
.footer a { color: inherit; }
.footer-operated { margin: 0 0 14px; font-weight: 600; }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 14px; }
.footer-nav a { text-decoration: none; opacity: .9; }
.footer-langs { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.lang-link { text-decoration: none; opacity: .75; }
.lang-link.active { opacity: 1; font-weight: 700; text-decoration: underline; }
.lang-link { display: inline-flex; align-items: center; gap: 6px; }
.btn-primary.is-loading, .btn-corp.is-loading, .btn-secondary.is-loading { position: relative; color: transparent !important; pointer-events: none; }
.btn-primary.is-loading::after, .btn-corp.is-loading::after, .btn-secondary.is-loading::after { content: ''; position: absolute; top: 50%; left: 50%; width: 18px; height: 18px; margin: -9px 0 0 -9px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.footer-copy { margin: 0; opacity: .75; }

/* logo images */
.logo-img { height: 42px; width: auto; display: block; }
.footer-logo { height: 38px; width: auto; margin-bottom: 18px; }
.footer-credits { margin: 6px 0 0; opacity: .45; font-size: 12px; }

/* photo hero primitives */
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-shade { position: absolute; inset: 0; z-index: 1; background: var(--hero-shade, linear-gradient(100deg, rgba(10,20,14,.82) 0%, rgba(10,20,14,.55) 45%, rgba(10,20,14,.25) 100%)); }

/* stats band */
.stats-band { background: var(--stats-bg, #14532d); color: var(--stats-ink, #fff); padding: 52px 0; }
.stats-in { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.stat b { display: block; font-family: var(--font-head, inherit); font-size: 52px; line-height: 1; font-weight: 700; }
.stat b small { font-size: 22px; font-weight: 600; margin-left: 2px; }
.stat span { display: block; margin-top: 10px; font-size: 14px; letter-spacing: .06em; text-transform: uppercase; color: var(--stats-accent, #9adbb4); }

/* edge-to-edge photo tiles */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tile { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; text-decoration: none; border-radius: 14px; }
.tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; display: block; }
.tile:hover img { transform: scale(1.05); }
.tile::after { content: ""; position: absolute; inset: 0; background: var(--tile-shade, rgba(8,20,12,.42)); transition: background .4s; }
.tile:hover::after { background: var(--tile-shade-hover, rgba(8,20,12,.24)); }
.tile-label { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); text-align: center; z-index: 2; color: #fff; font-family: var(--font-head, inherit); font-weight: 700; font-size: clamp(20px, 2.4vw, 32px); letter-spacing: .08em; text-transform: uppercase; text-shadow: 0 2px 14px rgba(0,0,0,.45); }
.tile-cta { position: absolute; left: 0; right: 0; bottom: 16px; text-align: center; z-index: 2; color: #fff; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: 0; transition: opacity .3s; }
.tile:hover .tile-cta { opacity: 1; }

/* numbered steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 34px; }
.step-n { font-family: var(--font-head, inherit); font-size: 44px; font-weight: 700; color: var(--step-accent, #b87333); display: block; line-height: 1; }
.step h3 { margin: 14px 0 8px; font-size: 18px; }
.step p { margin: 0; font-size: 15px; color: var(--muted, #4a5361); }

/* season calendar */
.season-desc { max-width: 680px; }
.season-wrap { margin-top: 30px; overflow-x: auto; }
.season-grid { display: grid; grid-template-columns: 150px repeat(12, minmax(34px, 1fr)); align-items: center; min-width: 620px; }
.season-head { margin-bottom: 8px; }
.season-m { text-align: center; font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; color: var(--muted, #6b7280); }
.season-label { font-weight: 600; font-size: 15px; padding-right: 14px; }
.season-track { grid-column: 2 / 14; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 26px; gap: 5px 0; padding: 10px 0 16px; border-bottom: 1px solid var(--line, #e5e7eb); }
.season-bar { background: var(--season-bar, #1e9e4f); border-radius: 999px; display: flex; align-items: center; padding-left: 9px; font-size: 13px; }

/* photo CTA band */
.cta-band { position: relative; padding: 96px 0; overflow: hidden; }
.cta-band-in { position: relative; z-index: 2; text-align: center; color: #fff; }
.cta-band h2 { color: #fff; font-size: clamp(26px, 4vw, 40px); margin: 0 0 12px; }
.cta-band p { max-width: 560px; margin: 0 auto 28px; font-size: 17px; color: rgba(255,255,255,.85); }

@media (max-width: 900px) {
  .stats-in { grid-template-columns: repeat(2, 1fr); gap: 34px 12px; }
  .tiles { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .tiles { grid-template-columns: 1fr; }
  .tile { aspect-ratio: 16/9; }
  .steps { grid-template-columns: 1fr; }
  .stat b { font-size: 40px; }
}

/* form flash — when a price-table row preselects a product, the form pulses so the user sees it */
.leadform.flash, .flash { animation: cardflash .9s ease-out 1; }
@keyframes cardflash {
  0% { box-shadow: 0 0 0 0 var(--ring, rgba(37,99,235,.55)); }
  70% { box-shadow: 0 0 0 14px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

/* FAQ — native accordion, theme-driven via CSS vars (works on all 3 sites) */
.faq { padding: 78px 0 86px; }
.faq-in { max-width: 820px; }
.faq h2 { font-size: clamp(26px, 3.4vw, 38px); margin: 0 0 8px; }
.faq-sub { color: var(--muted, #64748b); margin: 0 0 30px; font-size: 16.5px; }
.faq-item { background: var(--card, #fff); border: 1px solid var(--line, #e5e7eb); border-radius: 14px; margin-bottom: 12px; box-shadow: var(--shadow-soft, none); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; font-family: var(--font-head, inherit); font-weight: 700; font-size: 17px; color: var(--head, #111); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; flex: 0 0 auto; width: 22px; height: 22px; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--accent, #2563eb); border-radius: 2px; transition: transform .2s; }
.faq-plus::before { left: 0; top: 10px; width: 22px; height: 3px; }
.faq-plus::after { left: 10px; top: 0; width: 3px; height: 22px; }
.faq-item[open] .faq-plus::after { transform: scaleY(0); }
.faq-item[open] summary { color: var(--accent-deep, var(--accent, #1d4ed8)); }
.faq-a { padding: 0 22px 22px; }
.faq-a p { margin: 0; color: var(--muted, #64748b); font-size: 15.5px; line-height: 1.65; }

/* header language switcher */
.langsw { position: relative; margin-left: 18px; }
.langsw-btn { display: inline-flex; align-items: center; gap: 7px; background: transparent; border: 1.5px solid var(--line, #d1d5db); color: var(--nav-ink, #14532d); border-radius: 999px; padding: 8px 14px; font-family: inherit; font-size: 13.5px; font-weight: 600; cursor: pointer; }
.langsw-menu { position: absolute; right: 0; top: calc(100% + 8px); background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 12px 34px rgba(0,0,0,.14); padding: 6px; min-width: 130px; z-index: 60; }
.langsw-menu a { display: block; padding: 9px 12px; border-radius: 8px; text-decoration: none; color: #1f2937; font-size: 14px; font-weight: 600; }
.langsw-menu a:hover { background: #f3f4f6; }
.langsw-flag { display: inline-block; width: 20px; height: 15px; border-radius: 2px; vertical-align: -3px; object-fit: cover; flex-shrink: 0; }
.langsw-menu a { display: flex; align-items: center; gap: 8px; }

/* live activity feed */
.live { padding: 64px 0; }
.live h2 { font-size: clamp(24px, 3.2vw, 34px); margin: 0 0 6px; }
.live-sub { color: var(--muted, #6b7280); margin: 0 0 24px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; animation: livepulse 1.6s ease infinite; }
@keyframes livepulse { 0%,100% { box-shadow: 0 0 0 0 rgba(34,197,94,.5); } 50% { box-shadow: 0 0 0 7px rgba(34,197,94,0); } }
.live-list { display: grid; gap: 10px; }
.live-item { display: flex; align-items: center; gap: 14px; background: var(--card, #fff); border: 1px solid var(--line, #e5e7eb); border-radius: var(--radius-card, 12px); padding: 13px 18px; font-size: 15px; box-shadow: var(--shadow-soft, none); opacity: 0; transform: translateY(6px); animation: livein .5s forwards; flex-wrap: wrap; min-width: 0; max-width: 100%; }
.live-txt { min-width: 0; overflow-wrap: anywhere; }
@media (max-width: 560px) {
  .live-item { gap: 8px 10px; padding: 11px 13px; font-size: 13.5px; }
  .live-time { display: none; }
  .live-stage { margin-left: auto; font-size: 11px; padding: 4px 9px; }
}
@keyframes livein { to { opacity: 1; transform: none; } }
.live-ico { font-size: 22px; }
.live-txt b { font-weight: 700; }
.live-stage { margin-left: auto; font-size: 12.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; white-space: nowrap; }
.live-stage.searching { background: #FEF3C7; color: #92400E; }
.live-stage.received { background: #DBEAFE; color: #1E40AF; }
.live-stage.talks { background: #E0E7FF; color: #3730A3; }
.live-stage.offers { background: #DCFCE7; color: #166534; }
.live-stage.chosen { background: #14532D; color: #fff; }
.live-stage.price { background: #F3F4F6; color: #374151; }
.live-time { font-size: 12.5px; color: #9ca3af; white-space: nowrap; }

/* language popup (bottom sheet) */
.langpop {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
  background: #111827; color: #fff; border-radius: 14px; padding: 14px 16px;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  box-shadow: 0 10px 40px rgba(0,0,0,.35); font-size: 15px;
}
.langpop button { border: 0; border-radius: 999px; padding: 9px 20px; font-weight: 700; cursor: pointer; font-size: 14px; }
.langpop-yes { background: var(--accent, #1e9e4f); color: #fff; }
.langpop-no { background: #374151; color: #e5e7eb; }

/* cookie bar */
.cookiebar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50;
  background: #fff; border: 1px solid var(--line, #e5e7eb); border-radius: 14px; padding: 12px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  box-shadow: 0 10px 40px rgba(0,0,0,.18); font-size: 13.5px; color: #374151;
}
.cookiebar button { border: 0; border-radius: 999px; padding: 8px 18px; font-weight: 700; cursor: pointer; font-size: 13px; }
#ck-accept { background: var(--accent, #1e9e4f); color: #fff; }
#ck-decline { background: #e5e7eb; color: #374151; }

/* responsive */
@media (max-width: 900px) {
  .hero-in { flex-direction: column; }
  .how-grid, .teaser-grid, .corp-values-grid { grid-template-columns: 1fr; }
  .segments { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .field-row { flex-direction: column; gap: 0; }
  .field-row .field { margin-bottom: 24px; }
  .field-row .field:last-child { margin-bottom: 0; }
  .lf-title { font-size: 21px; }
  .topnav { display: none; }
  .prices-cta-box .btn-primary { width: 100%; }
}

/* about/quote band title + 4-col how */
.quote-t { font-size: clamp(20px, 2.6vw, 28px); margin: 0 0 14px; color: inherit; text-align: center; }
.how-grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .how-grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .how-grid-4 { grid-template-columns: 1fr; } }

/* ---- shared contact page (sellveg .com/.eu) ---- */
.contact-sec { padding: 64px 0 84px; }
.contact-wrap { display: grid; grid-template-columns: 1fr 1.05fr; gap: 48px; align-items: start; }
.contact-lead h1 { font-size: clamp(30px, 4vw, 44px); margin: 0 0 16px; }
.contact-intro { font-size: 17px; line-height: 1.6; color: var(--muted, #556); margin: 0 0 28px; max-width: 460px; }
.contact-facts { display: grid; gap: 14px; border-top: 1px solid var(--line, #e5e7eb); padding-top: 24px; }
.cfact { display: flex; flex-direction: column; gap: 2px; }
.cfact-k { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--accent-deep, #14532d); }
.cfact-v { font-size: 16px; color: var(--ink, #1f2937); }
.contact-card { align-self: start; }
.contact-card .btn-primary { margin-top: 6px; }
.contact-ok { color: var(--accent-deep, #14532d); font-weight: 700; margin-top: 14px; }
@media (max-width: 860px) {
  .contact-wrap { grid-template-columns: 1fr; gap: 30px; }
  .contact-sec { padding: 40px 0 64px; }
}

/* ---- /rep research report (tveg) ---- */
.rep-in { max-width: 920px; }
.rep-tag { font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--link, #B08D3E); margin: 0 0 8px; }
.policy h2 { font-size: clamp(21px, 2.6vw, 28px); margin: 40px 0 12px; padding-top: 8px; }
.policy h3 { font-size: 18px; margin: 26px 0 6px; color: var(--head, inherit); }
.policy h4 { font-size: 15.5px; margin: 18px 0 6px; }
.policy a { color: var(--link, #B08D3E); text-decoration: underline; text-underline-offset: 2px; word-break: break-word; }
.policy hr { border: 0; border-top: 1px solid var(--line, #d1d5db); margin: 32px 0; }
.rep-in table { display: block; overflow-x: auto; white-space: nowrap; }
.rep-in table td, .rep-in table th { white-space: normal; }

/* visually-hidden (kept for SEO/a11y) */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* compact country selector (short code) next to city */
.field-row .field-cc { flex: 0 0 116px; max-width: 116px; }
/* price + currency: stay on ONE row (incl. mobile) so the currency box never drops below/misaligns */
.curr-row { flex-direction: row !important; gap: 10px !important; align-items: stretch; }
.curr-row input { flex: 1 1 auto; min-width: 0; margin-bottom: 0 !important; }
.curr-row .currency { flex: 0 0 92px; max-width: 92px; min-width: 0; margin-bottom: 0 !important; }
/* keep country (short code) next to city, even on mobile */
.cc-row { flex-direction: row !important; gap: 10px !important; align-items: flex-start; }
.cc-row .field { margin-bottom: 0 !important; }
.cc-row .field:not(.field-cc) { flex: 1 1 auto; min-width: 0; }

/* anchor/scroll target offset so the sticky header never covers the form top (#leadform on mobile) */
#leadform, .term-form, #sellform, .sell-band, #sell { scroll-margin-top: 92px; }
