/* sellveg.com — "Świeże pole": jasny, kontrastowy, dla ROLNIKA (nie grafika).
   Białe tło, świeża zieleń warzyw, żółty harvest-CTA który się prosi o kliknięcie,
   zdjęcia pola, duże przyjazne przyciski, Poppins. Zero vintage. */

:root {
  --font-head: 'Poppins', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-body: 'Inter', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;

  --green: #2FA84F;          /* fresh leaf — primary */
  --green-deep: #1E7A38;     /* headings / hover / text-on-light */
  --green-darker: #16552A;
  --green-soft: #E4F5E9;     /* chips / badges */
  --green-tint: #F1F8ED;     /* alt section bg */
  --yellow: #F7B500;         /* harvest — the clicky CTA */
  --yellow-deep: #E0A400;
  --ink: #16281B;            /* warm green-black text */
  --ink-soft: #526054;

  --accent: #2FA84F;
  --accent-deep: #1E7A38;
  --accent-soft: #E4F5E9;
  --cta: #F7B500;
  --cta-ink: #16281B;
  --bg: #FFFFFF;
  --card: #FFFFFF;
  --head: #16281B;
  --label: #3A4A3E;
  --line: #DDE6DD;
  --link: #1E7A38;
  --sec-ink: #1E7A38;
  --nav-ink: #16281B;
  --topbar-bg: #FFFFFF;
  --thead: #F1F8ED;
  --footer-bg: #143A22;
  --footer-ink: #CDE7D3;
  --focus: rgba(47, 168, 79, .3);
  --radius-card: 16px;
  --radius-btn: 12px;
  --radius-in: 12px;
  --shadow: 0 14px 40px rgba(22, 40, 27, .14);
  --shadow-soft: 0 4px 18px rgba(22, 40, 27, .07);
  --muted: #526054;
  --hero-shade: linear-gradient(95deg, rgba(12, 34, 18, .88) 0%, rgba(12, 34, 18, .66) 42%, rgba(12, 34, 18, .30) 100%);
  --stats-bg: #16552A;
  --stats-ink: #FFFFFF;
  --stats-accent: #F7B500;
  --tile-shade: rgba(12, 34, 18, .34);
  --tile-shade-hover: rgba(12, 34, 18, .16);
  --season-bar: #2FA84F;
  --ring: rgba(47,168,79,.55);
}

body { font-size: 16.5px; }
h1, h2, h3 { font-weight: 700; letter-spacing: -0.02em; }
::selection { background: #F7B50055; }

/* buttons — big, friendly, high-contrast */
.btn-primary { background: var(--yellow); color: var(--cta-ink); font-weight: 800; font-size: 18px; border-radius: var(--radius-btn); min-height: 62px; line-height: 62px; box-shadow: 0 8px 20px rgba(247,181,0,.32); }
.btn-primary:hover { background: var(--yellow-deep); filter: none; }
.btn-secondary { border: 2px solid var(--green); color: var(--green-deep); border-radius: var(--radius-btn); font-weight: 700; }
.btn-secondary:hover { background: var(--green-soft); }

/* header */
.topbar { position: sticky; top: 0; z-index: 40; box-shadow: 0 1px 0 rgba(22,40,27,.08); }
.topbar-in { min-height: 74px; }
.logo-img { height: 40px; }
.topbar-right { display: flex; align-items: center; gap: 26px; }
.topnav { display: flex; gap: 26px; }
.topnav a { font-weight: 600; font-size: 15px; color: var(--ink); }
.topnav a:hover { color: var(--green-deep); }
.header-cta { display: inline-flex; align-items: center; gap: 7px; background: var(--yellow); color: var(--cta-ink); font-weight: 800; font-size: 14.5px; padding: 12px 22px; border-radius: 10px; text-decoration: none; box-shadow: 0 6px 16px rgba(247,181,0,.30); transition: background .2s, transform .08s; }
.header-cta::after { content: "→"; }
.header-cta:hover { background: var(--yellow-deep); }
.header-cta:active { transform: translateY(1px); }
.langsw-btn { border-color: var(--line); border-radius: 999px; }

/* hero — photo-led, white form card floats on green field */
.hero { position: relative; padding: 70px 0 84px; overflow: hidden; }
.hero-in { position: relative; z-index: 2; display: flex; gap: 48px; align-items: center; }
.hero-copy { flex: 1.05; color: #fff; }
.hero-kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink); background: var(--yellow); padding: 6px 14px; border-radius: 999px; margin: 0 0 20px; }
.hero-copy h1 { font-size: clamp(34px, 4.8vw, 56px); margin: 0 0 18px; color: #fff; line-height: 1.08; font-weight: 800; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.hero-sub { font-size: 18px; color: rgba(255,255,255,.92); margin: 0 0 26px; max-width: 500px; line-height: 1.6; }
.trust { list-style: none; display: grid; gap: 12px; padding: 0; margin: 0; max-width: 460px; }
.trust li { font-size: 16px; font-weight: 600; color: #fff; padding-left: 34px; position: relative; }
.trust li::before { content: ""; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; border-radius: 50%; background: var(--yellow); }
.trust li::after { content: "✓"; position: absolute; left: 5px; top: 0; color: var(--ink); font-weight: 900; font-size: 14px; }
.hero-form { flex: 1; width: 100%; max-width: 560px; }
.leadform.card { border: 0; border-radius: 18px; padding: 28px; box-shadow: 0 24px 60px rgba(12,34,18,.30); }
.lf-progress .dot.active { background: var(--green); }
.segments .seg.active { background: var(--green); border-color: var(--green); }
.preselected-badge { background: var(--green-soft); color: var(--green-deep); }
.price-hint { background: var(--green-soft); color: var(--green-deep); }
.spinner { border-color: var(--green-soft); border-top-color: var(--green); }
.search-bar-fill { background: var(--green); }
.search-steps li.done, .search-done { color: var(--green-deep); }

/* live feed — friendly white cards */
.live { padding: 66px 0; background: var(--green-tint); }
.live h2 { font-size: clamp(26px, 3.4vw, 38px); }
.live-sub { color: var(--muted); }
.live-item { background: #fff; border: 1px solid var(--line); border-left: 5px solid var(--green); border-radius: 12px; box-shadow: var(--shadow-soft); }
.live-stage { border-radius: 999px; font-weight: 700; }
.live-stage.searching { background: #FFF3D0; color: #8A6200; }
.live-stage.offers { background: var(--green-soft); color: var(--green-deep); }
.live-stage.chosen { background: var(--green-deep); color: #fff; }
.live-time { font-size: 12px; color: #9aa89d; }

/* how it works — clean cards with green numerals, no touching lines */
.how { padding: 78px 0; }
.section-kicker { display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-deep); background: var(--green-soft); padding: 6px 14px; border-radius: 999px; margin: 0 0 28px; }
.how-grid, .how-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.how-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-card); box-shadow: var(--shadow-soft); padding: 26px 22px 28px; }
.how-img { display: none; }
.how-n2 { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 14px; background: var(--green); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 24px; line-height: 1; margin: 0 0 16px; }
.how-card h3 { margin: 0 0 8px; font-size: 19px; }
.how-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* full-bleed field band */
.fieldband { position: relative; margin: 0; height: 320px; overflow: hidden; }
.fieldband img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fieldband figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 24px 22px; background: linear-gradient(to top, rgba(12,34,18,.82), transparent); color: #fff; font-size: 15px; font-weight: 600; text-align: center; }

/* about band */
.quote-band { background: var(--green-darker); color: #EAF6EC; padding: 66px 0; }
.quote-band .quote-t { color: var(--yellow); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; text-align: left; margin-bottom: 16px; font-family: var(--font-body); font-weight: 800; }
.quote-band p { margin: 0; max-width: 800px; font-size: clamp(19px, 2.5vw, 26px); line-height: 1.5; text-align: left; font-weight: 600; }

/* products */
.products-intro { padding: 74px 0 32px; }
.products-intro h2 { font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 10px; }
.products-intro p { color: var(--muted); max-width: 620px; margin: 0; font-size: 16.5px; }
.tile-label { font-family: var(--font-head); text-transform: none; letter-spacing: -0.01em; font-weight: 700; }
.tile-cta { color: var(--yellow); font-weight: 700; }

/* prices teaser — bright cards */
.prices-teaser { padding: 74px 0 84px; background: var(--green-tint); }
.prices-teaser h2 { font-size: clamp(28px, 3.6vw, 40px); }
.upd { color: var(--green-deep); font-weight: 600; }
.teaser-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 22px 0 26px; }
.teaser-card { display: flex; flex-direction: column; gap: 2px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-card); padding: 24px; text-decoration: none; color: var(--ink); box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s; }
.teaser-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.tc-icon { font-size: 30px; }
.tc-name { font-weight: 700; margin-top: 8px; }
.tc-price { font-size: 26px; font-weight: 800; color: var(--green-deep); }
.tc-cc { font-size: 13px; color: var(--muted); }

/* footer */
.footer { background: var(--footer-bg); }
.footer a:hover { color: var(--yellow); }

/* mobile */
.mobile-cta { display: none; }
@media (max-width: 980px) {
  .hero { padding: 40px 0 52px; }
  .hero-in { flex-direction: column; gap: 30px; align-items: stretch; }
  .hero-copy h1 { font-size: 32px; }
  .how-grid, .how-grid-4 { grid-template-columns: 1fr 1fr; gap: 16px; }
  .teaser-grid { grid-template-columns: 1fr; }
  .topnav { display: none; }
  .header-cta { padding: 10px 16px; font-size: 13.5px; }
}
@media (max-width: 560px) {
  .how-grid, .how-grid-4 { grid-template-columns: 1fr; }
  .fieldband { height: 220px; }
  .header-cta { display: none; }
  .topbar-right { gap: 10px; }
  .mobile-cta.show {
    display: flex; align-items: center; justify-content: center;
    position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 55;
    background: var(--yellow); color: var(--cta-ink); font-weight: 800; font-size: 17px;
    height: 58px; border-radius: 14px; text-decoration: none;
    box-shadow: 0 10px 26px rgba(247,181,0,.4);
    padding-bottom: env(safe-area-inset-bottom);
    animation: mctaIn .25s ease-out;
  }
  @keyframes mctaIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
  .footer { padding-bottom: 96px; }
}
