.switch-hero {
  min-height: min(820px, 90svh);
}

.switch-hero .hero-title {
  font-size: clamp(70px, 11vw, 132px);
}

.switch-hero-note {
  max-width: 650px;
  margin: -18px 0 34px;
  color: var(--text);
  font-size: clamp(18px, 2vw, 21px);
  font-weight: 600;
  line-height: 1.55;
}

.switch-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.switch-trust-pills span {
  border: 1px solid var(--border);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--text2);
  padding: 7px 10px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.switch-word-panel,
.switch-feature-card,
.switch-screenshot-card,
.switch-waitlist-panel,
.switch-faq-list details,
.switch-capability-list article,
.switch-setup-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.78), rgba(241, 233, 255, 0.54)),
    var(--surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.switch-word-panel {
  position: relative;
  overflow: hidden;
  padding: 20px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  animation: panelFloat 7s ease-in-out infinite;
}

.switch-word-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.68;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(15, 146, 123, 0.14), transparent 42%),
    linear-gradient(250deg, rgba(196, 122, 25, 0.1), transparent 48%);
}

.switch-word-panel > * {
  position: relative;
  z-index: 1;
}

.switch-word-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--border);
  padding: 15px 0;
}

.switch-word-row span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--text3);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 800;
}

.switch-word-row strong {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1;
}

.switch-word-panel p {
  margin: 14px 0 0;
  color: var(--text2);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.switch-split,
.switch-capabilities-layout,
.switch-faq-layout,
.switch-waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 7vw, 84px);
  align-items: start;
}

.switch-split .section-header,
.switch-capabilities-layout .section-header,
.switch-faq-layout .section-header,
.switch-waitlist-layout .section-header {
  margin-bottom: 0;
}

.switch-copy-stack {
  display: grid;
  gap: 20px;
  color: var(--text2);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  line-height: 1.75;
}

.switch-copy-stack p {
  margin: 0;
}

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

.switch-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 24px;
}

.switch-feature-card::before,
.switch-capability-list article::before,
.switch-waitlist-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.58;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(168, 85, 247, 0.18), transparent 38%),
    linear-gradient(230deg, rgba(15, 146, 123, 0.065), transparent 46%);
}

.switch-feature-card > *,
.switch-capability-list article > *,
.switch-waitlist-panel > * {
  position: relative;
  z-index: 1;
}

.switch-feature-card h3,
.switch-capability-list h3 {
  margin: 18px 0 10px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
}

.switch-feature-card p,
.switch-capability-list p {
  margin: 0;
  color: var(--text2);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.62;
}

.switch-steps {
  counter-reset: switch-step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.switch-steps li {
  counter-increment: switch-step;
  min-height: 132px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--text2);
  font-weight: 600;
  line-height: 1.5;
}

.switch-steps li::before {
  content: counter(switch-step, decimal-leading-zero);
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 800;
}

.switch-setup-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.85fr) minmax(280px, 1fr);
  gap: 18px 24px;
  margin-top: 16px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.72), rgba(241, 233, 255, 0.5)),
    var(--surface);
}

.switch-setup-panel strong {
  display: block;
  margin-top: 12px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.switch-setup-panel ol {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
  color: var(--text);
  font-weight: 800;
}

.switch-setup-panel p {
  grid-column: 1 / -1;
  margin: 0;
  border-top: 1px solid var(--border);
  padding-top: 16px;
  color: var(--text2);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.55;
}

.switch-capability-list {
  display: grid;
  gap: 12px;
}

.switch-capability-list article {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.switch-capability-list h3 {
  margin-top: 0;
}

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

.switch-screenshot-card {
  overflow: hidden;
  margin: 0;
  background: rgba(255, 250, 241, 0.78);
}

.switch-screenshot-card[hidden],
.switch-screenshots-section[hidden] {
  display: none;
}

.switch-screenshot-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.72);
  object-fit: contain;
}

.switch-screenshot-card figcaption {
  margin: 0;
  padding: 14px 16px 16px;
  color: var(--text2);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.switch-faq-list {
  display: grid;
  gap: 10px;
}

.switch-faq-list details {
  overflow: hidden;
  padding: 0;
}

.switch-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
}

.switch-faq-list summary::marker {
  color: var(--accent);
}

.switch-faq-list p {
  margin: 0;
  border-top: 1px solid var(--border);
  padding: 0 20px 20px;
  color: var(--text2);
  font-weight: 300;
}

.switch-waitlist-section {
  border-top: 1px solid var(--border);
  background:
    linear-gradient(160deg, rgba(241, 233, 255, 0.78), rgba(248, 243, 234, 0.92)),
    var(--bg2);
}

.switch-waitlist-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: var(--shadow);
}

.switch-waitlist-panel strong {
  display: block;
  margin-top: 18px;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  line-height: 1.05;
}

.switch-waitlist-panel p {
  margin: 18px 0 24px;
  color: var(--text2);
  font-weight: 300;
}

.switch-waitlist-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 820px) {
  .switch-split,
  .switch-capabilities-layout,
  .switch-faq-layout,
  .switch-waitlist-layout {
    grid-template-columns: 1fr;
  }

  .switch-word-panel {
    width: min(100%, 540px);
  }

  .switch-feature-grid,
  .switch-steps,
  .switch-screenshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .switch-hero .hero-title {
    font-size: clamp(48px, 15vw, 62px);
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
  }

  .switch-hero-note {
    margin-top: -12px;
    font-size: 17px;
  }

  .switch-feature-card,
  .switch-capability-list article,
  .switch-setup-panel,
  .switch-waitlist-panel {
    min-height: auto;
    padding: 22px;
  }

  .switch-feature-grid,
  .switch-steps,
  .switch-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .switch-steps li {
    min-height: auto;
  }

  .switch-word-panel {
    animation: none;
  }

  .switch-word-row {
    gap: 12px;
  }

  .switch-setup-panel {
    grid-template-columns: 1fr;
  }
}
