:root {
  --gc32-bg: #06131b;
  --gc32-bg-deep: #041018;
  --gc32-panel: #0d2631;
  --gc32-panel-strong: #10303a;
  --gc32-border: #2c5c6b;
  --gc32-green: #39e646;
  --gc32-green-dark: #123f28;
  --gc32-white: #f4f7f8;
  --gc32-muted: #c7d0d5;
  --gc32-dim: #7f959f;
  --gc32-radius: 24px;
  --gc32-shell: 1240px;
}

html {
  scroll-behavior: smooth;
  background: var(--gc32-bg);
}

body.gc-tb,
body.gc-inner {
  background: var(--gc32-bg);
  color: var(--gc32-white);
  font-family: Manrope, Arial, sans-serif;
}

.gc-global-header {
  height: 100px;
  background: rgba(4, 16, 24, .93);
  border-bottom: 1px solid rgba(81, 128, 143, .18);
  backdrop-filter: blur(18px);
}

.gc-global-header__inner {
  width: min(calc(100% - 48px), var(--gc32-shell));
  height: 100%;
}

.gc-global-header__logo img {
  width: 168px;
  height: auto;
}

.gc-global-nav a {
  color: rgba(244, 247, 248, .76);
  font-size: 14px;
  font-weight: 600;
}

.gc-global-nav a:hover,
.gc-global-nav a:focus-visible,
.gc-global-nav a[aria-current="page"] {
  color: var(--gc32-white);
}

.gc-global-header__cta {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 14px;
  background: var(--gc32-green);
  color: #031108;
  font-weight: 800;
}

.v15-hero {
  min-height: 920px;
  background: var(--gc32-bg-deep);
}

.v15-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 16, 24, .97) 0%, rgba(4, 16, 24, .83) 40%, rgba(4, 16, 24, .18) 73%, rgba(4, 16, 24, .08) 100%),
    linear-gradient(180deg, rgba(4, 16, 24, .08), rgba(4, 16, 24, .15) 62%, rgba(4, 16, 24, .96));
}

.v15-hero-shell {
  min-height: 920px;
  padding-top: 190px;
  padding-bottom: 52px;
}

.v15-hero-copy {
  width: min(650px, 54%);
}

.v13-eyebrow {
  color: var(--gc32-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .34em;
}

.v15-hero-copy h1 {
  max-width: 720px;
  margin-top: 22px;
  color: var(--gc32-white);
  font-size: clamp(56px, 6vw, 86px);
  line-height: .98;
  letter-spacing: -.055em;
}

.v15-hero-copy h1 em {
  display: block;
  color: var(--gc32-green);
  font-style: normal;
}

.v15-hero-copy > p {
  max-width: 560px;
  color: var(--gc32-muted);
  font-size: 21px;
  line-height: 1.55;
}

.v31-quick-lead-card {
  display: block;
}

.v31-quick-lead-heading {
  justify-content: space-between;
}

.v31-quick-lead-heading a,
.v31-quick-consent-text a {
  color: var(--gc32-green);
}

.v31-quick-lead-heading a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.v31-quick-consent-text {
  margin: 9px 2px 0;
  color: var(--gc32-muted);
  font-size: 11px;
  line-height: 1.35;
}

#calc-form {
  scroll-margin-top: 104px;
}

.v15-actions {
  margin-top: 34px;
  gap: 14px;
}

.v13-main-cta,
.v13-link-cta {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 800;
}

.v13-main-cta {
  background: var(--gc32-green);
  color: #041108;
  box-shadow: 0 15px 36px rgba(57, 230, 70, .18);
}

.v13-link-cta {
  border: 1px solid rgba(244, 247, 248, .58);
  background: rgba(4, 16, 24, .48);
  color: var(--gc32-white);
}

.v31-hero-bottom {
  border-top: 1px solid rgba(244, 247, 248, .14);
}

.v15-hero-facts b {
  color: var(--gc32-white);
}

.v15-hero-facts small,
.v31-transport span {
  color: rgba(244, 247, 248, .76);
}

.v31-transport svg {
  stroke: var(--gc32-green);
}

@media (max-width: 820px) {
  .gc-global-header {
    height: 88px;
    background: linear-gradient(180deg, rgba(4, 16, 24, .96), rgba(4, 16, 24, .42));
    border-bottom: 0;
    backdrop-filter: none;
  }

  .gc-global-header__inner {
    width: calc(100% - 40px);
  }

  .gc-global-header__logo img {
    width: 154px;
  }

  .gc-global-menu-button {
    width: 42px;
    height: 42px;
  }

  .gc-global-menu-button span {
    width: 30px;
    height: 2px;
    background: var(--gc32-white);
  }

  .v15-hero,
  .v15-hero-shell {
    min-height: 100svh;
  }

  .v15-hero::before {
    background:
      linear-gradient(180deg, rgba(4, 16, 24, .94) 0%, rgba(4, 16, 24, .78) 33%, rgba(4, 16, 24, .12) 57%, rgba(4, 16, 24, .9) 86%, var(--gc32-bg) 100%);
  }

  .v31-hero-media img {
    object-position: center bottom;
  }

  .v31-hero-media {
    inset: 0 0 auto;
    height: 100svh;
  }

  .v15-hero-shell {
    display: flex;
    flex-direction: column;
    padding: 124px 20px 26px;
  }

  .v15-hero-copy {
    position: static !important;
    z-index: 3;
    width: 100%;
  }

  .v13-eyebrow {
    font-size: 10px;
    letter-spacing: .31em;
  }

  .v15-hero-copy h1 {
    margin-top: 16px;
    font-size: clamp(42px, 12vw, 56px);
    line-height: .98;
  }

  .v15-hero-copy > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
  }

  .gc-tb .v15-actions {
    display: none !important;
  }

  .v31-quick-lead-card {
    position: absolute;
    z-index: 4;
    top: calc(100dvh - 225px);
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
    padding: 12px;
    border-radius: 17px;
  }

  .v31-quick-lead-heading {
    margin-bottom: 8px;
  }

  .v31-quick-lead-heading span {
    display: none;
  }

  .v31-quick-lead-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .v31-quick-field input {
    min-height: 48px;
    padding-inline: 12px;
    font-size: 14px;
  }

  .v31-quick-lead-fields button {
    grid-column: 1 / -1;
    min-height: 50px;
    font-size: 15px;
  }

  .v13-main-cta,
  .v13-link-cta {
    width: 100%;
    min-height: 54px;
  }

  .v31-hero-bottom {
    margin-top: calc(100dvh - 500px);
    padding-top: 222px;
    pointer-events: none;
  }

  .v31-hero-bottom a {
    pointer-events: auto;
  }

  html body.gc-product-page.gc-tb .tb-steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    border: 0;
  }

  html body.gc-product-page.gc-tb .tb-steps:not(.tb-process-v9) .tb-step,
  html body.gc-product-page.gc-tb .tb-steps:not(.tb-process-v9) .tb-step.is-green,
  html body.gc-product-page.gc-tb .tb-steps:not(.tb-process-v9) .tb-step.is-dark {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 18px !important;
    overflow: visible !important;
    border: 1px solid var(--gc32-border) !important;
    border-radius: 20px !important;
    background: var(--gc32-panel) !important;
  }

  html body.gc-product-page.gc-tb .tb-step::before {
    content: none !important;
    display: none !important;
  }

  html body.gc-product-page.gc-tb .tb-step-icon {
    display: grid !important;
    grid-row: 1 / 3;
    width: 52px !important;
    height: 52px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: var(--gc32-green-dark) !important;
    color: var(--gc32-green) !important;
    font-size: 18px !important;
    font-weight: 800;
  }

  html body.gc-product-page.gc-tb .tb-step h3 {
    align-self: end;
    margin: 0 0 4px !important;
    color: var(--gc32-white) !important;
    font-size: 17px !important;
    line-height: 1.2;
  }

  html body.gc-product-page.gc-tb .tb-step > p,
  html body.gc-product-page.gc-tb .tb-step.is-dark > p {
    align-self: start;
    margin: 0 !important;
    color: var(--gc32-muted) !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
  }

  .v15-hero-facts {
    gap: 0;
  }

  .v15-hero-facts span {
    padding: 0 10px;
  }

  .v15-hero-facts span:first-child {
    padding-left: 0;
  }

  .v15-hero-facts b {
    font-size: 28px;
  }

  .v15-hero-facts small {
    font-size: 11px;
  }

  .v31-transport {
    margin-top: 20px;
    padding-top: 18px;
  }

  .v31-transport a {
    gap: 8px;
  }

  .v31-transport svg {
    width: 36px;
    height: 36px;
  }

  .v31-transport span {
    font-size: 10px;
  }
}

.gc32-home-flow {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(31, 102, 84, .13), transparent 28%),
    var(--gc32-bg);
}

.gc32-shell {
  width: min(calc(100% - 48px), var(--gc32-shell));
  margin: 0 auto;
}

.gc32-section {
  position: relative;
  padding: clamp(88px, 9vw, 144px) 0;
  border-top: 1px solid rgba(81, 128, 143, .17);
}

.gc32-section--intro {
  border-top: 0;
}

.gc32-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.gc32-split--image {
  align-items: stretch;
}

.gc32-kicker {
  display: block;
  margin-bottom: 24px;
  color: var(--gc32-dim);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.gc32-heading {
  max-width: 850px;
  margin-bottom: 52px;
}

.gc32-heading h2,
.gc32-copy h2 {
  margin: 0;
  color: var(--gc32-white);
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.gc32-heading h2 em,
.gc32-copy h2 em {
  display: block;
  color: var(--gc32-green);
  font-style: normal;
}

.gc32-heading > p,
.gc32-copy > p {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--gc32-muted);
  font-size: 17px;
  line-height: 1.65;
}

.gc32-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border: 0;
  border-radius: 14px;
  background: var(--gc32-green);
  color: #031108;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
}

.gc32-button:hover,
.gc32-button:focus-visible {
  color: #031108;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(57, 230, 70, .16);
}

.gc32-button--outline {
  border: 2px solid var(--gc32-border);
  background: transparent;
  color: var(--gc32-white);
}

.gc32-button--outline:hover,
.gc32-button--outline:focus-visible {
  color: var(--gc32-white);
  box-shadow: none;
}

.gc32-photo {
  position: relative;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(81, 128, 143, .28);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
}

.gc32-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gc32-photo figcaption {
  position: absolute;
  left: 24px;
  bottom: 24px;
  padding: 13px 24px;
  border-radius: 999px;
  background: rgba(18, 63, 40, .92);
  color: var(--gc32-green);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.gc32-photo--tall {
  min-height: 760px;
}

.gc32-steps {
  display: grid;
  gap: 14px;
  margin: 36px 0 28px;
}

.gc32-steps article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 18px;
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
}

.gc32-steps article > span {
  display: grid;
  width: 64px;
  height: 72px;
  place-items: center;
  border-radius: 16px;
  background: var(--gc32-green-dark);
  color: var(--gc32-green);
  font-weight: 700;
}

.gc32-steps h3,
.gc32-steps p,
.gc32-mini-grid h3,
.gc32-mini-grid p,
.gc32-category-grid h3,
.gc32-category-grid p,
.gc32-product-card h3,
.gc32-product-card p,
.gc32-callout h3,
.gc32-callout p {
  margin: 0;
}

.gc32-steps h3 {
  color: var(--gc32-white);
  font-size: 18px;
}

.gc32-steps p {
  margin-top: 6px;
  color: var(--gc32-muted);
  font-size: 15px;
  line-height: 1.45;
}

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

.gc32-product-card {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  padding: clamp(28px, 4vw, 48px);
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: linear-gradient(145deg, rgba(16, 48, 58, .94), rgba(9, 31, 40, .94));
}

.gc32-card-label {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gc32-green-dark);
  color: var(--gc32-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gc32-product-card h3 {
  margin-top: 28px;
  color: var(--gc32-white);
  font-size: clamp(30px, 3vw, 42px);
}

.gc32-product-card p,
.gc32-product-card li {
  color: var(--gc32-muted);
  line-height: 1.55;
}

.gc32-product-card p {
  margin-top: 14px;
}

.gc32-product-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.gc32-product-card li::before {
  content: '✓';
  margin-right: 10px;
  color: var(--gc32-green);
}

.gc32-product-card > a,
.gc32-text-link {
  margin-top: auto;
  color: var(--gc32-green);
  font-weight: 800;
  text-decoration: none;
}

.gc32-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.gc32-mini-grid article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 150px;
  padding: 20px;
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
}

.gc32-mini-grid b {
  display: grid;
  width: 56px;
  height: 72px;
  place-items: center;
  border-radius: 16px;
  background: var(--gc32-green-dark);
  color: var(--gc32-green);
  font-size: 13px;
}

.gc32-mini-grid h3 {
  color: var(--gc32-white);
  font-size: 16px;
}

.gc32-mini-grid p {
  margin-top: 7px;
  color: var(--gc32-muted);
  font-size: 14px;
  line-height: 1.45;
}

.gc32-note {
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--gc32-radius);
  background: #154527;
}

.gc32-note h3 {
  margin: 0;
  color: var(--gc32-white);
  font-size: 24px;
}

.gc32-note p {
  margin: 14px 0 28px;
  color: var(--gc32-white);
  font-size: 17px;
  line-height: 1.6;
}

.gc32-note small {
  display: block;
  margin-top: 20px;
  color: var(--gc32-green);
  line-height: 1.5;
}

.gc32-note--compact {
  margin-top: 34px;
  padding: 26px;
}

.gc32-note--compact h3 {
  font-size: 19px;
}

.gc32-note--compact p {
  margin-bottom: 0;
  font-size: 15px;
}

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

.gc32-category-grid article {
  display: grid;
  min-height: 190px;
  align-content: center;
  padding: 28px;
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
  text-align: center;
}

.gc32-category-grid h3 {
  color: var(--gc32-white);
  font-size: 19px;
}

.gc32-category-grid p {
  margin-top: 10px;
  color: var(--gc32-muted);
  line-height: 1.5;
}

.gc32-category-grid--four {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gc32-callout {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 30px;
  border-radius: var(--gc32-radius);
  background: #154527;
}

.gc32-callout h3 {
  color: var(--gc32-white);
  font-size: 19px;
}

.gc32-callout p {
  margin-top: 8px;
  color: var(--gc32-white);
  line-height: 1.5;
}

.gc32-route-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gc32-route-list a {
  display: flex;
  min-height: 150px;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
  color: var(--gc32-white);
  text-decoration: none;
}

.gc32-route-list span {
  display: grid;
  gap: 10px;
}

.gc32-route-list b {
  font-size: 22px;
  text-transform: uppercase;
}

.gc32-route-list small {
  color: var(--gc32-muted);
  font-size: 15px;
}

.gc32-route-list strong {
  color: var(--gc32-green);
  font-size: 18px;
  white-space: nowrap;
}

.gc32-section--form {
  background: rgba(9, 31, 40, .55);
}

.gc32-form {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 4vw, 44px);
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
}

.gc32-form label,
.gc32-form fieldset {
  margin: 0;
}

.gc32-form > label > span,
.gc32-form-row label > span,
.gc32-form legend {
  display: block;
  margin-bottom: 10px;
  color: var(--gc32-dim);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.gc32-form input[type="text"],
.gc32-form input[type="tel"] {
  width: 100%;
  min-height: 64px;
  box-sizing: border-box;
  padding: 0 20px;
  border: 2px solid var(--gc32-border);
  border-radius: 16px;
  outline: 0;
  background: rgba(4, 16, 24, .42);
  color: var(--gc32-white);
  font: inherit;
}

.gc32-form input:focus {
  border-color: var(--gc32-green);
}

.gc32-form fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
}

.gc32-form fieldset legend {
  grid-column: 1 / -1;
}

.gc32-form fieldset label {
  cursor: pointer;
}

.gc32-form fieldset input {
  position: absolute;
  opacity: 0;
}

.gc32-form fieldset span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 2px solid var(--gc32-border);
  border-radius: 14px;
  color: var(--gc32-muted);
  font-weight: 700;
}

.gc32-form fieldset input:checked + span {
  border-color: var(--gc32-green);
  background: var(--gc32-green-dark);
  color: var(--gc32-green);
}

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

.gc32-form .gc32-consent {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.gc32-form .gc32-consent span {
  margin: 0;
  color: var(--gc32-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

.gc32-consent a {
  color: var(--gc32-green);
}

.gc32-form > small {
  color: var(--gc32-muted);
  text-align: center;
}

.gc32-faq {
  display: grid;
  gap: 14px;
}

.gc32-faq details {
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
}

.gc32-faq summary {
  position: relative;
  padding: 28px 62px 28px 28px;
  color: var(--gc32-white);
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  cursor: pointer;
}

.gc32-faq summary::-webkit-details-marker {
  display: none;
}

.gc32-faq summary::after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 28px;
  color: var(--gc32-green);
  font-size: 26px;
  transform: translateY(-50%);
}

.gc32-faq details[open] summary::after {
  content: '−';
}

.gc32-faq details p {
  margin: -12px 28px 28px;
  color: var(--gc32-muted);
  line-height: 1.55;
}

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

.gc32-proof-grid article {
  display: grid;
  min-height: 170px;
  align-content: center;
  gap: 14px;
  padding: 30px;
  border: 2px solid var(--gc32-border);
  border-radius: var(--gc32-radius);
  background: var(--gc32-panel);
}

.gc32-proof-grid strong {
  color: var(--gc32-green);
  font-size: 42px;
}

.gc32-proof-grid span {
  color: var(--gc32-white);
  font-weight: 700;
}

.gc32-contact-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}

.gc32-footer {
  border-top: 1px solid rgba(81, 128, 143, .2);
  background: var(--gc32-bg-deep);
}

.gc32-footer .tb-footer-copy a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 980px) {
  .gc32-split {
    grid-template-columns: 1fr;
  }

  .gc32-split--image .gc32-photo {
    order: -1;
  }

  .gc32-product-grid,
  .gc32-route-list,
  .gc32-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .gc32-shell {
    width: calc(100% - 40px);
  }

  .gc32-section {
    padding: 78px 0;
  }

  .gc32-split {
    gap: 34px;
  }

  .gc32-heading {
    margin-bottom: 32px;
  }

  .gc32-kicker {
    margin-bottom: 22px;
    font-size: 11px;
  }

  .gc32-heading h2,
  .gc32-copy h2 {
    font-size: 38px;
    line-height: 1.08;
  }

  .gc32-heading > p,
  .gc32-copy > p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
  }

  .gc32-photo,
  .gc32-photo--tall {
    min-height: 310px;
    border-radius: 0;
  }

  .gc32-split--image .gc32-photo {
    order: initial;
    margin-right: -20px;
    margin-left: -20px;
  }

  .gc32-photo figcaption {
    left: 18px;
    bottom: 18px;
    padding: 11px 18px;
    font-size: 11px;
  }

  .gc32-button {
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
  }

  .gc32-product-grid,
  .gc32-route-list,
  .gc32-proof-grid {
    grid-template-columns: 1fr;
  }

  .gc32-product-card {
    min-height: 0;
    padding: 28px;
  }

  .gc32-product-card h3 {
    font-size: 30px;
  }

  .gc32-mini-grid,
  .gc32-category-grid,
  .gc32-category-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc32-mini-grid article {
    display: block;
    min-height: 190px;
    padding: 16px;
  }

  .gc32-mini-grid b {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }

  .gc32-category-grid article {
    min-height: 150px;
    padding: 18px 12px;
  }

  .gc32-category-grid h3 {
    font-size: 16px;
  }

  .gc32-category-grid p {
    font-size: 14px;
  }

  .gc32-steps article {
    grid-template-columns: 58px minmax(0, 1fr);
    min-height: 110px;
    padding: 14px;
  }

  .gc32-steps article > span {
    width: 58px;
    height: 70px;
  }

  .gc32-steps h3 {
    font-size: 16px;
  }

  .gc32-steps p {
    font-size: 14px;
  }

  .gc32-note,
  .gc32-callout {
    padding: 24px;
    border-radius: 22px;
  }

  .gc32-callout {
    display: grid;
  }

  .gc32-route-list a {
    min-height: 124px;
    padding: 22px;
  }

  .gc32-route-list b {
    font-size: 18px;
  }

  .gc32-route-list strong {
    font-size: 16px;
  }

  .gc32-form {
    margin-right: -6px;
    margin-left: -6px;
    padding: 20px;
  }

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

  .gc32-faq summary {
    padding: 24px 56px 24px 22px;
    font-size: 16px;
  }

  .gc32-proof-grid article {
    min-height: 112px;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    padding: 22px;
  }

  .gc32-proof-grid strong {
    font-size: 32px;
  }

  .gc32-contact-actions {
    display: grid;
  }
}
