/* ============================================================
   BUSINESS & BEAUTY MINDSET Conference 2026 — landing
   ============================================================ */
html {
  scroll-padding-top: 90px;
}
.bbm-bg-shape {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.br-mobile {
  display: none;
}

.lose__dots {
  display: none;
}

.bbm-bg-shape::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/TŁO_NIE_MUSISZ_PRACOWAC.png");
  background-size: 100% auto;
  z-index: 0;
  pointer-events: none;
  background-position: center -60px;
  background-repeat: no-repeat;
  margin-top: 27px;
}

.bbm-bg-shape>.section {
  position: relative;
  z-index: 1;
}

:root {
  --bg: #F4EFE8;
  --bordo: #6E1F2B;
  --bordo-dark: #6E1F2B;
  --cream: #FBF8F3;
  --rose: #F1DCD8;
  --olive: #8A9273;
  --sage: #DBD8C8;
  --gold: #BE9678;
  --ink: #221E1E;
  --muted: #5b5350;
  --green: #3E9B4F;
  --line: #e4d9c8;

  --maxw: 1440px;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 60px -30px rgba(60, 20, 25, .35);
  --ff: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ff-serif: "Cormorant Garamond", Georgia, serif;
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: var(--ff);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: var(--bg);
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block
}

a {
  color: inherit;
  text-decoration: none
}

h1,
h2,
h3,
h4,
p,
ul {
  margin: 0
}

ul {
  list-style: none;
  padding: 0
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}

.section {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-block: 20px
}

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 18px 30px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  line-height: 1;
}

.btn:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px
}

.btn--primary {
  background: var(--bordo);
  color: #fff
}

.btn--primary:hover {
  background: var(--bordo-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -12px rgba(110, 31, 43, .6)
}

.btn--light {
  background: var(--cream);
  color: var(--bordo)
}

.btn--light:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -14px rgba(0, 0, 0, .4)
}

.btn .spark {
  width: 16px;
  height: 16px;
  flex: 0 0 auto
}

.btn--primary .spark {
  fill: var(--gold)
}

.btn--light .spark {
  fill: var(--bordo)
}

/* ---------- header ---------- */

.site-header {
  max-width: 1440px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  z-index: 1000;
  background: var(--bg);
  backdrop-filter: blur(10px);
  width: 100%;
}

.site-header .container {
  max-width: 1440px;
  display: flex;
  padding: 0 60px;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.nav {
  display: flex;
  gap: 44px
}

.nav a {
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bordo);
  padding: 6px 0;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 0;
  background: var(--gold);
  transition: width .2s
}

.nav a:hover::after {
  width: 100%
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  color: var(--bordo)
}

.nav-toggle svg {
  width: 26px;
  height: 26px
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  max-width: 1440px;
  height: 720px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--bg);
  margin-top: 78px;

}

.hero__media {
  position: absolute;
  inset: 0;
  background: url("assets/hero.png") center center no-repeat;
  background-size: cover;
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      var(--bg) 0%,
      rgba(244, 239, 232, 0.98) 25%,
      rgba(244, 239, 232, 0.78) 43%,
      rgba(244, 239, 232, 0.08) 63%,
      rgba(244, 239, 232, 0) 100%);
}

.hero .container {
  position: relative;
  z-index: 1;
  padding-block: 50px 72px;
  min-height: 720px
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 585px) minmax(320px, 460px);
  align-items: center;
  min-height: 590px;
  position: relative;
}

.hero__star {
  position: absolute;
  width: 42px;
  height: auto;
  left: 520px;
  bottom: 22px;
  z-index: 3;
  pointer-events: none;
}

.hero__intro {
  max-width: 800px;
}

.hero__tagline {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 18px;
  color: var(--ink)
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 40px;
  margin-top: 30px
}

.hero__meta .mi {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500
}

.hero__meta .mi svg {
  width: 26px;
  height: 26px;
  stroke: var(--bordo);
  fill: none;
  flex: 0 0 auto
}

.hero__desc {
  max-width: 600px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 1rem
}

.hero__desc strong {
  color: var(--ink)
}

.hero__desc p+p {
  margin-top: 16px
}

.hero__cta {
  margin-top: 40px
}

.hero__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-self: start;
  align-self: center;
  width: 100%;
  max-width: 520px;
  margin-left: 10px;
  margin-top: 40px;

}

.pricecard {
  background: var(--cream);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 34px 34px;
  width: 330px;
  min-height: 220px;
  padding-bottom: 40px;
}

.seatscard {
  background: var(--cream);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 34px 42px;
  width: 500px;
  min-height: 170px;
  padding-top: 40px;
}

.pricecard .eyebrow,
.seatscard .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bordo);
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8rem
}

.pricecard .eyebrow svg,
.seatscard .eyebrow svg {
  width: 28px;
  height: 28px;
  stroke: var(--gold);
  fill: none
}

.price {
  margin: 18px 0 16px;
  display: flex;
  align-items: baseline;
  gap: 14px
}

.price .old {
  color: #9a9490;
  text-decoration: line-through;
  font-weight: 600;
  font-size: 1.2rem
}

.price .new {
  color: var(--bordo);
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1
}

.pricecard p {
  font-size: .92rem;
  color: var(--muted)
}

.pricecard p strong {
  color: var(--ink)
}

.pricecard p+p {
  margin-top: 14px
}

.seatscard .count {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 6px 0 10px
}

.seatscard .sub {
  font-weight: 600;
  font-size: .95rem
}

.seatscard .bar {
  height: 10px;
  border-radius: 99px;
  background: #e7e2d5;
  margin-top: 16px;
  overflow: hidden
}

.seatscard .bar>span {
  display: block;
  height: 100%;
  width: 40%;
  background: var(--olive);
  border-radius: 99px
}

/* ---------- band (icons) ---------- */

.band {
  background: var(--bg);
}

.band__grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(360px, 420px) 1fr;
  gap: 60px;
  padding-top: 20px;
  align-items: start;
}

.band__lead h3 {
  font-size: 1.05rem;
  font-weight: 600;
}

.band__lead .big {
  font-weight: 700;
  margin: 14px 0 8px;
}

.band__lead p {
  color: var(--muted);
  font-size: .98rem;
}

.band__right {
  position: relative;
  border-left: none;
}

.band__right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 1px;
  height: 112px;
  background: var(--gold);
}

.band__icons {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 46px;
  text-align: center;
  margin-bottom: 34px;
  max-width: 880px;
}

.band__icons .ic img {
  margin: 0 auto 14px;
}

.band__icons .ic span {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
  display: block;
}

.band__quote {
  position: relative;
  padding: 34px 58px 28px 58px;
}

.band__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.band__quote p {
  font-size: 18px;
  line-height: 1.45;
}

.band__quote .q {
  margin-top: 18px;
  font-size: 17px;
  font-weight: 700;
}

.band__quote .q b {
  color: var(--bordo);
}


/* ---------- co stracisz ---------- */

.lose__grid {
  display: grid;
  grid-template-columns: minmax(340px, 400px) 1fr;
  gap: 20px;
  align-items: start;
}

.h-black {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -.01em
}

.lose__head {
  width: 100%;
}

.lose__head .spark-lg {
  width: 40px;
  height: 34px;
  fill: var(--gold);
  margin-top: 24px
}

.lose__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px
}

.losecard {
  position: relative;
  border: 1px solid var(--gold);
  border-radius: var(--radius-sm);
  padding: 44px 22px 26px;
  background: transparent;
}

.losecard .num {
  position: absolute;
  top: -20px;
  left: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
}

.losecard:nth-child(1) .num {
  background: var(--sage);
  color: #5a5340
}

.losecard:nth-child(2) .num {
  background: var(--rose);
  color: #8a5560
}

.losecard:nth-child(3) .num {
  background: var(--gold)
}

.losecard:nth-child(4) .num {
  background: var(--bordo)
}

.losecard p {
  font-weight: 600;
  font-size: .98rem
}

.lose__risk {
  margin-top: 34px;
  font-size: 1.02rem
}

.lose__risk b {
  display: block
}

/* ---------- powstala ---------- */

.logo_co_stracisz {
  width: 260px;
  margin-left: 50px;
}

.arose__grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 48px;
  align-items: center
}

.arose__lockup .eyebrow {
  color: var(--bordo);
  font-weight: 600;
  letter-spacing: .14em;
  font-size: 1rem
}

.arose__lockup .m {
  font-family: var(--ff-serif);
  font-weight: 600;
  color: var(--gold);
  font-size: 3.6rem;
  line-height: .9;
  letter-spacing: .02em
}

.arose__lockup .c {
  color: var(--gold);
  letter-spacing: .34em;
  font-size: .86rem;
  font-weight: 500;
  margin-top: 6px
}

.arose__text {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

/* ---------- two options ---------- */

.opts {
  display: grid;
  grid-template-columns: 435px 682px;
  gap: 22px;
  position: relative;
  padding-top: 40px;
}

.opts__spark {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

/* największa */
.opts__spark--1 {
  width: 122px;
  top: 55px;
  right: 335px;
}

/* średnia */
.opts__spark--2 {
  width: 63px;
  top: 35px;
  right: 255px;
}

/* najmniejsza */
.opts__spark--3 {
  width: 45px;
  top: 210px;
  right: 310px;
}

.optcard {
  border-radius: var(--radius);
  padding: 44px 44px 40px;
  position: relative;
  overflow: visible
}

.optcard--left {
  background: var(--cream);
  max-width: 435px;
  width: 100%;
  max-height: 589px;
  height: 100%;
}

.optcard--right {
  background: var(--cream);
  max-width: 682px;
  width: 100%;
  max-height: 589px;
  height: 100%;
}

.optcard h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 22px
}

.optcard--right h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 22px
}

.optcard .lede {
  font-weight: 600;
  margin-bottom: 20px
}

.optcard--right .lede {
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 40px;
}

.optcard .note {
  color: var(--muted);
  margin-bottom: 22px
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}

.optcard--right .checklist li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 7px;

}

.checklist li svg {
  width: 22px;
  height: 22px;
  gap: 7px;
  flex: 0 0 auto;
}

.optcard--right .checklist li svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.check-green {
  stroke: var(--green)
}

.check-bordo {
  stroke: var(--bordo)
}

.optcard .btn {
  display: flex;
  width: fit-content;
  margin: 26px auto 0;
}

.optcard--right .close {
  margin-top: 110px
}

.optcard--right .close small {
  display: block;
  font-weight: 600;
  color: var(--ink)
}

.optcard--right .close strong {
  display: block;
  color: var(--bordo);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 5px
}

.optcard__star {
  position: absolute;
  right: -196px;
  top: 55px;
  z-index: 2;
}

/* ---------- for whom / takeaways ---------- */

.who-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px
}

.whocard {
  border-radius: var(--radius);
  padding: 48px 46px
}

.whocard--left {
  background: var(--sage);
  position: relative;
  overflow: hidden;
}

.whocard--left::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -5px;
  width: 300px;
  height: 300px;
  background: url("assets/TŁO_DLA_KOGO_JEST_WYDARZENIE.png") no-repeat;
  background-size: contain;
  opacity: .92;
  pointer-events: none;
  z-index: 1;
}

.whocard--right {
  background: var(--rose);
  position: relative;
  overflow: hidden;
}

.whocard--right::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  background: url("assets/TŁO_CO_WYNIESIESZ2.png") no-repeat;
  background-size: contain;
  opacity: .92;
  pointer-events: none;
}

.whocard h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 26px
}

.whocard .lede {
  font-weight: 600;
  margin-bottom: 28px
}

.whocard .checklist li {
  font-weight: 500
}

/* ---------- DLA KOGO / CO WYNIESIESZ ---------- */
/* ---------- 30 sekundowy test ---------- */

.bbm-test {
  background: var(--bg);
  padding: 42px 0 54px;
}

.bbm-test__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 390px;
  position: relative;
  height: 390px;
  margin-bottom: 90px;
}

.bbm-test__left {
  position: relative;
  z-index: 3;
  padding-left: 8px;
}

.bbm-test__left h2 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  color: #111;
  margin-bottom: 68px;
  padding-top: 20px;
}

.bbm-test__left h2 span {
  color: var(--bordo);
}

.bbm-test__btn {
  transition: transform .18s ease;
  display: flex;
  justify-content: flex-end;
}

.bbm-test__btn:hover {
  transform: translateY(-2px);
}

.bbm-test__btn img {
  padding-top: 40px;
  height: auto;
  margin-right: -40px;
}

.bbm-test__note {
  margin-top: 28px;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  margin-right: -40px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #111;
}

.bbm-test__right {
  position: relative;
  height: 390px;
  z-index: 2;
}

.bbm-test__ring,
.bbm-test__circle-cream,
.bbm-test__circle-bordo,
.bbm-test__logo,
.bbm-test__star-bg,
.bbm-test__steps,
.bbm-test__spark {
  position: absolute;
  pointer-events: none;
  user-select: none;
}

.bbm-test__star-bg {
  right: 355px;
  top: 20px;
  z-index: 0;
}

.bbm-test__ring {
  right: 35px;
  top: 0px;
  z-index: 2;
}

.ring-gwiazdka1 {
  width: 350px;
  height: 350px;
  position: relative;
  float: right;
}

.bbm-test__circle-cream {
  right: 69px;
  top: 36px;
  z-index: 3;
}

.bbm-test__circle-bordo {
  right: 108px;
  top: 76px;
  z-index: 4;
}

.bbm-test__logo {
  right: 165px;
  top: 162px;
  z-index: 5;
}

.bbm-test__spark--1 {
  right: 23px;
  top: 178px;
  z-index: 6;
}

.bbm-test__spark--2 {
  right: 345px;
  top: 90px;
  z-index: 6;
}

.bbm-test__steps {
  right: 0px;
  bottom: -65px;
  z-index: 6;
}

/* ---------- prelegenci ---------- */

.divider-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 12px;
}

.divider-title::before,
.divider-title::after {
  content: "";
  height: 1px;
  background: var(--gold);
  flex: 1;
  max-width: 380px;
}

.divider-title h2 {
  color: var(--bordo);
  font-size: 2rem;
  font-weight: 700;
}

.divider-title .spark {
  width: 20px;
  height: 20px;
  fill: var(--gold);
  flex: 0 0 auto;
}

.prel__sub {
  text-align: center;
  font-weight: 600;
  margin-bottom: 48px;
}

/* tymczasowy box prelegentów */

.prel-coming {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  gap: 60px;
  min-height: 390px;
  padding: 64px 70px;
  border: 1px solid var(--gold);
  border-radius: 24px;
  background: transparent;
  overflow: hidden;
}

.prel-coming__left h3 {
  color: var(--bordo);
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 28px;
}

.prel-coming__divider {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 44px;
  max-width: 380px;
}

.prel-coming__divider span {
  height: 1px;
  background: var(--gold);
  flex: 1;
}

.prel-coming__divider img {
  width: 28px;
  height: auto;
  flex: 0 0 auto;
}

.prel-coming__left p {
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  margin-bottom: 26px;
}

.prel-coming__left strong {
  display: block;
  color: var(--bordo);
  font-size: 15px;
  font-weight: 700;
}

.prel-coming__right {
  position: relative;
  width: 330px;
  height: 330px;
  justify-self: center;
}

.ring-big,
.ring-small,
.ring-center,
.ring-dot-left,
.ring-dot-right {
  position: absolute;
  display: block;
  pointer-events: none;
  user-select: none;
}

.ring-big {
  inset: 0;
  width: 100%;
  height: 100%;
}

.ring-small {
  top: 50%;
  left: 50%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}

.ring-center {
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
}

.ring-dot-left {
  left: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}

.ring-dot-right {
  right: -6px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}

/* stary grid prelegentów — zostawiony na później */

.prel__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px 24px;
}

.speaker {
  text-align: center;
}

.speaker__photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 1px solid var(--gold);
  overflow: hidden;
  background: var(--cream);
}

.speaker__photo.wide {
  width: 210px;
  border-radius: 110px;
}

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

.speaker__photo.special {
  border: 0;
  background: var(--bordo);
  display: grid;
  place-items: center;
}

.speaker__photo.special svg {
  width: 56px;
  height: 56px;
  fill: #fff;
}

.speaker .name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 12px;
}

.speaker .topic {
  color: var(--bordo);
  font-weight: 700;
  font-size: .92rem;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.25;
  margin-bottom: 10px;
}

.speaker .bio {
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.45;
}

.speaker.special .topic {
  margin-top: 10px;
}

.speaker.wide-col {
  grid-column: span 1;
}

/* ---------- olive host bar ---------- */

.hostbar {
  background: var(--olive);
  color: var(--cream);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px
}

.hostbar .label {
  font-size: 1.05rem;
  opacity: .9
}

.hostbar .host {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-top: 6px
}

.hostbar img {
  height: 70px;
  width: auto;
  opacity: .9
}

/* ---------- networking + experience ---------- */

.exp__grid {
  display: grid;
  grid-template-columns: 519px 1fr;
  gap: 22px;
  align-items: stretch
}

.netcard {
  background: var(--bordo);
  color: var(--cream);
  border-radius: var(--radius);
  padding: 24px 42px;
  max-height: 382px;
  height: auto;
}

.netcard h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px
}

.netcard .lede {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 15px;
}

.netcard ul {
  margin-bottom: 20px;
  font-size: 13px;
}

.netcard ul li {
  padding: 5px 0;
  padding-left: 18px;
  position: relative;
  opacity: .95
}

.netcard ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold)
}

.netcard .foot {
  font-weight: 600
}

.expcard {
  background: rgb(239, 232, 222);
  border-radius: var(--radius);
  padding: 24px;
  max-height: 382px;
  height: 100%;
}

.expcard h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 36px
}

.expcard h2 .hl {
  color: var(--bordo)
}

.exp__icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px 20px;
  text-align: center
}

.exp__icons .it img {
  margin: 0 auto 12px
}

.exp__icons .it span {
  font-weight: 600;
  font-size: .86rem;
  line-height: 1.25;
  display: block
}

/* ---------- opinie ---------- */

.rev__track-wrap {
  overflow: hidden;
  padding-bottom: 18px;
}

.rev__track {
  display: flex;
  gap: 26px;
  transition: transform .4s ease;
  will-change: transform
}

.reviewcard {
  flex: 0 0 calc((100% - 52px) / 3);
  min-height: 490px;
  border: 1px solid var(--gold);
  border-radius: 18px;
  padding: 34px 36px;
  background: transparent;
  box-sizing: border-box;
}

.reviewcard__top {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 28px;
}

.reviewcard .ava {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--cream);
  overflow: hidden;
  flex: 0 0 92px;
}

.reviewcard .ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewcard .rname {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}

.reviewcard .lead,
.reviewcard .txt {
  color: var(--ink);
  font-size: 13px;
  line-height: 18px;
}

.reviewcard .txt+.txt {
  margin-top: 18px;
}

.rev__dots {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 30px
}

.rev__dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: #d8cdbd;
  cursor: pointer;
  padding: 0
}

.rev__dots button[aria-current="true"] {
  background: var(--bordo)
}

/* ---------- sponsors ---------- */

.sponsors {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  border: 1px solid var(--gold);
  border-radius: 32px;
  overflow: hidden;
}

.sponsor-block {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  row-gap: 50px; /* odstęp pomiędzy nagłówkiem a logotypami */
  justify-items: center;
  align-items: start;
  padding: 10px 40px 52px;
}

.sponsor-block:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 48px;
  bottom: 48px;
  width: 1px;
  background: var(--gold);
}

.sponsor-block h4 {
  margin: 0;
  color: var(--bordo);
  font-size: 15px;
  font-weight: 600;
}

.sponsor-block--sponsors .logos {
  transform: translateX(-17px);
}

/* --------------------------------------- */

.logos {
  display: grid;
  width: 100%;
  min-height: 95px;
  place-items: center;
}

/* Sponsorzy */

.logos--3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Partner */

.logos--1 {

  grid-template-columns: 1fr;
}

/* Patroni */

.logos--2 {

  grid-template-columns: repeat(2, 1fr);
}

/* --------------------------------------- */

.logos img {
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ---------- countdown early-bird bar ---------- */
.eb {
  background: var(--bordo);
  color: var(--cream);
  border-radius: var(--radius) var(--radius) 0 0;
  padding: 40px 44px;
}

.eb__grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 60px;
  align-items: center
}

.eb__price .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .82rem
}

.eb__price .eyebrow svg {
  width: 30px;
  height: 30px;
  stroke: var(--gold);
  fill: none
}

.eb__price .old {
  text-decoration: line-through;
  opacity: .7;
  font-weight: 600;
  margin-top: 14px;
  text-align: center;
}

.eb__price .new {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  margin: 4px 0 10px
}

.eb__price .until {
  opacity: .85;
  font-size: .95rem
}

.eb__incl {
  border-left: 1px solid rgba(255, 255, 255, .25);
  padding-left: 40px
}

.eb__incl .cap {
  font-weight: 600;
  margin-bottom: 16px
}

.eb__incl ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 34px
}

.eb__incl li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .94rem
}

.eb__incl li svg {
  width: 20px;
  height: 20px;
  stroke: var(--green);
  flex: 0 0 auto
}

.eb__right {
  text-align: center;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, .25)
}

.timer {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 22px
}

.timer .u {
  min-width: 56px
}

.timer .u b {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  display: block
}

.timer .u span {
  font-size: .68rem;
  letter-spacing: .12em;
  opacity: .75;
  text-transform: uppercase
}

/* ---------- faq ---------- */

.faq h2 {
  color: var(--bordo);
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 26px;
}

.faq__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  align-items: start
}

.faq__col {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.qa {
  border: 1px solid var(--gold);
  border-radius: 12px;
  overflow: hidden;
  background: transparent
}

.qa__q {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  font-family: inherit
}

.qa__q .ic {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  position: relative
}

.qa__q .ic::before,
.qa__q .ic::after {
  content: "";
  position: absolute;
  background: var(--bordo);
  border-radius: 2px
}

.qa__q .ic::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%)
}

.qa__q .ic::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  transition: transform .2s
}

.qa[open] .qa__q .ic::after,
.qa.open .qa__q .ic::after {
  transform: translateX(-50%) scaleY(0)
}

.qa__a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease
}

.qa__a p {
  padding: 0 24px 22px;
  color: var(--muted)
}

.qa.open .qa__a {
  max-height: 320px
}

/* ---------- footer ---------- */

.site-footer {
  background: var(--bordo);
  color: var(--cream);
  margin-top: 20px;
}

.site-footer .container {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  padding-block: 30px
}

.site-footer .fmono {
  height: 78px;
  width: auto
}

.site-footer .fmid {
  flex: 1;
  min-width: 280px
}

.site-footer .fmid .lede {
  font-weight: 600
}

.site-footer .fmid .title {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 6px 0 14px
}

.site-footer .fmeta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px
}

.site-footer .fmeta .mi {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
  opacity: .92
}

.site-footer .fmeta .mi svg {
  width: 20px;
  height: 20px;
  stroke: var(--cream);
  fill: none
}

.site-footer .fcta {
  text-align: center
}

.site-footer .fcta small {
  display: block;
  margin-top: 12px;
  opacity: .8;
  font-size: .82rem
}
.br-stopka{
  display: none;
}
/* ========RESPONSIVE====== */

@media (max-width:900px) {
  .bbm-bg-shape::before {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto;
    margin-top: 140px;
  }

  :root {
    --container: 100%;
  }

  /* ---------- ogólne ---------- */

  html,
  body {
    overflow-x: hidden;
  }

  .container {
    width: 100%;
    max-width: none;
    padding: 0 20px;
  }

  .section {
    padding: 56px 0;
  }

  /* ---------- HEADER ---------- */

  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: 70px;
    background: var(--bg);
    z-index: 9999;
    box-shadow: none;
    border: 0;
  }

  .site-header .container {
    height: 68px;
    padding-left: 20px;
    padding-right: 28px;
  }

  .brand {
    margin-right: auto;
    margin-left: 0;
  }

  .brand img {
    width: 140px;
    height: auto;
    display: block;
  }

  /* ---------- MENU ---------- */

  .nav {
    display: none;
  }

  .nav.open {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--bg);
    padding: 18px 22px 26px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
  }

  .nav a {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: none;
    border: 0;
    color: var(--bordo);
  }

  .nav-toggle svg {
    width: 34px;
    height: 34px;
  }

  /* ---------- HERO ---------- */

  .hero {
    height: auto;
    min-height: auto;
    margin-top: 0;
    overflow: hidden;
    background: var(--bg);
  }

  .hero__media {
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 540px;
    background-position: right top;
    background-size: cover;
  }

  .hero__media::after {
    background: linear-gradient(180deg,
        rgba(244, 239, 232, 0) 0%,
        rgba(244, 239, 232, 0.18) 46%,
        rgba(244, 239, 232, 0.82) 72%,
        var(--bg) 94%,
        var(--bg) 100%);
  }

  .hero .container {
    position: relative;
    z-index: 1;
    padding: 355px 26px 18px;
    margin-top: 0;
  }

  .hero__grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
  }

  .hero__intro {
    max-width: 100%;
  }

  .hero__wordmark {
    width: 250px;
    max-width: 100%;
  }

  .hero__tagline {
    margin-top: 14px;
    font-size: 1rem;
    line-height: 1.45;
    max-width: 320px;
  }

  .hero__meta {
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
  }

  .hero__meta .mi {
    gap: 16px;
    font-size: .9rem;
    line-height: 1.3;
  }

  .hero__meta .mi img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex: 0 0 32px;
  }

  .hero__desc {
    margin-top: 34px;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero__desc p+p {
    margin-top: 20px;
  }

  .hero__cta {
    margin-top: 32px;
  }

  .hero__cta .btn {
    width: 100%;
    min-height: 56px;
    justify-content: center;
  }

  .hero__star {
    display: none;
  }

  .hero__cards {
    width: 100%;
    max-width: 100%;
    margin: 24px 0 0;
    gap: 16px;
  }

  .pricecard,
  .seatscard {
    width: 100%;
    min-height: auto;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: none;
  }

  .pricecard {
    padding-bottom: 30px;
  }

  .pricecard .eyebrow,
  .seatscard .eyebrow {
    gap: 12px;
    font-size: .72rem;
    letter-spacing: .08em;
  }

  .pricecard .eyebrow img,
  .seatscard .eyebrow img {
    width: 34px;
    height: 34px;
    object-fit: contain;
  }

  .price {
    margin: 20px 0 16px;
    gap: 12px;
  }

  .price .old {
    font-size: 1rem;
  }

  .price .new {
    font-size: 2.45rem;
  }

  .pricecard p {
    font-size: .84rem;
    line-height: 1.35;
  }

  .seatscard .eyebrow {
    align-items: flex-start;
  }

  .seatscard .count {
    margin: 0;
    font-size: 1.65rem;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: 0;
  }

  .seatscard .sub {
    margin-top: 26px;
    font-size: .84rem;
    line-height: 1.35;
  }

  .seatscard .bar {
    height: 11px;
    margin-top: 22px;
  }

  /* ---------- band (icons) ---------- */

  .band {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .band__grid {
    display: block;
    padding: 0 20px;
  }

  .band__lead h3 {
    max-width: 320px;
    font-size: 1.45rem;
    line-height: 1.15;
  }

  .band__lead .big {
    margin-top: 26px;
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.35;
  }

  .band__lead p {
    max-width: 330px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .band__right {
    margin-top: 34px;
  }

  .band__right::before {
    display: none;
  }

  .band__icons {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 28px;
    margin: 0 auto 38px;
    max-width: 340px;
    position: relative;
    padding-top: 36px;
  }

  .band__icons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 170px;
    height: 1px;
    background: var(--gold);
    transform: translateX(-50%);
  }

  .band__icons .ic img {
    object-fit: contain;
    margin: 0 auto 14px;
  }

  .band__icons .ic span {
    font-size: .78rem;
    line-height: 1.2;
  }

  .band__quote {
    margin-top: 10px;
    padding: 24px 28px 0 30px;
  }

  .band__line {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .band__quote p {
    font-size: 1rem;
    line-height: 1.45;
  }

  .band__quote .q {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.25;
  }

  /* ---------- co stracisz ---------- */

  .lose {
    padding-top: 44px;
    padding-bottom: 34px;
    overflow: hidden;
  }

  .lose .container {
    padding: 0 20px;
  }

  .lose__grid {
    display: block;
  }

  .h-black {
    max-width: 340px;
    font-size: 1.8rem;
    line-height: 1.14;
  }

  .lose__head .spark-lg {
    width: 38px;
    height: 38px;
    margin-top: 28px;
  }

  .lose__cards {
    display: flex;
    gap: 16px;
    margin-top: 26px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 24px 0 12px;
    scrollbar-width: none;
  }

  .lose__cards::-webkit-scrollbar {
    display: none;
  }

  .losecard {
    flex: 0 0 300px;
    width: 300px;
    min-height: 190px;
    box-sizing: border-box;
    padding: 54px 24px 28px;
    border-radius: 18px;
    scroll-snap-align: start;
  }

  .losecard:first-child {
    margin-left: 0;
  }

  .losecard .num {
    top: -22px;
    left: 24px;
  }

  .losecard p {
    font-size: .95rem;
    line-height: 1.32;
  }

  .lose__risk {
    max-width: 290px;
    margin: 24px auto 0;
    font-size: 1rem;
    line-height: 1.32;
    text-align: center;
  }

  .lose__risk b {
    margin-top: 2px;
  }

  .lose__dots {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 8px;
  }

  .lose__dots button {
    width: 11px;
    height: 11px;
    padding: 0;
    border: 1px solid var(--bordo);
    border-radius: 50%;
    background: transparent;
  }

  .lose__dots button[aria-current="true"] {
    background: var(--bordo);
  }

  /* ===== Powstała ===== */

  .arose__grid {
    display: block;
    padding: 0 20px;
  }

  .arose__lockup {
    max-width: 320px;
  }

  .arose__lockup .eyebrow {
    font-size: 1.15rem;
    letter-spacing: .08em;
  }

  .arose__lockup .m {
    font-size: 4rem;
    line-height: .9;
  }

  .arose__lockup .c {
    font-size: .95rem;
    letter-spacing: .12em;
  }

  .arose__text {
    margin-top: 22px;
    max-width: 260px;
    font-size: 1.15rem;
    line-height: 1.35;
  }

  .br_co_stracisz {
    display: none;
  }

  /* ===== Opcje ===== */
  .opts__spark {
    display: none;
  }

  .opts {
    display: block;
    padding: 0 20px;
  }

  .logo_co_stracisz {
    width: 260px;
    margin-left: 0px
  }

  .optcard {
    width: 100%;
    max-width: none;
    max-height: none;
    padding: 32px 24px;
    margin-bottom: 16px;
    border-radius: 22px;
  }

  .optcard--left {
    margin-top: -55px;
  }

  .optcard h2,
  .optcard--right h2 {
    font-size: 2rem;
    line-height: 1.08;
    margin-bottom: 26px;
  }

  .optcard .lede,
  .optcard--right .lede {
    margin: 0 0 22px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .optcard .note {
    margin-bottom: 22px;
    line-height: 1.45;
  }

  .checklist li {
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .checklist li img {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
  }

  .optcard .btn {
    width: 100%;
    justify-content: center;
    margin-top: 28px;
  }

  .optcard--right .close {
    margin-top: 26px;
  }

  .optcard--right .close small {
    font-size: 1.1rem;
  }

  .optcard--right .close strong {
    font-size: 1.2rem;
  }

  .optcard__star {
    display: none;
  }

  /* ===== Dla kogo ===== */

  .who-grid {
    display: block;
    padding: 0 20px;
  }

  .whocard {
    padding: 32px 24px;
    border-radius: 22px;
    margin-bottom: 16px;
  }

  .whocard--left {
    margin-top: -90px;
  }

  .whocard h2 {
    font-size: 2rem;
    line-height: 1.08;
    margin-bottom: 24px;
  }

  .whocard .lede {
    margin-bottom: 22px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .whocard .checklist li {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 12px;
  }

  .whocard--left::after {
    width: 300px;
    height: 300px;
    left: auto;
    right: -40px;
    bottom: -30px;
    opacity: .55;
  }

  .whocard--right::after {
    width: 300px;
    height: 300px;
    right: -35px;
    bottom: -25px;
    opacity: .55;
  }

  .br-mobile {
    display: inline;
  }

  /* ---------- DLA KOGO / CO WYNIESIESZ ---------- */
  /* ---------- 30 sekundowy test ---------- */

  .bbm-test {
    margin-top: -80px;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 290px;
  }

  .bbm-test__inner {
    display: block;
    min-height: auto;
  }

  .bbm-test__left {
    padding-left: 0;
  }

  .bbm-test__left h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 34px;
  }

  .bbm-test__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .18s ease;
  }

  .bbm-test__btn img {
    margin-right: 0px;
    display: flex;
    padding-top: 0px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .bbm-test__note {
    margin-top: 38px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #111;
  }

  .bbm-test__note {
    margin: 20px auto 0;
    max-width: 330px;
  }

  .bbm-test__right {
    height: 386px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bbm-test__star-bg {
    right: 10px;
    top: -80px;
    width: 210px;
  }

  .bbm-test__ring {
    display: flex;
    padding-top: 0px;
    justify-content: center;
    align-items: center;
    right: unset;
    top: unset;
  
  }

  .bbm-test__circle-cream {
    justify-content: center;
    align-items: center;
    right: unset;
    top: unset;
   max-width: 290px;
  }

  .bbm-test__circle-bordo {
    justify-content: center;
    right: unset;
    top: unset;
    align-items: center;
    max-width: 210px;
  }

  .bbm-test__logo {
    right: unset;
    top: unset;
    justify-content: center;
    align-items: center;
    max-width: 100px;
  }

  .bbm-test__steps {
    right: unset;
    top: unset;
    justify-content: center;
    align-items: center;
    bottom: -40px;
    max-width: 100%;
    margin: auto;
  }

  .ring-gwiazdka {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }


  .bbm-test__spark--1 {
    right: unset;
    min-width: 24px;
    aspect-ratio: 1/1;
    top: 80px;
    left: 42px;
  }

  .bbm-test__spark--2 {
    right: -10px;
    top: 180px;
    min-width: 24px;
    aspect-ratio: 1/1;
  }
/* ---------- prelegenci ---------- */

.prel-coming {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 34px 20px 24px;
  border-radius: 20px;
  gap: 0px
}

.prel-coming__left {
  width: 100%;
}

.prel-coming__left h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 30px;
}

.prel-coming__divider {
  margin-bottom: 34px;
}

.prel-coming__divider span {
  flex: 1;
}

.prel-coming__left p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 28px;
}

.prel-coming__left strong {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}

.prel-coming__right {
  position: relative;
  width: 100%;
  max-width: 310px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prel-coming__right img {
  position: absolute;
  display: block;
}

.ring-dot-left {
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.ring-dot-right {
  width: 12px;
  height: 12px;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.hostbar{
  margin-top: -30px;
  margin-bottom: -90px;
}
/* ---------- networking + experience ---------- */

.exp__grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.netcard {
  max-height: none;
  height: auto;
  border-radius: 18px;
  padding: 28px 26px 30px;
}

.netcard h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 28px;
}

.netcard .lede {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-right: 30px;
}

.netcard ul {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 28px;
  font-weight: 400;
  padding-left: 8px;
  
}

.netcard ul li {
  padding: 0 0 0 30px;
}

.netcard .foot {
  font-size: 15px;
  line-height: 1.3;
  padding-right: 30px;
}
.br-networking{
  display: none;
}

.expcard {
  max-height: none;
  height: auto;
  border-radius: 18px;
  padding: 28px 14px 26px;
}

.expcard h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 42px;
  padding: 0 8px;
}

.exp__icons {
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 12px;
}

.exp__icons .it img {
  height: auto;
  margin-bottom: 12px;
}
/* ---------- opinie ---------- */

.divider-title {
  gap: 18px;
  margin-bottom: 38px;
}

.divider-title h2 {
  font-size: 30px;
  line-height: 1.05;
  text-align: center;
}

.divider-title::before,
.divider-title::after {
  max-width: 50px;
}

.rev__track-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rev__track-wrap::-webkit-scrollbar {
  display: none;
}

.rev__track {
  gap: 0;
  transform: none !important;
}

.reviewcard {
  flex: 0 0 100%;
  scroll-snap-align: start;
  padding: 42px 32px 34px;
}

.reviewcard__top {
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 48px;
}

.reviewcard .ava {
  width: 92px;
  height: 92px;
  flex: 0 0 92px;
}

.reviewcard .rname {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 24px;
}

.reviewcard .lead,
.reviewcard .txt {
  font-size: 16px;
  line-height: 1.35;
}

.reviewcard .txt+.txt {
  margin-top: 22px;
}

.rev__dots {
  margin-top: 28px;
  gap: 18px;
}

.rev__dots button {
  width: 12px;
  height: 12px;
  border: 1px solid var(--bordo);
  background: transparent;
}

.rev__dots button[aria-current="true"] {
  background: var(--bordo);
}

/* ---------- sponsors ---------- */

.sponsors {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  padding: 26px 34px 34px;
  overflow: visible;
  margin-top: -60px;
}

.sponsor-block {
  padding: 0;
  row-gap: 36px;
}

.sponsor-block:not(:last-child) {
  padding-bottom: 34px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--gold);
}

.sponsor-block:not(:last-child)::after {
  display: none;
}

.sponsor-block h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.sponsor-block--sponsors .logos {
  transform: none;
}

.logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* ---------- countdown early-bird bar ---------- */

#bilety .container {
  padding-left: 0;
  padding-right: 0;
}

.eb {
  border-radius: 22px 22px 0 0;
  padding: 34px 22px 32px;
  margin-top: -70px;
}

.eb__grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: stretch;
}

.eb__price {
  text-align: center;
}

.eyebrow{
  justify-self: unset;
  gap: 14px;
    font-size: 9px;
    padding-left: 30px;
}

.eb__price {
  justify-content: center;
  gap: 13px;
  font-size: 12px;
}

.eb__price .eyebrow img {
  width: 25px;
  height: auto;
}

.eb__price .old {
  margin-top: 34px;
  font-size: 16px;
}

.eb__price .new {
  font-size: 42px;
  font-weight: 500;
  margin: 6px 0 18px;
}

.eb__price .until {
  font-size: 15px;
  font-weight: 400;
}

.eb__incl {
  border-left: 0;
  border-top: none;
  padding-left: 0;
  padding-top: 24px;
  margin: 10px auto 0;
  width: 78%;
  position: relative;
}

.eb__incl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 1px;
  background: rgba(255, 255, 255, .8);
}

.eb__incl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 1px;
  background: rgba(255, 255, 255, .8);
}

.eb__incl .cap {
  margin-bottom: 26px;
  font-size: 13px;
  font-weight: 400;
}

.eb__incl ul {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-left: -20px;
}

.eb__incl li {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  gap: 12px;
}

.eb__incl li img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.eb__right {
  position: relative;
  border-left: 0;
  border-top: 0;
  padding-left: 0;
  padding-top: 24px;
  width: 78%;
  margin: 0 auto;
}

.eb__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 190px;
  height: 1px;
  background: rgba(255, 255, 255, .8);
}

.timer {
  justify-content: space-between;
  gap: 0;
  margin-bottom: 26px;
}

.timer .u {
  min-width: auto;
}

.timer .u b {
  font-size: 40px;
  font-weight: 600;
}

.timer .u span {
  font-size: 10px;
}

.eb__right .btn {
  width: 100%;
  justify-content: center;
  padding: 18px 20px;
  font-size: 13px;
}

/* ---------- faq ---------- */

.faq {
  overflow: hidden;
  margin-top: -80px;
}

.faq h2 {
  font-size: 40px;
  margin-bottom: 24px;
}

.faq__cols {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__col {
  gap: 12px;
}

.qa {
  border-radius: 10px;
}

.qa__q {
  padding: 18px 18px;
  font-size: 16px;
  line-height: 1.3;
  gap: 18px;
}

.qa__q .ic {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.qa__q .ic::before {
  height: 3px;
}

.qa__q .ic::after {
  width: 3px;
}

.qa__a p {
  padding: 0 18px 20px;
  font-size: 15px;
  line-height: 1.5;
}

/* ---------- footer ---------- */

.site-footer {
  background: var(--bordo);
  color: var(--cream);
  margin-top: -20px;
}

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

.site-footer .fmid {
  width: 100%;
}

.site-footer .fmono {
  height: 68px;
  width: auto
}

.site-footer .fmid .lede {
  font-weight: 600;
  font-size: 14px;
 padding-bottom: 20px;
}

.site-footer .fmid .title {
  font-weight: 600;
  font-size: 20px;
  margin: 6px 0 14px
}

.site-footer .fmid .title span {
  font-weight: 600;
  font-size: 15px;
  margin: 6px 0 14px
}

.site-footer .fmeta {
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.site-footer .fmeta .mi {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .9rem;
}

.site-footer .fmeta .mi img {
  stroke: var(--cream);
  fill: none
}

.site-footer .fcta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.site-footer .fcta .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0;
}

.site-footer .fcta small {
text-align: center;
}
.br-stopka {
  display: inline;
}
}