:root {
  color-scheme: light;
  --ink: #142b3d;
  --ink-strong: #0d1e2d;
  --muted: #5c6c78;
  --paper: #f7f9f8;
  --white: #ffffff;
  --line: #d8e1e5;
  --soft: #edf4f2;
  --soft-blue: #edf3f8;
  --coral: #ed704c;
  --coral-dark: #c85636;
  --mint: #d6ebe6;
  --max: 1120px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
}

body.dialog-open {
  overflow: hidden;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(237, 112, 76, .45);
  outline-offset: 3px;
}

[hidden],
.is-hidden {
  display: none !important;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 76px;
  padding: 0 32px;
  background: rgba(247, 249, 248, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  color: var(--ink);
  font-size: 17px;
  letter-spacing: -.02em;
}

.brand-name strong {
  font-weight: 800;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
  width: 25px;
  height: 25px;
  padding: 4px;
  background: var(--coral);
  border-radius: 4px;
}

.brand-mark span {
  display: block;
  width: 4px;
  background: var(--white);
  border-radius: 3px 3px 1px 1px;
}

.brand-mark span:nth-child(1) {
  height: 7px;
}

.brand-mark span:nth-child(2) {
  height: 12px;
}

.brand-mark span:nth-child(3) {
  height: 17px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: 26px;
}

.site-tab {
  position: relative;
  padding: 27px 0 24px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.site-tab:hover,
.site-tab.is-active {
  color: var(--ink);
}

.site-tab.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.text-button {
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
}

.text-button:hover {
  color: var(--coral-dark);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease;
}

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

.button-coral {
  color: var(--white);
  background: var(--coral);
}

.button-coral:hover {
  background: var(--coral-dark);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--ink-strong);
}

.button-outline {
  color: var(--ink);
  background: transparent;
  border-color: var(--ink);
}

.button-outline:hover {
  color: var(--white);
  background: var(--ink);
}

.button-small {
  min-height: 40px;
  padding: 9px 14px;
  font-size: 14px;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 40px;
  height: 40px;
  margin-left: 2px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.menu-toggle span {
  width: 17px;
  height: 2px;
  background: var(--ink);
}

.section-pad {
  width: min(var(--max), calc(100% - 64px));
  margin: 0 auto;
  padding-top: 92px;
  padding-bottom: 92px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: center;
  gap: 78px;
  padding-top: 96px;
  padding-bottom: 94px;
}

.hero-copy {
  max-width: 670px;
}

.eyebrow,
.card-kicker {
  margin: 0;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hero h1,
.other-hero h1 {
  max-width: 700px;
  margin: 18px 0 22px;
  color: var(--ink-strong);
  font-size: clamp(42px, 5.2vw, 66px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .99;
}

.hero-lede {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 31px;
}

.hero-note {
  margin: 21px 0 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.hero-brief {
  padding: 27px 28px 22px;
  color: var(--white);
  background: var(--ink);
  border-top: 6px solid var(--coral);
  box-shadow: 18px 18px 0 var(--mint);
}

.brief-top,
.brief-foot,
.brief-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brief-top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.hero-brief .card-kicker {
  color: #9fc8c1;
}

.brief-status {
  color: #c5ded9;
  font-size: 12px;
  white-space: nowrap;
}

.brief-status i,
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  background: #83c8a5;
  border-radius: 50%;
}

.brief-row {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.brief-row span {
  color: #a8bac3;
  font-size: 14px;
}

.brief-row strong {
  font-size: 15px;
  font-weight: 750;
  text-align: right;
}

.brief-foot {
  padding-top: 19px;
  color: #a8bac3;
  font-size: 12px;
}

.service-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 29px max(32px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--ink);
}

.summary-item {
  display: flex;
  gap: 18px;
  padding: 4px 30px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.summary-item:first-child {
  padding-left: 0;
}

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

.summary-number,
.step-number,
.offering-number {
  color: #8fc6bc;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}

.summary-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.summary-item p {
  max-width: 230px;
  margin: 0;
  color: #b9c8ce;
  font-size: 14px;
  line-height: 1.45;
}

.section-heading {
  max-width: 700px;
}

.section-heading h2,
.example-copy h2,
.other-cta h2 {
  margin: 16px 0 15px;
  color: var(--ink-strong);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.section-heading > p:last-child,
.example-copy > p:last-child,
.other-cta p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.how-section {
  padding-bottom: 106px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 48px 0 0;
  padding: 0;
  list-style: none;
}

.step-card {
  min-height: 245px;
  padding: 23px 24px 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
}

.step-card-accent {
  background: var(--mint);
  border-color: #b8d8d1;
  border-top-color: var(--coral);
}

.step-card h3 {
  margin: 51px 0 12px;
  color: var(--ink-strong);
  font-size: 23px;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.example-section {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: 75px;
  padding-top: 73px;
  padding-bottom: 73px;
  background: var(--soft-blue);
}

.example-copy > p:last-child {
  max-width: 440px;
}

.signal-example {
  padding: 29px 32px 26px;
  background: var(--white);
  border: 1px solid #c9d8e3;
  border-left: 6px solid var(--coral);
  box-shadow: 12px 12px 0 rgba(20, 43, 61, .09);
}

.signal-example-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.signal-example-top .card-kicker {
  color: var(--muted);
}

.signal-example-top strong {
  color: var(--coral-dark);
  font-size: 28px;
  letter-spacing: -.04em;
  line-height: 1;
}

.signal-example-top strong span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.signal-example h3 {
  margin: 26px 0 6px;
  color: var(--ink-strong);
  font-size: 27px;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.signal-meta {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.signal-divider,
.result-rule {
  height: 1px;
  margin: 23px 0 18px;
  background: var(--line);
}

.signal-label {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.signal-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 15px;
  list-style: none;
}

.signal-list li::before {
  margin-right: 9px;
  color: var(--coral);
  content: "✓";
  font-weight: 900;
}

.signal-example-foot {
  margin-top: 22px;
  padding-top: 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.45;
}

.panel {
  background: var(--white);
  border: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px 14px;
}

.form-grid-single {
  grid-template-columns: 1fr;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
}

.field input,
.field select {
  width: 100%;
  min-height: 45px;
  padding: 9px 11px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #bdcbd2;
  border-radius: 3px;
}

.field input::placeholder {
  color: #8998a1;
}

.field small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
}

.form-submit {
  width: 100%;
  margin-top: 25px;
}

.form-help {
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.auth-link-row {
  margin: 14px 0 0;
  text-align: center;
}

.auth-reset-link {
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.auth-reset-link:hover {
  color: var(--coral-dark);
}

.form-footnote,
.plans-footnote,
.dialog-footnote {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.plans-section {
  padding-top: 70px;
}

.plans-heading {
  max-width: 680px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 43px;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 25px 24px 24px;
  background: var(--white);
  border: 1px solid var(--line);
}

.plan-card-featured {
  border: 2px solid var(--coral);
}

.plan-card-trial {
  background: var(--soft);
  border-color: var(--coral);
}

.plan-ribbon {
  position: absolute;
  top: -13px;
  right: 18px;
  padding: 5px 9px;
  color: var(--white);
  background: var(--coral);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
}

.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.plan-label {
  color: var(--muted);
  font-size: 13px;
}

.plan-card h3 {
  margin: 29px 0 8px;
  color: var(--ink-strong);
  font-size: 38px;
  letter-spacing: -.055em;
  line-height: 1;
}

.plan-card h3 span {
  margin-left: 3px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: 0;
}

.plan-description {
  min-height: 49px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.plan-card ul {
  display: grid;
  gap: 11px;
  margin: 23px 0 26px;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  list-style: none;
}

.plan-card li::before {
  margin-right: 8px;
  color: var(--coral);
  content: "✓";
  font-weight: 900;
}

.plan-button {
  width: 100%;
  margin-top: auto;
}

.plans-footnote {
  text-align: center;
}

.account-section {
  padding-top: 20px;
  padding-bottom: 75px;
}

.account-shell {
  padding: 30px;
}

.account-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.account-heading h2 {
  margin: 8px 0 4px;
  color: var(--ink-strong);
  font-size: 29px;
  letter-spacing: -.035em;
  line-height: 1.1;
}

.account-heading p {
  margin: 0;
  color: var(--muted);
}

.account-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 23px 0;
}

.account-stat {
  padding: 15px;
  background: var(--soft);
}

.account-stat span {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.account-stat strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 17px;
}

.feed-empty {
  padding: 25px;
  background: var(--soft-blue);
}

.feed-empty h3 {
  margin: 0 0 7px;
  color: var(--ink-strong);
  font-size: 20px;
}

.feed-empty p {
  margin: 0 0 17px;
  color: var(--muted);
}

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

.feed-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 19px;
  border: 1px solid var(--line);
}

.feed-row h3 {
  margin: 0 0 4px;
  font-size: 17px;
}

.feed-row p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.feed-score {
  color: var(--coral-dark);
  font-size: 20px;
  white-space: nowrap;
}

.other-hero {
  display: flex;
  align-items: flex-end;
  min-height: 430px;
  padding-top: 88px;
  padding-bottom: 82px;
  background: var(--ink);
}

.other-hero-copy {
  max-width: 720px;
}

.other-hero .eyebrow {
  color: #8fc6bc;
}

.other-hero h1 {
  color: var(--white);
}

.other-hero .hero-lede {
  color: #c6d2d7;
}

.other-hero .button {
  margin-top: 30px;
}

.offerings-section {
  padding-bottom: 105px;
}

.offerings-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 45px;
}

.offering-card {
  min-height: 305px;
  padding: 25px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--ink);
}

.offering-card-accent {
  background: var(--mint);
  border-color: #b8d8d1;
  border-top-color: var(--coral);
}

.offering-card h3 {
  margin: 45px 0 12px;
  color: var(--ink-strong);
  font-size: 24px;
  letter-spacing: -.03em;
  line-height: 1.1;
}

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

.offering-caption {
  display: block;
  margin-top: 24px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.other-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 92px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.other-cta h2 {
  max-width: 640px;
  margin-bottom: 10px;
  font-size: 34px;
}

.other-cta p {
  max-width: 620px;
  font-size: 16px;
}

.other-cta-actions {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 auto;
  gap: 10px;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px max(32px, calc((100% - var(--max)) / 2));
  color: #cad4d8;
  background: var(--ink);
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand-mark {
  background: var(--coral);
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  gap: 19px;
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
}

.site-footer nav a:hover {
  color: var(--white);
}

.dialog-backdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(13, 30, 45, .66);
}

.dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: min(720px, calc(100vh - 40px));
  overflow: auto;
  padding: 31px;
  background: var(--white);
  border-top: 6px solid var(--coral);
  box-shadow: 0 24px 70px rgba(13, 30, 45, .25);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 26px;
  line-height: 1;
}

.dialog-heading {
  padding-right: 35px;
}

.dialog-heading h2 {
  margin: 12px 0 8px;
  color: var(--ink-strong);
  font-size: 31px;
  letter-spacing: -.045em;
  line-height: 1.05;
}

.dialog-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.auth-tabs {
  display: flex;
  gap: 20px;
  margin: 28px 0 22px;
  border-bottom: 1px solid var(--line);
}

.auth-tab {
  position: relative;
  padding: 0 0 12px;
  color: var(--muted);
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 800;
}

.auth-tab.is-active {
  color: var(--ink);
}

.auth-tab.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--coral);
  content: "";
}

.selected-plan {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 15px;
  align-items: center;
  margin-bottom: 19px;
  padding: 13px 14px;
  background: var(--soft);
}

.selected-plan span {
  color: var(--muted);
  font-size: 12px;
}

.selected-plan strong {
  grid-row: span 2;
  color: var(--ink);
  font-size: 15px;
}

.selected-plan .text-button {
  justify-self: start;
  color: var(--coral-dark);
  font-size: 12px;
}

.trial-notice {
  margin: -5px 0 18px;
  padding: 11px 13px;
  color: var(--ink);
  background: #fff3e8;
  border-left: 3px solid var(--coral);
  font-size: 13px;
  line-height: 1.45;
}

.signup-brief {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.signup-brief > p {
  margin: 7px 0 17px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

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

.terms-check {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 19px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.terms-check input {
  flex: 0 0 auto;
  margin-top: 3px;
  accent-color: var(--coral);
}

.auth-feedback {
  min-height: 22px;
  margin: 15px 0 0;
  color: var(--coral-dark);
  font-size: 13px;
}

.auth-feedback.is-success {
  color: #24775d;
}

.toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  max-width: 360px;
  padding: 13px 16px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 12px 35px rgba(13, 30, 45, .2);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .site-header {
    gap: 20px;
    padding: 0 22px;
  }

  .site-nav {
    margin-left: 8px;
  }

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

  .hero-brief {
    max-width: 650px;
  }

  .example-section,
  .other-cta {
    grid-template-columns: 1fr;
  }

  .example-section {
    gap: 38px;
  }

  .other-cta {
    display: grid;
  }

  .other-cta-actions {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  .site-header {
    flex-wrap: wrap;
    min-height: 68px;
    padding: 0 17px;
  }

  .header-actions {
    gap: 13px;
  }

  .header-actions .text-button {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    order: 5;
    width: 100%;
    margin: -2px 0 0;
    padding: 4px 0 13px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .site-header.menu-open .site-nav {
    display: flex;
  }

  .site-tab {
    width: 100%;
    padding: 12px 0;
  }

  .site-tab.is-active::after {
    right: auto;
    bottom: 4px;
    width: 34px;
  }

  .section-pad {
    width: min(var(--max), calc(100% - 36px));
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .hero {
    gap: 38px;
    padding-top: 66px;
    padding-bottom: 68px;
  }

  .hero h1,
  .other-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hero-lede {
    font-size: 18px;
  }

  .hero-brief {
    padding: 23px 20px 18px;
    box-shadow: 9px 9px 0 var(--mint);
  }

  .service-summary {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 24px 18px;
  }

  .summary-item,
  .summary-item:first-child {
    padding: 0 0 19px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

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

  .steps-grid,
  .plans-grid,
  .offerings-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .step-card {
    min-height: auto;
  }

  .step-card h3 {
    margin-top: 33px;
  }

  .example-section {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .signal-example {
    padding: 24px 21px 21px;
    box-shadow: 7px 7px 0 rgba(20, 43, 61, .09);
  }

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

  .plans-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .plan-card {
    min-height: auto;
  }

  .plan-description {
    min-height: auto;
  }

  .account-summary {
    grid-template-columns: repeat(2, 1fr);
  }

  .account-shell {
    padding: 20px;
  }

  .account-heading {
    flex-direction: column;
  }

  .other-hero {
    min-height: 390px;
  }

  .offerings-grid {
    gap: 14px;
    margin-top: 32px;
  }

  .offering-card {
    min-height: auto;
  }

  .other-cta {
    width: 100%;
    margin-bottom: 66px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .other-cta-actions {
    width: 100%;
  }

  .other-cta-actions .button {
    flex: 1 1 auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 28px 18px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .dialog {
    padding: 25px 20px 22px;
  }
}

@media (max-width: 430px) {
  .header-actions .button-small {
    padding-right: 11px;
    padding-left: 11px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .account-summary {
    grid-template-columns: 1fr;
  }
}
