:root {
  --blue: #064cff;
  --blue-dark: #0038d9;
  --navy: #050b2a;
  --ink: #0d1533;
  --muted: #526079;
  --soft: #f7f9fc;
  --line: #dce3ee;
  --line-strong: #c8d1de;
  --green: #0b8d3e;
  --green-soft: #effaf1;
  --warning: #f59e0b;
  --danger: #ef3b2d;
  --purple: #7c3aed;
  --shadow: 0 24px 70px rgb(5 11 42 / 12%);
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: #fff;
  letter-spacing: 0;
}

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

svg {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 3.25rem);
  padding: 0 clamp(1rem, 3.1vw, 3.5rem);
  background: rgb(255 255 255 / 92%);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: max-content;
  color: var(--navy);
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
  font-weight: 800;
  line-height: 1;
}

.brand-mark {
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgb(6 76 255 / 18%);
}

.nav-links,
.nav-actions,
.hero-actions,
.trust-row,
.provider-rail {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: clamp(1.1rem, 2.7vw, 2.35rem);
  font-size: 0.92rem;
  font-weight: 500;
  color: #1f2947;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.nav-actions {
  justify-content: flex-end;
  gap: 1.45rem;
  min-width: max-content;
  font-size: 0.95rem;
  font-weight: 700;
}

.login-link {
  color: var(--navy);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.72rem 1.45rem;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, #0a50ff 0%, #003ee8 100%);
  box-shadow: 0 10px 26px rgb(6 76 255 / 24%);
}

.button-primary:hover {
  background: linear-gradient(180deg, #195cff 0%, var(--blue-dark) 100%);
}

.button-secondary {
  color: var(--navy);
  background: #fff;
  border-color: #b9c4d5;
}

.button-secondary:hover {
  border-color: #8998ad;
}

.button-large {
  min-width: 180px;
  min-height: 52px;
  font-size: 1.02rem;
}

.button svg {
  width: 1.25rem;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

main {
  overflow: hidden;
}

.hero-section {
  min-height: 624px;
  display: grid;
  grid-template-columns: minmax(32rem, 46%) minmax(38rem, 54%);
  column-gap: clamp(1.25rem, 2.4vw, 3rem);
  align-items: end;
  padding: 2.1rem clamp(1.25rem, 3.6vw, 3.5rem) 1.35rem;
  background:
    radial-gradient(circle at 84% 38%, rgb(8 76 255 / 8%), transparent 24rem),
    linear-gradient(180deg, #fff 0%, #fff 78%, #fcfbfa 100%);
}

.hero-copy {
  align-self: center;
  max-width: 42.5rem;
  padding-bottom: 0.1rem;
}

.resend-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 30px;
  margin: 0 0 1.45rem;
  padding: 0.36rem 0.8rem;
  color: #13753d;
  background: #f2fbf3;
  border: 1px solid #8ac99c;
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 600;
}

.resend-pill svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-copy h1 {
  max-width: 41rem;
  margin: 0;
  color: var(--navy);
  font-size: clamp(3.25rem, 4.35vw, 4.4rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
}

.hero-lede {
  max-width: 37.2rem;
  margin: 1.55rem 0 0;
  color: #26324f;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.45;
}

.hero-actions {
  gap: 1.35rem;
  flex-wrap: wrap;
  margin-top: 1.7rem;
}

.trust-row {
  flex-wrap: wrap;
  gap: clamp(1rem, 2vw, 1.85rem);
  margin-top: 2.35rem;
}

.trust-item {
  display: grid;
  grid-template-columns: 28px auto;
  align-items: center;
  gap: 0.75rem;
  min-width: 7.05rem;
  color: #29334e;
  font-size: 0.82rem;
  line-height: 1.3;
}

.trust-item svg {
  width: 28px;
  height: 28px;
  color: #071033;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.provider-rail {
  position: relative;
  min-height: 62px;
  margin-top: 1.85rem;
  padding: 0.72rem 1rem;
  gap: clamp(0.85rem, 2vw, 1.4rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgb(255 255 255 / 72%);
  box-shadow: 0 8px 28px rgb(5 11 42 / 5%);
}

.provider {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-width: max-content;
  color: #111a35;
  font-size: 0.76rem;
}

.provider span:last-child {
  white-space: nowrap;
}

.provider-live {
  min-width: 8.2rem;
}

.provider strong {
  display: block;
  color: #17213b;
  font-size: 0.64rem;
  letter-spacing: 0.05em;
}

.provider small {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.14rem;
  color: var(--green);
  font-size: 0.68rem;
}

.provider small i {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #00b85c;
}

.provider-divider {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

.roadmap-label {
  position: absolute;
  left: 12.7rem;
  top: 0.45rem;
  color: #76819a;
  font-size: 0.68rem;
}

.provider-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 900;
  line-height: 1;
}

.resend-logo {
  background: #0b1020;
  font-family: Georgia, serif;
  font-size: 1rem;
}

.sendgrid-logo {
  position: relative;
  background: linear-gradient(90deg, #55c9ff 0 32%, #158fff 32% 65%, #98dbff 65%);
  overflow: hidden;
}

.sendgrid-logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, transparent 0 45%, rgb(255 255 255 / 55%) 45% 58%, transparent 58%);
}

.postmark-logo {
  color: #1b1800;
  background: #ffd400;
  font-size: 0.98rem;
}

.mailgun-logo {
  color: #ff2c20;
  background: transparent;
  font-size: 1.3rem;
}

.aws-logo {
  color: #1f2937;
  background: transparent;
  font-size: 0.72rem;
}

.provider-note {
  margin: 0.6rem 0 0 0.2rem;
  color: #8993a8;
  font-size: 0.74rem;
}

.phone-stage {
  position: relative;
  align-self: end;
  height: 572px;
  min-width: 0;
}

.phone {
  position: absolute;
  bottom: 0;
  width: min(18vw, 270px);
  min-width: 220px;
  filter: drop-shadow(0 24px 30px rgb(0 0 0 / 14%));
}

.phone-left {
  left: 0.2rem;
  transform: rotate(-1.4deg);
}

.phone-center {
  left: 31%;
  z-index: 2;
  width: min(18.8vw, 284px);
  min-width: 234px;
}

.phone-right {
  right: 0;
  transform: rotate(2.4deg);
}

.phone-shell {
  position: relative;
  aspect-ratio: 0.49;
  padding: 0.55rem;
  border-radius: 2.15rem;
  background: linear-gradient(145deg, #0d0d0f, #2c2c30 42%, #050506 100%);
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 18%),
    inset 0 0 0 4px #08080a;
}

.app-screen-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 1.65rem;
  background: #f7fbff;
}

.phone-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 2.7rem 1rem 0.75rem;
  border-radius: 1.65rem;
  background: linear-gradient(180deg, #fbfcff 0%, #fff 60%, #f9fbff 100%);
  border: 1px solid rgb(255 255 255 / 35%);
  font-size: 0.72rem;
}

.status-bar {
  position: absolute;
  top: 0.68rem;
  left: 1.05rem;
  right: 1.05rem;
  display: flex;
  justify-content: space-between;
  color: #0a1023;
  font-size: 0.72rem;
  font-weight: 800;
}

.dynamic-island {
  position: absolute;
  top: 0.62rem;
  left: 50%;
  width: 4.4rem;
  height: 1.38rem;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
}

.dynamic-island.small {
  width: 3.9rem;
  height: 1.15rem;
}

.phone-screen h2 {
  margin: 0 0 0.7rem;
  color: #10172f;
  font-size: 1.13rem;
  line-height: 1.1;
}

.connected-card,
.metric-card,
.resource-list,
.template-list,
.event-list,
.search-field,
.select-line {
  border: 1px solid #dfe5ee;
  background: #fff;
  border-radius: 8px;
}

.connected-card {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.6rem;
  align-items: center;
  margin-bottom: 0.58rem;
  padding: 0.74rem 0.7rem;
  background: linear-gradient(180deg, #f2fbf4, #fff);
  border-color: #bde6c7;
}

.connected-card strong,
.connected-card small,
.template-list strong,
.template-list small,
.resource-list strong,
.resource-list em {
  display: block;
}

.connected-card strong {
  color: var(--green);
  font-size: 0.67rem;
}

.connected-card small {
  margin-top: 0.1rem;
  color: #5d6475;
  font-size: 0.56rem;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  color: #fff;
  background: #0bae50;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 900;
}

.metric-card {
  padding: 0.76rem 0.75rem 0.55rem;
}

.metric-card > span {
  display: block;
  color: #141a2e;
  font-size: 0.68rem;
  font-weight: 800;
}

.metric-card > small {
  display: block;
  color: #6d7485;
  font-size: 0.54rem;
}

.metric-line {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.metric-line strong {
  color: #16964e;
  font-size: 1.8rem;
  line-height: 1;
}

.metric-line em {
  color: #7b8496;
  font-size: 0.49rem;
  font-style: normal;
}

.chart {
  width: 100%;
  height: 70px;
  margin-top: 0.25rem;
  fill: none;
}

.chart path:not(.chart-grid) {
  stroke: #16964e;
  stroke-width: 3;
  stroke-linecap: round;
}

.chart-grid {
  stroke: #edf1f5;
  stroke-width: 1;
}

.chart-dates {
  display: flex;
  justify-content: space-between;
  color: #788397;
  font-size: 0.49rem;
}

.resource-list {
  margin-top: 0.66rem;
  overflow: hidden;
}

.resource-list div,
.template-list div,
.event-list div {
  display: grid;
  align-items: center;
  border-top: 1px solid #edf1f5;
}

.resource-list div:first-child,
.template-list div:first-child,
.event-list div:first-child {
  border-top: 0;
}

.resource-list div {
  grid-template-columns: 1.4rem 1fr auto;
  min-height: 2.72rem;
  padding: 0.42rem 0.58rem;
}

.resource-list span,
.template-list span,
.event-list span {
  color: var(--blue);
  font-weight: 900;
}

.resource-list strong {
  color: #17213b;
  font-size: 0.64rem;
}

.resource-list strong::after {
  content: "Templates are ready to view";
  display: block;
  margin-top: 0.14rem;
  color: #7a8496;
  font-size: 0.48rem;
  font-weight: 500;
}

.resource-list div:nth-child(2) strong::after {
  content: "All endpoints healthy";
}

.resource-list div:nth-child(3) strong::after {
  content: "";
}

.resource-list div:nth-child(4) strong::after {
  content: "";
}

.resource-list em {
  color: var(--blue);
  font-size: 0.56rem;
  font-style: normal;
  font-weight: 800;
}

.tab-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 3.15rem;
  padding-top: 0.42rem;
  color: #667085;
  background: #fff;
  border-top: 1px solid #edf1f5;
  text-align: center;
  font-size: 0.54rem;
}

.tab-bar span::before,
.tab-bar strong::before {
  content: "⌂";
  display: block;
  margin-bottom: 0.18rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.tab-bar span:nth-child(2)::before,
.tab-bar strong:nth-child(2)::before {
  content: "▤";
}

.tab-bar span:nth-child(3)::before,
.tab-bar strong:nth-child(3)::before {
  content: "♧";
}

.tab-bar span:nth-child(4)::before,
.tab-bar strong:nth-child(4)::before {
  content: "⚙";
}

.tab-bar strong {
  color: var(--blue);
}

.search-field {
  height: 1.65rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.55rem;
  padding: 0 0.7rem;
  color: #9aa3b1;
  background: #fbfcfe;
  font-size: 0.55rem;
}

.search-field::before {
  content: "⌕";
  margin-right: 0.35rem;
  color: #798397;
  font-size: 0.8rem;
}

.template-list {
  overflow: hidden;
}

.template-list div {
  position: relative;
  grid-template-columns: 1.55rem 1fr auto;
  min-height: 2.52rem;
  padding: 0.34rem 0.5rem;
}

.template-list strong {
  color: #18213b;
  font-size: 0.61rem;
}

.template-list small {
  margin-top: 0.08rem;
  color: #7f8797;
  font-size: 0.49rem;
}

.template-list em {
  padding: 0.17rem 0.36rem;
  color: #168341;
  background: #eaf8ef;
  border: 1px solid #c8edcf;
  border-radius: 5px;
  font-size: 0.45rem;
  font-style: normal;
  font-weight: 800;
}

.template-list em.draft {
  color: #666f80;
  background: #f4f5f7;
  border-color: #e1e5eb;
}

.back-link {
  display: inline-flex;
  margin-bottom: 0.42rem;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 600;
}

.screen-help {
  margin: -0.38rem 0 0.68rem;
  color: #667085;
  font-size: 0.55rem;
  line-height: 1.35;
}

.select-line,
.event-list div {
  grid-template-columns: 1.55rem 1fr auto;
  min-height: 2rem;
  padding: 0.25rem 0.62rem;
}

.select-line {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 0;
  color: var(--blue);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 0.57rem;
  font-weight: 800;
}

.select-line b,
.event-list b {
  display: inline-block;
  width: 1.85rem;
  height: 1rem;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: inset -0.54rem 0 0 rgb(255 255 255 / 92%);
}

.event-list {
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.event-list div {
  color: #25304b;
  font-size: 0.57rem;
  line-height: 1;
}

.event-list .ok {
  color: #0ba451;
}

.event-list .warn {
  color: var(--warning);
}

.event-list .alert,
.event-list .fail {
  color: var(--danger);
}

.event-list .purple {
  color: var(--purple);
}

.secure-note {
  position: relative;
  margin: 0.7rem 0 0;
  padding-left: 1.5rem;
  color: #7d8698;
  font-size: 0.51rem;
  line-height: 1.35;
}

.secure-note::before {
  content: "▣";
  position: absolute;
  left: 0;
  top: -0.05rem;
  color: #111827;
  font-size: 1rem;
}

.feature-band {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 1.52rem clamp(1.25rem, 3.6vw, 3.5rem) 1.62rem;
  border-top: 1px solid #f0e7dc;
  background:
    radial-gradient(circle at 50% 120%, rgb(235 211 170 / 18%), transparent 38rem),
    #fffdfa;
}

.feature-item {
  display: grid;
  grid-template-columns: 4.25rem 1fr;
  gap: 0.9rem;
  min-height: 170px;
  padding: 0 1.45rem 0 0.55rem;
  border-right: 1px solid #eadfce;
}

.feature-item:last-child {
  border-right: 0;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 12px 26px rgb(5 11 42 / 6%);
}

.feature-icon svg {
  width: 2.1rem;
  height: 2.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bars-icon {
  gap: 0.35rem;
  align-items: flex-end;
  padding-bottom: 0.85rem;
}

.bars-icon span {
  width: 0.42rem;
  border-radius: 999px 999px 0 0;
  background: var(--blue);
}

.bars-icon span:nth-child(1) {
  height: 1.15rem;
}

.bars-icon span:nth-child(2) {
  height: 1.8rem;
}

.bars-icon span:nth-child(3) {
  height: 2.35rem;
}

.feature-item h3,
.summary-strip h3 {
  margin: 0;
  color: #071033;
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.14;
}

.feature-item p,
.summary-strip p {
  margin: 0.42rem 0 0;
  color: #536079;
  font-size: 0.68rem;
  line-height: 1.42;
}

.feature-item ul {
  display: grid;
  gap: 0.62rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-item li {
  position: relative;
  padding-left: 1.2rem;
  color: #18213b;
  font-size: 0.67rem;
  line-height: 1.3;
}

.feature-item li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.72rem;
  height: 0.72rem;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.48rem;
  font-weight: 900;
}

.summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 75rem;
  margin: 1.56rem auto 1.8rem;
  border: 1px solid #e7d8c6;
  border-radius: 8px;
  background: #fffdfa;
}

.summary-strip article {
  display: grid;
  grid-template-columns: 3.15rem 1fr;
  gap: 1rem;
  align-items: center;
  min-height: 80px;
  padding: 1rem 2rem;
  border-right: 1px solid #eadfce;
}

.summary-strip article:last-child {
  border-right: 0;
}

.summary-strip svg {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--blue);
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  padding: 0 1rem 1.7rem;
  color: #788397;
  text-align: center;
  font-size: 0.78rem;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 1260px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .hero-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    padding-top: 1.7rem;
    overflow: hidden;
  }

  .hero-copy {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .phone-stage {
    width: min(100%, 760px);
    height: clamp(430px, 54vw, 540px);
    margin: 0 auto;
  }

  .feature-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 2rem;
  }

  .feature-item:nth-child(3n) {
    border-right: 0;
  }
}

@media (min-width: 960px) and (max-width: 1260px) {
  .hero-section {
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    column-gap: 1.25rem;
    min-height: 590px;
    padding-top: 1.35rem;
  }

  .hero-copy {
    align-self: center;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 4.8vw, 3.65rem);
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .trust-row {
    gap: 1rem;
  }

  .trust-item {
    min-width: 6.4rem;
  }

  .provider-rail {
    gap: 0.85rem;
    padding-inline: 0.78rem;
  }

  .phone-stage {
    width: 100%;
    height: clamp(480px, 50vw, 535px);
  }

  .phone {
    width: clamp(190px, 20vw, 225px);
    min-width: 0;
  }

  .phone-center {
    width: clamp(208px, 22vw, 246px);
    min-width: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: auto;
  }

  .site-header {
    position: relative;
    grid-template-columns: 1fr auto;
    height: auto;
    gap: 0.85rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .brand {
    min-width: 0;
  }

  .nav-actions {
    justify-content: flex-end;
    gap: 1rem;
    min-width: 0;
    width: auto;
  }

  .hero-section {
    gap: 1.55rem;
    min-height: 0;
    padding: 1.2rem 1rem 1.25rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 10.5vw, 3.35rem);
  }

  .hero-lede {
    max-width: 100%;
    font-size: 1.05rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button-large {
    flex: 1 1 13rem;
  }

  .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.65rem;
  }

  .provider-rail {
    align-items: stretch;
    overflow-x: auto;
    padding-top: 1.3rem;
    scrollbar-width: none;
  }

  .provider-rail::-webkit-scrollbar {
    display: none;
  }

  .roadmap-label {
    left: 8.4rem;
  }

  .phone-stage {
    width: min(100%, 620px);
    height: clamp(345px, 62vw, 470px);
    transform: none;
    overflow: visible;
  }

  .phone {
    width: clamp(150px, 28vw, 220px);
    min-width: 0;
  }

  .phone-center {
    left: 50%;
    width: clamp(170px, 32vw, 240px);
    min-width: 0;
    transform: translateX(-50%);
  }

  .phone-left {
    left: max(0rem, 5%);
  }

  .phone-right {
    right: max(0rem, 5%);
  }

  .feature-band {
    grid-template-columns: 1fr;
    padding-inline: 1rem;
  }

  .feature-item,
  .feature-item:nth-child(3n) {
    min-height: 0;
    padding: 0 0 1.5rem;
    border-right: 0;
    border-bottom: 1px solid #eadfce;
  }

  .feature-item:last-child {
    border-bottom: 0;
  }

  .summary-strip {
    grid-template-columns: 1fr;
    margin-inline: 1rem;
  }

  .summary-strip article {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid #eadfce;
  }

  .summary-strip article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .brand {
    font-size: 1.45rem;
  }

  .brand-mark {
    width: 2.4rem;
    height: 2.4rem;
  }

  .nav-actions {
    gap: 0.8rem;
    justify-content: flex-start;
    width: 100%;
  }

  .nav-actions .button {
    flex: 1;
  }

  .resend-pill {
    margin-bottom: 1.1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 10.8vw, 2.95rem);
  }

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

  .button-large {
    flex: none;
    min-width: 0;
    width: 100%;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .provider-rail {
    margin-top: 1.5rem;
  }

  .phone-stage {
    height: clamp(320px, 86vw, 370px);
    width: 100%;
    transform: none;
    margin-top: 0.25rem;
  }

  .phone {
    width: clamp(150px, 47vw, 184px);
  }

  .phone-left {
    left: -17%;
    transform: rotate(-2.5deg) scale(0.96);
  }

  .phone-center {
    width: clamp(168px, 54vw, 210px);
  }

  .phone-right {
    right: -17%;
    transform: rotate(2.5deg) scale(0.96);
  }

  .feature-item {
    grid-template-columns: 3.25rem 1fr;
    gap: 0.85rem;
  }

  .feature-icon {
    width: 3rem;
    height: 3rem;
  }

  .feature-icon svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .summary-strip article {
    grid-template-columns: 2.75rem 1fr;
    gap: 0.8rem;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-inline: 0.75rem;
  }

  .hero-section,
  .feature-band {
    padding-inline: 0.75rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.15rem, 10.5vw, 2.45rem);
  }

  .hero-lede {
    font-size: 0.98rem;
  }

  .nav-actions {
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .nav-actions .button {
    padding-inline: 1rem;
  }

  .phone-stage {
    height: 300px;
  }

  .phone-left {
    left: -22%;
  }

  .phone-right {
    right: -22%;
  }
}
