:root {
  --navy: #06284a;
  --navy-2: #003a66;
  --navy-dark: #041d34;
  --gold: #c9953f;
  --gold-2: #dfa948;
  --ink: #08264a;
  --body: #2b3e58;
  --muted: #5e6f85;
  --line: #d5dce5;
  --soft: #f4f7fa;
  --paper: #ffffff;
  --container: 1248px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background: #fff;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.48;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #dce2e9;
  box-shadow: 0 1px 0 rgba(6, 40, 74, 0.03);
}

.header-inner {
  display: grid;
  grid-template-columns: 360px 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 138px;
}

.brand img {
  width: 322px;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 46px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 34px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: 0 10px 20px rgba(6, 40, 74, 0.16);
}

.button-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--navy);
}

.button-gold {
  color: #061c32;
  background: linear-gradient(180deg, #efc46c, #d79a3e);
  border-color: #d79a3e;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14);
}

.button-outline-light {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.72);
}

.header-cta {
  min-width: 250px;
  min-height: 59px;
}

.endorsement-bar {
  position: relative;
  z-index: 3;
  background: rgba(248, 250, 252, 0.96);
  border-bottom: 1px solid #d8dee7;
}

.endorsement-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  color: var(--navy);
  font-family: var(--serif);
  font-size: 16px;
  text-align: center;
}

.endorment-inner p,
.endorsement-inner p {
  margin: 0;
}

.endorsement-inner img {
  width: 54px;
}

.section {
  padding: 0;
}

.hero {
  position: relative;
  min-height: 705px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.98) 29%, rgba(255,255,255,0.72) 50%, rgba(255,255,255,0.06) 74%),
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.28) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(520px, 700px) 1fr;
  min-height: 705px;
  align-items: center;
}

.hero-copy {
  padding: 52px 0 70px;
}

.brand-line {
  display: none;
}

.hero h1,
.section-heading h2,
.registration-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 0.97;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(3.95rem, 4.12vw, 4.95rem);
}

.hero-subtitle {
  position: relative;
  margin: 28px 0 38px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.16;
}

.hero-subtitle::after,
.section-kicker::after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  margin-top: 14px;
  background: var(--gold);
}

.event-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  margin: 0 0 31px;
  padding: 0;
}

.event-details div {
  display: grid;
  grid-template-columns: 27px 1fr;
  align-items: center;
  gap: 14px;
}

.detail-icon {
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1;
}

.event-details dt {
  display: none;
}

.event-details dd {
  margin: 0;
  color: #071d34;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.credit-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 47px;
  padding: 0 17px 0 0;
  color: var(--navy);
  background: #fff;
  border: 2px solid var(--navy);
  border-radius: 999px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.credit-badge::before {
  content: "6";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: -4px 0 -4px -2px;
  color: #fff;
  background: var(--navy);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1;
}

.hero-visual {
  position: absolute;
  inset: 0 0 0 50%;
  z-index: 0;
}

.hero-visual::before {
  display: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.presenters-section {
  padding: 38px 0 64px;
  background: #fff;
}

.section-kicker,
.support-label {
  margin: 0 0 13px;
  color: #b87822;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.presenters-grid {
  display: block;
}

.section-heading h2 {
  font-size: 48px;
}

.presenter-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 29px;
}

.presenter-card {
  display: block;
  min-height: 0;
  padding: 21px 38px 32px;
  background: #fff;
  border: 1px solid #ccd5df;
  border-radius: 7px;
  box-shadow: none;
}

.presenter-photo {
  width: 180px;
  height: 205px;
  margin: 0 auto 26px;
  overflow: hidden;
  background: #eef2f6;
  border: 0;
  border-radius: 5px;
}

.presenter-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.presenter-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.05;
}

.presenter-card p {
  margin: 0;
  color: #596a7f;
  font-size: 17px;
  line-height: 1.48;
}

.attend-section {
  padding: 0 0 27px;
  background: #fff;
}

.attend-panel {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 74px;
  align-items: start;
  padding: 19px 0 0;
}

.attend-panel .section-heading h2 {
  display: none;
}

.attend-panel p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  line-height: 1.32;
}

.support-section {
  padding: 31px 0;
  background: #f3f6fa;
  border-top: 1px solid #d9e0e8;
  border-bottom: 1px solid #d9e0e8;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 0;
  align-items: center;
}

.support-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 215px;
  gap: 28px;
  align-items: center;
  min-height: 135px;
  padding: 0 34px 0 6px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.support-item + .support-item {
  border-left: 1px solid #cbd4df;
  padding-left: 45px;
}

.support-item p:not(.support-label) {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.35;
}

.support-item img {
  width: 100%;
  max-height: 86px;
  object-fit: contain;
}

.support-item-pace {
  grid-template-columns: minmax(0, 1fr) 270px;
}

.support-item-pace img {
  max-height: 112px;
}

.registration-section {
  padding: 54px 0 39px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 10%, rgba(14, 89, 139, 0.48), transparent 34%),
    linear-gradient(115deg, #052846 0%, #003b66 48%, #062742 100%);
}

.registration-grid {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.registration-copy {
  position: static;
  padding: 10px 43px 0 9px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
}

.registration-copy .section-kicker,
.registration-copy h2 {
  color: #fff;
}

.registration-copy h2 {
  font-size: 45px;
  line-height: 1.02;
}

.registration-copy p {
  max-width: 330px;
  color: #fff;
  font-family: var(--serif);
  font-size: 21px;
  line-height: 1.36;
}

.registration-copy > p:first-of-type {
  margin: 24px 0 20px;
  color: #ffd276;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 800;
}

.price-list {
  display: grid;
  gap: 9px;
  max-width: 386px;
  margin: 0 0 14px;
}

.price-list div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
}

.price-list span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.price-list strong {
  color: #ffd276;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1;
}

.lunch-note {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 800;
}

.registration-note {
  margin-bottom: 35px;
}

.stripe-actions {
  display: grid;
  gap: 12px;
  max-width: 386px;
  margin-top: 0;
}

.stripe-actions .button {
  width: 100%;
  min-height: 50px;
  padding-inline: 18px;
  font-size: 14px;
}

.registration-options,
.payment-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.registration-options legend,
.payment-options legend {
  grid-column: 1 / -1;
}

.option-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-height: 68px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0;
  text-transform: none;
}

.option-card input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--gold);
}

.option-card span {
  display: grid;
  gap: 4px;
}

.option-card strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.15;
}

.option-card small {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.25;
}

.option-card:has(input:checked) {
  background: rgba(223, 169, 72, 0.18);
  border-color: rgba(255, 210, 118, 0.86);
}

.payment-placeholder {
  max-width: 386px;
  margin-top: 0;
  padding: 23px 31px;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 5px;
}

.payment-placeholder span {
  display: block;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.payment-placeholder strong {
  display: block;
  margin-top: 10px;
  font-size: 17px;
}

.payment-placeholder strong::before {
  content: "▢";
  margin-right: 8px;
  font-size: 15px;
}

.registration-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 13px 13px;
  padding: 0;
  color: #fff;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.form-row,
fieldset.form-row {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  border: 0;
}

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

.city-field {
  grid-column: span 1;
}

.state-field,
.zip-field {
  grid-column: span 1;
}

label,
legend {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  min-height: 37px;
  padding: 8px 12px;
  color: #172b44;
  background: #fff;
  border: 1px solid #cbd5e0;
  border-radius: 3px;
  font: inherit;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: inset 0 1px 2px rgba(6, 40, 74, 0.11);
}

input::placeholder {
  color: #7b8795;
}

.credential-row,
.spouse-row {
  align-content: start;
  grid-template-columns: auto auto;
  column-gap: 28px;
}

.credential-row {
  grid-column: span 1;
}

.credential-row legend,
.spouse-row legend {
  grid-column: 1 / -1;
}

.choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.choice input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.form-submit {
  grid-column: 1 / -1;
  min-height: 43px;
  margin-top: 9px;
  color: #fff;
  background: linear-gradient(180deg, #e3b353, #c88e35);
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
}

.secure-note {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--serif);
  font-size: 15px;
  text-align: center;
}

.secure-note::before {
  content: "▢";
  margin-right: 8px;
  font-size: 12px;
}

input:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(223, 169, 72, 0.42);
  outline-offset: 3px;
}

.site-footer {
  padding: 31px 0;
  color: #fff;
  background: #05223c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 340px 270px 280px 210px;
  gap: 33px;
  align-items: center;
}

.footer-brand img {
  width: 314px;
}

.footer-contact {
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.46);
}

.footer-contact p,
.footer-endorsement p {
  margin: 7px 0;
  color: #fff;
  font-size: 17px;
}

.footer-contact a {
  text-decoration: none;
}

.footer-endorsement {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 84px;
  padding: 5px 34px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.46);
  border-right: 1px solid rgba(255, 255, 255, 0.46);
}

.footer-endorsement img {
  width: 46px;
  padding: 6px;
  background: #fff;
}

.footer-endorsement p {
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.35;
}

.footer-trust img {
  width: 188px;
  margin-left: auto;
  padding: 12px 18px;
  background: #fff;
}

.mobile-sticky-cta {
  position: fixed;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 30;
  display: none;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--navy);
  border-radius: 5px;
  box-shadow: 0 18px 40px rgba(4, 27, 49, 0.28);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-sticky-cta[hidden] {
  display: none;
}

.simple-page {
  min-height: calc(100vh - 138px);
  padding: 72px 0;
  background: #f4f7fa;
}

.simple-panel {
  max-width: 760px;
  padding: 44px;
  background: #fff;
  border: 1px solid #d5dce5;
  border-radius: 6px;
  box-shadow: 0 18px 45px rgba(6, 40, 74, 0.08);
}

.simple-panel h1 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

.simple-panel p,
.simple-panel address {
  color: var(--body);
  font-size: 19px;
}

.simple-panel address {
  margin: 18px 0 26px;
  color: var(--ink);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.simple-panel .button {
  margin-top: 12px;
}

@media (max-width: 1180px) {
  .container {
    width: min(calc(100% - 48px), var(--container));
  }

  .header-inner {
    grid-template-columns: 300px 1fr auto;
  }

  .brand img {
    width: 285px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 52%) 1fr;
    min-height: 640px;
  }

  .hero-copy {
    padding: 44px 0 54px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.35rem, 5.35vw, 4.05rem);
  }

  .hero-subtitle {
    margin: 22px 0 28px;
    font-size: clamp(1.65rem, 2.7vw, 2.25rem);
  }

  .hero-visual {
    left: 52%;
  }

  .presenter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .presenter-card {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 26px;
  }

  .presenter-photo {
    margin: 0;
  }

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

  .registration-copy {
    border-right: 0;
    padding-right: 0;
  }

  .registration-copy p,
  .payment-placeholder {
    max-width: none;
  }

  .footer-contact,
  .footer-endorsement {
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-endorsement {
    grid-template-columns: 58px minmax(0, 1fr);
    justify-content: start;
  }

  .footer-trust img {
    margin-left: 0;
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: minmax(220px, 1fr) auto;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    min-width: 220px;
    padding: 0 22px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 55%) 1fr;
  }

  .hero h1 {
    font-size: clamp(2.95rem, 5.25vw, 3.55rem);
  }

  .hero-subtitle {
    font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  }

  .event-details dd {
    font-size: 16px;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding: 0 24px;
    font-size: 13px;
  }

  .credit-badge {
    min-height: 44px;
    font-size: 15px;
  }

  .credit-badge::before {
    width: 48px;
    height: 48px;
    font-size: 27px;
  }

  .hero-visual {
    left: 55%;
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 78px;
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    grid-template-columns: 1fr;
    gap: 15px;
    min-height: auto;
    padding: 15px 0;
  }

  .brand img {
    width: min(100%, 285px);
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .endorsement-inner {
    align-items: flex-start;
    min-height: auto;
    padding: 9px 0;
    gap: 9px;
    font-size: 11px;
    line-height: 1.2;
  }

  .endorsement-inner img {
    width: 43px;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.96) 55%, rgba(255,255,255,0.72) 100%);
  }

  .hero-grid {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    padding: 38px 0 30px;
  }

  .hero h1 {
    font-size: clamp(2.65rem, 10.4vw, 3.55rem);
  }

  .hero-subtitle {
    margin: 16px 0 23px;
    font-size: clamp(1.5rem, 6.8vw, 2rem);
  }

  .event-details {
    gap: 10px;
    margin-bottom: 20px;
  }

  .event-details dd {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .credit-badge {
    justify-content: center;
    min-height: 42px;
  }

  .credit-badge::before {
    width: 45px;
    height: 45px;
    font-size: 25px;
  }

  .hero-visual {
    position: relative;
    inset: auto;
    height: 245px;
    margin: 0 -16px;
  }

  .presenters-section {
    padding: 38px 0 44px;
  }

  .section-heading h2,
  .registration-copy h2 {
    font-size: 39px;
  }

  .presenter-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .presenter-card {
    display: block;
    padding: 18px;
  }

  .presenter-photo {
    width: min(100%, 268px);
    height: 214px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 18px;
  }

  .presenter-card h3 {
    font-size: 24px;
  }

  .presenter-card p {
    font-size: 14px;
  }

  .attend-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 0;
  }

  .attend-panel p:last-child {
    font-size: 18px;
  }

  .support-grid,
  .support-item,
  .support-item-pace {
    grid-template-columns: 1fr;
  }

  .support-item,
  .support-item + .support-item {
    min-height: 0;
    padding: 18px 0;
    border-left: 0;
    border-top: 1px solid #d2dbe5;
  }

  .support-item:first-child {
    border-top: 0;
  }

  .support-item img {
    max-width: 240px;
  }

  .registration-section {
    padding: 40px 0 30px;
  }

  .registration-grid {
    gap: 28px;
  }

  .registration-copy {
    padding: 0;
  }

  .registration-copy p {
    font-size: 17px;
  }

  .price-list {
    max-width: none;
  }

  .price-list strong {
    font-size: 24px;
  }

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

  .registration-options,
  .payment-options {
    grid-template-columns: 1fr;
  }

  .credential-row,
  .spouse-row {
    grid-template-columns: auto auto;
  }

  .footer-grid {
    gap: 22px;
  }

  .footer-brand img {
    width: 270px;
  }

  .footer-trust img {
    width: 180px;
  }

  .mobile-sticky-cta {
    display: flex;
  }
}
