/* Reuses the visual language already established in the production Přívěsy Nonstop sites. */

.shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.content-narrow {
  max-width: 860px;
}

.breadcrumbs {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.branch-option small {
  margin-left: auto;
  color: #8a8a8a;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.content-hero {
  padding-top: 65px;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.content-hero__inner {
  padding-block: 64px;
}

.content-hero__eyebrow {
  margin: 0 0 12px;
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.content-hero h1 {
  max-width: 920px;
  margin: 0 0 16px;
  color: #111;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}

.content-hero__lead {
  max-width: 800px;
  margin: 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  gap: 8px;
  color: #111;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .15s ease, background-color .15s ease;
}

.button:hover {
  background: #f5f5f5;
  border-color: #111;
  transform: none;
}

.button--primary,
.content-hero .button--primary {
  color: #fff;
  background: #111;
  border-color: #111;
}

.button--primary:hover,
.content-hero .button--primary:hover {
  background: #2a2a2a;
}

.button--secondary,
.button--outline,
.content-hero .button--secondary,
.content-hero .button--outline {
  color: #111;
  background: #fff;
  border-color: #dadada;
}

.button .icon {
  width: 17px;
  height: 17px;
}

.wallet-pill .icon,
.text-link .icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.section {
  padding-block: 56px;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.section--soft,
.section--dark {
  color: #111;
  background: #fafafa;
}

.section--dark h2,
.section--dark h3,
.section--dark .category-card h3 {
  color: #111;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.section-heading .eyebrow,
.eyebrow {
  display: block;
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

.section-heading h2 {
  margin: 8px 0 12px;
  color: #111;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.section-heading p,
.section--dark .section-heading p {
  max-width: 760px;
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

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

.existing-location-index__heading {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

.existing-location-index__heading .shell,
.existing-location-index__cards .shell,
.existing-guide-links .shell {
  width: min(1200px, calc(100% - 48px));
}

.existing-location-index__heading .shell {
  padding-block: 64px;
}

.existing-location-index__heading h2 {
  max-width: 900px;
  margin: 0 0 16px;
  color: #111;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.existing-location-index__heading p {
  max-width: 760px;
  margin: 0;
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.7;
}

.existing-location-index__cards {
  padding-block: 56px;
  background: #fff;
}

.branch-card {
  display: block;
  min-width: 0;
  padding: 24px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: none;
  text-decoration: none;
  transition: border-color .15s ease;
}

.branch-card:hover {
  border-color: #111;
}

.branch-card__region {
  margin: 0 0 8px;
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 400;
}

.branch-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.branch-card > p:not(.branch-card__region) {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.branch-card__link {
  display: inline-flex;
  margin-top: 16px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.existing-categories {
  padding-block: 64px;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.existing-categories .shell {
  width: 100%;
  max-width: 1200px;
  padding-inline: 24px;
}

.existing-categories__heading {
  max-width: 860px;
  margin-bottom: 32px;
}

.existing-categories__heading h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
}

.existing-categories__heading p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.625;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px 40px;
  line-height: 1.5;
}

.category-card,
.section--dark .category-card {
  display: block;
  min-width: 0;
  color: #111;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-decoration: none;
  overflow: visible;
}

.category-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 2 / 1;
  margin-bottom: 20px;
  background: #fff;
  overflow: hidden;
}

.category-card__image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform .3s ease;
}

.category-card__image--compact img {
  max-width: 85%;
  max-height: 85%;
}

.category-card:hover .category-card__image img {
  transform: scale(1.03);
}

.category-card__body {
  display: block;
  padding: 0;
  line-height: 1.5;
}

.category-card__body h3,
.section--dark .category-card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.category-card__body p,
.section--dark .category-card__body p {
  min-height: 0;
  margin: 0 0 12px;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1.6;
}

.category-card__link {
  color: #777;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.category-card:hover .category-card__link {
  color: #111;
  text-decoration: underline;
}

.existing-guide-links {
  padding-block: 64px;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.existing-guide-links__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, .6fr);
  gap: 32px;
}

.existing-guide-links h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

.existing-guide-links p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

.existing-guide-links aside {
  padding: 24px;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 16px;
}

.existing-guide-links h3 {
  margin: 0 0 16px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.existing-guide-links aside > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.existing-guide-links a {
  padding: 8px 16px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
}

.existing-guide-links a:hover {
  border-color: #111;
}

.existing-city-body,
.existing-city-categories,
.existing-city-related,
.existing-faq-cards {
  padding-block: 56px;
}

.existing-city-body,
.existing-city-related,
.existing-faq-cards {
  background: #fff;
}

.existing-city-categories {
  background: #fafafa;
  border-top: 1px solid #eaeaea;
}

.existing-city-related,
.existing-faq-cards {
  border-top: 1px solid #eaeaea;
}

.existing-city-body > .shell,
.existing-city-categories > .shell,
.existing-city-related > .shell,
.existing-faq-cards > .shell {
  width: min(1200px, calc(100% - 48px));
}

.existing-city-body > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr);
  gap: 32px;
}

.existing-city-body h2,
.existing-city-categories h2,
.existing-faq-cards > .shell > h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.existing-city-copy {
  display: grid;
  gap: 16px;
}

.existing-city-copy p,
.existing-city-aside p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

.existing-city-aside {
  height: fit-content;
  padding: 24px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.existing-city-aside h2 {
  margin-bottom: 16px;
  font-size: 18px;
}

.existing-city-aside > strong {
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-size: 28px;
  font-weight: 600;
}

.existing-city-aside > a {
  display: inline-flex;
  margin-top: 20px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.existing-city-categories > .shell > div,
.existing-faq-cards > .shell > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.existing-city-categories a {
  display: block;
  padding: 20px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .15s ease;
}

.existing-city-categories a:hover {
  border-color: #111;
}

.existing-city-categories h3 {
  margin: 0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.existing-city-categories span {
  display: inline-flex;
  margin-top: 12px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.existing-city-related h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 20px;
  font-weight: 600;
}

.existing-city-related .shell > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.existing-city-related span {
  padding: 8px 16px;
  color: #111;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  font-size: 13px;
}

.existing-faq-cards > .shell > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.existing-faq-cards article {
  padding: 24px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.existing-faq-cards h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.existing-faq-cards article p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.existing-category-about,
.existing-category-related,
.existing-category-support {
  padding-block: 56px;
  background: #fff;
}

.existing-category-criteria,
.existing-category-related,
.existing-category-support {
  border-top: 1px solid #eaeaea;
}

.existing-category-criteria {
  padding-block: 56px;
  background: #fafafa;
}

.existing-category-about > .shell,
.existing-category-criteria > .shell,
.existing-category-related > .shell,
.existing-category-support > .shell {
  width: min(1200px, calc(100% - 48px));
}

.existing-category-about > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
  gap: 32px;
}

.existing-category-about h2,
.existing-category-related > .shell > h2,
.existing-category-support > .shell > div > h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.existing-category-about > .shell > div > div {
  display: grid;
  gap: 16px;
}

.existing-category-about p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

.existing-category-about aside {
  height: fit-content;
  padding: 24px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.existing-category-about aside h2 {
  margin-bottom: 16px;
  font-size: 18px;
}

.existing-category-about aside a {
  display: inline-flex;
  margin-top: 20px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.existing-category-criteria > .shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.existing-category-criteria h2 {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.existing-category-criteria p {
  margin: 8px 0 0;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.7;
}

.existing-category-support > .shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: 32px;
}

.existing-category-support > .shell > div > div {
  display: grid;
  gap: 16px;
}

.existing-category-support article {
  padding: 24px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.existing-category-support article h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.existing-category-support article p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.existing-category-support aside h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.existing-category-support aside > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.existing-category-support aside a {
  padding: 8px 16px;
  color: #111;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
}

.existing-category-support aside a:hover {
  border-color: #111;
}

.existing-about-copy {
  padding-block: 64px;
  background: #fff;
  border-top: 1px solid #eaeaea;
}

.existing-about-copy > .shell,
.existing-contact-hero > .shell,
.existing-contact-info > .shell,
.existing-contact-support > .shell {
  width: min(1200px, calc(100% - 48px));
}

.existing-about-copy > .shell {
  max-width: 860px;
  margin-left: max(24px, calc((100% - 1200px) / 2 + 24px));
  margin-right: auto;
}

.existing-about-copy h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.existing-about-copy p {
  margin: 0 0 16px;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

.existing-about-copy .shell > div,
.existing-contact-hero .shell > div,
.existing-contact-support .shell > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.existing-about-copy a,
.existing-contact-support a {
  padding: 8px 16px;
  color: #111;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  font-size: 13px;
  text-decoration: none;
}

.existing-contact-hero {
  padding-block: 64px;
  background: #fff;
}

.existing-contact-hero h1 {
  margin: 0 0 8px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.existing-contact-hero p {
  margin: 0 0 32px;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.7;
}

.existing-contact-hero .shell > div {
  display: inline-flex;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 12px;
}

.existing-contact-hero a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  color: #111;
  background: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.existing-contact-hero a .icon {
  width: 16px;
  height: 16px;
}

.existing-contact-info {
  padding-block: 64px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

.existing-contact-info__heading {
  margin-bottom: 32px;
}

.existing-contact-info__heading h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 28px;
  font-weight: 700;
}

.existing-contact-info__heading p,
.existing-contact-support p {
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
}

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

.existing-contact-cards article,
.existing-operator-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.existing-contact-cards h3,
.existing-operator-card h3 {
  margin: 0 0 16px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.existing-contact-cards article > div {
  display: grid;
  gap: 16px;
}

.existing-contact-cards span {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 2px 12px;
}

.existing-contact-cards span .icon {
  width: 16px;
  height: 16px;
  grid-row: 1 / 3;
  color: #8b8b8b;
}

.existing-contact-cards small,
.existing-operator-card small {
  color: #8b8b8b;
  font-size: 13px;
}

.existing-contact-cards a,
.existing-contact-cards strong,
.existing-operator-card strong {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.existing-operator-card {
  margin-top: 24px;
}

.existing-operator-card > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.existing-operator-card span {
  display: grid;
  gap: 8px;
}

.existing-contact-support {
  padding-block: 64px;
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
}

.existing-contact-support h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
}

/* Contact page copied from the production Czech Kontakt layout. */
.cz-contact {
  padding-top: 65px;
  background: #fff;
}

.cz-contact-shell {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
}

.cz-contact-hero,
.cz-contact-info,
.cz-contact-map-section,
.cz-contact-support {
  padding-block: 64px;
  background: #fff;
}

.cz-contact-info,
.cz-contact-map-section,
.cz-contact-support {
  border-top: 1px solid #e5e5e5;
}

.cz-contact-heading,
.cz-contact-location-heading {
  margin-bottom: 32px;
}

.cz-contact-heading h1 {
  margin: 0 0 8px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

.cz-contact-heading p,
.cz-contact-location-heading p,
.cz-contact-map-heading p,
.cz-contact-support p {
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.625;
}

.cz-contact-selector > span {
  display: block;
  margin-bottom: 12px;
  color: #111;
  font-size: 13px;
  font-weight: 500;
}

.cz-contact-selector > div {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 12px;
  gap: 8px;
  background: #f5f5f5;
  border-radius: 12px;
}

.cz-contact-selector button {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
  color: #6a6a6a;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: color .15s ease, background-color .15s ease, box-shadow .15s ease;
}

.cz-contact-selector button:hover {
  color: #111;
}

.cz-contact-selector button[aria-pressed="true"] {
  color: #111;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

.cz-contact-selector button .icon {
  width: 16px;
  height: 16px;
}

.cz-contact-location-heading h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}

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

.cz-contact-card,
.cz-contact-operator {
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.cz-contact-card h3,
.cz-contact-operator h3 {
  margin: 0 0 16px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.cz-contact-detail-list {
  display: grid;
  gap: 16px;
}

.cz-contact-detail-list > div,
.cz-contact-address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.cz-contact-detail-list .icon,
.cz-contact-address .icon {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
  color: #8b8b8b;
}

.cz-contact-detail-list small,
.cz-contact-address small,
.cz-contact-directions small,
.cz-contact-operator small {
  display: block;
  color: #8b8b8b;
  font-size: 13px;
  line-height: 1.5;
}

.cz-contact-detail-list a,
.cz-contact-detail-list strong,
.cz-contact-address strong,
.cz-contact-address span > span,
.cz-contact-operator strong {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.cz-contact-detail-list em {
  display: block;
  margin-top: 4px;
  color: #8b8b8b;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}

.cz-contact-address strong {
  margin-bottom: 4px;
}

.cz-contact-directions {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

.cz-contact-directions small {
  margin-bottom: 8px;
}

.cz-contact-directions p {
  margin: 0;
  color: #111;
  font-size: 13px;
  line-height: 1.625;
}

.cz-contact-operator {
  margin-top: 24px;
}

.cz-contact-operator > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.cz-contact-operator span {
  display: grid;
  gap: 8px;
}

.cz-contact-map-heading {
  margin-bottom: 24px;
}

.cz-contact-map-heading h2,
.cz-contact-support h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
}

.cz-embedded-map {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 16px;
}

.cz-embedded-map .prv-map {
  z-index: 0;
  border-radius: 16px;
}

.cz-map-search {
  position: absolute;
  z-index: 20;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  width: 320px;
  padding: 12px 16px;
  gap: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -4px rgb(0 0 0 / 10%);
}

.cz-map-search .icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #5a5a5a;
}

.cz-map-search input {
  min-width: 0;
  width: 100%;
  padding: 0;
  color: #111;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.cz-map-zoom {
  position: absolute;
  z-index: 20;
  right: 16px;
  bottom: 32px;
  display: grid;
  gap: 8px;
}

.cz-map-zoom button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #111;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%);
  cursor: pointer;
  font-size: 20px;
}

.cz-map-legend {
  position: absolute;
  z-index: 20;
  bottom: 32px;
  left: 16px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  color: #5a5a5a;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%);
  font-size: 12px;
}

.cz-map-legend > span {
  width: 12px;
  height: 12px;
  background: #94a3b8;
  border-radius: 50%;
}

.cz-contact-support {
  background: #fafafa;
}

.cz-contact-support p + p {
  margin-top: 16px;
}

.cz-contact-support .cz-contact-shell > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px;
}

.cz-contact-support a {
  padding: 8px 16px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.cz-contact-support a:hover {
  border-color: #111;
}

@media (max-width: 767px) {
  .cz-contact-hero,
  .cz-contact-info,
  .cz-contact-map-section,
  .cz-contact-support {
    padding-block: 48px;
  }

  .cz-contact-heading h1 {
    font-size: 28px;
  }

  .cz-contact-location-heading h2 {
    font-size: 24px;
  }

  .cz-contact-card-grid,
  .cz-contact-operator > div {
    grid-template-columns: 1fr;
  }

  .cz-contact-map-heading h2,
  .cz-contact-support h2 {
    font-size: 22px;
  }

  .cz-embedded-map {
    height: 420px;
  }

  .cz-map-search {
    right: 16px;
    left: 16px;
    width: auto;
  }

  .cz-map-legend {
    right: 72px;
    max-width: calc(100% - 88px);
  }
}

.existing-contact-support p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.branch-status {
  background: #fafafa;
  border-bottom: 1px solid #eaeaea;
}

.branch-status__inner {
  display: flex;
  align-items: flex-start;
  min-height: 0;
  padding-block: 20px;
  gap: 14px;
}

.branch-status__inner > .icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  color: #6a6a6a;
}

.branch-status strong,
.branch-status span {
  display: block;
}

.branch-status strong {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.branch-status span {
  margin-top: 2px;
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1.6;
}

.split-layout {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 32px;
}

.lead-copy {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

.info-panel,
.legal-note {
  padding: 24px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.info-panel h2,
.legal-note h2 {
  margin: 8px 0 16px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.info-panel p,
.legal-note p {
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.check-list,
.feature-list,
.number-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.feature-list li {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  gap: 10px;
  color: #5a5a5a;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.6;
}

.check-list li:last-child,
.feature-list li:last-child {
  border-bottom: 0;
}

.check-list .icon,
.feature-list .icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #111;
}

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

.check-list--large li {
  font-size: 15px;
}

.number-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 26px 1fr;
  padding: 9px 0;
  gap: 10px;
  color: #5a5a5a;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
}

.number-list li:last-child {
  border-bottom: 0;
}

.number-list li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #111;
  background: #f5f5f5;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}

.area-list,
.branch-card__areas {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  gap: 8px;
}

.area-list span,
.branch-card__areas span {
  padding: 8px 16px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 999px;
  font-size: 13px;
}

.timeline-wrap {
  display: grid;
  align-items: start;
  grid-template-columns: .8fr 1.2fr;
  gap: 64px;
}

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 28px 1fr;
  padding-bottom: 24px;
  gap: 12px;
}

.timeline li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #111;
  background: #f5f5f5;
  border: 0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
}

.timeline li.is-active > span {
  color: #fff;
  background: #111;
}

.timeline li::after {
  display: none;
}

.timeline strong {
  display: block;
  margin-bottom: 4px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}

.timeline p {
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1.6;
}

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

.advice-link {
  display: grid;
  align-items: center;
  grid-template-columns: 32px minmax(0, 1fr) 18px;
  min-height: 0;
  padding: 20px;
  gap: 14px;
  color: #111;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .15s ease;
}

.advice-link:hover {
  border-color: #111;
  box-shadow: none;
}

.advice-link > .icon:first-child {
  width: 24px;
  height: 24px;
  color: #777;
}

.advice-link strong,
.advice-link small {
  display: block;
}

.advice-link strong {
  margin-bottom: 3px;
  color: #111;
  font-size: 15px;
  font-weight: 600;
}

.advice-link small {
  color: #6a6a6a;
  font-size: 12px;
}

.advice-grid--compact {
  margin-top: 24px;
}

.warning-box {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.warning-box > .icon {
  width: 24px;
  height: 24px;
  color: #777;
}

.warning-box h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.warning-box p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.existing-how-overview {
  padding-block: 64px;
  background: #fff;
}

.existing-how-overview__heading {
  margin-bottom: 48px;
}

.existing-how-overview__heading h2 {
  margin: 0 0 8px;
  color: #111;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

.existing-how-overview__heading p {
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
}

.existing-how-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.existing-how-steps article {
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}

.existing-how-steps strong {
  display: block;
  margin-bottom: 16px;
  color: #111;
  font-size: 32px;
  font-weight: 600;
}

.existing-how-steps h3 {
  margin: 0;
  color: #111;
  font-size: 13px;
  font-weight: 500;
}

.existing-how-steps p {
  margin: 8px 0 0;
  color: #6a6a6a;
  font-size: 12px;
  line-height: 1.65;
}

.self-service-steps-section {
  padding-block: 64px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  overflow: hidden;
}

.self-service-steps-scroll {
  display: flex;
  margin-left: 16px;
  padding: 0 24px 20px 0;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.self-service-steps-scroll::-webkit-scrollbar {
  display: none;
}

.self-service-step {
  position: relative;
  width: 68vw;
  min-width: 68vw;
  height: 560px;
  color: #fff;
  background: #111;
  border-radius: 8px;
  overflow: hidden;
  scroll-snap-align: start;
}

.self-service-step > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.self-service-step__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(0 0 0 / 68%) 0%, rgb(0 0 0 / 0%) 48%, rgb(0 0 0 / 0%) 100%), #0000005c;
}

.self-service-step__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 720px;
  padding: 40px;
}

.self-service-step__content > p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 600;
}

.self-service-step__content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.15;
}

.self-service-step__content > div {
  max-width: 620px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.65;
}

.self-service-step__content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 28px;
  color: #111;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.self-service-steps-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-inline: 16px;
  gap: 16px;
}

.self-service-steps-controls > button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #111;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  cursor: pointer;
}

.self-service-steps-controls > button:first-child .icon {
  transform: rotate(90deg);
}

.self-service-steps-controls > button:last-child .icon {
  transform: rotate(-90deg);
}

.self-service-steps-controls > button:disabled {
  cursor: default;
  opacity: .35;
}

.self-service-steps-controls > div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.self-service-steps-controls > div button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #a6a6a6;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.self-service-steps-controls > div button.is-active {
  background: #111;
}

.existing-faq {
  padding-block: 96px;
  background: #f5f5f5;
  border-top: 1px solid #eaeaea;
}

.existing-faq__inner {
  width: min(800px, calc(100% - 32px));
  margin-inline: auto;
}

.existing-faq__heading {
  margin-bottom: 48px;
  text-align: center;
}

.existing-faq__heading h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.existing-faq__heading p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
}

.existing-faq__list {
  display: grid;
  gap: 12px;
}

.existing-faq details {
  background: #fff;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
}

.existing-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 20px;
  gap: 16px;
  color: #111;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  list-style: none;
  cursor: pointer;
}

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

.existing-faq__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #111;
  background: #f5f5f5;
  border-radius: 50%;
}

.existing-faq__toggle .icon {
  width: 16px;
  height: 16px;
}

.existing-faq__minus,
.existing-faq details[open] .existing-faq__plus {
  display: none;
}

.existing-faq details[open] .existing-faq__minus {
  display: inline-flex;
}

.existing-faq__answer {
  padding: 0 20px 20px;
}

.existing-faq__answer p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.existing-action {
  background: #f5f5f5;
  border-top: 1px solid #eaeaea;
}

.existing-action__inner {
  padding-block: 64px;
  text-align: center;
}

.existing-action h2 {
  margin: 0 0 16px;
  color: #111;
  font-size: 28px;
  font-weight: 600;
}

.existing-action p {
  margin: 0 0 32px;
  color: #6a6a6a;
  font-size: 15px;
  line-height: 1.7;
}

.existing-action__inner > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  color: #fff;
  background: #111;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.existing-calculator-section {
  padding-block: 56px;
  background: #fff;
}

.existing-calculator-grid {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 32px;
}

.existing-calculator-form {
  padding: 32px;
  border: 1px solid #eaeaea;
}

.existing-calculator-form h2,
.existing-calculator-output h2,
.existing-disclaimer h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.existing-calculator-fields {
  display: grid;
  margin-top: 24px;
  gap: 20px;
}

.existing-calculator-fields label,
.existing-calculator-fields legend {
  display: grid;
  gap: 8px;
  color: #111;
  font-size: 13px;
  font-weight: 500;
}

.existing-calculator-fields input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  color: #111;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 0;
  outline: 0;
  font-size: 15px;
}

.existing-calculator-fields input:focus {
  border-color: #111;
  box-shadow: 0 0 0 1px #111;
}

.existing-calculator-fields fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.existing-calculator-fields legend {
  margin-bottom: 8px;
}

.existing-license-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #dadada;
}

.existing-license-options button {
  height: 44px;
  color: #111;
  background: #fff;
  border-right: 1px solid #dadada;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

.existing-license-options button:last-child {
  border-right: 0;
}

.existing-license-options button[aria-pressed="true"] {
  color: #fff;
  background: #111;
}

.existing-calculator-result {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-left: 4px solid #111;
}

.existing-calculator-result.is-empty {
  padding: 12px 0 12px 16px;
  background: transparent;
  border-left-color: #dadada;
}

.existing-calculator-result strong {
  display: block;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.existing-calculator-result p {
  margin: 8px 0 0;
  color: #5a5a5a;
  font-size: 13px;
  line-height: 1.7;
}

.existing-calculator-model-note {
  margin: 28px 0 0;
  color: #6a6a6a;
  font-size: 13px;
}

.existing-disclaimer {
  padding-block: 56px;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
}

.existing-disclaimer p {
  max-width: 860px;
  margin: 16px 0 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.existing-disclaimer > div > div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 16px;
}

.existing-disclaimer a {
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

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

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

.comparison-grid article,
.values-grid article,
.rule-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.comparison-grid article > span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 12px;
  color: #6a6a6a;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
}

.comparison-grid h2,
.values-grid h2,
.rule-grid h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
}

.comparison-grid p,
.values-grid p,
.rule-grid p {
  margin: 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
}

.rule-grid article {
  display: flex;
  gap: 16px;
}

.rule-grid article > .icon,
.values-grid article > .icon {
  width: 24px;
  height: 24px;
  margin: 0 0 16px;
  color: #777;
}

.process-list {
  display: grid;
  gap: 48px;
}

.process-step {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: 48px;
}

.process-step:nth-child(even) .process-step__media {
  order: 2;
}

.process-step__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
}

.process-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-step__media > span {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
}

.process-step h2 {
  margin: 8px 0 12px;
  color: #111;
  font-size: 28px;
  font-weight: 600;
}

.process-step p {
  margin: 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.7;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 32px;
}

.contact-primary h2,
.contact-topics h2 {
  margin: 8px 0 20px;
  color: #111;
  font-size: 24px;
  font-weight: 600;
}

.contact-primary > a,
.contact-topics > a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  gap: 14px;
  color: #111;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-radius: 0;
  text-decoration: none;
}

.contact-primary > a > .icon {
  color: #777;
}

.contact-primary small,
.contact-primary strong,
.contact-topics strong,
.contact-topics small {
  display: block;
}

.contact-primary small,
.contact-topics small {
  color: #6a6a6a;
  font-size: 12px;
}

.contact-primary > p {
  margin-top: 20px;
  color: #6a6a6a;
  font-size: 13px;
}

.contact-topics {
  padding: 24px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.contact-topics > a {
  justify-content: space-between;
}

.operator {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.operator h2 {
  margin: 8px 0;
  color: #111;
  font-size: 22px;
  font-weight: 600;
}

.operator p {
  margin: 0;
  color: #6a6a6a;
  font-size: 14px;
}

.operator dl {
  display: flex;
  margin: 0;
  gap: 40px;
}

.operator dt {
  color: #6a6a6a;
  font-size: 11px;
}

.operator dd {
  margin: 2px 0 0;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.prose {
  max-width: 800px;
}

.prose h2 {
  margin: 40px 0 12px;
  color: #111;
  font-size: 22px;
  font-weight: 600;
}

.prose h2:first-child {
  margin-top: 0;
}

.prose p {
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.75;
}

.prose a {
  color: #111;
  font-weight: 600;
}

.not-found {
  display: flex;
  align-items: center;
  min-height: 620px;
  padding-top: 65px;
  background: #fff;
}

.not-found h1 {
  margin: 8px 0 16px;
  color: #111;
  font-size: 44px;
  font-weight: 600;
}

.not-found p {
  max-width: 620px;
  color: #5a5a5a;
  font-size: 16px;
}

.stacked-links {
  display: grid;
  margin-top: 20px;
  gap: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .existing-how-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .existing-city-categories > .shell > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .existing-category-about > .shell,
  .existing-category-support > .shell {
    grid-template-columns: 1fr;
  }

  .existing-contact-cards {
    grid-template-columns: 1fr;
  }

  .split-layout,
  .calculator-layout,
  .contact-layout {
    gap: 28px;
  }

  .self-service-step {
    width: 76vw;
    min-width: 76vw;
    height: 500px;
  }
}

@media (max-width: 767px) {
  .shell {
    width: min(1200px, calc(100% - 32px));
  }

  .content-hero__inner {
    padding-block: 48px;
  }

  .content-hero h1 {
    font-size: 32px;
  }

  .content-hero__lead {
    font-size: 15px;
  }

  .content-hero .button-row,
  .content-hero .button-row .button {
    width: 100%;
  }

  .section {
    padding-block: 40px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

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

  .existing-categories {
    padding-block: 48px;
  }

  .existing-categories__heading h2 {
    font-size: 28px;
  }

  .existing-location-index__heading .shell {
    padding-block: 48px;
  }

  .existing-location-index__heading h2 {
    font-size: 32px;
  }

  .existing-location-index__cards,
  .existing-guide-links {
    padding-block: 40px;
  }

  .existing-guide-links__grid {
    grid-template-columns: 1fr;
  }

  .existing-city-body > .shell,
  .existing-faq-cards > .shell > div {
    grid-template-columns: 1fr;
  }

  .existing-city-body,
  .existing-city-categories,
  .existing-city-related,
  .existing-faq-cards,
  .existing-category-about,
  .existing-category-criteria,
  .existing-category-related,
  .existing-category-support {
    padding-block: 40px;
  }

  .existing-about-copy,
  .existing-contact-hero,
  .existing-contact-info,
  .existing-contact-support {
    padding-block: 48px;
  }

  .existing-about-copy > .shell {
    margin-inline: auto;
  }

  .existing-about-copy h2 {
    font-size: 24px;
  }

  .existing-contact-hero h1 {
    font-size: 28px;
  }

  .existing-contact-info__heading h2 {
    font-size: 24px;
  }

  .existing-contact-hero .shell > div,
  .existing-contact-hero a {
    width: 100%;
  }

  .existing-contact-hero .shell > div {
    display: grid;
  }

  .existing-operator-card > div {
    grid-template-columns: 1fr;
  }

  .existing-category-criteria > .shell {
    grid-template-columns: 1fr;
  }

  .existing-city-categories > .shell > div {
    grid-template-columns: 1fr;
  }

  .existing-guide-links h2 {
    font-size: 24px;
  }

  .existing-how-overview {
    padding-block: 48px;
  }

  .existing-how-overview__heading {
    margin-bottom: 32px;
  }

  .existing-how-overview__heading h2 {
    font-size: 28px;
  }

  .existing-how-steps {
    grid-template-columns: 1fr;
  }

  .branch-grid,
  .split-layout,
  .timeline-wrap,
  .existing-calculator-grid,
  .contact-layout,
  .process-step {
    grid-template-columns: 1fr;
  }

  .process-step:nth-child(even) .process-step__media {
    order: 0;
  }

  .feature-list,
  .advice-grid,
  .comparison-grid,
  .values-grid,
  .rule-grid {
    grid-template-columns: 1fr;
  }

  .self-service-steps-section {
    padding-block: 48px;
  }

  .self-service-steps-scroll {
    gap: 16px;
  }

  .self-service-step {
    width: calc(100vw - 32px);
    min-width: calc(100vw - 32px);
    height: 400px;
  }

  .self-service-step__content {
    padding: 24px;
  }

  .self-service-step__content h2 {
    font-size: 24px;
  }

  .self-service-step__content > div {
    font-size: 15px;
  }

  .existing-faq {
    padding-block: 64px;
  }

  .existing-faq__heading {
    margin-bottom: 36px;
  }

  .existing-faq__heading h2 {
    font-size: 32px;
  }

  .existing-action__inner {
    padding-block: 40px;
  }

  .existing-calculator-section,
  .existing-disclaimer {
    padding-block: 40px;
  }

  .existing-calculator-form {
    padding: 24px;
  }

  .process-list {
    gap: 40px;
  }

  .operator,
  .operator dl {
    align-items: flex-start;
    flex-direction: column;
  }

  .operator dl {
    gap: 16px;
  }
}

@media (max-width: 639px) {
  .category-grid {
    gap: 40px 24px;
  }

  .category-card__image {
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
  }

  .category-card__body h3 {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .category-card__link {
    font-size: 13px;
  }
}
