:root {
  --wpgo-ink: #1d201d;
  --wpgo-ink-soft: #4e544e;
  --wpgo-cream: #fcfbf7;
  --wpgo-paper: #fffefb;
  --wpgo-paper-warm: #f8f3e9;
  --wpgo-line: #d9d9d0;
  --wpgo-line-dark: #b7b9b1;
  --wpgo-orange: #db4b0c;
  --wpgo-orange-dark: #b83b05;
  --wpgo-green: #52765e;
  --wpgo-green-dark: #34513d;
  --wpgo-purple: #6f4bb8;
  --wpgo-gold: #d7a229;
  --wpgo-blue: #167a8b;
  --wpgo-wide: 1180px;
  --wpgo-radius: 18px;
  --wpgo-shadow: 0 16px 45px rgb(44 44 35 / 7%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--wpgo-ink);
  background: var(--wpgo-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #155e75;
  outline-offset: 4px;
}

[hidden] {
  display: none !important;
}

.wpgo-site-header {
  position: relative;
  z-index: 50;
  margin: 0;
  border-bottom: 1px solid var(--wpgo-line);
  color: var(--wpgo-ink);
  background: rgb(252 251 247 / 96%);
}

.home .wpgo-site-header {
  position: relative;
  inset: auto;
}

.wpgo-site-header__inner {
  min-height: 78px;
  gap: 32px;
  padding-inline: 0;
}

.wpgo-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: var(--wpgo-ink);
  font-size: 23px;
  letter-spacing: -0.045em;
  line-height: 1;
  text-decoration: none;
}

.wpgo-brand__name {
  font-weight: 850;
}

.wpgo-brand__accent {
  color: var(--wpgo-orange);
  font-weight: 700;
}

.wpgo-site-nav {
  gap: 30px;
}

.wpgo-site-nav .wp-block-navigation-item__content {
  color: var(--wpgo-ink) !important;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.wpgo-site-nav .wp-block-navigation-item__content:hover {
  color: var(--wpgo-orange-dark);
}

.wpgo-site-nav .wpgo-site-nav__cta .wp-block-navigation-item__content {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 5px;
  color: var(--wpgo-paper) !important;
  background: var(--wpgo-orange);
  box-shadow: 0 8px 22px rgb(219 75 12 / 18%);
  font-weight: 750;
}

.wpgo-site-nav .wpgo-site-nav__cta .wp-block-navigation-item__content:hover {
  color: var(--wpgo-paper);
  background: var(--wpgo-orange-dark);
}
.wpgo-site-nav .wpgo-site-nav__account {
  margin-left: -14px;
}

.wpgo-site-nav .wpgo-site-nav__account .wp-block-navigation-item__content {
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  min-height: 28px;
  flex: 0 0 28px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  color: var(--wpgo-paper) !important;
  background-color: var(--wpgo-green);
  background-image: url("../icons/circle-user-round.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  box-shadow: 0 6px 16px rgb(52 81 61 / 18%);
  white-space: nowrap;
  text-decoration: none !important;
  text-indent: -999px;
}

.wpgo-site-nav .wpgo-site-nav__account .wp-block-navigation-item__content:hover,
.wpgo-site-nav .wpgo-site-nav__account .wp-block-navigation-item__content:focus-visible {
  color: var(--wpgo-paper) !important;
  background-color: var(--wpgo-green-dark);
  box-shadow: 0 0 0 3px rgb(82 118 94 / 15%), 0 6px 16px rgb(52 81 61 / 24%);
}

.wpgo-relaunch-home {
  margin: 0;
  overflow: clip;
}

.wpgo-relaunch-home :where(h1, h2, h3, p) {
  margin-top: 0;
}

.wpgo-relaunch-home :where(h1, h2, h3) {
  text-wrap: balance;
}

.wpgo-relaunch-home :where(h1, h2, .wpgo-relaunch-featured-card h3, .wpgo-relaunch-about-cta h2) {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.wpgo-relaunch-section {
  padding-block: 88px;
}

.wpgo-relaunch-eyebrow {
  margin: 0 0 16px;
  color: var(--wpgo-orange-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wpgo-relaunch-eyebrow--green {
  color: var(--wpgo-green-dark);
}

.wpgo-relaunch-home h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.wpgo-relaunch-hero {
  min-height: 700px;
  display: flex;
  align-items: center;
  margin: 0;
  padding-block: 72px 62px;
  border-bottom: 1px solid var(--wpgo-line);
  background: var(--wpgo-cream);
}

.wpgo-relaunch-hero__grid {
  width: min(calc(100% - 48px), var(--wpgo-wide));
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 44px;
  margin-inline: auto;
}

.wpgo-relaunch-hero__copy,
.wpgo-relaunch-hero__media {
  margin: 0;
}

.wpgo-relaunch-hero__title {
  max-width: 670px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.wpgo-relaunch-hero__title span {
  display: block;
  white-space: nowrap;
}

.wpgo-relaunch-hero__lede {
  max-width: 630px;
  margin-bottom: 30px;
  color: var(--wpgo-ink-soft);
  font-size: 19px;
  line-height: 1.7;
}

.wpgo-relaunch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.wpgo-relaunch-button .wp-block-button__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.wpgo-relaunch-button .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.wpgo-relaunch-button--primary .wp-block-button__link {
  color: var(--wpgo-paper);
  background: var(--wpgo-orange);
  box-shadow: 0 8px 22px rgb(219 75 12 / 18%);
}

.wpgo-relaunch-button--primary .wp-block-button__link:hover {
  background: var(--wpgo-orange-dark);
}

.wpgo-relaunch-button--outline .wp-block-button__link {
  border-color: var(--wpgo-orange);
  color: var(--wpgo-orange-dark);
  background: transparent;
}

.wpgo-relaunch-button--outline .wp-block-button__link:hover {
  color: var(--wpgo-paper);
  background: var(--wpgo-orange);
}

.wpgo-relaunch-assurances {
  max-width: 650px;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.wpgo-relaunch-assurance {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--wpgo-ink-soft);
  font-size: 12px;
  line-height: 1.35;
}

.wpgo-relaunch-assurance > img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}

.wpgo-relaunch-assurance span {
  display: grid;
  gap: 2px;
}

.wpgo-relaunch-assurance strong {
  color: var(--wpgo-ink);
  font-size: 12px;
}

.wpgo-relaunch-assurance small {
  color: var(--wpgo-ink-soft);
  font-size: 11px;
  line-height: 1.35;
}

.wpgo-relaunch-hero__media {
  display: flex;
  justify-content: center;
}

.wpgo-relaunch-hero__media figure {
  width: min(100%, 560px);
  margin: 0;
}

.wpgo-relaunch-hero__media img {
  width: 100%;
  height: auto;
}

.wpgo-relaunch-featured {
  margin: 0;
  border-bottom: 1px solid var(--wpgo-line);
  background: var(--wpgo-paper);
}

.wpgo-relaunch-section-heading {
  margin-bottom: 34px;
}

.wpgo-relaunch-section-heading--split {
  align-items: end;
}

.wpgo-relaunch-text-link {
  margin: 0;
}

.wpgo-relaunch-text-link :is(a, span) {
  color: var(--wpgo-green-dark);
  font-size: 13px;
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.wpgo-relaunch-text-link--orange :is(a, span) {
  color: var(--wpgo-orange-dark);
}

.wpgo-relaunch-featured__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.wpgo-relaunch-featured-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 26px;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--wpgo-line);
  border-radius: var(--wpgo-radius);
  box-shadow: var(--wpgo-shadow);
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wpgo-relaunch-featured-card:hover,
.wpgo-relaunch-featured-card:focus-within {
  border-color: var(--wpgo-line-dark);
  box-shadow: 0 20px 52px rgb(44 44 35 / 11%);
  transform: translateY(-2px);
}

.wpgo-relaunch-featured-card:focus-within {
  outline: 3px solid #155e75;
  outline-offset: 4px;
}

.wpgo-relaunch-featured-card a:focus-visible {
  outline: 0;
}

.wpgo-relaunch-featured-card__link {
  position: absolute;
  z-index: 2;
  inset: 0;
  border-radius: inherit;
}

.wpgo-relaunch-featured-card .wpgo-relaunch-text-link a::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  border-radius: inherit;
  pointer-events: auto;
  cursor: pointer;
  content: "";
}

.wpgo-relaunch-featured-card--green {
  background: #f5f8f3;
}

.wpgo-relaunch-featured-card--warm {
  background: #fff5ec;
}

.wpgo-relaunch-featured-card h3 {
  margin: 0 0 12px;
  font-size: 29px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.wpgo-relaunch-featured-card p:not(.wpgo-relaunch-text-link) {
  color: var(--wpgo-ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

.wpgo-relaunch-product-icon,
.wpgo-relaunch-product-icon img {
  overflow: hidden;
  border-radius: 16px;
}

.wpgo-relaunch-catalogue {
  margin: 0;
  padding-block: 88px;
  border-top: 1px solid var(--wpgo-line);
  border-bottom: 1px solid var(--wpgo-line);
  background: var(--wpgo-cream);
}

.wpgo-relaunch-catalogue > .wp-block-html,
.wpgo-relaunch-catalogue > .wpgo-home-catalogue {
  width: 100%;
  max-width: none !important;
}

.wpgo-home-catalogue__inner {
  width: min(calc(100% - 48px), var(--wpgo-wide));
  margin-inline: auto;
}

.wpgo-home-catalogue__inner > .wpgo-relaunch-eyebrow {
  margin-bottom: 18px;
  color: var(--wpgo-ink);
}

.wpgo-home-catalogue__filters {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid var(--wpgo-line-dark);
}

.wpgo-home-catalogue__filters button {
  position: relative;
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid var(--wpgo-line);
  color: var(--wpgo-ink-soft);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.wpgo-home-catalogue__filters button:last-child {
  border-right: 0;
}

.wpgo-home-catalogue__filters button > span:not(.wpgo-home-catalogue__count) {
  white-space: nowrap;
}

.wpgo-home-catalogue__filters button::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -1px;
  left: 12px;
  height: 3px;
  background: transparent;
}

.wpgo-home-catalogue__filters button:hover,
.wpgo-home-catalogue__filters button.is-active {
  color: var(--wpgo-green-dark);
}

.wpgo-home-catalogue__filters button.is-active::after {
  background: var(--wpgo-green);
}

.wpgo-home-catalogue__filters img {
  width: 19px;
  height: 19px;
  opacity: 0.8;
}

.wpgo-home-catalogue__count {
  min-width: 26px;
  padding: 1px 7px;
  border-radius: 999px;
  color: var(--wpgo-ink-soft);
  background: #f0f0e8;
  font-size: 11px;
  text-align: center;
}

.wpgo-home-catalogue__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: 48px 0 30px;
}

.wpgo-home-catalogue__heading h2 {
  display: inline;
  margin-right: 10px;
  font-size: 42px;
}

.wpgo-home-catalogue__heading p {
  display: inline;
  color: var(--wpgo-ink-soft);
  font-size: 13px;
}

.wpgo-home-catalogue__controls {
  display: flex;
  gap: 10px;
}

.wpgo-home-search-control {
  min-width: 235px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding-inline: 12px;
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 5px;
  background: var(--wpgo-paper);
}

.wpgo-home-search-control img {
  width: 13px;
  height: 13px;
  opacity: 0.7;
}

.wpgo-home-search-control input {
  min-width: 0;
  width: 100%;
  height: 44px;
  border: 0;
  outline: 0;
  color: var(--wpgo-ink);
  background: transparent;
  font: inherit;
}

.wpgo-home-sort-control select {
  height: 46px;
  padding: 0 38px 0 13px;
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 5px;
  color: var(--wpgo-ink-soft);
  background: var(--wpgo-paper);
  font: inherit;
}

.wpgo-home-product-groups {
  border-top: 1px solid var(--wpgo-line);
}

.wpgo-home-product-group {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid var(--wpgo-line);
}

.wpgo-home-product-group__heading {
  padding: 28px 24px 28px 0;
  border-right: 1px solid var(--wpgo-line);
}

.wpgo-home-product-group__heading h3 {
  margin: 0;
  color: var(--wpgo-group-colour, var(--wpgo-green-dark));
  font-family: inherit;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wpgo-home-product-group__heading p {
  margin: 8px 0 0;
  color: var(--wpgo-ink-soft);
  font-size: 12px;
}

.wpgo-home-product-group__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpgo-home-product-card {
  min-height: 192px;
  display: grid;
  grid-template-columns: 86px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border-right: 1px solid var(--wpgo-line);
  color: var(--wpgo-ink);
  text-decoration: none;
  transition: background 180ms ease;
}

.wpgo-home-product-card:nth-child(2n),
.wpgo-home-product-card:last-child {
  border-right: 0;
}

.wpgo-home-product-card:nth-child(n + 3) {
  border-top: 1px solid var(--wpgo-line);
}

.wpgo-home-product-card:hover {
  background: #f9f7f0;
}

.wpgo-home-product-card__icon {
  width: 86px;
  height: 86px;
  border-radius: 15px;
  object-fit: cover;
}

.wpgo-home-product-card h3 {
  margin: 0 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.wpgo-home-product-card__status {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 7px 3px;
  border-radius: 999px;
  color: #70470c;
  background: #f8e6bd;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.wpgo-home-product-card__status--archive {
  color: #40524c;
  background: #e4ebe5;
}

.wpgo-home-product-card p {
  margin: 0;
  color: var(--wpgo-ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.wpgo-home-product-card__action {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 50%;
}

.wpgo-home-product-card__action img {
  width: 12px;
  height: 12px;
}

.wpgo-home-catalogue__empty {
  padding: 64px 24px;
  border-bottom: 1px solid var(--wpgo-line);
  color: var(--wpgo-ink-soft);
  text-align: center;
}

.wpgo-home-catalogue__empty p {
  margin: 6px 0 0;
}

@media (max-width: 900px) {
  .wpgo-home-catalogue__filters {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--wpgo-line);
  }

  .wpgo-home-catalogue__filters button {
    min-height: 74px;
    border-bottom: 1px solid var(--wpgo-line);
  }

  .wpgo-home-catalogue__filters button:first-child {
    grid-column: 1 / -1;
  }

  .wpgo-home-catalogue__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .wpgo-home-product-group {
    grid-template-columns: 1fr;
  }

  .wpgo-home-product-group__heading {
    padding: 22px 0 14px;
    border-right: 0;
  }
}

@media (max-width: 640px) {
  .wpgo-home-catalogue__controls {
    width: 100%;
    flex-direction: column;
  }

  .wpgo-home-search-control,
  .wpgo-home-sort-control select {
    width: 100%;
  }

  .wpgo-home-product-group__products {
    grid-template-columns: 1fr;
  }

  .wpgo-home-product-card {
    min-height: 150px;
    grid-template-columns: 62px 1fr auto;
    gap: 16px;
    padding: 20px 10px 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--wpgo-line);
  }

  .wpgo-home-product-card__icon {
    width: 58px;
    height: 58px;
    border-radius: 12px;
  }

  .wpgo-home-product-card h3 {
    font-size: 22px;
  }

  .wpgo-home-product-card p {
    font-size: 12px;
  }
}

.wpgo-relaunch-support {
  margin: 0;
  padding-block: 72px 46px;
  background: var(--wpgo-paper);
}

.wpgo-relaunch-support__inner {
  width: min(calc(100% - 48px), var(--wpgo-wide));
  max-width: var(--wpgo-wide) !important;
  margin-inline: auto;
}

.wpgo-relaunch-support__inner > h2 {
  width: 100%;
  max-width: none !important;
  margin-bottom: 32px;
  font-size: 30px;
}

.wpgo-relaunch-support__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  width: 100%;
  max-width: none !important;
  margin-bottom: 72px;
  border-top: 1px solid var(--wpgo-line-dark);
  border-bottom: 1px solid var(--wpgo-line-dark);
}

.wpgo-relaunch-support__grid > .wp-block-column {
  padding: 28px;
  border-right: 1px solid var(--wpgo-line);
}

.wpgo-relaunch-support__grid > .wp-block-column:first-child {
  padding-left: 0;
}

.wpgo-relaunch-support__grid > .wp-block-column:last-child {
  border-right: 0;
}

.wpgo-relaunch-support__icon {
  width: 23px;
  height: 23px;
  margin: 0 0 18px;
}

.wpgo-relaunch-support__icon img {
  width: 23px;
  height: 23px;
}

.wpgo-relaunch-support__grid h3 {
  margin: 0 0 6px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

.wpgo-relaunch-support__grid p {
  margin: 0;
  color: var(--wpgo-ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.wpgo-relaunch-about-cta {
  width: 100%;
  max-width: var(--wpgo-wide) !important;
  display: grid !important;
  grid-template-columns: 1.15fr 1fr auto;
  align-items: center;
  gap: 44px;
  box-sizing: border-box;
  margin-inline: auto;
  padding: 42px 46px;
  border-radius: 16px;
  background: #f6edda;
}

.wpgo-relaunch-about-cta h2 {
  margin: 0;
  font-size: 42px;
}

.wpgo-relaunch-about-cta > p {
  margin: 0;
  color: var(--wpgo-ink-soft);
  font-size: 14px;
}

.wpgo-site-footer {
  margin: 0;
  padding: 58px 24px 0;
  color: #eef1ec;
  background: #232823;
}

.wp-site-blocks > footer.wp-block-template-part {
  margin-block-start: 0;
}

.wpgo-site-footer__grid {
  display: grid !important;
  grid-template-columns: minmax(240px, 1.5fr) repeat(3, minmax(115px, 0.75fr)) minmax(180px, 1.25fr);
  gap: 42px;
  margin: 0 auto 46px;
}

.wpgo-site-footer .wpgo-brand {
  color: #fff;
  font-size: 23px;
  line-height: 1.6;
}

.wpgo-footer-note {
  max-width: 250px;
  margin: 16px 0 14px;
  color: #b8beb7;
  font-size: 12px;
  line-height: 1.6;
}

.wpgo-footer-small {
  position: relative;
  max-width: 250px;
  min-height: 32px;
  display: grid;
  gap: 0;
  margin-top: 18px;
  padding-left: 40px;
  color: #aeb5ad;
  font-size: 11px;
  line-height: 1.45;
}

.wpgo-footer-small::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 30px;
  height: 30px;
  background: url("../images/wordpress-wmark-white.png") no-repeat center / contain;
  content: "";
}

.wpgo-footer-small strong,
.wpgo-footer-small span {
  display: block;
}

.wpgo-footer-small strong {
  color: #ecece5;
}

.wpgo-footer-heading {
  margin: 0 0 14px;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.wpgo-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpgo-footer-links li {
  margin: 0 0 7px;
  padding: 0;
  line-height: 1;
}

.wpgo-footer-links a {
  display: block;
  font-weight: 400;
}

.wpgo-site-footer a {
  color: #d0d3ce;
  font-size: 12px;
  line-height: 1.6;
  text-decoration: none;
}

.wpgo-site-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.wpgo-site-footer__account p {
  max-width: 250px;
  margin: 0 0 12px;
  color: #aeb7ad;
  font-size: 12px;
  line-height: 1.6;
}

.wpgo-footer-account-link {
  margin-bottom: 10px !important;
}

.wpgo-site-footer__account .wpgo-footer-account-link a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 12px;
  border: 1px solid #70776f;
  border-radius: 4px;
  color: #ecece5;
  font-weight: 750;
  text-align: center;
}

.wpgo-site-footer__account .wpgo-footer-account-link:last-child a {
  border-color: var(--wpgo-green);
  color: #fff;
  background: var(--wpgo-green);
}

.wpgo-site-footer__account .wpgo-footer-account-link:last-child a:hover {
  background: var(--wpgo-green-dark);
}

.wpgo-site-footer__base {
  min-height: 64px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid rgb(255 255 255 / 12%);
}

.wpgo-site-footer__base p {
  margin: 0;
  color: #8f998e;
  font-size: 11px;
  font-weight: 400;
}

.wpgo-deferred-route {
  min-height: 62vh;
  display: flex;
  align-items: center;
  padding-block: 88px;
}

.wpgo-deferred-route__inner {
  max-width: 760px;
  padding: 48px;
  border: 1px solid var(--wpgo-line);
  border-radius: var(--wpgo-radius);
  background: var(--wpgo-paper);
  box-shadow: var(--wpgo-shadow);
}


.wpgo-freemius-account-page-view {
  overflow: hidden;
}

.wpgo-freemius-account-shell {
  min-height: calc(100vh - 78px);
  margin-block-start: 0;
  background: var(--wpgo-cream);
}

.wpgo-freemius-account-intro {
  width: 50%;
  max-width: none !important;
  margin-inline: 0 !important;
  padding: 80px clamp(32px, 4vw, 96px);
}

.wpgo-freemius-account-intro h1 {
  margin-block: 0 18px;
  color: var(--wpgo-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.wpgo-freemius-account-page-view #fs_dashboard_container {
  right: 0 !important;
  left: auto !important;
  width: 50% !important;
  max-width: none !important;
  top: 78px !important;
  z-index: 40 !important;
  background: var(--wpgo-cream);
}

.admin-bar.wpgo-freemius-account-page-view #fs_dashboard_container {
  top: 110px !important;
}

@media (max-width: 1100px) {
  .wpgo-freemius-account-intro {
    display: none;
  }

  .wpgo-freemius-account-page-view #fs_dashboard_container {
    width: 100% !important;
  }
}

@media (max-width: 1228px) {
  .wpgo-site-header__inner {
    padding-inline: 24px;
  }
}

@media (max-width: 1040px) {
  .wpgo-relaunch-hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  }

  .wpgo-relaunch-hero__title {
    font-size: clamp(48px, 6.2vw, 68px);
  }

  .wpgo-site-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .wpgo-site-footer__brand {
    grid-column: span 2;
  }
}

@media (max-width: 820px) {
  .wpgo-site-header__inner {
    padding-inline: 18px;
  }

  .wpgo-relaunch-section {
    padding-block: 68px;
  }

  .wpgo-relaunch-hero {
    min-height: auto;
    padding-block: 60px;
  }

  .wpgo-relaunch-hero__grid {
    width: min(calc(100% - 36px), var(--wpgo-wide));
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .wpgo-relaunch-hero__title {
    max-width: 720px;
  }

  .wpgo-relaunch-hero__media {
    justify-content: flex-start;
  }

  .wpgo-relaunch-featured__grid {
    grid-template-columns: 1fr;
  }

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

  .wpgo-home-catalogue__filters button {
    border-bottom: 1px solid var(--wpgo-line);
  }

  .wpgo-home-plugin {
    grid-template-columns: 96px 64px minmax(0, 1fr) 56px;
    gap: 18px;
  }

  .wpgo-home-plugin img {
    width: 64px;
    height: 64px;
  }

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

  .wpgo-relaunch-support__grid > .wp-block-column:nth-child(2) {
    border-right: 0;
  }

  .wpgo-relaunch-support__grid > .wp-block-column:first-child {
    padding-left: 25px;
  }

  .wpgo-relaunch-support__grid > .wp-block-column:nth-child(-n + 2) {
    border-bottom: 1px solid var(--wpgo-line);
  }

  .wpgo-relaunch-about-cta {
    grid-template-columns: 1fr 1fr;
  }

  .wpgo-relaunch-about-cta .wp-block-buttons {
    grid-column: 1 / -1;
  }

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

@media (max-width: 600px) {
  .wpgo-freemius-account-page-view #fs_dashboard_container {
    top: 70px !important;
  }

  .admin-bar.wpgo-freemius-account-page-view #fs_dashboard_container {
    top: 116px !important;
  }
  .wpgo-site-header__inner {
    min-height: 70px;
    padding-inline: 14px;
  }

  .wpgo-brand {
    font-size: 21px;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container-open {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--wpgo-line-dark);
    border-radius: 50%;
    color: var(--wpgo-ink);
    background: var(--wpgo-paper);
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container-open svg {
    width: 18px;
    height: 18px;
  }

  .wpgo-site-nav {
    position: static;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open {
    position: absolute;
    inset: 70px 0 auto;
    min-height: 0;
    height: auto;
    overflow: visible;
    padding: 18px 14px 24px;
    border-bottom: 1px solid var(--wpgo-line-dark);
    color: var(--wpgo-ink);
    background: var(--wpgo-paper);
    box-shadow: 0 18px 34px rgb(33 36 31 / 10%);
  }

  .wpgo-site-nav .wp-block-navigation__responsive-close,
  .wpgo-site-nav .wp-block-navigation__responsive-dialog,
  .wpgo-site-nav .wp-block-navigation__responsive-container-content,
  .wpgo-site-nav .wp-block-navigation__container {
    width: 100%;
    max-width: none;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-dialog {
    margin-top: 0;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container-close {
    top: -78px;
    right: 0;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--wpgo-green-dark);
    border-radius: 50%;
    color: var(--wpgo-ink);
    background: var(--wpgo-paper);
    box-shadow: 0 0 0 3px rgb(44 103 93 / 14%);
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container-close svg {
    width: 18px;
    height: 18px;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container-content,
  .wpgo-site-nav .wp-block-navigation__container {
    align-items: stretch !important;
    gap: 0 !important;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container-content {
    padding-top: 0 !important;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
    width: 100%;
    border-bottom: 1px solid var(--wpgo-line);
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 15px 12px;
    color: var(--wpgo-ink) !important;
    font-size: 14px;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open .wpgo-site-nav__cta {
    margin-top: 16px;
    border-bottom: 0;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open .wpgo-site-nav__cta .wp-block-navigation-item__content {
    min-height: 44px;
    justify-content: center;
    padding: 11px 18px;
    color: var(--wpgo-paper) !important;
  }
  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open .wpgo-site-nav__account {
    margin: 10px 0 0;
    border-bottom: 0;
  }

  .wpgo-site-nav .wp-block-navigation__responsive-container.is-menu-open .wpgo-site-nav__account .wp-block-navigation-item__content {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    padding: 11px 18px 11px 50px;
    border: 0;
    border-radius: 5px;
    color: var(--wpgo-paper) !important;
    background-color: var(--wpgo-gold);
    background-position: 18px center;
    background-size: 19px;
    font-size: 14px;
    text-indent: 0;
  }

  .wpgo-relaunch-section {
    padding-block: 56px;
  }

  .wpgo-relaunch-hero {
    padding-block: 48px 56px;
  }

  .wpgo-relaunch-hero__grid,
  .wpgo-home-catalogue__inner {
    width: min(calc(100% - 28px), var(--wpgo-wide));
  }

  .wpgo-relaunch-hero__title {
    font-size: clamp(48px, 14vw, 66px);
  }

  .wpgo-relaunch-hero__title span {
    white-space: normal;
  }

  .wpgo-relaunch-hero__lede {
    font-size: 17px;
  }

  .wpgo-relaunch-actions,
  .wpgo-relaunch-actions .wp-block-button,
  .wpgo-relaunch-actions .wp-block-button__link {
    width: 100%;
  }

  .wpgo-relaunch-assurances {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wpgo-relaunch-featured-card {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 18px;
    min-height: auto;
    padding: 22px;
  }

  .wpgo-relaunch-product-icon,
  .wpgo-relaunch-product-icon img {
    width: 68px !important;
    height: 68px !important;
    border-radius: 13px;
  }

  .wpgo-relaunch-featured-card h3 {
    font-size: 25px;
  }

  .wpgo-home-catalogue__filters {
    grid-template-columns: 1fr;
  }

  .wpgo-home-catalogue__filters button {
    min-height: 62px;
    grid-template-columns: 28px 1fr auto;
    padding: 10px 16px;
    border-right: 0;
  }

  .wpgo-home-catalogue__filters button > span:not(.wpgo-home-catalogue__count) {
    white-space: normal;
  }

  .wpgo-home-catalogue__toolbar {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wpgo-home-catalogue__toolbar label,
  .wpgo-home-catalogue__toolbar input,
  .wpgo-home-catalogue__toolbar select {
    width: 100%;
    min-width: 0;
  }

  .wpgo-home-plugin {
    grid-template-columns: 58px minmax(0, 1fr) 48px;
    gap: 14px;
    min-height: 132px;
  }

  .wpgo-home-plugin__task {
    grid-column: 1 / -1;
  }

  .wpgo-home-plugin img {
    width: 58px;
    height: 58px;
  }

  .wpgo-home-plugin h3 {
    font-size: 22px;
  }

  .wpgo-relaunch-support__grid {
    grid-template-columns: 1fr;
  }

  .wpgo-relaunch-support__grid > .wp-block-column {
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--wpgo-line);
  }

  .wpgo-relaunch-support__grid > .wp-block-column:first-child {
    padding-left: 0;
  }

  .wpgo-relaunch-support__grid > .wp-block-column:last-child {
    border-bottom: 0;
  }

  .wpgo-relaunch-about-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px;
  }

  .wpgo-relaunch-about-cta .wp-block-buttons {
    grid-column: auto;
  }

  .wpgo-site-footer {
    padding-inline: 18px;
  }

  .wpgo-site-footer__grid {
    grid-template-columns: 1fr;
  }

  .wpgo-site-footer__brand {
    grid-column: auto;
  }

  .wpgo-deferred-route__inner {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* Contact relaunch in the Theme 0.6.1 visual system. */
.wpgo-contact-page-view .wp-site-blocks {
  overflow: visible;
}

.wpgo-contact-page-view .wpgo-site-header {
  position: relative;
  inset: auto;
  width: auto;
  color: var(--wpgo-ink);
  background: rgb(252 251 247 / 96%);
}

.wpgo-contact-page-view .wpgo-site-header a {
  color: inherit;
}

.wpgo-contact-page-view .wpgo-site-footer {
  margin-top: 0;
}

.contact-relaunch {
  margin: 0;
  color: var(--wpgo-ink);
  background: var(--wpgo-cream);
}

.contact-relaunch > * {
  margin-block-start: 0 !important;
}

.contact-relaunch .shell {
  width: min(calc(100% - 48px), var(--wpgo-wide));
  margin-inline: auto;
}

.contact-relaunch .section {
  padding-block: 88px;
}

.contact-relaunch :where(h1, h2, h3, p) {
  margin-top: 0;
}

.contact-relaunch h1,
.contact-relaunch h2,
.contact-relaunch h3 {
  text-wrap: balance;
}

.contact-relaunch h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.contact-relaunch .eyebrow {
  margin: 0 0 16px;
  color: var(--wpgo-orange-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-relaunch .eyebrow-green {
  color: var(--wpgo-green-dark);
}

.contact-relaunch .button,
.contact-relaunch .text-link {
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.contact-relaunch .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--wpgo-paper);
  background: var(--wpgo-orange);
  box-shadow: 0 8px 22px rgb(219 75 12 / 18%);
  line-height: 1.2;
  transition: background-color 160ms ease, transform 160ms ease;
}

.contact-relaunch .button:hover {
  color: var(--wpgo-paper);
  background: var(--wpgo-orange-dark);
  transform: translateY(-1px);
}

.contact-relaunch .button-large {
  min-height: 54px;
  padding-inline: 27px;
  font-size: 15px;
}

.contact-relaunch .text-link {
  color: var(--wpgo-green-dark);
}

.contact-relaunch .text-link:hover {
  color: var(--wpgo-orange-dark);
}

.contact-relaunch .button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.contact-hero {
  min-height: 650px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--wpgo-line);
  background: var(--wpgo-cream);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.72fr);
  align-items: center;
  gap: 88px;
}

.contact-hero h1 {
  max-width: 720px;
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5.8vw, 82px);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 0.96;
}

.contact-hero-lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--wpgo-ink-soft);
  font-size: 19px;
  line-height: 1.65;
}

.contact-assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 38px;
  color: var(--wpgo-ink-soft);
  font-size: 11px;
  font-weight: 650;
}

.contact-assurances span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.contact-assurances img {
  width: 16px;
  height: 16px;
}

.contact-route-panel {
  overflow: hidden;
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 18px;
  background: var(--wpgo-paper);
  box-shadow: 0 24px 60px rgb(29 32 29 / 12%);
}

.contact-route-panel > p {
  padding: 25px 27px 8px;
}

.contact-route-panel > a {
  min-height: 88px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 19px 27px;
  border-top: 1px solid var(--wpgo-line);
  color: var(--wpgo-ink);
  text-decoration: none;
  transition: background-color 160ms ease;
}

.contact-route-panel > a:hover {
  background: var(--wpgo-paper-warm);
}

.contact-route-panel img,
.contact-next-links img {
  width: 23px;
  height: 23px;
}

.contact-route-panel strong,
.contact-route-panel small,
.contact-next-links strong,
.contact-next-links small {
  display: block;
}

.contact-route-panel strong {
  margin-bottom: 4px;
  font-size: 14px;
}

.contact-route-panel small,
.contact-next-links small {
  color: var(--wpgo-ink-soft);
  font-size: 11px;
  line-height: 1.45;
}

.contact-route-panel b {
  color: var(--wpgo-orange-dark);
  font-size: 20px;
  font-weight: 500;
}

.contact-main {
  border-bottom: 1px solid var(--wpgo-line);
  background: var(--wpgo-paper-warm);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.65fr);
  align-items: start;
  gap: 34px;
}

.contact-form-card,
.contact-aside {
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 18px;
  background: var(--wpgo-paper);
}

.contact-form-card {
  padding: 46px;
  box-shadow: var(--wpgo-shadow);
}

.contact-form-intro {
  max-width: 650px;
  margin-bottom: 16px;
  color: var(--wpgo-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

.contact-form-privacy {
  max-width: 720px;
  margin-bottom: 34px;
  padding: 15px 17px;
  border-left: 3px solid var(--wpgo-green);
  color: var(--wpgo-ink-soft);
  background: #f2f4ef;
  font-size: 11px;
  line-height: 1.6;
}

.contact-form-privacy a {
  color: var(--wpgo-green-dark);
  font-weight: 700;
}

.wpgo-contact-form-slot {
  scroll-margin-top: 30px;
}

.wpgo-contact-form-slot :where(label, .wpgo-local-form-label) {
  display: block;
  margin-bottom: 7px;
  color: var(--wpgo-ink);
  font-size: 12px;
  font-weight: 750;
}

.wpgo-contact-form-slot :where(input:not([type="submit"]), textarea, select) {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 6px;
  color: var(--wpgo-ink);
  background: #fff;
  font: inherit;
}

.wpgo-contact-form-slot :where(input:not([type="submit"]), select) {
  min-height: 49px;
}

.wpgo-contact-form-slot textarea {
  min-height: 180px;
  resize: vertical;
}

.wpgo-contact-form-slot :where(input, textarea, select):focus {
  border-color: var(--wpgo-green);
  outline: 3px solid rgb(82 118 94 / 20%);
  outline-offset: 1px;
}

.wpgo-contact-form-slot :where(.wpcf7-form, .wpgo-local-contact-form) {
  display: grid;
  gap: 20px;
}

.wpgo-contact-form-slot :where(.wpcf7-form p, .wpgo-local-contact-form p) {
  margin: 0;
}

.wpgo-contact-form-slot :where(input[type="submit"], button[type="submit"]) {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border: 1px solid var(--wpgo-orange);
  border-radius: 5px;
  color: var(--wpgo-paper);
  background: var(--wpgo-orange);
  box-shadow: 0 8px 22px rgb(219 75 12 / 18%);
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.wpgo-contact-form-slot :where(.wpcf7-response-output, .wpgo-local-form-status) {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid var(--wpgo-line-dark);
  border-radius: 6px;
  color: var(--wpgo-ink-soft);
  background: var(--wpgo-paper-warm);
  font-size: 12px;
}

.wpgo-contact-form-slot .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  color: #a12f1c;
  font-size: 11px;
}

.contact-aside {
  padding: 36px 32px;
}

.contact-aside h2 {
  font-size: clamp(34px, 3.2vw, 46px);
}

.contact-checklist {
  margin: 30px 0;
  border-top: 1px solid var(--wpgo-line);
}

.contact-checklist > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 21px 0;
  border-bottom: 1px solid var(--wpgo-line);
}

.contact-checklist span {
  color: var(--wpgo-orange-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.contact-checklist p {
  margin: 0;
  color: var(--wpgo-ink-soft);
  font-size: 12px;
  line-height: 1.55;
}

.contact-checklist strong {
  display: block;
  margin-bottom: 3px;
  color: var(--wpgo-ink);
  font-size: 13px;
}

.contact-guidance {
  color: #eef0eb;
  background: #26342a;
}

.contact-guidance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 82px;
}

.contact-guidance .eyebrow {
  color: #f1aa79;
}

.contact-guidance h2 {
  color: #fff;
}

.contact-guidance p {
  max-width: 670px;
  color: #c7cdc6;
  font-size: 15px;
  line-height: 1.7;
}

.contact-do-not-send {
  overflow: hidden;
  border: 1px solid #4b584d;
  border-radius: 18px;
  background: #2f3e33;
}

.contact-do-not-send h3 {
  margin: 0;
  padding: 22px 25px;
  border-bottom: 1px solid #4b584d;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
}

.contact-do-not-send ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-do-not-send li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 17px 25px;
  border-bottom: 1px solid #4b584d;
  color: #d9ded8;
  font-size: 12px;
}

.contact-do-not-send li:last-child {
  border-bottom: 0;
}

.contact-do-not-send img {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.contact-next {
  border-bottom: 1px solid var(--wpgo-line);
  background: var(--wpgo-paper);
}

.contact-next-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 70px;
}

.contact-next-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--wpgo-line);
  border-bottom: 1px solid var(--wpgo-line);
}

.contact-next-links a {
  min-height: 165px;
  display: grid;
  align-content: start;
  gap: 15px;
  padding: 27px 24px;
  border-right: 1px solid var(--wpgo-line);
  color: var(--wpgo-ink);
  text-decoration: none;
}

.contact-next-links a:last-child {
  border-right: 0;
}

.contact-next-links a:hover {
  background: var(--wpgo-paper-warm);
}

.contact-next-links strong {
  margin-bottom: 4px;
  font-size: 14px;
}

@media (max-width: 960px) {
  .contact-hero-grid,
  .contact-layout,
  .contact-guidance-grid,
  .contact-next-inner {
    grid-template-columns: 1fr;
  }

  .contact-hero-grid {
    gap: 48px;
  }

  .contact-layout {
    gap: 28px;
  }

  .contact-guidance-grid,
  .contact-next-inner {
    gap: 44px;
  }
}

@media (max-width: 700px) {
  .contact-relaunch .shell {
    width: min(calc(100% - 30px), var(--wpgo-wide));
  }

  .contact-relaunch .section {
    padding-block: 68px;
  }

  .contact-hero {
    min-height: 0;
  }

  .contact-hero h1 {
    font-size: clamp(48px, 13vw, 66px);
  }

  .contact-hero-lede {
    font-size: 17px;
  }

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

  .contact-assurances {
    display: grid;
  }

  .contact-route-panel > a {
    padding-inline: 20px;
  }

  .contact-form-card,
  .contact-aside {
    padding: 28px 22px;
  }

  .contact-next-links {
    grid-template-columns: 1fr;
  }

  .contact-next-links a {
    min-height: 112px;
    grid-template-columns: 26px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--wpgo-line);
  }

  .contact-next-links a:last-child {
    border-bottom: 0;
  }
}
