/*
Theme Name: Verywell Future
Theme URI: https://verywell-events.local
Author: Codex
Description: Theme starter onepage pour la plateforme evenementielle Verywell.
Version: 0.2.0
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: vwe-future
*/

:root {
  --vwe-navy: #001a70;
  --vwe-blue: #1057c8;
  --vwe-orange: #fe5815;
  --vwe-ink: #333333;
  --vwe-soft: #f8f7f7;
  --vwe-white: #ffffff;
  --vwe-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.1);
  --vwe-section-spacing: 120px;
  --vwe-shell-width: 1040px;
  --vwe-shell-half: 520px;
  --vwe-font-nav: 14px;
  --vwe-font-button: 14px;
  --vwe-font-hero-title: 54px;
  --vwe-font-hero-date: 28px;
  --vwe-font-kicker: 13px;
  --vwe-font-section-title: 30px;
  --vwe-font-section-intro: 18px;
  --vwe-font-card-title: 22px;
  --vwe-font-card-body: 16px;
  --vwe-font-practical-title: 22px;
  --vwe-font-practical-body: 16px;
  --vwe-font-speaker-title: 22px;
  --vwe-font-speaker-role: 16px;
  --vwe-font-form-title: 30px;
  --vwe-font-form-body: 15px;
  --vwe-font-form-label: 13px;
  --vwe-font-consent: 11px;
  --vwe-font-faq-question: 18px;
  --vwe-font-faq-answer: 15px;
  --vwe-font-footer: 14px;
  --vwe-radius-md: 0px;
  --vwe-font-heading-family: "Montserrat", sans-serif;
  --vwe-font-body-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--vwe-white);
  color: var(--vwe-ink);
  font-family: var(--vwe-font-body-family);
}

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

h1,
h2,
h3,
h4,
.vwe-site-nav__menu a,
.vwe-button,
.vwe-field__label,
.vwe-choice-group label,
.vwe-faq-item summary,
.vwe-site-footer__nav a {
  font-family: var(--vwe-font-heading-family);
}

.vwe-shell {
  min-height: 100vh;
  padding-top: 18px;
}

.vwe-main {
  overflow: visible;
}

.vwe-site-header {
  position: relative;
  background: var(--vwe-white);
}

.vwe-site-header__inner,
.vwe-site-footer__inner {
  width: min(var(--vwe-shell-width), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 14px;
}

.vwe-site-header__edge-logo {
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.vwe-site-header__edge-logo img {
  width: auto;
  max-width: 190px;
  max-height: 92px;
  height: auto;
}

.vwe-site-brand,
.vwe-site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex: 0 0 auto;
}

.vwe-site-brand img,
.vwe-site-footer__brand img {
  width: 32px;
  height: 32px;
}

.vwe-site-brand__text,
.vwe-site-footer__brand span {
  color: var(--vwe-navy);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
}

.vwe-site-nav {
  margin-left: auto;
}

.vwe-site-nav__menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.vwe-site-nav__menu a {
  color: var(--vwe-ink);
  font-size: var(--vwe-font-nav);
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

.vwe-site-nav__menu a:hover,
.vwe-site-footer__nav a:hover {
  color: var(--vwe-orange);
}

.vwe-home {
  display: grid;
  gap: var(--vwe-section-spacing);
  padding-bottom: 0;
}

.vwe-hero,
.vwe-section:not(.vwe-section--speakers) {
  width: min(var(--vwe-shell-width), calc(100% - 32px));
  margin: 0 auto;
}

.vwe-registration-panel {
  width: 100%;
  margin: 0;
}

.vwe-hero {
  position: relative;
  margin-top: 6px;
  min-height: 423px;
}

.vwe-hero__media {
  position: relative;
  min-height: 423px;
}

.vwe-hero__image {
  width: 100%;
  height: 423px;
  object-fit: cover;
}

.vwe-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
}

.vwe-hero__brand-tile {
  position: absolute;
  top: -74px;
  left: -74px;
  z-index: 2;
  width: 200px;
  height: 200px;
  background: rgba(16, 87, 200, 0.8);
}

.vwe-hero__brand-mark {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  background: rgba(0, 26, 112, 0.88);
}

.vwe-hero__brand-mark img {
  width: auto;
  max-width: 78px;
  max-height: 70px;
  height: auto;
}

.vwe-hero__content {
  position: absolute;
  top: 64px;
  left: 188px;
  right: 28px;
  z-index: 2;
  display: grid;
  gap: 18px;
  max-width: 520px;
  color: var(--vwe-white);
}

.vwe-kicker {
  margin: 0;
  font-size: var(--vwe-font-kicker);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 18px;
  text-transform: uppercase;
}

.vwe-kicker--light {
  color: rgba(255, 255, 255, 0.85);
}

.vwe-hero h1 {
  margin: 0;
  color: var(--vwe-white);
  font-size: clamp(2.4rem, 4vw, var(--vwe-font-hero-title));
  font-weight: 700;
  line-height: 1.02;
}

.vwe-hero__date {
  margin: 0;
  font-size: var(--vwe-font-hero-date);
  font-weight: 400;
  line-height: 1.2;
}

.vwe-hero__summary {
  margin: 0;
  max-width: 36ch;
  font-size: var(--vwe-font-practical-body);
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.vwe-hero__actions,
.vwe-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.vwe-hero__actions {
  margin-top: 4px;
}

.vwe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  background: var(--vwe-orange);
  color: var(--vwe-white);
  font-size: var(--vwe-font-button);
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  border-radius: var(--vwe-radius-md);
}

.vwe-button:hover {
  filter: brightness(0.96);
}

.vwe-button--secondary {
  background: var(--vwe-blue);
}

.vwe-button--header {
  min-width: auto;
}

.vwe-home > * {
  margin-top: 0;
}

.vwe-section__header {
  margin-bottom: 28px;
}

.vwe-section__header--center {
  text-align: center;
}

.vwe-section__header--light h2,
.vwe-section__header--light p {
  color: var(--vwe-white);
}

.vwe-section__header h2 {
  margin: 0;
  color: var(--vwe-navy);
  font-size: clamp(2rem, 3vw, var(--vwe-font-section-title));
  font-weight: 700;
  line-height: 1.25;
}

.vwe-section__header p {
  margin: 6px 0 0;
  color: var(--vwe-navy);
  font-size: var(--vwe-font-section-intro);
  font-weight: 600;
  line-height: 1.45;
}

.vwe-programme-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vwe-programme-card {
  background: var(--vwe-white);
  box-shadow: var(--vwe-shadow);
  padding: 28px 24px 24px;
  text-align: center;
  border-radius: var(--vwe-radius-md);
}

.vwe-programme-card__arrow {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.vwe-programme-card__arrow img {
  width: 28px;
  height: 28px;
}

.vwe-programme-card h3 {
  margin: 0;
  color: var(--vwe-navy);
  font-size: var(--vwe-font-card-title);
  line-height: 1.3;
}

.vwe-programme-card__slot {
  margin: 0 0 8px;
  color: var(--vwe-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.vwe-programme-card p {
  margin: 12px auto 0;
  max-width: 18ch;
  color: var(--vwe-navy);
  font-size: var(--vwe-font-card-body);
  font-weight: 500;
  line-height: 1.45;
}

.vwe-programme-card__topics {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  text-align: left;
}

.vwe-programme-card__topic h4 {
  margin: 0;
  color: var(--vwe-navy);
  font-size: 1rem;
  line-height: 1.35;
}

.vwe-programme-card__topic p {
  margin: 6px 0 0;
  max-width: none;
  color: var(--vwe-ink);
  font-size: 0.92rem;
  line-height: 1.55;
}

.vwe-section__actions {
  justify-content: center;
}

.vwe-programme-cards + .vwe-section__actions {
  margin-top: 36px;
}

.vwe-schedule {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.vwe-schedule__item {
  border: 1px solid rgba(0, 26, 112, 0.1);
  padding: 24px;
  background: var(--vwe-white);
}

.vwe-schedule--stack {
  grid-template-columns: 1fr;
  gap: 16px;
}

.vwe-schedule--stack .vwe-schedule__item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  padding: 22px 26px;
  box-shadow: var(--vwe-shadow);
}

.vwe-schedule__slot {
  margin: 0 0 10px;
  color: var(--vwe-blue);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vwe-schedule--stack .vwe-schedule__slot {
  margin: 2px 0 0;
}

.vwe-schedule__item h3 {
  margin: 0 0 8px;
  color: var(--vwe-navy);
  font-size: 1.05rem;
  line-height: 1.5;
}

.vwe-schedule__item p {
  margin: 0;
  color: var(--vwe-ink);
  font-size: 0.95rem;
  line-height: 1.6;
}

.vwe-schedule__topics {
  display: grid;
  gap: 16px;
}

.vwe-schedule__topic {
  padding-top: 14px;
  border-top: 1px solid rgba(0, 26, 112, 0.08);
}

.vwe-schedule__topic:first-child {
  padding-top: 0;
  border-top: 0;
}

.vwe-schedule__topic-slot {
  margin: 0 0 6px;
  color: var(--vwe-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vwe-schedule__topic h4 {
  margin: 0 0 6px;
  color: var(--vwe-navy);
  font-size: 1rem;
  line-height: 1.4;
}

.vwe-schedule__room {
  margin-top: 10px;
  color: var(--vwe-blue);
  font-size: 0.86rem;
  font-weight: 600;
}

.vwe-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vwe-practical-card {
  padding: 46px 38px 36px;
  color: var(--vwe-white);
  border-radius: var(--vwe-radius-md);
}

.vwe-practical-card--dark {
  background: var(--vwe-navy);
}

.vwe-practical-card--bright {
  background: var(--vwe-blue);
}

.vwe-practical-card h3 {
  margin: 0 0 28px;
  color: var(--vwe-white);
  font-size: var(--vwe-font-practical-title);
  line-height: 1.3;
}

.vwe-practical-card__items {
  display: grid;
  gap: 14px;
}

.vwe-practical-card__items p {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  color: var(--vwe-white);
  font-size: var(--vwe-font-practical-body);
  font-weight: 500;
  line-height: 1.55;
}

.vwe-practical-card__items img {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.vwe-practical-card .vwe-button {
  margin-top: 30px;
}

.vwe-section--speakers {
  padding: 98px 0 108px;
  background: var(--vwe-navy);
}

.vwe-section--speakers .vwe-section__header,
.vwe-speakers-grid {
  width: min(var(--vwe-shell-width), calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

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

.vwe-speaker-card {
  position: relative;
  min-height: 356px;
  overflow: hidden;
  border-radius: var(--vwe-radius-md);
}

.vwe-speaker-card--interactive {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.vwe-speaker-card--interactive:hover .vwe-speaker-card__overlay,
.vwe-speaker-card--interactive:focus-visible .vwe-speaker-card__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 36%, rgba(0, 0, 0, 0.68) 100%);
}

.vwe-speaker-card--interactive:focus-visible {
  outline: 3px solid rgba(254, 88, 21, 0.65);
  outline-offset: 4px;
}

.vwe-speaker-card__image {
  width: 100%;
  height: 356px;
  object-fit: cover;
}

.vwe-speaker-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 356px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(135deg, var(--vwe-blue) 0%, var(--vwe-navy) 55%, var(--vwe-accent) 160%);
}

.vwe-speaker-card__placeholder span {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--vwe-white);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vwe-speaker-card__image + .vwe-speaker-card__placeholder {
  display: none;
}

.vwe-speaker-card--image-error .vwe-speaker-card__image {
  display: none;
}

.vwe-speaker-card--image-error .vwe-speaker-card__image + .vwe-speaker-card__placeholder {
  display: grid;
}

.vwe-speaker-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.58) 100%);
}

.vwe-speaker-card__content {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
}

.vwe-speaker-card__content h3 {
  margin: 0;
  color: var(--vwe-white);
  font-size: var(--vwe-font-speaker-title);
  line-height: 1.2;
}

.vwe-speaker-card__content p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: var(--vwe-font-speaker-role);
  font-weight: 400;
  line-height: 1.35;
}

.vwe-speaker-modal[hidden] {
  display: none;
}

.vwe-speaker-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 24px;
}

.vwe-speaker-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 9, 38, 0.64);
}

.vwe-speaker-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(680px, calc(100% - 24px));
  max-height: min(80vh, 760px);
  overflow: auto;
  padding: 36px 32px 30px;
  background: var(--vwe-white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
}

.vwe-speaker-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 26, 112, 0.08);
  color: var(--vwe-navy);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.vwe-speaker-modal__eyebrow {
  margin: 0 0 10px;
  color: var(--vwe-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vwe-speaker-modal__title {
  margin: 0;
  color: var(--vwe-navy);
  font-size: clamp(2rem, 3vw, 34px);
  line-height: 1.12;
}

.vwe-speaker-modal__role {
  margin: 10px 0 0;
  color: var(--vwe-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.vwe-speaker-modal__bio {
  margin-top: 22px;
  color: var(--vwe-ink);
  font-size: 16px;
  line-height: 1.75;
}

.vwe-speaker-modal__bio p {
  margin: 0;
}

.vwe-speaker-modal__bio p + p {
  margin-top: 14px;
}

.vwe-webcast-card {
  padding: 56px 56px 54px;
  background: var(--vwe-white);
  box-shadow: var(--vwe-shadow);
  border-radius: var(--vwe-radius-md);
}



.vwe-webcast-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 12px;
  margin-top: -6px;
}

.vwe-webcast-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 26, 112, 0.08);
  color: var(--vwe-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vwe-webcast-chip--secondary {
  background: rgba(16, 87, 200, 0.12);
  color: var(--vwe-blue);
}

.vwe-webcast-meta__text {
  color: var(--vwe-ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.vwe-webcast-player {
  position: relative;
  display: grid;
  place-items: center;
  width: min(736px, 100%);
  aspect-ratio: 736 / 392;
  margin: 40px auto 0;
  background: var(--vwe-navy);
  overflow: hidden;
}

.vwe-webcast-player__button {
  position: relative;
  z-index: 3;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: var(--vwe-white);
}

.vwe-webcast-player__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid var(--vwe-blue);
}

.vwe-webcast-player__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vwe-webcast-player__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.34) 100%);
}

.vwe-webcast-player__live-pill {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(254, 88, 21, 0.96);
  color: var(--vwe-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.vwe-webcast-player__bar {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}

.vwe-webcast-player__progress {
  flex: 1 1 auto;
  height: 4px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--vwe-orange) 0 36%, rgba(255, 255, 255, 0.34) 36% 100%);
}

.vwe-webcast-player__time {
  color: var(--vwe-white);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.vwe-webcast-player--embed {
  display: block;
  background: #000;
}

.vwe-webcast-player--embed iframe,
.vwe-webcast-player--embed > div,
.vwe-webcast-player--embed > div iframe {
  width: 100%;
  height: 100%;
}

.vwe-webcast-note {
  width: min(736px, 100%);
  margin: 18px auto 18px;
  color: var(--vwe-ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.vwe-registration-panel {
  display: grid;
  grid-template-columns: minmax(0, 33.5%) minmax(0, 66.5%);
  background: var(--vwe-navy);
}

.vwe-registration-panel__visual {
  min-height: 690px;
}

.vwe-registration-panel__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vwe-registration-panel__content {
  padding: 92px 52px 46px;
}

.vwe-registration-panel__intro h2 {
  margin: 0;
  color: var(--vwe-white);
  font-size: clamp(2rem, 3vw, var(--vwe-font-form-title));
  line-height: 1.2;
}

.vwe-registration-panel__intro p {
  margin: 16px 0 0;
  max-width: 40ch;
  color: var(--vwe-white);
  font-size: var(--vwe-font-form-body);
  font-weight: 500;
  line-height: 1.5;
}

.vwe-registration {
  margin-top: 20px;
}

.vwe-registration__form {
  display: grid;
  gap: 16px;
}

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

.vwe-registration__grid--slots {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vwe-registration__section {
  display: grid;
  gap: 14px;
}

.vwe-field {
  display: grid;
  gap: 4px;
}

.vwe-field__label {
  color: var(--vwe-white);
  font-size: var(--vwe-font-form-label);
  font-weight: 500;
  line-height: 1.3;
}

.vwe-field__control {
  width: 100%;
  min-height: 35px;
  padding: 7px 10px;
  box-sizing: border-box;
  border: 0;
  background: rgba(0, 0, 0, 0.23);
  color: var(--vwe-white);
  font: inherit;
  border-radius: var(--vwe-radius-md);
}

.vwe-field__control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.vwe-field__control:focus {
  outline: 2px solid rgba(254, 88, 21, 0.45);
}

.vwe-field__control option {
  color: var(--vwe-ink);
}

.vwe-field__control--textarea {
  min-height: 72px;
  resize: vertical;
}

.vwe-choice-group {
  display: grid;
  gap: 4px;
}

.vwe-choice-group > span {
  margin-bottom: 2px;
}

.vwe-choice-group label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--vwe-white);
  font-size: var(--vwe-font-form-label);
  line-height: 1.3;
}

.vwe-choice-group input[type="radio"] {
  accent-color: var(--vwe-orange);
}

.vwe-registration__actions {
  display: flex;
  justify-content: flex-start;
}

.vwe-registration__consent {
  margin-top: 2px;
}

.vwe-registration__consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--vwe-white);
  font-size: var(--vwe-font-consent);
  line-height: 1.35;
}

.vwe-registration__consent-label input {
  margin-top: 2px;
  accent-color: var(--vwe-orange);
}

.vwe-registration__actions .vwe-button {
  min-width: 244px;
}

.vwe-notice {
  padding: 14px 16px;
  font-size: 0.95rem;
  font-weight: 600;
}

.vwe-notice--success {
  background: rgba(30, 180, 92, 0.12);
  color: #dfffe9;
}

.vwe-notice--error {
  background: rgba(254, 88, 21, 0.15);
  color: #fff0eb;
}

.vwe-section--faq {
  padding-bottom: 100px;
}

.vwe-faq-list {
  display: grid;
  gap: 18px;
}

.vwe-faq-item {
  background: var(--vwe-soft);
  padding: 0 28px;
  border-radius: var(--vwe-radius-md);
}

.vwe-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
  cursor: pointer;
  color: var(--vwe-navy);
  font-size: var(--vwe-font-faq-question);
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
}

.vwe-faq-item summary::-webkit-details-marker {
  display: none;
}

.vwe-faq-item summary::after {
  content: "+";
  color: var(--vwe-blue);
  font-size: 1.8rem;
  line-height: 1;
}

.vwe-faq-item[open] summary::after {
  content: "−";
}

.vwe-faq-item__answer {
  padding: 0 0 28px;
}

.vwe-faq-item__answer p {
  margin: 0;
  color: var(--vwe-ink);
  font-size: var(--vwe-font-faq-answer);
  font-weight: 500;
  line-height: 1.6;
}

.vwe-site-footer {
  background: var(--vwe-navy);
}

.vwe-site-footer__brand span,
.vwe-site-footer__nav a {
  color: var(--vwe-white);
}

.vwe-site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.vwe-site-footer__nav a {
  font-size: var(--vwe-font-footer);
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
}

.vwe-section__header.vwe-section__header--light h2,
.vwe-section__header.vwe-section__header--light p {
  color: var(--vwe-white);
}

@media (max-width: 1100px) {
  .vwe-site-header__edge-logo img {
    max-width: 154px;
    max-height: 56px;
  }

  .vwe-site-header__inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .vwe-site-nav {
    order: 3;
    width: 100%;
  }

  .vwe-site-nav__menu {
    justify-content: center;
  }

  .vwe-hero__content {
    top: 64px;
    left: 144px;
    right: 28px;
    max-width: 460px;
  }

  .vwe-schedule,
  .vwe-programme-cards,
  .vwe-practical-grid,
  .vwe-speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vwe-schedule--stack {
    grid-template-columns: 1fr;
  }

  .vwe-schedule--stack .vwe-schedule__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .vwe-registration-panel {
    grid-template-columns: 1fr;
  }

  .vwe-registration-panel__visual {
    min-height: 460px;
  }
}

@media (max-width: 767px) {
  .vwe-site-header__inner,
  .vwe-site-footer__inner,
  .vwe-site-footer__nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .vwe-site-header__edge-logo {
    position: static;
    transform: none;
    margin: 16px 16px 0;
  }

  .vwe-site-header__edge-logo img {
    max-width: 120px;
    max-height: 42px;
  }

  .vwe-site-nav__menu {
    gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .vwe-hero {
    min-height: auto;
  }

  .vwe-hero__media {
    min-height: auto;
  }

  .vwe-hero__image {
    height: 360px;
  }

  .vwe-hero__brand-tile {
    top: -16px;
    left: 12px;
    width: 108px;
    height: 108px;
  }

  .vwe-hero__brand-mark {
    width: 68px;
    height: 68px;
  }

  .vwe-hero__brand-mark img {
    max-width: 42px;
    max-height: 38px;
  }

  .vwe-hero__content {
    position: absolute;
    top: 108px;
    left: 22px;
    right: 22px;
    max-width: none;
    gap: 12px;
  }

  .vwe-hero h1 {
    line-height: 1.1;
  }

  .vwe-hero__date {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .vwe-home {
    gap: 72px;
  }

  .vwe-programme-cards,
  .vwe-schedule,
  .vwe-practical-grid,
  .vwe-speakers-grid,
  .vwe-registration__grid,
  .vwe-registration__grid--slots {
    grid-template-columns: 1fr;
  }

  .vwe-programme-card,
  .vwe-webcast-card,
  .vwe-practical-card,
  .vwe-registration-panel__content {
    padding-right: 22px;
    padding-left: 22px;
  }

  .vwe-webcast-card {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .vwe-section--speakers {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .vwe-registration-panel__visual {
    min-height: 300px;
  }

  .vwe-faq-item {
    padding: 0 20px;
  }

  .vwe-faq-item summary {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .vwe-speaker-modal {
    padding: 16px;
  }

  .vwe-speaker-modal__dialog {
    width: min(100%, 100%);
    padding: 28px 22px 24px;
  }
}
