@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Light-BF67761220ce8a3.a29a263900b8.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Regular-BF67761220bee90.c7dcb4f40bff.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Medium-BF677612209558b.4ff2a806ac94.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500 600;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Bold-BF677612208ac8d.6051efc97e63.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Black-BF6776121fde086.0c644d811075.otf") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 800 900;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-Oblique-BF67761220b3654.eaf1d4cc542f.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "AV Estiana+";
  src: url("../fonts/av-estiana/AVEstiana-BoldOblique-BF677612200ac99.ce03a26fccb2.otf") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

:root {
  --font-primary: "AV Estiana+", "AV Estiana", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ink: #240050;
  --ink-soft: #512176;
  --plum: #6f4a94;
  --violet: #8f58bd;
  --pink: #d7a1bd;
  --coral: #ff6b4f;
  --orange: #ff8a00;
  --lilac: #eadcf1;
  --mist: #f6eef6;
  --paper: #fffaf7;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(36, 0, 80, 0.16);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-primary);
  line-height: 1.35;
  background: var(--mist);
}

a {
  color: inherit;
}

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

.public-site {
  background-color: var(--mist);
  background-image: url("../img/site-gradient.1bf241088e3f.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.section-pad {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: 80px 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 24px 28px 0;
  transition: padding 180ms ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, var(--max));
  min-height: 58px;
  margin: 0 auto;
  padding: 0 24px 0 28px;
  border-radius: 999px;
  background: rgba(215, 161, 189, 0.55);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 35px rgba(36, 0, 80, 0.08);
}

.nav-logo {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  font-size: 0.96rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  white-space: nowrap;
}

.nav-ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  color: var(--white);
  background: #c84090;
  box-shadow: 0 14px 28px rgba(200, 64, 144, 0.28);
  font-size: 1.08rem;
  font-weight: 800;
}

.nav-lang {
  margin-left: auto;
}

.nav-toggle {
  display: none;
}

.hero-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(360px, 1.18fr);
  min-height: 760px;
  align-items: center;
  padding-top: 132px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.hero-kicker {
  max-width: 440px;
  margin: 0 0 28px;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin: 0 0 20px;
  font-size: 6.5rem;
  line-height: 0.84;
  font-weight: 800;
}

.hero-brand {
  display: inline-block;
  letter-spacing: 0;
  font-kerning: normal;
}

.hero-brand span {
  font-weight: 400;
}

.hero-brand strong {
  font-weight: 800;
}

.hero-copy h1 small {
  display: block;
  margin-top: 10px;
  padding-left: 220px;
  font-size: 2rem;
  line-height: 1;
}

.hero-date,
.hero-place {
  margin: 0;
  font-size: 1.72rem;
  line-height: 1.08;
  font-weight: 800;
}

.hero-place {
  max-width: 420px;
  margin-bottom: 34px;
  color: #f25466;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(90deg, #ad536b, #b64cc4);
}

.button-secondary {
  color: var(--ink);
  background: rgba(215, 161, 189, 0.62);
}

.hero-flower {
  position: absolute;
  z-index: 1;
  right: -430px;
  top: 42px;
  width: 1260px;
  max-width: none;
  opacity: 0.98;
  filter: saturate(1.08) contrast(1.02);
}

.social-rail {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 45%;
  display: grid;
  gap: 16px;
}

.social-rail a {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: rgba(36, 0, 80, 0.28);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.stats-band {
  display: grid;
  grid-template-columns: 1.05fr 1.2fr 1.2fr 1.1fr;
  align-items: center;
  gap: 28px;
  margin: 0 auto;
  padding: 28px max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.46);
}

.conversion-strip.section-pad {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: max(24px, calc((100vw - var(--max)) / 2));
  padding-right: max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(36, 0, 80, 0.08);
}

.conversion-strip h2 {
  margin: 0;
  font-size: 2.35rem;
  line-height: 1;
}

.conversion-strip p:not(.overline) {
  max-width: 760px;
  margin: 12px 0 0;
  font-size: 1.1rem;
}

.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.stat-copy {
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 600;
}

.stat-copy-right {
  font-size: 1.15rem;
}

.stat-item {
  min-height: 132px;
  padding-left: 34px;
  border-left: 1px solid rgba(36, 0, 80, 0.28);
}

.stat-item span {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
}

.stat-item strong {
  display: block;
  font-size: 5.1rem;
  line-height: 0.95;
}

.stat-item p {
  margin: 10px 0 0;
  font-size: 0.78rem;
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.overline {
  margin: 0 0 10px;
  font-size: 1.06rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #9b2d7e;
}

.section-heading h2,
.organizer-copy h2,
.venue-main h2,
.cert-copy h2,
.volunteer-section h2,
.contact-copy h2 {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.05;
}

.idea-lead {
  max-width: 950px;
  margin: 0 auto 54px;
  text-align: center;
  font-size: 1.24rem;
}

.idea-section {
  position: relative;
  overflow: hidden;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
  max-width: 900px;
  margin: 0 auto 54px;
}

.timeline-track {
  position: absolute;
  top: 61px;
  left: 6%;
  right: 6%;
  height: 5px;
  background: linear-gradient(90deg, var(--ink), var(--violet), var(--orange));
}

.timeline-item {
  position: relative;
  z-index: 2;
  text-align: center;
}

.timeline-badge {
  display: grid;
  place-items: center;
  width: 134px;
  height: 134px;
  margin: 0 auto 18px;
  padding: 20px 18px;
  border: 4px solid var(--white);
  border-radius: 50%;
  color: var(--white);
  background: radial-gradient(circle at 30% 30%, #8b60c4, var(--ink));
  box-shadow: var(--shadow);
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.timeline-badge span {
  display: block;
  width: 86px;
  font-size: 0.74rem;
  line-height: 1.05;
  white-space: pre-line;
}

.timeline-badge.muted {
  background: radial-gradient(circle at 30% 30%, #cdb2df, #7c52ad);
}

.timeline-badge.long span {
  width: 96px;
  font-size: 0.64rem;
}

.timeline-badge.hot {
  background: radial-gradient(circle at 30% 30%, #ffb348, var(--orange));
}

.timeline-item strong {
  display: block;
  font-size: 2rem;
}

.timeline-item span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.idea-strip {
  max-width: 1080px;
  margin: 0 auto;
  padding: 26px 32px;
  border-radius: 999px;
  color: var(--white);
  background: var(--plum);
  font-size: 1.58rem;
  font-weight: 800;
  text-align: center;
}

.formats-section.section-pad {
  width: 100%;
  max-width: none;
  padding: 76px max(28px, calc((100vw - var(--max)) / 2)) 86px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 139, 112, 0.28), transparent 32%),
    linear-gradient(180deg, #c087c1 0%, #73469e 100%);
}

.formats-heading {
  color: var(--ink);
}

.formats-heading h2 {
  font-size: 3.6rem;
}

.formats-stage {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.formats-flower {
  position: absolute;
  left: 50%;
  top: 78%;
  width: clamp(860px, 62vw, 1160px);
  max-width: none;
  transform: translate(-50%, -44%);
  opacity: 0.98;
  filter: saturate(1.08) brightness(1.04);
}

.formats-flower img {
  width: 100%;
  max-width: none;
}

.formats-logo {
  position: absolute;
  left: 50%;
  top: 72%;
  z-index: 3;
  width: clamp(360px, 32vw, 500px);
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}

.format-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 38px 76px;
  padding: 18px 0 48px;
}

.format-hex {
  display: grid;
  place-items: center;
  min-height: 154px;
  padding: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.68);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
  box-shadow: inset 34px 0 80px rgba(255, 255, 255, 0.16);
}

.format-hex strong {
  display: block;
  color: #542061;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.format-hex span {
  display: block;
  max-width: 150px;
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
}

.organizer-section.section-pad {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.72fr) minmax(220px, 0.68fr);
  gap: 46px;
  align-items: end;
  width: 100%;
  max-width: none;
  padding: 70px max(28px, calc((100vw - var(--max)) / 2)) 78px;
  background:
    linear-gradient(100deg, rgba(198, 132, 190, 0.92), rgba(224, 163, 178, 0.9)),
    url("../img/bg-soft-drape.4657f986f89b.jpg") left center / 880px auto no-repeat;
}

.organizer-copy .overline {
  color: var(--ink);
  font-size: 3.4rem;
  line-height: 1;
  text-transform: none;
}

.organizer-copy p:not(.overline) {
  margin: 24px 0 0;
  font-size: 1.28rem;
  text-align: justify;
}

.organizer-system {
  display: grid;
  gap: 16px;
}

.organizer-system article {
  min-height: 86px;
  padding: 18px 20px;
  border-left: 3px solid rgba(36, 0, 80, 0.32);
  background: rgba(255, 255, 255, 0.14);
}

.organizer-system strong,
.organizer-system span {
  display: block;
}

.organizer-system strong {
  margin-bottom: 6px;
  text-transform: uppercase;
}

.organizer-mark {
  display: grid;
  gap: 28px;
  justify-items: center;
}

.organizer-mark img {
  max-width: 210px;
}

.organizer-mark p {
  margin: 0;
  font-size: 1.02rem;
}

.pillars-section {
  width: min(100% - 32px, 1240px);
  padding-top: 74px;
}

.ticket-value-section.section-pad {
  width: min(100% - 48px, var(--max));
  padding-top: 64px;
  padding-bottom: 72px;
}

.ticket-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ticket-value-grid article {
  min-height: 150px;
  padding: 26px;
  border-left: 5px solid #c84090;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 38px rgba(36, 0, 80, 0.09);
}

.ticket-value-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.28rem;
}

.ticket-value-grid p {
  margin: 0;
}

.section-cta {
  margin: 30px auto 0;
  display: flex;
  width: fit-content;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  padding: 34px 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

.pillar-card {
  min-height: 270px;
  padding: 18px 20px;
  border-right: 1px solid rgba(36, 0, 80, 0.18);
  text-align: center;
}

.pillar-card:last-child {
  border-right: 0;
}

.pillar-card strong {
  display: block;
  color: #d7a1bd;
  font-size: 2.7rem;
  line-height: 1;
}

.pillar-card h3 {
  margin: 20px 0 14px;
  min-height: 48px;
  font-size: clamp(0.76rem, 0.7vw, 0.94rem);
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: normal;
  hyphens: none;
}

.pillar-card p {
  margin: 0;
  font-size: 0.88rem;
  color: #3d3150;
}

.venue-section.section-pad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(340px, 1.25fr) minmax(260px, 1fr);
  gap: 0;
  align-items: stretch;
  width: 100%;
  max-width: none;
  padding: 52px max(28px, calc((100vw - var(--max)) / 2)) 72px;
  background: linear-gradient(180deg, rgba(215, 161, 189, 0.48), rgba(203, 135, 183, 0.62));
}

.venue-section::before {
  content: "";
  grid-column: 2;
  grid-row: 2;
  min-height: 392px;
  background: url("../img/venue-palace.0322e28396ce.jpg") center center / cover no-repeat;
  box-shadow: 0 18px 42px rgba(36, 0, 80, 0.14);
}

.venue-heading {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 28px;
  margin: 0 0 42px;
  text-align: center;
}

.venue-heading .overline {
  margin: 0;
  color: var(--ink);
  font-size: 3rem;
  line-height: 1;
  text-transform: none;
}

.venue-heading h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.4rem;
  line-height: 1.05;
}

.venue-main,
.venue-numbers {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(36, 0, 80, 0.16);
  backdrop-filter: blur(3px);
}

.venue-main {
  grid-column: 1;
  grid-row: 2;
  min-height: 392px;
  padding: 44px min(5vw, 62px);
  background: rgba(255, 255, 255, 0.76);
}

.venue-main ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.26rem;
  font-weight: 500;
}

.venue-main li {
  min-height: 42px;
  padding-left: 22px;
  border-left: 4px solid var(--ink);
}

.venue-numbers {
  grid-column: 3;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 44px;
  background: rgba(255, 255, 255, 0.68);
}

.venue-numbers strong {
  display: grid;
  align-content: center;
  min-height: 104px;
  color: var(--ink);
  font-size: 3.1rem;
  line-height: 0.9;
  text-align: center;
}

.venue-numbers span {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
}

.pricing-section.section-pad {
  width: 100%;
  max-width: none;
  padding: 76px max(24px, calc((100vw - var(--max)) / 2));
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.46), transparent 28%),
    linear-gradient(135deg, rgba(246, 238, 246, 0.98), rgba(223, 181, 194, 0.82));
}

.pricing-section .section-heading p:not(.overline) {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.08rem;
}

.urgency-panel {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin: 0 auto 26px;
  padding: 20px 26px;
  width: min(100%, 980px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(90deg, var(--ink), #c84090);
  box-shadow: 0 22px 48px rgba(36, 0, 80, 0.18);
}

.urgency-panel strong {
  font-size: 1.2rem;
}

.countdown {
  display: grid;
  gap: 2px;
  text-align: right;
}

.countdown span {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.countdown output {
  font-size: 1.55rem;
  font-weight: 900;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pricing-card {
  display: grid;
  gap: 18px;
  align-content: start;
  min-height: 420px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.pricing-card h3 {
  margin: 0;
  font-size: 2rem;
}

.pricing-card p {
  margin: 0;
}

.pricing-card > strong {
  display: block;
  color: #c84090;
  font-size: 1.25rem;
}

.pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  padding-left: 18px;
  border-left: 3px solid rgba(200, 64, 144, 0.42);
}

.pricing-card .button {
  align-self: end;
  margin-top: auto;
}

.speakers-section.section-pad {
  width: 100%;
  max-width: none;
  padding: 78px max(28px, calc((100vw - 1240px) / 2)) 58px;
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(181, 104, 180, 0.68), rgba(230, 95, 87, 0.28)),
    url("../img/bg-speakers.49b1db704c35.jpg") center bottom / cover no-repeat;
}

.speakers-section .section-heading {
  margin-bottom: 44px;
}

.speakers-section .overline,
.speakers-section .section-heading h2 {
  color: var(--white);
  text-shadow: 0 2px 18px rgba(36, 0, 80, 0.22);
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 20px;
}

.speaker-card {
  min-width: 0;
  overflow: hidden;
  border: 6px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 15px 30px rgba(36, 0, 80, 0.14);
}

.speaker-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  object-fit: cover;
  object-position: center top;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 45% 36%, rgba(255, 255, 255, 0.26), transparent 30%),
    linear-gradient(140deg, rgba(255, 255, 255, 0.35), transparent 45%),
    linear-gradient(135deg, #2b0b59, #bf71b4 52%, #ff7a4f);
}

.speaker-photo-placeholder {
  display: grid;
  place-items: center;
  font-size: 3.2rem;
  font-weight: 900;
}

.speaker-card h3 {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0;
  padding: 7px;
  font-size: 0.68rem;
  line-height: 1.08;
}

.speakers-more {
  margin: 32px 0 0;
  color: var(--white);
  font-size: 2rem;
  text-align: center;
}

.inline-cta {
  display: grid;
  justify-items: center;
  max-width: 820px;
  margin: 34px auto 0;
  padding: 28px;
  border-radius: 8px;
  text-align: center;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.inline-cta h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1.8rem;
  line-height: 1.05;
}

.inline-cta p {
  max-width: 680px;
  margin: 12px 0 20px;
}

.inline-cta-on-dark {
  background: rgba(255, 255, 255, 0.88);
}

.cert-section.section-pad {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) 150px minmax(420px, 1.08fr);
  gap: 34px;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 620px;
  padding: 78px max(28px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background:
    radial-gradient(circle at 76% 36%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #af73ce 0%, #c579ba 48%, #8e58bd 100%);
  overflow: hidden;
}

.cert-buy-cta {
  grid-column: 1 / -1;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.18);
}

.cert-buy-cta h3 {
  color: var(--white);
}

.cert-buy-cta p {
  color: var(--white);
}

.cert-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 48px;
}

.cert-point {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
}

.cert-point > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid var(--white);
  border-radius: 50%;
  font-size: 2rem;
  font-weight: 900;
}

.cert-point h2 {
  color: var(--ink);
  font-size: 3rem;
}

.cert-point h2 small {
  display: block;
  color: var(--white);
  font-size: 1.55rem;
  line-height: 1;
}

.cert-copy p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: 1.28rem;
}

.cert-hours {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  justify-self: center;
  width: 166px;
  height: 144px;
  padding: 24px 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.56);
  clip-path: polygon(25% 4%, 75% 4%, 100% 50%, 75% 96%, 25% 96%, 0 50%);
}

.cert-hours strong,
.cert-hours span {
  display: block;
}

.cert-hours strong {
  color: var(--ink);
  font-size: 1.42rem;
  line-height: 0.95;
  text-transform: uppercase;
}

.cert-hours span {
  font-weight: 800;
  line-height: 1.05;
  font-size: 0.92rem;
}

.certificate-preview {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 480px;
  padding: 0;
}

.certificate-preview picture,
.certificate-preview img {
  width: min(100%, 780px);
}

.schedule-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.schedule-grid article {
  min-height: 190px;
  padding: 32px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), var(--violet));
}

.schedule-grid span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-grid strong {
  display: block;
  margin: 14px 0;
  font-size: 2rem;
}

.schedule-grid p {
  margin: 0;
  font-size: 1.05rem;
}

.partners-section.section-pad {
  display: grid;
  gap: 0;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 34px max(28px, calc((100vw - var(--max)) / 2));
  background: #e8e5ee;
}

.partners-row {
  display: grid;
  grid-template-columns: 180px repeat(3, 1fr);
  gap: 34px;
  align-items: center;
}

.partners-row h2 {
  margin: 0;
  font-size: 1.55rem;
}

.partner-slot {
  min-height: 126px;
  border-left: 1px solid rgba(36, 0, 80, 0.28);
}

.partners-section > .button {
  justify-self: center;
}

.volunteer-section.section-pad {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: max(28px, calc((100vw - var(--max)) / 2));
  padding-right: max(28px, calc((100vw - var(--max)) / 2));
  border-top: 4px solid #a144ff;
  background: linear-gradient(90deg, rgba(223, 181, 194, 0.88), rgba(215, 161, 189, 0.78));
}

.contact-section {
  position: relative;
  display: grid;
  min-height: clamp(560px, 56.25vw, 820px);
  place-items: center;
  overflow: hidden;
  background: #dfb5c2;
}

.contact-section > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.96;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(223, 181, 194, 0.24);
  pointer-events: none;
}

.contact-copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  width: min(100% - 48px, 1060px);
  text-align: center;
}

.contact-copy > img {
  width: clamp(360px, 34vw, 560px);
  filter: brightness(0) invert(1) drop-shadow(0 4px 18px rgba(90, 38, 84, 0.18));
}

.contact-copy h2 {
  margin-top: 24px;
}

.contact-copy a {
  display: inline-block;
  margin: 24px 0 54px;
  font-size: 1.35rem;
  font-weight: 600;
}

.contact-copy p {
  width: 100%;
  margin: 0;
  padding: 18px 34px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(36, 0, 80, 0.56);
  font-size: 1.35rem;
}

.footer-ticket-cta {
  margin-top: 32px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px max(24px, calc((100vw - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
  font-weight: 700;
}

.site-footer a {
  text-decoration: none;
}

.site-footer nav {
  display: flex;
  gap: 24px;
  align-items: center;
}

.legal-page {
  min-height: 100vh;
  padding: 120px 24px 72px;
}

.legal-back {
  display: inline-block;
  margin: 0 0 28px max(0px, calc((100vw - 880px) / 2));
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.legal-panel {
  width: min(100%, 880px);
  margin: 0 auto;
  padding: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
}

.legal-panel h1 {
  margin: 0 0 24px;
  font-size: 3rem;
  line-height: 1;
}

.legal-panel p {
  font-size: 1.25rem;
}

.mobile-ticket-bar {
  display: none;
}

.auth-site,
.panel-site {
  min-height: 100vh;
  background:
    linear-gradient(rgba(246, 238, 246, 0.86), rgba(234, 220, 241, 0.92)),
    url("../img/floral-hero.6dc20802f5c8.jpg") center / cover no-repeat;
}

.auth-layout {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px;
}

.auth-card {
  display: grid;
  gap: 12px;
  width: min(100%, 420px);
  padding: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.auth-logo,
.panel-brand {
  font-size: 1.35rem;
  font-weight: 900;
  text-decoration: none;
}

.auth-card h1 {
  margin: 4px 0 18px;
}

.auth-card input {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid rgba(36, 0, 80, 0.2);
  border-radius: 6px;
  font: inherit;
}

.form-error {
  margin: 0;
  color: #b32727;
  font-weight: 700;
}

.panel-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}

.panel-sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 36px 28px;
  color: var(--white);
  background: var(--ink);
}

.panel-sidebar nav {
  display: grid;
  gap: 8px;
}

.panel-sidebar nav a,
.text-button {
  padding: 12px 14px;
  border: 0;
  border-radius: 6px;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.panel-sidebar nav a.active,
.panel-sidebar nav a:hover,
.text-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.panel-content {
  padding: 58px;
}

.panel-content h1 {
  margin: 0 0 32px;
  font-size: 2.7rem;
}

.panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.panel-card {
  min-height: 190px;
  padding: 26px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}

.panel-card span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-card strong {
  display: block;
  margin: 18px 0;
  font-size: 2rem;
}

.panel-card p {
  margin: 0;
}

@media (max-width: 1120px) {
  .nav-links {
    gap: 14px;
    font-size: 0.86rem;
  }

  .hero-section {
    grid-template-columns: 1fr;
  }

  .hero-flower {
    right: -330px;
    width: 860px;
  }

  .organizer-section.section-pad {
    grid-template-columns: 1fr;
  }

  .cert-section.section-pad {
    grid-template-columns: 1fr 0.5fr;
  }

  .certificate-preview {
    grid-column: 1 / -1;
    max-width: 560px;
    justify-self: center;
  }

  .stats-band,
  .pillars-grid,
  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pillar-card {
    border-right: 0;
    border-bottom: 1px solid rgba(36, 0, 80, 0.18);
  }

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

  .formats-logo {
    opacity: 0.86;
  }
}

@media (max-width: 840px) {
  .section-pad {
    width: min(100% - 32px, var(--max));
    padding: 58px 0;
  }

  .site-header {
    padding: 14px 16px 0;
  }

  .nav-shell {
    min-height: 56px;
    padding: 0 16px;
    border-radius: 8px;
  }

  .nav-logo {
    display: block;
  }

  .nav-logo img {
    width: 120px;
  }

  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
  }

  .nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink);
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    width: auto;
    padding: 18px;
    border-radius: 8px;
    background: rgba(255, 250, 247, 0.96);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
    gap: 14px;
  }

  .nav-ticket {
    width: 100%;
    font-size: 1rem;
  }

  .nav-lang {
    margin-left: 0;
  }

  .hero-section {
    min-height: 720px;
    padding-top: 112px;
  }

  .hero-copy h1 {
    font-size: 4.75rem;
  }

  .hero-brand {
    transform: scaleX(0.94);
    transform-origin: left center;
  }

  .hero-copy h1 small {
    padding-left: 112px;
    font-size: 1.45rem;
  }

  .hero-date,
  .hero-place {
    font-size: 1.35rem;
  }

  .hero-flower {
    right: -270px;
    top: 220px;
    width: 720px;
    opacity: 0.82;
  }

  .social-rail {
    position: relative;
    right: auto;
    top: auto;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    grid-column: 1;
    gap: 10px;
    margin-top: 18px;
  }

  .stats-band,
  .conversion-strip.section-pad,
  .ticket-value-grid,
  .pricing-grid,
  .timeline,
  .organizer-section.section-pad,
  .venue-section.section-pad,
  .cert-section.section-pad,
  .schedule-grid,
  .partners-row,
  .panel-layout,
  .panel-grid {
    grid-template-columns: 1fr;
  }

  .stats-band {
    padding: 28px 16px;
  }

  .conversion-strip.section-pad {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .conversion-strip h2 {
    font-size: 1.9rem;
  }

  .conversion-actions {
    justify-content: stretch;
  }

  .ticket-value-section.section-pad {
    width: min(100% - 32px, var(--max));
  }

  .ticket-value-grid article {
    min-height: auto;
  }

  .urgency-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .countdown {
    text-align: left;
  }

  .pricing-card {
    min-height: auto;
  }

  .timeline {
    gap: 28px;
  }

  .timeline-track {
    display: none;
  }

  .section-heading h2,
  .organizer-copy h2,
  .venue-main h2,
  .cert-copy h2,
  .volunteer-section h2,
  .contact-copy h2 {
    font-size: 2rem;
  }

  .idea-strip {
    border-radius: 8px;
    font-size: 1.2rem;
  }

  .formats-stage {
    min-height: 0;
  }

  .formats-flower {
    opacity: 0.32;
  }

  .format-grid {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .formats-section.section-pad,
  .speakers-section.section-pad,
  .cert-section.section-pad,
  .organizer-section.section-pad,
  .partners-section.section-pad,
  .volunteer-section.section-pad,
  .venue-section.section-pad {
    padding-left: 16px;
    padding-right: 16px;
  }

  .venue-main ul {
    grid-template-columns: 1fr;
  }

  .venue-heading {
    display: block;
    margin-bottom: 28px;
  }

  .venue-heading .overline {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .venue-heading h2 {
    font-size: 1.7rem;
  }

  .venue-main,
  .venue-numbers {
    grid-column: auto;
    grid-row: auto;
  }

  .venue-section::before {
    grid-column: auto;
    grid-row: auto;
    min-height: 280px;
    order: 2;
    margin-bottom: 0;
    background-position: center center;
  }

  .venue-main {
    order: 3;
    min-height: auto;
  }

  .venue-heading {
    order: 1;
  }

  .venue-numbers {
    order: 4;
  }

  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .certificate-preview {
    transform: none;
    max-width: 680px;
  }

  .cert-buy-cta {
    margin-top: 18px;
  }

  .cert-point {
    grid-template-columns: 1fr;
  }

  .cert-hours {
    justify-self: start;
  }

  .volunteer-section {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-copy > img {
    width: 260px;
  }

  .contact-copy p {
    border-radius: 8px;
    font-size: 1rem;
  }

  .panel-sidebar {
    min-height: auto;
  }

  .panel-content {
    padding: 36px 20px;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .mobile-ticket-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 40;
    display: grid;
    gap: 2px;
    padding: 13px 18px;
    border-radius: 999px;
    color: var(--white);
    background: linear-gradient(90deg, #ad536b, #b64cc4);
    box-shadow: 0 18px 44px rgba(36, 0, 80, 0.28);
    text-align: center;
    text-decoration: none;
  }

  .mobile-ticket-bar span {
    font-size: 0.72rem;
    font-weight: 600;
  }

  .mobile-ticket-bar strong {
    font-size: 1rem;
  }
}

@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: 4rem;
  }

  .hero-copy h1 small {
    padding-left: 96px;
    font-size: 1.15rem;
  }

  .hero-kicker {
    max-width: 320px;
    font-size: 0.98rem;
  }

  .button {
    width: 100%;
  }

  .stat-item strong {
    font-size: 4rem;
  }

  .speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .speaker-card {
    border-width: 4px;
  }

  .speaker-card h3 {
    min-height: 42px;
    padding: 6px;
    font-size: clamp(0.56rem, 2.2vw, 0.66rem);
  }

  .speakers-more {
    font-size: 1.35rem;
  }

  .partners-row {
    gap: 18px;
  }

  .site-footer nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .legal-panel {
    padding: 30px 22px;
  }
}
