/*
 * FixHub repair-schematic theme
 * Standalone, non-destructive override for the existing static-site markup.
 */

:root {
  color-scheme: dark;
  --bg: #06101a;
  --bg-soft: #081622;
  --card: #0a1825;
  --card-solid: #0b1b2a;
  --navy: #06101a;
  --ink: #e4edf7;
  --text: #e4edf7;
  --muted: #8ea5bb;
  --cyan: #78aeda;
  --cyan-bright: #9bc5e8;
  --cyan-soft: rgba(120, 174, 218, .1);
  --violet: #78aeda;
  --violet-soft: rgba(120, 174, 218, .1);
  --warm: #78aeda;
  --warm-2: #8dbbe0;
  --gold: #78aeda;
  --gold-soft: rgba(120, 174, 218, .1);
  --teal: #78aeda;
  --teal-soft: rgba(120, 174, 218, .08);
  --wa: #78aeda;
  --wa-hi: #9bc5e8;
  --wa-ink: #06101a;
  --line: rgba(120, 174, 218, .18);
  --line-strong: rgba(120, 174, 218, .46);
  --glow: none;
  --glow-soft: none;
  --shadow: 0 22px 58px rgba(2, 8, 14, .34);
  --radius: 4px;
  --radius-lg: 6px;
  --max: 1180px;
  --header: 98px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

html {
  background: var(--bg);
  scroll-padding-top: calc(var(--header) + 16px);
}

body {
  color: var(--text);
  background: var(--bg);
  font-family: var(--sans);
}

body::before {
  z-index: 0;
  background:
    linear-gradient(rgba(120, 174, 218, .034) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .034) 1px, transparent 1px),
    radial-gradient(circle at 8% 3%, rgba(120, 174, 218, .08), transparent 28%),
    #06101a;
  background-size: 48px 48px, 48px 48px, auto, auto;
}

main,
.section,
.services,
.trust,
.symptoms,
.how,
.location,
.about,
.faq,
.ig-cases {
  color: var(--text);
  background-color: transparent;
}

main {
  position: relative;
  z-index: 1;
  background: transparent;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 1px solid var(--cyan-bright);
  outline-offset: 4px;
}

/* Technical label system */
.eyebrow,
.section-kicker,
.device-card-top,
.device-card > a,
.ig-profile-link small,
.ig-system-id,
.ig-system-status,
.ig-case-type,
.ig-case-state,
.ig-embed-meta a,
.trust-step,
.trust-card-copy small,
.trust-outcome,
.sf-list-label,
.sf-result-kicker,
.sf-tab small,
.sf-diagnostic-path,
.sf-result-status,
.sf-disclaimer,
.process-number,
.location-status,
.location-address small,
.location-facts dt,
.location-map-bar,
.portrait-status,
.portrait-experience,
.martin-portrait figcaption span,
.about-proof-list dt,
.footer-cta-kicker,
.footer-open-now,
.site-footer .footer-column h2,
.footer-address-copy small,
.copyright,
.powered-by,
.top-contact-bar,
.lang-kicker,
.lang-menu-kicker,
.lang-option-copy small {
  font-family: var(--mono);
}

.section-kicker,
.eyebrow,
.footer-cta-kicker {
  color: var(--cyan);
  font-weight: 500;
  letter-spacing: .17em;
}

.section {
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) 0;
  border-top: 1px dashed rgba(120, 174, 218, .22);
}

.section:nth-of-type(even) {
  background-color: rgba(4, 13, 22, .28);
}

.section-heading {
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, .65fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 56px);
}

.section-heading h2,
.about-copy h2,
.faq-intro h2,
.footer-cta h2 {
  color: var(--text);
  font-weight: 900;
  letter-spacing: -.035em;
}

.section-heading h2 {
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.08;
}

.section-heading h2 span,
.about-copy h2 span,
.faq-intro h2 span,
.footer-cta h2 span {
  color: var(--cyan-bright);
}

.section-heading > p:last-child {
  color: var(--muted);
  border-left: 1px dashed var(--line-strong);
  font-size: 14px;
}

/* Header */
.site-header {
  height: auto;
  color: var(--text);
  background: rgba(6, 16, 26, .93);
  border-bottom: 1px dashed rgba(120, 174, 218, .3);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.site-header.scrolled {
  background: rgba(6, 16, 26, .97);
  box-shadow: 0 18px 38px rgba(2, 8, 14, .24);
}

.top-contact-bar {
  min-height: 30px;
  color: #7f97ad;
  background: rgba(3, 11, 19, .82);
  border-bottom: 1px dashed rgba(120, 174, 218, .17);
  font-size: 9px;
  letter-spacing: .1em;
}

.top-contact-inner {
  min-height: 30px;
}

.header-inner {
  min-height: 68px;
}

.wordmark-logo {
  filter: brightness(0) invert(1) opacity(.92);
}

.site-nav {
  margin-left: auto;
  gap: clamp(12px, 1.6vw, 24px);
}

.site-nav > a:not(.nav-cta) {
  color: #9db0c2;
  font-size: 12px;
  font-weight: 500;
}

.site-nav > a:not(.nav-cta):hover,
.site-nav > a:not(.nav-cta):focus-visible {
  color: var(--cyan-bright);
  text-shadow: none;
}

.nav-cta,
.button,
.sf-cta,
.mobile-contact {
  border-radius: 0;
  box-shadow: none;
}

.nav-cta,
.button-primary,
.sf-cta.is-whatsapp,
.mobile-contact.is-whatsapp,
.footer-cta-button {
  color: #06101a;
  background: var(--cyan);
  border-color: var(--cyan);
}

.nav-cta:hover,
.button-primary:hover,
.sf-cta.is-whatsapp:hover,
.footer-cta-button:hover {
  color: #06101a;
  background: var(--cyan-bright);
  border-color: var(--cyan-bright);
  filter: none;
  box-shadow: none;
}

.button-ghost {
  color: var(--cyan-bright);
  background: rgba(8, 22, 34, .72);
  border: 1px solid var(--line-strong);
  backdrop-filter: none;
}

.button-ghost:hover {
  color: var(--text);
  background: rgba(120, 174, 218, .09);
  box-shadow: none;
}

.lang-switch {
  display: inline-grid;
  grid-template-columns: 32px 42px 46px;
  align-items: stretch;
  width: 120px;
  min-width: 120px;
  min-height: 44px;
  margin-left: 12px;
  overflow: hidden;
  color: #c5d4e2;
  background: #081724;
  border: 1px solid rgba(120, 174, 218, .34);
  border-radius: 0;
}

.lang-switch-icon {
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(120, 174, 218, .06);
  border-right: 1px solid rgba(120, 174, 218, .22);
}

.lang-switch-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
}

.lang-switch-option {
  position: relative;
  min-width: 0;
  min-height: 42px;
  padding: 0 7px;
  color: #8ea5b9;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .04em;
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

.lang-switch-option + .lang-switch-option {
  border-left: 1px solid rgba(120, 174, 218, .16);
}

.lang-switch-option::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 4px;
  left: 9px;
  height: 1px;
  background: var(--cyan);
  opacity: 0;
  transform: scaleX(.3);
  transition: opacity .18s ease, transform .18s ease;
}

.lang-switch-option[aria-pressed="true"] {
  color: #f2f8ff;
  background: rgba(120, 174, 218, .13);
}

.lang-switch-option[aria-pressed="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.lang-switch-option:hover {
  color: var(--text);
  background: rgba(120, 174, 218, .09);
}

.lang-switch-option:focus-visible {
  z-index: 1;
  color: var(--text);
  outline: 1px solid var(--cyan);
  outline-offset: -3px;
}

.lang-switch-option:active {
  transform: translateY(1px);
}

/* Hero */
.hero {
  min-height: 760px;
  height: auto;
  padding: calc(var(--header) + 46px) 0 70px;
  color: var(--text);
  background: #06101a;
  isolation: isolate;
}

.hero-photo {
  inset: 0;
  opacity: .17;
  filter: saturate(.38) contrast(1.08);
  background-position: center;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .18), #000 64%, rgba(0, 0, 0, .55));
}

.hero-shade {
  background:
    linear-gradient(rgba(120, 174, 218, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .04) 1px, transparent 1px),
    linear-gradient(90deg, #06101a 0%, rgba(6, 16, 26, .88) 42%, rgba(6, 16, 26, .32) 100%);
  background-size: 44px 44px, 44px 44px, auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  padding-top: 0;
}

.hero-copy {
  width: auto;
  max-width: 590px;
}

.eyebrow {
  margin-bottom: 18px;
  font-size: 10px;
}

.eyebrow span {
  width: 32px;
  height: 1px;
  background: var(--cyan);
  border-radius: 0;
}

.hero h1 {
  color: var(--text);
  font-size: clamp(43px, 5.2vw, 68px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

.hero h1 span {
  color: var(--cyan-bright);
  filter: none;
}

.hero-lede {
  max-width: 520px;
  color: #9fb2c4;
  font-size: 15px;
  line-height: 1.85;
}

.hero-fault-stack {
  position: relative;
  max-width: 520px;
  margin-top: 23px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(83, 182, 223, .09), transparent 32%),
    rgba(6, 18, 29, .82);
  border: 1px solid rgba(120, 174, 218, .3);
  box-shadow: inset 3px 0 0 rgba(83, 182, 223, .42);
}

.hero-fault-stack::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 36px;
  right: 0;
  left: 0;
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(117, 218, 239, .74), transparent);
  pointer-events: none;
}

.fault-stack-head {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 36px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 13px 7px 15px;
  border-bottom: 1px solid rgba(120, 174, 218, .22);
}

.fault-stack-label {
  color: var(--cyan);
  font: 600 9px/1 var(--mono);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.fault-stack-order {
  color: #7f96aa;
  font: 500 9px/1.25 var(--mono);
  letter-spacing: .08em;
  text-align: right;
  text-transform: uppercase;
}

.fault-layer-list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fault-layer {
  --layer-accent: 120, 174, 218;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 27px;
  gap: 12px;
  align-items: center;
  min-height: 47px;
  padding: 7px 13px 7px 15px;
  background: linear-gradient(90deg, rgba(var(--layer-accent), .075), transparent 58%);
  transition: background-color .24s ease, transform .28s var(--ease);
}

.fault-layer + .fault-layer {
  border-top: 1px solid rgba(120, 174, 218, .16);
}

.fault-layer-2 {
  --layer-accent: 92, 194, 210;
}

.fault-layer-3 {
  --layer-accent: 54, 211, 196;
}

.fault-layer:hover {
  background-color: rgba(var(--layer-accent), .07);
  transform: translate3d(3px, 0, 0);
}

.fault-code {
  display: grid;
  width: 31px;
  height: 27px;
  place-items: center;
  color: var(--cyan-bright);
  background: rgba(var(--layer-accent), .09);
  border: 1px solid rgba(var(--layer-accent), .42);
  font: 600 9px/1 var(--mono);
  letter-spacing: .1em;
}

.fault-layer-body {
  display: grid;
  grid-template-columns: minmax(94px, .55fr) minmax(0, 1fr);
  gap: 10px;
  align-items: baseline;
}

.fault-layer-body strong {
  color: #e8f3fb;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
}

.fault-copy {
  color: #9db1c3;
  font-size: 11px;
  line-height: 1.45;
}

.fault-signal {
  display: flex;
  height: 17px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 3px;
}

.fault-signal i {
  display: block;
  width: 3px;
  height: 7px;
  background: rgb(var(--layer-accent));
  opacity: .17;
}

.fault-signal i:nth-child(2) {
  height: 11px;
}

.fault-signal i:nth-child(3) {
  height: 16px;
}

.fault-layer-1 .fault-signal i:first-child,
.fault-layer-2 .fault-signal i:nth-child(-n + 2),
.fault-layer-3 .fault-signal i {
  opacity: .86;
}

.hero-actions {
  gap: 10px;
  margin-top: 28px;
}

.button {
  min-height: 52px;
  padding-inline: 21px;
  font-size: 13px;
}

.hero-media-stage {
  position: relative;
  min-height: 500px;
}

.hero-photo-card {
  position: absolute;
  inset: 18px 0 0;
  overflow: hidden;
  border: 1px solid rgba(120, 174, 218, .3);
  border-radius: 0;
  background: #081724;
  box-shadow: 18px 18px 0 rgba(2, 9, 16, .36);
  animation: none;
}

.hero-photo-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 10px;
  pointer-events: none;
  border: 1px dashed rgba(120, 174, 218, .48);
}

.hero-photo-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -18%;
  right: 11px;
  left: 11px;
  height: 18%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(120, 174, 218, .22));
  opacity: .58;
  transform: translate3d(0, 0, 0);
  animation: fh-schematic-scan 6.4s linear infinite;
}

.hero-photo-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .68;
  filter: saturate(.45) contrast(1.1);
}

.hero-photo-badge {
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px;
  color: #b7cbe0;
  background: rgba(5, 15, 24, .86);
  border: 1px dashed rgba(120, 174, 218, .34);
  border-radius: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  backdrop-filter: blur(8px);
}

.hero-photo-badge > span[data-i18n] {
  color: #eef7ff;
  text-shadow: 0 1px 12px rgba(0, 0, 0, .72);
}

.hero-photo-badge > .hero-photo-badge-arrow {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #dff4ff;
  border: 1px solid rgba(155, 197, 232, .58);
  background: linear-gradient(145deg, rgba(155, 197, 232, .18), rgba(120, 174, 218, .06));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035), 0 0 20px rgba(120, 174, 218, .12);
  transition: color .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}

.hero-photo-badge > .hero-photo-badge-arrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: square;
  stroke-linejoin: miter;
}

.hero-photo-card:hover .hero-photo-badge-arrow {
  color: #fff;
  border-color: rgba(155, 197, 232, .92);
  transform: translate(2px, -2px);
}

.hero-photo-badge img {
  width: 112px;
  filter: brightness(0) invert(1) opacity(.82);
}

.hero-logo-tile {
  z-index: 4;
  top: auto;
  right: auto;
  bottom: -14px;
  left: 0;
  width: 108px;
  height: 108px;
  padding: 12px;
  background: #07131f;
  border: 1px solid var(--cyan);
  border-radius: 0;
  box-shadow: none;
  animation: fh-schematic-pulse 4.8s var(--ease) infinite;
}

.hero-logo-tile img {
  filter: saturate(.68) contrast(1.05);
}

.hero-device-cluster {
  display: none;
}

/* Connected proof strip */
.quick-strip {
  color: var(--text);
  background: #07131f;
  border-block: 1px dashed rgba(120, 174, 218, .24);
}

.quick-grid > div,
.quick-grid > div:hover {
  min-height: 108px;
  color: var(--text);
  background: transparent;
  border-color: rgba(120, 174, 218, .18);
  box-shadow: none;
}

.quick-grid .q-ico {
  color: var(--cyan);
  background: rgba(120, 174, 218, .06);
  border: 1px dashed rgba(120, 174, 218, .34);
  border-radius: 0;
}

.quick-copy > span {
  color: var(--muted);
}

/* Brand sheet */
.brand-strip {
  padding: 28px 0;
  background: #081622;
  border-bottom: 1px dashed rgba(120, 174, 218, .22);
}

.brand-strip-inner {
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 34px;
}

.brand-strip-title img {
  width: 104px;
  filter: brightness(0) invert(1) opacity(.78);
}

.brand-strip-title span,
.brand-strip-title p {
  color: var(--muted);
}

.brand-strip-title span {
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
}

.phone-brand-list {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1px;
  background: rgba(120, 174, 218, .2);
  border: 1px dashed rgba(120, 174, 218, .24);
}

.phone-brand-list li {
  min-height: 70px;
  background: rgba(6, 16, 26, .54);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.phone-brand-logo {
  filter: brightness(0) invert(1) opacity(.54);
  transition: opacity .24s ease, transform .28s var(--ease);
}

.phone-brand-list li:hover .phone-brand-logo {
  opacity: .92;
  transform: translate3d(0, -2px, 0);
}

.phone-brand-list .brand-huawei .phone-brand-logo {
  width: 31px;
}

.phone-brand-list .brand-honor .phone-brand-logo {
  width: 92px;
  max-height: 24px;
}

/* Services: two-column technical records rather than four floating cards */
.services {
  background: rgba(7, 20, 31, .5);
}

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

.services .device-card {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  grid-template-areas:
    "top top"
    "media title"
    "media desc"
    "media link";
  grid-template-rows: auto auto 1fr auto;
  column-gap: 20px;
  min-height: 276px;
  padding: 0 20px 20px 0;
  overflow: hidden;
  color: var(--text);
  background: #091925;
  border: 1px solid rgba(120, 174, 218, .2);
  border-radius: 2px;
  box-shadow: none;
  backdrop-filter: none;
}

.services .device-card:hover {
  background: #0a1d2b;
  border-color: rgba(120, 174, 218, .44);
  box-shadow: none;
  transform: translate3d(0, -3px, 0);
}

.services .device-card::after {
  display: none;
}

.device-card-top {
  grid-area: top;
  min-height: 42px;
  padding: 0 14px;
  color: #6f8aa2;
  background: rgba(5, 14, 23, .68);
  border-bottom: 1px dashed rgba(120, 174, 218, .2);
  font-size: 9px;
}

.device-card-top b {
  color: var(--cyan);
}

.device-glyph {
  grid-area: media;
  align-self: stretch;
  min-height: 234px;
  overflow: hidden;
  border-right: 1px dashed rgba(120, 174, 218, .2);
}

.device-glyph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .58;
  filter: saturate(.38) contrast(1.08);
  transition: opacity .3s ease, transform .48s var(--ease);
}

.device-card:hover .device-glyph img {
  opacity: .78;
  transform: scale(1.025);
}

.device-card h3 {
  grid-area: title;
  align-self: end;
  margin: 18px 0 4px;
  color: var(--text);
  font-size: 20px;
}

.device-card > p {
  grid-area: desc;
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
}

.device-card > ul {
  grid-area: list;
  margin: 14px 0 0;
  padding: 12px 0 0;
  color: #a9bbcb;
  border-top: 1px dashed rgba(120, 174, 218, .17);
}

.device-card > ul li {
  color: #9cb0c1;
  border-color: rgba(120, 174, 218, .14);
  font-size: 11.5px;
}

.device-card > a {
  grid-area: link;
  align-self: end;
  min-height: 36px;
  color: var(--cyan-bright);
  border-top: 1px dashed rgba(120, 174, 218, .2);
  font-size: 10px;
}

/* Repair log */
.ig-cases {
  background:
    linear-gradient(rgba(120, 174, 218, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .035) 1px, transparent 1px),
    #06111c;
  background-size: 42px 42px;
  border-block-color: rgba(120, 174, 218, .22);
}

.ig-cases::before {
  opacity: 0;
}

.ig-cases .ig-proof-heading h2,
.ig-cases .ig-proof-heading h2 span {
  color: var(--text);
}

.ig-cases .ig-proof-heading h2 span {
  color: var(--cyan-bright);
}

.ig-profile-link {
  color: var(--text);
  background: #081824;
  border: 1px dashed rgba(120, 174, 218, .34);
  border-radius: 0;
  box-shadow: inset 3px 0 0 var(--cyan);
}

.ig-profile-icon {
  color: var(--cyan);
  background: rgba(120, 174, 218, .08);
  border: 1px solid rgba(120, 174, 218, .28);
  border-radius: 0;
}

.ig-profile-link:hover,
.ig-profile-link:focus-visible {
  color: var(--text);
  background: #0a1c2a;
  border-color: var(--cyan);
}

.ig-cases[data-feed-source="rednote"] .ig-profile-link {
  box-shadow: inset 3px 0 0 #ff2442;
}

.ig-cases[data-feed-source="rednote"] .ig-profile-icon {
  color: #fff;
  background: #ff2442;
  border-color: rgba(255, 94, 117, .56);
}

.ig-cases[data-feed-source="rednote"] .ig-profile-link small,
.ig-cases[data-feed-source="rednote"] .ig-profile-link b {
  color: #ff6b7f;
}

.ig-system-bar {
  color: var(--text);
  background: #0a1b29;
  border: 1px solid rgba(120, 174, 218, .32);
  border-bottom-color: rgba(120, 174, 218, .32);
  border-radius: 0;
  box-shadow: none;
}

.ig-system-id small,
.ig-system-status b,
.ig-system-signal i {
  color: var(--cyan-bright);
}

.ig-system-signal i,
.ig-system-trace i,
.ig-system-trace::before,
.ig-system-trace::after,
.ig-case-state i {
  background: var(--cyan);
}

.ig-system-signal,
.ig-system-status li {
  border-color: rgba(120, 174, 218, .24);
}

.ig-system-signal::before,
.ig-system-signal::after {
  border-color: rgba(120, 174, 218, .52);
}

.ig-system-trace {
  background: rgba(120, 174, 218, .22);
}

.martin-rednote-gallery {
  margin: 18px 0 24px;
  overflow: hidden;
  background: #071620;
  border: 1px solid rgba(120, 174, 218, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.martin-rednote-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
  padding: 13px 18px;
  background: #081824;
  border-bottom: 1px dashed rgba(120, 174, 218, .28);
  box-shadow: inset 3px 0 0 #ff2442;
}

.martin-rednote-gallery-head > span {
  display: grid;
  gap: 4px;
}

.martin-rednote-gallery-head small,
.martin-rednote-caption small {
  color: #ff6b7f;
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
}

.martin-rednote-gallery-head strong {
  color: var(--text);
  font-size: 17px;
  font-weight: 700;
}

.martin-rednote-gallery-head > a {
  flex: none;
  color: var(--cyan-bright);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .04em;
}

.martin-rednote-gallery-head > a:hover,
.martin-rednote-gallery-head > a:focus-visible {
  color: #fff;
}

.martin-rednote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.martin-rednote-tile {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  color: var(--text);
  background: #06101a;
  border-right: 1px dashed rgba(120, 174, 218, .24);
}

.martin-rednote-tile:last-child {
  border-right: 0;
}

.martin-rednote-media {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #050d15;
}

.martin-rednote-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  filter: saturate(.88) contrast(1.05);
  transform: scale(1.001);
  transition: transform .45s var(--ease), filter .35s ease, opacity .35s ease;
}

.martin-rednote-tile:hover .martin-rednote-media img,
.martin-rednote-tile:focus-visible .martin-rednote-media img {
  opacity: 1;
  filter: saturate(1) contrast(1.06);
  transform: scale(1.025);
}

.martin-rednote-caption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 5px 10px;
  min-height: 78px;
  padding: 12px 14px;
  background: #081824;
  border-top: 1px solid rgba(120, 174, 218, .2);
}

.martin-rednote-caption small {
  grid-column: 1 / -1;
  color: var(--cyan);
}

.martin-rednote-tile-primary .martin-rednote-caption small {
  color: #ff6b7f;
}

.martin-rednote-caption strong {
  min-width: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.martin-rednote-caption b {
  align-self: center;
  color: #ff6b7f;
  font-family: var(--mono);
  font-size: 12px;
}

.ig-cases .ig-embed-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
  background: #071620;
  border: 1px solid rgba(120, 174, 218, .3);
  border-radius: 0;
  box-shadow: none;
}

.ig-cases .ig-embed-card,
.ig-cases .ig-embed-card:hover {
  color: var(--text);
  background: #071620;
  border-right: 1px dashed rgba(120, 174, 218, .23);
}

.ig-cases .ig-embed-card > header,
.ig-cases .ig-embed-meta {
  color: var(--text);
  background-color: #081824;
  border-color: rgba(120, 174, 218, .2);
}

.ig-cases .ig-embed-card:hover > header,
.ig-cases .ig-embed-card:hover .ig-embed-meta {
  background-color: #0a1d2b;
}

.ig-cases .ig-case-index {
  color: #06101a;
  background: var(--cyan);
  border-color: var(--cyan);
}

.ig-cases .ig-case-type,
.ig-cases .ig-embed-meta a,
.ig-cases .ig-case-state {
  color: var(--cyan);
}

.ig-cases .ig-embed-card > header h3 {
  color: var(--text);
}

.ig-cases .ig-embed-shell {
  background: #06101a;
  border-color: rgba(120, 174, 218, .2);
}

.ig-cases .ig-embed-shell img {
  opacity: .72;
  filter: saturate(.5) contrast(1.1);
}

.ig-cases .ig-embed-shell:hover img {
  opacity: .92;
  filter: saturate(.72) contrast(1.12);
}

.ig-cases[data-feed-source="rednote"] .ig-embed-shell img {
  opacity: .9;
  filter: saturate(.86) contrast(1.06);
}

.ig-cases[data-feed-source="rednote"] .ig-embed-shell:hover img {
  opacity: 1;
  filter: saturate(1) contrast(1.08);
}

.ig-cases .ig-embed-shell::before {
  background: linear-gradient(180deg, transparent, rgba(120, 174, 218, .23));
}

.ig-cases .ig-embed-shell::after {
  background:
    linear-gradient(var(--cyan), var(--cyan)) 0 0 / 22px 1px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 0 0 / 1px 22px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 100% 0 / 22px 1px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 100% 0 / 1px 22px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 0 100% / 22px 1px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 0 100% / 1px 22px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 100% 100% / 22px 1px no-repeat,
    linear-gradient(var(--cyan), var(--cyan)) 100% 100% / 1px 22px no-repeat;
}

.ig-cases .ig-embed-badge {
  color: var(--cyan-bright);
  background: rgba(5, 15, 24, .9);
  border: 1px solid rgba(120, 174, 218, .38);
  border-radius: 0;
  box-shadow: none;
}

.ig-cases[data-feed-source="rednote"] .ig-embed-badge svg,
.ig-cases[data-feed-source="rednote"] .ig-case-state i {
  color: #ff4963;
  fill: currentColor;
}

.ig-cases .ig-embed-meta p {
  color: var(--muted);
}

/* Trust sheet */
.trust {
  background: rgba(5, 14, 23, .58);
}

.trust-grid {
  gap: 0;
  overflow: hidden;
  border: 1px dashed rgba(120, 174, 218, .28);
}

.trust-card,
.trust-card-feature,
.trust-card:nth-child(2) {
  min-height: 208px;
  padding: 26px;
  color: var(--text);
  background: #081824;
  border: 0;
  border-right: 1px dashed rgba(120, 174, 218, .2);
  border-bottom: 1px dashed rgba(120, 174, 218, .2);
  border-radius: 0;
  box-shadow: none;
}

.trust-card:nth-child(even) {
  border-right: 0;
}

.trust-card:nth-child(n + 3) {
  border-bottom: 0;
}

.trust-card:hover,
.trust-card-feature:hover {
  background: #0a1d2b;
  border-color: rgba(120, 174, 218, .3);
  box-shadow: none;
  transform: translate3d(0, -2px, 0);
}

.trust-card::before,
.trust-card::after,
.trust-card .trust-ico::before,
.trust-card .trust-ico::after {
  display: none;
}

.trust-step {
  color: #6e8aa3;
}

.trust-card .trust-ico,
.trust-card-feature .trust-ico,
.trust-card:not(.trust-card-feature) .trust-ico {
  width: 52px;
  height: 52px;
  color: var(--cyan);
  background: rgba(120, 174, 218, .06);
  border: 1px dashed rgba(120, 174, 218, .3);
  border-radius: 0;
  box-shadow: none;
}

.trust-card .trust-icon-fill {
  fill: rgba(120, 174, 218, .08);
}

.trust-card h3,
.trust-card-feature h3,
.trust-card p,
.trust-card-feature p {
  color: var(--text);
}

.trust-card p,
.trust-card-feature p {
  color: var(--muted);
}

.trust-card-copy small,
.trust-card-feature .trust-card-copy small,
.trust-outcome,
.trust-card-feature .trust-outcome {
  color: var(--cyan);
  background: transparent;
  border-color: rgba(120, 174, 218, .2);
  border-radius: 0;
}

/* Diagnostic selector */
.symptoms {
  background:
    radial-gradient(circle at 88% 18%, rgba(38, 162, 190, .09), transparent 24%),
    linear-gradient(rgba(120, 174, 218, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .025) 1px, transparent 1px),
    #06111b;
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.symptoms .section-heading {
  position: relative;
  padding-top: 28px;
  border-top: 1px solid rgba(120, 174, 218, .2);
}

.symptoms .section-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 92px;
  height: 2px;
  background: var(--cyan);
}

.symptoms .section-heading h2 {
  max-width: 760px;
}

.symptoms .section-heading > p:last-child {
  align-self: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

.symptom-finder {
  display: block;
  overflow: hidden;
  color: #132833;
  background: #eef5f6;
  border: 1px solid rgba(142, 190, 202, .48);
  border-radius: 18px;
  box-shadow: 0 28px 72px rgba(0, 9, 16, .3), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.sf-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  background: #0a1a24;
  border: 0;
  border-bottom: 1px solid rgba(142, 190, 202, .24);
}

.sf-tab {
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  min-height: 86px;
  padding: 16px 22px;
  color: #8da7b7;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(142, 190, 202, .15);
  border-radius: 0;
  box-shadow: none;
}

.sf-tab:last-child {
  border-right: 0;
}

.sf-tab::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 0;
  left: 22px;
  height: 3px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s var(--ease);
}

.sf-tab svg {
  width: 27px;
  height: 27px;
}

.sf-tab strong {
  font-size: 14px;
}

.sf-tab:hover {
  color: #dceaf0;
  background: rgba(120, 197, 216, .07);
  border-color: rgba(142, 190, 202, .22);
}

.sf-tab.active {
  color: #f5fbfd;
  background: linear-gradient(180deg, rgba(34, 104, 123, .36), rgba(13, 42, 55, .42));
  border-color: rgba(142, 216, 232, .24);
  box-shadow: none;
}

.sf-tab.active::after {
  transform: scaleX(1);
}

.sf-tab.active small {
  color: #8cc7d7;
  opacity: 1;
}

.sf-tab.active svg {
  color: #7cd8eb;
}

.sf-body {
  min-height: 500px;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  background: #f7fbfc;
}

.sf-list-wrap {
  min-width: 0;
  padding: 32px;
  background: #f8fbfc;
}

.sf-list-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #54717f;
}

.sf-list-label::before {
  content: "01";
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: #ffffff;
  background: #147f9a;
  border-radius: 7px;
  font-size: 9px;
}

.sf-symptoms {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.sf-symptoms button {
  display: flex;
  min-height: 90px;
  padding: 16px;
  color: #182d37;
  background: #ffffff;
  border: 1px solid rgba(53, 91, 106, .15);
  border-radius: 12px;
  box-shadow: none;
}

.sf-symptoms button::before {
  background: radial-gradient(150px circle at var(--mx) var(--my), rgba(29, 144, 169, .14), transparent 70%);
}

.sf-symptoms button::after {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  opacity: .42;
  transform: rotate(45deg);
  transition: opacity .2s ease, transform .28s var(--ease);
}

.sf-symptoms button:hover {
  color: #102630;
  background: #f2fafb;
  border-color: rgba(20, 127, 154, .38);
  box-shadow: 0 12px 28px rgba(29, 66, 79, .09);
  transform: translate3d(0, -2px, 0);
}

.sf-symptoms button:hover::after,
.sf-symptoms button.is-selected::after {
  opacity: .85;
  transform: translateX(2px) rotate(45deg);
}

.sf-symptoms button.is-selected {
  color: #102a35;
  background: #e6f5f8;
  border-color: rgba(20, 127, 154, .62);
  box-shadow: inset 3px 0 0 #147f9a;
  transform: none;
}

.sf-choice-copy {
  flex: 1;
}

.sf-choice-copy strong {
  color: inherit;
}

.sf-choice-copy small {
  color: #708690;
  opacity: 1;
}

.sf-symptoms button.is-selected small {
  color: #3e7180;
}

.sf-symptoms button i {
  order: -1;
  width: 32px;
  height: 32px;
  color: #147f9a;
  background: #e8f4f6;
  border: 1px solid rgba(20, 127, 154, .18);
  border-radius: 8px;
}

.sf-symptoms button.is-selected i {
  color: #ffffff;
  background: #147f9a;
  border-color: #147f9a;
}

.sf-result {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  justify-content: flex-start;
  padding: 32px;
  color: #18303b;
  background:
    radial-gradient(circle at 92% 12%, rgba(32, 151, 178, .12), transparent 24%),
    linear-gradient(rgba(53, 91, 106, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 91, 106, .045) 1px, transparent 1px),
    #eaf2f4;
  background-size: auto, 26px 26px, 26px 26px, auto;
  border-left: 1px solid rgba(53, 91, 106, .15);
}

.sf-result::before {
  right: 32px;
  left: 32px;
  height: 2px;
  background: linear-gradient(90deg, #147f9a, #6cc8da, transparent);
}

.sf-result::after {
  content: "";
  position: absolute;
  top: 74px;
  right: -18px;
  z-index: -1;
  width: 126px;
  height: 126px;
  pointer-events: none;
  background:
    radial-gradient(circle, transparent 0 20px, rgba(20, 127, 154, .2) 21px 22px, transparent 23px 39px, rgba(20, 127, 154, .14) 40px 41px, transparent 42px),
    linear-gradient(rgba(20, 127, 154, .14), rgba(20, 127, 154, .14)) center / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(20, 127, 154, .14), rgba(20, 127, 154, .14)) center / 100% 1px no-repeat;
  border-radius: 50%;
  opacity: .78;
  transition: opacity .3s ease, transform .4s var(--ease);
}

.sf-result.has-result::after {
  opacity: .22;
  transform: scale(.88) rotate(12deg);
}

.sf-diagnostic-path b {
  color: #627983;
  background: rgba(255, 255, 255, .72);
  border-color: rgba(53, 91, 106, .18);
}

.sf-diagnostic-path > i {
  background: repeating-linear-gradient(90deg, rgba(20, 127, 154, .34) 0 5px, transparent 5px 10px);
}

.sf-diagnostic-path .is-active {
  color: #147f9a;
}

.sf-diagnostic-path .is-active b,
.sf-result.has-result .sf-diagnostic-path span:nth-of-type(2) b {
  color: #ffffff;
  background: #147f9a;
  border-color: #147f9a;
  box-shadow: 0 0 0 5px rgba(20, 127, 154, .1);
}

.sf-result.has-result .sf-diagnostic-path span:nth-of-type(1) b {
  color: #ffffff;
  background: #2b7f79;
  border-color: #2b7f79;
}

.sf-result-status {
  color: #526d78;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(53, 91, 106, .14);
  border-radius: 8px;
  box-shadow: none;
}

.sf-result-status > span {
  background: #7f979f;
}

.sf-result.has-result .sf-result-status > span {
  background: #2b7f79;
  box-shadow: 0 0 0 4px rgba(43, 127, 121, .1);
}

.location-status i,
.footer-open-now i {
  background: var(--cyan);
  box-shadow: none;
}

.sf-result-kicker {
  position: relative;
  z-index: 1;
  color: #147f9a;
}

.sf-default,
.sf-tip p,
.sf-message-card li,
.sf-disclaimer {
  color: #526b76;
}

.sf-default {
  position: relative;
  z-index: 1;
  max-width: 350px;
  color: #344f5b;
}

.sf-tip {
  position: relative;
  z-index: 1;
  gap: 0;
}

.sf-tip > div {
  padding: 17px 0;
  color: #18303b;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(53, 91, 106, .16);
  border-radius: 0;
  box-shadow: none;
}

.sf-tip > div:last-child {
  border-bottom: 1px solid rgba(53, 91, 106, .16);
}

.sf-tip h4 {
  color: #147f9a;
}

.sf-tip p {
  color: #344f5b;
}

.sf-message-card {
  position: relative;
  z-index: 1;
  padding: 18px 0 0;
  color: #18303b;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(53, 91, 106, .16);
  border-radius: 0;
  box-shadow: none;
}

.sf-message-card strong {
  color: #1b3945;
}

.sf-message-card li::before {
  background: #147f9a;
}

.sf-cta.is-whatsapp {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  box-shadow: none;
}

.sf-disclaimer {
  position: relative;
  z-index: 1;
  color: #71858d;
}

/* Process trace */
.how {
  background: rgba(5, 14, 23, .6);
}

.process-list {
  position: relative;
  gap: 0;
  overflow: visible;
  color: var(--text);
  background: transparent;
  border: 0;
  border-top: 1px dashed rgba(120, 174, 218, .34);
  border-radius: 0;
  box-shadow: none;
}

.process-list li,
.process-list li:hover {
  position: relative;
  min-height: 228px;
  padding: 28px 22px 24px;
  color: var(--text);
  background: rgba(8, 24, 36, .72);
  border: 0;
  border-right: 1px dashed rgba(120, 174, 218, .2);
  border-bottom: 1px dashed rgba(120, 174, 218, .2);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.process-list li:first-child {
  border-left: 1px dashed rgba(120, 174, 218, .2);
}

.process-list li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 22px;
  width: 9px;
  height: 9px;
  background: #071521;
  border: 1px solid var(--cyan);
}

.process-list li:last-child::before {
  background: var(--cyan);
}

.process-list li::after {
  display: none;
}

.process-icon {
  width: 46px;
  height: 46px;
  color: var(--cyan);
  background: rgba(120, 174, 218, .06);
  border: 1px dashed rgba(120, 174, 218, .3);
  border-radius: 0;
  box-shadow: none;
}

.process-number {
  color: #6f899f;
}

.process-list h3 {
  color: var(--text);
}

.process-list p {
  color: var(--muted);
}

/* Location console */
.location {
  background: #06111b;
}

.location-shell {
  color: var(--text);
  background: #071620;
  border: 1px solid rgba(120, 174, 218, .28);
  border-radius: 2px;
  box-shadow: none;
}

.location .location-card {
  color: var(--text);
  background: #081824;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.location .location-card::before,
.location .location-card::after {
  border-color: rgba(120, 174, 218, .24);
}

.location-status {
  color: var(--cyan-bright);
  background: rgba(120, 174, 218, .06);
  border: 1px dashed rgba(120, 174, 218, .26);
  border-radius: 0;
}

.location .location-address small,
.location-facts dt,
.location-map-bar strong {
  color: var(--cyan);
}

.location .location-address strong,
.location-facts dd,
.location-assist strong {
  color: var(--text);
}

.location .location-address span,
.location .location-note,
.location-map-caption {
  color: var(--muted);
}

.location-facts,
.location-facts > div + div,
.location-assist {
  border-color: rgba(120, 174, 218, .2);
}

.location-fact-icon,
.location-assist-icon {
  color: var(--cyan);
  background: rgba(120, 174, 218, .06);
  border: 1px dashed rgba(120, 174, 218, .26);
  border-radius: 0;
}

.location .map-buttons a,
.location .map-buttons a:first-child {
  color: var(--cyan-bright);
  background: #091a27;
  border: 1px solid rgba(120, 174, 218, .34);
  border-radius: 0;
  box-shadow: none;
}

.location .map-buttons a:first-child {
  color: #06101a;
  background: var(--cyan);
  border-color: var(--cyan);
}

.google-maps-mark {
  display: block;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  object-fit: contain;
}

.location .map-buttons a.is-google {
  gap: 11px;
}

.location .map-buttons a.is-google .google-maps-mark {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
  filter: drop-shadow(0 2px 5px rgba(3, 18, 28, .24));
  transition: transform .24s var(--ease), filter .24s ease;
}

.location .map-buttons a.is-google:hover .google-maps-mark,
.location .map-buttons a.is-google:focus-visible .google-maps-mark {
  filter: drop-shadow(0 3px 7px rgba(3, 18, 28, .3));
  transform: translate3d(0, -1px, 0) scale(1.04);
}

.location .map-buttons a:hover,
.location .map-buttons a:focus-visible {
  color: #06101a;
  background: var(--cyan-bright);
  border-color: var(--cyan-bright);
}

.location-assist > a,
.location-map-bar > a {
  color: var(--cyan-bright);
}

.location .location-map {
  background: #071521;
  border-left: 1px dashed rgba(120, 174, 218, .24);
  border-radius: 0;
}

.location-map-bar,
.location-map-caption {
  background: #071521;
  border-color: rgba(120, 174, 218, .2);
}

.location .location-map iframe {
  opacity: .74;
  filter: invert(.92) hue-rotate(180deg) saturate(.35) contrast(1.04);
}

/* Martin */
.about {
  background: rgba(5, 14, 23, .52);
}

.about-grid {
  grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr);
  gap: clamp(44px, 7vw, 92px);
}

.portrait-frame {
  background: #071521;
  border: 1px solid rgba(120, 174, 218, .3);
  border-radius: 0;
  box-shadow: 16px 16px 0 rgba(2, 9, 16, .3);
}

.portrait-frame::before {
  border: 1px dashed rgba(120, 174, 218, .44);
  border-radius: 0;
}

.portrait-frame img {
  opacity: .78;
  filter: saturate(.45) contrast(1.08);
}

.portrait-status,
.portrait-experience {
  color: var(--cyan-bright);
  background: rgba(5, 15, 24, .88);
  border: 1px dashed rgba(120, 174, 218, .36);
  border-radius: 0;
  box-shadow: none;
}

.martin-portrait figcaption {
  color: var(--muted);
  border-color: rgba(120, 174, 218, .2);
}

.martin-portrait figcaption span,
.about-proof-list dt span,
.about-proof-list dt b {
  color: var(--cyan);
}

.about-copy > p:not(.section-kicker),
.about-proof-list dd {
  color: var(--muted);
}

.about-proof-list {
  border-block: 1px dashed rgba(120, 174, 218, .22);
}

.about-proof-list > div,
.about-proof-list > div:last-child {
  background: transparent;
  border-color: rgba(120, 174, 218, .17);
  border-radius: 0;
}

.about-proof-list > div:hover {
  background: rgba(120, 174, 218, .05);
}

.about-copy blockquote {
  color: #c7d5e2;
  background: rgba(120, 174, 218, .06);
  border-left: 2px solid var(--cyan);
  border-radius: 0;
  box-shadow: none;
}

.about-links {
  border-top: 1px dashed rgba(120, 174, 218, .23);
}

.about-links a,
.about-links a:first-child {
  color: var(--cyan-bright);
  background: transparent;
  border-color: rgba(120, 174, 218, .28);
  border-radius: 0;
}

.about-links a:hover {
  color: #06101a;
  background: var(--cyan);
  border-color: var(--cyan);
}

/* FAQ */
.faq {
  background: #06111b;
}

.faq-prep {
  color: var(--text);
  background: rgba(8, 24, 36, .7);
  border: 1px dashed rgba(120, 174, 218, .3);
  border-radius: 0;
  box-shadow: none;
}

.faq-prep h3,
.faq-list summary {
  color: var(--text);
}

.faq-prep li,
.faq-list details p {
  color: var(--muted);
}

.faq-prep li i,
.faq-list summary span {
  color: var(--cyan);
  text-shadow: none;
}

.faq-list,
.faq-list details {
  border-color: rgba(120, 174, 218, .24);
}

.faq-list {
  border-top: 1px dashed rgba(120, 174, 218, .24);
}

.faq-list details {
  border-bottom: 1px dashed rgba(120, 174, 218, .24);
}

.faq-list summary:hover {
  color: var(--cyan-bright);
  text-shadow: none;
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: 28px;
  color: var(--text);
  background:
    linear-gradient(rgba(120, 174, 218, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .025) 1px, transparent 1px),
    #040d16;
  background-size: 44px 44px;
  border-top: 1px dashed rgba(120, 174, 218, .3);
}

.site-footer::before {
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: .34;
}

.site-footer::after {
  opacity: .04;
}

.footer-cta {
  overflow: hidden;
  color: var(--text);
  background: #071620;
  border: 1px solid rgba(120, 174, 218, .28);
  border-radius: 0;
  box-shadow: none;
}

.footer-cta::before {
  background: var(--cyan);
}

.footer-cta-copy > p:not(.footer-cta-kicker),
.footer-open-now,
.site-footer .footer-brand-block > p,
.footer-address-copy span,
.site-footer .copyright {
  color: var(--muted);
}

.footer-cta-visual {
  border-left: 1px dashed rgba(120, 174, 218, .22);
}

.footer-cta-visual > img {
  opacity: .5;
  filter: saturate(.38) contrast(1.08);
}

.footer-cta-visual::after {
  background: linear-gradient(90deg, #071620, transparent 60%);
}

.footer-cta-proof {
  color: var(--cyan-bright);
  background: rgba(5, 15, 24, .86);
  border: 1px dashed rgba(120, 174, 218, .34);
  border-radius: 0;
}

.site-footer .footer-main {
  padding-top: 32px;
  border-color: rgba(120, 174, 218, .2);
}

.site-footer .footer-column h2,
.site-footer .powered-by > span {
  color: #6f879d;
}

.site-footer .footer-column h2::before {
  background: var(--cyan);
}

.site-footer .footer-column a,
.footer-location-card,
.site-footer .footer-location-card address,
.site-footer .footer-location-card .footer-map-link {
  color: #b4c4d2;
  background: transparent;
  border-color: rgba(120, 174, 218, .2);
  border-radius: 0;
}

.site-footer .footer-column a:hover,
.site-footer .footer-column a:focus-visible,
.site-footer .footer-location-card .footer-map-link:hover,
.site-footer .footer-location-card .footer-map-link:focus-visible {
  color: var(--cyan-bright);
  background: rgba(120, 174, 218, .06);
  border-color: rgba(120, 174, 218, .38);
}

.site-footer .footer-link-icon,
.site-footer .footer-address-icon,
.site-footer .footer-social-instagram .footer-link-icon,
.site-footer .footer-social-facebook .footer-link-icon,
.site-footer .footer-social-rednote .footer-link-icon,
.site-footer .footer-map-link .footer-link-icon,
.site-footer .footer-location-card .footer-map-link .footer-link-icon {
  color: var(--cyan);
  background: rgba(120, 174, 218, .06);
  border: 1px solid rgba(120, 174, 218, .2);
  border-radius: 0;
  box-shadow: none;
}

.site-footer .footer-column b,
.site-footer .footer-social-instagram b,
.site-footer .footer-social-facebook b,
.site-footer .footer-social-rednote b,
.site-footer .footer-map-link b {
  color: var(--cyan);
}

.footer-location-card {
  background: rgba(8, 24, 36, .62);
  border: 1px dashed rgba(120, 174, 218, .25);
  box-shadow: none;
}

.footer-location-card::before,
.footer-location-card::after {
  border-color: rgba(120, 174, 218, .28);
}

.footer-address-copy small,
.footer-location-card address strong {
  color: var(--text);
}

.site-footer .footer-location-card .footer-map-link.is-waze {
  color: #b4c4d2;
  background: transparent;
  border-color: rgba(120, 174, 218, .2);
}

.site-footer .footer-location-card .footer-map-link.is-google .footer-link-icon {
  color: inherit;
  background: #f7fbff;
  border-color: rgba(66, 133, 244, .38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
}

.site-footer .footer-location-card .footer-map-link.is-google .google-maps-mark {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}

.site-footer .footer-bottom {
  align-items: center;
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 24px 0 6px;
  background: transparent;
  border: 0;
  border-top: 1px dashed rgba(120, 174, 218, .24);
  border-radius: 0;
  box-shadow: none;
}

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

.site-footer .powered-by {
  position: relative;
  display: grid;
  grid-template-columns: minmax(112px, 1fr) 198px 22px;
  align-items: center;
  gap: 14px;
  width: min(100%, 420px);
  min-width: 390px;
  min-height: 70px;
  padding: 7px 0 7px 24px;
  color: #8299ad;
  background: transparent;
  border: 0;
  border-left: 1px solid rgba(120, 174, 218, .24);
  border-radius: 0;
  box-shadow: none;
  transition: color .2s ease, border-color .2s ease;
}

.site-footer .powered-by::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: -1px;
  width: 1px;
  background: var(--cyan);
  transform: scaleY(.42);
  transition: transform .2s ease;
}

.site-footer .powered-by-copy {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.site-footer .powered-by-copy small,
.site-footer .powered-by-copy strong {
  display: block;
  margin: 0;
  line-height: 1.25;
}

.site-footer .powered-by-copy small {
  color: #8ca9c0;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-footer .powered-by-copy strong {
  color: #d0dce6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer .powered-by-logo {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 6px 8px;
  background: #fff;
  border: 1px solid rgba(207, 224, 236, .72);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92);
  transition: border-color .2s ease, transform .2s ease;
}

.site-footer .powered-by-logo img {
  display: block;
  width: 183px;
  height: 32px;
  object-fit: contain;
  filter: none;
}

.site-footer .powered-by-arrow {
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  transition: color .2s ease, transform .2s ease;
}

.site-footer .powered-by:hover,
.site-footer .powered-by:focus-visible {
  color: var(--text);
  background: transparent;
  border-color: var(--cyan);
  box-shadow: none;
  transform: none;
}

.site-footer .powered-by:hover::before,
.site-footer .powered-by:focus-visible::before {
  transform: scaleY(1);
}

.site-footer .powered-by:hover .powered-by-logo,
.site-footer .powered-by:focus-visible .powered-by-logo {
  border-color: rgba(120, 174, 218, .72);
  transform: translateX(2px);
}

.site-footer .powered-by:hover .powered-by-arrow,
.site-footer .powered-by:focus-visible .powered-by-arrow {
  color: var(--text);
  transform: translate(2px, -2px);
}

.site-footer .powered-by:focus-visible {
  outline: 1px solid var(--cyan);
  outline-offset: 5px;
}

/* Legacy-specificity guards: keep light-theme colors and floating pills from
   leaking into the schematic layer. */
body.schematic-theme .services .section-heading h2,
body.schematic-theme .services .device-card h3 {
  color: var(--text);
}

body.schematic-theme .services .section-heading > p:last-child,
body.schematic-theme .services .device-card > p {
  color: #9fb2c4;
}

body.schematic-theme .services .device-card > ul li {
  color: #9cb0c1;
}

body.schematic-theme .services .device-card h3 {
  font-size: 20px;
}

body.schematic-theme .services .device-card .device-card-top {
  position: static;
  inset: auto;
  z-index: auto;
  grid-area: top;
  width: auto;
  min-height: 42px;
  padding: 0 14px;
  color: #6f8aa2;
  background: rgba(5, 14, 23, .68);
  border: 0;
  border-bottom: 1px dashed rgba(120, 174, 218, .2);
  border-radius: 0;
  transform: none;
}

body.schematic-theme .services .device-card .device-card-top span,
body.schematic-theme .services .device-card .device-card-top b {
  color: var(--cyan);
}

body.schematic-theme .services .device-glyph {
  background: #071521;
}

body.schematic-theme .phone-brand-list .brand-realme .phone-brand-logo {
  opacity: .74;
  filter: saturate(.72) brightness(.9);
}

body.schematic-theme .phone-brand-list .brand-realme:hover .phone-brand-logo {
  opacity: 1;
}

body.schematic-theme .site-footer .powered-by img {
  opacity: 1;
  filter: none;
  border-radius: 0;
}

.mobile-contact.is-whatsapp {
  color: #06101a;
  background: var(--cyan);
  box-shadow: 0 -8px 24px rgba(2, 8, 14, .3);
}

/* Lightweight schematic motion: transform and opacity only. */
@keyframes fh-schematic-scan {
  0%, 8% { opacity: 0; transform: translate3d(0, 0, 0); }
  16%, 82% { opacity: .58; }
  92%, 100% { opacity: 0; transform: translate3d(0, 650%, 0); }
}

@keyframes fh-schematic-pulse {
  0%, 100% { opacity: .82; transform: translate3d(0, 0, 0); }
  50% { opacity: 1; transform: translate3d(0, -4px, 0); }
}

@keyframes fh-fault-scan {
  0% { opacity: 0; transform: translate3d(0, 0, 0); }
  12% { opacity: .62; }
  72% { opacity: .24; }
  100% { opacity: 0; transform: translate3d(0, 138px, 0); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-fault-stack::after {
    animation: fh-fault-scan 5.2s var(--ease) infinite;
  }
}

/* Tablet */
@media (max-width: 980px) {
  :root {
    --header: 82px;
  }

  .top-contact-bar {
    display: none;
  }

  .header-inner {
    min-height: 72px;
  }

  .hero {
    min-height: 0;
    padding-top: calc(var(--header) + 44px);
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 700px;
  }

  .hero-media-stage {
    min-height: 470px;
  }

  .brand-strip-inner,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .brand-strip-title p {
    max-width: 540px;
  }

  .phone-brand-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sf-tab {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    padding-inline: 14px;
  }

  .sf-tab strong {
    white-space: nowrap;
  }

  .sf-body {
    grid-template-columns: 1fr;
  }

  .sf-result {
    border-top: 1px solid rgba(53, 91, 106, .15);
    border-left: 0;
  }

  .location .location-map {
    border-top: 1px dashed rgba(120, 174, 218, .24);
    border-left: 0;
  }
}

/* Mobile: all asymmetric layouts collapse to one column. */
@media (max-width: 720px) {
  :root {
    --header: 68px;
  }

  .container {
    width: min(calc(100% - 32px), var(--max));
  }

  .section {
    padding: 68px 0;
  }

  .section-heading,
  .ig-cases .ig-proof-heading,
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .section-heading > p:last-child {
    grid-column: 1;
    grid-row: auto;
    padding: 0;
    border-left: 0;
  }

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

  .header-inner {
    min-height: 68px;
  }

  .site-nav {
    color: var(--text);
    background: #071521;
    border: 1px solid rgba(120, 174, 218, .28);
    border-radius: 0;
    box-shadow: var(--shadow);
  }

  .site-nav > a:not(.nav-cta) {
    border-bottom: 1px dashed rgba(120, 174, 218, .18);
  }

  .menu-button {
    color: var(--cyan-bright);
    border: 1px solid rgba(120, 174, 218, .3);
    border-radius: 0;
  }

  .site-header .lang-switch {
    grid-template-columns: 44px 44px;
    width: 90px;
    min-width: 90px;
    min-height: 46px;
    margin-left: 0;
    background: #0a1b2a;
    border-color: rgba(155, 197, 232, .56);
  }

  .site-header .lang-switch-icon {
    display: none;
  }

  .site-header .lang-switch-option {
    min-height: 44px;
    padding-inline: 5px;
  }

  .site-header .lang-switch-option::after {
    right: 7px;
    left: 7px;
  }

  .hero {
    padding: calc(var(--header) + 36px) 0 54px;
  }

  .hero h1 {
    font-size: clamp(39px, 12vw, 56px);
  }

  .hero-lede {
    font-size: 14px;
  }

  .hero-media-stage {
    min-height: 350px;
  }

  .hero-photo-card {
    inset: 8px 0 0;
  }

  .hero-logo-tile {
    width: 84px;
    height: 84px;
    bottom: -10px;
  }

  .hero-photo-badge {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .quick-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid > div {
    min-height: 88px;
    border-left: 0;
    border-bottom: 1px dashed rgba(120, 174, 218, .18);
  }

  .quick-grid > div:last-child {
    border-bottom: 0;
  }

  .brand-strip-title {
    align-items: flex-start;
  }

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

  .fault-layer-body {
    grid-template-columns: minmax(88px, .62fr) minmax(0, 1fr);
    gap: 8px;
  }

  .device-grid {
    grid-template-columns: 1fr;
  }

  .services .device-card {
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 300px;
  }

  .device-glyph {
    min-height: 258px;
  }

  .ig-system-bar {
    border-radius: 0;
  }

  .martin-rednote-gallery {
    margin-block: 14px 20px;
  }

  .martin-rednote-gallery-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
  }

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

  .martin-rednote-tile-primary {
    grid-column: 1 / -1;
  }

  .martin-rednote-tile-primary .martin-rednote-media {
    aspect-ratio: 4 / 5;
  }

  .martin-rednote-tile:nth-child(2) {
    border-top: 1px dashed rgba(120, 174, 218, .24);
  }

  .martin-rednote-tile:nth-child(3) {
    border-top: 1px dashed rgba(120, 174, 218, .24);
    border-right: 0;
  }

  .martin-rednote-caption {
    min-height: 86px;
    padding: 11px 12px;
  }

  .ig-cases .ig-embed-grid {
    grid-template-columns: 1fr;
    border-radius: 0;
  }

  .ig-cases .ig-embed-card,
  .ig-cases .ig-embed-card:hover,
  .ig-cases .ig-embed-card:last-child {
    border-right: 0;
    border-bottom: 1px dashed rgba(120, 174, 218, .22);
  }

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

  .trust-card,
  .trust-card-feature,
  .trust-card:nth-child(2),
  .trust-card:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px dashed rgba(120, 174, 218, .2);
  }

  .trust-card:last-child {
    border-bottom: 0;
  }

  .symptom-finder {
    border-radius: 14px;
  }

  .sf-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(142, 190, 202, .24);
  }

  .sf-tab {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 9px;
    min-height: 72px;
    padding: 12px 14px;
    border-right: 1px solid rgba(142, 190, 202, .15);
    border-bottom: 1px solid rgba(142, 190, 202, .15);
  }

  .sf-tab:nth-child(even) {
    border-right: 0;
  }

  .sf-tab:nth-child(n + 3) {
    border-bottom: 1px solid rgba(142, 190, 202, .15);
  }

  .sf-tab:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .sf-tab::after {
    right: 14px;
    left: 14px;
  }

  .sf-list-wrap,
  .sf-result {
    padding: 22px;
  }

  .sf-result::before {
    right: 22px;
    left: 22px;
  }

  .sf-result::after {
    top: 68px;
    width: 100px;
    height: 100px;
  }

  .sf-symptoms {
    grid-template-columns: 1fr;
  }

  .sf-symptoms li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .process-list {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 1px dashed rgba(120, 174, 218, .34);
    padding-left: 16px;
  }

  .process-list li,
  .process-list li:hover,
  .process-list li:first-child {
    min-height: 0;
    border-left: 0;
    border-right: 1px dashed rgba(120, 174, 218, .2);
  }

  .process-list li::before {
    top: 28px;
    left: -21px;
  }

  .location .location-map iframe {
    min-height: 330px;
  }

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

  .about-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .faq-intro,
  .faq-prep,
  .faq-list {
    grid-column: 1;
    grid-row: auto;
  }

  .site-footer {
    padding-top: 20px;
  }

  .footer-cta {
    grid-template-columns: 1fr;
  }

  .footer-cta-visual {
    min-height: 230px;
    border-top: 1px dashed rgba(120, 174, 218, .22);
    border-left: 0;
  }

  .site-footer .footer-main {
    grid-template-columns: 1fr;
    padding-top: 28px;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    gap: 20px;
    margin-top: 32px;
    margin-bottom: 0;
    padding: 22px 0 8px;
  }

  .site-footer .powered-by {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 168px) 20px;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 13px 0 0;
    border-top: 1px solid rgba(120, 174, 218, .24);
    border-left: 0;
  }

  .site-footer .powered-by::before {
    top: -1px;
    right: 0;
    bottom: auto;
    left: 0;
    width: auto;
    height: 1px;
    transform: scaleX(.34);
    transform-origin: left center;
  }

  .site-footer .powered-by:hover::before,
  .site-footer .powered-by:focus-visible::before {
    transform: scaleX(1);
  }

  .site-footer .powered-by-logo img {
    width: 150px;
    height: 26px;
  }
}

@media (max-width: 480px) {
  .site-footer .powered-by {
    grid-template-columns: minmax(0, 1fr) 138px 18px;
    gap: 8px;
  }

  .site-footer .powered-by-copy {
    gap: 5px;
  }

  .site-footer .powered-by-copy strong {
    font-size: 10px;
  }

  .site-footer .powered-by-logo {
    padding: 5px 6px;
  }

  .site-footer .powered-by-logo img {
    width: 126px;
    height: 22px;
  }

  .fault-layer {
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    gap: 10px;
    padding-right: 11px;
  }

  .fault-layer-body {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .services .device-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 250px;
    column-gap: 14px;
    padding-right: 14px;
  }

  .device-glyph {
    min-height: 208px;
  }

  .device-card h3 {
    font-size: 18px;
  }

  .device-card > p,
  .device-card > ul li {
    font-size: 11px;
  }

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

  .location .map-buttons {
    grid-template-columns: 1fr;
  }

  .location .map-buttons a:first-child {
    grid-column: auto;
  }
}

@media (hover: none) {
  .fault-layer:hover,
  .services .device-card:hover,
  .trust-card:hover,
  .sf-symptoms button:hover,
  .phone-brand-list li:hover .phone-brand-logo {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }

  .hero-photo-card::after,
  .ig-cases .ig-embed-shell::before {
    display: none;
  }
}

/* Repair journey console -------------------------------------------------- */
.how .section-heading {
  margin-bottom: clamp(32px, 4vw, 46px);
}

.how .section-heading > p:last-child {
  max-width: 420px;
}

.process-console {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 9% 0%, rgba(120, 174, 218, .09), transparent 30%),
    linear-gradient(145deg, rgba(9, 27, 42, .96), rgba(5, 17, 28, .98));
  border: 1px solid rgba(120, 174, 218, .3);
  border-radius: 8px;
  box-shadow: 0 30px 70px rgba(2, 8, 14, .34), inset 0 1px 0 rgba(255, 255, 255, .025);
}

.process-console::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .46;
  background:
    linear-gradient(rgba(120, 174, 218, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .045) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 88%);
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.process-console-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 16px clamp(20px, 2.6vw, 30px);
  background: rgba(3, 13, 22, .7);
  border-bottom: 1px dashed rgba(120, 174, 218, .28);
}

.process-console-status,
.process-console-head strong,
.process-checkpoints,
.process-meta {
  font-family: var(--mono);
}

.process-console-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  color: var(--cyan-bright);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
}

.process-signal {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  background: var(--cyan-bright);
  box-shadow: 0 0 0 5px rgba(120, 174, 218, .08), 0 0 16px rgba(120, 174, 218, .55);
  animation: process-signal 2.4s ease-in-out infinite;
}

.process-console-head strong {
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
}

.process-checkpoints {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 11px;
  color: #9aafc2;
  background: rgba(120, 174, 218, .06);
  border: 1px solid rgba(120, 174, 218, .22);
  font-size: 9px;
  letter-spacing: .1em;
  white-space: nowrap;
}

.how .process-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  overflow: visible;
  margin: 0;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.how .process-list::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 53px;
  right: 12.5%;
  left: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(120, 174, 218, .22), rgba(155, 197, 232, .8) 72%, var(--cyan-bright));
  box-shadow: 0 0 14px rgba(120, 174, 218, .12);
}

.how .process-list li,
.how .process-list li:hover,
.how .process-list li:first-child {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  padding: 26px clamp(18px, 2vw, 25px) 23px;
  color: var(--text);
  background: rgba(7, 22, 35, .38);
  border: 0;
  border-right: 1px dashed rgba(120, 174, 218, .18);
  border-bottom: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
  transition: background .28s ease, box-shadow .28s ease;
}

.how .process-list li:last-child {
  border-right: 0;
}

.js .how .process-list li.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .5s ease, transform .72s var(--ease), background .28s ease, box-shadow .28s ease;
}

.js .how .process-list li.reveal.visible {
  opacity: 1;
  transform: none;
}

.js .how .process-list li.reveal:nth-child(1) { transition-delay: .06s; }
.js .how .process-list li.reveal:nth-child(2) { transition-delay: .14s; }
.js .how .process-list li.reveal:nth-child(3) { transition-delay: .22s; }
.js .how .process-list li.reveal:nth-child(4) { transition-delay: .3s; }

.how .process-list li:hover {
  background: rgba(15, 40, 59, .62);
  box-shadow: inset 0 2px 0 rgba(155, 197, 232, .55);
}

.how .process-list li::before,
.how .process-list li::after {
  display: none;
}

.how .process-icon-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  margin: 0 0 24px;
}

.how .process-list > li > .process-icon-row .process-icon {
  position: relative;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--cyan-bright);
  background: linear-gradient(145deg, rgba(18, 49, 70, .98), rgba(7, 24, 38, .98));
  border: 1px solid rgba(155, 197, 232, .48);
  border-radius: 7px;
  box-shadow: 0 0 0 7px #071522, 0 12px 30px rgba(2, 8, 14, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  transition: color .24s ease, background .24s ease, border-color .24s ease, transform .28s var(--ease);
}

.how .process-list > li > .process-icon-row .process-icon::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 4px;
  height: 4px;
  background: currentColor;
  box-shadow: 0 0 9px currentColor;
}

.how .process-list li:hover > .process-icon-row .process-icon {
  color: #d2ebff;
  background: linear-gradient(145deg, rgba(29, 69, 98, .98), rgba(9, 30, 47, .98));
  border-color: rgba(210, 235, 255, .72);
  transform: translateY(-3px);
}

.how .process-list li:last-child > .process-icon-row .process-icon {
  color: #06101a;
  background: var(--cyan-bright);
  border-color: var(--cyan-bright);
  box-shadow: 0 0 0 7px #071522, 0 0 28px rgba(155, 197, 232, .2);
}

.js .how .process-list li.visible > .process-icon-row .process-icon {
  color: var(--cyan-bright);
  box-shadow: 0 0 0 7px #071522, 0 12px 30px rgba(2, 8, 14, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.js .how .process-list li.visible:last-child > .process-icon-row .process-icon {
  color: #06101a;
  box-shadow: 0 0 0 7px #071522, 0 0 28px rgba(155, 197, 232, .2);
}

.js .how .process-list li.visible > .process-icon-row .process-icon svg {
  animation: process-icon-soft .72s .38s ease-out both;
}

.how .process-number {
  position: absolute;
  top: 0;
  right: 0;
  color: #6f899f;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
}

.process-copy {
  position: relative;
  z-index: 1;
}

.how .process-list h3 {
  margin: 0 0 10px;
  color: var(--text);
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.3;
  letter-spacing: -.02em;
  text-wrap: balance;
}

.how .process-list .process-copy > p {
  margin: 0;
  color: #8ea5bb;
  font-size: 13.5px;
  line-height: 1.7;
  text-wrap: pretty;
}

.how .process-list .process-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 0 0;
  padding-top: 16px;
  color: #718a9f;
  border-top: 1px dashed rgba(120, 174, 218, .18);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.process-meta > span:first-child {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border: 1px solid var(--cyan);
}

.how .process-list li:last-child .process-meta {
  color: var(--cyan-bright);
}

.how .process-list li:last-child .process-meta > span:first-child {
  background: var(--cyan-bright);
  border-color: var(--cyan-bright);
  box-shadow: 0 0 10px rgba(155, 197, 232, .4);
}

@keyframes process-signal {
  0%, 100% { opacity: .7; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes process-icon-soft {
  0% { filter: drop-shadow(0 0 0 rgba(155, 197, 232, 0)); }
  48% { filter: drop-shadow(0 0 5px rgba(155, 197, 232, .55)); }
  100% { filter: drop-shadow(0 0 0 rgba(155, 197, 232, 0)); }
}

@media (max-width: 900px) {
  .process-console-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
  }

  .process-console-head strong {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .how .process-list {
    grid-template-columns: 1fr;
  }

  .how .process-list::before {
    top: 36px;
    right: auto;
    bottom: 36px;
    left: 47px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(120, 174, 218, .22), rgba(155, 197, 232, .8) 72%, var(--cyan-bright));
  }

  .how .process-list li,
  .how .process-list li:hover,
  .how .process-list li:first-child,
  .how .process-list li:nth-child(2n),
  .how .process-list li:nth-child(n + 3) {
    min-height: 174px;
    padding: 25px 22px 22px 92px;
    border-right: 0;
    border-bottom: 1px dashed rgba(120, 174, 218, .18);
  }

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

  .how .process-icon-row {
    position: absolute;
    top: 25px;
    right: 22px;
    left: 20px;
    min-height: 54px;
    justify-content: flex-start;
    margin: 0;
  }

  .how .process-number {
    top: 0;
    right: 0;
  }

  .how .process-list h3 {
    padding-right: 72px;
  }
}

@media (max-width: 560px) {
  .how .section-heading > p:last-child {
    max-width: none;
  }

  .process-console-head {
    padding: 15px 16px;
  }

  .process-console-status {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .process-checkpoints {
    padding-inline: 8px;
  }

  .how .process-list::before {
    left: 39px;
  }

  .how .process-list li,
  .how .process-list li:hover,
  .how .process-list li:first-child,
  .how .process-list li:nth-child(2n),
  .how .process-list li:nth-child(n + 3) {
    min-height: 186px;
    padding: 24px 16px 20px 76px;
  }

  .how .process-icon-row {
    top: 24px;
    right: 16px;
    left: 12px;
  }

  .how .process-list > li > .process-icon-row .process-icon {
    width: 54px;
    height: 54px;
    box-shadow: 0 0 0 5px #071522, 0 10px 24px rgba(2, 8, 14, .28);
  }

  .how .process-list li:last-child > .process-icon-row .process-icon {
    box-shadow: 0 0 0 5px #071522, 0 0 24px rgba(155, 197, 232, .18);
  }

  .how .process-number {
    font-size: 8px;
  }

  .how .process-list h3 {
    padding-right: 56px;
    font-size: 17px;
  }

  .how .process-list .process-copy > p {
    font-size: 13px;
    line-height: 1.68;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .how .process-list li.reveal,
  .js .how .process-list li.reveal.visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .process-signal,
  .js .how .process-list li.visible > .process-icon-row .process-icon svg {
    animation: none;
  }
}

/* Symptom guide — lightweight Martin triage, not a diagnostic dashboard. */
body.schematic-theme .symptoms .section-heading {
  grid-template-columns: minmax(0, 820px);
  gap: 17px;
  align-items: start;
}

body.schematic-theme .symptoms .section-heading h2 {
  max-width: 780px;
  grid-column: 1;
}

body.schematic-theme .symptoms .section-heading > p:last-child {
  grid-column: 1;
  grid-row: auto;
  max-width: 720px;
  padding: 0;
  border-left: 0;
  font-size: 14px;
  line-height: 1.8;
}

body.schematic-theme .symptom-finder {
  overflow: hidden;
  color: #dceaf4;
  background:
    radial-gradient(circle at 14% 0%, rgba(72, 157, 184, .12), transparent 28%),
    radial-gradient(circle at 92% 16%, rgba(123, 200, 180, .09), transparent 22%),
    linear-gradient(180deg, rgba(8, 22, 33, .98), rgba(6, 18, 28, .98));
  border: 1px solid rgba(120, 174, 218, .28);
  border-radius: 18px;
  box-shadow:
    0 30px 72px rgba(0, 7, 13, .32),
    inset 0 1px 0 rgba(255, 255, 255, .04),
    inset 0 0 0 1px rgba(255, 255, 255, .02);
}

.sf-guide-head {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 18px;
  color: #95aec2;
  background: linear-gradient(90deg, rgba(13, 34, 49, .98), rgba(8, 24, 36, .98));
  border-bottom: 1px dashed rgba(120, 174, 218, .2);
  font-family: var(--mono);
  text-transform: uppercase;
}

.sf-guide-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d8ecfa;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .15em;
}

.sf-guide-title > i {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--cyan-bright);
  box-shadow: 0 0 12px rgba(155, 197, 232, .46);
}

.sf-guide-meta {
  color: #6f8ba1;
  font-size: 9px;
  letter-spacing: .12em;
}

body.schematic-theme .symptoms .sf-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(7, 20, 31, .98), rgba(7, 18, 28, .96));
  border: 0;
  border-bottom: 1px solid rgba(120, 174, 218, .22);
}

body.schematic-theme .symptoms .sf-tab,
body.schematic-theme .symptoms .sf-tab:last-child {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  min-height: 64px;
  align-items: center;
  padding: 11px 12px;
  color: #7892a6;
  text-align: left;
  background: rgba(14, 35, 50, .74);
  border: 1px solid rgba(120, 174, 218, .17);
  border-radius: 11px;
  box-shadow: none;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s var(--ease);
}

body.schematic-theme .symptoms .sf-tab::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--cyan-bright);
  transform-origin: center;
}

body.schematic-theme .symptoms .sf-tab svg {
  width: 24px;
  height: 24px;
  color: #638196;
  transition: color .22s ease;
}

body.schematic-theme .symptoms .sf-tab span {
  min-width: 0;
}

body.schematic-theme .symptoms .sf-tab strong {
  display: block;
  color: inherit;
  font-size: 13px;
  line-height: 1.25;
  white-space: normal;
  text-wrap: balance;
}

body.schematic-theme .symptoms .sf-tab small {
  display: block;
  margin-top: 4px;
  color: #587387;
  font-size: 8px;
  line-height: 1;
  letter-spacing: .14em;
}

body.schematic-theme .symptoms .sf-tab:hover {
  color: #e7f4fb;
  background: rgba(20, 50, 69, .78);
  border-color: rgba(155, 197, 232, .36);
  box-shadow: none;
  transform: translateY(-1px);
}

body.schematic-theme .symptoms .sf-tab.active {
  color: #f4fbff;
  background: linear-gradient(145deg, rgba(28, 72, 96, .78), rgba(11, 38, 55, .86));
  border-color: rgba(155, 197, 232, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

body.schematic-theme .symptoms .sf-tab.active svg {
  color: var(--cyan-bright);
}

body.schematic-theme .symptoms .sf-tab.active small {
  color: #93c6df;
}

body.schematic-theme .symptoms .sf-body {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr);
  background: linear-gradient(180deg, rgba(9, 23, 35, .92), rgba(7, 18, 28, .98));
}

body.schematic-theme .symptoms .sf-list-wrap {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 22px 22px 22px 24px;
  background: linear-gradient(180deg, rgba(11, 29, 42, .98), rgba(7, 20, 31, .98));
}

body.schematic-theme .symptoms .sf-list-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #7894a9;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.schematic-theme .symptoms .sf-list-label::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  background: var(--cyan-bright);
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(155, 197, 232, .36);
}

body.schematic-theme .symptoms .sf-symptoms {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(72px, auto);
  gap: 12px;
  flex: 1;
  padding-top: 2px;
  border-top: 1px solid rgba(120, 174, 218, .14);
}

body.schematic-theme .symptoms .sf-symptoms li {
  min-height: 0;
}

body.schematic-theme .symptoms .sf-symptoms button {
  position: relative;
  display: flex;
  min-height: 74px;
  height: 100%;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px 13px 10px;
  color: #d6e6f1;
  text-align: left;
  background:
    linear-gradient(180deg, rgba(13, 34, 49, .94), rgba(9, 24, 36, .96));
  border: 1px solid rgba(120, 174, 218, .18);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .03),
    0 12px 22px rgba(0, 7, 13, .12);
  transform: translateZ(0);
}

body.schematic-theme .symptoms .sf-symptoms button::before {
  background: radial-gradient(180px circle at var(--mx) var(--my), rgba(120, 197, 216, .14), transparent 68%);
}

body.schematic-theme .symptoms .sf-symptoms button::after {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  opacity: .38;
}

body.schematic-theme .symptoms .sf-symptoms button:hover {
  color: #f0f9ff;
  background:
    linear-gradient(180deg, rgba(17, 46, 64, .96), rgba(11, 28, 41, .98));
  border-color: rgba(155, 197, 232, .3);
  box-shadow: 0 14px 30px rgba(0, 7, 13, .24);
  transform: translateY(-1px);
}

body.schematic-theme .symptoms .sf-symptoms button.is-selected {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(48, 132, 158, .26), rgba(21, 61, 82, .12)),
    linear-gradient(180deg, rgba(17, 44, 63, .98), rgba(9, 23, 35, .98));
  border-color: rgba(155, 197, 232, .38);
  box-shadow:
    inset 2px 0 0 var(--cyan-bright),
    0 14px 30px rgba(0, 7, 13, .18);
}

body.schematic-theme .symptoms .sf-choice-copy {
  min-width: 0;
  flex: 1;
}

body.schematic-theme .symptoms .sf-choice-copy strong {
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 1.35;
}

body.schematic-theme .symptoms .sf-choice-copy small {
  display: block;
  margin-top: 4px;
  color: #668298;
  font-size: 9px;
  line-height: 1.25;
  letter-spacing: .12em;
}

body.schematic-theme .symptoms .sf-symptoms button.is-selected small {
  color: #92bad0;
}

body.schematic-theme .symptoms .sf-symptoms button i,
body.schematic-theme .symptoms .sf-symptoms button.is-selected i {
  order: -1;
  display: block;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  color: #5d7b91;
  background: rgba(5, 17, 27, .48);
  border: 1px solid rgba(120, 174, 218, .18);
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 10px;
  font-style: normal;
  line-height: 1;
  text-align: center;
}

body.schematic-theme .symptoms .sf-symptoms button.is-selected i {
  color: #06111b;
  background: var(--cyan-bright);
  border-color: var(--cyan-bright);
}

body.schematic-theme .symptoms .sf-result {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 24px 18px;
  color: #dceaf4;
  background:
    radial-gradient(circle at 92% 5%, rgba(72, 157, 184, .16), transparent 26%),
    linear-gradient(rgba(120, 174, 218, .022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120, 174, 218, .022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(12, 29, 43, .98), rgba(9, 22, 34, .98));
  background-size: auto, 30px 30px, 30px 30px, auto;
  border-top: 0;
  border-left: 1px dashed rgba(120, 174, 218, .24);
}

body.schematic-theme .symptoms .sf-result::before {
  top: 0;
  right: 26px;
  left: 26px;
  height: 1px;
  background: linear-gradient(90deg, var(--cyan-bright), rgba(155, 197, 232, .08) 64%, transparent);
  opacity: .8;
  animation: none;
}

body.schematic-theme .symptoms .sf-result::after {
  display: none;
}

body.schematic-theme .symptoms .sf-diagnostic-path {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
}

body.schematic-theme .symptoms .sf-diagnostic-path span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: #607d91;
}

body.schematic-theme .symptoms .sf-diagnostic-path b {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  color: #6c879a;
  background: rgba(5, 17, 27, .54);
  border: 1px solid rgba(120, 174, 218, .2);
  border-radius: 5px;
  box-shadow: none;
  font-family: var(--mono);
  font-size: 8px;
}

body.schematic-theme .symptoms .sf-diagnostic-path em {
  color: inherit;
  font-family: var(--mono);
  font-size: 8px;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: .08em;
  white-space: nowrap;
}

body.schematic-theme .symptoms .sf-diagnostic-path > i {
  min-width: 12px;
  height: 1px;
  flex: 1;
  background: repeating-linear-gradient(90deg, rgba(120, 174, 218, .28) 0 4px, transparent 4px 8px);
}

body.schematic-theme .symptoms .sf-diagnostic-path .is-active {
  color: var(--cyan-bright);
}

body.schematic-theme .symptoms .sf-diagnostic-path .is-active b,
body.schematic-theme .symptoms .sf-result.has-result .sf-diagnostic-path span:nth-of-type(2) b {
  color: #06111b;
  background: var(--cyan-bright);
  border-color: var(--cyan-bright);
  box-shadow: 0 0 0 4px rgba(155, 197, 232, .07);
}

body.schematic-theme .symptoms .sf-result.has-result .sf-diagnostic-path span:nth-of-type(1) b {
  color: #a8d7cb;
  background: rgba(57, 128, 111, .18);
  border-color: rgba(111, 190, 170, .44);
}

body.schematic-theme .symptoms .sf-result-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 7px 9px;
  color: #819aab;
  background: rgba(5, 17, 27, .46);
  border: 1px solid rgba(120, 174, 218, .18);
  border-radius: 8px;
  box-shadow: none;
  font-size: 9px;
}

body.schematic-theme .symptoms .sf-result-status > span {
  width: 6px;
  height: 6px;
  background: #6d8495;
  border-radius: 50%;
}

body.schematic-theme .symptoms .sf-result.has-result .sf-result-status {
  color: #b9dccf;
  border-color: rgba(111, 190, 170, .3);
}

body.schematic-theme .symptoms .sf-result.has-result .sf-result-status > span {
  background: #7bc8b4;
  box-shadow: 0 0 10px rgba(123, 200, 180, .38);
}

body.schematic-theme .symptoms .sf-result-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  color: var(--cyan-bright);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.schematic-theme .symptoms .sf-default {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  color: #9bb1c1;
  font-size: 15px;
  line-height: 1.78;
}

body.schematic-theme .symptoms .sf-tip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}

body.schematic-theme .symptoms .sf-tip[hidden] {
  display: none;
}

body.schematic-theme .symptoms .sf-tip > div {
  padding: 15px;
  color: #dceaf4;
  background: rgba(8, 22, 33, .72);
  border: 1px solid rgba(120, 174, 218, .18);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

body.schematic-theme .symptoms .sf-tip > div:last-child {
  border-left-color: rgba(123, 200, 180, .34);
}

body.schematic-theme .symptoms .sf-tip h4 {
  margin-bottom: 6px;
  color: var(--cyan-bright);
  font-size: 10px;
  letter-spacing: .08em;
}

body.schematic-theme .symptoms .sf-tip p {
  color: #a6bac9;
  font-size: 13px;
  line-height: 1.65;
}

body.schematic-theme .symptoms .sf-message-card {
  position: relative;
  z-index: 1;
  display: none;
  margin-top: 14px;
  padding: 16px 0 0;
  color: #dceaf4;
  background: transparent;
  border: 0;
  border-top: 1px dashed rgba(120, 174, 218, .22);
  border-radius: 0;
  box-shadow: none;
}

body.schematic-theme .symptoms .sf-result.has-result .sf-message-card {
  display: block;
  animation: sf-result-reveal .28s var(--ease) both;
}

body.schematic-theme .symptoms .sf-message-card strong {
  color: #dceaf4;
  font-size: 12px;
}

body.schematic-theme .symptoms .sf-message-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 11px;
}

body.schematic-theme .symptoms .sf-message-card li {
  min-width: 0;
  padding: 0 12px 0 14px;
  color: #8fa7b8;
  font-size: 12px;
  line-height: 1.5;
}

body.schematic-theme .symptoms .sf-message-card li + li {
  padding-left: 24px;
  border-left: 1px dashed rgba(120, 174, 218, .18);
}

body.schematic-theme .symptoms .sf-message-card li::before {
  background: var(--cyan-bright);
}

body.schematic-theme .symptoms .sf-cta.is-whatsapp {
  position: relative;
  z-index: 1;
  min-height: 48px;
  justify-content: center;
  margin-top: 16px;
  border-radius: 6px;
  box-shadow: 0 10px 24px rgba(0, 9, 16, .18);
}

body.schematic-theme .symptoms .sf-disclaimer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 16px;
  color: #627d91;
  font-size: 10px;
  line-height: 1.55;
}

body.schematic-theme .symptoms .sf-result.is-changing .sf-tip,
body.schematic-theme .symptoms .sf-result.is-changing .sf-message-card {
  opacity: .35;
  transform: translateY(4px);
}

@keyframes sf-result-reveal {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1099px) {
  body.schematic-theme .symptoms .sf-tabs {
    display: flex;
    grid-template-columns: none;
    flex-flow: row nowrap;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: inline proximity;
    scrollbar-color: rgba(120, 174, 218, .28) transparent;
    scrollbar-width: thin;
  }

  body.schematic-theme .symptoms .sf-tab,
  body.schematic-theme .symptoms .sf-tab:nth-child(even),
  body.schematic-theme .symptoms .sf-tab:nth-child(n + 3),
  body.schematic-theme .symptoms .sf-tab:last-child,
  body.schematic-theme .symptoms .sf-tab:last-child:nth-child(odd) {
    min-width: 162px;
    flex: 0 0 162px;
    grid-column: auto;
    border: 1px solid rgba(120, 174, 218, .17);
    scroll-snap-align: start;
  }
}

@media (max-width: 980px) {
  body.schematic-theme .symptoms .sf-body {
    grid-template-columns: 1fr;
  }

  body.schematic-theme .symptoms .sf-result {
    border-top: 1px dashed rgba(120, 174, 218, .24);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  body.schematic-theme .symptom-finder {
    border-radius: 9px;
  }

  .sf-guide-head {
    min-height: 48px;
    padding: 11px 14px;
  }

  .sf-guide-title {
    font-size: 9px;
  }

  .sf-guide-meta {
    font-size: 8px;
    letter-spacing: .08em;
  }

  body.schematic-theme .symptoms .sf-tabs {
    grid-template-columns: none;
    padding: 11px 12px;
    border-right: 0;
  }

  body.schematic-theme .symptoms .sf-tab,
  body.schematic-theme .symptoms .sf-tab:nth-child(even),
  body.schematic-theme .symptoms .sf-tab:nth-child(n + 3),
  body.schematic-theme .symptoms .sf-tab:last-child,
  body.schematic-theme .symptoms .sf-tab:last-child:nth-child(odd) {
    min-width: 148px;
    min-height: 60px;
    flex-basis: 148px;
    padding: 9px 11px;
    border: 1px solid rgba(120, 174, 218, .17);
  }

  body.schematic-theme .symptoms .sf-list-wrap,
  body.schematic-theme .symptoms .sf-result {
    padding: 20px;
  }

  body.schematic-theme .symptoms .sf-result::before {
    right: 20px;
    left: 20px;
  }

  body.schematic-theme .symptoms .sf-symptoms button {
    min-height: 64px;
  }

  body.schematic-theme .symptoms .sf-diagnostic-path {
    gap: 6px;
  }

  body.schematic-theme .symptoms .sf-diagnostic-path span {
    gap: 5px;
  }

  body.schematic-theme .symptoms .sf-diagnostic-path b {
    width: 25px;
    height: 25px;
  }

  body.schematic-theme .symptoms .sf-diagnostic-path em {
    font-size: 7px;
    letter-spacing: .04em;
  }

  body.schematic-theme .symptoms .sf-default {
    padding-bottom: 26px;
    font-size: 14px;
  }

  body.schematic-theme .symptoms .sf-tip,
  body.schematic-theme .symptoms .sf-message-card ul {
    grid-template-columns: 1fr;
  }

  body.schematic-theme .symptoms .sf-tip > div,
  body.schematic-theme .symptoms .sf-tip > div:last-child {
    padding: 14px;
  }

  body.schematic-theme .symptoms .sf-tip > div + div {
    border-top: 0;
  }

  body.schematic-theme .symptoms .sf-message-card li,
  body.schematic-theme .symptoms .sf-message-card li + li {
    padding: 0 0 0 14px;
    border-left: 0;
  }

  body.schematic-theme .symptoms .sf-cta.is-whatsapp {
    display: none;
  }
}

@media (max-width: 420px) {
  .hero-photo-badge > span[data-i18n] {
    font-size: 11px;
    letter-spacing: .07em;
  }

  .sf-guide-head {
    display: grid;
    justify-content: stretch;
    gap: 5px;
  }

  body.schematic-theme .symptoms .sf-diagnostic-path em {
    max-width: 64px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo-badge-arrow {
    transition: none;
  }

  body.schematic-theme .symptoms .sf-tab,
  body.schematic-theme .symptoms .sf-result,
  body.schematic-theme .symptoms .sf-tip,
  body.schematic-theme .symptoms .sf-message-card,
  body.schematic-theme .symptoms .sf-result.has-result .sf-message-card {
    animation: none;
    transition: none;
  }
}
