/* iMobile visual polish layer, 2026-06-26 */
:root {
  --polish-red: #bd1428;
  --polish-red-strong: #e7192a;
  --polish-red-dark: #981023;
  --polish-ink: #101116;
  --polish-muted: #5f6472;
  --polish-line: rgba(15, 18, 32, 0.10);
  --polish-paper: #ffffff;
  --polish-soft: #f5f7fa;
  --polish-dark: #090a0d;
  --polish-shadow: 0 18px 44px rgba(14, 17, 28, 0.08);
}

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

html {
  text-size-adjust: 100%;
}

body:not(.device-page):not(.repair-body):not(.model-price-body) {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--polish-ink);
  background: #f7f8fb;
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(231, 25, 42, 0.32);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff;
  background: var(--polish-dark);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  isolation: isolate;
}

.site-header .header-inner {
  max-width: 1220px;
}

.site-header .main-nav a {
  white-space: nowrap;
}

.site-header .brand img,
.landing-brand img,
.repair-brand img,
.model-price-brand img,
.footer-brand img {
  object-fit: contain;
}

.landing-header,
.landing-header * {
  box-sizing: border-box;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(9, 10, 13, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.landing-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

.landing-brand img {
  width: 74px;
  display: block;
}

.landing-brand span {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.2;
}

.landing-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}

.landing-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-nav a:hover,
.landing-nav a:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.landing-main,
.repair-main,
.model-price-main {
  overflow: clip;
}

.landing-wrap,
.repair-wrap,
.model-price-wrap,
.device-shell,
.site-footer .site-footer-shell {
  max-width: 1220px;
}

.landing-hero h1,
.landing-section-heading h2,
.landing-cta-block h2,
.landing-faq h2,
.repair-hero h1,
.repair-section-head h2,
.model-price-hero h1,
.model-price-section-head h2,
.device-hero h1,
.device-section-title,
.u-text,
h1,
h2,
h3 {
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.landing-hero h1,
.repair-hero h1,
.model-price-hero h1 {
  line-height: 1.04;
}

.landing-card,
.landing-pricing-item,
.landing-cta-block,
.landing-faq details,
.repair-panel,
.repair-card,
.repair-link-card,
.repair-faq details,
.model-price-panel,
.model-price-card,
.model-price-links a {
  border-radius: 18px;
}

.landing-card,
.landing-pricing-item,
.landing-cta-block,
.landing-faq details {
  border-color: var(--polish-line);
  box-shadow: var(--polish-shadow);
}

.landing-card,
.landing-card * {
  min-width: 0;
}

a.landing-card,
.phase3-link-card,
.service-map-card {
  display: grid;
  align-content: start;
  color: var(--polish-ink);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

a.landing-card:hover,
a.landing-card:focus-visible,
.phase3-link-card:hover,
.phase3-link-card:focus-visible,
.service-map-card:hover,
.service-map-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(189, 20, 40, 0.22);
  box-shadow: 0 22px 52px rgba(14, 17, 28, 0.12);
}

.landing-card h2,
.landing-card h3,
.landing-pricing-item h3,
.repair-card h2,
.model-price-card-value {
  line-height: 1.24;
}

.landing-card p,
.landing-card li,
.landing-pricing-item p,
.landing-faq p,
.repair-card p,
.repair-card li,
.model-price-prose p,
.model-price-card-note {
  overflow-wrap: anywhere;
}

.landing-card ul,
.landing-card ol,
.repair-card ul,
.repair-card ol {
  padding-left: 1.15rem;
}

.landing-link-columns {
  padding-left: 0;
  list-style: none;
}

.landing-link-columns li {
  margin-bottom: 9px;
}

.landing-link-columns a,
.repair-link-card,
.model-price-links a {
  overflow-wrap: anywhere;
}

.landing-link-columns a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 0;
}

.landing-btn,
.repair-btn,
.model-price-btn,
.device-button,
.u-btn,
button[type="submit"],
input[type="submit"] {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.landing-btn,
.device-button {
  border-radius: 10px;
}

.repair-btn,
.model-price-btn {
  border-radius: 10px;
}

.landing-btn:hover,
.landing-btn:focus-visible,
.repair-btn:hover,
.repair-btn:focus-visible,
.model-price-btn:hover,
.model-price-btn:focus-visible,
.device-button:hover,
.device-button:focus-visible {
  transform: translateY(-1px);
}

.landing-chip-list li,
.repair-stats li,
.model-price-meta li {
  min-width: 0;
  overflow-wrap: anywhere;
}

.landing-faq details[open],
.repair-faq details[open] {
  border-color: rgba(189, 20, 40, 0.24);
}

.landing-faq summary,
.repair-faq summary {
  list-style-position: outside;
  line-height: 1.45;
}

.service-map-main .landing-card-grid {
  align-items: stretch;
}

.service-map-links {
  columns: 3 220px;
}

table,
.u-table table,
.device-price-table {
  width: 100%;
  border-collapse: collapse;
}

td,
th {
  overflow-wrap: anywhere;
}

.u-table,
.table-wrap,
.price-table-wrap,
.device-price-table,
.booking-table {
  max-width: 100%;
}

input,
select,
textarea {
  max-width: 100%;
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

body.u-body .u-sheet,
body[class*="u-body"] .u-sheet {
  max-width: min(1220px, calc(100% - 32px));
}

body.u-body .u-text,
body[class*="u-body"] .u-text {
  max-width: 100%;
  overflow-wrap: anywhere;
}

body.u-body .u-section-1,
body.u-body .u-section-2,
body.u-body .u-section-3,
body.u-body .u-section-4,
body[class*="u-body"] .u-section-1,
body[class*="u-body"] .u-section-2,
body[class*="u-body"] .u-section-3,
body[class*="u-body"] .u-section-4 {
  overflow: hidden;
}

.site-footer a,
.repair-footer a,
.model-price-footer a {
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .site-header .main-nav a {
    white-space: normal;
  }

  .landing-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .landing-nav {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 820px) {
  .site-header .header-inner,
  .landing-wrap,
  .repair-wrap,
  .model-price-wrap,
  .device-shell,
  .site-footer .site-footer-shell {
    width: min(100% - 28px, 1220px);
  }

  .landing-nav a {
    min-height: 38px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .landing-hero h1,
  .repair-hero h1,
  .model-price-hero h1,
  .device-hero h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .landing-card-grid,
  .landing-pricing-grid,
  .landing-two-col,
  .landing-chip-list,
  .repair-hero,
  .repair-grid-three,
  .repair-link-grid,
  .model-price-hero,
  .model-price-grid,
  .model-price-links,
  .device-hero-grid {
    grid-template-columns: 1fr;
  }

  .landing-cta-row,
  .repair-actions,
  .model-price-actions,
  .device-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .landing-btn,
  .repair-btn,
  .model-price-btn,
  .device-button {
    width: 100%;
  }

  .service-map-links {
    columns: 1;
  }
}

@media (max-width: 680px) {
  .landing-brand img {
    width: 58px;
  }

  .landing-brand span {
    font-size: 0.92rem;
  }

  .landing-header-inner {
    min-height: auto;
    gap: 12px;
  }

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

  .landing-nav a {
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
  }

  .landing-card,
  .landing-pricing-item,
  .landing-cta-block,
  .landing-faq details,
  .repair-panel,
  .repair-card,
  .model-price-panel,
  .model-price-card {
    border-radius: 14px;
  }

  .u-table,
  .table-wrap,
  .price-table-wrap,
  .booking-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .u-table table,
  .device-price-table,
  table {
    min-width: 560px;
  }
}

/* Phase 5: make generated pages feel closer to the home page */
:root {
  --home-red: #e7192a;
  --home-red-dark: #b80f1e;
  --home-ink: #09090a;
  --home-ink-soft: #101012;
  --home-paper: #ffffff;
  --home-warm: #f6f5f4;
  --home-line: #dedddd;
  --home-muted: #68686e;
  --home-red-soft: #fff0f2;
}

body:not(.home-page) .landing-main {
  background: var(--home-paper);
}

body:not(.home-page) .landing-breadcrumb-bar {
  padding: 24px 0 0;
  background: #09090a;
}

body:not(.home-page) .landing-breadcrumbs {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
  font-weight: 700;
}

body:not(.home-page) .landing-breadcrumbs a {
  color: rgba(255, 255, 255, 0.58);
}

body:not(.home-page) .landing-breadcrumbs a:hover,
body:not(.home-page) .landing-breadcrumbs a[aria-current="page"] {
  color: #ffffff;
}

body:not(.home-page) .landing-hero {
  min-height: 560px;
  padding: clamp(58px, 8vw, 92px) 0 clamp(58px, 8vw, 96px);
  overflow: hidden;
  color: #ffffff;
  background: #09090a;
}

body:not(.home-page) .landing-hero::before {
  inset: 0;
  border: 0;
  border-radius: 0;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.99) 0%, rgba(6, 6, 7, 0.92) 43%, rgba(6, 6, 7, 0.50) 76%, rgba(6, 6, 7, 0.30) 100%),
    linear-gradient(0deg, rgba(6, 6, 7, 0.78), transparent 40%),
    url("logo-home.jpg") center / cover no-repeat;
  box-shadow: none;
  transform: scale(1.01);
}

body:not(.home-page) .landing-hero::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(to right, black, transparent 72%);
}

body:not(.home-page) .landing-hero .landing-wrap {
  z-index: 2;
  width: min(1220px, calc(100% - 48px));
  padding: 0;
}

body:not(.home-page) .landing-kicker {
  min-height: auto;
  padding: 0;
  gap: 10px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  box-shadow: none;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

body:not(.home-page) .landing-kicker::before {
  width: 30px;
  height: 2px;
  content: "";
  background: var(--home-red);
}

body:not(.home-page) .landing-hero h1 {
  max-width: 850px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(2.45rem, 5.15vw, 5.15rem);
  font-weight: 700;
  line-height: 0.99;
}

body:not(.home-page) .landing-hero p:not(.landing-kicker) {
  max-width: 700px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.98rem, 1.35vw, 1.12rem);
  line-height: 1.78;
}

body:not(.home-page) .landing-chip-list {
  max-width: 930px;
  margin-top: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body:not(.home-page) .landing-chip-list li {
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body:not(.home-page) .landing-chip-label,
body:not(.home-page) .landing-inline-label,
body:not(.home-page) .landing-chip-list strong {
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
}

body:not(.home-page) .landing-cta-row {
  margin-top: 30px;
  gap: 12px;
}

body:not(.home-page) .landing-btn {
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #ffffff;
  background: var(--home-red);
  box-shadow: 0 14px 34px rgba(231, 25, 42, 0.25);
  font-size: 0.78rem;
  font-weight: 800;
}

body:not(.home-page) .landing-btn:hover,
body:not(.home-page) .landing-btn:focus-visible {
  background: var(--home-red-dark);
  box-shadow: 0 18px 42px rgba(231, 25, 42, 0.30);
}

body:not(.home-page) .landing-btn-secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

body:not(.home-page) .landing-btn-secondary:hover,
body:not(.home-page) .landing-btn-secondary:focus-visible {
  border-color: #ffffff;
  color: #09090a;
  background: #ffffff;
}

body:not(.home-page) .landing-section {
  padding: clamp(58px, 7vw, 92px) 0;
  background: #ffffff;
}

body:not(.home-page) .landing-main > .landing-section:nth-of-type(odd) {
  background: var(--home-warm);
}

body:not(.home-page) .landing-section-heading {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 34px;
}

body:not(.home-page) .landing-section-heading h2,
body:not(.home-page) .landing-cta-block h2,
body:not(.home-page) .landing-faq h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(2rem, 4vw, 3.85rem);
  font-weight: 700;
  line-height: 1.05;
}

body:not(.home-page) .landing-section-heading p,
body:not(.home-page) .landing-cta-block p {
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.78;
}

body:not(.home-page) .landing-card-grid,
body:not(.home-page) .landing-pricing-grid {
  gap: 18px;
}

body:not(.home-page) .landing-two-col {
  gap: 22px;
}

body:not(.home-page) .landing-card,
body:not(.home-page) .landing-pricing-item,
body:not(.home-page) .landing-faq details {
  border: 1px solid var(--home-line);
  border-radius: 23px;
  background: #ffffff;
  box-shadow: none;
}

body:not(.home-page) .landing-card,
body:not(.home-page) .landing-pricing-item {
  padding: clamp(24px, 3vw, 34px);
}

body:not(.home-page) a.landing-card,
body:not(.home-page) .phase3-link-card,
body:not(.home-page) .service-map-card {
  min-height: 214px;
  position: relative;
  overflow: hidden;
}

body:not(.home-page) a.landing-card::after,
body:not(.home-page) .phase3-link-card::after,
body:not(.home-page) .service-map-card::after {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: var(--home-red);
  content: "->";
  font-weight: 800;
}

body:not(.home-page) a.landing-card:hover,
body:not(.home-page) a.landing-card:focus-visible,
body:not(.home-page) .phase3-link-card:hover,
body:not(.home-page) .phase3-link-card:focus-visible,
body:not(.home-page) .service-map-card:hover,
body:not(.home-page) .service-map-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(231, 25, 42, 0.35);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.10);
}

body:not(.home-page) .landing-card h2,
body:not(.home-page) .landing-card h3,
body:not(.home-page) .landing-pricing-item h3 {
  margin: 0 0 12px;
  color: var(--home-ink);
  font-size: clamp(1.2rem, 2.1vw, 1.85rem);
  line-height: 1.08;
}

body:not(.home-page) .landing-card p,
body:not(.home-page) .landing-pricing-item p,
body:not(.home-page) .landing-faq p,
body:not(.home-page) .landing-card li {
  color: var(--home-muted);
  font-size: 0.86rem;
  line-height: 1.76;
}

body:not(.home-page) .landing-card a,
body:not(.home-page) .landing-inline-link,
body:not(.home-page) .landing-pricing-item a {
  color: var(--home-red);
  text-decoration: none;
}

body:not(.home-page) .landing-link-columns {
  columns: auto;
  display: grid;
  gap: 0;
  margin-top: 2px;
  padding-left: 0;
  list-style: none;
}

body:not(.home-page) .landing-link-columns li {
  margin: 0;
  border-top: 1px solid rgba(10, 10, 11, 0.10);
}

body:not(.home-page) .landing-link-columns a {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--home-ink);
  font-size: 0.84rem;
  font-weight: 700;
}

body:not(.home-page) .landing-link-columns a::after {
  flex: 0 0 auto;
  color: var(--home-red);
  content: "->";
}

body:not(.home-page) .landing-link-columns a:hover,
body:not(.home-page) .landing-link-columns a:focus-visible {
  color: var(--home-red);
}

body:not(.home-page) .landing-faq {
  background: #0b0b0c;
}

body:not(.home-page) .landing-faq h2 {
  color: #ffffff;
}

body:not(.home-page) .landing-faq details {
  padding: 20px 22px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
}

body:not(.home-page) .landing-faq details + details {
  margin-top: 12px;
}

body:not(.home-page) .landing-faq summary {
  color: #ffffff;
}

body:not(.home-page) .landing-faq p {
  color: rgba(255, 255, 255, 0.62);
}

body:not(.home-page) .landing-cta-block {
  padding: clamp(34px, 6vw, 76px);
  border: 0;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 22% 30%, rgba(231, 25, 42, 0.28), transparent 32%),
    linear-gradient(130deg, #09090a, #151518);
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.18);
}

body:not(.home-page) .landing-cta-block h2 {
  color: #ffffff;
}

body:not(.home-page) .landing-cta-block p {
  color: rgba(255, 255, 255, 0.62);
}

body:not(.home-page) .seo-page-content-extra.phase3-intent-section {
  padding: clamp(58px, 7vw, 86px) 0;
  background: #ffffff;
}

body:not(.home-page) .phase3-intent-section .u-sheet {
  width: min(1220px, calc(100% - 48px));
  max-width: 1220px;
  min-height: 0;
  margin: 0 auto;
}

body:not(.home-page) .phase3-intent-section h2.u-text {
  margin: 0 0 18px;
  color: var(--home-ink);
  font-size: clamp(1.8rem, 3.3vw, 3.1rem);
  line-height: 1.06;
}

body:not(.home-page) .phase3-intent-section .u-text {
  color: var(--home-muted);
}

body:not(.home-page) .phase3-intent-section .phase3-intent-card {
  border: 1px solid var(--home-line);
  border-radius: 23px;
  background: #ffffff;
  box-shadow: none;
}

.contact-page section[data-safe-seo-update],
.contact-page section[data-thin-page-support] {
  padding: clamp(58px, 7vw, 86px) 0;
  background: #ffffff;
}

.contact-page section[data-safe-seo-update] {
  background: var(--home-warm);
}

.contact-page .device-wrap {
  width: min(1180px, calc(100% - 48px));
  max-width: 1180px;
  margin: 0 auto;
}

.contact-page section[data-safe-seo-update] .section-heading,
.contact-page section[data-thin-page-support] .section-heading {
  margin: 0;
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: 32px;
  border: 1px solid var(--home-line);
  border-radius: 29px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.07);
}

.contact-page section[data-safe-seo-update] .section-kicker,
.contact-page section[data-thin-page-support] .section-kicker {
  margin: 0 0 10px;
  color: var(--home-red);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-page section[data-safe-seo-update] h2,
.contact-page section[data-thin-page-support] h2 {
  margin: 0;
  color: var(--home-ink);
  font-size: clamp(1.8rem, 3.4vw, 3.1rem);
  line-height: 1.05;
}

.contact-page section[data-safe-seo-update] p,
.contact-page section[data-thin-page-support] p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.88rem;
  line-height: 1.78;
}

.contact-page section[data-thin-page-support] .device-copy {
  margin-top: 18px;
  padding: 24px 28px;
  border: 1px solid var(--home-line);
  border-radius: 23px;
  background: #ffffff;
}

.contact-page section[data-thin-page-support] .device-copy p {
  max-width: 82ch;
}

@media (max-width: 960px) {
  body:not(.home-page) .landing-section-heading,
  .contact-page section[data-safe-seo-update] .section-heading,
  .contact-page section[data-thin-page-support] .section-heading {
    grid-template-columns: 1fr;
  }

  body:not(.home-page) .landing-chip-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body:not(.home-page) .landing-breadcrumb-bar {
    padding-top: 18px;
  }

  body:not(.home-page) .landing-hero {
    min-height: auto;
    padding: 44px 0 56px;
  }

  body:not(.home-page) .landing-hero .landing-wrap,
  body:not(.home-page) .phase3-intent-section .u-sheet,
  .contact-page .device-wrap {
    width: min(100% - 28px, 1220px);
  }

  body:not(.home-page) .landing-hero h1 {
    font-size: clamp(2.2rem, 12vw, 3.45rem);
  }

  body:not(.home-page) .landing-chip-list {
    grid-template-columns: 1fr;
  }

  body:not(.home-page) .landing-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  body:not(.home-page) .landing-btn {
    width: 100%;
  }

  body:not(.home-page) .landing-section {
    padding: 48px 0;
  }

  body:not(.home-page) .landing-card,
  body:not(.home-page) .landing-pricing-item {
    padding: 22px;
  }

  body:not(.home-page) a.landing-card,
  body:not(.home-page) .phase3-link-card,
  body:not(.home-page) .service-map-card {
    min-height: 170px;
  }

  .contact-page section[data-safe-seo-update] .section-heading,
  .contact-page section[data-thin-page-support] .section-heading {
    padding: 24px 20px;
    border-radius: 23px;
  }
}
