/* ============================================================
   Rotterdam 2026 — Business and Investment in Mexico
   Holland House Mexico brand identity
   Archivo font family | Royal blue + Orange palette
   ============================================================ */

/* ── Google Fonts import ── */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

/* ── CSS Variables ── */
:root {
  --blue:        #0000c8;
  --blue-dark:   #0000a0;
  --blue-light:  #2222e0;
  --orange:      #ff6f00;
  --orange-dark: #cc5900;
  --black:       #000000;
  --white:       #ffffff;
  --grey-light:  #f5f5f5;
  --grey-mid:    #e0e0e0;
  --grey-text:   #444444;
  --grey-helper: #666666;
  --error:       #cc0000;
  --success:     #006600;

  --font:        'Archivo', sans-serif;

  --radius:      3px;
  --transition:  0.2s ease;
  --shadow:      0 2px 12px rgba(0, 0, 200, 0.10);
}

/* ── Reset ── */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: var(--font);
  line-height: 1.15;
  color: var(--blue);
}

h1 { font-weight: 900; font-size: clamp(1.6rem, 4vw, 2.6rem); }
h2 { font-weight: 700; font-size: clamp(1.2rem, 3vw, 1.8rem); }
h3 { font-weight: 600; font-size: clamp(1rem, 2vw, 1.25rem); }
h4 { font-weight: 600; font-size: 1rem; }

p  { font-weight: 400; margin-bottom: 0.75rem; }

a {
  color: var(--blue);
  text-decoration: none;
}
a:hover { text-decoration: underline; }

/* ── Layout ── */
.container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container--wide {
  max-width: 1100px;
}

/* ── Hero banner ── */
.hero {
  position: relative;
  overflow: hidden;
  background-image: url('images/Containers_port.png');
  background-size: cover;
  background-position: center 40%;
}

/* Blue semi-transparent overlay over the full hero */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 160, 0.62);
  z-index: 0;
}

.hero__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Text block — sits on top of overlay */
.hero__titlebar {
  position: relative;
  z-index: 1;
  padding: 2.5rem 0 1rem;
  text-align: left;
}

.hero__title {
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.05;
  margin-bottom: 0.5rem;
}

.hero__subtitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  color: var(--white);
  margin: 0 0 2rem;
}

/* Logo row — inside hero, on blue overlay */
.hero__logos {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0 2.5rem;
  background: transparent;
}

.hero__logos-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  flex-wrap: wrap;
}

.hero__logo-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.hero__logo-label {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.7);
}

.hero__logo {
  object-fit: contain;
}

.hero__logo--hhm       { height: 65px; max-width: 170px; }
.hero__logo--feyenoord { height: 75px; max-width: 75px; }

.hero__logo-divider {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,0.3);
  align-self: center;
}

/* ── Organiser bar — white background, HHM + Feyenoord ── */
.organiser-bar {
  background: var(--white);
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid var(--grey-mid);
}

.organiser-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
}

.organiser-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.organiser-label {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--grey-helper);
}

.organiser-logo { object-fit: contain; }
.organiser-logo--hhm       { height: 180px;  max-width: 400px; }
.organiser-logo--feyenoord { height: 180px; max-width: 400px; }

.organiser-divider {
  width: 1px;
  height: 80px;
  background: var(--grey-mid);
  align-self: center;
}

/* ── Facts bar — stacked date + venue matching poster ── */
.facts-bar {
  background: var(--orange);
  padding: 1.25rem 2rem;
  text-align: center;
}

.facts-bar__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.facts-bar__date {
  font-family: var(--font);
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--white);
  font-weight: 400;
}

.facts-bar__date strong { font-weight: 700; }

.facts-bar__divider {
  width: 60%;
  height: 3px;
  background: rgba(255,255,255,1);
  margin: 0.2rem 0;
}

.facts-bar__venue {
  font-family: var(--font);
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--white);
  font-weight: 700;
}

@media (max-width: 600px) {
  .organiser-divider { display: none; }
  .organiser-bar__inner { gap: 2rem; }
}



/* ── Collab bar ── */
.collab-bar {
  background: var(--white);
  padding: 1.5rem 2rem;
  border-bottom: 3px solid var(--grey-mid);
}

.collab-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.collab-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.collab-label {
  font-family: var(--font);
  font-weight: 600;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--grey-helper);
}

.collab-logos {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.collab-logo {
  object-fit: contain;
}

.collab-logo--knowleds  { height: 55px; max-width: 80px; }
.collab-logo--benexel   { height: 40px; max-width: 120px; }
.collab-logo--embamex   { height: 55px; max-width: 200px; }

.collab-divider {
  width: 1px;
  height: 60px;
  background: var(--grey-mid);
}

@media (max-width: 700px) {
  .hero__logo-divider,
  .collab-divider { display: none; }
  .hero__logos-inner,
  .collab-bar__inner { gap: 1.5rem; }
  .facts-bar__container { flex-direction: column; gap: 0.25rem; }
}

/* ── Orange ribbon banner ── */
.ribbon {
  background: var(--orange);
  padding: 0.6rem 0;
  text-align: center;
}

.ribbon__text {
  font-family: var(--font);
  font-weight: 900;
  font-size: clamp(0.75rem, 2vw, 1rem);
  color: var(--white);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ── Page header ── */
.page-header {
  background: var(--blue);
  color: var(--white);
  padding: 2.5rem 0 2rem;
}

.page-header__subtitle {
  font-family: var(--font);
  font-weight: 400;
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  color: rgba(255, 255, 255, 0.88);
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

/* Key facts row */
.key-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  margin-bottom: 2rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.10);
  border-left: 4px solid var(--orange);
}

.key-facts__item {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.key-facts__item span {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

/* Partner logo row */
.partners {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.partners__group {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.partners__label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--orange);
}

.partners__name {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
}

/* Programme summary */
.programme {
  background: var(--white);
  border-top: 4px solid var(--orange);
  padding: 1.5rem 0;
}

.programme__title {
  font-weight: 700;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin-bottom: 1rem;
}

.programme__list {
  list-style: none;
  padding: 0;
}

.programme__list li {
  width: 100%;
  font-size: 1rem;
  color: var(--grey-text);
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--grey-mid);
  display: flex;
  align-items: center;
  gap: 1rem;
}

.prog-time {
  font-weight: 700;
  font-size: 1rem;
  color: var(--orange);
  min-width: 2.8rem;
  font-variant-numeric: tabular-nums;
}

/* ── Event notice ── */
.event-notice {
  background: rgba(0, 0, 200, 0.06);
  border-left: 4px solid var(--blue);
  padding: 0.85rem 1.1rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  color: var(--blue);
  font-weight: 600;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.event-notice--form {
  border-left-color: var(--orange);
  background: rgba(255, 111, 0, 0.06);
  color: var(--orange-dark);
  margin-bottom: 1.25rem;
}

/* ── Progress bar ── */
.progress-bar { margin-bottom: 2rem; }
.progress-bar__track {
  height: 6px;
  background: var(--grey-mid);
  border-radius: 3px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.progress-bar__fill {
  height: 100%;
  background: var(--orange);
  border-radius: 3px;
  transition: width 0.4s ease;
  width: 0%;
}
.progress-bar__steps { display: flex; justify-content: space-between; }
.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  flex: 1;
}
.progress-step__dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--grey-mid);
  color: var(--grey-helper);
  font-weight: 700;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition);
}
.progress-step__label {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--grey-helper);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
}
.progress-step.active .progress-step__dot { background: var(--orange); color: var(--white); }
.progress-step.active .progress-step__label { color: var(--orange); }
.progress-step.done .progress-step__dot { background: var(--blue); color: var(--white); }
.progress-step.done .progress-step__label { color: var(--blue); }

/* ── Form steps ── */
.form-step { display: none; }
.form-step.active-step { display: block; }

/* ── Step nav ── */
.step-nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--grey-mid);
}
.btn-next {
  padding: 0.75rem 2rem;
  background: var(--blue);
  color: var(--white);
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.btn-next:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-back {
  padding: 0.75rem 1.5rem;
  background: transparent;
  color: var(--grey-helper);
  font-family: var(--font);
  font-weight: 600;
  font-size: 1rem;
  border: 1.5px solid var(--grey-mid);
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition);
}
.btn-back:hover { border-color: var(--blue); color: var(--blue); }

@media (max-width: 600px) {
  .step-nav { flex-direction: column-reverse; }
  .btn-next, .btn-back, .btn-submit { width: 100%; text-align: center; }
  .progress-step__label { font-size: 0.62rem; }
}

/* ── Form area ── */
.form-area {
  padding: 2.5rem 0 3rem;
  background: var(--white);
}

.form-area__heading {
  font-weight: 900;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  color: var(--blue);
  margin-bottom: 0.25rem;
}

.form-area__sub {
  font-size: 0.9rem;
  color: var(--grey-helper);
  margin-bottom: 2rem;
}

/* ── Form sections ── */
.form-section {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--grey-light);
  border-top: 3px solid var(--blue);
}

.form-section__title {
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--blue);
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--orange);
  display: inline-block;
}

/* ── Form fields ── */
.field {
  margin-bottom: 1.25rem;
}

.field label {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--black);
  margin-bottom: 0.35rem;
}

.field label .required {
  color: var(--orange);
  margin-left: 0.2rem;
  font-weight: 700;
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  font-family: var(--font);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--black);
  background: var(--white);
  border: 1.5px solid var(--grey-mid);
  border-radius: var(--radius);
  padding: 0.6rem 0.85rem;
  transition: border-color var(--transition), box-shadow var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 0, 200, 0.12);
}

.field input.error,
.field select.error,
.field textarea.error {
  border-color: var(--error);
}

.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%230000c8' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.field textarea {
  resize: vertical;
  min-height: 80px;
}

.field__helper {
  font-size: 0.78rem;
  color: var(--grey-helper);
  margin-top: 0.3rem;
}

.field__error {
  font-size: 0.78rem;
  color: var(--error);
  margin-top: 0.3rem;
  display: none;
}

.field__error.visible {
  display: block;
}

/* Two-column grid for short fields */
.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.25rem;
}

@media (max-width: 600px) {
  .field-grid { grid-template-columns: 1fr; }
}

/* ── Radio and checkbox groups ── */
.radio-group,
.check-group {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 0.2rem;
}

.radio-group label,
.check-group label {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: 1.4;
}

.radio-group input[type="radio"],
.check-group input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-top: 0.15rem;
  accent-color: var(--blue);
  cursor: pointer;
}

/* Highlighted radio option (category selector) */
.category-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

@media (max-width: 600px) {
  .category-group { grid-template-columns: 1fr; }
}

.category-option {
  position: relative;
}

.category-option input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.category-option label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem;
  border: 2px solid var(--grey-mid);
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  background: var(--white);
  transition: border-color var(--transition), background var(--transition);
  user-select: none;
}

.category-option label::before {
  content: '';
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  border: 2px solid var(--grey-mid);
  border-radius: 50%;
  transition: border-color var(--transition), background var(--transition);
}

.category-option input[type="radio"]:checked + label {
  border-color: var(--blue);
  background: rgba(0, 0, 200, 0.05);
  color: var(--blue);
}

.category-option input[type="radio"]:checked + label::before {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: inset 0 0 0 3px var(--white);
}

.category-option input[type="radio"]:focus + label {
  outline: 2px solid var(--orange);
  outline-offset: 2px;
}

/* ── Consent block ── */
.consent-section {
  background: var(--white);
  border: 1.5px solid var(--grey-mid);
  border-top: 3px solid var(--orange);
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.consent-section .form-section__title {
  color: var(--orange);
  border-bottom-color: var(--blue);
}

.consent-item {
  margin-bottom: 1.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--grey-mid);
}

.consent-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.consent-item label {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.consent-item input[type="checkbox"],
.consent-item input[type="radio"] {
  min-width: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0.2rem;
  accent-color: var(--blue);
  cursor: pointer;
}

.consent-item .required-badge {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 111, 0, 0.1);
  padding: 0.1rem 0.4rem;
  border-radius: 2px;
  margin-left: 0.4rem;
  white-space: nowrap;
}

.photo-intro {
  font-size: 0.85rem;
  color: var(--grey-text);
  margin-bottom: 0.75rem;
  font-style: italic;
}

/* ── Submit button ── */
.btn-submit {
  display: block;
  width: 100%;
  padding: 1rem 2rem;
  background: var(--orange);
  color: var(--white);
  font-family: var(--font);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: 0 4px 16px rgba(255, 111, 0, 0.3);
}

.btn-submit:hover {
  background: var(--orange-dark);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(255, 111, 0, 0.4);
}

.btn-submit:focus {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}

.btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 111, 0, 0.3);
}

.btn-submit:disabled {
  background: var(--grey-mid);
  color: var(--grey-helper);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* ── Press contact notice ── */
.press-contact-notice {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  background: var(--grey-light);
  border-left: 3px solid var(--blue);
  font-size: 0.95rem;
  color: var(--grey-text);
  border-radius: 0 var(--radius) var(--radius) 0;
}
.press-contact-notice a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: underline;
}

/* ── GDPR notice under form ── */
.gdpr-notice {
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: var(--grey-light);
  border-left: 3px solid var(--grey-mid);
  font-size: 0.78rem;
  color: var(--grey-helper);
  line-height: 1.6;
}

.gdpr-notice a {
  color: var(--blue);
  text-decoration: underline;
}

/* ── Conditional blocks (hidden by default) ── */
.conditional-block {
  display: none;
}

.conditional-block.visible {
  display: block;
}

/* ── Success message ── */
.success-panel {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
  background: var(--grey-light);
  border-top: 4px solid var(--blue);
}

.success-panel.visible {
  display: block;
}

.success-panel__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.25rem;
  background: var(--blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.success-panel__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--white);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.success-panel__title {
  font-weight: 900;
  font-size: 1.4rem;
  color: var(--blue);
  margin-bottom: 0.75rem;
}

.success-panel__body {
  font-size: 0.95rem;
  color: var(--grey-text);
  max-width: 480px;
  margin: 0 auto 0.5rem;
}

.success-panel__contact {
  font-size: 0.85rem;
  color: var(--grey-helper);
}

.success-panel__contact a {
  color: var(--blue);
  font-weight: 600;
}

/* ── Error summary banner ── */
.error-banner {
  display: none;
  background: #fff0f0;
  border: 1.5px solid var(--error);
  border-left: 4px solid var(--error);
  padding: 0.85rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: var(--error);
  font-weight: 600;
}

.error-banner.visible {
  display: block;
}

/* ── Closed registration state ── */
.closed-panel {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--grey-light);
  border-top: 4px solid var(--orange);
}

.closed-panel__title {
  font-weight: 900;
  color: var(--blue);
  margin-bottom: 0.75rem;
}

.closed-panel__body {
  color: var(--grey-text);
  font-size: 0.95rem;
}

/* ── Footer ── */
.page-footer {
  background: var(--blue);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 0.78rem;
}

.page-footer a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}

/* ── Utility ── */
.text-orange { color: var(--orange); }
.text-blue   { color: var(--blue); }
.text-white  { color: var(--white); }
.mt-1  { margin-top: 0.5rem; }
.mt-2  { margin-top: 1rem; }
.mb-0  { margin-bottom: 0; }

/* ── Responsive ── */
@media (max-width: 768px) {
  .form-section { padding: 1.25rem 1rem; }
  .key-facts     { flex-direction: column; gap: 0.5rem; }
  .partners      { gap: 1rem; }
  .category-group { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .page-header { padding: 1.75rem 0 1.5rem; }
}