/* Page-specific styles for innovation-week-2026.html */
:root {
  --iw-bg: #0b1220;
  --iw-surface: rgba(255, 255, 255, 0.06);
  --iw-surface-2: rgba(255, 255, 255, 0.09);
  --iw-border: rgba(255, 255, 255, 0.14);
  --iw-text: rgba(255, 255, 255, 0.92);
  --iw-muted: rgba(255, 255, 255, 0.75);
  --iw-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

/* Page typography */
body.innovation-week-page {
  font-family: Figtree, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
}

/* Modal */
.iw-modal[aria-hidden="true"] {
  display: none;
}
.iw-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 22px;
}
.iw-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(6px);
}
.iw-modal__panel {
  position: relative;
  width: min(920px, 100%);
  max-height: min(86vh, 780px);
  overflow: auto;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}
.iw-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}
.iw-modal__eyebrow {
  font-weight: 800;
  color: rgba(17, 24, 39, 0.70);
  font-size: 0.9rem;
}
.iw-modal__title {
  margin: 4px 0 0;
  font-size: 1.25rem;
  color: #0f172a;
}
.iw-modal__close {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  background: #ffffff;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.iw-modal__close:hover {
  background: rgba(245, 158, 11, 0.10);
  border-color: rgba(245, 158, 11, 0.28);
}
.iw-modal__body {
  padding: 16px 18px 18px;
}
.iw-form__section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}
.iw-form__section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.iw-form__section-title {
  margin: 0 0 10px;
  font-size: 1.05rem;
  color: #0f172a;
  letter-spacing: -0.1px;
}

.iw-alert {
  border-radius: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  margin-top: 6px;
  margin-bottom: 14px;
  font-weight: 700;
}
.iw-alert--success {
  background: rgba(0, 130, 63, 0.10);
  border-color: rgba(0, 130, 63, 0.18);
  color: rgba(0, 70, 33, 0.95);
}

.iw-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.iw-field--span2 {
  grid-column: 1 / -1;
}
.iw-field__label {
  display: block;
  font-weight: 850;
  color: rgba(15, 23, 42, 0.88);
  margin-bottom: 6px;
}
.iw-field__input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  background: #ffffff;
  padding: 12px 12px;
  font: inherit;
  color: #0f172a;
}
.iw-field__input:focus {
  outline: 3px solid rgba(245, 158, 11, 0.35);
  outline-offset: 2px;
  border-color: rgba(245, 158, 11, 0.55);
}
.iw-field__textarea {
  resize: vertical;
}
.iw-check {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  font-weight: 750;
  color: rgba(15, 23, 42, 0.85);
}
.iw-check input {
  margin-top: 4px;
}
.iw-form__actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.iw-modal-opened {
  overflow: hidden;
}

@media (max-width: 680px) {
  .iw-form__grid {
    grid-template-columns: 1fr;
  }
  .iw-modal {
    padding: 14px;
  }
}

/* Improve default container rhythm on this page */
.iw-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}

.iw-skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: #fff;
  color: #000;
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 9999;
}
.iw-skip-link:focus {
  left: 10px;
}

/* Hero */
.iw-hero {
  position: relative;
  overflow: hidden;
  color: var(--iw-text);
  background:
    radial-gradient(1100px 520px at 18% 12%, rgba(255, 255, 255, 0.20), transparent 62%),
    radial-gradient(900px 520px at 82% 18%, rgba(255, 255, 255, 0.14), transparent 60%),
    linear-gradient(135deg, #fcd24c 0%, #f59f0d 100%);
  padding: 72px 0 44px;
}
.iw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.28), transparent 55%),
    radial-gradient(700px 420px at 45% 35%, rgba(255, 255, 255, 0.18), transparent 62%);
  pointer-events: none;
}
.iw-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.iw-title {
  margin: 0 0 10px;
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  line-height: 1.1;
  color: #1b1b1b;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.12);
}
.iw-theme {
  margin: 0 0 14px;
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: 1.15rem;
  line-height: 1.45;
  color: rgba(27, 27, 27, 0.92);
  max-width: 64ch;
}
.iw-subtitle {
  margin: 0 0 22px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(27, 27, 27, 0.78);
  max-width: 62ch;
}
.iw-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}
.iw-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.10);
  color: rgba(27, 27, 27, 0.92);
  backdrop-filter: blur(10px);
}
.iw-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.iw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}
.iw-btn:focus-visible {
  outline: 3px solid rgba(208, 162, 66, 0.55);
  outline-offset: 3px;
}
.iw-btn-primary {
  background: linear-gradient(135deg, #26286f 0%, #0c3a1f 100%);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
}
.iw-btn-primary:hover {
  transform: translateY(-1px);
}
.iw-btn-accent {
  background: linear-gradient(135deg, #0c3a1f 0%, #00823f 100%);
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}
.iw-btn-accent:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #0a2f19 0%, #007238 100%);
}
.iw-btn-accent:focus-visible {
  outline: 3px solid rgba(0, 130, 63, 0.30);
  outline-offset: 3px;
}
.iw-btn-ghost {
  background: rgba(255, 255, 255, 0.35);
  color: rgba(27, 27, 27, 0.92);
}
.iw-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.iw-hero-card {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: var(--iw-shadow);
  padding: 18px;
}
.iw-hero-card h3 {
  color: rgba(27, 27, 27, 0.92);
  font-size: 1rem;
  margin-bottom: 10px;
  letter-spacing: 0.2px;
}
.iw-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.iw-stat {
  border-radius: 14px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.iw-stat strong {
  display: block;
  font-size: 1.25rem;
  color: rgba(27, 27, 27, 0.92);
  letter-spacing: -0.2px;
}
.iw-stat span {
  display: block;
  color: rgba(27, 27, 27, 0.72);
  font-size: 0.92rem;
  margin-top: 2px;
}

/* Page-scoped header emphasis (do not affect other pages) */
.innovation-week-page header {
  border-bottom: 1px solid rgba(17, 24, 39, 0.10);
}
.innovation-week-page .branding {
  padding: 18px 20px;
  gap: 18px;
}
.innovation-week-page .branding img {
  height: 92px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.18));
}
.innovation-week-page .branding .site-title {
  background: transparent;
  padding: 0;
  text-align: left;
  font-size: 1.55rem;
  line-height: 1.2;
  color: #111827;
  font-weight: 900;
}


/* Sections */
.iw-section {
  padding: 70px 0;
  background: #ffffff;
  color: #1f2937;
}
.iw-section.iw-section-alt {
  background: #f7f8fb;
}
.iw-section.iw-dark {
  background: #0b1220;
  color: var(--iw-text);
}
.iw-section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}
.iw-section-header h2 {
  font-size: 1.9rem;
  line-height: 1.2;
  color: inherit;
  margin: 0;
}
.iw-section-header p {
  margin: 0;
  max-width: 62ch;
  color: rgba(31, 41, 55, 0.78);
}
.iw-about .iw-section-header p {
  max-width: none;
}
.iw-sponsorship .iw-section-header p {
  max-width: none;
}
.iw-dark .iw-section-header p {
  color: var(--iw-muted);
}

.iw-card-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.iw-card {
  grid-column: span 6;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.iw-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  color: #0f172a;
}
.iw-card p {
  margin: 0;
  color: rgba(31, 41, 55, 0.82);
  line-height: 1.65;
}
.iw-card .iw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 10px;
}
.iw-card .iw-kicker small {
  font-weight: 700;
  color: rgba(31, 41, 55, 0.72);
}

.iw-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.iw-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 24, 39, 0.10);
  background: #ffffff;
  color: #0f172a;
  font-weight: 650;
}
.iw-pill span {
  font-weight: 700;
  color: rgba(31, 41, 55, 0.75);
}
.iw-dark .iw-pill {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.iw-dark .iw-pill span {
  color: var(--iw-muted);
}

/* Sponsorship */
.iw-sponsor-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.iw-tier {
  grid-column: span 3;
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.iw-tier h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #0f172a;
}
.iw-tier .iw-price {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.2px;
  margin: 0 0 10px;
  color: #0f172a;
}
.iw-tier ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(31, 41, 55, 0.82);
  line-height: 1.6;
}
.iw-tier.iw-featured {
  background: linear-gradient(135deg, rgba(208, 162, 66, 0.14), rgba(0, 130, 63, 0.10));
  border-color: rgba(208, 162, 66, 0.35);
  position: relative;
}
.iw-tier.iw-featured::before {
  content: "Most visible";
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0.8rem;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(38, 40, 111, 0.10);
  color: #26286f;
  border: 1px solid rgba(38, 40, 111, 0.20);
}

/* Footer callout */
.iw-contact-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 18px;
  box-shadow: var(--iw-shadow);
}
.iw-contact-card h3 {
  margin: 0 0 10px;
  color: #fff;
}
.iw-contact-card p,
.iw-contact-card a {
  color: var(--iw-muted);
}
.iw-contact-card a {
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}
.iw-contact-card a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 920px) {
  .iw-hero-grid {
    grid-template-columns: 1fr;
  }
  .iw-hero-card {
    max-width: 520px;
  }
  .iw-tier {
    grid-column: span 6;
  }
}
@media (max-width: 640px) {
  .iw-stat-grid {
    grid-template-columns: 1fr;
  }
  .iw-card {
    grid-column: span 12;
  }
  .iw-tier {
    grid-column: span 12;
  }
  .iw-section-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

