:root {
  --blue: #2410c9;
  --blue-ink: #15115e;
  --blue-soft: #eef2ff;
  --red: #f51313;
  --teal: #0d8f73;
  --teal-soft: #e9f8f4;
  --ink: #171827;
  --muted: #62687a;
  --line: #e6e8ee;
  --surface: #f7f8fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(21, 17, 94, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

[id] {
  scroll-margin-top: 104px;
}

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

body::selection {
  background: rgba(36, 16, 201, 0.18);
}

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

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(230, 232, 238, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: min(190px, 42vw);
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a:hover,
.text-link:hover,
.footer-links a:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--blue-ink);
  background: var(--white);
}

.icon-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.header-action,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 750;
  font-size: 0.94rem;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-action,
.btn.primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(36, 16, 201, 0.24);
}

.btn.secondary {
  color: var(--blue-ink);
  border-color: var(--line);
  background: var(--white);
}

.btn.light {
  color: var(--blue-ink);
  background: var(--white);
}

.header-action:hover,
.btn:hover,
.icon-link:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: clamp(52px, 8vw, 96px) clamp(18px, 5vw, 72px) 42px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.commerce-hero {
  min-height: min(830px, calc(100svh - 76px));
}

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

h1,
h2,
h3,
p,
li,
td,
th {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 900px;
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2.55rem, 4.6vw, 4.45rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.hero-lead,
.contract-hero p,
.media-band p,
.legal-page .intro {
  max-width: 720px;
  margin: 24px 0 0;
  color: #3d4354;
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.58;
}

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

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span,
.plan-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,0.76);
  font-size: 0.86rem;
}

.hero-image {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(230, 232, 238, 0.92);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.section,
.split-section,
.cta-band,
.media-band,
.contract-hero,
.checkout-grid,
.legal-page {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.section.compact {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--teal-soft), #ffffff);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading h2,
.split-section h2,
.proof-copy h2,
.cta-band h2,
.media-band h2,
.contract-hero h1,
.legal-page h1 {
  margin: 0;
  color: var(--blue-ink);
  font-size: clamp(2rem, 3.7vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.row-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.text-link {
  color: var(--red);
  font-weight: 800;
}

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

.authority-section {
  background: var(--white);
}

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

.authority-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.authority-grid h3 {
  margin: 0 0 12px;
  color: var(--blue-ink);
  font-size: 1.32rem;
  line-height: 1.18;
}

.authority-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.price-card,
.service-grid article,
.article-grid a,
.proof-grid div,
.security-card,
.checkout-form,
.checkout-summary,
.email-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 28px;
}

.price-card.featured {
  color: var(--white);
  background: linear-gradient(155deg, var(--blue), var(--blue-ink));
  box-shadow: var(--shadow);
}

.price-card h3 {
  margin: 18px 0 0;
  color: var(--blue-ink);
  font-size: 1.55rem;
}

.price-card.featured h3,
.price-card.featured p,
.price-card.featured li {
  color: var(--white);
}

.price-card p:not(.price),
.service-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.price-card.featured p:not(.price) {
  color: rgba(255,255,255,0.76);
}

.price {
  margin: 20px 0 12px;
  color: var(--blue-ink);
}

.price strong {
  font-size: clamp(2.35rem, 4vw, 3.8rem);
  line-height: 1;
}

.price span {
  margin-left: 6px;
  color: var(--muted);
  font-weight: 700;
}

.featured .price,
.featured .price span {
  color: var(--white);
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
  padding-left: 18px;
  color: #3d4354;
}

.price-card .btn {
  margin-top: auto;
}

.btn:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.media-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: var(--surface);
}

.consult-band {
  background: linear-gradient(135deg, var(--blue-soft), #ffffff);
}

.media-band img,
.secure-flow img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

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

.service-grid article,
.article-grid a,
.proof-grid div {
  min-height: 220px;
  padding: 24px;
}

.service-grid h3,
.article-grid h3 {
  margin: 0 0 12px;
  color: var(--blue-ink);
  font-size: 1.22rem;
  line-height: 1.18;
}

.service-grid p {
  margin: 0 0 18px;
}

.service-index,
.article-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.comparison-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.comparison-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: var(--white);
}

.comparison-table th,
.comparison-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.comparison-table th {
  color: var(--blue-ink);
  background: var(--blue-soft);
}

.comparison-table td:not(:first-child) {
  color: var(--teal);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
  background: var(--surface);
}

.split-section p {
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.08rem;
}

.secure-flow {
  align-items: center;
}

.proof {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

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

.proof-grid div {
  min-height: auto;
}

.proof-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue-ink);
  font-size: 1.08rem;
}

.proof-grid span,
.footer span,
.flow-list,
.processing-note span,
.recurrence-note {
  color: var(--muted);
  line-height: 1.5;
}

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

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

.article-grid a {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.article-card-image {
  width: calc(100% + 48px);
  max-width: none;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: -24px -24px 18px;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.article-grid a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}

.article-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq {
  background: var(--surface);
}

details {
  max-width: 980px;
  border-top: 1px solid var(--line);
  background: transparent;
}

details:last-child {
  border-bottom: 1px solid var(--line);
}

summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--blue-ink);
  font-weight: 800;
  font-size: 1.08rem;
}

details p {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.6;
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, var(--blue), var(--blue-ink));
  color: var(--white);
}

.cta-band h2,
.cta-band .eyebrow {
  color: var(--white);
}

.footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer img {
  width: 140px;
  height: auto;
}

.footer div {
  display: grid;
  gap: 3px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-left: auto;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-links a:last-child {
  color: var(--blue);
  font-weight: 750;
}

.blog-hero {
  min-height: 52svh;
  padding: clamp(60px, 8vw, 110px) clamp(18px, 5vw, 72px);
  background: var(--surface);
}

.blog-hero h1,
.article-page h1 {
  max-width: 980px;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
}

.blog-hero p,
.article-page .intro {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.6;
}

.topic-pills,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.topic-pills span,
.article-meta span {
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-ink);
  background: var(--white);
  font-size: 0.86rem;
  font-weight: 750;
}

.blog-seo-intro {
  background: var(--white);
}

.article-page {
  padding: clamp(46px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: var(--blue);
  font-weight: 750;
}

.article-hero-image {
  display: block;
  width: min(980px, 100%);
  aspect-ratio: 16 / 7;
  margin: 34px 0 10px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.article-content {
  max-width: 820px;
}

.article-content h2,
.legal-page h2 {
  margin-top: 42px;
  color: var(--blue-ink);
  font-size: 1.8rem;
}

.article-content p,
.article-content li,
.legal-page p,
.legal-page li {
  color: #3d4354;
  font-size: 1.08rem;
  line-height: 1.7;
}

.article-content ul {
  padding-left: 20px;
}

.article-summary,
.source-list,
.related-posts {
  margin-top: 32px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.source-list a,
.related-posts a {
  color: var(--blue);
  font-weight: 750;
}

.related-posts {
  display: grid;
  gap: 12px;
}

.related-posts h2 {
  margin-top: 0;
}

.article-cta {
  margin-top: 42px;
  padding: 28px;
  border-radius: 8px;
  background: var(--blue-ink);
  color: var(--white);
}

.article-cta p {
  color: rgba(255,255,255,0.76);
}

.contract-hero {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 420px);
  gap: 28px;
  align-items: end;
  background: var(--surface);
}

.calculator-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(24px, 5vw, 60px);
  align-items: end;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, #ffffff 0%, var(--blue-soft) 100%);
}

.calculator-hero h1 {
  max-width: 980px;
  font-size: clamp(2.45rem, 5vw, 5rem);
}

.calculator-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #3d4354;
  font-size: 1.16rem;
  line-height: 1.62;
}

.calculator-note {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(36, 16, 201, 0.16);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 18px 50px rgba(21, 17, 94, 0.1);
}

.calculator-note strong {
  color: var(--blue-ink);
  font-size: 1.05rem;
}

.calculator-note span,
.calculator-disclaimer {
  color: var(--muted);
  line-height: 1.5;
}

.calculator-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 24px;
  align-items: start;
  padding: clamp(42px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background: var(--white);
}

.calculator-form,
.calculator-result,
.calculator-plans article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.calculator-form,
.calculator-result {
  padding: clamp(22px, 3vw, 32px);
}

.calculator-form .form-section:last-of-type {
  border-bottom: 0;
  margin-bottom: 18px;
  padding-bottom: 8px;
}

.calculator-disclaimer {
  margin: 16px 0 0;
  font-size: 0.94rem;
}

.calculator-result {
  position: sticky;
  top: 96px;
  box-shadow: var(--shadow);
}

.calculator-result h2 {
  margin: 18px 0 0;
  color: var(--blue-ink);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.12;
}

.calculator-total {
  margin: 18px 0 6px;
  color: var(--blue);
  font-size: clamp(2.35rem, 4.8vw, 4rem);
  font-weight: 850;
  line-height: 1;
}

.result-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
}

.result-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.result-list span {
  color: var(--muted);
  line-height: 1.35;
}

.result-list strong {
  color: var(--blue-ink);
  white-space: nowrap;
}

.calculator-whatsapp {
  width: 100%;
}

.plan-comparison-section {
  background: var(--surface);
}

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

.calculator-plans article {
  display: grid;
  gap: 12px;
  min-height: 230px;
  padding: 24px;
}

.calculator-plans h3 {
  margin: 4px 0 0;
  color: var(--blue-ink);
  font-size: 1.3rem;
}

.calculator-plans strong {
  color: var(--blue);
  font-size: 1.25rem;
}

.calculator-plans p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.calculator-plans .featured-plan {
  color: var(--white);
  background: linear-gradient(155deg, var(--blue), var(--blue-ink));
  box-shadow: var(--shadow);
}

.calculator-plans .featured-plan h3,
.calculator-plans .featured-plan strong,
.calculator-plans .featured-plan p {
  color: var(--white);
}

.calculator-plans .featured-plan .plan-tag {
  color: var(--blue-ink);
  background: var(--white);
}

.security-card {
  padding: 24px;
  display: grid;
  gap: 10px;
  border-left: 5px solid var(--teal);
}

.security-card strong,
.processing-note strong {
  color: var(--blue-ink);
}

.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.checkout-form,
.checkout-summary,
.email-card {
  padding: clamp(22px, 3vw, 32px);
}

.form-section {
  display: grid;
  gap: 16px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

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

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

label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

label span,
.lead-form span {
  color: var(--muted);
  font-size: 0.9rem;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

input::placeholder {
  color: #9aa0af;
}

.checkbox-row {
  grid-template-columns: auto 1fr;
  align-items: start;
}

.checkbox-row input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.checkbox-row a,
.legal-page a {
  color: var(--blue);
  font-weight: 750;
}

.form-submit {
  min-height: 48px;
  background: var(--red) !important;
  box-shadow: 0 12px 28px rgba(245, 19, 19, 0.24) !important;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.form-status.success {
  color: var(--teal);
}

.form-status.error {
  color: #b42318;
}

.checkout-summary {
  position: sticky;
  top: 96px;
}

.compact-price strong {
  font-size: 2.4rem;
}

.recurrence-note {
  margin: -2px 0 20px;
  font-size: 0.95rem;
}

.flow-list {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding-left: 20px;
}

.processing-note {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 8px;
  background: var(--teal-soft);
}

.email-preview {
  background: var(--surface);
}

.email-card p {
  color: #3d4354;
  line-height: 1.65;
}

.legal-page {
  max-width: 980px;
}

.cookie-banner {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  width: min(900px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,0.96);
  box-shadow: var(--shadow);
}

.cookie-banner p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-actions a,
.cookie-actions button {
  min-height: 40px;
  padding: 0 12px;
  border-radius: 6px;
  font: inherit;
  font-weight: 750;
  white-space: nowrap;
}

.cookie-actions a {
  color: var(--blue);
}

.cookie-actions button {
  border: 1px solid var(--line);
  cursor: pointer;
  color: var(--blue-ink);
  background: var(--white);
}

.cookie-actions button:last-child {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

@media (max-width: 1120px) {
  .hero,
  .media-band,
  .split-section,
  .proof,
  .contract-hero,
  .checkout-grid,
  .calculator-hero,
  .calculator-shell {
    grid-template-columns: 1fr;
  }

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

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

  .checkout-summary {
    position: static;
  }

  .calculator-result {
    position: static;
  }

  .calculator-plans {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 154px;
  }

  [id] {
    scroll-margin-top: 154px;
  }

  .site-header {
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
  }

  h1 {
    font-size: clamp(2.15rem, 10vw, 3.1rem);
    line-height: 1.06;
  }

  .service-grid,
  .service-grid.two,
  .article-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .row-heading,
  .cta-band,
  .footer,
  .cookie-banner,
  .cookie-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    max-height: 52svh;
    overflow-y: auto;
    padding: 16px;
  }

  .footer-links {
    margin-left: 0;
  }

}
