/* =============================================
   ULTRADOM WEBINAR — Landing Page Styles
   Crowd Real Estate 2026
   ============================================= */

@font-face {
  font-family: 'Teodor';
  src: url('../fonts/Teodor-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --jasna-pistacja:   #F0F4E6;
  --swieza-limonka:   #EAFFCC;
  --ciepły-blekit:    #B0CED1;
  --neutralny-turkus: #56878C;
  --gleboki-morski:   #0E5358;
  --ciemny-morski:    #263435;
  --risk-bar-h: 44px;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: var(--jasna-pistacja);
  color: var(--ciemny-morski);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .teodor {
  font-family: 'Teodor', Georgia, serif;
  font-weight: 400; line-height: 1; letter-spacing: -0.02em;
}

.section-label {
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--neutralny-turkus); margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.section-label::before { content: ''; width: 24px; height: 1px; background: currentColor; flex-shrink: 0; }
.dark-label { color: rgba(176, 206, 209, 0.5); }
.dark-label::before { background: rgba(176, 206, 209, 0.4); }

.section-title { font-size: clamp(32px, 4vw, 58px); line-height: 1.05; margin-bottom: 28px; }
.section-intro { font-size: 16px; line-height: 1.72; color: rgba(38,52,53,0.6); max-width: 600px; margin: 0 auto 40px; text-align: center; }
.section-pad { padding: 96px 48px; }

.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.75s ease, transform 0.75s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.stagger-1 { transition-delay: 0.10s; }
.stagger-2 { transition-delay: 0.20s; }
.stagger-3 { transition-delay: 0.30s; }

/* ── COLOUR ZONES ── */
.light-section { background: var(--jasna-pistacja); }
.dark-section  { background: var(--ciemny-morski); }

.centered-section { max-width: 860px; margin: 0 auto; }

/* ── CTA BUTTONS ── */
.cta-btn {
  display: inline-block;
  background: var(--gleboki-morski); color: var(--swieza-limonka);
  padding: 16px 40px; border-radius: 999px;
  font-size: 13px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  text-decoration: none; transition: background 0.2s, transform 0.15s;
  border: none; cursor: pointer;
}
.cta-btn:hover { background: var(--ciemny-morski); transform: translateY(-2px); }
.cta-btn--light {
  background: var(--swieza-limonka); color: var(--ciemny-morski);
}
.cta-btn--light:hover { background: #d4f5a0; }

/* ── FORMS (shared) ── */
.form-input {
  width: 100%; padding: 14px 18px;
  font-size: 15px; font-family: inherit;
  border: 1.5px solid rgba(38,52,53,0.16);
  background: #fff; color: var(--ciemny-morski);
  outline: none; border-radius: 0; transition: border-color 0.2s;
  margin-bottom: 20px; display: block;
}
.form-input:focus { border-color: var(--gleboki-morski); }
.form-input::placeholder { color: rgba(38,52,53,0.32); }
.form-input.error { border-color: #b94040; margin-bottom: 4px; }

.err-msg { font-size: 12px; color: #b94040; margin-bottom: 16px; display: none; }
.err-msg.visible { display: block; }

.checkbox-group { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; }
.checkbox-group input[type="checkbox"] { width: 17px; height: 17px; flex-shrink: 0; margin-top: 2px; accent-color: var(--gleboki-morski); cursor: pointer; }
.checkbox-label { font-size: 12px; line-height: 1.65; color: rgba(38,52,53,0.55); cursor: pointer; }
.checkbox-label a { color: var(--gleboki-morski); text-decoration: underline; }
.form-legal { font-size: 11px; line-height: 1.65; color: rgba(38,52,53,0.37); }
.form-note-small { font-size: 11px; text-align: center; color: rgba(38,52,53,0.35); margin-top: 12px; }

.form-success { display: none; text-align: center; padding: 40px 16px; }
.form-success.visible { display: block; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: var(--gleboki-morski); color: var(--swieza-limonka); font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.success-title { font-family: 'Teodor', Georgia, serif; font-size: 26px; color: var(--gleboki-morski); margin-bottom: 10px; }
.success-desc { font-size: 14px; color: rgba(38,52,53,0.5); line-height: 1.62; }

/* =============================================
   STICKY HEADER + RISK BAR + NAV
   ============================================= */
.site-header { position: relative; z-index: 400; }

.risk-bar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: var(--risk-bar-h);
  background: var(--gleboki-morski);
  border-bottom: 1px solid rgba(234,255,204,0.15);
  display: flex; align-items: center; justify-content: center;
  padding: 0 24px;
  font-size: 12px; color: #F0F4E6; letter-spacing: 0.02em;
  line-height: 1.3; text-align: center;
}

nav {
  position: fixed;
  top: calc(var(--risk-bar-h) + 10px);
  left: 32px; right: 32px;
  z-index: 200;
  height: 64px; max-width: 1280px; margin: 0 auto;
  padding: 0 20px 0 24px;
  display: flex; align-items: center; gap: 0;
  background: #111111;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  transition: box-shadow 0.3s;
}
nav.scrolled { box-shadow: 0 12px 48px rgba(0,0,0,0.65); }

.nav-logo-link { display: flex; align-items: center; flex-shrink: 0; margin-right: 28px; text-decoration: none; }
.nav-logo { height: 22px; width: auto; display: block; }

.nav-links { display: flex; align-items: center; list-style: none; flex: 1; gap: 0; justify-content: center; }
.nav-link {
  display: block; padding: 6px 11px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.07em; text-transform: uppercase;
  color: rgba(240,244,230,0.70); text-decoration: none; white-space: nowrap;
  transition: color 0.2s;
}
.nav-link:hover, .nav-link.active { color: var(--swieza-limonka); }

.nav-cta {
  background: var(--swieza-limonka); color: var(--ciemny-morski);
  border: none; padding: 11px 20px; border-radius: 999px;
  font-family: inherit; font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase;
  cursor: pointer; text-decoration: none; display: inline-flex; align-items: center;
  transition: background 0.2s, transform 0.15s; line-height: 1; white-space: nowrap;
  flex-shrink: 0; margin-left: 10px; min-height: 38px;
}
.nav-cta:hover { background: #d4f5a0; transform: translateY(-1px); }

.nav-burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 4px;
  flex-shrink: 0; margin-left: 12px;
}
.nav-burger span { display: block; width: 22px; height: 1.5px; background: rgba(255,255,255,0.8); transition: transform 0.25s, opacity 0.25s; }
.nav-burger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-burger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

section[id], div[id] { scroll-margin-top: calc(var(--risk-bar-h) + 64px + 20px); }

/* =============================================
   HERO
   ============================================= */
.hero {
  min-height: 100vh;
  background: var(--gleboki-morski);
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: calc(var(--risk-bar-h) + 64px + 20px);
}

.hero-bg-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0.22; filter: saturate(0.6);
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(14,83,88,0.96) 0%, rgba(14,83,88,0.72) 55%, rgba(38,52,53,0.90) 100%);
}

.hero-content {
  position: relative; z-index: 2;
  padding: 72px 56px 72px 56px;
  display: flex; flex-direction: column; justify-content: center;
}

.hero-badge {
  font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--swieza-limonka); opacity: 0.7;
  margin-bottom: 24px;
  display: flex; align-items: center; gap: 14px;
}
.hero-badge::before { content: ''; width: 32px; height: 1px; background: var(--swieza-limonka); opacity: 0.5; flex-shrink: 0; }

.hero h1 {
  font-size: clamp(40px, 5vw, 72px);
  color: var(--jasna-pistacja); line-height: 1;
  margin-bottom: 28px;
}

.hero-sub {
  font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65;
  color: rgba(240,244,230,0.85);
  max-width: 520px; margin-bottom: 44px;
  font-weight: 300;
}

.hero-meta {
  display: flex; gap: 36px; flex-wrap: wrap;
  padding-top: 32px;
  border-top: 1px solid rgba(234,255,204,0.13);
}
.hero-meta-item { display: flex; flex-direction: column; }
.hero-meta-val { font-family: 'Teodor', Georgia, serif; font-size: 22px; color: var(--swieza-limonka); line-height: 1; }
.hero-meta-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(240,244,230,0.38); margin-top: 7px; }

/* Hero right — form card */
.hero-right {
  position: relative; z-index: 2;
  padding: 60px 48px;
  display: flex; align-items: center; justify-content: center;
  border-left: 1px solid rgba(234,255,204,0.07);
}

.hero-form-card {
  width: 100%; max-width: 420px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(234,255,204,0.14);
  padding: 36px 32px 28px;
}

.hero-form-title {
  font-family: 'Teodor', Georgia, serif;
  font-size: 26px; color: var(--jasna-pistacja);
  margin-bottom: 6px; line-height: 1.15;
}
.hero-form-sub {
  font-size: 12px; letter-spacing: 0.05em;
  color: rgba(234,255,204,0.4); margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-input {
  width: 100%; padding: 13px 16px;
  font-size: 14px; font-family: inherit;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  color: var(--jasna-pistacja); outline: none; border-radius: 0;
  transition: border-color 0.2s;
  margin-bottom: 14px; display: block;
}
.hero-input:focus { border-color: var(--swieza-limonka); }
.hero-input::placeholder { color: rgba(240,244,230,0.28); }
.hero-input.error { border-color: #e06060; margin-bottom: 4px; }
/* override checkbox-label inside dark hero */
.hero-form-card .checkbox-label { color: rgba(240,244,230,0.45); }
.hero-form-card .err-msg { color: #e08080; }

.hero-form-btn {
  width: 100%; padding: 15px; margin-top: 4px;
  background: var(--swieza-limonka); color: var(--ciemny-morski);
  border: none; border-radius: 999px;
  font-family: inherit; font-size: 12px; font-weight: 700;
  letter-spacing: 0.10em; text-transform: uppercase;
  cursor: pointer; transition: background 0.2s, transform 0.15s;
}
.hero-form-btn:hover { background: #d4f5a0; transform: translateY(-1px); }

/* Hero form success */
.hero-form-card .form-success.visible { display: block; }
.hero-form-card .success-title { color: var(--swieza-limonka); }
.hero-form-card .success-desc { color: rgba(240,244,230,0.55); }

/* countdown inside hero card */
.hero-countdown {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(234,255,204,0.1);
}
.countdown-title {
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(176,206,209,0.45); margin-bottom: 16px;
  display: flex; align-items: center; gap: 12px;
}
.countdown-title::before { content: ''; width: 18px; height: 1px; background: rgba(176,206,209,0.3); flex-shrink: 0; }
.countdown-row { display: flex; gap: 10px; align-items: flex-end; }
.countdown-unit { display: flex; flex-direction: column; align-items: center; flex: 1; }
.countdown-num {
  font-family: 'Teodor', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px); color: var(--swieza-limonka); line-height: 1;
  background: rgba(234,255,204,0.06); border: 1px solid rgba(234,255,204,0.10);
  width: 100%; text-align: center; padding: 14px 6px 10px;
}
.countdown-lbl { font-size: 9px; text-transform: uppercase; letter-spacing: 0.14em; color: rgba(176,206,209,0.36); margin-top: 8px; }
.countdown-sep { font-family: 'Teodor', Georgia, serif; font-size: 28px; color: rgba(234,255,204,0.18); line-height: 1; padding-bottom: 16px; flex-shrink: 0; }

/* =============================================
   NUMBERS STRIP
   ============================================= */
.numbers-section { background: var(--jasna-pistacja); padding: 0 48px 96px; }
@media (max-width: 860px) {
  .numbers-section { padding: 0 24px 72px; }
}
.numbers-grid--4 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: rgba(14,83,88,0.10);
  border: 1px solid rgba(14,83,88,0.10);
}
.number-card {
  background: var(--jasna-pistacja);
  padding: 44px 32px; position: relative; overflow: hidden;
}
.number-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--gleboki-morski); transform: scaleX(0); transform-origin: left;
  transition: transform 0.4s ease;
}
.number-card:hover::after { transform: scaleX(1); }
.number-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(14,83,88,0.40); margin-bottom: 14px; }
.number-val { font-family: 'Teodor', Georgia, serif; font-size: clamp(22px, 2.2vw, 40px); color: var(--gleboki-morski); line-height: 1; margin-bottom: 10px; }
.number-desc { font-size: 12px; color: rgba(38,52,53,0.40); line-height: 1.55; }

/* =============================================
   AGENDA / PROGRAM
   ============================================= */
.agenda-ol {
  list-style: none; counter-reset: agenda-counter;
  display: flex; flex-direction: column; gap: 2px;
}
.agenda-ol li {
  counter-increment: agenda-counter;
  display: grid; grid-template-columns: 52px 1fr;
  gap: 24px; align-items: start;
  padding: 22px 28px;
  background: rgba(14,83,88,0.05);
  border-left: 3px solid transparent;
  transition: background 0.22s, border-color 0.22s;
}
.agenda-ol li:hover { background: rgba(14,83,88,0.10); border-left-color: var(--gleboki-morski); }
.agenda-ol li::before {
  content: counter(agenda-counter, decimal-leading-zero);
  font-family: 'Teodor', Georgia, serif;
  font-size: 26px; color: rgba(14,83,88,0.20); line-height: 1.15;
}
.agenda-ol-title {
  font-family: 'Teodor', Georgia, serif;
  font-size: 18px; color: var(--gleboki-morski); line-height: 1.3;
  display: flex; align-items: center;
}

/* =============================================
   BENEFITS GRID
   ============================================= */
.benefits-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2px;
  background: rgba(14,83,88,0.07);
}
.benefit-card {
  background: var(--jasna-pistacja);
  padding: 32px 28px;
  transition: background 0.22s;
}
.benefit-card:hover { background: rgba(14,83,88,0.06); }
.benefit-num {
  font-family: 'Teodor', Georgia, serif;
  font-size: 32px; color: rgba(14,83,88,0.15); line-height: 1; margin-bottom: 14px;
}
.benefit-card p { font-size: 15px; line-height: 1.72; color: rgba(38,52,53,0.72); }

/* =============================================
   FOR WHOM LIST
   ============================================= */
.for-whom-list {
  list-style: none; display: flex; flex-direction: column; gap: 2px;
  max-width: 760px; margin: 0 auto;
}
.for-whom-list li {
  padding: 20px 28px 20px 72px;
  background: rgba(14,83,88,0.05);
  border-left: 3px solid transparent;
  font-size: 16px; line-height: 1.65; color: rgba(38,52,53,0.80);
  position: relative;
  counter-increment: for-whom-counter;
  transition: background 0.22s, border-color 0.22s;
}
.for-whom-list { counter-reset: for-whom-counter; }
.for-whom-list li::before {
  content: counter(for-whom-counter);
  position: absolute; left: 24px; top: 20px;
  font-family: 'Teodor', Georgia, serif;
  font-size: 22px; color: rgba(14,83,88,0.22); line-height: 1;
}
.for-whom-list li:hover { background: rgba(14,83,88,0.10); border-left-color: var(--gleboki-morski); }

/* =============================================
   EXPERTS
   ============================================= */
.experts-grid {
  display: flex; flex-direction: column; gap: 2px; margin-top: 48px;
}
.expert-card {
  display: grid; grid-template-columns: 220px 1fr;
  gap: 0; background: rgba(255,255,255,0.03);
  border: 1px solid rgba(176,206,209,0.09);
  transition: border-color 0.25s;
  overflow: hidden;
}
.expert-card:hover { border-color: rgba(176,206,209,0.22); }

.expert-photo {
  aspect-ratio: 1 / 1; overflow: hidden;
  background: var(--gleboki-morski);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.expert-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.expert-photo--placeholder { background: rgba(86,135,140,0.25); }
.expert-photo--placeholder span {
  font-family: 'Teodor', Georgia, serif;
  font-size: 3rem; color: rgba(234,255,204,0.22);
}

.expert-info { padding: 32px 36px; display: flex; flex-direction: column; justify-content: center; }
.expert-name { font-family: 'Teodor', Georgia, serif; font-size: 28px; color: var(--jasna-pistacja); margin-bottom: 6px; line-height: 1.1; }
.expert-role { font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--neutralny-turkus); margin-bottom: 18px; line-height: 1.5; }
.expert-bio { font-size: 14px; line-height: 1.72; color: rgba(176,206,209,0.52); }

/* =============================================
   ORGANIZATOR
   ============================================= */
.org-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  max-width: 1200px; margin: 0 auto;
  align-items: start;
}
.org-desc { font-size: 15px; line-height: 1.78; color: rgba(38,52,53,0.68); margin-bottom: 20px; }
.org-desc:last-child { margin-bottom: 0; }

.org-photos {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.org-photo { width: 100%; display: block; object-fit: cover; aspect-ratio: 4/3; }
.org-photo--tall { aspect-ratio: 2/3; grid-row: 1 / 3; }
.org-photo--wide { grid-column: 1 / -1; aspect-ratio: 16/7; }

/* =============================================
   REGISTRATION FORM SECTION
   ============================================= */
.reg-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
  max-width: 1100px; margin: 0 auto;
  align-items: start;
}
.reg-desc { font-size: 15px; line-height: 1.72; color: rgba(176,206,209,0.5); margin-top: 20px; margin-bottom: 36px; }
.reg-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 32px; padding-top: 32px; border-top: 1px solid rgba(176,206,209,0.10); }
.reg-meta-label { font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(176,206,209,0.34); margin-bottom: 4px; }
.reg-meta-val { font-family: 'Teodor', Georgia, serif; font-size: 22px; color: var(--swieza-limonka); line-height: 1; }

.form-card { background: var(--jasna-pistacja); padding: 48px; }
.form-card-title { font-family: 'Teodor', Georgia, serif; font-size: 28px; color: var(--gleboki-morski); margin-bottom: 8px; line-height: 1.1; }
.form-card-sub { font-size: 13px; color: rgba(38,52,53,0.50); margin-bottom: 28px; line-height: 1.5; }

.form-submit {
  width: 100%; padding: 16px; border-radius: 999px;
  background: var(--gleboki-morski); color: var(--swieza-limonka);
  border: none; font-family: inherit;
  font-size: 12px; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase;
  cursor: pointer; margin-top: 12px;
  transition: background 0.2s, transform 0.15s;
}
.form-submit:hover { background: var(--ciemny-morski); transform: translateY(-1px); }

/* =============================================
   FOOTER
   ============================================= */
footer { background: #0b2425; color: var(--swieza-limonka); }

.footer-top { padding: 72px 48px 48px; }
.footer-top-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.footer-tagline-big {
  font-family: 'Teodor', Georgia, serif;
  font-size: clamp(38px, 6vw, 88px); font-weight: 400;
  color: var(--swieza-limonka); line-height: 1.0; letter-spacing: -0.02em; white-space: nowrap;
}
.footer-logo-top { height: 18px; width: auto; display: block; opacity: 0.95; }

.footer-mid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px;
  padding: 48px 48px 56px;
  border-bottom: 1px solid rgba(234,255,204,0.08);
}
.footer-col-title { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(234,255,204,0.4); margin-bottom: 20px; }
.footer-risk-text { font-size: 12px; line-height: 1.65; color: rgba(234,255,204,0.38); }
.footer-address { font-size: 24px; font-family: 'Teodor', Georgia, serif; font-weight: 400; color: var(--swieza-limonka); line-height: 1.2; margin-bottom: 14px; letter-spacing: -0.01em; }
.footer-phone { display: block; font-size: 24px; font-family: 'Teodor', Georgia, serif; font-weight: 400; color: var(--swieza-limonka); text-decoration: none; line-height: 1.2; letter-spacing: -0.01em; transition: opacity 0.2s; }
.footer-phone:hover { opacity: 0.7; }
.footer-socials { display: flex; gap: 12px; margin-top: 8px; }
.footer-socials a { width: 40px; height: 40px; border-radius: 50%; background: rgba(234,255,204,0.1); display: flex; align-items: center; justify-content: center; color: var(--swieza-limonka); text-decoration: none; transition: background 0.2s; }
.footer-socials a:hover { background: rgba(234,255,204,0.22); }
.footer-socials svg { width: 18px; height: 18px; display: block; }
.footer-nav-col { display: flex; flex-direction: column; }
.footer-nav-col a { font-size: 15px; color: rgba(234,255,204,0.60); text-decoration: none; margin-bottom: 12px; transition: color 0.2s; line-height: 1.3; }
.footer-nav-col a:hover { color: var(--swieza-limonka); }
.footer-bottom { padding: 20px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.footer-copy-left  { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(234,255,204,0.25); }
.footer-copy-mid   { font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(234,255,204,0.25); }
.footer-copy-right { font-size: 11px; color: rgba(234,255,204,0.25); white-space: nowrap; }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1200px) {
  .numbers-grid--4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 1100px) {
  .org-grid { grid-template-columns: 1fr; gap: 48px; }
  .reg-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-tagline-big { white-space: normal; }
  .footer-mid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-risk-col { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  nav { left: 0; right: 0; max-width: none; margin: 0; border-radius: 0; height: 56px; border-left: none; border-right: none; border-top: none; padding: 0 16px; }
  .nav-logo-link { margin-right: 0; flex: 1; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 56px; left: 0; right: 0;
    background: #111111; padding: 12px 20px 20px;
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4); gap: 2px; z-index: 350;
  }
  .nav-burger { display: flex; }
  .nav-cta { padding: 10px 14px; font-size: 10px; margin-left: 10px; min-height: 38px; }
  .expert-card { grid-template-columns: 160px 1fr; }
  .expert-name { font-size: 22px; }
}

@media (max-width: 860px) {
  :root { --risk-bar-h: auto; }
  .site-header { position: fixed !important; top: 0 !important; left: 0; right: 0; z-index: 400; width: 100%; }
  .risk-bar { position: static !important; height: auto; min-height: 44px; padding: 8px 16px; font-size: 10px; line-height: 1.35; }
  nav { position: static !important; top: auto !important; left: auto !important; right: auto !important; transform: none !important; border-radius: 1px !important; max-width: none; margin: 0; width: 100%; height: 56px; background: #111111 !important; border: none !important; border-bottom: 1px solid rgba(255,255,255,0.07) !important; box-shadow: none !important; padding: 0 16px; }
  .hero { padding-top: 0 !important; grid-template-columns: 1fr; }
  .hero-content { padding: 72px 24px 48px; }
  .hero-right { border-left: none; border-top: 1px solid rgba(234,255,204,0.07); padding: 40px 24px 72px; justify-content: center; }
  .section-pad { padding: 72px 24px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .expert-card { grid-template-columns: 1fr; }
  .expert-photo { aspect-ratio: 4/3; max-height: 280px; }
  .expert-info { padding: 24px; }
  .org-photos { grid-template-columns: 1fr; }
  .org-photo--tall { aspect-ratio: 4/3; grid-row: auto; }
  .org-photo--wide { grid-column: span 1; aspect-ratio: 4/3; }
  .footer-top { padding: 48px 24px 36px; }
  .footer-mid { grid-template-columns: 1fr; gap: 36px; padding: 40px 24px; }
  .footer-risk-col { grid-column: auto; }
  .footer-address, .footer-phone { font-size: 20px; }
  .footer-bottom { padding: 16px 24px; flex-direction: column; gap: 8px; text-align: center; }
  .form-card { padding: 28px; }
}

@media (max-width: 640px) {
  .hero h1 { font-size: 40px; }
  .hero-meta { gap: 20px; }
  .numbers-grid--4 { grid-template-columns: 1fr 1fr; }
  .agenda-ol li { grid-template-columns: 36px 1fr; gap: 16px; padding: 18px 18px; }
  .benefits-grid { grid-template-columns: 1fr; }
}

/* =============================================
   PATCHES — zmiany v4
   ============================================= */

/* 01. Hero meta — większy */
.hero-meta-val  { font-size: 26px; }
.hero-meta-label { font-size: 11px; margin-top: 8px; }

/* 01. Hero form card — burgund */
.hero-form-card--burgund {
  background: rgba(71, 17, 37, 0.88);
  border-color: rgba(255, 200, 180, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-form-card--burgund .hero-form-title { color: #F8EDE8; }
.hero-form-card--burgund .hero-form-sub   { color: rgba(248, 237, 232, 0.45); }
.hero-form-card--burgund .hero-input {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,200,180,0.18);
  color: #F8EDE8;
}
.hero-form-card--burgund .hero-input::placeholder { color: rgba(248,237,232,0.30); }
.hero-form-card--burgund .hero-input:focus { border-color: rgba(255,200,180,0.55); }
.hero-form-card--burgund .checkbox-label { color: rgba(248,237,232,0.45); }
.hero-form-card--burgund .checkbox-label a { color: rgba(248,237,232,0.75); }
.hero-form-card--burgund .err-msg { color: #f5a0a0; }
.hero-form-card--burgund .hero-form-btn {
  background: var(--swieza-limonka); color: var(--ciemny-morski);
}
.hero-form-card--burgund .hero-form-btn:hover { background: #d4f5a0; }
.hero-form-card--burgund .countdown-title { color: rgba(248,237,232,0.35); }
.hero-form-card--burgund .countdown-title::before { background: rgba(248,237,232,0.2); }
.hero-form-card--burgund .countdown-num {
  color: #F8EDE8;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,200,180,0.15);
}
.hero-form-card--burgund .countdown-sep { color: rgba(248,237,232,0.18); }
.hero-form-card--burgund .countdown-lbl { color: rgba(248,237,232,0.28); }
.hero-form-card--burgund .hero-countdown { border-top-color: rgba(255,200,180,0.12); }
.hero-form-card--burgund .success-title { color: var(--swieza-limonka); }
.hero-form-card--burgund .success-desc  { color: rgba(248,237,232,0.55); }

/* 04. Eksperci 3 kolumny — jasne tło */
.experts-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.expert-card-v {
  background: #fff;
  border: 1px solid rgba(14,83,88,0.10);
  overflow: hidden;
  transition: box-shadow 0.25s, border-color 0.25s;
}
.expert-card-v:hover {
  box-shadow: 0 8px 32px rgba(14,83,88,0.10);
  border-color: rgba(14,83,88,0.22);
}

.expert-photo-sq {
  width: 100%; aspect-ratio: 1 / 1;
  overflow: hidden; background: var(--gleboki-morski);
  display: flex; align-items: center; justify-content: center;
}
.expert-photo-sq img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top; display: block;
}
.expert-photo-sq--placeholder { background: rgba(86,135,140,0.15); }
.expert-photo-sq--placeholder span {
  font-family: 'Teodor', Georgia, serif;
  font-size: 3rem; color: rgba(14,83,88,0.22);
}

.expert-info-v { padding: 24px 22px 28px; }
.expert-info-v .expert-name { font-size: 22px; color: var(--ciemny-morski); }
.expert-info-v .expert-role { color: var(--neutralny-turkus); margin-bottom: 14px; }
.expert-info-v .expert-bio  { color: rgba(38,52,53,0.60); }

/* 06. Form card sub — accent burgund */
.form-card-sub--accent {
  font-size: 14px !important;
  font-weight: 600;
  color: #471125 !important;
  letter-spacing: 0.03em;
  background: rgba(71,17,37,0.06);
  display: inline-block;
  padding: 6px 14px;
  border-left: 3px solid #471125;
  margin-bottom: 28px !important;
  line-height: 1.5;
}

/* responsive eksperci */
@media (max-width: 900px) {
  .experts-grid-3col { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .experts-grid-3col { grid-template-columns: 1fr; }
}

/* =============================================
   HERO v2 — ciemna prawa strona, formularz outline
   ============================================= */

/* Ciemne, jednolite tło prawej połowy hero */
.hero-right--dark {
  background: rgba(10, 30, 32, 0.72);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-left: 1px solid rgba(234,255,204,0.06);
}

/* Formularz — tylko ramka, bez własnego wypełnienia */
.hero-form-card--outline {
  background: transparent;
  border: 1px solid rgba(234,255,204,0.22);
  padding: 36px 32px 28px;
  width: 100%;
  max-width: 420px;
}

/* Tytuł i sub — jak w wersji bazowej */
.hero-form-card--outline .hero-form-title {
  color: var(--jasna-pistacja);
}
.hero-form-card--outline .hero-form-sub {
  color: rgba(234,255,204,0.38);
}

/* Inputy — cienka ramka, bez tła */
.hero-form-card--outline .hero-input {
  background: transparent;
  border: 1px solid rgba(234,255,204,0.28);
  color: var(--jasna-pistacja);
}
.hero-form-card--outline .hero-input::placeholder {
  color: rgba(240,244,230,0.25);
}
.hero-form-card--outline .hero-input:focus {
  border-color: var(--swieza-limonka);
  background: rgba(234,255,204,0.04);
}
.hero-form-card--outline .hero-input.error {
  border-color: #e08080;
}

/* Checkboxy i błędy */
.hero-form-card--outline .checkbox-label {
  color: rgba(240,244,230,0.42);
}
.hero-form-card--outline .checkbox-label a {
  color: rgba(234,255,204,0.75);
}
.hero-form-card--outline .err-msg { color: #e08080; }

/* Przycisk */
.hero-form-card--outline .hero-form-btn {
  background: var(--swieza-limonka);
  color: var(--ciemny-morski);
}
.hero-form-card--outline .hero-form-btn:hover { background: #d4f5a0; }

/* Countdown */
.hero-form-card--outline .hero-countdown {
  border-top-color: rgba(234,255,204,0.10);
}
.hero-form-card--outline .countdown-title {
  color: rgba(176,206,209,0.40);
}
.hero-form-card--outline .countdown-title::before {
  background: rgba(176,206,209,0.25);
}
.hero-form-card--outline .countdown-num {
  color: var(--jasna-pistacja);
  background: rgba(234,255,204,0.05);
  border-color: rgba(234,255,204,0.16);
}
.hero-form-card--outline .countdown-sep {
  color: rgba(234,255,204,0.16);
}
.hero-form-card--outline .countdown-lbl {
  color: rgba(176,206,209,0.30);
}

/* Success state */
.hero-form-card--outline .form-success.visible { display: block; }
.hero-form-card--outline .success-title { color: var(--swieza-limonka); }
.hero-form-card--outline .success-desc  { color: rgba(240,244,230,0.55); }

/* =============================================
   HERO v2 — ciemne tło prawej połowy pełna wysokość
   ============================================= */

/* Pseudo-element przykrywa całą prawą połowę hero od góry do dołu */
.hero--v2::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background: rgba(6, 20, 22, 0.78);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}

/* hero-right musi być nad pseudo-elementem */
.hero--v2 .hero-right--dark {
  z-index: 2;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-left: 1px solid rgba(234,255,204,0.08);
}

@media (max-width: 640px) {
  .hero--v2::after { width: 100%; top: auto; bottom: 0; height: 60%; }
}

/* =============================================
   PATCHES v5
   ============================================= */

/* 01. Hero — szerszy panel prawy */
.hero-right--wide {
  padding: 48px 40px;
}
/* Grid hero: lewa 55%, prawa 45% żeby formularz był szerszy */
.hero { grid-template-columns: 55fr 45fr; }

/* 01. Hero formularz — jasne tło jak stopka */
.hero-form-card--light {
  background: var(--jasna-pistacja);
  border: 1px solid rgba(14,83,88,0.14);
  width: 100%;
  max-width: 520px;
  padding: 40px 36px 32px;
}
.hero-form-title--dark  { color: var(--ciemny-morski); }
.hero-form-sub--dark    { color: rgba(38,52,53,0.45); text-transform: uppercase; font-size: 12px; letter-spacing: 0.05em; margin-bottom: 28px; }

.hero-input--light {
  background: #fff;
  border: 1.5px solid rgba(14,83,88,0.18);
  color: var(--ciemny-morski);
}
.hero-input--light::placeholder { color: rgba(38,52,53,0.30); }
.hero-input--light:focus         { border-color: var(--gleboki-morski); }
.hero-input--light.error         { border-color: #b94040; }

.checkbox-label--dark  { color: rgba(38,52,53,0.58); }
.err-msg--dark         { color: #b94040; }

.hero-form-btn--dark {
  background: var(--gleboki-morski);
  color: var(--swieza-limonka);
}
.hero-form-btn--dark:hover { background: var(--ciemny-morski); }

/* Countdown — jasny */
.hero-countdown--light .countdown-title       { color: rgba(38,52,53,0.35); }
.hero-countdown--light .countdown-title::before { background: rgba(38,52,53,0.2); }
.hero-countdown--light .countdown-num {
  color: var(--ciemny-morski);
  background: rgba(14,83,88,0.06);
  border-color: rgba(14,83,88,0.14);
}
.hero-countdown--light .countdown-sep { color: rgba(14,83,88,0.18); }
.hero-countdown--light .countdown-lbl { color: rgba(38,52,53,0.30); }
.hero-countdown--light                { border-top-color: rgba(14,83,88,0.10); }

/* 02. Agenda — większe litery opisów */
.agenda-ol-title {
  font-size: 21px !important;
}

/* 03. Dla kogo — lista prosta, większa czcionka (~50% nagłówka) */
.for-whom-list li {
  font-size: 20px;
  line-height: 1.55;
  padding: 22px 28px 22px 72px;
}
.for-whom-list li::before {
  font-size: 26px;
}

/* 05. Webinar jest stworzony — większa czcionka opisów */
.for-whom-list {
  max-width: 860px;
}

/* nawigacja — usuwamy Korzyści (link do sekcji usuniętej) — pomijamy przez ukrycie */
.nav-link[href="#korzysci"] { display: none; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-right--wide { padding: 36px 24px 64px; }
  .hero-form-card--light { max-width: 100%; }
}

/* =============================================
   PATCHES v6
   ============================================= */

/* Fix: checkboxy w jasnym formularzu hero — nadpisanie ogólnej reguły ciemnej */
.hero-form-card--light .checkbox-label,
.hero-form-card--light .checkbox-label--dark {
  color: rgba(38,52,53,0.70) !important;
}
.hero-form-card--light .checkbox-label a {
  color: var(--gleboki-morski) !important;
  text-decoration: underline;
}
.hero-form-card--light .err-msg,
.hero-form-card--light .err-msg--dark {
  color: #b94040 !important;
}
.hero-form-card--light input[type="checkbox"] {
  accent-color: var(--gleboki-morski);
}

/* Listy bez hover-efektu, z szarą linią poziomą */
.for-whom-list li {
  border-left: none !important;
  background: transparent !important;
  transition: none !important;
  border-bottom: 1px solid rgba(38,52,53,0.10);
  padding: 22px 28px 22px 72px;
}
.for-whom-list li:last-child {
  border-bottom: none;
}
.for-whom-list li:hover {
  background: transparent !important;
  border-left-color: transparent !important;
}
