:root {
  color-scheme: dark;
  --bg: #07080d;
  --surface: rgba(255, 255, 255, 0.07);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f5f5f0;
  --muted: #b8b7ae;
  --soft: #87867f;
  --accent: #d7ff6b;
  --accent-2: #72ffe4;
  --danger: #ff8f8f;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.45);
  --radius: 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 10%, rgba(114, 255, 228, 0.1), transparent 32rem),
    radial-gradient(circle at 84% 4%, rgba(215, 255, 107, 0.07), transparent 28rem),
    linear-gradient(180deg, #090a11 0%, #07080d 48%, #0d0d12 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), transparent 58%);
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(114, 255, 228, 0.72);
  outline-offset: 4px;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: 100%;
  margin: 0 auto;
}

.topbar {
  display: flex;
  width: min(100%, 1240px);
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 18px clamp(18px, 4vw, 34px);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(215, 255, 107, 0.42);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(215, 255, 107, 0.08);
  font-size: 12px;
  letter-spacing: 0;
}

.topnav {
  display: none;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.topnav a:hover,
.footer a:hover,
.inline-link:hover,
.consent-row a:hover {
  color: var(--accent);
}

.topnav a,
.footer a,
.inline-link,
.consent-row a {
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero {
  position: relative;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 34px) clamp(40px, 6vw, 72px);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: -120px 0 8%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 76% 30%, rgba(91, 141, 255, 0.14), transparent 30rem),
    radial-gradient(circle at 18% 40%, rgba(255, 206, 116, 0.07), transparent 26rem);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  width: min(100%, 1220px);
  align-items: center;
  gap: clamp(36px, 4.4vw, 56px);
  margin: 0 auto;
}

.hero-copy {
  max-width: 720px;
  animation: rise-in 700ms ease both;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(215, 255, 107, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(215, 255, 107, 0.07);
}

.hero-eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--accent);
  box-shadow: 0 0 18px rgba(215, 255, 107, 0.72);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(24px, 5vw, 54px);
  line-height: 1.02;
  font-weight: 700;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.5;
}

.hero-actions,
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-bottom: 18px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #0a0d0b;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 18px 56px rgba(114, 255, 228, 0.18);
}

.button-secondary {
  border-color: var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 560px;
}

.hero-chips span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(245, 245, 240, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-size: 12px;
  font-weight: 750;
}

.hero-visual {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 24px 82px rgba(0, 0, 0, 0.46),
    0 0 72px rgba(91, 141, 255, 0.16);
  overflow: hidden;
  animation: rise-in 900ms 120ms ease both;
}

.hero-visual::after {
  position: absolute;
  inset: 14px;
  z-index: 1;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  pointer-events: none;
}

.hero-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(5, 8, 18, 0) 42%, rgba(5, 8, 18, 0.62) 100%),
    radial-gradient(circle at 76% 26%, rgba(91, 141, 255, 0.14), transparent 32%),
    radial-gradient(circle at 24% 18%, rgba(255, 206, 116, 0.1), transparent 34%);
  pointer-events: none;
}

.hero-visual picture,
.hero-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-visual img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.hero-ai-panel,
.hero-float-badge {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--text);
  background: rgba(8, 10, 17, 0.58);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.hero-ai-panel {
  left: clamp(16px, 4vw, 30px);
  right: clamp(16px, 4vw, 30px);
  bottom: clamp(14px, 3vw, 24px);
  display: grid;
  gap: 5px;
  border-radius: 20px;
  padding: 14px 16px;
}

.hero-ai-panel .panel-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.hero-ai-panel strong {
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.04;
}

.hero-ai-panel span:last-child {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.hero-float-badge {
  border-radius: 999px;
  padding: 8px 11px;
  font-size: 12px;
  font-weight: 850;
  opacity: 0.88;
}

.badge-guests {
  top: 18%;
  left: 9%;
}

.badge-venue {
  top: 13%;
  right: 10%;
}

.badge-program {
  display: none;
  right: 13%;
  bottom: 34%;
}

.section {
  padding: clamp(46px, 5vw, 68px) clamp(18px, 3vw, 32px);
}

.section > * {
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

.section-note {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.55;
}

.event-context {
  display: inline-flex;
  max-width: 100%;
  margin: 14px 0 0;
  border: 1px solid rgba(114, 255, 228, 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(245, 245, 240, 0.82);
  background: rgba(114, 255, 228, 0.045);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.event-picker-layout {
  display: grid;
  max-width: 1120px;
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.event-intro {
  max-width: 430px;
  margin: 0;
  text-align: left;
}

.event-grid {
  display: grid;
  gap: 14px;
}

.event-options {
  align-items: stretch;
}

.event-card {
  --event-accent: var(--accent);
  --event-accent-soft: rgba(215, 255, 107, 0.12);
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.078);
  border-radius: 22px;
  padding: 20px;
  color: var(--text);
  text-align: left;
  background:
    radial-gradient(circle at 92% 0%, var(--event-accent-soft), transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.022));
  cursor: pointer;
  box-shadow: none;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.event-card::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.event-card-wedding {
  --event-accent: #ffd28a;
  --event-accent-soft: rgba(255, 210, 138, 0.16);
}

.event-card-corporate {
  --event-accent: #72ffe4;
  --event-accent-soft: rgba(114, 255, 228, 0.13);
}

.event-card-birthday {
  --event-accent: #d7ff6b;
  --event-accent-soft: rgba(215, 255, 107, 0.13);
}

.event-card-business {
  --event-accent: #8fb0ff;
  --event-accent-soft: rgba(143, 176, 255, 0.15);
}

.event-card:hover,
.event-card:focus-visible {
  border-color: color-mix(in srgb, var(--event-accent) 34%, white 0%);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.13);
  outline: none;
}

.event-card:hover::before,
.event-card:focus-visible::before {
  opacity: 1;
}

.event-card.is-selected {
  border-color: var(--event-accent);
  background:
    radial-gradient(circle at 88% 0%, var(--event-accent-soft), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.16),
    0 0 0 1px color-mix(in srgb, var(--event-accent) 28%, transparent);
}

.selected-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 1px solid color-mix(in srgb, var(--event-accent) 58%, transparent);
  border-radius: 999px;
  padding: 4px 7px;
  color: var(--event-accent);
  background: rgba(6, 8, 13, 0.62);
  font-size: 10px;
  font-weight: 850;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.event-card.is-selected .selected-badge {
  opacity: 1;
  transform: translateY(0);
}

.event-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 60px;
}

.event-icon {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--event-accent) 42%, transparent);
  border-radius: 50%;
  color: var(--event-accent);
  background: rgba(255, 255, 255, 0.055);
  font-size: 11px;
  font-weight: 900;
}

.event-category {
  color: color-mix(in srgb, var(--event-accent) 72%, white 20%);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.event-title {
  max-width: 320px;
  font-size: clamp(22px, 1.75vw, 26px);
  font-weight: 850;
  line-height: 1.08;
}

.event-text {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}

.event-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.event-chips span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 5px 8px;
  color: rgba(245, 245, 240, 0.72);
  background: rgba(255, 255, 255, 0.035);
  font-size: 12px;
  font-weight: 750;
  line-height: 1;
}

.event-card.is-selected .event-chips span {
  border-color: color-mix(in srgb, var(--event-accent) 24%, transparent);
  color: rgba(245, 245, 240, 0.86);
  background: color-mix(in srgb, var(--event-accent) 8%, transparent);
}

.brief-section[hidden] {
  display: none !important;
}

.brief-section.is-visible {
  animation: briefReveal 320ms ease-out both;
}

.anchor-target {
  position: relative;
  top: -12px;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-layout {
  position: relative;
  display: grid;
  gap: clamp(22px, 3vw, 34px);
  max-width: 1120px;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 22px;
  padding: clamp(18px, 2.6vw, 28px);
  background:
    radial-gradient(circle at 8% 0%, rgba(114, 255, 228, 0.09), transparent 28rem),
    radial-gradient(circle at 92% 18%, rgba(215, 255, 107, 0.055), transparent 22rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028));
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.form-layout::before {
  display: none;
}

.form-intro,
.lead-form {
  position: relative;
}

.form-intro p {
  max-width: 420px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.brief-status {
  display: inline-flex;
  margin-top: 8px;
  border: 1px solid rgba(114, 255, 228, 0.24);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--accent-2);
  background: rgba(114, 255, 228, 0.07);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.selected-event {
  display: inline-flex;
  margin-top: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 10px 12px;
  color: var(--accent);
  background: rgba(2, 3, 7, 0.24);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.brief-checklist {
  display: grid;
  gap: 10px;
  max-width: 390px;
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}

.brief-checklist strong {
  font-size: 16px;
  line-height: 1.15;
}

.brief-checklist ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.brief-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(245, 245, 240, 0.76);
  font-size: 13px;
  line-height: 1.35;
}

.brief-checklist li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  margin-top: 7px;
  border-radius: 50%;
  content: "";
  background: var(--accent-2);
  box-shadow: 0 0 16px rgba(114, 255, 228, 0.34);
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  opacity: 0.78;
  transition: opacity 220ms ease, transform 220ms ease;
}

.lead-form.is-active {
  opacity: 1;
  transform: translateY(-2px);
}

.field-row {
  display: grid;
  gap: 6px;
}

.field-full {
  grid-column: 1 / -1;
}

.field-row label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 13px;
  color: var(--text);
  background: rgba(2, 3, 7, 0.5);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

input:focus,
textarea:focus {
  border-color: rgba(114, 255, 228, 0.7);
  background: rgba(2, 3, 7, 0.68);
  box-shadow: 0 0 0 3px rgba(114, 255, 228, 0.1);
}

textarea {
  resize: vertical;
}

.consent-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-column: 1 / -1;
  gap: 12px;
  align-items: start;
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.consent-row input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--accent);
}

.consent-row span {
  display: block;
  min-width: 0;
  max-width: none;
}

.consent-row a,
.inline-link {
  color: var(--accent-2);
}

.form-error {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: #ffb3b3;
  font-size: 14px;
  font-weight: 800;
}

.submit-button {
  grid-column: 1 / -1;
  width: 100%;
  border: 0;
  box-shadow: 0 12px 32px rgba(114, 255, 228, 0.16);
  cursor: pointer;
}

.submit-button:disabled {
  color: rgba(245, 245, 240, 0.52);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.form-note {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: var(--soft);
  font-size: 13px;
  line-height: 1.45;
}

.success-state {
  display: grid;
  grid-column: 1 / -1;
  gap: 8px;
  border: 1px solid rgba(215, 255, 107, 0.42);
  border-radius: 18px;
  padding: 15px;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(215, 255, 107, 0.18), transparent 22rem),
    rgba(215, 255, 107, 0.08);
  animation: rise-in 260ms ease both;
}

.success-state[hidden] {
  display: none;
}

.success-state span {
  color: var(--muted);
  line-height: 1.5;
}

.success-format {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(215, 255, 107, 0.26);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--accent) !important;
  background: rgba(215, 255, 107, 0.07);
  font-size: 13px;
  font-weight: 850;
}

.success-state ul {
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.success-state li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 245, 240, 0.82);
  font-size: 14px;
}

.success-state li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  content: "";
  background: var(--accent);
  box-shadow: 0 0 16px rgba(215, 255, 107, 0.46);
}

.process-wrap {
  position: relative;
}

.steps-section .process-header {
  max-width: 720px;
  margin: 0 0 28px;
  text-align: left;
}

.steps-section .process-header .section-note {
  max-width: 700px;
}

.process-grid {
  position: relative;
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 22px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018));
  box-shadow: none;
  overflow: visible;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.process-card:hover {
  border-color: rgba(114, 255, 228, 0.16);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.step-number {
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(114, 255, 228, 0.22);
  border-radius: 999px;
  padding: 5px 8px;
  color: var(--accent-2);
  background: rgba(114, 255, 228, 0.045);
  font-size: 11px;
  font-weight: 900;
}

.process-card strong {
  max-width: 320px;
  font-size: clamp(20px, 1.7vw, 23px);
  line-height: 1.14;
}

.process-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.capabilities-section {
  display: block;
}

.capabilities-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.capabilities-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: start;
}

.capabilities-copy {
  max-width: 430px;
}

.capabilities-copy h2 {
  margin-bottom: 12px;
}

.capabilities-copy .section-note {
  margin-bottom: 14px;
}

.inline-link {
  display: inline-flex;
  margin-top: 2px;
  color: var(--accent-2);
  font-size: 15px;
  font-weight: 850;
}

.capabilities-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.capability-item {
  position: relative;
  display: grid;
  min-height: auto;
  gap: 6px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0;
  padding: 16px 0 17px;
  color: var(--text);
  background: transparent;
  overflow: visible;
  transition: border-color 180ms ease, transform 180ms ease;
}

.capability-item:hover {
  border-color: rgba(114, 255, 228, 0.22);
  transform: translateX(2px);
}

.capabilities-list span {
  width: fit-content;
  border: 1px solid rgba(114, 255, 228, 0.18);
  border-radius: 999px;
  padding: 3px 7px;
  color: rgba(114, 255, 228, 0.86);
  background: rgba(114, 255, 228, 0.035);
  font-size: 11px;
  font-weight: 900;
}

.capabilities-list strong {
  font-size: clamp(17px, 1.35vw, 19px);
  line-height: 1.2;
}

.capabilities-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.final-cta-section {
  padding-top: clamp(22px, 3vw, 42px);
}

.final-cta {
  display: grid;
  max-width: 960px;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 18px;
  padding: clamp(16px, 2.4vw, 24px);
  background:
    radial-gradient(circle at 16% 0%, rgba(114, 255, 228, 0.045), transparent 20rem),
    rgba(255, 255, 255, 0.026);
  box-shadow: none;
}

.final-cta h2 {
  max-width: 620px;
  margin-bottom: 10px;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.06;
}

.final-cta p {
  max-width: 580px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer {
  display: grid;
  width: min(100%, 1120px);
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 auto;
  padding: 22px clamp(18px, 3vw, 24px) 24px;
  color: var(--muted);
  font-size: 14px;
  background: transparent;
}

.footer p {
  margin: 8px 0 0;
}

address {
  font-style: normal;
  line-height: 1.45;
}

.footer-links {
  display: grid;
  gap: 12px;
}

.footer-link-group {
  display: grid;
  gap: 6px;
  align-content: start;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.footer-link-group span {
  color: rgba(245, 245, 240, 0.52);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-link-group a {
  width: fit-content;
  color: rgba(245, 245, 240, 0.78);
  line-height: 1.3;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes briefReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 720px) {
  .topnav {
    display: flex;
  }

  .lead-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-card:not(:last-child)::after {
    position: absolute;
    top: 34px;
    left: calc(100% + 4px);
    width: 10px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgba(114, 255, 228, 0.28), rgba(114, 255, 228, 0.02));
  }
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  }

  .event-picker-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .footer {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .form-layout {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
  }

  .footer-links {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-visual img {
    min-height: clamp(480px, 40vw, 540px);
  }

  .final-cta {
    grid-template-columns: minmax(0, 1fr) auto;
  }
}

@media (min-width: 1180px) {
  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .event-intro {
    max-width: 720px;
  }

  .capabilities-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .capabilities-copy {
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  .capabilities-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .topbar {
    align-items: flex-start;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .hero {
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(34px, 11.2vw, 43px);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(28px, 8.5vw, 34px);
    line-height: 1.1;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .hero-chips {
    gap: 7px;
  }

  .hero-chips span {
    padding: 6px 9px;
    font-size: 12px;
  }

  .event-card {
    min-height: auto;
    border-radius: 18px;
    padding: 16px;
  }

  .event-title {
    font-size: clamp(20px, 6.3vw, 24px);
  }

  .event-topline {
    padding-right: 56px;
  }

  .event-chips {
    gap: 6px;
  }

  .event-chips span {
    padding: 5px 7px;
  }

  .form-layout {
    border-radius: 18px;
    padding: 16px;
  }

  .brief-checklist {
    margin-top: 14px;
    padding-top: 14px;
  }

  .steps-list li,
  .process-card,
  .capabilities-list li {
    padding: 14px;
  }

  .capability-item {
    padding-right: 0;
    padding-left: 0;
  }

  .final-cta {
    gap: 14px;
    padding: 16px;
  }

  .final-cta h2 {
    margin-bottom: 8px;
    font-size: clamp(24px, 8vw, 30px);
    line-height: 1.08;
  }

  .final-cta p {
    font-size: 15px;
  }

  .final-cta-actions {
    flex-direction: column;
  }

  .footer {
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 24px;
  }

  .footer-link-group {
    border-radius: 0;
    padding: 0;
  }
}

@media (max-width: 800px) {
  .hero {
    min-height: auto;
    padding-top: 30px;
  }

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

  .hero-visual {
    border-radius: 24px;
  }

  .hero-visual img {
    aspect-ratio: 16 / 11;
    max-height: 320px;
    object-position: center center;
  }

  .hero-float-badge {
    display: none;
  }

  .hero-ai-panel {
    left: 12px;
    right: 12px;
    bottom: 12px;
    border-radius: 18px;
    padding: 12px 14px;
  }
}

@media (max-width: 420px) {
  .hero-visual img {
    aspect-ratio: 4 / 3;
    max-height: 240px;
  }

  .footer-link-group {
    border: 0;
    padding: 0;
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
