/* =========================================================
   DEWELOPERKA — konferencja
   Design: ciemny petrol-black + mint teal akcent
   Font: Instrument Sans (self-hosted, variable woff2)
   ========================================================= */

/* 0. @font-face — Instrument Sans (lokalny self-hosted) */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/instrument-sans-latin-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/instrument-sans-latin-ext-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/instrument-sans-latin-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: italic;
  font-weight: 400 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/instrument-sans-latin-ext-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 1. Reset & Base */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Instrument Sans', system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--c-text);
  background: var(--c-bg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* 2. Zmienne */
:root {
  --c-dark: #0E1A1F;
  --c-dark-2: #142329;
  --c-dark-3: #1B2D33;
  --c-teal: #4DDFB8;
  --c-teal-2: #6BE8C5;
  --c-teal-deep: #2BB892;
  --c-bg: #FFFFFF;
  --c-bg-soft: #F1F2F4;
  --c-bg-soft-2: #E8EAEC;
  --c-text: #0E1A1F;
  --c-text-muted: #475259;
  --c-text-light: rgba(255,255,255,0.78);
  --c-border: #E2E5E9;
  --c-white: #FFFFFF;

  --shadow-sm: 0 2px 8px rgba(14,26,31,0.05);
  --shadow-md: 0 8px 28px rgba(14,26,31,0.08);
  --shadow-lg: 0 24px 60px rgba(14,26,31,0.16);

  --radius: 8px;
  --radius-lg: 14px;
  --radius-xl: 20px;

  --container: 1240px;
  --header-h: 108px;
}

/* 3. Typografia */
h1, h2, h3, h4, h5 {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 0.5em;
  color: var(--c-text);
}

h1 {
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

h3 { font-size: clamp(1.4rem, 2.2vw, 1.7rem); font-weight: 500; }
h4 { font-size: 1.15rem; font-weight: 500; }

p {
  margin: 0 0 1em;
  color: var(--c-text);
  font-size: 1rem;
  line-height: 1.65;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-text);
  margin-bottom: 24px;
}

.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-teal);
}

.bg-dark .eyebrow,
.dark-section .eyebrow,
.cta-section .eyebrow,
.speakers-section .eyebrow { color: var(--c-white); }

/* 4. Layout */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

section { padding: 90px 0; }

.bg-dark {
  background: var(--c-dark);
  color: var(--c-white);
}

.bg-dark p { color: rgba(255,255,255,0.78); }
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 { color: var(--c-white); }

.bg-soft { background: var(--c-bg-soft); }

/* Section transition gradient (jak w referencji Bullish) */
.section-transition {
  height: 380px;
  background: linear-gradient(
    180deg,
    #FFFFFF 0%,
    #DCE3E5 35%,
    #4A6168 65%,
    var(--c-dark) 100%
  );
  margin: 0;
  padding: 0;
}

/* 5. Przyciski */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 4px;
  font-family: inherit;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary {
  background: var(--c-white);
  color: var(--c-dark);
}

.btn-primary:hover {
  background: var(--c-teal);
  color: var(--c-dark);
  transform: translateY(-1px);
}

.btn-dark {
  background: var(--c-dark);
  color: var(--c-white);
}

.btn-dark:hover {
  background: var(--c-teal);
  color: var(--c-dark);
}

.btn-teal {
  background: var(--c-teal);
  color: var(--c-dark);
}

.btn-teal:hover {
  background: var(--c-white);
  color: var(--c-dark);
}

.btn-outline {
  background: transparent;
  color: var(--c-white);
  border: 1px solid rgba(255,255,255,0.4);
}

.btn-outline:hover {
  background: var(--c-white);
  color: var(--c-dark);
  border-color: var(--c-white);
}

/* 6. Header & Nawigacja */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: transparent;
  transition: background 0.3s ease, height 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.scrolled,
.site-header.solid {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(14,26,31,0.06);
  height: 84px;
}

/* Mobile: utrzymaj bazową wysokość headera w stanie scrolled,
   zmiana wysokości na małym ekranie powoduje wizualny skok.
   Pozwalamy zmienić się tylko tłu i logo. */
@media (max-width: 860px) {
  .site-header.scrolled,
  .site-header.solid { height: var(--header-h); }
}

/* KRYTYCZNE: kiedy menu mobilne jest otwarte, header NIE może mieć
   backdrop-filter ani filter ani transform — te właściwości tworzą
   nowy containing block, przez co potomek z position:fixed (.main-nav.open)
   jest pozycjonowany względem headera, nie viewportu, i menu pojawia się
   tylko w wąskim pasku zamiast pełnoekranowo. */
.site-header.menu-open {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: var(--c-dark);
  border-bottom-color: transparent;
}

.site-header.menu-open .logo .logo-icon {
  filter:
    drop-shadow(0 0 18px rgba(255,255,255,0.5))
    drop-shadow(0 0 6px rgba(255,255,255,0.7));
}
.site-header.menu-open .logo .logo-text {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 8px rgba(255,255,255,0.35));
}
.site-header.menu-open .hamburger span { background: var(--c-white); }

.header-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 500;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--c-white);
  transition: color 0.3s ease;
}

.logo img {
  display: block;
  width: auto;
  transition: height 0.3s ease, filter 0.3s ease;
}

.logo .logo-icon {
  height: 76px;
  filter:
    drop-shadow(0 0 18px rgba(255,255,255,0.5))
    drop-shadow(0 0 6px rgba(255,255,255,0.7));
}

.logo .logo-text {
  height: 36px;
  transform: translateY(7px);
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 8px rgba(255,255,255,0.35));
}

.site-header.scrolled .logo,
.site-header.solid .logo { color: var(--c-dark); }

.site-header.scrolled .logo .logo-icon,
.site-header.solid .logo .logo-icon {
  height: 60px;
  filter: none;
}

.site-header.scrolled .logo .logo-text,
.site-header.solid .logo .logo-text {
  height: 28px;
  transform: translateY(5px);
  filter: none;
}

.site-footer .logo .logo-icon {
  height: 72px;
  filter:
    drop-shadow(0 0 16px rgba(255,255,255,0.45))
    drop-shadow(0 0 6px rgba(255,255,255,0.6));
}

.site-footer .logo .logo-text {
  height: 32px;
  transform: translateY(6px);
  filter:
    brightness(0) invert(1)
    drop-shadow(0 0 8px rgba(255,255,255,0.3));
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  margin-right: 24px;
}

.main-nav a {
  position: relative;
  padding: 8px 16px;
  color: rgba(255,255,255,0.85);
  font-size: 0.93rem;
  font-weight: 400;
  border-radius: 4px;
  transition: color 0.2s ease, background 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--c-teal);
}

.site-header.scrolled .main-nav a,
.site-header.solid .main-nav a { color: var(--c-text); }

.site-header.scrolled .main-nav a:hover,
.site-header.scrolled .main-nav a.active,
.site-header.solid .main-nav a:hover,
.site-header.solid .main-nav a.active { color: var(--c-teal-deep); }

.header-cta {
  padding: 10px 22px;
  font-size: 0.9rem;
  border-radius: 4px;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 110;
  margin-left: auto;
}

.hamburger span {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  height: 1.5px;
  background: var(--c-white);
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease, background 0.3s ease;
}

.site-header.scrolled .hamburger span,
.site-header.solid .hamburger span { background: var(--c-dark); }

.hamburger span:nth-child(1) { top: 16px; }
.hamburger span:nth-child(2) { top: 22px; }
.hamburger span:nth-child(3) { top: 28px; }

.hamburger.active span,
.site-header.scrolled .hamburger.active span,
.site-header.solid .hamburger.active span,
.site-header.menu-open .hamburger span {
  background: var(--c-white);
}
.hamburger.active span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* 7. Hero */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  color: var(--c-white);
  overflow: hidden;
  padding: calc(var(--header-h) + 60px) 0 80px;
  background: var(--c-dark);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: brightness(0.72) saturate(0.85) contrast(1.02);
  transform: scale(1.04);
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,26,31,0.35) 0%, rgba(14,26,31,0) 30%, rgba(14,26,31,0.45) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(14,26,31,0.1) 0%, rgba(14,26,31,0.35) 30%, rgba(14,26,31,0.78) 65%, rgba(14,26,31,0.9) 100%),
    radial-gradient(ellipse 60% 80% at 18% 50%, rgba(77,223,184,0.25) 0%, rgba(43,184,146,0.1) 45%, transparent 70%),
    radial-gradient(ellipse 45% 60% at 92% 95%, rgba(43,184,146,0.22) 0%, transparent 60%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.hero-text {
  max-width: 720px;
  margin-left: auto;
}

.hero-meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-bottom: 24px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.92);
  letter-spacing: 0.02em;
}

.hero-meta-top span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-meta-top span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-teal);
}

.hero h1 {
  color: var(--c-white);
  margin-bottom: 28px;
  letter-spacing: -0.025em;
  text-shadow: 0 2px 18px rgba(14,26,31,0.4);
}

.hero-lead {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: rgba(255,255,255,0.86);
  max-width: 540px;
  margin-bottom: 36px;
  line-height: 1.6;
  text-shadow: 0 1px 10px rgba(14,26,31,0.3);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* 7b. Hero meta — miejsce i czas */
.hero-meta {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.hero-meta li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(77,223,184,0.22);
  border-radius: 10px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: var(--c-white);
  font-size: 0.95rem;
  line-height: 1.3;
}

.hero-meta li strong {
  display: block;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--c-white);
  font-size: 1rem;
}

.hero-meta .hero-meta-sub {
  display: block;
  color: var(--c-teal);
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  margin-top: 2px;
}

.hero-meta-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(77,223,184,0.18);
  border: 1px solid rgba(77,223,184,0.4);
  flex-shrink: 0;
}

.hero-meta-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--c-teal);
}

/* 8. Why Attend / Co weźmiesz */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.why-card {
  padding: 48px 36px 40px;
  background: var(--c-bg-soft);
  border-radius: var(--radius-lg);
  transition: background 0.3s ease, transform 0.3s ease;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 14px;
}

.why-card:hover {
  background: var(--c-bg-soft-2);
}

.why-card h3 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--c-dark);
  letter-spacing: -0.01em;
  min-height: 2.4em;
  display: flex;
  align-items: flex-start;
}

.why-card p {
  font-size: 0.92rem;
  color: var(--c-teal-deep);
  line-height: 1.6;
  margin: 0;
  align-self: start;
}

.section-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: end;
}

.section-intro h2,
.section-intro .section-headline {
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.025em;
}

/* Tekst stylowany jak h2, ale semantycznie nie-nagłówkowy
   (używany np. w sekcji #highlights, gdzie nie chcemy duplikatu
   wartości informacyjnej z kart liczb pod spodem). */
.section-headline {
  font-family: 'Instrument Sans', sans-serif;
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--c-text);
  margin: 0 0 0.5em;
}

/* 9. Agenda — split layout */
.agenda-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.agenda-text h2 {
  margin-bottom: 24px;
}

.agenda-text > p {
  font-size: 1rem;
  margin-bottom: 36px;
  max-width: 480px;
  color: var(--c-text);
}

.agenda-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--c-border);
}

.agenda-list li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--c-border);
  position: relative;
}

.agenda-list li::before {
  content: '';
  position: absolute;
  left: -16px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-teal);
}

.agenda-time {
  font-weight: 600;
  color: var(--c-dark);
  letter-spacing: 0.01em;
  font-size: 0.95rem;
}

.agenda-desc {
  color: var(--c-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

.agenda-desc small {
  display: block;
  color: var(--c-text-muted);
  font-size: 0.85rem;
  margin-top: 2px;
}

.agenda-list li.is-break .agenda-time { color: var(--c-text-muted); font-weight: 500; }
.agenda-list li.is-break .agenda-desc { color: var(--c-text-muted); font-style: italic; }
.agenda-list li.is-break::before { background: var(--c-border); }

.agenda-photo {
  border-radius: var(--radius-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}

.agenda-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 10. Speakers — DARK section z wbudowanym gradientem (top fade) */
.speakers-section {
  position: relative;
  padding: 150px 0 90px;
  color: var(--c-white);
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 70% at 30% 95%, rgba(77,223,184,0.14) 0%, transparent 55%),
    linear-gradient(180deg,
      #FFFFFF 0%,
      #A9B5B9 12%,
      #3A4F56 24%,
      var(--c-dark) 38%,
      var(--c-dark) 100%);
}

.speakers-section h2 { color: var(--c-white); }
.speakers-section p { color: rgba(255,255,255,0.78); }

.speakers-list {
  display: grid;
  gap: 18px;
  margin-top: 60px;
}

.speaker-row {
  display: grid;
  grid-template-columns: 220px 1fr 1.4fr;
  gap: 40px;
  align-items: center;
  background: var(--c-dark-2);
  color: var(--c-white);
  padding: 28px;
  border-radius: var(--radius-lg);
  transition: transform 0.3s ease, background 0.3s ease;
  border: 1px solid rgba(255,255,255,0.04);
}

.speaker-row:hover {
  transform: translateY(-2px);
  background: var(--c-dark-3);
}

.speaker-row.is-host {
  background: var(--c-dark-3);
  border-color: rgba(77,223,184,0.25);
}

.speaker-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--c-dark-3);
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(0.05);
}

.speaker-name h3 {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--c-white);
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.1;
}

.speaker-role {
  color: var(--c-teal);
  font-size: 0.95rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.01em;
}

.speaker-host-tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-teal);
  margin-bottom: 10px;
  font-weight: 500;
}

.speaker-bio {
  color: var(--c-teal);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
  font-weight: 400;
}

/* Bio wrapper + link do strony eksperta */
.speaker-bio-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.speaker-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--c-teal);
  padding: 8px 14px;
  border: 1px solid rgba(77,223,184,0.35);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.speaker-link:hover {
  background: rgba(77,223,184,0.14);
  color: var(--c-white);
  border-color: var(--c-teal);
}

.speaker-link span {
  font-weight: 400;
  transition: transform 0.2s ease;
}

.speaker-link:hover span { transform: translateX(2px); }

/* Experts panel divider — sekcja panelu w prelegentach */
.experts-divider {
  margin: 64px 0 28px;
  padding-top: 56px;
  border-top: 1px solid rgba(255,255,255,0.12);
  text-align: left;
}

.experts-divider .eyebrow { color: var(--c-white); margin-bottom: 18px; }

.experts-divider h3 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 400;
  color: var(--c-white);
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 760px;
  line-height: 1.2;
}

.experts-list { margin-top: 24px; }

/* 11. Highlights / liczby — układ 3 kafle u góry, foto (2x2) + 2 kafle */
.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 18px;
  margin-top: 60px;
}

.highlight {
  padding: 38px 32px;
  background: var(--c-bg-soft);
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-rows: auto auto 1fr;
  row-gap: 12px;
  transition: background 0.3s ease;
}

.highlight:hover { background: var(--c-bg-soft-2); }

.highlight-num {
  font-family: 'Instrument Sans', sans-serif;
  font-size: clamp(2.6rem, 4.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
  color: var(--c-dark);
  letter-spacing: -0.03em;
  min-height: 1em;
}

.highlight-label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-dark);
  margin-bottom: 0;
  min-height: 1.5em;
}

.highlight-desc {
  font-size: 0.88rem;
  color: var(--c-teal-deep);
  line-height: 1.55;
  margin: 0;
  align-self: start;
}

.highlight.is-photo {
  padding: 0;
  overflow: hidden;
  grid-column: span 2;
  grid-row: span 2;
  background: var(--c-dark);
  min-height: 420px;
}

.highlight.is-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 11b. Partners */
.partners-section {
  background: var(--c-bg-soft);
  padding: 90px 0;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 56px;
}

.partners-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.partners-grid--5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo {
  display: grid;
  place-items: center;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 20px 22px;
  min-height: 150px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.partner-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(77,223,184,0.4);
  box-shadow: var(--shadow-md);
}

.partner-logo img {
  width: 100%;
  height: 130px;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  opacity: 0.9;
  transition: opacity 0.3s ease, filter 0.3s ease;
  filter: grayscale(0.85);
}

.partner-logo--sm img { padding: 37px 0; }

.partner-logo:hover img {
  opacity: 1;
  filter: grayscale(0);
}

/* 12. CTA / Lock in your spot — gradient wbudowany w moduł */
.cta-section {
  position: relative;
  color: var(--c-white);
  padding: 150px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 70% at 30% 80%, rgba(77,223,184,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 60% at 80% 90%, rgba(43,184,146,0.12) 0%, transparent 55%),
    linear-gradient(180deg,
      #FFFFFF 0%,
      #DCE3E5 18%,
      #4A6168 35%,
      var(--c-dark) 55%,
      var(--c-dark) 100%);
}

.cta-section .container { position: relative; z-index: 1; }

.cta-section h2 {
  color: var(--c-white);
  font-weight: 400;
  max-width: 900px;
  letter-spacing: -0.02em;
  margin-bottom: 36px;
  line-height: 1.25;
}

/* 13. Kontakt */
.contact-section {
  padding: 120px 0 60px;
  background: var(--c-bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-info-list { display: grid; gap: 20px; }

.contact-info-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--c-border);
}

.contact-info-card:last-child { border-bottom: 0; }

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--c-bg-soft);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.contact-icon svg { width: 18px; height: 18px; stroke: var(--c-dark); fill: none; }

.contact-info-card h3 {
  margin: 0 0 4px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  font-weight: 500;
}

.contact-info-card p,
.contact-info-card a {
  margin: 0;
  font-size: 1rem;
  color: var(--c-text);
  line-height: 1.55;
}

.contact-info-card a:hover { color: var(--c-teal-deep); }

.form-card {
  padding: 0;
  background: transparent;
}

.form-card h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}

.form-card .form-lead {
  color: var(--c-text-muted);
  font-size: 0.95rem;
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.form-field { margin-bottom: 14px; }

.form-field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--c-text);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.form-field input,
.form-field textarea {
  width: 100%;
  padding: 14px 0;
  border: 0;
  border-bottom: 1.5px solid var(--c-border);
  font-family: inherit;
  font-size: 1rem;
  color: var(--c-text);
  background: transparent;
  transition: border-color 0.2s ease;
  border-radius: 0;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--c-teal);
}

.form-field textarea { min-height: 110px; resize: vertical; }

.form-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 0.82rem;
  color: var(--c-text-muted);
  line-height: 1.5;
  margin: 18px 0 26px;
}

.form-consent input { margin-top: 3px; flex-shrink: 0; accent-color: var(--c-teal-deep); }
.form-consent a { color: var(--c-teal-deep); text-decoration: underline; }

.form-success,
.form-error {
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 0.92rem;
  margin-bottom: 18px;
}

.form-success { background: rgba(77,223,184,0.12); color: var(--c-teal-deep); border: 1px solid rgba(77,223,184,0.3); }
.form-error { background: rgba(220,80,80,0.08); color: #b73a3a; border: 1px solid rgba(220,80,80,0.25); }

/* Wymagane pola — gwiazdka */
.form-req {
  color: #b73a3a;
  margin-left: 2px;
  font-weight: 600;
}

/* Stan błędu na poszczególnych polach */
.form-field input.is-invalid,
.form-field textarea.is-invalid {
  border-bottom-color: #b73a3a;
}

.form-field input.is-invalid:focus,
.form-field textarea.is-invalid:focus {
  border-bottom-color: #b73a3a;
}

.form-error-msg {
  display: none;
  font-size: 0.78rem;
  color: #b73a3a;
  margin-top: 6px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.form-error-msg.visible {
  display: block;
}

.form-error-msg--consent {
  display: none;
  margin-top: -12px;
  margin-bottom: 12px;
  padding-left: 28px;
}

.form-error-msg--consent.visible {
  display: block;
}

/* Stan błędu na checkboxie RODO */
.form-consent.is-invalid input {
  outline: 2px solid #b73a3a;
  outline-offset: 2px;
}

/* Przycisk submit — stan ładowania */
.form-submit-btn {
  position: relative;
}

.form-submit-btn .form-submit-loading {
  display: none;
}

.form-submit-btn.is-loading {
  pointer-events: none;
  opacity: 0.7;
}

.form-submit-btn.is-loading .form-submit-label {
  display: none;
}

.form-submit-btn.is-loading .form-submit-loading {
  display: inline;
}

/* 14. Footer */
.site-footer {
  background: var(--c-dark);
  color: rgba(255,255,255,0.65);
  padding: 60px 0 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  align-items: start;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer-left .logo {
  color: var(--c-white);
  margin-bottom: 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  padding-left: 64px;
}

.footer-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: color 0.25s ease;
}

.footer-contact-item .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(77,223,184,0.12);
  border: 1px solid rgba(77,223,184,0.25);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.footer-contact-item:hover .icon {
  background: rgba(77,223,184,0.22);
  border-color: rgba(77,223,184,0.5);
}

.footer-contact-item .icon svg {
  width: 14px;
  height: 14px;
  stroke: var(--c-teal);
  fill: none;
}

.footer-phone {
  display: inline-block;
  font-family: 'Instrument Sans', sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  letter-spacing: -0.005em;
  line-height: 1.3;
  white-space: nowrap;
  transition: color 0.25s ease;
}

.footer-phone:hover { color: var(--c-teal); }

.footer-email {
  font-family: 'Instrument Sans', sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 500;
  color: var(--c-white);
  letter-spacing: -0.015em;
  line-height: 1.2;
  white-space: nowrap;
  margin: 0;
  max-width: 100%;
  transition: color 0.25s ease;
}

.footer-email:hover { color: var(--c-teal); }

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-self: end;
  text-align: right;
}

.footer-col .footer-col-title {
  font-family: 'Instrument Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.5);
  margin: 0 0 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: right;
}

.footer-col p,
.footer-col a {
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.footer-col a:hover { color: var(--c-teal); }

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.footer-bottom {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.footer-bottom a:hover { color: var(--c-teal); }

/* 15. Cookie notice */
.cookie-notice {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 540px;
  margin: 0 auto;
  background: var(--c-dark);
  color: var(--c-white);
  padding: 22px 26px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(77,223,184,0.18);
  z-index: 200;
  display: none;
  align-items: center;
  gap: 18px;
}

.cookie-notice.visible { display: flex; animation: cookieIn 0.4s ease; }

@keyframes cookieIn {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.cookie-notice p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
  flex: 1;
}

.cookie-notice a { color: var(--c-teal); text-decoration: underline; }

.cookie-btn {
  padding: 10px 22px;
  background: var(--c-teal);
  color: var(--c-dark);
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.88rem;
  flex-shrink: 0;
  font-family: inherit;
}

.cookie-btn:hover { background: var(--c-white); }

/* 16. Page header (privacy) */
.page-header {
  position: relative;
  padding: calc(var(--header-h) + 80px) 0 80px;
  background: var(--c-dark);
  color: var(--c-white);
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(77,223,184,0.16) 0%, transparent 60%);
  pointer-events: none;
}

.page-header > .container { position: relative; z-index: 1; }

.page-header h1 {
  margin-bottom: 12px;
  color: var(--c-white);
}

.page-header .eyebrow { color: var(--c-white); }

.breadcrumbs {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 24px;
}

.breadcrumbs a:hover { color: var(--c-teal); }
.breadcrumbs span { margin: 0 8px; opacity: 0.5; }

/* 17. Polityka prywatności */
.legal-content {
  max-width: 880px;
  margin: 0 auto;
}

.legal-content h2 {
  margin-top: 56px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--c-text);
  letter-spacing: -0.01em;
}

.legal-content h2:first-child { margin-top: 0; }

.legal-content p,
.legal-content li {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--c-text);
}

.legal-content ol,
.legal-content ul {
  padding-left: 24px;
  margin-bottom: 18px;
}

.legal-content li { margin-bottom: 10px; }

.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.9rem;
  background: var(--c-bg-soft);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.legal-content th,
.legal-content td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--c-border);
  vertical-align: top;
}

.legal-content th {
  background: var(--c-dark);
  color: var(--c-white);
  font-weight: 500;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-content tr:last-child td { border-bottom: 0; }

.legal-content a { color: var(--c-teal-deep); text-decoration: underline; }

/* 18. Animacje przy scroll */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.21,.86,.36,1);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll.delay-1 { transition-delay: 0.08s; }
.animate-on-scroll.delay-2 { transition-delay: 0.16s; }
.animate-on-scroll.delay-3 { transition-delay: 0.24s; }
.animate-on-scroll.delay-4 { transition-delay: 0.32s; }

/* 19. Media Queries */

/* Large tablets / small laptops */
@media (max-width: 1100px) {
  section { padding: 100px 0; }
  .container, .header-inner { padding: 0 28px; }
  .agenda-grid { grid-template-columns: 1fr; gap: 48px; }
  .agenda-photo { max-height: 540px; aspect-ratio: 4/3; }
  .speaker-row { grid-template-columns: 180px 1fr 1.2fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; gap: 56px; }
  .footer-top { grid-template-columns: 1fr; gap: 48px; }
  .why-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .partners-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 18px; max-width: 720px; }
  .partners-grid--5 { grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 720px; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .section-transition { height: 280px; }
  .why-card { min-height: 320px; }
}

/* Tablets — portrait */
@media (max-width: 860px) {
  :root { --header-h: 92px; }

  .hero-meta {
    gap: 10px;
    margin-bottom: 26px;
  }
  .hero-meta li {
    width: 100%;
    padding: 12px 16px;
    font-size: 0.9rem;
  }
  .hero-meta li strong { font-size: 0.95rem; }
  .hero-meta .hero-meta-sub { font-size: 0.78rem; }
  .hero-meta-icon { width: 32px; height: 32px; }
  .hero-meta-icon svg { width: 14px; height: 14px; }

  .experts-divider {
    margin: 40px 0 18px;
    padding-top: 36px;
    text-align: center;
  }
  .experts-divider .eyebrow { margin-bottom: 12px; }
  .experts-divider h3 {
    margin: 0 auto;
    font-size: clamp(1.2rem, 4.4vw, 1.6rem);
  }
  .experts-list { margin-top: 18px; }
  section { padding: 48px 0; }
  .speakers-section {
    padding: 110px 0 52px;
    background:
      radial-gradient(ellipse 70% 60% at 50% 95%, rgba(77,223,184,0.14) 0%, transparent 55%),
      linear-gradient(180deg,
        #FFFFFF 0%,
        #A9B5B9 14%,
        #3A4F56 28%,
        var(--c-dark) 42%,
        var(--c-dark) 100%);
  }
  .cta-section {
    padding: 110px 0 52px;
    background:
      radial-gradient(ellipse 70% 60% at 50% 90%, rgba(77,223,184,0.18) 0%, transparent 55%),
      linear-gradient(180deg,
        #FFFFFF 0%,
        #DCE3E5 22%,
        #4A6168 42%,
        var(--c-dark) 60%,
        var(--c-dark) 100%);
  }
  .contact-section { padding: 56px 0 32px; }

  .container, .header-inner { padding: 0 22px; }

  h1 { font-size: clamp(2rem, 7vw, 2.8rem); }
  h2 { font-size: clamp(1.65rem, 5.2vw, 2.2rem); }

  .main-nav,
  .header-cta { display: none; }
  .hamburger { display: block; }

  .main-nav.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    position: fixed;
    inset: 0;
    background: var(--c-dark);
    padding: calc(var(--header-h) + 24px) 24px 32px;
    z-index: 105;
    overflow-y: auto;
    margin: 0;
  }

  .main-nav.open a,
  .site-header.scrolled .main-nav.open a,
  .site-header.solid .main-nav.open a {
    padding: 16px 18px;
    font-size: 1.1rem;
    border-radius: 4px;
    color: var(--c-white);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  /* Aktywny link w otwartym menu — teal na ciemnym tle.
     Wyższa specyficzność, żeby pokonać .site-header.scrolled .main-nav a.active */
  .main-nav.open a.active,
  .site-header.scrolled .main-nav.open a.active,
  .site-header.solid .main-nav.open a.active {
    color: var(--c-teal);
  }

  .hero {
    min-height: auto;
    padding: calc(var(--header-h) + 28px) 0 44px;
    background:
      radial-gradient(ellipse 80% 50% at 20% 20%, rgba(77,223,184,0.18) 0%, transparent 60%),
      radial-gradient(ellipse 70% 50% at 90% 95%, rgba(43,184,146,0.14) 0%, transparent 60%),
      linear-gradient(160deg, var(--c-dark) 0%, var(--c-dark-2) 60%, var(--c-dark) 100%);
  }
  .hero-bg { display: none; }
  .hero h1 {
    margin-bottom: 18px;
  }
  .hero-text { max-width: 100%; margin: 0; }
  .hero-lead {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .why-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 36px; }
  .partners-section { padding: 48px 0; }
  .partners-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 32px; }
  .partners-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .partners-grid--5 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .partner-logo { padding: 16px 16px; min-height: 130px; }
  .partner-logo img { height: 108px; padding: 0; }
  .partner-logo--sm img { padding: 30px 0; }
  .why-card {
    padding: 24px 22px;
    min-height: auto;
    grid-template-rows: auto auto;
    row-gap: 10px;
  }
  .why-card h3 { min-height: auto; }

  .agenda-grid { gap: 32px; }
  .agenda-text > p { margin-bottom: 20px; }
  .agenda-list li { grid-template-columns: 80px 1fr; gap: 14px; padding: 14px 0; }
  .agenda-list li::before { display: none; }
  .agenda-time { font-size: 0.88rem; }
  .agenda-desc { font-size: 0.9rem; }
  .agenda-desc small { font-size: 0.82rem; }

  .speakers-list { margin-top: 36px; gap: 14px; }
  .speaker-row {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 22px 24px;
    text-align: center;
    align-items: center;
    justify-items: center;
  }

  .speaker-photo { max-width: 180px; width: 180px; aspect-ratio: 1; margin: 0 auto; }
  .speaker-name { width: 100%; }
  .speaker-name h3 { text-align: center; }
  .speaker-role { text-align: center; }
  .speaker-bio { text-align: center; max-width: 480px; margin: 0 auto; }
  .speaker-bio-wrap { align-items: center; width: 100%; }
  .speaker-link { align-self: center; }

  .highlights {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    grid-auto-rows: auto;
    margin-top: 36px;
  }
  .highlight {
    padding: 22px 20px;
    grid-template-rows: auto auto auto;
    row-gap: 8px;
  }
  .highlight.is-photo { grid-column: span 2; grid-row: auto; min-height: 220px; padding: 0; }

  .form-row { grid-template-columns: 1fr; }

  .site-footer { text-align: center; }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 28px;
    align-items: center;
    justify-items: center;
  }
  .footer-left { align-items: center; width: 100%; }
  .footer-contact { padding-left: 0; align-items: center; gap: 12px; }
  .footer-right { justify-self: center; align-items: center; text-align: center; }
  .footer-col .footer-col-title { text-align: center; }
  .footer-col ul { align-items: center; }
  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
  .footer-email { font-size: 1.15rem; }
  .footer-phone { font-size: 1rem; }

  .cookie-notice { flex-direction: column; align-items: stretch; left: 14px; right: 14px; bottom: 14px; }
  .cookie-btn { width: 100%; }

  .section-transition { height: 220px; }

  .legal-content table { font-size: 0.82rem; display: block; overflow-x: auto; }
  .legal-content th, .legal-content td { padding: 10px 12px; }
}

/* Phones */
@media (max-width: 560px) {
  :root { --header-h: 80px; }

  .hero-meta { gap: 8px; margin-bottom: 22px; }
  .hero-meta li { padding: 10px 14px; gap: 10px; }
  .hero-meta li strong { font-size: 0.9rem; }
  .hero-meta .hero-meta-sub { font-size: 0.74rem; }
  .hero-meta-icon { width: 28px; height: 28px; }
  .hero-meta-icon svg { width: 13px; height: 13px; }

  .experts-divider { margin: 32px 0 14px; padding-top: 28px; }
  .experts-divider h3 { font-size: 1.15rem; }
  section { padding: 36px 0; }
  .container, .header-inner { padding: 0 18px; }

  h1 { font-size: clamp(1.85rem, 8vw, 2.4rem); line-height: 1.15; }
  h2 { font-size: clamp(1.5rem, 6.4vw, 2rem); }

  .hero { padding: calc(var(--header-h) + 24px) 0 36px; }
  .hero-lead { font-size: 0.95rem; margin-bottom: 22px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn { width: 100%; justify-content: center; }

  .why-grid { margin-top: 28px; }
  .why-card { padding: 22px 20px; }
  .why-card h3 { font-size: 1.2rem; }

  .agenda-list li { grid-template-columns: 70px 1fr; gap: 12px; padding: 12px 0; }

  .speaker-row { padding: 20px; gap: 12px; }
  .speaker-photo { max-width: 140px; }
  .speaker-name h3 { font-size: 1.4rem; }
  .speaker-bio { font-size: 0.88rem; }
  .speakers-list { margin-top: 28px; gap: 12px; }

  .partners-section { padding: 36px 0; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 24px; }
  .partners-grid--4 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .partners-grid--5 { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .partner-logo { padding: 14px 14px; min-height: 118px; }
  .partner-logo img { height: 96px; padding: 0; }
  .partner-logo--sm img { padding: 27px 0; }

  .highlights { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
  .highlight { padding: 20px 18px; min-height: auto; }
  .highlight.is-photo { grid-column: auto; min-height: 200px; }
  .highlight-num { font-size: clamp(2rem, 11vw, 2.8rem); }

  .cta-section { padding: 90px 0 44px; }
  .cta-section h2 { margin-bottom: 22px; }
  .speakers-section { padding: 90px 0 44px; }
  .speaker-row { text-align: center; align-items: center; }
  .speaker-photo { margin: 0 auto; }

  .contact-section { padding: 44px 0 24px; }
  .contact-grid { gap: 28px; }
  .form-card h3 { font-size: 1.3rem; margin-bottom: 4px; }
  .form-card .form-lead { font-size: 0.88rem; margin-bottom: 18px; }
  .form-field { margin-bottom: 10px; }
  .form-field label { font-size: 0.74rem; margin-bottom: 4px; }
  .form-field input { padding: 10px 0; font-size: 0.95rem; }
  .form-field textarea { min-height: 70px; padding: 10px 0; font-size: 0.95rem; }
  .form-row { gap: 8px; margin-bottom: 10px; }
  .form-consent { font-size: 0.76rem; margin: 14px 0 18px; }
  .form-card .btn { padding: 12px 22px; font-size: 0.92rem; }

  .footer-phone { font-size: 1rem; }
  .site-footer { padding: 50px 0 24px; }
  .footer-top { padding-bottom: 28px; gap: 22px; }

  .section-transition { height: 180px; }

  .page-header { padding: calc(var(--header-h) + 50px) 0 56px; }
  .legal-content h2 { font-size: 1.25rem; margin-top: 40px; }

  .form-consent { font-size: 0.78rem; }
}

/* Tablet logo size */
@media (max-width: 860px) {
  .logo { gap: 10px; }
  .logo .logo-icon { height: 56px; }
  .logo .logo-text { height: 26px; transform: translateY(5px); }
  .site-header.scrolled .logo .logo-icon,
  .site-header.solid .logo .logo-icon { height: 48px; }
  .site-header.scrolled .logo .logo-text,
  .site-header.solid .logo .logo-text { height: 22px; transform: translateY(4px); }
  .site-footer .logo .logo-icon { height: 60px; }
  .site-footer .logo .logo-text { height: 28px; transform: translateY(5px); }
}

/* Phone logo size */
@media (max-width: 560px) {
  .logo { gap: 8px; }
  .logo .logo-icon { height: 46px; }
  .logo .logo-text { height: 22px; transform: translateY(4px); }
  .site-header.scrolled .logo .logo-icon,
  .site-header.solid .logo .logo-icon { height: 40px; }
  .site-header.scrolled .logo .logo-text,
  .site-header.solid .logo .logo-text { height: 18px; transform: translateY(3px); }
  .site-footer .logo .logo-icon { height: 50px; }
  .site-footer .logo .logo-text { height: 24px; transform: translateY(4px); }
}

/* Very small phones */
@media (max-width: 380px) {
  :root { --header-h: 72px; }
  section { padding: 28px 0; }
  .container, .header-inner { padding: 0 14px; }
  h1 { font-size: 1.65rem; line-height: 1.18; }
  .hero { padding: calc(var(--header-h) + 20px) 0 30px; }
  .hero-lead { font-size: 0.92rem; margin-bottom: 18px; }
  .speakers-section { padding: 80px 0 36px; }
  .cta-section { padding: 80px 0 36px; }
  .contact-section { padding: 36px 0 20px; }
  .logo { gap: 6px; }
  .logo .logo-icon { height: 38px; }
  .logo .logo-text { height: 18px; transform: translateY(3px); }
  .site-header.scrolled .logo .logo-icon,
  .site-header.solid .logo .logo-icon { height: 34px; }
  .site-header.scrolled .logo .logo-text,
  .site-header.solid .logo .logo-text { height: 16px; transform: translateY(2px); }
  .site-footer .logo .logo-icon { height: 42px; }
  .site-footer .logo .logo-text { height: 20px; transform: translateY(3px); }
  .header-cta { display: none; }
  .footer-email { font-size: 0.98rem; }
  .footer-phone { font-size: 0.92rem; }
  .speaker-row { padding: 16px; }
  .why-card { padding: 18px 16px; }
  .highlight { padding: 16px 14px; }
}

/* 20. Print */
@media print {
  .site-header, .site-footer, .cookie-notice, .hero-actions, .form-card { display: none; }
  body { color: #000; background: #fff; }
  .hero, .bg-dark, .speakers-section, .cta-section, .site-footer { background: #fff !important; color: #000 !important; }
  .section-transition { display: none; }
}
