
:root {
  --navy: #0b1f3a;
  --navy-2: #122b4f;
  --blue: #1ea7ff;
  --cyan: #69d2ff;
  --ink: #172033;
  --muted: #5d6d7e;
  --line: #d9e6f2;
  --soft: #f4f9fd;
  --white: #ffffff;
  --warn: #b84c4c;
  --shadow: 0 24px 70px rgba(11, 31, 58, 0.14);
  --radius: 22px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(30, 167, 255, 0.16), transparent 36rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 42%, #ffffff 100%);
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid rgba(30, 167, 255, 0.35);
  outline-offset: 3px;
}

img, svg {
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  background: var(--navy);
  color: white;
  padding: 12px 16px;
  border-radius: 12px;
  z-index: 100;
}

.skip-link:focus {
  top: 18px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(217, 230, 242, 0.78);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  width: 260px;
}

.brand img {
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #304861;
  font-size: 0.96rem;
  font-weight: 650;
}

.nav a {
  transition: color .18s ease;
}

.nav a:hover {
  color: var(--blue);
}

.mobile-toggle {
  display: none;
  border: 0;
  background: var(--soft);
  color: var(--navy);
  padding: 10px 12px;
  border-radius: 12px;
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border .18s ease;
  cursor: pointer;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--blue), #0074d9);
  color: white;
  box-shadow: 0 16px 34px rgba(30, 167, 255, .27);
}

.btn-primary:hover {
  box-shadow: 0 20px 44px rgba(30, 167, 255, .35);
}

.btn-secondary {
  background: #ffffff;
  color: var(--navy);
  border-color: rgba(11, 31, 58, .16);
}

.btn-secondary:hover {
  border-color: rgba(30, 167, 255, .5);
  box-shadow: 0 15px 30px rgba(11, 31, 58, .08);
}

.btn-small {
  min-height: 40px;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.hero {
  padding: 82px 0 56px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  background: rgba(30, 167, 255, 0.12);
  border: 1px solid rgba(30, 167, 255, 0.24);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 850;
  font-size: .88rem;
}

h1, h2, h3 {
  color: var(--navy);
  line-height: 1.04;
  letter-spacing: -0.045em;
  margin: 0;
}

h1 {
  font-size: clamp(2.85rem, 7vw, 5.9rem);
  margin-top: 20px;
}

.hero p {
  font-size: clamp(1.08rem, 2.3vw, 1.28rem);
  color: var(--muted);
  max-width: 680px;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.trust-card {
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(217, 230, 242, .9);
  border-radius: 18px;
  padding: 16px;
  min-height: 110px;
}

.trust-card strong {
  display: block;
  color: var(--navy);
  font-size: 1.42rem;
  letter-spacing: -0.04em;
}

.trust-card span {
  display: block;
  color: var(--muted);
  font-weight: 600;
  margin-top: 4px;
  font-size: .92rem;
}

.hero-panel {
  background: linear-gradient(145deg, rgba(11, 31, 58, 0.96), rgba(18, 43, 79, 0.97));
  color: white;
  border-radius: 32px;
  padding: 26px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: -20% -25% auto auto;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(30, 167, 255, .38), transparent 68%);
}

.panel-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255,255,255,.16);
  padding-bottom: 18px;
}

.panel-badge {
  color: var(--cyan);
  font-weight: 850;
  text-transform: uppercase;
  font-size: .78rem;
  letter-spacing: .1em;
}

.panel-title {
  font-size: 1.5rem;
  font-weight: 880;
  margin-top: 6px;
  letter-spacing: -0.035em;
}

.panel-version {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  padding: 8px 10px;
  border-radius: 12px;
  font-weight: 850;
  font-size: .85rem;
  white-space: nowrap;
}

.panel-list {
  position: relative;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.panel-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255,255,255,.84);
}

.check {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(105, 210, 255, .16);
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
}

.mini-doc {
  position: relative;
  margin-top: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px;
  padding: 18px;
}

.mini-doc-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
}

.mini-doc-row:last-child {
  border-bottom: 0;
}

.mini-icon {
  width: 38px;
  height: 38px;
  background: rgba(30, 167, 255, .22);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  font-weight: 900;
}

.mini-doc-row div:last-child {
  font-weight: 760;
}

.section {
  padding: 76px 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(244,249,253,0.88), rgba(255,255,255,0.72));
  border-top: 1px solid rgba(217,230,242,.7);
  border-bottom: 1px solid rgba(217,230,242,.7);
}

.section-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.eyebrow {
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 10px;
}

.section h2 {
  font-size: clamp(2.1rem, 4.8vw, 3.7rem);
}

.section-header p {
  color: var(--muted);
  font-size: 1.08rem;
  margin-top: 16px;
}

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

.product-card {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 44px rgba(11,31,58,.07);
  display: flex;
  flex-direction: column;
}

.product-art {
  min-height: 190px;
  background:
    linear-gradient(135deg, rgba(11,31,58,.93), rgba(30,167,255,.74)),
    radial-gradient(circle at top right, rgba(105,210,255,.45), transparent 16rem);
  padding: 24px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-art .tag {
  align-self: flex-start;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 7px 11px;
  font-weight: 850;
  font-size: .8rem;
}

.product-art strong {
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  max-width: 390px;
}

.product-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-body p {
  color: var(--muted);
  margin: 10px 0 0;
}

.product-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.product-list li {
  position: relative;
  padding-left: 24px;
  color: #32485f;
  font-weight: 600;
}

.product-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 950;
}

.product-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
}

.price {
  margin-top: 18px;
  color: var(--navy);
  font-weight: 900;
  font-size: 1.25rem;
}

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

.feature-card {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 20px;
  padding: 23px;
  box-shadow: 0 12px 34px rgba(11,31,58,.055);
}

.feature-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(30,167,255,.13);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 950;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.feature-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.workflow {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.workflow-card {
  background: var(--navy);
  color: white;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.workflow-card h3 {
  color: white;
  font-size: 1.8rem;
}

.workflow-card p {
  color: rgba(255,255,255,.76);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 15px;
}

.step {
  counter-increment: step;
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 18px;
  padding: 18px 18px 18px 68px;
  position: relative;
  box-shadow: 0 9px 26px rgba(11,31,58,.045);
}

.step::before {
  content: counter(step);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(30,167,255,.12);
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 950;
}

.step strong {
  color: var(--navy);
  display: block;
  font-size: 1.03rem;
}

.step span {
  color: var(--muted);
  display: block;
  margin-top: 4px;
}

.notice {
  border: 1px solid rgba(30,167,255,.28);
  background: rgba(30,167,255,.08);
  border-radius: 20px;
  padding: 20px;
  color: #29445f;
  font-weight: 650;
}

.notice strong {
  color: var(--navy);
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 900px;
}

.faq details {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 8px 24px rgba(11,31,58,.045);
}

.faq summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 850;
}

.faq p {
  color: var(--muted);
  margin-bottom: 0;
}

.cta {
  padding: 82px 0;
}

.cta-box {
  background:
    radial-gradient(circle at top right, rgba(105,210,255,.33), transparent 18rem),
    linear-gradient(135deg, var(--navy), #102a4d);
  border-radius: 32px;
  padding: clamp(30px, 6vw, 56px);
  color: white;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta-box h2 {
  color: white;
  font-size: clamp(2rem, 5vw, 3.5rem);
}

.cta-box p {
  color: rgba(255,255,255,.76);
  max-width: 720px;
  margin-bottom: 0;
}

.site-footer {
  background: #07182d;
  color: rgba(255,255,255,.74);
  padding: 38px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 28px;
}

.footer-logo {
  width: 245px;
  filter: brightness(0) invert(1);
  opacity: .95;
}

.footer-col h3 {
  color: white;
  font-size: 1rem;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-links a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  margin-top: 32px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .92rem;
}

.legal-main {
  padding: 70px 0;
}

.legal-page {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 24px;
  padding: clamp(24px, 5vw, 44px);
  box-shadow: 0 16px 50px rgba(11,31,58,.07);
}

.legal-page h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-top: 0;
}

.legal-page h2 {
  font-size: 1.7rem;
  margin-top: 34px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
}

.legal-page a {
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 900px) {
  .mobile-toggle {
    display: inline-flex;
  }

  .nav {
    position: fixed;
    inset: 78px 18px auto 18px;
    background: white;
    border: 1px solid rgba(217,230,242,.95);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
  }

  .nav.is-open {
    display: flex;
  }

  .nav a {
    padding: 12px 8px;
  }

  .nav .btn {
    width: 100%;
  }

  .hero-grid,
  .workflow,
  .cta-box,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 48px;
  }

  .product-grid,
  .grid-3 {
    grid-template-columns: 1fr;
  }

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

  .cta-box {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .brand {
    width: 212px;
  }

  .hero-actions,
  .product-footer {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }
}


.launch-table {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 44px rgba(11,31,58,.07);
  margin-bottom: 28px;
}

.launch-row {
  display: grid;
  grid-template-columns: 80px 1fr 130px 140px;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(217,230,242,.82);
  color: #32485f;
  font-weight: 650;
}

.launch-row:last-child {
  border-bottom: 0;
}

.launch-head {
  background: rgba(11,31,58,.96);
  color: white;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .8rem;
}

.launch-row strong {
  color: var(--blue);
}

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

.roadmap-header {
  margin-top: 54px;
}

.product-card-muted {
  opacity: .92;
}

.product-card-muted .product-art {
  background:
    linear-gradient(135deg, rgba(11,31,58,.82), rgba(93,109,126,.74)),
    radial-gradient(circle at top right, rgba(105,210,255,.24), transparent 16rem);
}

.btn-disabled {
  cursor: default;
  opacity: .72;
}

.btn-disabled:hover {
  transform: none;
  box-shadow: none;
}

@media (max-width: 1000px) {
  .product-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .launch-table {
    overflow-x: auto;
  }

  .launch-row {
    grid-template-columns: 68px minmax(220px, 1fr) 110px 120px;
    min-width: 620px;
  }
}


/* v4 storefront upgrades */
.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(30,167,255,.1);
  border: 1px solid rgba(30,167,255,.22);
  color: var(--navy);
  font-weight: 850;
  font-size: .88rem;
}

.product-thumb {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(217,230,242,.95);
  margin: 18px 0 0;
  background: var(--soft);
}

.product-card .checkout-note {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 650;
  margin-top: 16px;
}

.availability {
  display: inline-flex;
  width: max-content;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #eaf6ff;
  color: var(--navy);
  border: 1px solid #bfe7ff;
}

.availability.soon {
  background: #f1f4f8;
  color: #44566a;
  border-color: #d8e1ea;
}

.split-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  align-items: start;
}

.choice-table,
.included-table,
.compare-table {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 12px 44px rgba(11,31,58,.07);
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid rgba(217,230,242,.82);
}

.table-row:last-child {
  border-bottom: 0;
}

.table-row.header {
  background: var(--navy);
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem;
}

.table-row span,
.table-row a,
.table-row div {
  padding: 15px 18px;
}

.table-row a {
  color: var(--blue);
  font-weight: 900;
}

.compare-table .table-row {
  grid-template-columns: 1.35fr 1.4fr .6fr .8fr;
}

.included-table .table-row {
  grid-template-columns: 1.2fr .6fr 1.6fr;
}

.delivery-grid,
.trust-grid,
.format-grid,
.boundary-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.delivery-step,
.trust-signal,
.format-card,
.boundary-card {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 10px 28px rgba(11,31,58,.05);
}

.delivery-step strong,
.trust-signal strong,
.format-card strong,
.boundary-card strong {
  color: var(--navy);
  display: block;
  font-size: 1.05rem;
}

.delivery-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: white;
  background: var(--blue);
  font-weight: 950;
  margin-bottom: 14px;
}

.boundary-box {
  background:
    radial-gradient(circle at top right, rgba(105,210,255,.24), transparent 18rem),
    linear-gradient(135deg, #07182d, #102a4d);
  color: white;
  border-radius: 28px;
  padding: clamp(26px, 5vw, 42px);
  box-shadow: var(--shadow);
}

.boundary-box h2,
.boundary-box h3 {
  color: white;
}

.boundary-box p,
.boundary-box li {
  color: rgba(255,255,255,.78);
}

.product-hero {
  padding: 64px 0 50px;
}

.product-hero-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 34px;
  align-items: center;
}

.product-cover {
  border-radius: 28px;
  border: 1px solid rgba(217,230,242,.95);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: white;
}

.product-cover img {
  display: block;
  width: 100%;
}

.product-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.product-meta-pill {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--navy);
  font-weight: 850;
  box-shadow: 0 8px 22px rgba(11,31,58,.04);
}

.preview-panel {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 12px 34px rgba(11,31,58,.055);
}

.preview-panel img {
  border-radius: 18px;
  border: 1px solid rgba(217,230,242,.95);
  display: block;
  width: 100%;
}

.two-col-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.list-card {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(11,31,58,.05);
}

.list-card h3 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.list-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.list-card li {
  margin-bottom: 9px;
}

.product-faq details {
  margin-bottom: 12px;
}

.footer-grid-4 {
  grid-template-columns: 1.2fr 1fr .8fr .9fr;
}

.roadmap-mini {
  display: grid;
  gap: 14px;
}

.roadmap-card {
  background: white;
  border: 1px solid rgba(217,230,242,.95);
  border-radius: 20px;
  padding: 18px;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 16px;
  align-items: center;
  box-shadow: 0 10px 28px rgba(11,31,58,.05);
}

.roadmap-card img {
  width: 82px;
  height: 54px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(217,230,242,.95);
}

.roadmap-card strong {
  color: var(--navy);
}

.roadmap-card span {
  display: block;
  color: var(--muted);
  font-size: .92rem;
  margin-top: 2px;
}

@media (max-width: 1050px) {
  .delivery-grid,
  .trust-grid,
  .format-grid,
  .boundary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-hero-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .footer-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 780px) {
  .compare-table,
  .included-table,
  .choice-table {
    overflow-x: auto;
  }

  .compare-table .table-row {
    min-width: 760px;
  }

  .included-table .table-row {
    min-width: 740px;
  }

  .choice-table .table-row {
    min-width: 620px;
  }

  .two-col-list,
  .delivery-grid,
  .trust-grid,
  .format-grid,
  .boundary-grid,
  .footer-grid-4 {
    grid-template-columns: 1fr;
  }

  .roadmap-card {
    grid-template-columns: 1fr;
  }

  .roadmap-card img {
    width: 100%;
    height: 140px;
  }
}
