/*
 * Chemical EXS · Public design refresh
 * A calmer visual system built around legibility and authentic photography.
 */

:root {
  --cxr-blue: #0b63ce;
  --cxr-blue-dark: #074b9a;
  --cxr-navy: #0b1f3a;
  --cxr-ink: #142238;
  --cxr-copy: #4e5e73;
  --cxr-line: #dce4ee;
  --cxr-soft: #f3f6f9;
  --cxr-warm: #f7f5f1;
  --cxr-white: #fff;
  --cxr-green: #16875c;
  --cxr-radius: 18px;
  --cxr-shadow: 0 18px 55px rgba(18, 40, 72, .09);
}

html {
  background: var(--cxr-white);
}

body {
  background: var(--cxr-white);
  color: var(--cxr-ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -.006em;
}

body::before {
  display: none !important;
}

.shell {
  width: min(1180px, calc(100% - 48px));
}

.site-header {
  border-bottom: 1px solid var(--cxr-line);
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.site-utility,
.site-utility[style] {
  padding: 0 !important;
  border: 0 !important;
  background: var(--cxr-navy) !important;
}

.site-utility .shell {
  display: flex !important;
  min-height: 34px;
  align-items: center;
  justify-content: space-between !important;
  gap: 24px !important;
}

.utility-location {
  color: #c9d5e5;
  font-size: 12px;
  font-weight: 600;
}

.site-utility .utility-primary.utility-single-row {
  display: flex;
  width: auto !important;
  align-items: center;
  justify-content: flex-end !important;
  gap: 22px !important;
  flex-wrap: nowrap !important;
}

.site-utility .utility-primary.utility-single-row a,
.site-utility .utility-primary.utility-single-row span {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #e5edf7 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
}

.site-utility .utility-primary.utility-single-row a:first-child {
  color: #fff !important;
}

.site-utility .utility-primary.utility-single-row a i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 50%;
  background: #39d98a;
  box-shadow: 0 0 0 3px rgba(57, 217, 138, .13);
}

.site-nav {
  min-height: 76px;
  gap: 18px;
}

.brand {
  width: 138px;
}

.site-header .brand .brand-logo {
  width: 118px;
  height: 58px;
  filter: none !important;
}

.site-nav nav {
  gap: 2px;
}

.site-nav nav a {
  padding: 11px 10px;
  border-radius: 9px;
  color: #35445a;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: -.01em;
}

.site-nav nav a::after {
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  background: var(--cxr-blue);
}

.site-nav nav a:hover,
.site-nav nav a.active {
  background: #edf4fc;
  color: var(--cxr-blue-dark);
}

.nav-actions {
  gap: 4px;
}

.nav-actions > a,
.menu-toggle {
  width: 42px;
  height: 42px;
  min-height: 42px;
  border: 1px solid var(--cxr-line);
  border-radius: 10px;
  background: #fff;
  color: var(--cxr-ink);
}

.nav-actions > a svg {
  width: 19px;
  height: 19px;
}

.btn,
a.btn,
button.btn {
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 10px;
  font-size: 15px !important;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
}

.btn.primary {
  border-color: var(--cxr-blue);
  background: var(--cxr-blue);
  color: #fff;
}

.btn.primary:hover {
  border-color: var(--cxr-blue-dark);
  background: var(--cxr-blue-dark);
  box-shadow: 0 10px 25px rgba(11, 99, 206, .2);
}

.btn.secondary,
.btn.soft,
.btn.ghost {
  border-color: #bfcbd9;
  background: #fff;
  color: var(--cxr-ink);
}

.btn.secondary:hover,
.btn.soft:hover,
.btn.ghost:hover {
  border-color: #8da0b6;
  background: var(--cxr-soft);
  color: var(--cxr-ink);
}

input,
select,
textarea {
  min-height: 48px;
  border-color: #cbd6e2;
  border-radius: 10px;
  background: #fff;
  color: var(--cxr-ink);
  font-size: 16px;
}

textarea {
  min-height: 120px;
}

.eyebrow,
.section-kicker,
.status-kicker,
.cxr-kicker {
  display: inline-block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--cxr-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.section,
.cxr-section {
  padding: 88px 0;
}

.section.compact {
  padding: 56px 0;
}

.section.soft,
.cxr-process,
.cxr-proof {
  background: var(--cxr-soft);
}

.section h1,
.section h2,
.feature-hero h1,
.page-hero h1,
.cxr-section h2,
.cxr-final h2 {
  color: var(--cxr-ink);
  font-weight: 750;
  letter-spacing: -.045em;
}

.section h2,
.cxr-section h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
}

.section p,
.feature-hero p,
.page-hero p,
.glass-card p {
  color: var(--cxr-copy);
  font-size: 16px;
  line-height: 1.7;
}

/* Home */

.cxr-hero {
  padding: 48px 0 72px;
  background: linear-gradient(180deg, #fff 0%, #f7f8fa 100%);
}

.cxr-hero-grid {
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  overflow: hidden;
  border: 1px solid var(--cxr-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--cxr-shadow);
}

.cxr-hero-copy {
  display: flex;
  padding: 64px 58px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.cxr-hero-copy h1 {
  max-width: 10.5ch;
  margin: 20px 0 22px;
  color: var(--cxr-ink);
  font-size: clamp(54px, 5.7vw, 76px);
  font-weight: 760;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}

.cxr-hero-copy > p {
  max-width: 35rem;
  margin: 0;
  color: var(--cxr-copy);
  font-size: 20px;
  line-height: 1.55;
}

.cxr-actions {
  display: flex;
  margin-top: 32px;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cxr-hero-facts {
  display: grid;
  width: 100%;
  margin: 42px 0 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--cxr-line);
}

.cxr-hero-facts > div {
  padding: 22px 16px 0 0;
}

.cxr-hero-facts > div + div {
  padding-left: 18px;
  border-left: 1px solid var(--cxr-line);
}

.cxr-hero-facts dt,
.cxr-contact-copy dt {
  color: var(--cxr-ink);
  font-size: 14px;
  font-weight: 750;
}

.cxr-hero-facts dd,
.cxr-contact-copy dd {
  margin: 3px 0 0;
  color: var(--cxr-copy);
  font-size: 12px;
  line-height: 1.45;
}

.cxr-hero-photo {
  position: relative;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #dfe5e9;
}

.cxr-hero-photo::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(9, 22, 37, .62));
  content: "";
  pointer-events: none;
}

.cxr-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
}

.cxr-hero-photo figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: #fff;
}

.cxr-hero-photo figcaption b,
.cxr-hero-photo figcaption span {
  display: block;
}

.cxr-hero-photo figcaption b {
  font-size: 15px;
}

.cxr-hero-photo figcaption span {
  margin-top: 3px;
  color: #d8e1eb;
  font-size: 12px;
}

.cxr-section-head {
  display: grid;
  margin-bottom: 38px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  align-items: end;
  gap: 48px;
}

.cxr-section-head h2 {
  max-width: 14ch;
  margin: 13px 0 0;
}

.cxr-section-head > p {
  margin: 0 0 3px;
  color: var(--cxr-copy);
  font-size: 17px;
  line-height: 1.65;
}

.cxr-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cxr-service-card {
  display: flex;
  min-height: 285px;
  padding: 28px;
  flex-direction: column;
  border: 1px solid var(--cxr-line);
  border-radius: var(--cxr-radius);
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cxr-service-card:hover {
  transform: translateY(-3px);
  border-color: #abc5e3;
  box-shadow: 0 14px 34px rgba(22, 48, 80, .08);
}

.cxr-service-card > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #eaf2fb;
  color: var(--cxr-blue-dark);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .06em;
}

.cxr-service-card h3 {
  margin: 24px 0 10px;
  color: var(--cxr-ink);
  font-size: 21px;
  letter-spacing: -.025em;
}

.cxr-service-card p {
  margin: 0;
  color: var(--cxr-copy);
  font-size: 14px;
  line-height: 1.65;
}

.cxr-service-card a {
  margin-top: auto;
  padding-top: 24px;
  color: var(--cxr-blue-dark);
  font-size: 14px;
  font-weight: 750;
}

.cxr-service-card a i {
  margin-left: 5px;
  font-style: normal;
}

.cxr-place {
  background: var(--cxr-warm);
}

.cxr-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.cxr-photo-grid figure {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--cxr-radius);
  background: #d9d9d5;
}

.cxr-photo-grid figure::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(transparent, rgba(8, 21, 35, .72));
  content: "";
}

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

.cxr-photo-grid figcaption {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  color: #fff;
}

.cxr-photo-grid figcaption b,
.cxr-photo-grid figcaption span {
  display: block;
}

.cxr-photo-grid figcaption b {
  font-size: 20px;
}

.cxr-photo-grid figcaption span {
  color: #d9e1e8;
  font-size: 13px;
}

.cxr-process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #cbd5e1;
  list-style: none;
}

.cxr-process-grid li {
  min-height: 245px;
  padding: 28px 28px 10px 0;
}

.cxr-process-grid li + li {
  padding-left: 28px;
  border-left: 1px solid #cbd5e1;
}

.cxr-process-grid span {
  color: var(--cxr-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.cxr-process-grid h3 {
  margin: 48px 0 10px;
  color: var(--cxr-ink);
  font-size: 21px;
  letter-spacing: -.025em;
}

.cxr-process-grid p {
  margin: 0;
  color: var(--cxr-copy);
  font-size: 14px;
}

.cxr-portal {
  background: var(--cxr-navy);
  color: #fff;
}

.cxr-portal-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 72px;
}

.cxr-portal .cxr-kicker {
  color: #87bfff;
}

.cxr-portal-copy h2 {
  max-width: 12ch;
  margin: 16px 0 20px;
  color: #fff;
}

.cxr-portal-copy > p {
  max-width: 35rem;
  color: #b9c8db;
  font-size: 17px;
}

.cxr-portal-copy ul {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.cxr-portal-copy li {
  position: relative;
  padding-left: 25px;
  color: #e4ebf3;
  font-size: 14px;
}

.cxr-portal-copy li::before {
  position: absolute;
  left: 0;
  color: #63b1ff;
  content: "✓";
  font-weight: 900;
}

.cxr-status-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 20px;
  background: #fff;
  color: var(--cxr-ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .23);
}

.cxr-status-top {
  display: flex;
  min-height: 58px;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--cxr-line);
  background: #f7f9fb;
}

.cxr-status-top span {
  color: var(--cxr-copy);
  font-size: 12px;
  font-weight: 700;
}

.cxr-status-top b {
  color: var(--cxr-green);
  font-size: 13px;
}

.cxr-status-device {
  padding: 28px 28px 18px;
}

.cxr-status-device small,
.cxr-status-device strong {
  display: block;
}

.cxr-status-device small,
.cxr-status-note span {
  color: var(--cxr-copy);
  font-size: 12px;
}

.cxr-status-device strong {
  margin-top: 3px;
  font-size: 25px;
  letter-spacing: -.03em;
}

.cxr-status-card ol {
  display: grid;
  margin: 0;
  padding: 4px 28px 26px;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  list-style: none;
}

.cxr-status-card ol li {
  padding-top: 13px;
  border-top: 4px solid #dce4ec;
  color: #7a8899;
  font-size: 10px;
  line-height: 1.2;
}

.cxr-status-card ol li.done {
  border-color: #6db5ef;
  color: #456174;
}

.cxr-status-card ol li.active {
  border-color: var(--cxr-blue);
  color: var(--cxr-blue-dark);
  font-weight: 800;
}

.cxr-status-note {
  margin: 0 28px 28px;
  padding: 20px;
  border-left: 3px solid var(--cxr-blue);
  background: #eef5fc;
}

.cxr-status-note b,
.cxr-status-note small {
  display: block;
}

.cxr-status-note b {
  margin-top: 4px;
  font-size: 16px;
}

.cxr-status-note small {
  margin-top: 5px;
  color: var(--cxr-copy);
  font-size: 12px;
}

.cxr-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr);
  align-items: center;
  gap: 70px;
}

.cxr-proof-copy h2 {
  max-width: 12ch;
  margin: 14px 0 18px;
}

.cxr-proof-copy p {
  max-width: 37rem;
  color: var(--cxr-copy);
  font-size: 16px;
}

.cxr-proof-copy > a {
  display: inline-block;
  margin-top: 10px;
  color: var(--cxr-blue-dark);
  font-weight: 750;
}

.cxr-google-card {
  display: grid;
  padding: 28px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  border: 1px solid #cdd8e4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(25, 47, 76, .07);
}

.cxr-google-card > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #f1f3f5;
  color: #4285f4;
  font-size: 29px;
  font-weight: 800;
}

.cxr-google-card small,
.cxr-google-card strong {
  display: block;
}

.cxr-google-card small {
  color: var(--cxr-copy);
  font-size: 12px;
}

.cxr-google-card strong {
  margin-top: 4px;
  color: var(--cxr-ink);
  font-size: 20px;
}

.cxr-google-card p {
  margin: 4px 0 0;
  color: var(--cxr-copy);
  font-size: 13px;
}

.cxr-google-card > i {
  color: var(--cxr-blue);
  font-size: 20px;
  font-style: normal;
}

.cxr-contact-grid {
  display: grid;
  grid-template-columns: minmax(340px, .76fr) minmax(0, 1.24fr);
  align-items: stretch;
  gap: 18px;
}

.cxr-contact-copy {
  padding: 44px;
  border: 1px solid var(--cxr-line);
  border-radius: var(--cxr-radius);
  background: #fff;
}

.cxr-contact-copy h2 {
  max-width: 10ch;
  margin: 14px 0 14px;
}

.cxr-contact-copy > p {
  color: var(--cxr-copy);
}

.cxr-contact-copy dl {
  display: grid;
  margin: 32px 0 0;
  gap: 18px;
}

.cxr-map {
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--cxr-line);
  border-radius: var(--cxr-radius);
}

.cxr-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.cxr-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: 72px;
}

.cxr-faq-title {
  position: sticky;
  top: 145px;
}

.cxr-faq-title h2 {
  max-width: 9ch;
  margin: 14px 0 16px;
}

.cxr-faq-title p {
  color: var(--cxr-copy);
}

.cxr-faq .faq-list {
  gap: 0;
  border-top: 1px solid var(--cxr-line);
}

.cxr-faq .faq-list details {
  border: 0;
  border-bottom: 1px solid var(--cxr-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cxr-faq .faq-list summary {
  padding: 22px 0;
  color: var(--cxr-ink);
  font-size: 16px;
  font-weight: 700;
}

.cxr-faq .faq-list details p {
  max-width: 54rem;
  padding: 0 48px 22px 0;
  color: var(--cxr-copy);
  font-size: 15px;
}

.cxr-faq .faq-list details p + p {
  padding-top: 0;
}

.cxr-faq .faq-list a {
  color: var(--cxr-blue-dark);
  font-weight: 750;
}

.cxr-final {
  padding: 0 0 88px;
}

.cxr-final-card {
  display: flex;
  padding: 46px 50px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 20px;
  background: var(--cxr-navy);
  color: #fff;
}

.cxr-final-card h2 {
  margin: 13px 0 7px;
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
}

.cxr-final-card p {
  margin: 0;
  color: #b9c8db;
}

.cxr-final-card .cxr-kicker {
  color: #80bbff;
}

/* Shared public pages */

.feature-hero,
.remote-hero,
.appointment-v28-hero,
.page-hero {
  padding: 56px 0;
  background: var(--cxr-soft);
  color: var(--cxr-ink);
}

.feature-hero::before,
.remote-hero::before,
.store-v28-overlay {
  display: none;
}

.feature-hero-grid,
.remote-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
  gap: 52px;
}

.feature-hero-copy h1,
.page-blog .feature-hero-copy h1,
.page-promos .feature-hero-copy h1,
.page-invoice .feature-hero-copy h1,
.page-service .feature-hero-copy h1,
.remote-hero-copy h1 {
  max-width: 12ch;
  margin: 16px 0 18px;
  color: var(--cxr-ink);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.05em;
}

.feature-hero-copy p,
.remote-hero-copy p {
  color: var(--cxr-copy) !important;
  font-size: 17px;
}

.feature-hero-art,
.remote-hero-art {
  min-height: 430px;
  border: 0;
  border-radius: var(--cxr-radius);
  background: #dfe5e9;
  box-shadow: none;
}

.feature-hero-art img,
.remote-hero-art > img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.feature-hero-art-badge,
.feature-hero-art::after,
.remote-session-window {
  display: none !important;
}

.store-v28-hero,
.page-store .store-v28-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--cxr-soft);
  color: var(--cxr-ink);
}

.store-v28-hero > img,
.page-store .store-v28-hero > img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 48%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  animation: none;
}

.store-v28-hero-content,
.page-store .store-v28-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 650px;
  padding: 64px 54% 60px 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.store-live-pill,
.page-store .store-live-pill {
  border: 0;
  background: #e7f1fb;
  color: var(--cxr-blue-dark);
  box-shadow: none;
}

.store-v28-hero-content h1,
.page-store .store-v28-hero-content h1 {
  max-width: 10ch;
  margin: 20px 0;
  color: var(--cxr-ink);
  font-size: clamp(48px, 5.4vw, 70px);
  line-height: 1;
  letter-spacing: -.055em;
}

.store-v28-hero-content h1 em {
  color: var(--cxr-blue);
}

.store-v28-hero-content > p,
.page-store .store-v28-hero-content > p {
  max-width: 38rem;
  color: var(--cxr-copy);
  font-size: 17px;
  line-height: 1.65;
}

.store-v28-hero .support-hours-pills span {
  border-color: #cbd8e6;
  background: #fff;
  color: #415168;
}

.store-hero-search,
.page-store .store-hero-search {
  width: min(100%, 640px);
  max-width: 640px;
  margin-top: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.store-hero-search label {
  color: var(--cxr-ink);
}

.store-hero-search > div,
.page-store .store-hero-search > div {
  border: 1px solid #bdcad8;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.store-hero-search button {
  background: var(--cxr-blue);
  color: #fff;
}

.store-hero-actions {
  margin-top: 20px;
}

.store-main-cta,
.store-advice-cta {
  border-color: #bdcad8;
  background: #fff;
  color: var(--cxr-ink);
  box-shadow: none;
}

.store-advice-cta small {
  color: var(--cxr-copy);
}

.store-category-ribbon {
  margin-top: 0;
  border-bottom: 1px solid var(--cxr-line);
  background: #fff;
  box-shadow: none;
}

.store-category-ribbon > .shell {
  padding-block: 16px;
}

.store-category-ribbon a {
  border-color: var(--cxr-line);
  background: #fff;
  box-shadow: none;
}

.store-assistant-main,
.store-benefit-stack article,
.store-filter-bar,
.store-empty {
  border-color: var(--cxr-line);
  background: #fff;
  box-shadow: 0 10px 32px rgba(20, 43, 72, .06);
}

.appointment-hero-v284 {
  overflow: visible;
  padding: 0 0 38px;
  background: var(--cxr-soft);
  color: var(--cxr-ink);
}

.appointment-hero-v284::after {
  display: none;
}

.appointment-diagnostic-grid {
  min-height: 640px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 500px);
  gap: 56px;
}

.appointment-diagnostic-copy {
  padding: 64px 0;
}

.appointment-diagnostic-copy .eyebrow {
  border-color: transparent;
  background: transparent;
  color: var(--cxr-blue-dark);
}

.appointment-diagnostic-copy h1 {
  max-width: 11ch;
  margin: 18px 0 22px;
  color: var(--cxr-ink);
  font-size: clamp(48px, 5.2vw, 68px);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.appointment-diagnostic-copy h1 em {
  color: var(--cxr-blue);
}

.appointment-diagnostic-copy > p {
  max-width: 40rem;
  color: var(--cxr-copy);
  font-size: 17px;
  line-height: 1.65;
}

.appointment-diagnostic-points {
  margin-top: 32px;
  gap: 18px 24px;
}

.appointment-diagnostic-points > div {
  align-items: flex-start;
}

.appointment-diagnostic-points i,
.appointment-diagnostic-route i {
  flex: 0 0 auto;
  border: 1px solid #c6d8eb;
  border-radius: 12px;
  background: #e9f2fb;
  color: var(--cxr-blue-dark);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .04em;
}

.appointment-diagnostic-points i {
  width: 40px;
  height: 40px;
}

.appointment-diagnostic-points b {
  color: var(--cxr-ink);
  font-size: 14px;
}

.appointment-diagnostic-points small {
  color: var(--cxr-copy);
  font-size: 12px;
  line-height: 1.45;
}

.appointment-diagnostic-photo {
  align-self: center;
  height: 540px;
  margin: 48px 0;
  border-radius: var(--cxr-radius);
  box-shadow: none;
}

.appointment-diagnostic-photo img {
  object-position: center;
}

.appointment-diagnostic-route {
  margin-top: 0;
  padding: 18px 22px;
  border-color: var(--cxr-line);
  border-radius: 18px;
  box-shadow: 0 14px 42px rgba(20, 43, 72, .07);
}

.appointment-diagnostic-route > a,
.appointment-diagnostic-route > div {
  color: var(--cxr-ink);
  font-size: 13px;
  line-height: 1.35;
}

.appointment-diagnostic-route i {
  width: 38px;
  height: 38px;
}

.appointment-diagnostic-route > b {
  color: #8ca0b6;
}

.appointment-section-v28 {
  margin-top: 0;
  padding-top: 52px;
  background: #fff;
}

.appointment-card-v28 {
  padding: clamp(24px, 4vw, 46px);
  border-color: var(--cxr-line);
  border-radius: var(--cxr-radius);
  box-shadow: 0 14px 48px rgba(20, 43, 72, .08);
}

.appointment-stepper-v28 .step b {
  border-radius: 50%;
}

.store-assistant-main h2,
.store-catalog-heading h2 {
  color: var(--cxr-ink);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.store-assistant-main p,
.store-catalog-heading p {
  color: var(--cxr-copy);
  font-size: 16px;
}

.store-cart-button {
  border-color: #bdcad8;
  background: #fff;
  color: var(--cxr-ink);
  box-shadow: none;
}

.glass-card,
.form-card,
.appointment-card,
.search-service-card,
.service-card,
.product-card,
.blog-card,
.promo-card,
.news-card {
  border-color: var(--cxr-line);
  border-radius: var(--cxr-radius);
  background: #fff;
  box-shadow: 0 10px 32px rgba(20, 43, 72, .06);
  backdrop-filter: none;
}

.section-head h2 {
  margin-top: 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
}

.section-head p {
  font-size: 16px;
}

.service-card h3,
.product-card h3,
.blog-card h2,
.blog-card h3,
.promo-card h2,
.promo-card h3 {
  color: var(--cxr-ink);
  letter-spacing: -.025em;
}

.product-card .body,
.blog-card .body,
.promo-card .body,
.news-card .body {
  padding: 22px;
}

.product-card p,
.blog-card p,
.promo-card p,
.news-card p {
  font-size: 15px !important;
}

.cx-chat-launcher {
  min-width: 0 !important;
  padding: 8px 12px 8px 8px !important;
  border: 1px solid rgba(255, 255, 255, .25) !important;
  border-radius: 14px !important;
  background: var(--cxr-blue) !important;
  box-shadow: 0 12px 32px rgba(7, 46, 92, .22) !important;
}

.cx-chat-launcher-copy b {
  font-size: 12px !important;
}

.cx-chat-launcher-copy small {
  font-size: 10px !important;
}

.cx-chat-launcher-icon {
  width: 34px !important;
  height: 34px !important;
}

.site-footer {
  border-top: 1px solid var(--cxr-line);
  background: #f5f7f9;
  color: var(--cxr-ink);
}

.site-footer::before {
  display: none;
}

.footer-grid-rich {
  padding: 58px 0 40px;
}

.footer-grid-rich a,
.footer-brand p,
.footer-brand small,
.footer-row {
  color: #5d6c7f;
  font-size: 13px;
}

.site-footer .footer-brand .brand-logo {
  filter: none !important;
}

.footer-grid-rich b {
  color: var(--cxr-ink);
  font-size: 14px;
}

.footer-row {
  padding: 22px 0;
  border-top-color: var(--cxr-line);
}

.reveal {
  transform: translateY(14px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.in-view {
  transform: none;
}

@media (max-width: 1080px) {
  .site-nav nav a {
    padding-inline: 8px;
    font-size: 12px;
  }

  .cxr-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
  }

  .cxr-hero-copy {
    padding: 52px 42px;
  }

  .cxr-service-grid,
  .cxr-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cxr-process-grid li:nth-child(3) {
    border-left: 0;
  }

  .cxr-process-grid li:nth-child(n+3) {
    border-top: 1px solid #cbd5e1;
  }

  .cxr-portal-grid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .site-utility .utility-hours {
    display: none;
  }

  .site-nav nav {
    top: 118px;
    right: 20px;
    left: 20px;
    padding: 12px;
    border-color: var(--cxr-line);
    border-radius: 14px;
    background: #fff !important;
    box-shadow: var(--cxr-shadow);
  }

  .site-nav nav a {
    padding: 13px 14px;
    color: var(--cxr-ink);
    font-size: 15px;
  }

  .site-nav nav a::after {
    display: none;
  }

  .cxr-hero-grid,
  .cxr-portal-grid,
  .cxr-proof-grid,
  .cxr-contact-grid,
  .cxr-faq-grid,
  .feature-hero-grid,
  .remote-hero-grid {
    grid-template-columns: 1fr;
  }

  .appointment-diagnostic-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .appointment-diagnostic-copy {
    padding: 54px 0 28px;
  }

  .appointment-diagnostic-photo {
    height: 460px;
    margin: 0;
  }

  .appointment-diagnostic-route {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .appointment-diagnostic-route > b {
    display: none;
  }

  .store-v28-hero {
    min-height: 0;
  }

  .page-store .store-v28-hero > img {
    position: relative;
    width: 100%;
    height: 430px;
    object-position: center;
  }

  .page-store .store-v28-hero-content {
    min-height: 0;
    padding: 48px 0 54px;
  }

  .store-v28-hero-content h1 {
    max-width: 12ch;
  }

  .cxr-hero-copy {
    padding: 54px 42px 48px;
  }

  .cxr-hero-photo {
    min-height: 520px;
  }

  .cxr-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cxr-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cxr-photo-grid figure:last-child {
    min-height: 420px;
    grid-column: 1 / -1;
  }

  .cxr-faq-title {
    position: static;
  }

  .cxr-map {
    min-height: 440px;
  }

  .cxr-final-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .site-utility .shell {
    justify-content: center !important;
  }

  .utility-location,
  .site-utility .utility-primary.utility-single-row a:last-of-type,
  .site-utility .utility-primary.utility-single-row .utility-hours {
    display: none !important;
  }

  .site-utility .utility-primary.utility-single-row {
    justify-content: center !important;
  }

  .site-nav {
    min-height: 68px;
  }

  .site-nav nav {
    top: 107px;
    right: 14px;
    left: 14px;
  }

  .brand {
    width: 112px;
  }

  .brand img {
    width: 102px;
    height: 50px;
  }

  .nav-actions > a:first-child {
    display: none;
  }

  .section,
  .cxr-section {
    padding: 66px 0;
  }

  .cxr-hero {
    padding: 22px 0 54px;
  }

  .cxr-hero-grid {
    min-height: 0;
    border-radius: 18px;
  }

  .cxr-hero-copy {
    padding: 38px 24px 34px;
  }

  .cxr-hero-copy h1 {
    margin: 14px 0 18px;
    font-size: clamp(42px, 12vw, 48px);
  }

  .cxr-hero-copy > p {
    font-size: 17px;
  }

  .cxr-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .cxr-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .cxr-hero-facts {
    display: none;
  }

  .cxr-hero-facts > div,
  .cxr-hero-facts > div + div {
    padding: 15px 0;
    border-bottom: 1px solid var(--cxr-line);
    border-left: 0;
  }

  .cxr-hero-facts > div:last-child {
    border-bottom: 0;
  }

  .cxr-hero-photo {
    min-height: 420px;
  }

  .cxr-section-head {
    margin-bottom: 28px;
  }

  .cxr-section h2,
  .section h2 {
    font-size: 36px;
  }

  .cxr-service-grid,
  .cxr-photo-grid,
  .cxr-process-grid {
    grid-template-columns: 1fr;
  }

  .cxr-service-card {
    min-height: 245px;
  }

  .cxr-photo-grid figure,
  .cxr-photo-grid figure:last-child {
    min-height: 430px;
    grid-column: auto;
  }

  .cxr-process-grid li,
  .cxr-process-grid li + li,
  .cxr-process-grid li:nth-child(3),
  .cxr-process-grid li:nth-child(n+3) {
    min-height: 0;
    padding: 26px 0;
    border-top: 0;
    border-bottom: 1px solid #cbd5e1;
    border-left: 0;
  }

  .cxr-process-grid h3 {
    margin-top: 20px;
  }

  .cxr-portal-grid {
    gap: 34px;
  }

  .cxr-status-card ol {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cxr-status-card ol li {
    padding: 10px 0 10px 16px;
    border-top: 0;
    border-left: 4px solid #dce4ec;
  }

  .cxr-status-card ol li.done,
  .cxr-status-card ol li.active {
    border-top: 0;
  }

  .cxr-google-card {
    grid-template-columns: auto 1fr;
  }

  .cxr-google-card > i {
    display: none;
  }

  .cxr-contact-copy {
    padding: 30px 24px;
  }

  .cxr-map {
    min-height: 390px;
  }

  .cxr-final {
    padding-bottom: 66px;
  }

  .cxr-final-card {
    padding: 34px 25px;
  }

  .feature-hero,
  .remote-hero,
  .appointment-v28-hero,
  .page-hero {
    padding: 40px 0;
  }

  .appointment-hero-v284 {
    padding: 0 0 26px;
  }

  .appointment-diagnostic-copy {
    padding: 42px 0 25px;
  }

  .appointment-diagnostic-copy h1 {
    font-size: 42px;
  }

  .appointment-diagnostic-points {
    grid-template-columns: 1fr;
  }

  .appointment-diagnostic-photo {
    height: 360px;
  }

  .appointment-diagnostic-route {
    padding: 14px 18px;
    grid-template-columns: 1fr;
  }

  .appointment-section-v28 {
    padding-top: 36px;
  }

  .page-store .store-v28-hero > img {
    height: 320px;
  }

  .page-store .store-v28-hero-content {
    padding: 38px 0 46px;
  }

  .store-v28-hero-content h1 {
    font-size: 43px;
  }

  .feature-hero-copy h1,
  .page-blog .feature-hero-copy h1,
  .page-promos .feature-hero-copy h1,
  .page-invoice .feature-hero-copy h1,
  .page-service .feature-hero-copy h1,
  .remote-hero-copy h1 {
    font-size: 42px;
  }

  .feature-hero-art,
  .remote-hero-art {
    min-height: 360px;
  }

  .cx-chat-launcher-copy {
    display: none !important;
  }

  .cx-chat-launcher {
    width: 50px !important;
    height: 50px !important;
    padding: 7px !important;
    border-radius: 50% !important;
  }
}

/* v2.9 · creative layer */

:root {
  --cxr-cyan: #22b8f0;
  --cxr-violet: #7257f5;
  --cxr-orange: #ff9b42;
  --cxr-yellow: #ffd76a;
  --cxr-mint: #52d6a7;
}

.btn.primary {
  border-color: transparent;
  background: linear-gradient(135deg, #0879ed, #0b5fc9);
  box-shadow: 0 12px 28px rgba(8, 105, 220, .2);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(8, 105, 220, .27);
}

.site-nav nav a.active,
.site-nav nav a[aria-current="page"] {
  background: #eaf4ff;
  color: #0757ae;
}

.cxr-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 78px;
  background:
    radial-gradient(circle at 8% 16%, rgba(255, 215, 106, .45), transparent 18%),
    radial-gradient(circle at 92% 76%, rgba(82, 214, 167, .24), transparent 22%),
    linear-gradient(180deg, #f8fbff, #eef6ff);
}

.cxr-hero::before,
.cxr-hero::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.cxr-hero::before {
  top: 76px;
  right: -54px;
  width: 180px;
  height: 180px;
  border: 25px solid rgba(114, 87, 245, .08);
}

.cxr-hero::after {
  bottom: -54px;
  left: 13%;
  width: 130px;
  height: 130px;
  background: rgba(34, 184, 240, .08);
}

.cxr-hero-grid {
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 34px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 28px 80px rgba(23, 74, 137, .14);
  backdrop-filter: blur(20px);
}

.cxr-hero-copy {
  position: relative;
  z-index: 2;
  padding: 70px 56px;
}

.cxr-hero-copy h1 {
  max-width: 9.5ch;
  font-size: clamp(54px, 6.1vw, 78px);
}

.cxr-hero-copy h1::after {
  display: inline-block;
  width: 54px;
  height: 9px;
  margin-left: 12px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--cxr-orange), var(--cxr-yellow));
  vertical-align: middle;
  content: "";
}

.cxr-hero-facts {
  margin-top: 36px;
  padding: 18px;
  border: 1px solid #dce9f7;
  border-radius: 18px;
  background: #f7fbff;
}

.cxr-hero-facts dt {
  font-size: 12px;
}

.cxr-hero-photo {
  position: relative;
  min-height: 690px;
  margin: 18px 18px 18px 0;
  overflow: visible;
  border-radius: 28px;
  background: #e5edf5;
}

.cxr-hero-photo > img {
  border-radius: 28px;
  object-position: center;
}

.cxr-hero-photo figcaption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  backdrop-filter: blur(18px);
}

.cxr-photo-sticker {
  position: absolute;
  z-index: 3;
  top: 45px;
  left: -48px;
  padding: 14px 18px;
  border: 1px solid #cce3fb;
  border-radius: 18px;
  background: #fff;
  color: var(--cxr-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  box-shadow: 0 18px 45px rgba(15, 54, 104, .18);
  transform: rotate(-4deg);
}

.cxr-photo-sticker small {
  color: var(--cxr-copy);
  font-size: 11px;
  font-weight: 700;
}

.cxr-photo-spark {
  position: absolute;
  z-index: 3;
  top: -22px;
  right: -22px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--cxr-yellow);
  font-size: 27px;
  box-shadow: 0 14px 32px rgba(90, 63, 0, .14);
}

.cxr-services {
  background:
    radial-gradient(circle at 90% 0, rgba(34, 184, 240, .1), transparent 26%),
    #fff;
}

.cxr-service-card {
  border: 0;
  border-radius: 25px;
  box-shadow: 0 18px 45px rgba(28, 61, 99, .09);
  transition: transform .25s ease, box-shadow .25s ease;
}

.cxr-service-card:hover {
  transform: translateY(-7px) rotate(-.35deg);
  box-shadow: 0 28px 55px rgba(28, 61, 99, .14);
}

.cxr-service-card:nth-child(1) {
  background: #eaf5ff;
}

.cxr-service-card:nth-child(2) {
  background: #f0edff;
}

.cxr-service-card:nth-child(3) {
  background: #fff4df;
}

.cxr-service-card:nth-child(4) {
  background: #e9faf4;
}

.cxr-service-card > span {
  width: 64px;
  height: 64px;
  border: 0;
  background: #fff;
  font-size: 29px;
  box-shadow: 0 9px 24px rgba(20, 43, 72, .1);
}

.cxr-place {
  background: #0b1f3a;
  color: #fff;
}

.cxr-place .cxr-kicker {
  color: #82c6ff;
}

.cxr-place h2 {
  color: #fff;
}

.cxr-place .cxr-section-head > p {
  color: #b8c9db;
}

.cxr-photo-grid figure {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  box-shadow: 0 20px 50px rgba(0, 7, 22, .3);
  transition: transform .3s ease;
}

.cxr-photo-grid figure:hover {
  transform: translateY(-6px);
}

.cxr-photo-grid img {
  object-position: center;
}

.cxr-photo-grid figcaption {
  background: linear-gradient(0deg, rgba(4, 18, 37, .94), rgba(4, 18, 37, .2));
}

.cxr-process-grid {
  overflow: visible;
  border: 0;
  gap: 14px;
  background: transparent;
}

.cxr-process-grid li,
.cxr-process-grid li + li,
.cxr-process-grid li:nth-child(3),
.cxr-process-grid li:nth-child(n+3) {
  border: 1px solid #dfe8f2;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(20, 43, 72, .07);
}

.cxr-process-grid li:nth-child(2),
.cxr-process-grid li:nth-child(4) {
  transform: translateY(22px);
}

.cxr-process-grid li > span {
  color: var(--cxr-violet);
}

.store-v29-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 78px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 215, 106, .45), transparent 22%),
    radial-gradient(circle at 84% 82%, rgba(114, 87, 245, .18), transparent 26%),
    linear-gradient(135deg, #f7fbff, #edf6ff 55%, #f5f0ff);
}

.store-v29-hero::before {
  position: absolute;
  top: 70px;
  left: 47%;
  width: 170px;
  height: 170px;
  border: 28px solid rgba(34, 184, 240, .08);
  border-radius: 50%;
  content: "";
}

.store-v29-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 690px;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, .86fr);
  align-items: center;
  gap: 68px;
}

.store-v29-copy {
  padding: 36px 0;
}

.store-v29-copy h1 {
  max-width: 10.5ch;
  margin: 22px 0;
  color: var(--cxr-ink);
  font-size: clamp(54px, 6vw, 76px);
  line-height: .98;
  letter-spacing: -.058em;
}

.store-v29-copy h1 em {
  color: var(--cxr-blue);
  font-style: normal;
}

.store-v29-copy > p {
  max-width: 42rem;
  color: var(--cxr-copy);
  font-size: 18px;
  line-height: 1.65;
}

.store-v29-copy .store-hero-search {
  width: min(100%, 680px);
  max-width: 680px;
  margin-top: 30px;
}

.store-v29-copy .store-hero-search > div {
  padding: 6px;
  border: 1px solid #bfcee0;
  border-radius: 18px;
  box-shadow: 0 14px 38px rgba(29, 71, 122, .12);
}

.store-v29-copy .store-hero-search button {
  min-width: 114px;
  border-radius: 12px;
}

.store-v29-trust {
  display: flex;
  margin-top: 19px;
  gap: 9px;
  flex-wrap: wrap;
}

.store-v29-trust span {
  padding: 8px 11px;
  border: 1px solid #d7e3f0;
  border-radius: 99px;
  background: rgba(255, 255, 255, .7);
  color: #41536a;
  font-size: 11px;
  font-weight: 780;
}

.store-v29-copy .store-hero-actions {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 12px;
}

.store-v29-copy .store-main-cta,
.store-v29-copy .store-advice-cta {
  min-height: 58px;
  border-radius: 16px;
}

.store-v29-copy .store-main-cta {
  border-color: transparent;
  background: var(--cxr-navy);
  color: #fff;
}

.store-v29-visual {
  position: relative;
  min-height: 690px;
}

.store-v29-visual figure {
  position: absolute;
  inset: 0 24px 0 30px;
  margin: 0;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 34px;
  box-shadow: 0 30px 80px rgba(30, 61, 103, .22);
  transform: rotate(1.5deg);
}

.store-v29-visual figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(6, 24, 48, .18));
  content: "";
}

.store-v29-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.store-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 245px;
  padding: 15px 17px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  color: var(--cxr-ink);
  box-shadow: 0 20px 48px rgba(16, 48, 88, .2);
  backdrop-filter: blur(18px);
}

.store-float-card > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  background: #eaf4ff;
  font-size: 21px;
}

.store-float-card b,
.store-float-card small {
  display: block;
}

.store-float-card b {
  font-size: 13px;
}

.store-float-card small {
  margin-top: 2px;
  color: var(--cxr-copy);
  font-size: 10px;
}

.store-float-top {
  top: 75px;
  left: -28px;
}

.store-float-bottom {
  right: -22px;
  bottom: 82px;
}

.store-float-bottom > span {
  background: #e8f9f2;
}

.store-v29-spark {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 5px;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--cxr-yellow);
  font-size: 26px;
  box-shadow: 0 13px 32px rgba(80, 56, 0, .15);
}

.store-v29-hero + .store-category-ribbon {
  position: relative;
  z-index: 4;
  margin-top: -28px;
  border: 0;
  background: transparent;
}

.store-v29-hero + .store-category-ribbon > .shell {
  border: 1px solid #dbe5f0;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 43, 72, .1);
}

.store-v29-hero + .store-category-ribbon a {
  border: 0;
  border-radius: 16px;
  transition: background .2s ease, transform .2s ease;
}

.store-v29-hero + .store-category-ribbon a:hover {
  background: #eef6ff;
  transform: translateY(-3px);
}

.service-hero-v29 {
  position: relative;
  overflow: hidden;
  padding: 58px 0 82px;
  background:
    radial-gradient(circle at 12% 14%, rgba(34, 184, 240, .2), transparent 22%),
    radial-gradient(circle at 84% 88%, rgba(114, 87, 245, .24), transparent 26%),
    linear-gradient(135deg, #06162d, #082e58);
  color: #fff;
}

.service-hero-v29::after {
  position: absolute;
  top: 12%;
  left: 47%;
  width: 160px;
  height: 160px;
  border: 25px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  content: "";
}

.service-hero-v29 .feature-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 620px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
}

.service-hero-v29 .eyebrow {
  color: #83ceff;
}

.service-hero-v29 .feature-hero-copy h1 {
  max-width: 9.5ch;
  color: #fff;
  font-size: clamp(54px, 5.8vw, 74px);
}

.service-hero-v29 .feature-hero-copy h1 em {
  color: #4cc5ff;
  font-style: normal;
}

.service-hero-v29 .feature-hero-copy p {
  max-width: 42rem;
  color: #c4d5e8 !important;
  font-size: 18px;
}

.service-hero-v29 .hero-pills span {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  color: #e7f3ff;
}

.service-hero-link {
  display: inline-flex;
  min-height: 52px;
  margin-top: 25px;
  padding: 0 18px;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: #fff;
  color: #083f7d;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 16px 36px rgba(0, 9, 25, .18);
}

.service-hero-link span {
  font-size: 18px;
}

.service-hero-visual {
  position: relative;
  min-height: 610px;
  overflow: visible;
  border: 8px solid rgba(255, 255, 255, .12);
  border-radius: 34px;
  background: #102d4e;
  box-shadow: 0 32px 85px rgba(0, 8, 24, .42);
  transform: rotate(1.4deg);
}

.service-hero-visual img {
  border-radius: 26px;
  object-position: center;
}

.service-live-card,
.service-safe-card {
  position: absolute;
  z-index: 3;
  display: flex;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  color: var(--cxr-ink);
  box-shadow: 0 20px 48px rgba(0, 8, 24, .3);
  backdrop-filter: blur(16px);
}

.service-live-card {
  right: -34px;
  bottom: 78px;
  min-width: 300px;
  padding: 15px 17px;
  align-items: center;
  gap: 11px;
}

.service-live-card > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2ac983;
  box-shadow: 0 0 0 5px rgba(42, 201, 131, .15);
}

.service-live-card small,
.service-live-card b,
.service-safe-card b,
.service-safe-card small {
  display: block;
}

.service-live-card small,
.service-safe-card small {
  color: var(--cxr-copy);
  font-size: 10px;
}

.service-live-card b,
.service-safe-card b {
  font-size: 13px;
}

.service-live-card strong {
  margin-left: auto;
  color: var(--cxr-blue);
  font-size: 20px;
}

.service-safe-card {
  top: 60px;
  left: -36px;
  padding: 14px 17px;
  align-items: center;
  gap: 11px;
  font-size: 22px;
}

.service-hero-spark {
  position: absolute;
  z-index: 3;
  top: -22px;
  right: -20px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 7px solid #08284b;
  border-radius: 50%;
  background: var(--cxr-yellow);
  font-size: 26px;
  transform: rotate(-8deg);
}

.service-page {
  background:
    radial-gradient(circle at 90% 18%, rgba(34, 184, 240, .08), transparent 22%),
    #f6f9fc;
}

.service-page .search-service-card {
  position: relative;
  z-index: 5;
  margin-top: -78px;
  padding: 24px;
  border: 1px solid #d8e4f0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(9, 41, 79, .16);
}

.service-search-highlight > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: #eaf4ff;
  font-size: 22px;
}

.service-search-highlight b {
  font-size: 17px;
}

.remote-hero-v29 {
  position: relative;
  overflow: hidden;
  padding: 64px 0 88px;
  background:
    radial-gradient(circle at 8% 20%, rgba(114, 87, 245, .25), transparent 24%),
    radial-gradient(circle at 88% 80%, rgba(34, 184, 240, .22), transparent 26%),
    linear-gradient(135deg, #07162c, #102d5a);
  color: #fff;
}

.remote-hero-v29::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border: 36px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
  content: "";
}

.remote-hero-v29 .remote-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 650px;
  padding: 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 72px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.remote-hero-v29 .eyebrow {
  color: #8dd5ff;
}

.remote-hero-v29 .remote-hero-copy h1 {
  max-width: 10ch;
  color: #fff;
  font-size: clamp(54px, 5.7vw, 73px);
}

.remote-hero-v29 .remote-hero-copy h1 em {
  color: #6bd0ff;
  font-style: normal;
}

.remote-hero-v29 .remote-hero-copy p {
  max-width: 42rem;
  color: #c8d9eb !important;
  font-size: 18px;
}

.remote-hero-v29 .remote-platforms span {
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
  color: #e9f4ff;
}

.remote-hero-v29 .btn.secondary {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.remote-trust-line {
  display: flex;
  margin-top: 28px;
  gap: 10px;
  flex-wrap: wrap;
}

.remote-trust-line span {
  color: #bcd2e8;
  font-size: 11px;
  font-weight: 750;
}

.remote-hero-v29 .remote-hero-art {
  position: relative;
  min-height: 650px;
  padding: 0;
  overflow: visible;
  border: 8px solid rgba(255, 255, 255, .13);
  border-radius: 34px;
  background: #102a4a;
  box-shadow: 0 32px 85px rgba(0, 7, 24, .42);
  transform: rotate(-1.4deg);
}

.remote-hero-v29 .remote-hero-art > img {
  border-radius: 26px;
  object-position: center;
}

.remote-visual-card {
  position: absolute;
  z-index: 3;
  display: flex;
  padding: 14px 16px;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 17px;
  background: rgba(255, 255, 255, .94);
  color: var(--cxr-ink);
  box-shadow: 0 20px 48px rgba(0, 7, 24, .34);
  backdrop-filter: blur(17px);
}

.remote-visual-card b,
.remote-visual-card small {
  display: block;
}

.remote-visual-card b {
  font-size: 13px;
}

.remote-visual-card small {
  color: var(--cxr-copy);
  font-size: 10px;
}

.remote-visual-live {
  top: 64px;
  left: -35px;
}

.remote-visual-live > i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #27ca82;
  box-shadow: 0 0 0 5px rgba(39, 202, 130, .15);
}

.remote-visual-progress {
  right: -34px;
  bottom: 78px;
  min-width: 260px;
}

.remote-visual-progress > span {
  font-size: 23px;
}

.remote-visual-progress strong {
  margin-left: auto;
  color: var(--cxr-blue);
  font-size: 19px;
}

.remote-visual-spark {
  position: absolute;
  z-index: 3;
  top: -24px;
  right: -18px;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 7px solid #0b2344;
  border-radius: 50%;
  background: var(--cxr-yellow);
  font-size: 25px;
}

.remote-services {
  gap: 18px;
}

.remote-service-card {
  border: 0;
  border-radius: 24px;
  box-shadow: 0 15px 42px rgba(20, 43, 72, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.remote-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(20, 43, 72, .13);
}

.remote-service-card:nth-child(3n+1) {
  background: #eaf5ff;
}

.remote-service-card:nth-child(3n+2) {
  background: #f1edff;
}

.remote-service-card:nth-child(3n) {
  background: #eafaf4;
}

.remote-service-card > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: #fff;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(20, 43, 72, .1);
}

@media (max-width: 1080px) {
  .store-v29-grid,
  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(370px, .78fr);
    gap: 42px;
  }

  .store-float-bottom,
  .service-live-card,
  .remote-visual-progress {
    right: -8px;
  }

  .store-float-top,
  .service-safe-card,
  .remote-visual-live {
    left: -8px;
  }
}

@media (max-width: 900px) {
  .cxr-hero-grid,
  .store-v29-grid,
  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    grid-template-columns: 1fr;
  }

  .cxr-hero-photo {
    min-height: 620px;
    margin: 0 18px 18px;
  }

  .cxr-photo-sticker {
    left: 22px;
  }

  .cxr-process-grid li:nth-child(2),
  .cxr-process-grid li:nth-child(4) {
    transform: none;
  }

  .store-v29-grid {
    gap: 28px;
  }

  .store-v29-visual {
    min-height: 620px;
  }

  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    gap: 34px;
  }

  .service-hero-visual,
  .remote-hero-v29 .remote-hero-art {
    width: min(650px, calc(100% - 20px));
    min-height: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .cxr-hero {
    padding: 20px 0 54px;
  }

  .cxr-hero-grid {
    border-radius: 24px;
  }

  .cxr-hero-copy {
    padding: 40px 23px 32px;
  }

  .cxr-hero-copy h1 {
    font-size: 45px;
  }

  .cxr-hero-copy h1::after {
    width: 35px;
    height: 7px;
  }

  .cxr-hero-facts {
    display: none;
  }

  .cxr-hero-photo {
    min-height: 455px;
    margin: 0 10px 10px;
    border-radius: 19px;
  }

  .cxr-hero-photo > img {
    border-radius: 19px;
  }

  .cxr-photo-sticker {
    top: 22px;
    left: 14px;
    padding: 11px 13px;
  }

  .cxr-photo-spark {
    top: -16px;
    right: -8px;
    width: 50px;
    height: 50px;
    border-width: 5px;
    font-size: 21px;
  }

  .cxr-service-card {
    min-height: 230px;
  }

  .cxr-process-grid {
    gap: 12px;
  }

  .cxr-process-grid li,
  .cxr-process-grid li + li,
  .cxr-process-grid li:nth-child(3),
  .cxr-process-grid li:nth-child(n+3) {
    padding-inline: 20px;
  }

  .store-v29-hero {
    padding: 34px 0 60px;
  }

  .store-v29-grid {
    min-height: 0;
  }

  .store-v29-copy {
    padding: 15px 0;
  }

  .store-v29-copy h1 {
    font-size: 47px;
  }

  .store-v29-copy > p {
    font-size: 17px;
  }

  .store-v29-copy .store-hero-search > div {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .store-v29-copy .store-hero-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .store-v29-copy .store-hero-actions {
    flex-direction: column;
  }

  .store-v29-copy .store-main-cta,
  .store-v29-copy .store-advice-cta {
    width: 100%;
  }

  .store-v29-visual {
    min-height: 520px;
  }

  .store-v29-visual figure {
    inset: 0 8px;
    border-width: 7px;
    border-radius: 25px;
    transform: none;
  }

  .store-float-card {
    min-width: 0;
    padding: 11px 13px;
  }

  .store-float-top {
    top: 24px;
    left: -2px;
  }

  .store-float-bottom {
    right: -2px;
    bottom: 30px;
  }

  .store-v29-spark {
    top: -18px;
    right: -2px;
    width: 50px;
    height: 50px;
    border-width: 5px;
    font-size: 21px;
  }

  .store-v29-hero + .store-category-ribbon {
    margin-top: -18px;
  }

  .service-hero-v29,
  .remote-hero-v29 {
    padding: 44px 0 76px;
  }

  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    min-height: 0;
  }

  .service-hero-v29 .feature-hero-copy h1,
  .remote-hero-v29 .remote-hero-copy h1 {
    font-size: 45px;
  }

  .service-hero-v29 .feature-hero-copy p,
  .remote-hero-v29 .remote-hero-copy p {
    font-size: 17px;
  }

  .service-hero-visual,
  .remote-hero-v29 .remote-hero-art {
    width: calc(100% - 12px);
    min-height: 490px;
    border-width: 6px;
    border-radius: 25px;
    transform: none;
  }

  .service-hero-visual img,
  .remote-hero-v29 .remote-hero-art > img {
    border-radius: 19px;
  }

  .service-safe-card,
  .remote-visual-live {
    top: 24px;
    left: -6px;
  }

  .service-live-card,
  .remote-visual-progress {
    right: -6px;
    bottom: 28px;
    min-width: 245px;
  }

  .service-hero-spark,
  .remote-visual-spark {
    top: -18px;
    right: -8px;
    width: 50px;
    height: 50px;
    border-width: 5px;
    font-size: 21px;
  }

  .service-page .search-service-card {
    margin-top: -44px;
    padding: 20px;
  }

  .service-search-fields {
    grid-template-columns: 1fr;
  }

  .remote-trust-line {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* v2.9.3 · fotografía real, estado de atención y componentes interactivos */
.site-header .brand .brand-logo,
.site-footer .footer-brand .brand-logo {
  width: 122px;
  height: auto;
  padding: 0;
  background: transparent !important;
  filter: brightness(0) !important;
  mix-blend-mode: normal !important;
  object-fit: contain;
}

.site-utility .utility-primary.utility-single-row .utility-status {
  display: inline-flex !important;
  min-height: 22px !important;
  padding: 0 !important;
  align-items: center;
  gap: 9px;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: .08em;
}

.utility-status i {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #8290a4;
}

.utility-status.is-online i {
  background: #31db82;
  box-shadow: 0 0 0 0 rgba(49, 219, 130, .48);
  animation: cxrOnlineLed 1.8s ease-out infinite;
}

.utility-status.is-offline {
  color: #c5cfda !important;
}

@keyframes cxrOnlineLed {
  0% { box-shadow: 0 0 0 0 rgba(49, 219, 130, .48); }
  70% { box-shadow: 0 0 0 8px rgba(49, 219, 130, 0); }
  100% { box-shadow: 0 0 0 0 rgba(49, 219, 130, 0); }
}

.invoice-trust-pills {
  display: grid;
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.invoice-trust-pills > span {
  display: grid;
  min-height: 86px;
  padding: 14px;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 17px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  box-shadow: inset 0 1px rgba(255, 255, 255, .2);
  backdrop-filter: blur(14px);
}

.invoice-trust-pills i {
  font-size: 21px;
  font-style: normal;
}

.invoice-trust-pills b {
  color: #fff;
  font-size: 11px;
  line-height: 1.3;
}

[data-colony] {
  width: 100%;
}

.product-information-grid {
  grid-template-columns: minmax(0, 1.22fr) minmax(300px, .78fr);
  align-items: start;
}

.product-description,
.product-specifications {
  min-width: 0;
  overflow: hidden;
}

.product-description p {
  margin: 0 0 1.25em;
}

.product-description p + p {
  margin-top: 1.25em;
}

.product-description ul,
.product-description ol {
  margin: 18px 0;
}

.product-specifications dl {
  min-width: 0;
}

.product-specifications dl > div {
  display: grid;
  padding: 12px 0;
  grid-template-columns: minmax(80px, .42fr) minmax(0, .58fr);
  gap: 14px;
  border-bottom: 1px solid #e3eaf2;
}

.product-specifications dd {
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: right;
}

.stock {
  color: #08783f !important;
  border-color: #b9e6cd !important;
  background: #edfbf3 !important;
}

.cxr-process-grid {
  gap: 16px !important;
}

.cxr-process-grid li,
.cxr-process-grid li + li,
.cxr-process-grid li:nth-child(2),
.cxr-process-grid li:nth-child(3),
.cxr-process-grid li:nth-child(4),
.cxr-process-grid li:nth-child(n+3) {
  min-height: 270px;
  padding: 28px !important;
  border: 1px solid #dce6f0 !important;
  transform: none !important;
}

.cxr-process-grid li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 15px;
  background: #eaf4ff;
  color: #0868ce;
  font-size: 13px;
}

.cxr-process-grid h3 {
  margin: 35px 0 10px;
}

.cxr-portal {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 18%, rgba(28, 135, 255, .22), transparent 25%),
    radial-gradient(circle at 91% 82%, rgba(48, 205, 167, .13), transparent 28%),
    linear-gradient(135deg, #06172e, #082f5d 62%, #074a73);
}

.cxr-portal::before {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 65%);
}

.cxr-portal-grid {
  position: relative;
  z-index: 1;
}

.cxr-portal-copy .cxr-kicker {
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid rgba(108, 187, 255, .34);
  border-radius: 999px;
  background: rgba(45, 139, 236, .12);
  color: #a9d6ff;
  letter-spacing: .1em;
}

.cxr-portal-copy li {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 13px;
  background: rgba(255, 255, 255, .055);
}

.cxr-portal-copy li::before {
  content: none;
}

.cxr-portal-action-row {
  display: flex;
  margin-top: 32px;
  padding-top: 24px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.cxr-portal-action-row small {
  max-width: 190px;
  color: #b8cbe0;
  line-height: 1.45;
}

.cxr-status-card {
  border-radius: 27px;
  box-shadow: 0 38px 95px rgba(0, 10, 31, .38);
  transform: perspective(1200px) rotateY(-2deg);
}

.cxr-status-browser {
  display: flex;
  min-height: 38px;
  padding: 0 15px;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid #dce6f1;
  background: #edf3f8;
}

.cxr-status-browser i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff675f;
}

.cxr-status-browser i:nth-child(2) { background: #ffbd3f; }
.cxr-status-browser i:nth-child(3) { background: #31c850; }

.cxr-status-browser span {
  margin-left: 7px;
  color: #70839a;
  font-size: 9px;
}

.cxr-status-top b i {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #20c778;
  animation: cxrOnlineLed 1.8s ease-out infinite;
}

.cxr-status-evidence {
  display: grid;
  padding: 0 28px 28px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.cxr-status-evidence span {
  padding: 10px;
  border: 1px solid #dce6f1;
  border-radius: 11px;
  color: #41617e;
  background: #f8fbfe;
  font-size: 9px;
  font-weight: 750;
  text-align: center;
}

.cxr-review-carousel {
  margin-top: 42px;
  padding: 22px;
  border: 1px solid #dce6ef;
  border-radius: 27px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(20, 52, 91, .1);
}

.cxr-review-carousel-head {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cxr-review-carousel-head span,
.cxr-review-carousel-head b {
  display: block;
}

.cxr-review-carousel-head span {
  color: #0873dc;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.cxr-review-carousel-head b {
  margin-top: 3px;
  font-size: 17px;
}

.cxr-review-carousel-head > div:last-child {
  display: flex;
  gap: 8px;
}

.cxr-review-carousel-head button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cbd9e8;
  border-radius: 13px;
  background: #fff;
  color: #0b63ce;
  cursor: pointer;
}

.cxr-review-viewport {
  overflow: hidden;
  border-radius: 20px;
}

.cxr-review-track {
  display: flex;
  transition: transform .58s cubic-bezier(.22, .8, .2, 1);
}

.cxr-review-slide {
  display: grid;
  min-width: 100%;
  padding: 28px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  border: 1px solid #e0e8f1;
  border-radius: 20px;
  background: linear-gradient(145deg, #fbfdff, #f3f8fd);
  color: #193653;
  text-decoration: none;
}

.cxr-review-slide > img,
.cxr-review-avatar {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(145deg, #087bf0, #5e5ce6);
  color: #fff;
  font-size: 24px;
  font-weight: 850;
}

.cxr-review-stars {
  color: #f3ae00;
  font-size: 18px;
  letter-spacing: .09em;
}

.cxr-review-stars i {
  color: #d8e0e8;
  font-style: normal;
}

.cxr-review-slide p {
  margin: 13px 0 14px;
  color: #3f566e;
  font-size: 17px;
  line-height: 1.65;
}

.cxr-review-slide b,
.cxr-review-slide small {
  display: block;
}

.cxr-review-slide small {
  margin-top: 3px;
  color: #0870d5;
  font-size: 11px;
}

.cxr-review-empty {
  display: flex;
  padding: 28px;
  align-items: center;
  gap: 18px;
  border-radius: 20px;
  background: #f3f8fd;
}

.cxr-review-empty > span {
  font-size: 32px;
}

.cxr-contact-copy {
  position: relative;
  overflow: hidden;
  border-color: #cfe0ef;
  background:
    radial-gradient(circle at 96% 5%, rgba(20, 128, 237, .14), transparent 28%),
    linear-gradient(145deg, #fff, #f4f9fe);
}

.cxr-contact-copy::after {
  position: absolute;
  right: -42px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 20px solid rgba(9, 113, 220, .06);
  border-radius: 50%;
  content: "";
}

.appointment-whatsapp-choice {
  border-color: #b8e5ca !important;
  background: #effbf4 !important;
}

.appointment-whatsapp-choice span small {
  display: block;
  margin-top: 4px;
  color: #49715b;
}

.appointment-success-v293 {
  max-width: 760px;
  margin: 0 auto;
}

.appointment-whatsapp-ready {
  display: flex;
  margin: 22px 0 12px;
  padding: 16px;
  align-items: center;
  gap: 12px;
  border: 1px solid #bce5cb;
  border-radius: 18px;
  background: #effbf4;
  text-align: left;
}

.appointment-whatsapp-ready > span { font-size: 28px; }
.appointment-whatsapp-ready b,
.appointment-whatsapp-ready small { display: block; }
.appointment-whatsapp-ready small { margin-top: 3px; color: #4e6d5a; }

.appointment-success-v293 > .actions {
  margin-top: 28px;
}

.appointment-success-v293 [data-auto-open-whatsapp].needs-click {
  animation: cxrWhatsappAttention 1.3s ease-in-out infinite;
}

@keyframes cxrWhatsappAttention {
  50% { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(24, 153, 82, .24); }
}

.service-hero-link {
  margin-top: 30px !important;
}

.service-page .search-service-card {
  margin-bottom: 34px;
}

.quick-action-grid a small {
  display: block;
  margin-top: 4px;
  color: #6d8198;
  font-size: 9px;
}

/* El asistente conserva la tecnología propia, con lenguaje visual familiar de mensajería. */
.cx-chat-launcher {
  border-radius: 999px !important;
  background: linear-gradient(135deg, #25d366, #128c4a) !important;
  box-shadow: 0 18px 42px rgba(18, 140, 74, .32) !important;
}

.cx-chat-launcher::before {
  border-color: rgba(37, 211, 102, .36) !important;
  border-radius: 999px !important;
}

.cx-chat-launcher-icon {
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .2) !important;
}

.cx-chat-window {
  height: min(610px, calc(100dvh - 214px)) !important;
  border: 1px solid #cbdad4 !important;
  border-radius: 22px !important;
  background: #efeae2 !important;
  box-shadow: 0 32px 95px rgba(8, 45, 31, .3) !important;
}

.cx-chat-head {
  background: linear-gradient(135deg, #075e54, #08786a) !important;
}

.cx-chat-avatar {
  border-radius: 50% !important;
}

.cx-chat-security {
  color: #526860 !important;
  background: #e8f1ed !important;
}

.cx-chat-messages {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .56), transparent 24%),
    linear-gradient(rgba(239, 234, 226, .92), rgba(239, 234, 226, .92)) !important;
}

.cx-chat-message.bot .cx-chat-bubble,
.cx-chat-message.admin .cx-chat-bubble {
  border: 0 !important;
  border-radius: 8px 18px 18px 18px !important;
  background: #fff !important;
  color: #1f2c28 !important;
}

.cx-chat-message.customer .cx-chat-bubble {
  border-radius: 18px 8px 18px 18px !important;
  background: #d9fdd3 !important;
  color: #1f2c28 !important;
}

.cx-chat-quick {
  background: rgba(255, 255, 255, .94) !important;
}

.cx-chat-quick button {
  border-color: #acd8c0 !important;
  background: #f5fff8 !important;
  color: #087047 !important;
}

.cx-chat-form button {
  border-radius: 50% !important;
  background: linear-gradient(145deg, #25d366, #128c4a) !important;
  box-shadow: 0 10px 24px rgba(18, 140, 74, .26) !important;
}

.cx-chat-form input[type="text"] {
  border-radius: 999px !important;
}

@media (max-width: 820px) {
  .invoice-trust-pills,
  .cxr-status-evidence {
    grid-template-columns: 1fr;
  }

  .product-information-grid {
    grid-template-columns: 1fr;
  }

  .cxr-status-card {
    transform: none;
  }

  .cxr-review-slide {
    padding: 22px;
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .cxr-review-slide > img,
  .cxr-review-avatar {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 620px) {
  .cx-chat-window {
    top: 112px !important;
    right: 8px !important;
    bottom: 8px !important;
    left: 8px !important;
    width: auto !important;
    height: auto !important;
  }

  .site-utility .shell {
    display: flex !important;
    min-height: 38px;
    justify-content: space-between !important;
  }

  .utility-location {
    font-size: 10px;
  }

  .site-utility .utility-primary.utility-single-row {
    width: auto !important;
    justify-content: flex-end !important;
  }

  .site-utility .utility-primary.utility-single-row a {
    display: none !important;
  }

  .cxr-review-carousel {
    padding: 14px;
  }

  .cxr-review-carousel-head b {
    font-size: 14px;
  }

  .cxr-review-slide {
    padding: 18px;
  }

  .cxr-review-slide p {
    grid-column: 1 / -1;
    font-size: 15px;
  }

  .cxr-portal-action-row {
    align-items: stretch;
    flex-direction: column;
  }

  .cxr-portal-action-row small {
    max-width: none;
  }

  .product-specifications dl > div {
    grid-template-columns: 1fr;
  }

  .product-specifications dd {
    margin: 3px 0 0;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .utility-status.is-online i,
  .cxr-status-top b i,
  .appointment-success-v293 [data-auto-open-whatsapp].needs-click {
    animation: none !important;
  }
}

/* v2.9.5 · tablet portrait/landscape normalization */
@media (min-width: 681px) and (max-width: 1100px) {
  .shell {
    width: min(100% - 40px, 1240px);
  }

  .site-nav {
    position: relative;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 10px;
  }

  .site-nav .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .site-nav .nav-actions {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-header .site-nav .nav-actions > a {
    border-color: var(--cxr-line);
    background: #fff;
    color: var(--cxr-ink);
  }

  .site-nav .menu-toggle {
    display: grid;
    grid-column: 3;
    grid-row: 1;
    margin-left: 0;
    place-items: center;
    justify-self: end;
  }

  .site-nav nav {
    position: fixed;
    z-index: 125;
    top: 118px;
    right: 20px;
    left: 20px;
    display: none;
    max-height: calc(100dvh - 138px);
    padding: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 6px;
    overflow: auto;
    border: 1px solid var(--cxr-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 26px 65px rgba(18, 52, 94, .2);
    backdrop-filter: blur(22px);
  }

  .site-nav nav.open {
    display: grid;
  }

  .site-nav nav a {
    padding: 14px 15px;
    color: var(--cxr-ink);
    font-size: 14px;
  }

  .site-nav nav a::after {
    display: none;
  }

  .cxr-hero-copy h1,
  .store-v29-copy h1,
  .service-hero-v29 .feature-hero-copy h1,
  .remote-hero-v29 .remote-hero-copy h1,
  .appointment-diagnostic-copy h1 {
    font-size: clamp(48px, 6vw, 54px);
  }

  .cxr-section,
  .section {
    padding-block: 68px;
  }

  .cxr-photo-grid figure,
  .cxr-photo-grid figure:last-child {
    height: clamp(390px, 54vw, 470px);
    min-height: 0;
  }

  .cxr-photo-grid img {
    position: absolute;
    inset: 0;
  }

  .appointment-card-v28,
  .invoice-card,
  .search-service-card,
  .form-card {
    max-width: 100%;
  }

  .footer-grid-rich {
    gap: 30px;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .cxr-hero {
    padding: 34px 0 64px;
  }

  .cxr-hero-copy {
    padding: 46px 38px;
  }

  .cxr-hero-photo {
    min-height: 590px;
  }

  .store-v29-grid,
  .store-v29-visual {
    min-height: 600px;
  }

  .store-v29-grid,
  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    gap: 32px;
  }

  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid,
  .service-hero-visual,
  .remote-hero-v29 .remote-hero-art {
    min-height: 570px;
  }

  .service-hero-visual img,
  .remote-hero-v29 .remote-hero-art > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
  }
}

@media (min-width: 681px) and (max-width: 900px) {
  .cxr-hero,
  .store-v29-hero {
    padding: 30px 0 62px;
  }

  .service-hero-v29,
  .remote-hero-v29 {
    padding: 46px 0 68px;
  }

  .cxr-hero-grid,
  .store-v29-grid,
  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    min-height: 0;
  }

  .cxr-hero-copy {
    padding: 46px 40px 38px;
  }

  .cxr-hero-facts {
    margin-top: 26px;
  }

  .cxr-hero-photo {
    height: clamp(500px, 70vw, 560px);
    min-height: 0;
    margin: 0 18px 18px;
  }

  .cxr-hero-photo > img,
  .service-hero-visual img,
  .remote-hero-v29 .remote-hero-art > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }

  .store-v29-copy {
    padding: 18px 0;
  }

  .store-v29-copy h1 {
    margin-block: 16px;
  }

  .store-v29-visual {
    height: clamp(500px, 68vw, 550px);
    min-height: 0;
  }

  .service-hero-v29 .feature-hero-grid,
  .remote-hero-v29 .remote-hero-grid {
    gap: 30px;
  }

  .service-hero-visual,
  .remote-hero-v29 .remote-hero-art {
    width: min(650px, calc(100% - 24px));
    height: clamp(500px, 70vw, 560px);
    min-height: 0;
  }

  .appointment-diagnostic-copy {
    padding: 46px 0 26px;
  }

  .appointment-diagnostic-photo {
    height: 430px;
  }

  .appointment-card-v28,
  .invoice-card {
    padding: 30px;
  }

  .cxr-map {
    min-height: 380px;
  }
}

@media (max-width: 680px) {
  .site-header .site-nav .nav-actions > a {
    border-color: var(--cxr-line);
    background: #fff;
    color: var(--cxr-ink);
  }
}
