/* System coherence pass: the active public routes share one mobile-first visual language. */
body[data-route] {
  --brand-paper: #f6f4ed;
  --brand-surface: #fffdf8;
  --brand-mist: #e8f1e7;
  --brand-ink: #0c3a31;
  --brand-muted: #5d756c;
  --brand-green: #087563;
  --brand-deep: #053f35;
  --brand-lime: #bce96f;
  --brand-gold: #b6954e;
  --brand-line: rgba(11, 67, 55, 0.14);
  --brand-shadow: 0 16px 36px rgba(9, 52, 43, 0.09);
  background: var(--brand-paper);
  color: var(--brand-ink);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
}

body[data-route] :where(h1, h2, h3, p, a, button, span, strong, small, label, input, select, textarea) {
  letter-spacing: 0 !important;
}

body[data-route] :where(h1, h2, h3) {
  color: var(--brand-ink);
  font-weight: 700;
  text-wrap: balance;
}

body[data-route] :where(button, .btn, input, select, textarea) {
  border-radius: 8px;
}

body[data-route] .container {
  width: min(calc(100% - 40px), 1120px);
  max-width: none;
}

body[data-route] .section-pad {
  padding-block: 72px;
}

body[data-route] :where(#misol-an-tam, #kiem-tra, #solutions, #giai-phap-dung-ngay, #early-access-form) {
  scroll-margin-top: 78px;
}

body[data-route] .site-header {
  grid-template-columns: auto 1fr auto;
  min-height: 68px;
  padding: 10px max(20px, calc((100vw - 1120px) / 2));
  background: rgba(255, 253, 248, 0.96);
  border-bottom: 1px solid var(--brand-line);
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body[data-route] .site-header.scrolled {
  background: rgba(255, 253, 248, 0.99);
  box-shadow: 0 8px 24px rgba(9, 52, 43, 0.08);
}

body[data-route] .site-header .brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

body[data-route] .site-header .brand-copy strong {
  font-size: 0.96rem;
  font-weight: 700;
}

body[data-route] .site-header .brand-copy small {
  margin-top: 3px;
  color: var(--brand-muted);
  font-size: 0.65rem;
}

body[data-route] .site-nav a {
  min-height: 44px;
  padding: 11px 13px;
  border-radius: 8px;
  color: #355f54;
  font-size: 0.8rem;
  font-weight: 600;
}

body[data-route] .site-nav a:hover,
body[data-route] .site-nav a.active {
  color: var(--brand-deep);
  background: #e8f1e7;
}

body[data-route] .header-cta {
  min-height: 42px;
  border: 0;
  color: #ffffff;
  background: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 600;
}

body[data-route] .nav-toggle {
  width: 44px;
  height: 44px;
  border-color: var(--brand-line);
  background: var(--brand-surface);
}

body[data-route] .site-footer {
  padding-top: 48px;
  color: rgba(246, 251, 244, 0.74);
  background: #064137;
  border-top: 0;
}

body[data-route] .site-footer .footer-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 56px;
}

body[data-route] .site-footer .footer-brand .brand-copy strong,
body[data-route] .site-footer .footer-grid h2,
body[data-route] .site-footer .footer-statement,
body[data-route] .site-footer .footer-email,
body[data-route] .site-footer .footer-address,
body[data-route] .site-footer .footer-address span {
  color: #f5faef !important;
}

body[data-route] .site-footer .footer-disclaimer {
  color: rgba(242, 249, 239, 0.68) !important;
}

body[data-route] .site-footer .footer-quick-links a {
  min-height: 36px;
  border-color: rgba(238, 248, 232, 0.18);
  color: rgba(247, 251, 243, 0.84);
  background: rgba(255, 255, 255, 0.04);
}

body[data-route] .site-footer .footer-address,
body[data-route] .site-footer .footer-bottom {
  border-color: rgba(238, 248, 232, 0.14);
}

body[data-route] .site-footer .footer-bottom {
  color: rgba(242, 249, 239, 0.56);
}

/* Home: six connected chapters, with MiSol Home visible as the parent system. */
body[data-route="home"] .core-home-hero {
  min-height: 650px;
  background: var(--brand-deep);
}

body[data-route="home"] .home-hero-compact .core-home-hero__image {
  object-position: 58% 50%;
}

body[data-route="home"] .core-home-hero__veil {
  background: linear-gradient(90deg, rgba(2, 29, 25, 0.9) 0%, rgba(2, 29, 25, 0.68) 52%, rgba(2, 29, 25, 0.2) 100%);
}

body[data-route="home"] .home-hero-compact .core-home-hero__content {
  align-self: end;
  width: min(calc(100% - 40px), 1120px);
  padding: 120px 0 58px;
}

body[data-route="home"] .core-home-kicker {
  color: #8ecf73;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

body[data-route="home"] .home-hero-compact h1 {
  max-width: 13ch;
  margin: 0;
  color: #ffffff;
  font-size: 3.45rem;
  line-height: 1.04;
}

body[data-route="home"] .home-hero-compact .core-home-hero__lead {
  max-width: 42rem;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  line-height: 1.62;
}

body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
  margin: 10px 0 0;
  color: rgba(220, 239, 217, 0.72);
  font-size: 0.78rem;
}

body[data-route="home"] .home-hero-compact .core-home-hero__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 210px));
  gap: 10px;
  margin-top: 24px;
}

body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn {
  min-height: 48px;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 600;
}

body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn.primary {
  color: #073d32;
  background: var(--brand-lime);
}

body[data-route="home"] .home-hero-compact .core-home-button--quiet {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(4, 48, 40, 0.28);
}

body[data-route="home"] .core-home-hero__question {
  min-height: 44px;
  margin-top: 8px;
  padding: 5px 0;
  color: rgba(242, 249, 238, 0.78);
  font-size: 0.75rem;
  font-weight: 500;
}

body[data-route="home"] .home-ai {
  background: var(--brand-mist);
}

body[data-route] .misol-system-map {
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: 0;
  margin-bottom: 42px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.66);
}

body[data-route] .misol-system-map__root {
  display: grid;
  align-content: center;
  min-height: 104px;
  padding: 18px;
  color: #ffffff;
  background: var(--brand-deep);
}

body[data-route] .misol-system-map__root strong {
  color: #ffffff;
  font-size: 1rem;
}

body[data-route] .misol-system-map__root span {
  color: rgba(243, 250, 240, 0.7);
  font-size: 0.68rem;
}

body[data-route] .misol-system-map__branches {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

body[data-route] .misol-system-map__branch {
  min-height: 104px;
  padding: 18px;
  border: 0;
  border-left: 1px solid var(--brand-line);
  border-radius: 0;
  background: transparent;
}

body[data-route] .misol-system-map__branch.is-core {
  box-shadow: inset 0 3px 0 var(--brand-gold);
  background: #f9fbf4;
}

body[data-route] .misol-system-map__branch b {
  color: var(--brand-ink);
  font-size: 0.82rem;
}

body[data-route] .misol-system-map__branch small {
  color: var(--brand-muted);
  font-size: 0.67rem;
  line-height: 1.45;
}

body[data-route="home"] .home-ai__heading {
  max-width: 780px;
  margin-bottom: 34px;
}

body[data-route="home"] .home-ai__heading h2,
body[data-route="home"] .core-section-heading h2,
body[data-route="home"] .home-care-compact h2,
body[data-route="home"] .home-final h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.16;
}

body[data-route="home"] .home-ai__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 42px;
  align-items: start;
}

body[data-route="home"] .home-ai-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin: 0;
}

body[data-route="home"] .home-ai-flow li {
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 112px;
  padding: 20px 0;
  border-top: 1px solid var(--brand-line);
  border-bottom: 0;
  background: transparent;
}

body[data-route="home"] .home-ai-flow li > span {
  width: 28px;
  height: 28px;
  color: var(--brand-deep);
  border: 1px solid #9bbda8;
  background: #f8fbf4;
  font-size: 0.65rem;
}

body[data-route="home"] .home-ai-flow li > span::after {
  display: none;
}

body[data-route="home"] .home-ai-flow strong {
  color: var(--brand-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

body[data-route="home"] .home-ai-flow small {
  margin-top: 6px;
  color: var(--brand-muted);
  font-size: 0.76rem;
  line-height: 1.52;
}

body[data-route="home"] .home-ai-sample {
  padding: 22px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

body[data-route="home"] .home-ai-sample__signals {
  gap: 6px;
}

body[data-route="home"] .home-ai-sample__signals span {
  padding: 7px 9px;
  border-radius: 999px;
  color: #356554;
  background: #e6f0e4;
  font-size: 0.66rem;
}

body[data-route="home"] .home-ai-phone {
  width: min(100%, 230px);
  margin-inline: auto;
  border-radius: 8px;
}

body[data-route="home"] .home-ai-sample__actions {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

body[data-route="home"] .home-ai-sample__actions .btn {
  min-height: 44px;
  border-radius: 8px;
  font-size: 0.72rem;
}

body[data-route="home"] .home-ai__expand {
  max-width: 760px;
  margin: 30px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--brand-line);
  color: var(--brand-muted);
  font-size: 0.8rem;
}

body[data-route="home"] .home-paths {
  background: var(--brand-paper);
}

body[data-route="home"] .core-section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

body[data-route="home"] .core-path-grid {
  gap: 10px;
}

body[data-route="home"] .core-path-row {
  grid-template-columns: 34px 38px minmax(0, 1fr) 24px;
  min-height: 78px;
  padding: 13px 16px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-surface);
  box-shadow: 0 6px 16px rgba(9, 52, 43, 0.04);
}

body[data-route="home"] .core-path-row--core {
  color: #ffffff;
  border-color: var(--brand-deep);
  background: var(--brand-deep);
}

body[data-route="home"] .core-path-row__number {
  font-size: 0.7rem;
}

body[data-route="home"] .core-path-row__copy strong {
  font-size: 0.86rem;
  font-weight: 700;
}

body[data-route="home"] .core-path-row__copy small {
  margin-top: 3px;
  font-size: 0.72rem;
  line-height: 1.4;
}

body[data-route="home"] .home-solutions {
  background: #fbfaf5;
  border-block: 1px solid rgba(11, 67, 55, 0.08);
}

body[data-route="home"] .home-solutions .core-now-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-route="home"] .home-solutions .core-product-card,
body[data-route="smart-home-thuc-te"] .solution-card {
  overflow: hidden;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

body[data-route="home"] .home-solutions .core-product-card > img,
body[data-route="smart-home-thuc-te"] .solution-card .product-visual,
body[data-route="smart-home-thuc-te"] .solution-card .product-visual--compact {
  width: 100%;
  aspect-ratio: 5 / 4;
  min-height: 0;
  border-radius: 0;
  background: #edf2e8;
}

body[data-route="home"] .home-solutions .core-product-card > img,
body[data-route="smart-home-thuc-te"] .solution-card .product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 52%;
}

body[data-route="home"] .home-solutions .core-product-card > div,
body[data-route="smart-home-thuc-te"] .solution-card__body {
  padding: 20px;
}

body[data-route="home"] .home-solutions .core-product-card h3,
body[data-route="smart-home-thuc-te"] .solution-card__pain {
  min-height: 0;
  color: var(--brand-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

body[data-route="home"] .home-solutions .core-product-card p,
body[data-route="smart-home-thuc-te"] .solution-card__product,
body[data-route="smart-home-thuc-te"] .solution-card__summary {
  color: var(--brand-muted);
  font-size: 0.75rem;
  line-height: 1.48;
}

body[data-route="home"] .home-solutions .core-product-card > div > strong,
body[data-route="smart-home-thuc-te"] .solution-card__price strong {
  color: var(--brand-ink);
  font-size: 0.96rem;
}

body[data-route="home"] .home-solutions .core-product-card__actions,
body[data-route="smart-home-thuc-te"] .solution-card__actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding-top: 16px;
}

body[data-route="home"] .home-solutions .core-product-card__actions .btn,
body[data-route="home"] .home-solutions .core-product-card__actions button,
body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
  min-width: 0;
  min-height: 46px;
  padding: 8px 5px;
  border: 1px solid #b9d4c8;
  border-radius: 8px;
  color: #185849;
  background: #f6faf3;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

body[data-route="home"] .home-solutions .core-product-card__actions .btn.primary,
body[data-route="smart-home-thuc-te"] .solution-card__actions .btn.primary {
  border-color: var(--brand-green);
  color: #ffffff;
  background: var(--brand-green);
}

body[data-route="home"] .home-care-compact {
  background: var(--brand-mist);
}

body[data-route="home"] .home-care-compact .core-care__layout {
  grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
  gap: 54px;
  align-items: center;
}

body[data-route="home"] .home-care-compact .core-care__layout > img {
  width: 100%;
  min-height: 0;
  max-height: none;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--brand-shadow);
}

body[data-route="home"] .home-care-compact p {
  color: var(--brand-muted);
}

body[data-route="home"] .home-care-principles {
  margin-block: 22px;
}

body[data-route="home"] .home-care-principles li {
  min-height: 44px;
  border-color: var(--brand-line);
  font-size: 0.8rem;
}

body[data-route="home"] .home-final {
  color: #f5faef;
  background: var(--brand-deep);
}

body[data-route="home"] .home-final h2,
body[data-route="home"] .home-final p {
  color: #f5faef;
}

body[data-route="home"] .home-final .core-final__inner {
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
  gap: 48px;
  align-items: center;
}

body[data-route="home"] .home-final .core-final__actions {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

body[data-route="home"] .home-final .btn {
  min-height: 48px;
  border-radius: 8px;
  font-size: 0.76rem;
}

body[data-route="home"] .home-final .btn.primary {
  color: #073d32;
  background: var(--brand-lime);
}

body[data-route="home"] .home-mobile-actions {
  right: 16px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  left: 16px;
  max-width: 430px;
  margin-inline: auto;
  padding: 5px;
  border: 1px solid rgba(11, 67, 55, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 10px 28px rgba(6, 45, 37, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body[data-route="home"] .home-mobile-actions a,
body[data-route="home"] .home-mobile-actions button {
  min-height: 46px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* Smart Home Thuc Te: product-first, but clearly nested inside MiSol Home. */
body[data-route="smart-home-thuc-te"] .solution-ready-hero {
  min-height: 560px;
  background-position: 58% center;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero::before {
  background: linear-gradient(90deg, rgba(2, 31, 26, 0.9) 0%, rgba(2, 31, 26, 0.67) 54%, rgba(2, 31, 26, 0.2) 100%);
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
  min-height: 560px;
  align-items: end;
  padding-top: 108px;
  padding-bottom: 58px;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-kicker {
  color: #bde98d;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: none;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
  max-width: 12ch;
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1.04;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-lead {
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.58;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero__route {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
  color: rgba(244, 250, 240, 0.78);
  font-size: 0.68rem;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero__route span,
body[data-route="smart-home-thuc-te"] .solution-ready-hero__route strong {
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions {
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 10px;
  margin-top: 24px;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
  min-height: 48px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 600;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__primary-action {
  color: #073d32;
  background: var(--brand-lime);
}

body[data-route="smart-home-thuc-te"] .solution-ready-section {
  padding-block: 72px;
  background: var(--brand-paper);
}

body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading {
  max-width: 700px;
  margin-bottom: 32px;
}

body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading h2 {
  font-size: 2rem;
  line-height: 1.15;
}

body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading > p:last-child {
  color: var(--brand-muted);
  font-size: 0.86rem;
}

body[data-route="smart-home-thuc-te"] .solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-route="smart-home-thuc-te"] .solution-card__eyebrow {
  color: #4d7d68;
  font-size: 0.66rem;
  font-weight: 600;
  text-transform: none;
}

body[data-route="smart-home-thuc-te"] .solution-card__price {
  min-height: 42px;
  margin-top: 13px;
}

body[data-route="smart-home-thuc-te"] .solution-card__price-before,
body[data-route="smart-home-thuc-te"] .solution-card__price em,
body[data-route="smart-home-thuc-te"] .solution-card__price-label {
  font-size: 0.65rem;
}

body[data-route="smart-home-thuc-te"] .solution-ready-section__home-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 28px;
  color: var(--brand-green);
  font-size: 0.78rem;
  font-weight: 600;
}

/* Trial, purchase, and installation forms: direct, compact, and route-specific. */
body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero {
  min-height: 420px;
  background:
    linear-gradient(90deg, #e8f1e6 0%, rgba(232, 241, 230, 0.96) 52%, rgba(232, 241, 230, 0.32) 100%),
    url("/assets/images/misol-home-family-care.jpg") 82% 42% / cover;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__inner {
  display: block;
  min-height: 420px;
  padding-block: 86px 62px;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero__copy {
  max-width: 650px;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .hero-title {
  max-width: 15ch;
  font-size: 3rem;
  line-height: 1.08;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__cta {
  min-height: 48px;
  border-radius: 8px;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-main-section,
body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-section {
  padding-block: 72px;
  background: var(--brand-paper);
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-main-grid {
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px 52px;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-form-column .contact-signup-form,
body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-form {
  padding: 26px;
  border: 1px solid var(--brand-line);
  border-radius: 8px;
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

body[data-route="chuong-trinh-trai-nghiem-som"] :where(.contact-field input, .contact-field textarea, .action-lead-form input, .action-lead-form select, .action-lead-form textarea) {
  min-height: 46px;
  border-color: var(--brand-line);
  border-radius: 8px;
  background: #ffffff;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-interest-options label {
  min-height: 46px;
  border-radius: 8px;
}

body[data-route="chuong-trinh-trai-nghiem-som"] .contact-submit,
body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-form > .btn {
  min-height: 48px;
  border-radius: 8px;
  background: var(--brand-green);
}

body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-hero {
  padding-block: 82px 58px;
  background: var(--brand-deep);
}

body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-hero h1 {
  font-size: 3rem;
}

@media (max-width: 1080px) {
  body[data-route] .header-cta {
    display: none;
  }

  body[data-route] .nav-toggle {
    display: flex;
  }

  body[data-route] .site-nav {
    position: fixed;
    top: 76px;
    right: 18px;
    left: auto;
    z-index: 40;
    display: grid;
    width: min(340px, calc(100vw - 36px));
    gap: 3px;
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid var(--brand-line);
    border-radius: 8px;
    background: var(--brand-surface);
    box-shadow: 0 22px 48px rgba(4, 38, 31, 0.2);
    transform: translateY(-8px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
  }

  body[data-route] .site-nav.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  body[data-route] .site-nav a {
    display: flex;
    min-height: 50px;
    align-items: center;
    padding-inline: 14px;
  }

  body[data-route].menu-open::before {
    position: fixed;
    inset: 68px 0 0;
    z-index: 19;
    display: block;
    content: "";
    background: rgba(3, 31, 26, 0.28);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
  }
}

@media (max-width: 760px) {
  body[data-route] {
    padding-bottom: 0;
  }

  body[data-route="home"] {
    padding-bottom: 0;
  }

  body[data-route] .container {
    width: min(calc(100% - 36px), 620px);
  }

  body[data-route] .section-pad,
  body[data-route="smart-home-thuc-te"] .solution-ready-section,
  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-main-section,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-section {
    padding-block: 60px;
  }

  body[data-route] .site-header {
    min-height: 64px;
    padding: 9px 16px;
  }

  body[data-route] .site-header .brand-mark {
    width: 38px;
    height: 38px;
  }

  body[data-route] .site-header .brand {
    gap: 9px;
  }

  body[data-route] .site-header .brand-copy strong {
    font-size: 0.9rem;
  }

  body[data-route] .site-header .brand-copy small {
    max-width: 180px;
    font-size: 0.58rem;
    white-space: normal;
  }

  body[data-route] .nav-toggle {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }

  body[data-route] .site-nav {
    top: 72px;
    right: 16px;
    width: min(330px, calc(100vw - 32px));
  }

  body[data-route="home"] .core-home-hero {
    min-height: 612px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__image {
    object-position: 63% center;
  }

  body[data-route="home"] .core-home-hero__veil {
    background: linear-gradient(180deg, rgba(2, 29, 25, 0.17) 0%, rgba(2, 29, 25, 0.56) 43%, rgba(2, 29, 25, 0.94) 100%);
    box-shadow: inset 18px 0 0 rgba(2, 29, 25, 0.84);
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content {
    width: min(calc(100% - 36px), 620px);
    padding: 108px 0 28px;
  }

  body[data-route="home"] .home-hero-compact h1 {
    max-width: 12ch;
    font-size: 2.5rem;
    line-height: 1.06;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead {
    max-width: 34rem;
    margin-top: 16px;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
    margin-top: 8px;
    font-size: 0.69rem;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn {
    min-height: 46px;
    padding: 8px;
    font-size: 0.7rem;
  }

  body[data-route="home"] .core-home-hero__question {
    width: 100%;
    min-height: 44px;
    margin-top: 4px;
    text-align: left;
  }

  body[data-route] .misol-system-map {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }

  body[data-route] .misol-system-map__root {
    min-height: 72px;
    padding: 15px 16px;
  }

  body[data-route] .misol-system-map__branches {
    grid-template-columns: 1fr;
  }

  body[data-route] .misol-system-map__branch {
    min-height: 66px;
    padding: 13px 16px;
    border-top: 1px solid var(--brand-line);
    border-left: 0;
  }

  body[data-route] .misol-system-map__branch.is-core {
    box-shadow: inset 3px 0 0 var(--brand-gold);
  }

  body[data-route="home"] .home-ai__heading,
  body[data-route="home"] .core-section-heading {
    margin-bottom: 26px;
  }

  body[data-route="home"] .home-ai__heading h2,
  body[data-route="home"] .core-section-heading h2,
  body[data-route="home"] .home-care-compact h2,
  body[data-route="home"] .home-final h2,
  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading h2 {
    font-size: 1.82rem;
    line-height: 1.16;
  }

  body[data-route="home"] .home-ai__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body[data-route="home"] .home-ai-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 14px;
  }

  body[data-route="home"] .home-ai-flow li {
    grid-template-columns: 28px minmax(0, 1fr);
    min-height: 126px;
    padding: 16px 0;
  }

  body[data-route="home"] .home-ai-flow strong {
    font-size: 0.82rem;
  }

  body[data-route="home"] .home-ai-flow small {
    font-size: 0.7rem;
    line-height: 1.45;
  }

  body[data-route="home"] .home-ai-sample {
    padding: 18px;
  }

  body[data-route="home"] .core-path-row {
    grid-template-columns: 28px 32px minmax(0, 1fr) 18px;
    min-height: 80px;
    padding: 12px;
  }

  body[data-route="home"] .core-path-row__copy strong {
    font-size: 0.8rem;
  }

  body[data-route="home"] .core-path-row__copy small {
    font-size: 0.68rem;
  }

  body[data-route="home"] .home-solutions .core-now-grid,
  body[data-route="smart-home-thuc-te"] .solution-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(292px, 84vw);
    grid-template-columns: none;
    gap: 14px;
    margin-right: calc((100vw - min(calc(100% - 36px), 620px)) / -2);
    padding: 4px 18px 14px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 18px;
    scrollbar-width: none;
  }

  body[data-route="home"] .home-solutions .core-now-grid::-webkit-scrollbar,
  body[data-route="smart-home-thuc-te"] .solution-grid::-webkit-scrollbar {
    display: none;
  }

  body[data-route="home"] .home-solutions .core-product-card,
  body[data-route="smart-home-thuc-te"] .solution-card {
    min-width: 0;
    scroll-snap-align: start;
  }

  body[data-route="home"] .home-solutions .core-product-card > div,
  body[data-route="smart-home-thuc-te"] .solution-card__body {
    padding: 18px;
  }

  body[data-route="home"] .home-care-compact .core-care__layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body[data-route="home"] .home-care-compact .core-care__layout > img {
    aspect-ratio: 4 / 3;
    object-position: center 34%;
  }

  body[data-route="home"] .home-final .core-final__inner {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body[data-route="home"] .home-final .core-final__actions {
    grid-template-columns: 1fr 1fr;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    min-height: 510px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero {
    background-position: 62% center;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero::before {
    background: linear-gradient(180deg, rgba(2, 31, 26, 0.24) 0%, rgba(2, 31, 26, 0.63) 48%, rgba(2, 31, 26, 0.94) 100%);
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    padding-top: 92px;
    padding-bottom: 30px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    max-width: 10ch;
    font-size: 2.45rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-lead {
    margin-top: 14px;
    font-size: 0.83rem;
    line-height: 1.5;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 360px;
    margin-top: 18px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
    min-height: 46px;
    padding: 8px;
    font-size: 0.69rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading {
    margin-bottom: 26px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading > p:last-child {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero {
    min-height: 390px;
    background: var(--brand-mist);
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__inner {
    min-height: 390px;
    padding-block: 76px 44px;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .hero-title,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-hero h1 {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__body {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-main-grid,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-form-column .contact-signup-form,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-form {
    padding: 18px;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-direct {
    display: grid;
    gap: 7px;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-hero {
    padding-block: 70px 42px;
  }

  body[data-route] .site-footer {
    padding-top: 38px;
  }

  body[data-route] .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* MiSol Home content revision: compact cards, clearer forms, and polished CTAs. */
body[data-route] :where(.hero-title, .core-home-hero h1, .consultation-hero__title, .contact-brand-hero h1, .solution-card__pain, .home-overview-card h3) {
  letter-spacing: 0 !important;
}

.luxury-shimmer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.luxury-shimmer::after {
  position: absolute;
  inset: -2px;
  z-index: 1;
  border-radius: inherit;
  content: "";
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.42) 46%, transparent 58%);
  pointer-events: none;
  transform: translateX(-120%);
  animation: misol-luxury-shimmer 3.8s ease-in-out infinite;
}

@keyframes misol-luxury-shimmer {
  0%,
  52% {
    transform: translateX(-120%);
  }
  72%,
  100% {
    transform: translateX(120%);
  }
}

body[data-route="home"] .core-home-hero__actions--single {
  grid-template-columns: minmax(0, 300px);
  max-width: 300px;
}

body[data-route="smart-home-thuc-te"] .consultation-hero__actions--single {
  grid-template-columns: minmax(0, 360px) !important;
  max-width: 360px;
}

body[data-route="smart-home-thuc-te"] .consultation-hero__share-action {
  color: #fffdf6;
  border: 1px solid rgba(188, 233, 111, 0.66);
  background: rgba(4, 57, 48, 0.52);
  box-shadow: inset 0 0 0 1px rgba(255, 253, 248, 0.08), 0 14px 30px rgba(2, 25, 21, 0.22);
  backdrop-filter: blur(10px);
}

body[data-route="home"] .home-overview-card {
  min-height: 210px;
  align-content: end;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
}

body[data-route="home"] .home-overview-points {
  display: grid;
  gap: 7px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

body[data-route="home"] .home-overview-points li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  color: rgba(8, 48, 40, 0.72);
  font-size: 0.82rem;
  line-height: 1.42;
}

body[data-route="home"] .home-overview-card--core .home-overview-points li {
  color: rgba(255, 253, 246, 0.86);
}

body[data-route="home"] .home-overview-points li::before {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  margin-top: 1px;
  color: #073d32;
  border-radius: 50%;
  content: "✓";
  background: var(--brand-lime);
  font-size: 0.68rem;
  font-weight: 900;
}

body[data-route="home"] .core-path-row__icon {
  width: 44px;
  height: 44px;
  border-color: rgba(194, 231, 177, 0.78);
  border-radius: 14px;
  color: #075748;
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.92) 0 18%, transparent 19%),
    linear-gradient(145deg, #faffef 0%, #dff6dd 48%, #b8ef78 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 10px 24px rgba(6, 73, 60, 0.16);
}

body[data-route="home"] .core-path-row--core .core-path-row__icon {
  color: #073d32;
  border-color: rgba(238, 255, 205, 0.72);
  background:
    radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.9) 0 18%, transparent 19%),
    linear-gradient(145deg, #f3ffc7 0%, #b8ef78 58%, #77d5af 100%);
}

body[data-route="home"] .core-path-row__arrow {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(11, 91, 74, 0.16);
  border-radius: 50%;
  color: #073d32;
  background: rgba(255, 255, 250, 0.72);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

body[data-route="home"] .core-path-row--core .core-path-row__arrow {
  border-color: rgba(255, 253, 246, 0.18);
  color: #fffdf6 !important;
  background: rgba(255, 253, 246, 0.08);
}

body[data-route="home"] .home-ai-flow li {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 16px;
}

body[data-route="home"] .home-ai-flow li::before,
body[data-route="home"] .home-ai-flow li::after {
  left: 90px;
}

body[data-route="home"] .home-ai-flow li > span {
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  font-size: 1.1rem;
  line-height: 1;
}

body[data-route="smart-home-thuc-te"] .solution-grid {
  align-items: stretch;
}

body[data-route="smart-home-thuc-te"] .solution-card {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 250, 0.96) 0%, #fffdf8 100%);
}

body[data-route="smart-home-thuc-te"] .solution-card .product-visual,
body[data-route="smart-home-thuc-te"] .solution-card .product-visual--compact {
  aspect-ratio: 1.02;
  min-height: 0;
}

body[data-route="smart-home-thuc-te"] .solution-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 248px;
  gap: 10px;
  padding: 18px;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks {
  display: grid;
  min-height: 76px;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 8px;
  color: rgba(8, 48, 40, 0.7);
  font-size: 0.78rem;
  line-height: 1.35;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks li::before {
  display: grid;
  width: 15px;
  height: 15px;
  place-items: center;
  margin-top: 1px;
  color: #073d32;
  border-radius: 50%;
  content: "✓";
  background: #b9f46f;
  font-size: 0.62rem;
  font-weight: 900;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks li span {
  min-width: 0;
}

body[data-route="smart-home-thuc-te"] .solution-card__price {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(8, 58, 49, 0.1);
}

body[data-route="smart-home-thuc-te"] .solution-card__price strong {
  line-height: 1;
}

body[data-route="smart-home-thuc-te"] .solution-card__price-before {
  text-decoration-thickness: 1px;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions {
  grid-template-columns: 1.12fr 0.88fr;
  gap: 8px;
  margin-top: 0;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
  padding-inline: 8px;
  white-space: nowrap;
  letter-spacing: 0;
}

body[data-route="smart-home-thuc-te"] .solution-card__experience {
  border-color: rgba(11, 91, 74, 0.26);
  color: #0a604e;
  background: rgba(255, 255, 250, 0.76);
}

body[data-route="yeu-cau-tu-van"] .action-lead-layout {
  align-items: start;
}

body[data-route="yeu-cau-tu-van"] .action-lead-form--purchase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body[data-route="yeu-cau-tu-van"] .action-lead-form__full {
  grid-column: 1 / -1;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 110px;
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(8, 58, 49, 0.1);
  border-radius: 8px;
  background: #fffdf8;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected img,
body[data-route="yeu-cau-tu-van"] .purchase-extra-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  background: #eef4ec;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected span,
body[data-route="yeu-cau-tu-van"] .purchase-extra__heading span,
body[data-route="yeu-cau-tu-van"] .purchase-extra-card__qty span {
  color: #4d7d68;
  font-size: 0.72rem;
  font-weight: 800;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected strong,
body[data-route="yeu-cau-tu-van"] .purchase-extra-card strong {
  display: block;
  margin-top: 4px;
  color: #073d32;
  font-size: 0.95rem;
  line-height: 1.25;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected small,
body[data-route="yeu-cau-tu-van"] .purchase-extra-card small {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: baseline;
  margin-top: 7px;
  color: rgba(8, 48, 40, 0.58);
  font-size: 0.72rem;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected s {
  color: rgba(8, 48, 40, 0.45);
}

body[data-route="yeu-cau-tu-van"] .purchase-selected b,
body[data-route="yeu-cau-tu-van"] .purchase-extra-card b {
  color: #073d32;
  font-size: 1rem;
}

body[data-route="yeu-cau-tu-van"] .purchase-selected label {
  display: grid;
  gap: 6px;
}

body[data-route="yeu-cau-tu-van"] .purchase-extra {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(8, 58, 49, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 250, 0.72);
}

body[data-route="yeu-cau-tu-van"] .purchase-extra__heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

body[data-route="yeu-cau-tu-van"] .purchase-extra__heading small {
  color: rgba(8, 48, 40, 0.58);
  font-size: 0.72rem;
}

body[data-route="yeu-cau-tu-van"] .purchase-extra-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px;
  gap: 10px;
  align-items: center;
}

body[data-route="yeu-cau-tu-van"] .purchase-extra-card__choice {
  display: grid;
  grid-template-columns: 18px 64px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
}

body[data-route="yeu-cau-tu-van"] .purchase-extra-card__choice input {
  accent-color: #0b745f;
}

body[data-route="yeu-cau-tu-van"] .purchase-extra-card__qty {
  display: grid;
  gap: 4px;
  margin: 0;
}

body[data-route="yeu-cau-tu-van"] .action-lead-form--purchase > label {
  min-width: 0;
}

body[data-route="yeu-cau-tu-van"] .priority-sticky {
  display: none !important;
}

body[data-route="smart-home-thuc-te"] .priority-sticky {
  display: none !important;
}

body[data-route="misol-an-tam"] .priority-sticky {
  display: none !important;
}

body[data-route] .site-nav.open {
  gap: 2px;
  width: min(300px, calc(100vw - 32px));
  padding: 6px;
}

body[data-route] .site-nav.open a {
  min-height: 40px;
  padding: 8px 12px;
  border-radius: 6px;
  line-height: 1.25;
}

.support-modal {
  justify-content: center;
  align-content: center;
  min-height: 100dvh;
}

.support-modal__dialog {
  border-radius: 8px;
}

@media (max-width: 760px) {
  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    height: 372px;
    min-height: 372px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    padding-top: 38px;
    padding-bottom: 22px;
  }

  body[data-route="home"] .home-overview-card {
    min-height: 190px;
    padding: 20px;
  }

  body[data-route="home"] .home-overview-points li,
  body[data-route="smart-home-thuc-te"] .solution-card__checks li {
    font-size: 0.76rem;
  }

  body[data-route="home"] .core-path-row {
    grid-template-columns: 42px minmax(0, 1fr) 28px !important;
    gap: 12px;
  }

  body[data-route="home"] .core-path-row__icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  body[data-route="home"] .home-ai-flow {
    grid-template-columns: 1fr;
  }

  body[data-route="home"] .home-ai-flow li {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 96px;
  }

  body[data-route="home"] .home-ai-flow li::before,
  body[data-route="home"] .home-ai-flow li::after {
    left: 76px;
  }

  body[data-route="home"] .home-ai-flow li > span {
    width: 52px;
    height: 52px;
    font-size: 1rem;
  }

  body[data-route="smart-home-thuc-te"] .consultation-hero__actions--single {
    grid-template-columns: 1fr !important;
    max-width: 100%;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__body {
    min-height: 226px;
    padding: 16px;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__checks {
    min-height: 72px;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
    font-size: 0.66rem !important;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-form--purchase {
    grid-template-columns: 1fr;
    order: -1;
  }

  body[data-route="yeu-cau-tu-van"] .purchase-selected {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  body[data-route="yeu-cau-tu-van"] .purchase-selected label {
    grid-column: 1 / -1;
  }

  body[data-route="yeu-cau-tu-van"] .purchase-extra-card {
    grid-template-columns: 1fr;
  }

  body[data-route="yeu-cau-tu-van"] .purchase-extra-card__choice {
    grid-template-columns: 18px 58px minmax(0, 1fr);
  }

  body[data-route] .site-nav.open {
    top: 68px;
    right: 16px;
  }
}

@media (max-width: 390px) {
  body[data-route] .site-header .brand-copy small {
    max-width: 150px;
  }

  body[data-route="home"] .core-home-hero {
    min-height: 604px;
  }

  body[data-route="home"] .home-hero-compact h1 {
    font-size: 2.25rem;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
    font-size: 0.65rem;
  }

  body[data-route="home"] .home-solutions .core-now-grid,
  body[data-route="smart-home-thuc-te"] .solution-grid {
    grid-auto-columns: minmax(280px, 86vw);
  }

  body[data-route="home"] .home-solutions .core-product-card__actions .btn,
  body[data-route="home"] .home-solutions .core-product-card__actions button,
  body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
    padding-inline: 3px;
    font-size: 0.66rem;
  }
}

/* Homepage bridge: the product catalogue lives on the solution hub, not twice. */
body[data-route="home"] .home-solution-bridge {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  overflow: hidden;
  margin-top: 28px;
  border: 1px solid var(--brand-line);
  border-radius: 12px;
  background: var(--brand-surface);
  box-shadow: var(--brand-shadow);
}

body[data-route="home"] .home-solution-bridge__visual {
  position: relative;
  min-height: 330px;
  background: #d9e7dc;
}

body[data-route="home"] .home-solution-bridge__visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(6, 45, 36, 0.04), rgba(6, 45, 36, 0.28));
}

body[data-route="home"] .home-solution-bridge__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[data-route="home"] .home-solution-bridge__visual span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(235, 250, 232, 0.35);
  border-radius: 999px;
  color: #f4fff0;
  font-size: 0.68rem;
  font-weight: 700;
  background: rgba(4, 44, 35, 0.7);
  backdrop-filter: blur(8px);
}

body[data-route="home"] .home-solution-bridge__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 44px clamp(26px, 5vw, 64px);
}

body[data-route="home"] .home-solution-bridge__copy h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--brand-ink);
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.18;
}

body[data-route="home"] .home-solution-bridge__copy > p:not(.core-home-kicker) {
  max-width: 56ch;
  margin: 17px 0 0;
  color: var(--brand-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

body[data-route="home"] .home-solution-bridge__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 24px;
}

body[data-route="home"] .home-solution-bridge__actions .btn {
  min-height: 46px;
}

body[data-route="home"] .home-solution-bridge__question {
  padding: 8px 0;
  border: 0;
  color: var(--brand-green);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  background: transparent;
  cursor: pointer;
}

@media (max-width: 760px) {
  body[data-route="home"] .home-solution-bridge {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  body[data-route="home"] .home-solution-bridge__visual {
    min-height: 220px;
  }

  body[data-route="home"] .home-solution-bridge__copy {
    padding: 28px 20px 30px;
  }

  body[data-route="home"] .home-solution-bridge__copy h3 {
    max-width: 16ch;
    font-size: 1.48rem;
  }

  body[data-route="home"] .home-solution-bridge__copy > p:not(.core-home-kicker) {
    margin-top: 14px;
    font-size: 0.8rem;
    line-height: 1.58;
  }

  body[data-route="home"] .home-solution-bridge__actions {
    display: grid;
    width: 100%;
    gap: 12px;
  }

  body[data-route="home"] .home-solution-bridge__actions .btn {
    width: 100%;
  }
}

/* Keep commerce and pilot journeys visually distinct even though they share form primitives. */
body[data-route="yeu-cau-tu-van"] .action-lead-hero {
  padding-block: 76px 54px;
  color: #eff9ea;
  background: var(--brand-deep);
}

body[data-route="yeu-cau-tu-van"] .action-lead-hero .core-home-kicker {
  margin-bottom: 11px;
  color: #c8ebad;
}

body[data-route="yeu-cau-tu-van"] .action-lead-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 1.08;
}

body[data-route="yeu-cau-tu-van"] .action-lead-hero > .container > p:not(.core-home-kicker) {
  max-width: 38rem;
  margin: 14px 0 0;
  color: rgba(239, 249, 234, 0.86);
  font-size: 0.94rem;
  line-height: 1.6;
}

body[data-route="yeu-cau-tu-van"] .action-lead-hero__route {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

body[data-route="yeu-cau-tu-van"] .action-lead-hero__route span,
body[data-route="yeu-cau-tu-van"] .action-lead-hero__route strong {
  padding: 7px 9px;
  border: 1px solid rgba(234, 246, 229, 0.22);
  border-radius: 6px;
  color: #eff9ea;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.06);
}

body[data-route="yeu-cau-tu-van"] .action-lead-hero__route b {
  align-self: center;
  color: #b8dcaa;
  font-weight: 500;
}

body[data-route="yeu-cau-tu-van"] .action-lead-section {
  padding-block: 72px;
  background: #f7f5ee;
}

body[data-route="yeu-cau-tu-van"] .action-lead-layout {
  gap: 42px;
}

body[data-route="yeu-cau-tu-van"] .action-lead-layout > aside {
  padding-top: 5px;
}

body[data-route="yeu-cau-tu-van"] .action-lead-layout > aside h2 {
  color: var(--brand-ink);
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.18;
}

body[data-route="yeu-cau-tu-van"] .action-lead-layout > aside p {
  color: var(--brand-muted);
  line-height: 1.65;
}

body[data-route="yeu-cau-tu-van"] .action-lead-layout > aside a {
  color: #0d6b58;
  font-size: 0.82rem;
  font-weight: 700;
}

body[data-route="yeu-cau-tu-van"] .action-lead-form {
  padding: 24px;
  border: 1px solid rgba(12, 70, 56, 0.14);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: var(--brand-shadow);
}

@media (max-width: 760px) {
  body[data-route="yeu-cau-tu-van"] .action-lead-hero {
    padding-block: 52px 39px;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-hero h1 {
    font-size: 2.08rem;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-hero > .container > p:not(.core-home-kicker) {
    font-size: 0.88rem;
    line-height: 1.53;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-hero__route {
    gap: 5px;
    margin-top: 17px;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-hero__route span,
  body[data-route="yeu-cau-tu-van"] .action-lead-hero__route strong {
    padding: 6px 7px;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-layout {
    grid-template-columns: 1fr;
    gap: 27px;
  }

  body[data-route="yeu-cau-tu-van"] .action-lead-form {
    padding: 17px;
  }
}

@media (max-width: 365px) {
  body[data-route] .site-header .brand-copy small {
    display: none;
  }

  body[data-route="home"] .home-hero-compact h1 {
    font-size: 2.12rem;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead {
    font-size: 0.8rem;
  }

  body[data-route="home"] .home-ai-flow {
    grid-template-columns: 1fr;
  }

  body[data-route="home"] .home-ai-flow li {
    min-height: 0;
  }

  body[data-route="home"] .core-path-row {
    grid-template-columns: 26px 0 minmax(0, 1fr) 18px;
  }

  body[data-route="home"] .core-path-row__icon {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-route] *,
  body[data-route] *::before,
  body[data-route] *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Final mobile polish after screenshot QA. */
body[data-route] {
  overflow-x: hidden;
}

body[data-route] :where(.hero-title, .core-home-hero h1, .consultation-hero__title, .contact-brand-hero h1) {
  max-width: 100%;
  overflow-wrap: break-word;
  text-wrap: wrap !important;
}

body[data-route] .btn,
body[data-route] button,
body[data-route] a {
  -webkit-tap-highlight-color: rgba(8, 117, 99, 0.12);
}

body[data-route="home"] .misol-system-map {
  box-shadow: 0 22px 42px rgba(8, 67, 55, 0.08);
}

body[data-route="smart-home-thuc-te"] .solution-card {
  display: flex;
  flex-direction: column;
}

body[data-route="smart-home-thuc-te"] .solution-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions {
  margin-top: auto;
}

@media (max-width: 760px) {
  body[data-route] .section-pad,
  body[data-route="smart-home-thuc-te"] .solution-ready-section,
  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-main-section,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-section {
    padding-block: 48px;
  }

  body[data-route="home"] .core-home-hero {
    min-height: 590px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content {
    padding-top: 96px;
    padding-bottom: 24px;
  }

  body[data-route="home"] .home-hero-compact h1 {
    max-width: 12.4ch;
    font-size: 2.32rem;
    line-height: 1.07;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead {
    margin-top: 14px;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
    font-size: 0.7rem;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions {
    margin-top: 18px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn {
    min-height: 44px;
    font-size: 0.7rem;
  }

  body[data-route="home"] .core-home-hero__question {
    min-height: 36px;
    font-size: 0.69rem;
  }

  body[data-route="home"] .misol-system-map {
    display: grid;
    gap: 10px;
    margin-bottom: 32px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  body[data-route="home"] .misol-system-map__root {
    min-height: 0;
    padding: 0 0 12px;
    color: var(--brand-ink);
    background: transparent;
    border-bottom: 1px solid rgba(11, 67, 55, 0.13);
  }

  body[data-route="home"] .misol-system-map__root strong {
    color: var(--brand-ink);
    font-size: 1.02rem;
  }

  body[data-route="home"] .misol-system-map__root span {
    color: var(--brand-muted);
    font-size: 0.7rem;
  }

  body[data-route="home"] .misol-system-map__branches {
    display: grid;
    gap: 8px;
  }

  body[data-route="home"] .misol-system-map__branch {
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid rgba(11, 67, 55, 0.13);
    border-left: 3px solid rgba(8, 117, 99, 0.24);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.72);
  }

  body[data-route="home"] .misol-system-map__branch.is-core {
    border-left-color: var(--brand-gold);
    box-shadow: none;
    background: rgba(255, 253, 248, 0.94);
  }

  body[data-route="home"] .home-ai__heading {
    margin-bottom: 24px;
  }

  body[data-route="home"] .home-ai__heading h2,
  body[data-route="home"] .core-section-heading h2,
  body[data-route="home"] .home-care-compact h2,
  body[data-route="home"] .home-final h2,
  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading h2 {
    font-size: 1.62rem;
    line-height: 1.12;
  }

  body[data-route="home"] .home-ai-flow {
    gap: 10px;
  }

  body[data-route="home"] .home-ai-flow li {
    gap: 10px;
    padding: 14px 0;
  }

  body[data-route="home"] .home-ai-sample {
    margin-top: 6px;
  }

  body[data-route="home"] .home-solutions .core-now-grid,
  body[data-route="smart-home-thuc-te"] .solution-grid {
    grid-auto-columns: minmax(272px, 76vw);
    gap: 12px;
    margin-right: -18px;
  }

  body[data-route="home"] .home-solutions .core-product-card > img,
  body[data-route="smart-home-thuc-te"] .solution-card .product-visual,
  body[data-route="smart-home-thuc-te"] .solution-card .product-visual--compact {
    aspect-ratio: 1 / 0.7;
  }

  body[data-route="home"] .home-solutions .core-product-card > div,
  body[data-route="smart-home-thuc-te"] .solution-card__body {
    padding: 14px;
  }

  body[data-route="home"] .home-solutions .core-product-card h3,
  body[data-route="smart-home-thuc-te"] .solution-card__pain {
    font-size: 0.92rem;
    line-height: 1.28;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__eyebrow {
    margin-bottom: 6px;
    font-size: 0.62rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__product,
  body[data-route="smart-home-thuc-te"] .solution-card__summary,
  body[data-route="home"] .home-solutions .core-product-card p {
    font-size: 0.68rem;
    line-height: 1.4;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__summary {
    min-height: 0;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__price {
    min-height: 28px;
    margin-top: 8px;
  }

  body[data-route="home"] .home-solutions .core-product-card__actions,
  body[data-route="smart-home-thuc-te"] .solution-card__actions {
    gap: 6px;
    padding-top: 10px;
  }

  body[data-route="home"] .home-solutions .core-product-card__actions .btn,
  body[data-route="home"] .home-solutions .core-product-card__actions button,
  body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
    min-height: 42px;
    padding: 7px 4px;
    font-size: 0.62rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    min-height: 468px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    padding-top: 82px;
    padding-bottom: 24px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    max-width: 9.2ch;
    font-size: 2.22rem;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero {
    min-height: 330px;
    background:
      linear-gradient(180deg, rgba(232, 241, 230, 0.96) 0%, rgba(232, 241, 230, 0.93) 100%),
      url("/assets/images/misol-home-family-care.jpg") 76% 36% / cover;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__inner {
    min-height: 330px;
    padding-block: 78px 34px;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .hero-title,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-hero h1 {
    max-width: 10.5ch;
    font-size: 1.92rem;
    line-height: 1.12;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .hero-title span {
    display: inline;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__body {
    max-width: 31ch;
    margin-top: 14px;
    font-size: 0.78rem;
    line-height: 1.52;
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .contact-hero__cta {
    margin-top: 18px;
  }
}

@media (max-width: 390px) {
  body[data-route="home"] .core-home-hero {
    min-height: 570px;
  }

  body[data-route="home"] .home-hero-compact h1 {
    font-size: 2.08rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    font-size: 2.02rem;
  }

  body[data-route="home"] .home-solutions .core-now-grid,
  body[data-route="smart-home-thuc-te"] .solution-grid {
    grid-auto-columns: minmax(260px, 74vw);
  }

  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-brand-hero .hero-title,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-hero h1 {
    font-size: 1.76rem;
  }
}

/* 2026-08-02 mobile coherence pass requested after visual review. */
body[data-route] .footer-quick-links {
  gap: 8px;
}

body[data-route] .footer-quick-links a {
  padding-inline: 12px;
}

body[data-route="home"] .home-ai__heading > p:not(.core-home-kicker) {
  max-width: 56ch;
  margin: 14px 0 0;
  color: var(--brand-muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

body[data-route="home"] .home-ai__grid {
  display: block;
}

body[data-route="home"] .home-ai-flow {
  max-width: 940px;
}

body[data-route="smart-home-thuc-te"] .solution-card__summary {
  min-height: 2.8em;
}

body[data-route="smart-home-thuc-te"] .solution-ready-section__home-link {
  display: none;
}

@media (max-width: 760px) {
  body[data-route] .container {
    width: min(calc(100% - 32px), 640px);
  }

  body[data-route] .section-pad,
  body[data-route="smart-home-thuc-te"] .solution-ready-section,
  body[data-route="chuong-trinh-trai-nghiem-som"] .contact-main-section,
  body[data-route="chuong-trinh-trai-nghiem-som"] .action-lead-section {
    padding-block: 38px;
  }

  body[data-route] .site-header {
    min-height: 64px;
    padding: 8px 16px;
  }

  body[data-route] .site-nav {
    top: 70px;
  }

  body[data-route] .site-nav a {
    min-height: 48px;
    font-size: 0.8rem;
  }

  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact {
    height: 488px;
    max-height: none;
    min-height: 488px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__image {
    object-position: 62% center;
  }

  body[data-route="home"] .core-home-hero__veil {
    background: linear-gradient(180deg, rgba(2, 29, 25, 0.12) 0%, rgba(2, 29, 25, 0.55) 43%, rgba(2, 29, 25, 0.94) 100%);
    box-shadow: none;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content {
    min-height: 0;
    padding: 42px 0 20px;
  }

  body[data-route="home"] .home-hero-compact h1 {
    max-width: 12.5ch;
    font-size: 1.92rem;
    line-height: 1.06;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead {
    max-width: 31rem;
    margin-top: 13px;
    font-size: 0.8rem;
    line-height: 1.5;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
    margin-top: 7px;
    font-size: 0.66rem;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions {
    gap: 7px;
    margin-top: 16px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn {
    min-height: 42px;
    font-size: 0.66rem;
    line-height: 1.15;
  }

  body[data-route="home"] .core-home-hero__question {
    display: none;
  }

  body[data-route="home"] .home-ai {
    padding-top: 36px;
  }

  body[data-route] .misol-system-map {
    margin-bottom: 24px;
  }

  body[data-route] .misol-system-map__root,
  body[data-route] .misol-system-map__branch {
    min-height: 58px;
    padding: 12px 14px;
  }

  body[data-route="home"] .home-ai__heading,
  body[data-route="home"] .core-section-heading {
    margin-bottom: 20px;
  }

  body[data-route="home"] .home-ai__heading h2,
  body[data-route="home"] .core-section-heading h2,
  body[data-route="home"] .home-care-compact h2,
  body[data-route="home"] .home-final h2,
  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading h2 {
    font-size: 1.58rem;
    line-height: 1.15;
  }

  body[data-route="home"] .home-ai__heading > p:not(.core-home-kicker) {
    font-size: 0.78rem;
    line-height: 1.52;
  }

  body[data-route="home"] .home-ai-flow {
    grid-template-columns: 1fr;
  }

  body[data-route="home"] .home-ai-flow li {
    min-height: 0;
    padding: 13px 0;
  }

  body[data-route="home"] .home-paths {
    padding-top: 36px;
  }

  body[data-route="home"] .core-path-row {
    min-height: 70px;
    padding: 10px 12px;
  }

  body[data-route="home"] .home-solution-bridge {
    margin-top: 18px;
  }

  body[data-route="home"] .home-solution-bridge__visual {
    min-height: 168px;
    aspect-ratio: 16 / 9;
  }

  body[data-route="home"] .home-solution-bridge__visual span {
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    font-size: 0.62rem;
  }

  body[data-route="home"] .home-solution-bridge__copy {
    padding: 22px 18px 24px;
  }

  body[data-route="home"] .home-solution-bridge__copy h3 {
    max-width: 18ch;
    font-size: 1.28rem;
  }

  body[data-route="home"] .home-solution-bridge__copy > p:not(.core-home-kicker) {
    margin-top: 10px;
    font-size: 0.76rem;
    line-height: 1.5;
  }

  body[data-route="home"] .home-solution-bridge__actions {
    gap: 8px;
    margin-top: 16px;
  }

  body[data-route="home"] .home-solution-bridge__actions .btn {
    min-height: 42px;
    font-size: 0.72rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    height: 470px;
    max-height: none;
    min-height: 470px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero {
    background-position: 60% center;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    justify-content: flex-end;
    padding-top: 72px;
    padding-bottom: 28px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    max-width: 10.5ch;
    font-size: 2.16rem;
    line-height: 1.05;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-lead {
    max-width: 29rem;
    margin-top: 12px;
    font-size: 0.8rem;
    line-height: 1.48;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero__route {
    display: none;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 348px;
    gap: 7px;
    margin-top: 16px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
    min-height: 42px;
    padding: 8px 6px;
    font-size: 0.67rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-section {
    padding-top: 34px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading {
    margin-bottom: 18px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-section .consultation-heading > p:last-child {
    font-size: 0.76rem;
    line-height: 1.48;
  }

  body[data-route="smart-home-thuc-te"] .solution-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-right: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  body[data-route="smart-home-thuc-te"] .solution-card {
    display: flex;
    min-height: 0;
    border-radius: 8px;
    scroll-snap-align: unset;
  }

  body[data-route="smart-home-thuc-te"] .solution-card .product-visual,
  body[data-route="smart-home-thuc-te"] .solution-card .product-visual--compact {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 10;
    border-radius: 0;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__body {
    display: flex;
    padding: 16px;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__eyebrow {
    margin-bottom: 7px;
    font-size: 0.66rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__pain {
    margin: 0;
    font-size: 1.04rem;
    line-height: 1.3;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__summary {
    min-height: 0;
    margin: 9px 0 0;
    font-size: 0.76rem;
    line-height: 1.48;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__price {
    min-height: 0;
    margin-top: 14px;
    padding-top: 12px;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__price strong {
    font-size: 1.08rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 0;
    padding-top: 12px;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
    min-height: 39px;
    padding: 7px 4px;
    border-radius: 7px;
    font-size: 0.62rem;
    line-height: 1.16;
  }

  body[data-route] .site-footer {
    padding-top: 34px;
  }

  body[data-route] .footer-quick-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 390px) {
  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact {
    height: 468px;
    min-height: 468px;
  }

  body[data-route="home"] .home-hero-compact h1,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    font-size: 1.86rem;
  }
}

/* Luxury mobile consolidation — final pass after customer review */
body[data-route] .site-header {
  min-height: 68px;
  padding: 12px clamp(18px, 5vw, 32px);
  border-bottom: 1px solid rgba(8, 48, 40, 0.1);
  background: rgba(255, 253, 247, 0.94);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 28px rgba(4, 32, 26, 0.06);
}

body[data-route] .site-header .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
}

body[data-route] .site-header .brand {
  min-height: 0;
  height: auto;
  align-self: center;
}

body[data-route] .site-header .brand-copy strong {
  letter-spacing: -0.02em;
}

body[data-route] .site-header .brand-copy small {
  margin-top: 2px;
  font-size: 0.63rem;
  color: rgba(15, 56, 49, 0.68);
}

body[data-route] .nav-toggle {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  border-color: rgba(8, 48, 40, 0.14);
  background: rgba(255, 255, 250, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body[data-route] .btn {
  border-radius: 14px;
}

body[data-route="home"] .core-home-hero,
body[data-route="home"] .home-hero-compact {
  overflow: hidden;
  border-left: 0;
}

body[data-route="home"] .home-hero-compact .core-home-hero__image {
  object-position: 58% center;
}

body[data-route="home"] .core-home-hero__veil {
  background:
    linear-gradient(180deg, rgba(2, 24, 20, 0.05) 0%, rgba(2, 24, 20, 0.34) 46%, rgba(2, 24, 20, 0.82) 100%),
    linear-gradient(90deg, rgba(2, 31, 26, 0.62) 0%, rgba(2, 31, 26, 0.34) 52%, rgba(2, 31, 26, 0.12) 100%);
}

body[data-route="home"] .home-hero-compact .core-home-hero__content {
  max-width: 410px;
  padding-bottom: 32px;
}

body[data-route="home"] .home-hero-compact h1 {
  max-width: 11.5ch;
  letter-spacing: -0.075em;
}

body[data-route="home"] .home-hero-compact .core-home-hero__lead,
body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
  max-width: 31rem;
}

body[data-route="home"] .home-ai,
body[data-route="home"] .home-paths,
body[data-route="home"] .home-solution,
body[data-route="home"] .home-care-compact,
body[data-route="home"] .home-final {
  padding-block: clamp(34px, 8vw, 56px);
}

body[data-route="home"] .home-ai {
  border-left: 0;
}

body[data-route="home"] .core-engine-example {
  display: none;
}

body[data-route="home"] .core-path-row {
  border-radius: 18px;
  border: 1px solid rgba(8, 85, 72, 0.1);
  background: rgba(255, 255, 250, 0.74);
  box-shadow: 0 14px 34px rgba(8, 48, 40, 0.07);
}

body[data-route="home"] .core-path-row__number {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: transparent;
  background: radial-gradient(circle at 35% 30%, #d8ff95 0 28%, #0b6b61 30% 100%);
  box-shadow: 0 0 0 6px rgba(216, 255, 149, 0.18);
}

body[data-route="home"] .core-path-row__number::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 13px auto;
  border-radius: 999px;
  background: #fffdf6;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero::before {
  background:
    linear-gradient(180deg, rgba(2, 24, 20, 0.08) 0%, rgba(2, 24, 20, 0.32) 44%, rgba(2, 24, 20, 0.82) 100%),
    linear-gradient(90deg, rgba(2, 31, 26, 0.66) 0%, rgba(2, 31, 26, 0.36) 58%, rgba(2, 31, 26, 0.14) 100%);
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
  max-width: 12.2ch;
  letter-spacing: -0.075em;
}

body[data-route="smart-home-thuc-te"] .solution-ready-section {
  background: linear-gradient(180deg, #f7f5ed 0%, #eff5ec 100%);
}

body[data-route="smart-home-thuc-te"] .solution-card {
  border-radius: 18px;
  border: 1px solid rgba(8, 58, 49, 0.1);
  background: rgba(255, 255, 250, 0.88);
  box-shadow: 0 18px 46px rgba(4, 38, 32, 0.08);
  overflow: hidden;
}

body[data-route="smart-home-thuc-te"] .solution-card .product-visual,
body[data-route="smart-home-thuc-te"] .solution-card .product-visual--compact {
  border-radius: 0;
}

body[data-route="smart-home-thuc-te"] .solution-card__body {
  min-height: 248px;
}

body[data-route="smart-home-thuc-te"] .solution-card__eyebrow {
  text-transform: none;
  letter-spacing: 0;
  color: rgba(8, 73, 62, 0.7);
}

body[data-route="smart-home-thuc-te"] .solution-card__pain {
  letter-spacing: -0.035em;
}

body[data-route="smart-home-thuc-te"] .solution-card__price {
  border-top: 1px solid rgba(8, 58, 49, 0.1);
}

body[data-route="smart-home-thuc-te"] .solution-card__price em,
body[data-route="smart-home-thuc-te"] .solution-card__price-label {
  font-style: normal;
  color: rgba(8, 48, 40, 0.58);
}

body[data-route="smart-home-thuc-te"] .solution-card__actions {
  grid-template-columns: 0.92fr 1.08fr;
  gap: 8px;
  margin-top: auto;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
  min-height: 44px;
  border-radius: 12px;
  font-size: 0.68rem;
  font-weight: 800;
}

.priority-pulse {
  animation: misol-priority-pulse 4.6s ease-in-out infinite;
}

@keyframes misol-priority-pulse {
  0%,
  70%,
  100% {
    transform: translateY(0);
    box-shadow: 0 16px 30px rgba(12, 119, 103, 0.16);
  }
  78% {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(188, 255, 112, 0.28);
  }
  86% {
    transform: translateY(0);
  }
}

.support-modal[hidden] {
  display: none;
}

.support-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: end center;
  padding: 18px;
}

.support-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 20, 17, 0.58);
  backdrop-filter: blur(10px);
}

.support-modal__dialog {
  position: relative;
  width: min(100%, 430px);
  max-height: min(86vh, 720px);
  overflow: auto;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 250, 0.98), rgba(245, 250, 241, 0.98)),
    #fffdf6;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
}

.support-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(8, 48, 40, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 250, 0.75);
  color: #083028;
  font-size: 1.55rem;
  line-height: 1;
}

.support-modal__dialog .core-home-kicker {
  margin: 0 44px 8px 0;
}

.support-modal__dialog h2 {
  max-width: 13ch;
  margin: 0;
  color: #083028;
  font-size: 1.72rem;
  line-height: 1.08;
  letter-spacing: -0.055em;
}

.support-modal__dialog > p {
  margin: 10px 0 18px;
  color: rgba(8, 48, 40, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

.support-modal-form {
  display: grid;
  gap: 12px;
}

.support-modal-form label {
  display: grid;
  gap: 7px;
  color: rgba(8, 48, 40, 0.78);
  font-size: 0.75rem;
  font-weight: 800;
}

.support-modal-form input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(8, 48, 40, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 250, 0.92);
  color: #083028;
  font: inherit;
  font-size: 0.9rem;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.support-modal-form input:focus {
  border-color: rgba(11, 107, 97, 0.42);
  box-shadow: 0 0 0 4px rgba(188, 255, 112, 0.2);
}

.support-modal-form__consent {
  display: flex !important;
  grid-template-columns: none;
  align-items: flex-start;
  gap: 9px !important;
  padding: 10px 0 2px;
  font-size: 0.72rem !important;
  line-height: 1.45;
  font-weight: 700 !important;
}

.support-modal-form__consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 1px;
  accent-color: #0b6b61;
}

.support-modal-form .btn.primary {
  min-height: 50px;
  border-radius: 14px;
}

.support-modal-form__status {
  min-height: 18px;
  margin: 0;
  color: rgba(8, 48, 40, 0.72);
  font-size: 0.76rem;
  line-height: 1.45;
}

.support-modal-form__status.error {
  color: #a23b23;
}

.support-modal-form__status.success {
  color: #0b6b61;
  font-weight: 800;
}

.support-lead-compact {
  min-height: 360px;
  display: grid;
  align-items: end;
  padding: 110px 0 42px;
  color: #fffdf6;
  background:
    linear-gradient(180deg, rgba(2, 24, 20, 0.14), rgba(2, 24, 20, 0.82)),
    linear-gradient(135deg, #083028, #0b6b61 62%, #c9ff72);
}

.support-lead-compact h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.05rem, 8vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -0.075em;
}

.support-lead-compact p:not(.core-home-kicker) {
  max-width: 36rem;
  margin: 14px 0 0;
  color: rgba(255, 253, 246, 0.84);
  line-height: 1.55;
}

.support-lead-compact .action-lead-hero__route {
  display: none;
}

.support-lead-panel {
  background: linear-gradient(180deg, #f8f6ee, #eef6eb);
}

.support-lead-panel__inner {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(8, 58, 49, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 250, 0.86);
  box-shadow: 0 18px 46px rgba(4, 38, 32, 0.08);
}

.support-lead-panel__inner h2 {
  max-width: 13ch;
  margin: 0;
  color: #083028;
  font-size: clamp(1.55rem, 6vw, 2.2rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
}

.support-lead-panel__inner p:not(.core-home-kicker) {
  margin: 10px 0 0;
  color: rgba(8, 48, 40, 0.68);
  line-height: 1.55;
}

.support-lead-panel__inner > .btn {
  min-height: 50px;
}

.support-lead-panel__link {
  justify-self: start;
  color: #0b6b61;
  font-size: 0.82rem;
  font-weight: 900;
  text-decoration: none;
}

body.support-modal-open {
  overflow: hidden;
}

.priority-sticky {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: max(12px, env(safe-area-inset-bottom));
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(4, 56, 47, 0.94);
  color: #fffdf6;
  box-shadow: 0 22px 46px rgba(1, 20, 17, 0.28);
  backdrop-filter: blur(16px);
}

.priority-sticky span {
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.25;
}

.priority-sticky button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: #c9ff72;
  color: #083028;
  font-size: 0.72rem;
  font-weight: 900;
}

@media (max-width: 760px) {
  body[data-route]:not(.support-modal-open) .priority-sticky {
    display: flex;
  }

  body[data-route] .site-footer {
    padding-bottom: 92px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions {
    gap: 8px;
  }

  body[data-route="smart-home-thuc-te"] .solution-grid {
    gap: 16px;
  }
}

@media (max-width: 460px) {
  body[data-route] .site-header {
    min-height: 68px;
    padding: 10px 20px;
  }

  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    height: 466px;
    min-height: 466px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    padding-top: 92px;
    padding-bottom: 26px;
  }

  body[data-route="home"] .home-hero-compact h1 {
    font-size: clamp(2.08rem, 8.9vw, 2.56rem);
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    max-width: 12.6ch;
    font-size: clamp(1.96rem, 8.4vw, 2.34rem);
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-lead {
    font-size: 0.82rem;
    line-height: 1.46;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
    min-height: 44px;
    font-size: 0.7rem;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__actions {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .support-modal {
    padding: 12px;
  }

  .support-modal__dialog {
    padding: 20px;
    border-radius: 22px;
  }
}

/* Customer review pass: route split, tighter mobile heroes, cleaner support choices. */
body[data-route] :where(
  .core-home-kicker,
  .consultation-kicker,
  .hero-eyebrow,
  .core-home-hero h1,
  .hero-title,
  .core-section-heading h2,
  .home-ai__heading h2,
  .home-overview-card h3,
  .home-general h2,
  .home-general h3,
  .support-modal__dialog h2,
  .support-lead-compact h1,
  .support-lead-panel__inner h2
) {
  letter-spacing: 0 !important;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
}

body[data-route] :where(
  .core-section-heading > p:not(.core-home-kicker),
  .home-ai__heading > p:not(.core-home-kicker),
  .home-overview-card span,
  .home-general p,
  .support-modal__dialog > p,
  .support-modal-form label,
  .support-modal-form input,
  .support-modal-form__status
) {
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 0.86rem;
  line-height: 1.58;
}

body[data-route="home"] .home-hero-compact h1 {
  font-size: 3rem;
  line-height: 1.08;
}

body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
  font-size: 2.78rem;
  line-height: 1.08;
}

body[data-route="home"] .home-overview {
  background: linear-gradient(180deg, #f7f5ee 0%, #eaf2e8 100%);
}

body[data-route="home"] .home-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body[data-route="home"] .home-overview-card {
  display: grid;
  min-height: 224px;
  align-content: end;
  gap: 12px;
  padding: 24px;
  color: var(--brand-ink);
  text-decoration: none;
  border: 1px solid rgba(8, 58, 49, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 18px 44px rgba(4, 38, 32, 0.08);
}

body[data-route="home"] .home-overview-card--core {
  color: #fffdf6;
  border-color: rgba(188, 233, 111, 0.28);
  background: #073d32;
}

body[data-route="home"] .home-overview-card p {
  margin: 0;
  color: #4e8a73;
  font-size: 0.74rem;
  font-weight: 800;
}

body[data-route="home"] .home-overview-card--core p,
body[data-route="home"] .home-overview-card--core h3,
body[data-route="home"] .home-overview-card--core span {
  color: #fffdf6;
}

body[data-route="home"] .home-overview-card h3 {
  margin: 0;
  font-size: 1.44rem;
  line-height: 1.18;
}

body[data-route="home"] .home-overview-card span {
  color: var(--brand-muted);
}

body[data-route="home"] .home-general {
  background: #fffdf8;
}

body[data-route="home"] .home-general__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: start;
}

body[data-route="home"] .home-general h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.18;
}

body[data-route="home"] .home-general__list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--brand-line);
}

body[data-route="home"] .home-general__list article {
  padding: 18px 0;
  border-bottom: 1px solid var(--brand-line);
}

body[data-route="home"] .home-general__list h3 {
  margin: 0;
  color: var(--brand-ink);
  font-size: 1rem;
}

body[data-route="home"] .home-general__list p {
  margin: 7px 0 0;
  color: var(--brand-muted);
}

body[data-route="home"] .home-final--overview .core-final__actions {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body[data-route="home"] .core-path-row {
  grid-template-columns: 44px minmax(0, 1fr) 22px !important;
  gap: 14px;
  min-height: 82px;
  color: #133d34;
  background: rgba(255, 255, 250, 0.9);
}

body[data-route="home"] .core-path-row--core {
  color: #fffdf6 !important;
  border-color: #073d32 !important;
  background: #073d32 !important;
}

body[data-route="home"] .core-path-row--core :where(strong, small, .core-path-row__arrow) {
  color: #fffdf6 !important;
}

body[data-route="home"] .core-path-row__number {
  display: none;
}

body[data-route="home"] .core-path-row__icon {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(13, 103, 86, 0.2);
  border-radius: 50%;
  color: #0b6b61;
  background: #edf7e8;
  box-shadow: inset 0 0 0 7px rgba(255, 253, 248, 0.62);
}

body[data-route="home"] .core-path-row--core .core-path-row__icon {
  color: #073d32;
  border-color: rgba(188, 233, 111, 0.55);
  background: var(--brand-lime);
}

body[data-route="home"] .core-path-row__icon::before,
body[data-route="home"] .core-path-row__icon::after {
  position: absolute;
  content: "";
  box-sizing: border-box;
}

body[data-route="home"] .core-path-row__icon--consult::before {
  width: 18px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

body[data-route="home"] .core-path-row__icon--consult::after {
  width: 7px;
  height: 7px;
  left: 14px;
  top: 23px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  background: transparent;
  transform: rotate(-35deg);
}

body[data-route="home"] .core-path-row__icon--device::before {
  width: 17px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

body[data-route="home"] .core-path-row__icon--device::after {
  width: 4px;
  height: 4px;
  bottom: 11px;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

body[data-route="home"] .core-path-row__icon--check::before {
  width: 21px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

body[data-route="home"] .core-path-row__icon--check::after {
  width: 11px;
  height: 6px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  background: transparent;
  transform: rotate(-45deg) translate(1px, -1px);
}

body[data-route="home"] .core-path-row__icon--shield::before {
  width: 18px;
  height: 21px;
  border: 2px solid currentColor;
  border-radius: 9px 9px 11px 11px;
}

body[data-route="home"] .core-path-row__icon--shield::after {
  width: 9px;
  height: 5px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
  background: transparent;
  transform: rotate(-45deg) translate(1px, -1px);
}

body[data-route="home"] .home-ai-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  max-width: 980px;
}

body[data-route="home"] .home-ai-flow li {
  position: relative;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  min-height: 110px;
  padding: 18px 0;
  border: 0 !important;
}

body[data-route="home"] .home-ai-flow li::before,
body[data-route="home"] .home-ai-flow li::after {
  position: absolute;
  left: 82px;
  right: 0;
  height: 1px;
  content: "";
  background: rgba(20, 77, 62, 0.14);
}

body[data-route="home"] .home-ai-flow li::before {
  top: 0;
}

body[data-route="home"] .home-ai-flow li::after {
  bottom: 0;
}

body[data-route="home"] .home-ai-flow li > span {
  justify-self: center;
  width: 56px;
  height: 56px;
  color: #073d32;
  border: 1px solid rgba(17, 107, 87, 0.24);
  border-radius: 50%;
  background: #fffdf8;
  font-size: 0.96rem;
  font-weight: 800;
}

body[data-route="home"] .home-ai-flow li > span::after {
  display: none !important;
}

body[data-route="home"] .home-ai-flow strong {
  font-size: 0.94rem;
}

body[data-route="home"] .home-ai-flow small {
  font-size: 0.78rem;
  line-height: 1.55;
}

.support-modal {
  place-items: center;
  align-items: center;
  overflow-y: auto;
  padding: 22px 16px;
}

.support-modal__dialog {
  margin: auto;
  max-height: min(88dvh, 720px);
  border-radius: 18px;
}

.support-modal__dialog h2 {
  max-width: 17ch;
  font-size: 1.56rem;
  line-height: 1.14;
}

.support-modal__dialog > p,
.support-modal-form label,
.support-modal-form input,
.support-modal-form__status {
  font-size: 0.84rem;
}

.assessment-shell,
.contact-confirm-shell {
  place-items: center !important;
  align-items: center !important;
  padding-top: max(16px, env(safe-area-inset-top)) !important;
  padding-bottom: max(16px, env(safe-area-inset-bottom)) !important;
}

.assessment-shell__inner,
.contact-confirm-dialog {
  margin: auto;
  max-height: calc(100dvh - 32px);
}

@media (max-width: 760px) {
  body[data-route="home"] .home-overview-grid,
  body[data-route="home"] .home-general__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body[data-route="home"] .home-overview-card {
    min-height: 176px;
    padding: 20px;
  }

  body[data-route="home"] .home-overview-card h3,
  body[data-route="home"] .home-general h2 {
    font-size: 1.42rem;
    line-height: 1.16;
  }

  body[data-route="home"] .home-ai-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }

  body[data-route="home"] .home-ai-flow li {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 96px;
  }

  body[data-route="home"] .home-ai-flow li::before,
  body[data-route="home"] .home-ai-flow li::after {
    left: 78px;
  }

  body[data-route="home"] .home-ai-flow li > span {
    width: 52px;
    height: 52px;
    font-size: 0.9rem;
  }

  body[data-route="home"] .home-final--overview .core-final__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  body[data-route] .site-header {
    min-height: 64px;
    padding: 8px 18px;
  }

  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    height: 430px;
    min-height: 430px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content {
    align-self: start;
    padding-top: 48px;
    padding-bottom: 18px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    align-items: start;
    justify-content: flex-start;
    padding-top: 48px;
    padding-bottom: 18px;
  }

  body[data-route="home"] .home-hero-compact h1,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    max-width: 12.5ch;
    font-size: 1.72rem;
    line-height: 1.1;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-lead {
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.48;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
    font-size: 0.66rem;
    line-height: 1.42;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions {
    margin-top: 14px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
    min-height: 40px;
    font-size: 0.66rem;
  }

  body[data-route="home"] .core-path-row {
    grid-template-columns: 40px minmax(0, 1fr) 18px !important;
    min-height: 76px;
    padding: 11px 12px;
  }

  body[data-route="home"] .core-path-row__icon {
    width: 38px;
    height: 38px;
  }

  .support-modal {
    padding: 16px 12px;
  }
}

@media (max-width: 760px) {
  body[data-route] .site-header {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 64px;
    padding: 8px 16px;
  }

  body[data-route] .site-header .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
    padding-right: 8px;
  }

  body[data-route] .nav-toggle {
    position: fixed !important;
    top: 11px;
    right: 16px;
    z-index: 2000;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex: 0 0 42px;
    margin-left: auto;
    color: #083028;
    background: rgba(255, 255, 250, 0.94);
    transform: none;
  }

  body[data-route] .site-nav {
    flex: none;
  }

  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    height: 430px;
    min-height: 430px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content {
    align-self: start;
    width: min(calc(100% - 32px), 360px);
    max-width: min(calc(100vw - 32px), 360px);
    padding-top: 48px;
    padding-bottom: 18px;
  }

  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    align-items: start;
    justify-content: flex-start;
    width: min(calc(100% - 32px), 360px);
    max-width: min(calc(100vw - 32px), 360px);
    padding-top: 48px;
    padding-bottom: 18px;
  }

  body[data-route="home"] .home-hero-compact h1,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-title {
    max-width: 12.6ch;
    font-size: 1.72rem;
    line-height: 1.1;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__lead,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .hero-lead {
    max-width: 100%;
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.48;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__disclosure {
    max-width: 100%;
    font-size: 0.66rem;
    line-height: 1.42;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__actions .btn,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero .consultation-hero__actions .btn {
    min-height: 40px;
    padding-inline: 6px;
    font-size: 0.66rem;
  }
}

@media (max-width: 760px) {
  body[data-route="home"] .core-home-hero,
  body[data-route="home"] .home-hero-compact,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    height: 372px !important;
    min-height: 372px !important;
  }

  body[data-route="home"] .home-hero-compact .core-home-hero__content,
  body[data-route="smart-home-thuc-te"] .solution-ready-hero__grid {
    padding-top: 38px !important;
    padding-bottom: 22px !important;
  }

  body[data-route="home"] .core-home-hero__actions--single,
  body[data-route="smart-home-thuc-te"] .consultation-hero__actions--single {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  body[data-route] .site-nav.open {
    top: 68px !important;
    width: min(300px, calc(100vw - 32px)) !important;
    gap: 2px !important;
    padding: 6px !important;
  }

  body[data-route] .site-nav.open a {
    min-height: 40px !important;
    padding: 8px 12px !important;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__checks li::before,
  body[data-route="home"] .home-overview-points li::before {
    grid-column: 1;
    grid-row: 1;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__checks li span {
    grid-column: 2;
    grid-row: 1;
    width: auto !important;
    min-width: 0;
  }
}

body[data-route="smart-home-thuc-te"] .solution-card__actions {
  grid-template-columns: 1.2fr 0.8fr !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
  width: 100% !important;
  justify-self: stretch !important;
}

@media (max-width: 760px) {
  body[data-route="smart-home-thuc-te"] .solution-card__actions {
    grid-template-columns: 1.22fr 0.78fr !important;
  }
}

body[data-route="smart-home-thuc-te"] .consultation-heading--devices h2 {
  white-space: nowrap;
}

.purchase-modal[hidden],
.purchase-success-modal[hidden] {
  display: none !important;
}

.purchase-modal,
.purchase-success-modal {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: grid;
  place-items: center;
  min-height: 100dvh;
  padding: 18px;
}

.purchase-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 31, 26, 0.62);
  backdrop-filter: blur(8px);
}

.purchase-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(520px, calc(100vw - 32px));
  max-height: min(92dvh, 760px);
  overflow: auto;
  padding: 18px;
  border: 1px solid rgba(8, 58, 49, 0.12);
  border-radius: 12px;
  background: #fffdf8;
  box-shadow: 0 28px 80px rgba(3, 31, 26, 0.28);
}

.purchase-modal__dialog--success {
  width: min(480px, calc(100vw - 32px));
}

.purchase-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(8, 58, 49, 0.12);
  border-radius: 10px;
  color: #073d32;
  background: rgba(255, 255, 250, 0.92);
  font-size: 1.2rem;
  font-weight: 700;
}

.purchase-modal__dialog h2 {
  max-width: 14ch;
  margin: 4px 42px 6px 0;
  color: #073d32;
  font-size: 1.65rem;
  line-height: 1.12;
}

.purchase-modal__dialog > p:not(.core-home-kicker) {
  margin: 0 0 10px;
  color: rgba(8, 48, 40, 0.68);
  font-size: 0.9rem;
  line-height: 1.55;
}

.purchase-modal-form {
  display: grid;
  gap: 9px;
}

.purchase-device-list {
  display: grid;
  gap: 10px;
}

.purchase-device-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 112px;
  gap: 10px;
  align-items: center;
  padding: 8px;
  border: 1px solid rgba(8, 58, 49, 0.1);
  border-radius: 10px;
  background: rgba(250, 255, 244, 0.72);
}

.purchase-device-row img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  background: #eef4ec;
}

.purchase-device-row strong {
  min-width: 0;
  color: #073d32;
  font-size: 0.95rem;
  line-height: 1.2;
}

.purchase-device-row label,
.purchase-field {
  display: grid;
  gap: 6px;
  margin: 0;
}

.purchase-device-row label span,
.purchase-field span {
  color: rgba(8, 48, 40, 0.7);
  font-size: 0.72rem;
  font-weight: 800;
}

.purchase-device-row input,
.purchase-field input {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(8, 58, 49, 0.14);
  border-radius: 10px;
  color: #073d32;
  background: #fffefa;
  font: inherit;
  font-weight: 700;
  outline: none;
  padding: 10px 12px;
}

.purchase-device-row input:focus,
.purchase-field input:focus {
  border-color: rgba(128, 214, 84, 0.9);
  box-shadow: 0 0 0 4px rgba(184, 244, 111, 0.25);
}

.purchase-device-row small,
.purchase-field small {
  min-height: 13px;
  color: #b23725;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.3;
}

.purchase-device-row label.has-error input,
.purchase-field.has-error input {
  border-color: rgba(178, 55, 37, 0.62);
}

.purchase-add-device {
  min-height: 38px;
  border: 1px dashed rgba(8, 58, 49, 0.22);
  border-radius: 10px;
  color: #0a604e;
  background: rgba(255, 255, 250, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.purchase-extra-list {
  display: grid;
  gap: 10px;
}

.purchase-extra-list[hidden],
.purchase-add-device[hidden] {
  display: none !important;
}

.purchase-confirm-button {
  min-height: 44px;
  border-radius: 10px;
}

.purchase-form-status {
  margin: 0;
  color: rgba(8, 48, 40, 0.68);
  font-size: 0.78rem;
  font-weight: 700;
}

.purchase-form-status:empty {
  display: none;
}

.purchase-form-status.error {
  color: #b23725;
}

.purchase-success-summary {
  display: grid;
  gap: 14px;
  margin: 16px 0;
}

.purchase-success-items {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.purchase-success-items li,
.purchase-success-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(8, 58, 49, 0.1);
  color: #073d32;
}

.purchase-success-summary dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.purchase-success-summary dt {
  color: rgba(8, 48, 40, 0.58);
  font-size: 0.76rem;
  font-weight: 800;
}

.purchase-success-summary dd {
  margin: 0;
  color: #073d32;
  font-weight: 800;
}

body.purchase-modal-open,
body.purchase-success-open {
  overflow: hidden;
}

/* Final polish: denser product cards, MiSol An Tam hero line, and success state. */
body[data-route="home"] .core-home-hero .hero-eyebrow--antam {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

body[data-route="home"] .core-home-hero .hero-eyebrow--antam::before {
  display: inline-block;
  width: 34px;
  height: 1px;
  flex: 0 0 34px;
  content: "";
  background: currentColor;
  opacity: 0.72;
}

body[data-route="smart-home-thuc-te"] .solution-card__body {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto;
  min-height: 0 !important;
  gap: 13px !important;
  padding: 16px !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__eyebrow {
  display: none !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__pain {
  margin: 0 !important;
  font-size: 1.16rem !important;
  line-height: 1.22 !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 14px;
  align-items: end;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks {
  min-height: 0 !important;
  gap: 7px !important;
  align-content: start;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks li {
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 8px !important;
  font-size: 0.84rem !important;
  line-height: 1.32 !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__price {
  display: grid !important;
  justify-items: end;
  align-content: end;
  gap: 3px !important;
  min-width: 92px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: right;
}

body[data-route="smart-home-thuc-te"] .solution-card__price-before {
  display: block;
  color: rgba(8, 48, 40, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

body[data-route="smart-home-thuc-te"] .solution-card__price strong {
  display: block;
  color: #073d32;
  font-size: 1.22rem !important;
  line-height: 1.05 !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 10px !important;
  margin-top: 0 !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
  min-width: 0;
  min-height: 48px !important;
  padding-inline: 10px !important;
  font-size: 0.82rem !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  white-space: normal !important;
}

.purchase-success-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #073d32;
  background: #b9f46f;
  box-shadow: 0 12px 26px rgba(118, 203, 73, 0.28);
  font-size: 1.45rem;
  font-weight: 900;
}

.purchase-modal__dialog--success h2 {
  max-width: 16ch;
  margin-bottom: 8px;
}

.purchase-success-note {
  margin: 0 0 14px !important;
  color: rgba(8, 48, 40, 0.68);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 760px) {
  body[data-route="smart-home-thuc-te"] .consultation-heading--devices h2 {
    font-size: 1.42rem;
    line-height: 1.08;
  }

  .purchase-modal,
  .purchase-success-modal {
    padding: 14px;
  }

  .purchase-modal__dialog {
    width: min(392px, calc(100vw - 28px));
    padding: 16px;
  }

  .purchase-modal .purchase-modal__dialog > p:not(.core-home-kicker) {
    display: none;
  }

  .purchase-device-row {
    grid-template-columns: 52px minmax(0, 1fr) 96px;
    gap: 9px;
    padding: 8px;
  }

  .purchase-device-row img {
    width: 52px;
    height: 52px;
  }

  .purchase-device-row strong {
    font-size: 0.86rem;
  }
}

@media (max-width: 420px) {
  body[data-route="smart-home-thuc-te"] .solution-card__body {
    padding: 15px !important;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__details {
    grid-template-columns: minmax(0, 1fr) 94px;
    gap: 10px;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__checks li {
    font-size: 0.8rem !important;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__price strong {
    font-size: 1.1rem !important;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__actions {
    gap: 8px !important;
  }

  body[data-route="smart-home-thuc-te"] .solution-card__actions .btn {
    min-height: 46px !important;
    font-size: 0.76rem !important;
  }
}

/* Follow-up polish: aligned check icons, consistent kicker lines, home light switch, scroll-gated sticky. */
body[data-route="smart-home-thuc-te"] .solution-card__checks li {
  align-items: center !important;
  min-height: 21px;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks li::before {
  align-self: center !important;
  margin-top: 0 !important;
  transform: none !important;
}

body[data-route="smart-home-thuc-te"] .solution-card__checks li span {
  display: block;
  line-height: 1.3 !important;
}

body[data-route="smart-home-thuc-te"] .consultation-kicker,
body[data-route="home"] .hero-eyebrow--antam {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
}

body[data-route="smart-home-thuc-te"] .consultation-kicker::before,
body[data-route="home"] .hero-eyebrow--antam::before {
  display: inline-block !important;
  width: 28px !important;
  height: 1px !important;
  flex: 0 0 28px !important;
  content: "" !important;
  background: currentColor !important;
  opacity: 0.72;
}

body[data-route="home"] .home-overview-hero {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

body[data-route="home"] .home-overview-hero .core-home-hero__image {
  transition: filter 900ms ease, transform 1200ms ease;
}

body[data-route="home"] .home-overview-hero:not(.is-lit) .core-home-hero__image {
  filter: brightness(0.52) saturate(0.8) contrast(1.05);
}

body[data-route="home"] .home-overview-hero.is-lit .core-home-hero__image {
  filter: brightness(1.12) saturate(1.08) contrast(1.03);
  transform: scale(1.015);
}

body[data-route="home"] .home-overview-hero .core-home-hero__veil {
  transition: background 700ms ease, opacity 700ms ease;
}

body[data-route="home"] .home-overview-hero.is-lit .core-home-hero__veil {
  background: linear-gradient(90deg, rgba(2, 29, 25, 0.68) 0%, rgba(2, 29, 25, 0.43) 52%, rgba(2, 29, 25, 0.08) 100%);
}

body[data-route="home"] .home-hero-light-glow {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 67% 34%, rgba(255, 230, 154, 0.34) 0 16%, transparent 42%),
    radial-gradient(circle at 82% 62%, rgba(189, 233, 141, 0.16) 0 12%, transparent 36%);
  mix-blend-mode: screen;
  transition: opacity 800ms ease;
}

body[data-route="home"] .home-overview-hero.is-lit .home-hero-light-glow {
  opacity: 1;
}

body[data-route="home"] .home-hero-light-toggle {
  position: absolute;
  right: clamp(20px, 8vw, 90px);
  bottom: clamp(96px, 18vw, 150px);
  z-index: 3;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #fffdf6;
  background: rgba(5, 50, 42, 0.62);
  box-shadow: 0 16px 38px rgba(1, 19, 16, 0.28);
  backdrop-filter: blur(14px);
  font-size: 0.76rem;
  font-weight: 900;
}

body[data-route="home"] .home-overview-hero.is-lit .home-hero-light-toggle {
  color: #073d32;
  border-color: rgba(185, 244, 111, 0.55);
  background: rgba(216, 255, 149, 0.88);
}

@media (max-width: 760px) {
  body[data-route="home"]:not(.priority-sticky-ready) .priority-sticky {
    display: none !important;
  }
}

@media (max-width: 460px) {
  body[data-route="home"] .home-hero-light-toggle {
    right: 22px;
    bottom: 88px;
    min-height: 36px;
    padding-inline: 13px;
    font-size: 0.7rem;
  }
}
