/*
Theme Name: Smart Control Theme
Theme URI: https://smartcontrolllc.com
Author: Codex
Description: Lightweight futuristic marketing theme for Smart Control LLC.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: smartcontrol-theme
*/

:root {
  --sc-bg: #090806;
  --sc-bg-soft: #15110c;
  --sc-bg-panel: rgba(20, 15, 11, 0.84);
  --sc-panel-strong: rgba(14, 10, 7, 0.96);
  --sc-line: rgba(255, 191, 96, 0.16);
  --sc-line-strong: rgba(255, 191, 96, 0.34);
  --sc-text: #fffaf2;
  --sc-muted: #c7b7a0;
  --sc-cyan: #ffbf60;
  --sc-blue: #ff9f43;
  --sc-lime: #ffe1b4;
  --sc-gold: #ffd38a;
  --sc-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
  --sc-radius-lg: 28px;
  --sc-radius-md: 22px;
  --sc-radius-sm: 16px;
  --sc-max: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--sc-text);
  line-height: 1.6;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 159, 67, 0.14), transparent 32%),
    radial-gradient(circle at 100% 10%, rgba(255, 191, 96, 0.14), transparent 28%),
    radial-gradient(circle at 52% 100%, rgba(255, 211, 138, 0.08), transparent 24%),
    linear-gradient(180deg, #080705 0%, #110d09 40%, #040302 100%);
}

::selection {
  color: #06101b;
  background: var(--sc-cyan);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button {
  font: inherit;
}

button {
  cursor: pointer;
}

.sc-shell {
  position: relative;
  overflow: clip;
}

.sc-shell::before,
.sc-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.sc-shell::before {
  background-image:
    linear-gradient(rgba(255, 191, 96, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 191, 96, 0.06) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 88%);
}

.sc-shell::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 16%),
    repeating-linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 4px
    );
  opacity: 0.24;
}

.sc-shell__circuit,
.sc-shell__chip {
  position: fixed;
  pointer-events: none;
  z-index: 0;
  opacity: 0.34;
}

.sc-shell__circuit {
  inset: 0;
}

.sc-shell__trace,
.sc-shell__trace::before,
.sc-shell__trace::after {
  position: absolute;
  content: "";
}

.sc-shell__trace {
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 191, 96, 0.06), rgba(255, 191, 96, 0.28), rgba(255, 191, 96, 0.06));
  box-shadow: 0 0 12px rgba(255, 191, 96, 0.12);
}

.sc-shell__trace::before {
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 191, 96, 0.04), rgba(255, 191, 96, 0.22), rgba(255, 191, 96, 0.04));
}

.sc-shell__trace::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 191, 96, 0.2);
  background: rgba(255, 191, 96, 0.08);
  box-shadow: 0 0 16px rgba(255, 191, 96, 0.14);
}

.sc-shell__trace--one {
  top: 18%;
  left: 3%;
  width: 19vw;
}

.sc-shell__trace--one::before {
  top: 0;
  right: 22%;
  height: 78px;
}

.sc-shell__trace--one::after {
  top: -4px;
  right: 22%;
  margin-right: -4px;
}

.sc-shell__trace--two {
  top: 46%;
  right: 4%;
  width: 18vw;
}

.sc-shell__trace--two::before {
  bottom: 0;
  left: 28%;
  height: 92px;
}

.sc-shell__trace--two::after {
  bottom: -4px;
  left: 28%;
  margin-left: -4px;
}

.sc-shell__trace--three {
  bottom: 15%;
  left: 8%;
  width: 22vw;
}

.sc-shell__trace--three::before {
  top: -76px;
  left: 68%;
  height: 76px;
}

.sc-shell__trace--three::after {
  top: -80px;
  left: 68%;
  margin-left: -4px;
}

.sc-shell__chip {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 191, 96, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at center, rgba(255, 191, 96, 0.08), transparent 60%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.sc-shell__chip::before,
.sc-shell__chip::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 191, 96, 0.1);
  border-radius: 20px;
}

.sc-shell__chip::after {
  inset: auto;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border-radius: 8px;
  background: rgba(255, 191, 96, 0.12);
  box-shadow: 0 0 22px rgba(255, 191, 96, 0.12);
}

.sc-shell__chip--left {
  top: 36%;
  left: -54px;
}

.sc-shell__chip--right {
  top: 62%;
  right: -48px;
}

.sc-container {
  width: min(calc(100% - 32px), var(--sc-max));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.sc-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgba(255, 191, 96, 0.12);
  background: rgba(10, 7, 5, 0.8);
  backdrop-filter: blur(20px);
}

.sc-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
}

.sc-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
}

.sc-brand__name {
  font-size: clamp(1rem, 1.6vw, 1.32rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sc-brand__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(236, 255, 247, 0.84);
  font-size: 0.69rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sc-brand__meta::before {
  content: "";
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, var(--sc-cyan), transparent);
}

.sc-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  color: var(--sc-muted);
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sc-nav a {
  position: relative;
  padding: 6px 0;
}

.sc-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--sc-cyan), var(--sc-blue));
  transition: transform 0.22s ease;
}

.sc-nav a:hover::after,
.sc-nav a:focus-visible::after {
  transform: scaleX(1);
}

.sc-header__cta,
.sc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.sc-header__cta {
  border: 1px solid rgba(255, 191, 96, 0.34);
  color: #130b04;
  background: linear-gradient(135deg, #ffbf60, #ffd38a);
  box-shadow: 0 0 0 1px rgba(255, 191, 96, 0.18), 0 18px 38px rgba(0, 0, 0, 0.22);
}

.sc-header__cta:hover,
.sc-button:hover,
.sc-card:hover,
.sc-service:hover,
.sc-contact__panel:hover,
.sc-contact__form-wrap:hover,
.sc-system-map:hover,
.sc-brand-tile:hover {
  transform: translateY(-3px);
}

.sc-button--primary {
  border: 1px solid rgba(255, 191, 96, 0.36);
  color: #130b04;
  background: linear-gradient(135deg, #ffad4d, #ffd38a);
  box-shadow: 0 20px 38px rgba(58, 34, 12, 0.28);
}

.sc-button--ghost {
  border: 1px solid rgba(255, 191, 96, 0.18);
  color: var(--sc-text);
  background: rgba(255, 255, 255, 0.035);
}

.sc-button:focus-visible,
.sc-form input:focus-visible,
.sc-form textarea:focus-visible,
.sc-nav a:focus-visible,
.sc-header__cta:focus-visible {
  outline: 2px solid rgba(104, 227, 255, 0.9);
  outline-offset: 3px;
}

.sc-hero {
  padding: 48px 0 36px;
}

.sc-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 28px;
  align-items: stretch;
}

.sc-hero__content,
.sc-system-map,
.sc-card,
.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form,
.sc-brand-tile {
  position: relative;
  border: 1px solid var(--sc-line);
  border-radius: var(--sc-radius-lg);
  box-shadow: var(--sc-shadow);
  overflow: hidden;
}

.sc-hero__content::before,
.sc-system-map::before,
.sc-card::before,
.sc-contact__panel::before,
.sc-contact__form-wrap::before,
.sc-brand-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.sc-card::after,
.sc-contact__panel::after,
.sc-contact__form-wrap::after,
.sc-brand-tile::after,
.sc-node::after,
.sc-hub::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    inset 0 0 0 1px rgba(255, 191, 96, 0.08),
    0 0 26px rgba(255, 191, 96, 0.05);
}

.sc-hero__content {
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at top left, rgba(255, 191, 96, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(22, 16, 11, 0.93), rgba(10, 7, 5, 0.98));
  box-shadow:
    var(--sc-shadow),
    0 0 42px rgba(255, 191, 96, 0.06);
}

.sc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: var(--sc-cyan);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sc-eyebrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid rgba(104, 227, 255, 0.44);
  background: rgba(104, 227, 255, 0.12);
  box-shadow: 0 0 18px rgba(104, 227, 255, 0.28);
}

.sc-status-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.sc-status-bar__item,
.sc-chip,
.sc-service__meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-status-bar__item {
  border: 1px solid rgba(163, 210, 240, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(236, 255, 247, 0.92);
}

.sc-hero__lead {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.sc-hero__lead-label {
  color: var(--sc-gold);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sc-hero__lead-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 196, 154, 0.6), transparent);
}

.sc-hero h1,
.sc-section__head h2,
.sc-contact__panel h2 {
  margin: 0;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #fffaf2;
  text-shadow:
    0 0 18px rgba(255, 191, 96, 0.14),
    0 0 34px rgba(255, 191, 96, 0.06);
}

.sc-hero h1 {
  max-width: 10.6ch;
  font-size: clamp(3rem, 6vw, 5.5rem);
}

.sc-hero p,
.sc-section__head p,
.sc-card p,
.sc-contact__panel p,
.sc-form__notice,
.sc-node p,
.sc-hub p {
  color: rgba(236, 255, 247, 0.9);
}

.sc-hero p {
  max-width: 60ch;
  margin: 18px 0 0;
  font-size: 1.02rem;
}

.sc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sc-architecture-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding: 12px 0 4px;
}

.sc-architecture-rail::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163, 210, 240, 0.28), transparent);
}

.sc-architecture-rail__node {
  padding: 14px 14px 12px;
  border: 1px solid rgba(163, 210, 240, 0.1);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02));
}

.sc-architecture-rail__node span,
.sc-architecture-rail__node small {
  display: block;
}

.sc-architecture-rail__node span {
  color: var(--sc-text);
  font-size: 0.88rem;
  font-weight: 500;
}

.sc-architecture-rail__node small {
  margin-top: 4px;
  color: var(--sc-muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-kpis,
.sc-stat-strip,
.sc-grid,
.sc-brand-row,
.sc-contact,
.sc-form__grid {
  display: grid;
}

.sc-kpis {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.sc-kpi,
.sc-stat {
  padding: 16px 18px;
  border-radius: var(--sc-radius-sm);
  border: 1px solid rgba(104, 227, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.sc-kpi strong,
.sc-stat strong {
  display: block;
  color: var(--sc-text);
}

.sc-kpi span,
.sc-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(236, 255, 247, 0.86);
  font-size: 0.88rem;
  line-height: 1.45;
}

.sc-system-map {
  min-height: 100%;
  padding: 26px;
  background:
    radial-gradient(circle at center, rgba(255, 191, 96, 0.1), transparent 46%),
    linear-gradient(180deg, rgba(18, 13, 9, 0.96), rgba(9, 6, 4, 0.98));
  box-shadow:
    var(--sc-shadow),
    0 0 46px rgba(255, 191, 96, 0.08);
}

.sc-system-map::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(104, 227, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 227, 255, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black 56%, transparent 92%);
  pointer-events: none;
}

.sc-system-map__label,
.sc-system-map__status,
.sc-system-map__legend,
.sc-system-map__frame,
.sc-pulse-panel {
  position: relative;
  z-index: 1;
}

.sc-system-map__label {
  color: rgba(236, 247, 255, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.sc-system-map__status {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 20px;
  color: var(--sc-cyan);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-ledger-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 18px;
}

.sc-ledger-grid__block {
  position: relative;
  min-height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(163, 210, 240, 0.12);
  border-radius: 14px;
  color: rgba(238, 246, 251, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.sc-ledger-grid__block::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 10px;
  height: 1px;
  background: rgba(163, 210, 240, 0.22);
}

.sc-ledger-grid__block:last-child::after {
  display: none;
}

.sc-system-map__frame {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  min-height: 420px;
}

.sc-node,
.sc-hub {
  position: relative;
  border-radius: 22px;
  border: 1px solid rgba(104, 227, 255, 0.14);
  background: rgba(10, 22, 36, 0.8);
}

.sc-node {
  padding: 16px 16px 18px;
}

.sc-node__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(104, 227, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: var(--sc-cyan);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sc-node h3,
.sc-hub h3,
.sc-card h3 {
  margin: 12px 0 0;
  font-size: 1.08rem;
  color: #fff8ee;
  text-shadow: 0 0 16px rgba(255, 191, 96, 0.12);
}

.sc-node p,
.sc-hub p {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.58;
}

.sc-hub {
  grid-column: 1 / -1;
  align-self: center;
  padding: 30px 24px;
  background:
    radial-gradient(circle at center, rgba(104, 227, 255, 0.16), transparent 50%),
    radial-gradient(circle at 50% 10%, rgba(141, 255, 203, 0.08), transparent 24%),
    rgba(8, 18, 30, 0.92);
  text-align: center;
}

.sc-hub__tag {
  display: inline-block;
  margin-bottom: 10px;
  color: rgba(235, 247, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sc-system-map__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sc-chip {
  border: 1px solid rgba(104, 227, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(235, 247, 255, 0.72);
}

.sc-pulse-panel {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 42px;
  margin-top: 18px;
}

.sc-pulse-panel__line {
  width: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(104, 227, 255, 0.9), rgba(104, 227, 255, 0.08));
  box-shadow: 0 0 20px rgba(104, 227, 255, 0.24);
  animation: sc-pulse 2.4s ease-in-out infinite;
}

.sc-pulse-panel__line:nth-child(1) {
  height: 32%;
}

.sc-pulse-panel__line:nth-child(2) {
  height: 88%;
  animation-delay: 0.3s;
}

.sc-pulse-panel__line:nth-child(3) {
  height: 52%;
  animation-delay: 0.6s;
}

.sc-section {
  padding: 30px 0;
}

.sc-section__head {
  max-width: 760px;
  margin-bottom: 22px;
}

.sc-section__head h2 {
  font-size: clamp(2.1rem, 4vw, 3.3rem);
}

.sc-section__head p {
  margin: 14px 0 0;
}

.sc-grid {
  position: relative;
  gap: 18px;
}

.sc-grid::before,
.sc-kpis::before,
.sc-stat-strip::before,
.sc-brand-row::before,
.sc-contact::before,
.sc-system-map__frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(255, 191, 96, 0.12) 18%, rgba(255, 191, 96, 0.12) 82%, transparent 100%),
    linear-gradient(180deg, transparent 0, rgba(255, 191, 96, 0.08) 18%, rgba(255, 191, 96, 0.08) 82%, transparent 100%);
  mask:
    linear-gradient(90deg, transparent 0 8%, #000 8% 92%, transparent 92% 100%),
    linear-gradient(180deg, transparent 0 8%, #000 8% 92%, transparent 92% 100%);
  opacity: 0.5;
}

.sc-grid > *,
.sc-kpis > *,
.sc-stat-strip > *,
.sc-brand-row > *,
.sc-contact > *,
.sc-system-map__frame > * {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 18px rgba(255, 191, 96, 0.025);
}

.sc-grid--about {
  grid-template-columns: 1.1fr 0.9fr;
}

.sc-grid--reasons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-grid--services {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.sc-card {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(20, 15, 11, 0.9), rgba(10, 7, 5, 0.96));
  box-shadow:
    var(--sc-shadow),
    0 0 32px rgba(255, 191, 96, 0.04);
}

.sc-card,
.sc-contact__panel,
.sc-contact__form-wrap,
.sc-brand-tile {
  backdrop-filter: blur(14px);
}

.sc-card p {
  margin: 12px 0 0;
}

.sc-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.sc-list li {
  position: relative;
  padding-left: 20px;
  color: rgba(236, 255, 247, 0.9);
  line-height: 1.62;
}

.sc-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--sc-cyan), transparent 70%);
  box-shadow: 0 0 14px rgba(104, 227, 255, 0.48);
}

.sc-stat-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.sc-about-diagram {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
  padding: 14px 0;
}

.sc-about-diagram::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(163, 210, 240, 0.2), transparent 92%);
}

.sc-about-diagram__node {
  position: relative;
  min-height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(163, 210, 240, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(238, 246, 251, 0.8);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-reason__index,
.sc-service__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(104, 227, 255, 0.18);
  color: var(--sc-cyan);
  background: rgba(255, 255, 255, 0.04);
  font-weight: 700;
}

.sc-service {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at top right, rgba(122, 255, 212, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(9, 20, 16, 0.95), rgba(4, 10, 8, 0.98));
}

.sc-service--wide {
  grid-column: span 7;
}

.sc-service--narrow {
  grid-column: span 5;
}

.sc-service > * {
  position: relative;
  z-index: 1;
}

.sc-service__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.sc-service__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(163, 210, 240, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--sc-gold);
}

.sc-service__icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sc-service h3 {
  margin: 0;
  font-size: 1.12rem;
}

.sc-service p {
  max-width: 36ch;
}

.sc-service__meta {
  margin-top: 18px;
  align-self: flex-start;
  border: 1px solid rgba(163, 210, 240, 0.12);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(235, 247, 255, 0.72);
}

.sc-service::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 72px;
  height: 1px;
  background: linear-gradient(90deg, rgba(163, 210, 240, 0.18), transparent 80%);
}

.sc-service::after {
  display: none;
}

.sc-brand-row {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.sc-brand-tile {
  display: grid;
  place-items: center;
  min-height: 116px;
  padding: 22px 18px;
  background:
    linear-gradient(180deg, rgba(10, 21, 16, 0.92), rgba(4, 10, 8, 0.98));
  color: var(--sc-text);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}

.sc-brand-tile:nth-child(odd) {
  border-color: rgba(216, 196, 154, 0.12);
}

.sc-brand-tile::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 255, 212, 0.34), transparent);
}

.sc-brand-tile__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 136px;
  height: 34px;
  opacity: 1;
  filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(137, 222, 255, 0.16));
}

.sc-brand-tile__logo--wide {
  max-width: 156px;
  height: 38px;
}

.sc-contact {
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
}

.sc-contact__panel,
.sc-contact__form-wrap {
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(10, 21, 16, 0.9), rgba(5, 11, 9, 0.98));
}

.sc-contact__stack {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.sc-contact-schematic {
  position: relative;
  height: 92px;
  margin-top: 18px;
  border: 1px solid rgba(163, 210, 240, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 50%, rgba(137, 222, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  overflow: hidden;
}

.sc-contact-schematic__orb,
.sc-contact-schematic__ring,
.sc-contact-schematic__trace {
  position: absolute;
}

.sc-contact-schematic__orb {
  top: 34px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-radius: 50%;
  background: radial-gradient(circle at center, var(--sc-cyan), rgba(137, 222, 255, 0.15));
  box-shadow: 0 0 22px rgba(137, 222, 255, 0.28);
}

.sc-contact-schematic__ring {
  top: 24px;
  left: 50%;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  border: 1px solid rgba(163, 210, 240, 0.22);
  border-radius: 50%;
}

.sc-contact-schematic__trace {
  height: 1px;
  background: linear-gradient(90deg, rgba(163, 210, 240, 0.16), rgba(163, 210, 240, 0.44), rgba(163, 210, 240, 0.16));
}

.sc-contact-schematic__trace--one {
  top: 33px;
  left: 18px;
  right: 18px;
}

.sc-contact-schematic__trace--two {
  top: 58px;
  left: 46px;
  right: 46px;
}

.sc-contact__item strong,
.sc-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  color: var(--sc-cyan);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-contact__item span {
  color: rgba(236, 255, 247, 0.94);
  line-height: 1.6;
}

.sc-form {
  padding: 22px;
  border-radius: 22px;
  background: rgba(4, 11, 19, 0.62);
}

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

.sc-form__field {
  display: grid;
  gap: 8px;
}

.sc-form__field--full {
  grid-column: 1 / -1;
}

.sc-form input,
.sc-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(104, 227, 255, 0.12);
  border-radius: 16px;
  color: #f1fff8;
  background: rgba(255, 255, 255, 0.04);
}

.sc-form input::placeholder,
.sc-form textarea::placeholder {
  color: rgba(149, 171, 193, 0.72);
}

.sc-form textarea {
  min-height: 150px;
  resize: vertical;
}

.sc-form__notice {
  margin: 0 0 16px;
  padding: 14px 16px;
  border-radius: 14px;
}

.sc-form__notice--success {
  color: #b8ffdf;
  background: rgba(141, 255, 203, 0.08);
}

.sc-form__notice--error {
  color: #ffd4c1;
  background: rgba(255, 128, 77, 0.08);
}

.sc-footer {
  padding: 28px 0 48px;
}

.sc-footer__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(104, 227, 255, 0.12);
  color: var(--sc-muted);
  font-size: 0.9rem;
}

.sc-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  margin-top: 8px;
  order: 20;
}

.sc-footer__social-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.sc-footer__social-item svg {
  width: 18px;
  height: 18px;
  display: block;
}

.sc-footer__social-item:hover,
.sc-footer__social-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(245, 130, 32, 0.42);
  background: rgba(245, 130, 32, 0.16);
  box-shadow: 0 10px 20px rgba(14, 39, 64, 0.16);
}

.sc-footer__social-item.is-disabled {
  opacity: 0.62;
}

@keyframes sc-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scaleY(0.88);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1024px) {
  .sc-hero__grid,
  .sc-grid--about,
  .sc-contact {
    grid-template-columns: 1fr;
  }

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

  .sc-service--wide,
  .sc-service--narrow {
    grid-column: span 1;
  }

  .sc-grid--reasons,
  .sc-brand-row,
  .sc-kpis,
  .sc-stat-strip,
  .sc-architecture-rail,
  .sc-ledger-grid,
  .sc-about-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-system-map__frame {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .sc-header {
    position: static;
  }

  .sc-header__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 0;
  }

  .sc-nav {
    justify-content: flex-start;
  }

  .sc-kpis,
  .sc-grid--reasons,
  .sc-brand-row,
  .sc-form__grid,
  .sc-stat-strip,
  .sc-grid--services,
  .sc-architecture-rail,
  .sc-ledger-grid,
  .sc-about-diagram {
    grid-template-columns: 1fr;
  }

  .sc-hero {
    padding-top: 28px;
  }

  .sc-hero__content,
  .sc-system-map,
  .sc-contact__panel,
  .sc-contact__form-wrap,
  .sc-form,
  .sc-card {
    padding: 20px;
  }

  .sc-hero h1 {
    max-width: 100%;
  }

  .sc-node,
  .sc-hub {
    grid-column: 1 / -1;
  }
}

.sc-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-header__phone {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 96, 0.16);
  color: rgba(255, 250, 242, 0.9);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.sc-hero__trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.sc-hero__trustline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 96, 0.12);
  color: rgba(255, 250, 242, 0.88);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-trust-bar {
  padding: 0 0 24px;
}

.sc-trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sc-trust-bar__item {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 16px;
  border: 1px solid rgba(255, 191, 96, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(22, 16, 11, 0.88), rgba(10, 7, 5, 0.96));
  color: #fff8ee;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 20px rgba(255, 191, 96, 0.04);
}

.sc-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

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

.sc-grid--services-new .sc-service--wide,
.sc-grid--services-new .sc-service--narrow {
  grid-column: auto;
}

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

.sc-grid--projects,
.sc-grid--reviews,
.sc-grid--areas,
.sc-grid--faq {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-grid--steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sc-case,
.sc-review,
.sc-step,
.sc-area-card,
.sc-faq {
  min-height: 100%;
}

.sc-case__meta,
.sc-review__stars,
.sc-step__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 96, 0.14);
  color: var(--sc-cyan);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sc-case__stack {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.sc-case__stack p strong {
  color: #fff5e8;
}

.sc-review__quote {
  margin: 16px 0 0;
  font-size: 1rem;
}

.sc-review__author {
  display: grid;
  gap: 4px;
  margin-top: 18px;
}

.sc-review__author strong {
  color: #fff8ee;
}

.sc-review__author span {
  color: rgba(255, 250, 242, 0.74);
  font-size: 0.9rem;
}

.sc-step__index {
  width: 48px;
  padding: 0;
}

.sc-final-cta__card {
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(255, 191, 96, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(24, 17, 11, 0.94), rgba(10, 7, 5, 0.98));
}

.sc-final-cta__card p {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}

.sc-final-cta__card .sc-actions {
  justify-content: center;
}

.sc-final-cta__note {
  margin-top: 16px;
  color: var(--sc-cyan);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-form select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 191, 96, 0.14);
  border-radius: 16px;
  color: #fffaf2;
  background: rgba(255, 255, 255, 0.04);
  appearance: none;
}

.sc-form__promise {
  padding: 12px 14px;
  border: 1px solid rgba(255, 191, 96, 0.12);
  border-radius: 14px;
  color: rgba(255, 250, 242, 0.84);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.88rem;
}

.sc-mobile-cta {
  display: none;
}

@media (max-width: 1024px) {
  .sc-trust-bar__grid,
  .sc-grid--projects,
  .sc-grid--reviews,
  .sc-grid--areas,
  .sc-grid--faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .sc-header__actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .sc-header__phone,
  .sc-header__cta {
    width: 100%;
    justify-content: center;
  }

  .sc-trust-bar__grid,
  .sc-grid--services-new,
  .sc-grid--reasons-new,
  .sc-grid--projects,
  .sc-grid--reviews,
  .sc-grid--steps,
  .sc-grid--areas,
  .sc-grid--faq {
    grid-template-columns: 1fr;
  }

  .sc-mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .sc-mobile-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  }

  .sc-mobile-cta__call {
    border: 1px solid rgba(255, 191, 96, 0.16);
    color: #fffaf2;
    background: rgba(14, 10, 7, 0.94);
  }

  .sc-mobile-cta__quote {
    color: #130b04;
    background: linear-gradient(135deg, #ffad4d, #ffd38a);
  }

  .sc-footer {
    padding-bottom: 92px;
  }
}

/* Conversion palette override: trust-first navy / white / orange */
:root {
  --sc-bg: #f7f9fc;
  --sc-bg-soft: #e8eef4;
  --sc-bg-panel: rgba(255, 255, 255, 0.94);
  --sc-panel-strong: rgba(255, 255, 255, 0.98);
  --sc-line: rgba(22, 58, 95, 0.12);
  --sc-line-strong: rgba(22, 58, 95, 0.24);
  --sc-text: #17212b;
  --sc-muted: #5f6f7d;
  --sc-cyan: #163a5f;
  --sc-blue: #2e6fa3;
  --sc-lime: #f7f9fc;
  --sc-gold: #f58220;
  --sc-shadow: 0 22px 48px rgba(20, 42, 66, 0.08);
}

body {
  color: var(--sc-text);
  background:
    radial-gradient(circle at 18% 0%, rgba(46, 111, 163, 0.08), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(22, 58, 95, 0.05), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 48%, #eef3f8 100%);
}

::selection {
  color: #ffffff;
  background: #f58220;
}

.sc-shell::before {
  background-image:
    linear-gradient(rgba(22, 58, 95, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 58, 95, 0.035) 1px, transparent 1px);
}

.sc-shell__trace {
  background: linear-gradient(90deg, rgba(22, 58, 95, 0.04), rgba(22, 58, 95, 0.18), rgba(22, 58, 95, 0.04));
  box-shadow: 0 0 10px rgba(22, 58, 95, 0.06);
}

.sc-shell__trace::before {
  background: linear-gradient(180deg, rgba(22, 58, 95, 0.04), rgba(22, 58, 95, 0.14), rgba(22, 58, 95, 0.04));
}

.sc-shell__trace::after,
.sc-shell__chip::after {
  border-color: rgba(22, 58, 95, 0.12);
  background: rgba(22, 58, 95, 0.07);
  box-shadow: 0 0 14px rgba(22, 58, 95, 0.08);
}

.sc-shell__chip,
.sc-shell__chip::before {
  border-color: rgba(22, 58, 95, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(232, 238, 244, 0.9)),
    radial-gradient(circle at center, rgba(46, 111, 163, 0.06), transparent 60%);
}

.sc-header {
  border-bottom: 1px solid rgba(22, 58, 95, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.sc-brand__name,
.sc-hero h1,
.sc-section__head h2,
.sc-contact__panel h2,
.sc-node h3,
.sc-hub h3,
.sc-card h3,
.sc-final-cta__card h2 {
  color: #0e2740;
  text-shadow: none;
}

.sc-brand__meta,
.sc-nav,
.sc-review__author span,
.sc-hub__tag,
.sc-system-map__label {
  color: #5f6f7d;
}

.sc-nav a::after,
.sc-brand__meta::before {
  background: linear-gradient(90deg, #f58220, transparent);
}

.sc-header__phone {
  border: 1px solid rgba(22, 58, 95, 0.12);
  color: #163a5f;
  background: #ffffff;
}

.sc-header__cta,
.sc-button--primary,
.sc-mobile-cta__quote {
  border: 1px solid #f58220;
  color: #ffffff;
  background: linear-gradient(135deg, #f58220, #d96a12);
  box-shadow: 0 14px 28px rgba(245, 130, 32, 0.18);
}

.sc-header__cta:hover,
.sc-button--primary:hover,
.sc-mobile-cta__quote:hover {
  background: linear-gradient(135deg, #d96a12, #c95f0f);
}

.sc-button--ghost,
.sc-mobile-cta__call {
  border: 1px solid rgba(22, 58, 95, 0.14);
  color: #163a5f;
  background: #ffffff;
}

.sc-button:focus-visible,
.sc-form input:focus-visible,
.sc-form textarea:focus-visible,
.sc-form select:focus-visible,
.sc-nav a:focus-visible,
.sc-header__cta:focus-visible {
  outline: 2px solid rgba(245, 130, 32, 0.9);
}

.sc-hero__content,
.sc-card,
.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form,
.sc-brand-tile,
.sc-trust-bar__item,
.sc-kpi,
.sc-stat,
.sc-service,
.sc-area-card,
.sc-case,
.sc-review,
.sc-step,
.sc-faq {
  border-color: rgba(22, 58, 95, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  box-shadow: 0 18px 40px rgba(20, 42, 66, 0.08);
}

.sc-card::before,
.sc-contact__panel::before,
.sc-contact__form-wrap::before,
.sc-brand-tile::before,
.sc-card::after,
.sc-contact__panel::after,
.sc-contact__form-wrap::after,
.sc-brand-tile::after,
.sc-node::after,
.sc-hub::after {
  box-shadow:
    inset 0 0 0 1px rgba(22, 58, 95, 0.04),
    0 0 0 rgba(0, 0, 0, 0);
}

.sc-hero__content {
  background:
    radial-gradient(circle at top left, rgba(46, 111, 163, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
}

.sc-hero p,
.sc-section__head p,
.sc-card p,
.sc-contact__panel p,
.sc-form__notice,
.sc-node p,
.sc-hub p,
.sc-list li,
.sc-contact__item span,
.sc-kpi span,
.sc-stat span,
.sc-form__promise {
  color: #17212b;
}

.sc-eyebrow,
.sc-service__meta,
.sc-case__meta,
.sc-review__stars,
.sc-step__index,
.sc-status-bar__item,
.sc-chip,
.sc-hero__lead-label,
.sc-final-cta__note,
.sc-node__code {
  color: #163a5f;
}

.sc-status-bar__item,
.sc-chip,
.sc-service__meta,
.sc-case__meta,
.sc-review__stars,
.sc-step__index,
.sc-node__code,
.sc-hero__trustline span {
  border-color: rgba(22, 58, 95, 0.12);
  background: rgba(22, 58, 95, 0.04);
}

.sc-eyebrow::before,
.sc-list li::before {
  border-color: rgba(245, 130, 32, 0.35);
  background: rgba(245, 130, 32, 0.14);
  box-shadow: 0 0 12px rgba(245, 130, 32, 0.18);
}

.sc-hero__lead-rule,
.sc-architecture-rail::before,
.sc-about-diagram::before,
.sc-brand-tile::after {
  background: linear-gradient(90deg, rgba(22, 58, 95, 0.18), transparent);
}

.sc-final-cta__card,
.sc-footer,
.sc-mobile-cta__call {
  background:
    radial-gradient(circle at top left, rgba(46, 111, 163, 0.14), transparent 34%),
    linear-gradient(180deg, #163a5f, #0e2740);
}

.sc-final-cta__card {
  border-color: rgba(14, 39, 64, 0.14);
  box-shadow: 0 20px 44px rgba(20, 42, 66, 0.14);
}

.sc-final-cta__card h2,
.sc-final-cta__card p,
.sc-footer,
.sc-footer a {
  color: #ffffff;
}

.sc-system-map {
  background:
    radial-gradient(circle at top left, rgba(46, 111, 163, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  border-color: rgba(22, 58, 95, 0.1);
  box-shadow: 0 18px 40px rgba(20, 42, 66, 0.08);
}

.sc-system-map__label,
.sc-system-map__status,
.sc-system-map__legend,
.sc-ledger-grid__block,
.sc-node p,
.sc-hub p,
.sc-hub h3,
.sc-node h3,
.sc-system-map__legend .sc-chip,
.sc-node__code {
  color: #163a5f;
}

.sc-ledger-grid__block,
.sc-node,
.sc-hub,
.sc-system-map__legend .sc-chip {
  border-color: rgba(22, 58, 95, 0.12);
  background: rgba(22, 58, 95, 0.04);
}

.sc-system-map__label {
  color: #5f6f7d;
}

.sc-system-map__status {
  color: #163a5f;
}

.sc-ledger-grid__block::after {
  background: rgba(22, 58, 95, 0.18);
}

.sc-node,
.sc-hub {
  background: rgba(255, 255, 255, 0.82);
}

.sc-hub {
  background:
    radial-gradient(circle at top center, rgba(245, 130, 32, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.98));
}

.sc-node h3,
.sc-hub h3 {
  color: #0e2740;
}

.sc-node p,
.sc-hub p {
  color: #17212b;
}

.sc-system-map::after {
  background-image:
    linear-gradient(rgba(22, 58, 95, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 58, 95, 0.05) 1px, transparent 1px);
}

.sc-pulse-panel__line {
  background: linear-gradient(180deg, rgba(245, 130, 32, 0.92), rgba(245, 130, 32, 0.12));
  box-shadow: 0 0 18px rgba(245, 130, 32, 0.16);
}

/* Final compact header and mobile optimization */
.sc-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-header__row {
  grid-template-columns: minmax(190px, 1fr) auto auto;
  gap: 10px 18px;
  padding: 10px 0;
}

.sc-brand {
  gap: 6px;
}

.sc-brand__logo {
  width: clamp(198px, 17vw, 268px);
}

.sc-brand__meta {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.sc-nav {
  gap: 14px;
  font-size: 0.82rem;
}

.sc-nav a {
  padding: 4px 0;
  font-size: 0.8rem;
}

.sc-header__actions {
  gap: 10px;
}

.sc-header__phone,
.sc-header__cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.84rem;
}

.sc-contact {
  gap: 16px;
}

.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form {
  padding: 20px;
}

.sc-contact__stack {
  gap: 14px;
  margin-top: 18px;
}

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

.sc-form textarea {
  min-height: 132px;
}

.sc-form__promise {
  padding: 10px 12px;
  font-size: 0.82rem;
}

@media (max-width: 1080px) {
  .sc-header__row {
    grid-template-columns: minmax(190px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 8px 16px;
  }

  .sc-brand {
    grid-area: brand;
  }

  .sc-brand__meta {
    display: none;
  }

  .sc-nav {
    grid-area: nav;
    justify-content: flex-start;
  }

  .sc-header__actions {
    grid-area: actions;
  }
}

@media (max-width: 760px) {
  .sc-header {
    position: sticky;
    top: 0;
  }

  .sc-header__row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand phone"
      "nav nav";
    align-items: center;
    gap: 8px 12px;
    padding: 10px 0 8px;
  }

  .sc-brand__logo {
    width: min(210px, 100%);
  }

  .sc-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 2px 0 0;
    scrollbar-width: none;
  }

  .sc-nav::-webkit-scrollbar {
    display: none;
  }

  .sc-nav a {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .sc-header__actions {
    width: auto;
    display: block;
  }

  .sc-header__phone {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .sc-header__cta {
    display: none;
  }

  .sc-contact-schematic {
    display: none;
  }

  .sc-contact__panel,
  .sc-contact__form-wrap,
  .sc-form {
    padding: 18px;
  }

  .sc-form__grid {
    grid-template-columns: 1fr;
  }

  .sc-form textarea {
    min-height: 118px;
  }

  .sc-mobile-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }

  .sc-mobile-cta a {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
  }

  .sc-footer {
    padding-bottom: 86px;
  }
}
/* Final typography and mobile header readability fix */
body,
input,
textarea,
select,
button {
  font-family: "Manrope", "Segoe UI", sans-serif !important;
}

.sc-brand__meta,
.sc-nav,
.sc-button,
.sc-header__phone,
.sc-header__cta,
.sc-eyebrow,
.sc-form label,
.sc-contact__item strong {
  font-family: "Space Grotesk", "Segoe UI", sans-serif !important;
}

body {
  line-height: 1.68 !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sc-nav {
  letter-spacing: 0.03em !important;
  text-transform: none !important;
  font-weight: 600 !important;
}

.sc-nav a {
  font-size: 0.88rem !important;
}

.sc-brand__meta {
  color: #6a7b89 !important;
  font-size: 0.66rem !important;
  letter-spacing: 0.08em !important;
}

.sc-hero p,
.sc-section__head p,
.sc-card p,
.sc-contact__panel p,
.sc-contact__item span,
.sc-form__notice,
.sc-form__promise,
.sc-review__quote,
.sc-list li,
.sc-service p {
  font-size: 1rem !important;
  line-height: 1.68 !important;
  letter-spacing: 0 !important;
}

.sc-hero__trustline span,
.sc-eyebrow,
.sc-service__meta,
.sc-case__meta,
.sc-review__stars,
.sc-step__index,
.sc-form label,
.sc-contact__item strong {
  letter-spacing: 0.08em !important;
}

.sc-card h3,
.sc-service h3,
.sc-node h3,
.sc-hub h3,
.sc-faq h3 {
  line-height: 1.18 !important;
}

.sc-header__phone,
.sc-header__cta,
.sc-button {
  font-size: 0.92rem !important;
}

@media (max-width: 980px) {
  .sc-brand__meta {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .sc-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 90 !important;
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(10px);
  }

  .sc-header__row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px 12px !important;
    padding: 10px 0 8px !important;
  }

  .sc-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 0 !important;
  }

  .sc-brand__logo {
    width: min(190px, 100%) !important;
  }

  .sc-brand__meta {
    display: none !important;
  }

  .sc-header__actions {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0 !important;
    flex: 0 0 auto !important;
  }

  .sc-header__phone {
    min-height: 36px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
  }

  .sc-header__cta {
    display: none !important;
  }

  .sc-nav {
    order: 3 !important;
    width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    overflow-x: auto !important;
    padding: 4px 0 0 !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .sc-nav::-webkit-scrollbar {
    display: none;
  }

  .sc-nav a {
    flex: 0 0 auto !important;
    padding: 8px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(22, 58, 95, 0.12) !important;
    background: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
  }

  .sc-nav a::after {
    display: none !important;
  }

  .sc-hero h1 {
    font-size: clamp(2.25rem, 10vw, 3.1rem) !important;
    line-height: 1.02 !important;
  }

  .sc-section__head h2,
  .sc-contact__panel h2,
  .sc-final-cta__card h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem) !important;
    line-height: 1.08 !important;
  }

  .sc-hero p,
  .sc-section__head p,
  .sc-card p,
  .sc-contact__panel p,
  .sc-contact__item span,
  .sc-review__quote,
  .sc-form__notice,
  .sc-form__promise {
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
  }

  .sc-card h3,
  .sc-service h3,
  .sc-node h3,
  .sc-hub h3,
  .sc-faq h3 {
    font-size: 1.04rem !important;
  }
}

/* Final compact header and mobile optimization */
.sc-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-header__row {
  grid-template-columns: minmax(190px, 1fr) auto auto;
  gap: 10px 18px;
  padding: 10px 0;
}

.sc-brand {
  gap: 6px;
}

.sc-brand__logo {
  width: clamp(198px, 17vw, 268px);
}

.sc-brand__meta {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.sc-nav {
  gap: 14px;
  font-size: 0.82rem;
}

.sc-nav a {
  padding: 4px 0;
  font-size: 0.8rem;
}

.sc-header__actions {
  gap: 10px;
}

.sc-header__phone,
.sc-header__cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.84rem;
}

.sc-contact {
  gap: 16px;
}

.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form {
  padding: 20px;
}

.sc-contact__stack {
  gap: 14px;
  margin-top: 18px;
}

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

.sc-form textarea {
  min-height: 132px;
}

.sc-form__promise {
  padding: 10px 12px;
  font-size: 0.82rem;
}

@media (max-width: 1080px) {
  .sc-header__row {
    grid-template-columns: minmax(190px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 8px 16px;
  }

  .sc-brand {
    grid-area: brand;
  }

  .sc-brand__meta {
    display: none;
  }

  .sc-nav {
    grid-area: nav;
    justify-content: flex-start;
  }

  .sc-header__actions {
    grid-area: actions;
  }
}

@media (max-width: 760px) {
  .sc-header {
    position: sticky;
    top: 0;
  }

  .sc-header__row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand phone"
      "nav nav";
    align-items: center;
    gap: 8px 12px;
    padding: 10px 0 8px;
  }

  .sc-brand__logo {
    width: min(210px, 100%);
  }

  .sc-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 2px 0 0;
    scrollbar-width: none;
  }

  .sc-nav::-webkit-scrollbar {
    display: none;
  }

  .sc-nav a {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .sc-header__actions {
    width: auto;
    display: block;
  }

  .sc-header__phone {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .sc-header__cta {
    display: none;
  }

  .sc-contact-schematic {
    display: none;
  }

  .sc-contact__panel,
  .sc-contact__form-wrap,
  .sc-form {
    padding: 18px;
  }

  .sc-form__grid {
    grid-template-columns: 1fr;
  }

  .sc-form textarea {
    min-height: 118px;
  }

  .sc-mobile-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }

  .sc-mobile-cta a {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
  }

  .sc-footer {
    padding-bottom: 86px;
  }
}

/* Final compact header and mobile optimization */
.sc-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-header__row {
  grid-template-columns: minmax(190px, 1fr) auto auto;
  gap: 10px 18px;
  padding: 10px 0;
}

.sc-brand {
  gap: 6px;
}

.sc-brand__logo {
  width: clamp(198px, 17vw, 268px);
}

.sc-brand__meta {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.sc-nav {
  gap: 14px;
  font-size: 0.82rem;
}

.sc-nav a {
  padding: 4px 0;
  font-size: 0.8rem;
}

.sc-header__actions {
  gap: 10px;
}

.sc-header__phone,
.sc-header__cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.84rem;
}

.sc-contact {
  gap: 16px;
}

.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form {
  padding: 20px;
}

.sc-contact__stack {
  gap: 14px;
  margin-top: 18px;
}

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

.sc-form textarea {
  min-height: 132px;
}

.sc-form__promise {
  padding: 10px 12px;
  font-size: 0.82rem;
}

@media (max-width: 1080px) {
  .sc-header__row {
    grid-template-columns: minmax(190px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 8px 16px;
  }

  .sc-brand {
    grid-area: brand;
  }

  .sc-brand__meta {
    display: none;
  }

  .sc-nav {
    grid-area: nav;
    justify-content: flex-start;
  }

  .sc-header__actions {
    grid-area: actions;
  }
}

@media (max-width: 760px) {
  .sc-header {
    position: sticky;
    top: 0;
  }

  .sc-header__row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand phone"
      "nav nav";
    align-items: center;
    gap: 8px 12px;
    padding: 10px 0 8px;
  }

  .sc-brand__logo {
    width: min(210px, 100%);
  }

  .sc-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 2px 0 0;
    scrollbar-width: none;
  }

  .sc-nav::-webkit-scrollbar {
    display: none;
  }

  .sc-nav a {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .sc-header__actions {
    width: auto;
    display: block;
  }

  .sc-header__phone {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .sc-header__cta {
    display: none;
  }

  .sc-contact-schematic {
    display: none;
  }

  .sc-contact__panel,
  .sc-contact__form-wrap,
  .sc-form {
    padding: 18px;
  }

  .sc-form__grid {
    grid-template-columns: 1fr;
  }

  .sc-form textarea {
    min-height: 118px;
  }

  .sc-mobile-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }

  .sc-mobile-cta a {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
  }

  .sc-footer {
    padding-bottom: 86px;
  }
}

/* Final header layout fix */
.sc-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
}

.sc-header__row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 16px 24px;
  min-height: 0;
  padding: 14px 0;
}

.sc-brand {
  min-width: 0;
  gap: 8px;
}

.sc-brand__logo {
  display: block;
  width: clamp(230px, 20vw, 310px);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 8px 18px rgba(14, 39, 64, 0.08));
}

.sc-brand__meta {
  gap: 8px;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.sc-brand__meta::before {
  width: 40px;
  flex: 0 0 40px;
}

.sc-nav {
  flex-wrap: nowrap;
  justify-content: center;
  gap: 16px;
  min-width: 0;
}

.sc-nav a {
  white-space: nowrap;
  font-size: 0.84rem;
}

.sc-header__actions {
  justify-self: end;
  flex-wrap: nowrap;
}

.sc-header__phone,
.sc-header__cta {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .sc-header__row {
    grid-template-columns: minmax(220px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
  }

  .sc-brand {
    grid-area: brand;
  }

  .sc-nav {
    grid-area: nav;
    justify-content: flex-start;
    padding-top: 2px;
  }

  .sc-header__actions {
    grid-area: actions;
  }
}

@media (max-width: 860px) {
  .sc-brand__logo {
    width: min(280px, 100%);
  }

  .sc-brand__meta {
    white-space: normal;
  }

  .sc-nav {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.sc-system-map__legend .sc-chip,
.sc-node__code {
  border-color: rgba(245, 130, 32, 0.18);
  background: rgba(245, 130, 32, 0.08);
}

.sc-node__code {
  color: #d96a12;
}

.sc-final-cta__card h2,
.sc-final-cta__card p,
.sc-final-cta__card h2,
.sc-final-cta__card p,
.sc-footer,
.sc-footer a {
  color: #ffffff;
}

.sc-grid::before,
.sc-kpis::before,
.sc-stat-strip::before,
.sc-brand-row::before,
.sc-contact::before,
.sc-system-map__frame::before {
  background:
    linear-gradient(90deg, transparent 0, rgba(22, 58, 95, 0.08) 18%, rgba(22, 58, 95, 0.08) 82%, transparent 100%),
    linear-gradient(180deg, transparent 0, rgba(22, 58, 95, 0.05) 18%, rgba(22, 58, 95, 0.05) 82%, transparent 100%);
}

.sc-grid > *,
.sc-kpis > *,
.sc-stat-strip > *,
.sc-brand-row > *,
.sc-contact > *,
.sc-system-map__frame > * {
  box-shadow: none;
}

.sc-form input,
.sc-form textarea,
.sc-form select {
  border-color: rgba(22, 58, 95, 0.14);
  color: #17212b;
  background: #ffffff;
}

.sc-form input::placeholder,
.sc-form textarea::placeholder {
  color: #7d8b97;
}

.sc-form__promise {
  border-color: rgba(245, 130, 32, 0.18);
  background: rgba(245, 130, 32, 0.06);
}

#why,
#reviews,
#contact,
#faq {
  background: #f7f9fc;
}

.sc-trust-bar__item,
.sc-brand-tile {
  color: #163a5f;
}

.sc-brand-tile__logo {
  filter: none;
  opacity: 0.9;
}

/* Explicit right hero panel alignment with trust palette */
.sc-system-map {
  background:
    radial-gradient(circle at top left, rgba(46, 111, 163, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 252, 0.98));
  border-color: rgba(22, 58, 95, 0.1);
  box-shadow: 0 18px 40px rgba(20, 42, 66, 0.08);
}

.sc-system-map::after {
  background-image:
    linear-gradient(rgba(22, 58, 95, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 58, 95, 0.05) 1px, transparent 1px);
}

.sc-system-map__label {
  color: #5f6f7d;
}

.sc-system-map__status,
.sc-ledger-grid__block,
.sc-system-map__legend,
.sc-system-map__legend .sc-chip,
.sc-node__code {
  color: #163a5f;
}

.sc-ledger-grid__block,
.sc-node,
.sc-hub,
.sc-system-map__legend .sc-chip {
  border-color: rgba(22, 58, 95, 0.12);
  background: rgba(22, 58, 95, 0.04);
}

.sc-ledger-grid__block::after {
  background: rgba(22, 58, 95, 0.18);
}

.sc-node,
.sc-hub {
  background: rgba(255, 255, 255, 0.82);
}

.sc-hub {
  background:
    radial-gradient(circle at top center, rgba(245, 130, 32, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.98));
}

.sc-node h3,
.sc-hub h3 {
  color: #0e2740;
}

.sc-node p,
.sc-hub p {
  color: #17212b;
}

.sc-node__code,
.sc-system-map__legend .sc-chip {
  border-color: rgba(245, 130, 32, 0.18);
  background: rgba(245, 130, 32, 0.08);
}

.sc-node__code {
  color: #d96a12;
}

.sc-pulse-panel__line {
  background: linear-gradient(180deg, rgba(245, 130, 32, 0.92), rgba(245, 130, 32, 0.12));
  box-shadow: 0 0 18px rgba(245, 130, 32, 0.16);
}
/* Final compact header and mobile optimization */
.sc-header {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-header__row {
  grid-template-columns: minmax(190px, 1fr) auto auto;
  gap: 10px 18px;
  padding: 10px 0;
}

.sc-brand {
  gap: 6px;
}

.sc-brand__logo {
  width: clamp(198px, 17vw, 268px);
}

.sc-brand__meta {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
}

.sc-nav {
  gap: 14px;
  font-size: 0.82rem;
}

.sc-nav a {
  padding: 4px 0;
  font-size: 0.8rem;
}

.sc-header__actions {
  gap: 10px;
}

.sc-header__phone,
.sc-header__cta {
  min-height: 40px;
  padding: 0 16px;
  font-size: 0.84rem;
}

.sc-contact {
  gap: 16px;
}

.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form {
  padding: 20px;
}

.sc-contact__stack {
  gap: 14px;
  margin-top: 18px;
}

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

.sc-form textarea {
  min-height: 132px;
}

.sc-form__promise {
  padding: 10px 12px;
  font-size: 0.82rem;
}

@media (max-width: 1080px) {
  .sc-header__row {
    grid-template-columns: minmax(190px, 1fr) auto;
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 8px 16px;
  }

  .sc-brand {
    grid-area: brand;
  }

  .sc-brand__meta {
    display: none;
  }

  .sc-nav {
    grid-area: nav;
    justify-content: flex-start;
  }

  .sc-header__actions {
    grid-area: actions;
  }
}

@media (max-width: 760px) {
  .sc-header {
    position: sticky;
    top: 0;
  }

  .sc-header__row {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand phone"
      "nav nav";
    align-items: center;
    gap: 8px 12px;
    padding: 10px 0 8px;
  }

  .sc-brand__logo {
    width: min(210px, 100%);
  }

  .sc-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    gap: 12px;
    padding: 2px 0 0;
    scrollbar-width: none;
  }

  .sc-nav::-webkit-scrollbar {
    display: none;
  }

  .sc-nav a {
    flex: 0 0 auto;
    font-size: 0.78rem;
  }

  .sc-header__actions {
    width: auto;
    display: block;
  }

  .sc-header__phone {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.78rem;
  }

  .sc-header__cta {
    display: none;
  }

  .sc-contact-schematic {
    display: none;
  }

  .sc-contact__panel,
  .sc-contact__form-wrap,
  .sc-form {
    padding: 18px;
  }

  .sc-form__grid {
    grid-template-columns: 1fr;
  }

  .sc-form textarea {
    min-height: 118px;
  }

  .sc-mobile-cta {
    left: 10px;
    right: 10px;
    bottom: 10px;
    gap: 8px;
  }

  .sc-mobile-cta a {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.84rem;
    letter-spacing: 0.02em;
  }

  .sc-footer {
    padding-bottom: 86px;
  }
}
/* Final end-of-file readability lock */
.sc-hero h1,
.sc-section__head h2,
.sc-contact__panel h2,
.sc-final-cta__card h2 {
  line-height: 1.04 !important;
  letter-spacing: -0.03em !important;
}

.sc-card h3,
.sc-service h3,
.sc-node h3,
.sc-hub h3,
.sc-faq h3 {
  line-height: 1.22 !important;
}

.sc-eyebrow,
.sc-service__meta,
.sc-case__meta,
.sc-review__stars,
.sc-step__index,
.sc-form label,
.sc-contact__item strong {
  font-size: 0.76rem !important;
}

@media (max-width: 760px) {
  .sc-header__row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .sc-brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .sc-header__actions {
    flex: 0 0 auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .sc-nav {
    order: 3 !important;
    width: 100% !important;
  }
}

.sc-shell--page {
  min-height: 100vh;
}

.sc-page-top {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-page-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.sc-brand--page {
  gap: 0;
}

.sc-page {
  padding-bottom: 24px;
}

.sc-page__section {
  padding-top: 28px;
}

.sc-page__card {
  padding: 28px;
}

.sc-page__card h1 {
  margin: 0;
  color: #0e2740;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.sc-prose {
  margin-top: 22px;
  color: #17212b;
}

.sc-prose h2,
.sc-prose h3 {
  margin: 28px 0 10px;
  color: #0e2740;
  line-height: 1.15;
}

.sc-prose h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.sc-prose h3 {
  font-size: 1.1rem;
}

.sc-prose p,
.sc-prose li {
  font-size: 1rem;
  line-height: 1.72;
  color: #17212b;
}

.sc-prose ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.sc-prose a {
  color: #d96a12;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sc-footer--page {
  padding-top: 0;
}

@media (max-width: 760px) {
  .sc-page-top__row {
    padding: 10px 0;
  }

  .sc-page__card {
    padding: 20px;
  }

  .sc-page__card h1 {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
  }
}

@media (max-width: 760px) {
  .sc-header__actions {
    margin-left: auto !important;
    justify-content: flex-end !important;
  }

  .sc-header__phone {
    width: auto !important;
    min-width: 0 !important;
    padding: 0 10px !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
  }
}

/* Frontend cleanup: simpler hero, calmer hierarchy, cleaner cards */
.sc-shell__chip,
.sc-shell__trace {
  opacity: 0.12 !important;
}

.sc-hero {
  padding: 34px 0 22px !important;
}

.sc-hero__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

.sc-hero__content,
.sc-hero-proof {
  position: relative;
  border: 1px solid rgba(22, 58, 95, 0.1);
  border-radius: 24px;
  overflow: hidden;
}

.sc-hero__content {
  padding: clamp(26px, 4vw, 42px) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%) !important;
  box-shadow: 0 22px 44px rgba(14, 39, 64, 0.08) !important;
}

.sc-hero__content::before,
.sc-hero-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(245, 130, 32, 0.08), transparent 38%);
}

.sc-hero__content > .sc-eyebrow:first-of-type {
  display: none !important;
}

.sc-eyebrow--hero-alt {
  display: inline-flex !important;
  margin-bottom: 16px !important;
}

.sc-hero__content h1 {
  max-width: 11ch;
  margin-bottom: 16px !important;
}

.sc-hero__content p {
  max-width: 58ch;
  color: #354657 !important;
  font-size: 1.04rem !important;
  line-height: 1.72 !important;
}

.sc-hero__trustline {
  margin-top: 18px !important;
  gap: 10px !important;
}

.sc-hero__trustline span {
  background: rgba(22, 58, 95, 0.05) !important;
  border: 1px solid rgba(22, 58, 95, 0.08) !important;
  color: #163a5f !important;
}

.sc-hero-proof {
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 32px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.98)),
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.12), transparent 36%) !important;
  box-shadow: 0 18px 40px rgba(14, 39, 64, 0.07) !important;
}

.sc-hero-proof h2 {
  margin: 0 0 12px;
  color: #0e2740;
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.sc-hero-proof p {
  margin: 0;
  color: #445565;
  line-height: 1.7;
}

.sc-hero-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 118px;
  gap: 12px;
  margin-top: 20px;
}

.sc-hero-gallery__tile {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 0;
  background: #dfe7ef;
  box-shadow: 0 14px 26px rgba(14, 39, 64, 0.08);
}

.sc-hero-gallery__tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 39, 64, 0.02), rgba(14, 39, 64, 0.34) 52%, rgba(14, 39, 64, 0.8)),
    linear-gradient(135deg, rgba(245, 130, 32, 0.12), transparent 36%);
  pointer-events: none;
}

.sc-hero-gallery__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sc-hero-gallery__tile--1 {
  grid-row: span 2;
}

.sc-hero-gallery__tile--4 {
  grid-column: 1 / -1;
}

.sc-hero-gallery__overlay {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  display: grid;
  gap: 2px;
}

.sc-hero-gallery__overlay strong,
.sc-hero-gallery__overlay span {
  color: #ffffff;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.sc-hero-gallery__overlay strong {
  font-size: 0.92rem;
  line-height: 1.12;
}

.sc-hero-gallery__overlay span {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.92;
}

.sc-hero-proof__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.sc-hero-proof__list li {
  position: relative;
  padding-left: 18px;
  color: #17212b;
  line-height: 1.55;
}

.sc-hero-proof__list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #f58220;
  box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.12);
}

.sc-hero-proof__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-hero-proof__call {
  min-height: 42px !important;
  padding: 0 16px 0 14px !important;
  border-color: rgba(22, 58, 95, 0.12) !important;
  background: linear-gradient(180deg, #ffffff, #f5f8fb) !important;
  color: #0e2740 !important;
  font-size: 0.84rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 10px 20px rgba(14, 39, 64, 0.08) !important;
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}

.sc-hero-proof__call::before {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  padding: 0;
  border-radius: 999px;
  background: #f58220;
  box-shadow: 0 0 0 5px rgba(245, 130, 32, 0.14);
}

.sc-hero-proof__call:hover,
.sc-hero-proof__call:focus-visible {
  border-color: rgba(245, 130, 32, 0.42) !important;
  box-shadow: 0 14px 28px rgba(245, 130, 32, 0.14) !important;
}

.sc-hero-proof__footer span {
  color: #5b6b79;
  font-size: 0.85rem;
  line-height: 1.5;
}

.sc-card,
.sc-contact__panel,
.sc-contact__form-wrap,
.sc-form,
.sc-brand-tile {
  box-shadow: 0 16px 36px rgba(14, 39, 64, 0.06) !important;
}

.sc-card::after,
.sc-contact__panel::after,
.sc-contact__form-wrap::after,
.sc-brand-tile::after {
  box-shadow: inset 0 0 0 1px rgba(22, 58, 95, 0.05) !important;
}

.sc-service,
.sc-reason,
.sc-review,
.sc-step,
.sc-area-card,
.sc-faq {
  background: #ffffff !important;
}

.sc-service {
  min-height: 100% !important;
}

.sc-service__topline {
  margin-bottom: 18px !important;
}

.sc-service__icon {
  background: rgba(245, 130, 32, 0.1) !important;
  border: 1px solid rgba(245, 130, 32, 0.18) !important;
}

.sc-step__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.sc-step__visual {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  border: 1px solid rgba(245, 130, 32, 0.18);
  background:
    radial-gradient(circle at 30% 30%, rgba(245, 130, 32, 0.2), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 251, 0.98));
  box-shadow:
    0 16px 28px rgba(14, 39, 64, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.42);
  overflow: hidden;
}

.sc-step__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(245, 130, 32, 0.1), transparent 62%);
  pointer-events: none;
}

.sc-step__visual img {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(17%) sepia(44%) saturate(1250%) hue-rotate(176deg) brightness(94%) contrast(94%);
  opacity: 0.96;
}

.sc-grid--steps .sc-step:nth-child(1) .sc-step__visual img,
.sc-grid--steps .sc-step:nth-child(2) .sc-step__visual img {
  filter: none !important;
  mix-blend-mode: multiply;
}

.sc-step h3 {
  margin-top: 0 !important;
}

.sc-review__quote {
  color: #22303c !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

.sc-section {
  padding: 30px 0 !important;
}

.sc-section__head {
  max-width: 760px;
  margin-bottom: 24px !important;
}

.sc-section__head p {
  color: #4b5c6b !important;
}

@media (max-width: 980px) {
  .sc-hero__grid {
    grid-template-columns: 1fr !important;
  }

  .sc-hero-proof__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sc-hero-gallery {
    grid-auto-rows: 108px;
  }
}

@media (max-width: 760px) {
  .sc-shell__chip,
  .sc-shell__trace {
    opacity: 0.08 !important;
  }

  .sc-hero {
    padding-top: 24px !important;
  }

  .sc-hero__content,
  .sc-hero-proof {
    border-radius: 20px;
  }

  .sc-hero__content,
  .sc-hero-proof {
    padding: 22px !important;
  }

  .sc-hero__content h1,
  .sc-hero-proof h2 {
    max-width: none;
  }

  .sc-hero-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 160px;
  }

  .sc-hero-gallery__tile--1,
  .sc-hero-gallery__tile--4 {
    grid-column: auto;
    grid-row: auto;
  }

  .sc-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .sc-hero__trustline {
    gap: 8px !important;
  }

  .sc-hero__trustline span {
    width: 100%;
    justify-content: center;
  }

  .sc-section {
    padding: 24px 0 !important;
  }

  .sc-hero-proof__call {
    width: 100% !important;
    justify-content: center !important;
    font-size: 0.8rem !important;
  }

  .sc-step__visual {
    width: 70px;
    height: 70px;
  }

  .sc-step__visual img {
    width: 38px;
    height: 38px;
  }
}

/* Service tiles with real photo backgrounds */
.sc-service--cctv,
.sc-service--access,
.sc-service--ai,
.sc-service--custom {
  position: relative;
  overflow: hidden;
  background-color: #0e2740 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.sc-service--cctv::before,
.sc-service--access::before,
.sc-service--ai::before,
.sc-service--custom::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  height: auto !important;
  background:
    linear-gradient(180deg, rgba(10, 18, 28, 0.18) 0%, rgba(10, 18, 28, 0.66) 44%, rgba(10, 18, 28, 0.92) 100%),
    linear-gradient(135deg, rgba(14, 39, 64, 0.78), rgba(245, 130, 32, 0.18)) !important;
}

.sc-service--cctv {
  background-image: url("assets/services/cctv-bg.jpg?v=20260323a") !important;
  background-position: center center !important;
}

.sc-service--access {
  background-image: url("assets/services/access-bg.jpg?v=20260323a") !important;
  background-position: center center !important;
}

.sc-service--ai {
  background-image: url("assets/services/ai-bg.jpg?v=20260323a") !important;
  background-position: center center !important;
}

.sc-service--custom {
  background-image: url("assets/services/custom-bg.jpg?v=20260323a") !important;
  background-position: center center !important;
}

.sc-service--cctv h3,
.sc-service--access h3,
.sc-service--ai h3,
.sc-service--custom h3 {
  color: #ffffff !important;
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.26) !important;
}

.sc-service--cctv p,
.sc-service--access p,
.sc-service--ai p,
.sc-service--custom p {
  color: rgba(244, 248, 252, 0.94) !important;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.24) !important;
}

.sc-service--cctv .sc-service__icon,
.sc-service--access .sc-service__icon,
.sc-service--ai .sc-service__icon,
.sc-service--custom .sc-service__icon {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  color: #ffffff !important;
  backdrop-filter: blur(6px);
}

.sc-service--cctv .sc-service__index,
.sc-service--access .sc-service__index,
.sc-service--ai .sc-service__index,
.sc-service--custom .sc-service__index {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.sc-service--cctv .sc-service__meta,
.sc-service--access .sc-service__meta,
.sc-service--ai .sc-service__meta,
.sc-service--custom .sc-service__meta {
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  backdrop-filter: blur(8px);
}

/* Final mobile header + readability repair */
.sc-review__author strong {
  color: #163a5f !important;
}

.sc-review__author span {
  color: #5b6b79 !important;
}

.sc-mobile-cta__call {
  color: #ffffff !important;
  border: 1px solid #163a5f !important;
  background: linear-gradient(180deg, #163a5f 0%, #0e2740 100%) !important;
}

.sc-mobile-cta__call:hover,
.sc-mobile-cta__call:focus-visible {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .sc-header {
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid rgba(22, 58, 95, 0.08) !important;
    backdrop-filter: blur(10px) !important;
  }

  .sc-header__row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 12px !important;
    row-gap: 10px !important;
    min-height: auto !important;
    padding: 10px 0 12px !important;
  }

  .sc-brand {
    min-width: 0 !important;
    gap: 0 !important;
  }

  .sc-brand__logo {
    display: block !important;
    width: auto !important;
    max-width: 168px !important;
    height: auto !important;
  }

  .sc-brand__meta {
    display: none !important;
  }

  .sc-header__actions {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin-left: 0 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: auto !important;
  }

  .sc-header__cta {
    display: none !important;
  }

  .sc-header__phone {
    min-height: 40px !important;
    padding: 0 14px !important;
    font-size: 0.68rem !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    white-space: nowrap !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(14, 39, 64, 0.08) !important;
  }

  .sc-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 2px !important;
  }

  .sc-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    padding: 0 8px !important;
    border: 1px solid rgba(22, 58, 95, 0.08) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #4d5d6c !important;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    text-transform: none !important;
  }

  .sc-nav a::after {
    display: none !important;
  }

  .sc-hero {
    padding-top: 18px !important;
  }

  .sc-mobile-cta {
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    gap: 10px !important;
  }

  .sc-mobile-cta a {
    min-height: 52px !important;
    font-size: 0.96rem !important;
    font-weight: 700 !important;
    border-radius: 18px !important;
    box-shadow: 0 14px 28px rgba(14, 39, 64, 0.16) !important;
  }
}

.sc-shell--tap {
  min-height: 100vh;
}

.sc-tap-top {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 14px 0;
  backdrop-filter: blur(16px);
  background: rgba(6, 4, 3, 0.82);
  border-bottom: 1px solid rgba(255, 191, 96, 0.12);
}

.sc-tap-top__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.sc-tap-top__back {
  flex: 0 0 auto;
}

.sc-tap {
  padding: 20px 0 44px;
}

.sc-tap-hero {
  padding: 18px 0 16px;
}

.sc-tap-hero__grid,
.sc-tap-grid,
.sc-tap-estimate__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.94fr);
  gap: 24px;
  align-items: stretch;
}

.sc-tap-hero__content,
.sc-tap-panel__frame,
.sc-tap-form-wrap,
.sc-tap-estimate__panel,
.sc-tap-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 191, 96, 0.14);
  border-radius: 28px;
  box-shadow: var(--sc-shadow);
}

.sc-tap-hero__content,
.sc-tap-estimate__panel,
.sc-tap-card {
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at top left, rgba(255, 191, 96, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(14, 10, 7, 0.96), rgba(8, 6, 5, 0.96));
}

.sc-tap-hero__content h1,
.sc-tap-estimate__panel h2,
.sc-tap-card h2 {
  margin: 16px 0 12px;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.sc-tap-hero__content h1 {
  font-size: clamp(2.72rem, 5.4vw, 4.8rem);
  max-width: 11ch;
}

.sc-tap-hero__content p,
.sc-tap-estimate__panel p,
.sc-tap-card p {
  margin: 0;
  color: var(--sc-muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.sc-tap-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sc-tap-hero__actions .sc-button {
  min-width: 180px;
}

.sc-tap-quick {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.sc-tap-quick__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 96, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--sc-lime);
  text-align: center;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.sc-tap-panel__frame {
  height: 100%;
  padding: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 191, 96, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(9, 7, 5, 0.98), rgba(12, 9, 7, 0.96));
}

.sc-tap-panel__frame::before,
.sc-tap-form-wrap::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 191, 96, 0.08);
  pointer-events: none;
}

.sc-tap-panel__header,
.sc-tap-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.sc-tap-panel__header p {
  margin: 0;
  color: rgba(255, 250, 242, 0.68);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sc-tap-panel__dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffbf60, #ffd38a);
  box-shadow: 0 0 18px rgba(255, 191, 96, 0.42);
}

.sc-tap-panel__stack {
  display: grid;
  gap: 14px;
  margin: 28px 0;
}

.sc-tap-panel__tile {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 191, 96, 0.08);
}

.sc-tap-panel__tile span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--sc-gold);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
}

.sc-tap-panel__tile strong,
.sc-tap-estimate__item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.sc-tap-panel__tile small,
.sc-tap-estimate__item span {
  color: var(--sc-muted);
  line-height: 1.6;
}

.sc-tap-panel__chip,
.sc-tap-strip__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 191, 96, 0.14);
  background: rgba(255, 255, 255, 0.03);
  color: var(--sc-lime);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-tap-strip {
  padding: 4px 0 18px;
}

.sc-tap-strip__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sc-tap-grid-section,
.sc-tap-estimate {
  padding-top: 18px;
}

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

.sc-tap-card {
  display: grid;
  gap: 16px;
}

.sc-tap-fortune {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 191, 96, 0.14);
  background:
    radial-gradient(circle at top right, rgba(255, 191, 96, 0.12), transparent 28%),
    rgba(255, 255, 255, 0.03);
  color: #fff4df;
  font-size: 1rem;
  line-height: 1.7;
}

.sc-tap-estimate__grid {
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
}

.sc-tap-estimate__list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.sc-tap-estimate__item {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 191, 96, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.sc-tap-form-wrap {
  padding: 18px;
  background:
    radial-gradient(circle at top left, rgba(255, 191, 96, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(11, 8, 6, 0.98), rgba(7, 5, 4, 0.98));
}

.sc-tap-form .sc-button {
  width: 100%;
  margin-top: 14px;
}

.sc-shell--tap .sc-footer--page {
  padding-top: 6px;
}

@media (max-width: 1080px) {
  .sc-tap-hero__grid,
  .sc-tap-estimate__grid,
  .sc-tap-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .sc-tap-top {
    padding: 10px 0;
  }

  .sc-tap-top__row {
    gap: 10px;
  }

  .sc-tap-top .sc-brand__logo {
    max-width: 172px;
  }

  .sc-tap {
    padding: 10px 0 26px;
  }

  .sc-tap-hero {
    padding-top: 8px;
  }

  .sc-tap-hero__content,
  .sc-tap-panel__frame,
  .sc-tap-form-wrap,
  .sc-tap-estimate__panel,
  .sc-tap-card {
    padding: 18px;
    border-radius: 22px;
  }

  .sc-tap-hero__content h1 {
    max-width: 12ch;
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .sc-tap-hero__actions,
  .sc-tap-quick {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .sc-tap-hero__actions {
    flex-direction: column;
  }

  .sc-tap-hero__actions .sc-button,
  .sc-tap-quick__item {
    width: 100%;
    min-width: 0;
  }

  .sc-tap-panel__footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .sc-container {
    width: min(calc(100% - 20px), var(--sc-max));
  }

  .sc-tap-top__row {
    flex-wrap: nowrap;
  }

  .sc-tap-top__back {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .sc-tap-hero__content h1 {
    font-size: clamp(1.92rem, 10.6vw, 2.56rem);
  }

  .sc-tap-strip__item,
  .sc-tap-panel__chip {
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.72rem;
  }

  .sc-tap-fortune,
  .sc-tap-panel__tile,
  .sc-tap-estimate__item {
    padding: 16px;
    border-radius: 18px;
  }
}

body.page-template-page-tap-php,
body.page-template-page-tap {
  color: #163a5f;
  background:
    radial-gradient(circle at 16% 0%, rgba(245, 130, 32, 0.14), transparent 26%),
    radial-gradient(circle at 100% 10%, rgba(22, 58, 95, 0.08), transparent 22%),
    linear-gradient(180deg, #f8f4ee 0%, #f4ede2 48%, #f6f1e9 100%);
  overflow: hidden;
}

html.sc-tap-lock,
html.sc-tap-lock body {
  overflow: hidden;
}

body.page-template-page-tap-php .sc-footer--page,
body.page-template-page-tap .sc-footer--page {
  display: none;
}

.sc-shell--tap {
  min-height: 100svh;
}

.sc-tap-screen {
  min-height: 100svh;
  padding: 18px 0;
}

.sc-tap-screen__frame {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(18px, 3vh, 28px);
  min-height: calc(100svh - 36px);
  padding: clamp(18px, 2.8vw, 28px);
  border-radius: 32px;
  border: 1px solid rgba(22, 58, 95, 0.14);
  background:
    radial-gradient(circle at 18% 0%, rgba(245, 130, 32, 0.14), transparent 28%),
    radial-gradient(circle at 100% 8%, rgba(22, 58, 95, 0.08), transparent 24%),
    radial-gradient(circle at 52% 100%, rgba(245, 130, 32, 0.06), transparent 24%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(247, 240, 231, 0.98) 40%, rgba(252, 248, 242, 0.98));
  box-shadow: 0 24px 70px rgba(22, 58, 95, 0.12);
  overflow: hidden;
}

.sc-tap-screen__frame::before,
.sc-tap-screen__frame::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  pointer-events: none;
}

.sc-tap-screen__frame::before {
  border: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-tap-screen__frame::after {
  inset: auto 24px 24px auto;
  width: 168px;
  height: 168px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(245, 130, 32, 0.16), transparent 70%);
  filter: blur(14px);
}

.sc-tap-hud,
.sc-tap-deck__line,
.sc-tap-option__meta,
.sc-tap-modal__info {
  display: flex;
  align-items: center;
}

.sc-tap-hud {
  justify-content: space-between;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.sc-tap-hud__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.sc-tap-hud__logo-block {
  display: grid;
  gap: 4px;
  justify-items: start;
}

.sc-tap-hud .sc-brand__logo {
  max-width: clamp(176px, 24vw, 248px);
}

.sc-tap-hud__portal {
  color: #5f7285;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sc-tap-hud__identity {
  display: grid;
  gap: 6px;
  min-width: 0;
  justify-items: center;
  text-align: center;
}

.sc-tap-hud__identity strong,
.sc-tap-hud__identity span {
  display: block;
  line-height: 1.15;
}

.sc-tap-hud__identity strong {
  color: #163a5f;
  font-size: clamp(3.2rem, 4.6vw, 4.9rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.sc-tap-hud__identity span {
  color: #5f7285;
  font-size: clamp(1.9rem, 2.3vw, 2.35rem);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.sc-tap-hud__status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: #163a5f;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sc-tap-hud__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #f58220;
  box-shadow: 0 0 10px rgba(245, 130, 32, 0.24);
  animation: sc-tap-pulse 2.2s ease-in-out infinite;
}

.sc-tap-core {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 3vw, 32px);
  align-items: center;
  min-height: 0;
  position: relative;
  z-index: 1;
}

.sc-tap-intro {
  position: relative;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at top left, rgba(245, 130, 32, 0.08), transparent 34%),
    linear-gradient(145deg, rgba(255, 251, 246, 0.94), rgba(248, 242, 233, 0.92));
  backdrop-filter: blur(14px);
}

.sc-tap-intro::before,
.sc-tap-intro::after,
.sc-tap-option::after,
.sc-tap-modal::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.sc-tap-intro::before {
  inset: 12px;
  border: 1px solid rgba(22, 58, 95, 0.06);
  border-radius: 22px;
}

.sc-tap-intro::after {
  top: 22px;
  right: 22px;
  width: 94px;
  height: 94px;
  background:
      linear-gradient(90deg, transparent 0 20%, rgba(22, 58, 95, 0.12) 20% 24%, transparent 24% 44%, rgba(245, 130, 32, 0.12) 44% 48%, transparent 48%),
      linear-gradient(180deg, transparent 0 26%, rgba(22, 58, 95, 0.1) 26% 30%, transparent 30% 56%, rgba(245, 130, 32, 0.1) 56% 60%, transparent 60%);
  opacity: 0.4;
}

.sc-tap-intro h1 {
  margin: 16px 0 14px;
  max-width: 8.2ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #163a5f;
}

.sc-tap-intro p {
  margin: 0;
  max-width: 32rem;
  color: #5f7285;
  font-size: clamp(1rem, 1.55vw, 1.14rem);
  line-height: 1.62;
}

.sc-tap-intro__rail {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.sc-tap-intro__rail span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  background: rgba(255, 255, 255, 0.8);
  color: #4f657c;
  font-size: 0.64rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sc-tap-chipset,
.sc-tap-option__chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.sc-tap-chipset {
  margin-top: 12px;
}

.sc-tap-chip,
.sc-tap-mini-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  background: rgba(255, 255, 255, 0.84);
  color: #4f657c;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(22, 58, 95, 0.06);
}

.sc-tap-chip {
  animation: sc-tap-chip-float 4.4s ease-in-out infinite;
}

.sc-tap-chip:nth-child(2) {
  animation-delay: 0.4s;
}

.sc-tap-chip:nth-child(3) {
  animation-delay: 0.8s;
}

.sc-tap-chip--live,
.sc-tap-mini-chip--online,
.sc-tap-mini-chip--pulse {
  color: #0f5d4f;
  border-color: rgba(34, 139, 106, 0.18);
  background: rgba(235, 252, 247, 0.96);
}

.sc-tap-chip--live::before,
.sc-tap-mini-chip--online::before,
.sc-tap-mini-chip--pulse::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 999px;
  background: #20b27c;
  box-shadow: 0 0 0 0 rgba(32, 178, 124, 0.28);
  animation: sc-tap-status-blink 2s ease-in-out infinite;
}

.sc-tap-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-height: 0;
  align-self: stretch;
  position: relative;
}

.sc-tap-option {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: min(34svh, 318px);
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    rgba(255, 255, 255, 0.86);
  color: inherit;
  text-align: left;
  box-shadow: 0 16px 42px rgba(22, 58, 95, 0.1);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.sc-tap-option__bridge {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 58, 95, 0), rgba(22, 58, 95, 0.28), rgba(245, 130, 32, 0.3), rgba(22, 58, 95, 0));
  transform: translateY(-50%);
  pointer-events: none;
}

.sc-tap-option__bridge::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid rgba(22, 58, 95, 0.26);
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-50%);
}

.sc-tap-option__bridge--right {
  right: -16px;
}

.sc-tap-option__bridge--right::after {
  right: -2px;
}

.sc-tap-option__bridge--left {
  left: -16px;
}

.sc-tap-option__bridge--left::after {
  left: -2px;
}

.sc-tap-option::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(140deg, rgba(245, 130, 32, 0.06), transparent 42%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.sc-tap-option:hover,
.sc-tap-option:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(22, 58, 95, 0.18);
  box-shadow:
    0 24px 54px rgba(22, 58, 95, 0.14),
    0 0 0 1px rgba(22, 58, 95, 0.05) inset;
  outline: none;
}

.sc-tap-option:hover::before,
.sc-tap-option:focus-visible::before {
  opacity: 1;
}

.sc-tap-option--contact {
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(22, 58, 95, 0.04) 8% 8.8%, transparent 8.8% 40%, rgba(245, 130, 32, 0.035) 40% 40.8%, transparent 40.8%),
    radial-gradient(circle at top right, rgba(22, 58, 95, 0.05), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 244, 238, 0.96));
}

.sc-tap-option--estimate {
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(245, 130, 32, 0.05) 16% 16.8%, transparent 16.8% 46%, rgba(22, 58, 95, 0.04) 46% 46.8%, transparent 46.8%),
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98), rgba(249, 243, 235, 0.96));
}

.sc-tap-option--advisor {
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(22, 58, 95, 0.04) 10% 10.8%, transparent 10.8% 42%, rgba(245, 130, 32, 0.035) 42% 42.8%, transparent 42.8%),
    radial-gradient(circle at top right, rgba(22, 58, 95, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 236, 0.96));
}

.sc-tap-option__index,
.sc-tap-option__eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sc-tap-option__topline {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.sc-tap-option__index {
  color: rgba(22, 58, 95, 0.42);
}

.sc-tap-option__eyebrow {
  color: #f58220;
  white-space: nowrap;
}

.sc-tap-option h2 {
  margin: 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: clamp(1.66rem, 2.4vw, 2.26rem);
  line-height: 0.96;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #163a5f;
}

.sc-tap-option p {
  margin: 0;
  color: #5f7285;
  line-height: 1.56;
  font-size: 0.98rem;
  text-align: center;
}

.sc-tap-option__chips {
  gap: 6px;
}

.sc-tap-mini-chip {
  min-height: 24px;
  padding: 0 8px;
  font-size: 0.54rem;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.78);
}

.sc-tap-option__meta {
  margin-top: auto;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  color: rgba(22, 58, 95, 0.62);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-tap-deck__line {
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.sc-tap-deck__line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(22, 58, 95, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #4f657c;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-tap-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease, visibility 180ms ease;
}

.sc-tap-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.sc-tap-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 58, 95, 0.22);
  backdrop-filter: blur(12px);
}

.sc-tap-modal {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  max-height: min(86svh, 860px);
  overflow: auto;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 30px;
  border: 1px solid rgba(22, 58, 95, 0.14);
  background:
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 241, 233, 0.98));
  box-shadow: 0 28px 90px rgba(22, 58, 95, 0.16);
}

.sc-tap-modal::before {
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(22, 58, 95, 0.08);
}

.sc-tap-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(22, 58, 95, 0.06);
  color: #163a5f;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.sc-tap-modal h2 {
  margin: 16px 0 12px;
  max-width: 14ch;
  line-height: 0.96;
  letter-spacing: -0.04em;
  color: #163a5f;
}

.sc-tap-modal__copy {
  margin: 0 0 18px;
  color: #5f7285;
  line-height: 1.62;
}

.sc-tap-modal__info {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.sc-tap-modal__info div {
  min-width: 0;
  flex: 1 1 220px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(22, 58, 95, 0.1);
  background: rgba(255, 255, 255, 0.82);
}

.sc-tap-modal__info strong,
.sc-tap-modal__info span {
  display: block;
}

.sc-tap-modal__info strong {
  margin-bottom: 6px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sc-tap-modal__info span {
  color: #5f7285;
}

.sc-tap-modal--estimate .sc-tap-modal__info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
  margin-bottom: 14px;
}

.sc-tap-modal--estimate .sc-tap-modal__info div {
  padding: 10px 12px;
  border-radius: 14px;
  min-height: 0;
  background: rgba(255, 255, 255, 0.76);
}

.sc-tap-modal--estimate .sc-tap-modal__info strong {
  margin-bottom: 4px;
  font-size: 0.74rem;
  letter-spacing: 0.12em;
}

.sc-tap-modal--estimate .sc-tap-modal__info span,
.sc-tap-modal--estimate .sc-tap-modal__info a {
  font-size: 0.92rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.sc-tap-form-wrap {
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(245, 130, 32, 0.06), transparent 28%),
    rgba(255, 255, 255, 0.84);
}

.sc-tap-form__lead {
  margin-bottom: 16px;
}

.sc-tap-form__lead strong {
  display: block;
  margin-bottom: 6px;
  color: #163a5f;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sc-tap-form__lead p {
  margin: 0;
  color: #5f7285;
  line-height: 1.6;
}

.sc-tap-estimate-picks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.sc-tap-estimate-picks__item {
  appearance: none;
  border: 1px solid rgba(22, 58, 95, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #4d6884;
  padding: 10px 13px;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sc-tap-estimate-picks__item:hover,
.sc-tap-estimate-picks__item:focus-visible {
  border-color: rgba(245, 130, 32, 0.34);
  color: #163a5f;
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.12);
  outline: none;
}

.sc-tap-estimate-picks__item.is-active {
  border-color: rgba(245, 130, 32, 0.42);
  background: linear-gradient(180deg, rgba(255, 191, 129, 0.28), rgba(245, 130, 32, 0.12));
  color: #163a5f;
  box-shadow: 0 10px 18px rgba(245, 130, 32, 0.12);
}

.sc-form__hint {
  margin: 8px 0 0;
  color: #73879c;
  font-size: 0.82rem;
  line-height: 1.5;
}

.sc-tap-form .sc-button {
  width: 100%;
  margin-top: 14px;
}

.sc-tap-advisor__output {
  margin: 20px 0 0;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(22, 58, 95, 0.1);
  background:
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.05), transparent 30%),
    rgba(255, 255, 255, 0.78);
  color: #163a5f;
  line-height: 1.62;
  font-size: 1.02rem;
}

.sc-tap-advisor__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

@media (min-width: 761px) {
  .sc-tap-screen {
    padding: 10px 0;
  }

  .sc-tap-screen .sc-container {
    width: min(430px, calc(100% - 20px));
  }

  .sc-tap-screen__frame {
    min-height: calc(100svh - 20px);
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
  }

  .sc-tap-screen__frame::before {
    inset: 8px;
    border-radius: 16px;
  }

  .sc-tap-hud {
    gap: 8px;
  }

  .sc-tap-hud__brand {
    gap: 8px;
  }

  .sc-tap-hud .sc-brand__logo {
    max-width: 136px;
  }

  .sc-tap-hud__portal {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .sc-tap-hud__identity strong {
    font-size: 1.48rem;
  }

  .sc-tap-hud__identity span {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-core {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .sc-tap-intro {
    padding: 12px;
    border-radius: 18px;
  }

  .sc-tap-intro::before {
    inset: 8px;
    border-radius: 14px;
  }

  .sc-tap-intro::after {
    display: none;
  }

  .sc-tap-intro .sc-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .sc-tap-intro h1 {
    margin: 8px 0 6px;
    max-width: none;
    font-size: clamp(1.54rem, 8vw, 2rem);
  }

  .sc-tap-intro p {
    font-size: 0.72rem;
    line-height: 1.22;
  }

  .sc-tap-intro__rail {
    gap: 6px;
    margin-top: 10px;
  }

  .sc-tap-intro__rail span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-chipset {
    margin-top: 8px;
    gap: 6px;
  }

  .sc-tap-chip {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .sc-tap-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    grid-auto-rows: minmax(0, 1fr);
  }

  .sc-tap-option {
    gap: 6px;
    min-height: 0;
    padding: 10px;
    border-radius: 18px;
  }

  .sc-tap-option--contact {
    grid-column: 1 / -1;
  }

  .sc-tap-option__bridge {
    display: none;
  }

  .sc-tap-option__index,
  .sc-tap-option__eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-option__topline {
    gap: 8px;
  }

  .sc-tap-option h2 {
    font-size: 1rem;
  }

  .sc-tap-option p {
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .sc-tap-option__chips {
    gap: 4px;
  }

  .sc-tap-mini-chip {
    min-height: 22px;
    padding: 0 7px;
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }

  .sc-tap-option__meta {
    display: none;
  }

  .sc-tap-deck {
    display: none;
  }
}

@keyframes sc-tap-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(245, 130, 32, 0.24);
  }

  50% {
    transform: scale(1.12);
    box-shadow: 0 0 16px rgba(245, 130, 32, 0.32);
  }
}

@keyframes sc-tap-status-blink {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(32, 178, 124, 0.26);
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 0 5px rgba(32, 178, 124, 0);
    opacity: 0.86;
  }
}

@keyframes sc-tap-chip-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@media (max-width: 1080px) {
  .sc-tap-screen {
    min-height: auto;
  }

  .sc-tap-screen__frame {
    min-height: auto;
  }

  .sc-tap-core {
    grid-template-columns: 1fr;
  }

  .sc-tap-actions {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .sc-tap-option {
    min-height: 0;
  }

  .sc-tap-option__bridge {
    display: none;
  }
}

@media (max-width: 760px) {
  .sc-tap-screen {
    padding: 10px 0;
  }

  .sc-tap-screen__frame {
    min-height: calc(100svh - 20px);
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
  }

  .sc-tap-screen__frame::before {
    inset: 8px;
    border-radius: 16px;
  }

  .sc-tap-hud {
    gap: 8px;
  }

  .sc-tap-hud__brand {
    gap: 14px;
  }

  .sc-tap-hud .sc-brand__logo {
    max-width: 136px;
  }

  .sc-tap-hud__portal {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .sc-tap-hud__identity strong {
    font-size: 2rem;
  }

  .sc-tap-hud__identity span {
    font-size: 1.15rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-hud__status {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }

  .sc-tap-intro {
    padding: 12px;
    border-radius: 18px;
  }

  .sc-tap-intro::before {
    inset: 8px;
    border-radius: 14px;
  }

  .sc-tap-intro::after {
    display: none;
  }

  .sc-tap-intro h1 {
    margin: 8px 0 6px;
    max-width: none;
    font-size: clamp(1.72rem, 8.8vw, 2.28rem);
  }

  .sc-tap-intro p {
    font-size: 0.78rem;
    line-height: 1.32;
  }

  .sc-tap-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    grid-auto-rows: minmax(0, 1fr);
  }

  .sc-tap-option {
    gap: 6px;
    min-height: 0;
    padding: 12px;
    border-radius: 18px;
  }

  .sc-tap-option--contact {
    grid-column: 1 / -1;
  }

  .sc-tap-option h2 {
    font-size: 1.08rem;
    line-height: 1;
  }

  .sc-tap-option p {
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .sc-tap-option__meta {
    gap: 4px;
    font-size: 0.54rem;
    letter-spacing: 0.08em;
  }

  .sc-tap-deck {
    display: none;
  }

  .sc-tap-modal {
    width: 100%;
    max-height: min(90svh, 960px);
    padding: 20px 18px;
    border-radius: 24px;
  }

  .sc-tap-modal::before {
    inset: 10px;
    border-radius: 16px;
  }

  .sc-tap-modal__close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }

  .sc-tap-modal__info,
  .sc-tap-advisor__actions {
    flex-direction: column;
  }

  .sc-tap-advisor__actions .sc-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .sc-tap-hud__brand {
    gap: 8px;
  }

  .sc-tap-hud__logo-block {
    gap: 2px;
  }

  .sc-tap-hud__identity strong {
    font-size: 1.48rem;
  }

  .sc-tap-hud__identity span {
    font-size: 0.9rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-hud__portal {
    font-size: 0.54rem;
    letter-spacing: 0.08em;
  }

  .sc-tap-core {
    gap: 8px;
  }

  .sc-tap-intro .sc-eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  .sc-tap-intro h1 {
    font-size: clamp(1.54rem, 8vw, 2rem);
  }

  .sc-tap-intro p {
    font-size: 0.72rem;
    line-height: 1.22;
  }

  .sc-tap-intro__rail {
    gap: 6px;
    margin-top: 10px;
  }

  .sc-tap-intro__rail span {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.52rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-chipset {
    margin-top: 8px;
    gap: 6px;
  }

  .sc-tap-chip {
    min-height: 24px;
    padding: 0 8px;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .sc-tap-option {
    padding: 10px;
  }

  .sc-tap-option__index,
  .sc-tap-option__eyebrow {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .sc-tap-option__topline {
    gap: 8px;
  }

  .sc-tap-option h2 {
    font-size: 1rem;
  }

  .sc-tap-option p {
    display: none;
  }

  .sc-tap-option__meta {
    display: none;
  }

  .sc-tap-option__chips {
    gap: 4px;
  }

  .sc-tap-mini-chip {
    min-height: 22px;
    padding: 0 7px;
    font-size: 0.48rem;
    letter-spacing: 0.08em;
  }
}

/* Tap page symmetry cleanup */
body.page-template-page-tap-php .sc-shell__circuit,
body.page-template-page-tap-php .sc-shell__chip,
body.page-template-page-tap .sc-shell__circuit,
body.page-template-page-tap .sc-shell__chip {
  opacity: 0.1;
}

body.page-template-page-tap-php .sc-shell__trace,
body.page-template-page-tap .sc-shell__trace {
  box-shadow: none;
}

.sc-tap-screen .sc-container {
  width: min(430px, calc(100% - 20px));
}

.sc-tap-screen__frame {
  grid-template-rows: auto auto 1fr;
  gap: 10px;
  min-height: calc(100svh - 20px);
  padding: 14px;
  border-radius: 28px;
}

.sc-tap-screen__frame::before {
  inset: 8px;
  border-radius: 20px;
}

.sc-tap-hud {
  display: grid;
  gap: 10px;
}

.sc-tap-hud__brand {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

.sc-tap-hud__logo-block,
.sc-tap-hud__identity {
  min-height: 94px;
  padding: 10px 12px;
  border-radius: 18px;
  border: 1px solid rgba(22, 58, 95, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 24px rgba(22, 58, 95, 0.06);
}

.sc-tap-hud__logo-block {
  gap: 6px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.sc-tap-hud .sc-brand {
  display: inline-flex;
  justify-content: center;
}

.sc-tap-hud .sc-brand__logo {
  display: block;
  max-width: 150px;
}

.sc-tap-hud__portal {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
}

.sc-tap-hud__identity {
  gap: 6px;
  align-content: center;
}

.sc-tap-hud__identity strong {
  font-size: clamp(2rem, 5vw, 2.24rem);
  line-height: 0.98;
}

.sc-tap-hud__identity span {
  font-size: clamp(1rem, 2.8vw, 1.12rem);
  letter-spacing: 0.16em;
}

.sc-tap-hud__status {
  justify-self: center;
  min-height: 32px;
  padding: 0 12px;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.sc-tap-core {
  grid-template-columns: 1fr;
  gap: 10px;
}

.sc-tap-intro {
  padding: 14px;
  border-radius: 20px;
  text-align: center;
}

.sc-tap-intro::before {
  inset: 8px;
  border-radius: 14px;
}

.sc-tap-intro::after {
  display: none;
}

.sc-tap-intro h1 {
  margin: 8px 0 6px;
  max-width: none;
  font-size: clamp(1.72rem, 7.2vw, 2.14rem);
}

.sc-tap-intro p {
  font-size: 0.78rem;
  line-height: 1.34;
}

.sc-tap-intro__rail,
.sc-tap-chipset {
  justify-content: center;
}

.sc-tap-intro__rail {
  gap: 6px;
  margin-top: 10px;
}

.sc-tap-intro__rail span,
.sc-tap-chip {
  min-height: 24px;
  padding: 0 8px;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
}

.sc-tap-chipset {
  gap: 6px;
  margin-top: 8px;
}

.sc-tap-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  grid-auto-rows: minmax(0, 1fr);
}

.sc-tap-option {
  gap: 8px;
  min-height: 0;
  padding: 14px;
  border-radius: 20px;
}

.sc-tap-option--contact {
  grid-column: 1 / -1;
}

.sc-tap-option__bridge {
  display: none;
}

.sc-tap-option::after {
  inset: 8px;
  border-radius: 12px;
  border: 1px solid rgba(22, 58, 95, 0.05);
}

.sc-tap-option__topline {
  gap: 8px;
}

.sc-tap-option__index,
.sc-tap-option__eyebrow {
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.sc-tap-option h2 {
  font-size: clamp(1.08rem, 4vw, 1.18rem);
}

.sc-tap-option p {
  font-size: 0.72rem;
  line-height: 1.28;
  text-align: center;
}

.sc-tap-option__chips {
  gap: 4px;
}

.sc-tap-mini-chip {
  font-size: 0.48rem;
}

.sc-tap-option__meta {
  gap: 6px;
  font-size: 0.54rem;
  letter-spacing: 0.08em;
}

.sc-tap-deck {
  display: none;
}

.sc-tap-modal {
  max-height: min(90svh, 860px);
  padding: 22px 18px;
  border-radius: 24px;
}

.sc-tap-modal::before {
  inset: 10px;
  border-radius: 16px;
}

.sc-tap-modal__close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.sc-tap-modal__info,
.sc-tap-advisor__actions {
  flex-direction: column;
}

.sc-tap-advisor__actions .sc-button {
  width: 100%;
}

@media (max-width: 480px) {
  .sc-tap-modal--estimate .sc-tap-modal__info {
    grid-template-columns: 1fr;
  }

  .sc-tap-screen .sc-container {
    width: calc(100% - 14px);
  }

  .sc-tap-screen__frame {
    padding: 12px;
  }

  .sc-tap-hud__brand {
    gap: 8px;
  }

  .sc-tap-hud__logo-block,
  .sc-tap-hud__identity {
    min-height: 86px;
    padding: 8px;
  }

  .sc-tap-hud .sc-brand__logo {
    max-width: 128px;
  }

  .sc-tap-hud__identity strong {
    font-size: 1.72rem;
  }

  .sc-tap-hud__identity span {
    font-size: 0.88rem;
    letter-spacing: 0.12em;
  }

  .sc-tap-hud__portal,
  .sc-tap-hud__status {
    font-size: 0.54rem;
    letter-spacing: 0.09em;
  }

  .sc-tap-intro {
    padding: 12px;
  }

  .sc-tap-intro h1 {
    font-size: clamp(1.5rem, 8vw, 1.92rem);
  }

  .sc-tap-intro p {
    font-size: 0.72rem;
    line-height: 1.24;
  }

  .sc-tap-option {
    padding: 12px;
  }

  .sc-tap-option h2 {
    font-size: 0.98rem;
  }

  .sc-tap-option p {
    font-size: 0.68rem;
  }

  .sc-tap-option__meta {
    display: none;
  }
}

@media (max-height: 760px) {
  .sc-tap-screen__frame {
    gap: 8px;
    padding: 12px;
  }

  .sc-tap-hud__logo-block,
  .sc-tap-hud__identity {
    min-height: 82px;
  }

  .sc-tap-intro {
    padding: 12px;
  }

  .sc-tap-intro__rail,
  .sc-tap-chipset {
    display: none;
  }

  .sc-tap-actions {
    gap: 8px;
  }

  .sc-tap-option {
    gap: 6px;
    padding: 12px;
  }
}

/* Tap rollback: restore proportions before symmetry pass */
.sc-tap-screen__frame {
  gap: 10px;
  min-height: calc(100svh - 20px);
  padding: 12px;
  border-radius: 24px;
}

.sc-tap-screen__frame::before {
  inset: 8px;
  border-radius: 16px;
}

.sc-tap-hud {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.sc-tap-hud__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.sc-tap-hud__logo-block,
.sc-tap-hud__identity {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sc-tap-hud__logo-block {
  display: grid;
  gap: 2px;
  align-content: start;
  justify-items: start;
  text-align: left;
}

.sc-tap-hud .sc-brand {
  display: inline-flex;
  justify-content: flex-start;
}

.sc-tap-hud .sc-brand__logo {
  max-width: 136px;
}

.sc-tap-hud__portal {
  display: none;
}

.sc-tap-hud__identity {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.sc-tap-hud__identity strong {
  font-size: 2rem;
  line-height: 0.96;
}

.sc-tap-hud__identity span {
  font-size: 1.15rem;
  letter-spacing: 0.1em;
}

.sc-tap-hud__status {
  justify-self: auto;
  min-height: 32px;
  padding: 0 10px;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
}

.sc-tap-core {
  gap: 8px;
}

.sc-tap-intro {
  padding: 12px;
  border-radius: 18px;
  text-align: left;
}

.sc-tap-intro::before {
  inset: 8px;
  border-radius: 14px;
}

.sc-tap-intro h1 {
  margin: 8px 0 6px;
  font-size: clamp(1.72rem, 8.8vw, 2.28rem);
}

.sc-tap-intro p {
  font-size: 0.78rem;
  line-height: 1.32;
}

.sc-tap-intro__rail,
.sc-tap-chipset {
  justify-content: flex-start;
}

.sc-tap-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  grid-auto-rows: minmax(0, 1fr);
}

.sc-tap-option {
  gap: 6px;
  min-height: 0;
  padding: 12px;
  border-radius: 18px;
}

.sc-tap-option h2 {
  font-size: 1.08rem;
  line-height: 1;
}

.sc-tap-option p {
  font-size: 0.72rem;
  line-height: 1.24;
}

.sc-tap-option__meta {
  gap: 4px;
  font-size: 0.54rem;
  letter-spacing: 0.08em;
}

@media (max-width: 480px) {
  .sc-tap-hud__brand {
    gap: 8px;
  }

  .sc-tap-hud .sc-brand__logo {
    max-width: 128px;
  }

  .sc-tap-hud__identity strong {
    font-size: 1.72rem;
  }

  .sc-tap-hud__identity span {
    font-size: 0.88rem;
    letter-spacing: 0.12em;
  }

  .sc-tap-hud__status {
    font-size: 0.54rem;
    letter-spacing: 0.09em;
  }
}

/* Tap visual pass: remove bottom void and calm the header */
.sc-tap-screen {
  display: grid;
  align-items: center;
}

.sc-tap-screen__frame {
  min-height: auto;
}

.sc-tap-hud__brand {
  flex: 1 1 auto;
}

.sc-tap-hud__identity strong {
  font-size: 1.56rem;
}

.sc-tap-hud__identity span {
  font-size: 0.86rem;
}

.sc-tap-hud__status {
  flex: 0 0 auto;
}

@media (max-width: 480px) {
  .sc-tap-screen {
    min-height: auto;
    align-items: start;
    padding: 8px 0;
  }

  .sc-tap-screen__frame {
    min-height: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    align-self: start;
  }

  .sc-tap-hud__identity strong {
    font-size: 1.34rem;
  }

  .sc-tap-hud__identity span {
    font-size: 0.72rem;
  }

  .sc-tap-core {
    display: block;
    align-content: start;
  }

  .sc-tap-intro {
    margin-bottom: 8px;
  }
}

/* Tap hard override: collapse extra vertical space */
.sc-tap-screen {
  min-height: 100svh !important;
  display: grid !important;
  align-content: start !important;
  padding: 8px 0 6px !important;
}

.sc-tap-screen__frame {
  min-height: 0 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
}

.sc-tap-core {
  display: block !important;
}

.sc-tap-intro {
  margin-bottom: 8px;
  text-align: left;
}

.sc-tap-intro h1 {
  max-width: 12ch;
  font-size: clamp(1.46rem, 6.4vw, 1.9rem);
}

.sc-tap-intro__rail,
.sc-tap-chipset {
  justify-content: flex-start;
}

.sc-tap-chip,
.sc-tap-intro__rail span {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .sc-tap-intro h1 {
    max-width: 12ch;
    font-size: clamp(1.34rem, 6.8vw, 1.72rem);
  }
}

/* Tap CTA emphasis */
.sc-tap-option {
  cursor: pointer;
  border-color: rgba(22, 58, 95, 0.16);
  box-shadow:
    0 14px 30px rgba(22, 58, 95, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.66) inset;
}

.sc-tap-option::before {
  opacity: 0.22;
}

.sc-tap-option:hover,
.sc-tap-option:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(245, 130, 32, 0.32);
  box-shadow:
    0 20px 36px rgba(22, 58, 95, 0.14),
    0 0 0 1px rgba(245, 130, 32, 0.16) inset;
}

.sc-tap-option__action {
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.sc-tap-option__action span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(245, 130, 32, 0.22);
  background: linear-gradient(180deg, rgba(245, 130, 32, 0.14), rgba(245, 130, 32, 0.08));
  color: #163a5f;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow: 0 10px 18px rgba(245, 130, 32, 0.12);
}

.sc-tap-option__action span::after {
  content: ">";
  margin-left: 10px;
  color: #f58220;
  font-size: 0.82rem;
  line-height: 1;
}

@media (max-width: 480px) {
  .sc-tap-option__action span {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }
}

/* Tap advisor terminal */
.sc-tap-modal--advisor {
  background:
    radial-gradient(circle at top right, rgba(245, 130, 32, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(16, 25, 37, 0.98), rgba(11, 19, 28, 0.98));
  border-color: rgba(135, 166, 197, 0.18);
  color: #d8e4ee;
}

.sc-tap-modal--advisor::before {
  border-color: rgba(135, 166, 197, 0.12);
}

.sc-tap-modal--advisor .sc-eyebrow,
.sc-tap-modal--advisor h2,
.sc-tap-modal--advisor .sc-tap-modal__copy {
  color: #d8e4ee;
}

.sc-tap-modal--advisor .sc-tap-modal__copy {
  color: rgba(216, 228, 238, 0.72);
}

.sc-tap-modal--advisor .sc-tap-modal__close {
  background: rgba(255, 255, 255, 0.06);
  color: #d8e4ee;
}

.sc-tap-terminal {
  position: relative;
  margin-top: 18px;
  border-radius: 22px;
  border: 1px solid rgba(124, 160, 192, 0.18);
  background:
    linear-gradient(180deg, rgba(15, 24, 35, 0.98), rgba(8, 16, 25, 0.98)),
    rgba(8, 16, 25, 0.96);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 18px 40px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.sc-tap-terminal::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    repeating-linear-gradient(180deg, rgba(124, 160, 192, 0.04) 0 1px, transparent 1px 4px);
  pointer-events: none;
}

.sc-tap-terminal__bar {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(124, 160, 192, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.sc-tap-terminal__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.sc-tap-terminal__bar span:nth-child(1) {
  background: #ff7a59;
}

.sc-tap-terminal__bar span:nth-child(2) {
  background: #fcb900;
}

.sc-tap-terminal__bar span:nth-child(3) {
  background: #20b27c;
}

.sc-tap-terminal__meta {
  padding: 12px 16px 0;
  color: #7de0b8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
}

.sc-tap-terminal__screen {
  padding: 12px 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: clamp(220px, 31svh, 292px);
  overflow: hidden;
}

.sc-tap-terminal__line {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.8rem;
  line-height: 1.5;
}

.sc-tap-terminal__line--muted {
  color: rgba(216, 228, 238, 0.54);
}

.sc-tap-terminal__line--prompt {
  margin-top: 8px;
  color: #7de0b8;
}

.sc-tap-advisor__output {
  margin: 10px 0 0;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(124, 160, 192, 0.16);
  background: rgba(124, 160, 192, 0.06);
  color: #eef5fb;
  line-height: 1.7;
  font-size: 0.98rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  min-height: 9.6rem;
  max-height: 9.6rem;
  overflow: hidden;
  overflow-x: hidden;
}

.sc-tap-advisor__output[data-fortune-tone="tip"] {
  border-color: rgba(125, 224, 184, 0.22);
  background: linear-gradient(180deg, rgba(125, 224, 184, 0.08), rgba(124, 160, 192, 0.06));
}

.sc-tap-advisor__output[data-fortune-tone="case"] {
  border-color: rgba(124, 190, 255, 0.24);
  background: linear-gradient(180deg, rgba(124, 190, 255, 0.09), rgba(124, 160, 192, 0.06));
}

.sc-tap-advisor__output[data-fortune-tone="humor"] {
  border-color: rgba(245, 180, 109, 0.26);
  background: linear-gradient(180deg, rgba(245, 180, 109, 0.09), rgba(124, 160, 192, 0.06));
}

.sc-tap-advisor__text {
  display: block;
}

.sc-tap-advisor__prefix {
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.05);
}

.sc-tap-advisor__marker {
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  margin-right: 0.55em;
  border-radius: 999px;
  vertical-align: 0.04em;
  background: currentColor;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 10px currentColor;
}

.sc-tap-advisor__body {
  color: inherit;
}

.sc-tap-advisor__output[data-fortune-tone="tip"] .sc-tap-advisor__prefix {
  color: #7de0b8;
}

.sc-tap-advisor__output[data-fortune-tone="case"] .sc-tap-advisor__prefix {
  color: #8fc7ff;
}

.sc-tap-advisor__output[data-fortune-tone="humor"] .sc-tap-advisor__prefix {
  color: #f5b46d;
}

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

.sc-tap-advisor__text::after {
  content: "";
  display: inline-block;
  width: 0.62em;
  height: 1.08em;
  margin-left: 0.18em;
  border-radius: 2px;
  background: currentColor;
  vertical-align: -0.16em;
  opacity: 0.82;
  animation: sc-tap-caret-blink 1s steps(1, end) infinite;
}

.sc-tap-advisor__output[aria-busy="false"] .sc-tap-advisor__text::after {
  opacity: 0.42;
  animation-duration: 1.35s;
}

.sc-tap-terminal.is-refreshing .sc-tap-advisor__output {
  animation: sc-tap-terminal-flash 420ms ease;
}

.sc-tap-modal--advisor .sc-button--primary {
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: linear-gradient(180deg, #f7a24e, #f58220);
  border-color: rgba(245, 130, 32, 0.4);
}

.sc-tap-modal--advisor .sc-button--ghost {
  border-color: rgba(124, 160, 192, 0.2);
  color: #d8e4ee;
  background: rgba(255, 255, 255, 0.04);
}

.sc-tap-modal--advisor .sc-button--primary:focus-visible,
.sc-tap-modal--advisor .sc-button--ghost:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(245, 130, 32, 0.18),
    0 14px 28px rgba(245, 130, 32, 0.16);
}

/* Tap motion layer */
.sc-tap-hud,
.sc-tap-intro,
.sc-tap-option {
  opacity: 0;
  animation: sc-tap-rise 560ms cubic-bezier(0.18, 0.8, 0.22, 1) forwards;
}

.sc-tap-hud .sc-brand__logo {
  transform-origin: 50% 50%;
  animation: sc-tap-logo-drift 6.8s ease-in-out 0.9s infinite;
  filter: drop-shadow(0 6px 14px rgba(22, 58, 95, 0.06));
}

.sc-tap-hud .sc-brand {
  position: relative;
  display: inline-flex;
  padding: 2px 10px 2px 2px;
  isolation: isolate;
  overflow: hidden;
  border-radius: 18px;
}

.sc-tap-hud .sc-brand::before,
.sc-tap-hud .sc-brand::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.sc-tap-hud .sc-brand::before {
  top: 18%;
  bottom: 18%;
  left: 2%;
  width: 18%;
  background:
    radial-gradient(circle at 42% 50%, rgba(245, 130, 32, 0.3), rgba(245, 130, 32, 0.12) 34%, rgba(124, 190, 255, 0.08) 56%, transparent 74%);
  opacity: 0.28;
  transform-origin: 42% 50%;
  animation: sc-tap-logo-pulse 6.4s ease-in-out 1.1s infinite;
}

.sc-tap-hud .sc-brand::after {
  top: 8%;
  bottom: 8%;
  left: -34%;
  width: 28%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 236, 214, 0.22), rgba(125, 224, 184, 0.42), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  opacity: 0;
  animation: sc-tap-logo-signal 7.6s ease-in-out 1.6s infinite;
}

.sc-tap-hud {
  animation-delay: 40ms;
}

.sc-tap-intro {
  animation-delay: 110ms;
}

.sc-tap-option--contact {
  animation-delay: 180ms;
}

.sc-tap-option--estimate {
  animation-delay: 250ms;
}

.sc-tap-option--advisor {
  animation-delay: 320ms;
}

.sc-tap-option__action span {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sc-tap-option__action span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -38%;
  width: 32%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  transform: skewX(-18deg);
  animation: sc-tap-sweep 4.8s ease-in-out infinite;
  pointer-events: none;
}

.sc-tap-option--estimate .sc-tap-option__action span::before {
  animation-delay: 0.8s;
}

.sc-tap-option--advisor .sc-tap-option__action span::before {
  animation-delay: 1.6s;
}

.sc-tap-option:hover .sc-tap-option__action span,
.sc-tap-option:focus-visible .sc-tap-option__action span {
  transform: translateX(2px);
  box-shadow: 0 12px 22px rgba(245, 130, 32, 0.16);
}

.sc-tap-option--advisor {
  animation-name: sc-tap-rise, sc-tap-advisor-breath;
  animation-duration: 560ms, 6.4s;
  animation-delay: 320ms, 1.1s;
  animation-fill-mode: forwards, both;
  animation-iteration-count: 1, infinite;
}

@keyframes sc-tap-rise {
  0% {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes sc-tap-sweep {
  0%,
  70%,
  100% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }

  14%,
  24% {
    opacity: 1;
  }

  32% {
    transform: translateX(420%) skewX(-18deg);
    opacity: 0;
  }
}

@keyframes sc-tap-advisor-breath {
  0%,
  100% {
    box-shadow:
      0 14px 30px rgba(22, 58, 95, 0.1),
      0 0 0 1px rgba(255, 255, 255, 0.66) inset;
  }

  50% {
    box-shadow:
      0 18px 34px rgba(22, 58, 95, 0.12),
      0 0 0 1px rgba(245, 130, 32, 0.14) inset,
      0 0 18px rgba(245, 130, 32, 0.08);
  }
}

@keyframes sc-tap-terminal-flash {
  0% {
    border-color: rgba(124, 160, 192, 0.16);
    background: rgba(124, 160, 192, 0.06);
    box-shadow: 0 0 0 rgba(125, 224, 184, 0);
  }

  50% {
    border-color: rgba(125, 224, 184, 0.42);
    background: rgba(125, 224, 184, 0.1);
    box-shadow: 0 0 20px rgba(125, 224, 184, 0.08);
  }

  100% {
    border-color: rgba(124, 160, 192, 0.16);
    background: rgba(124, 160, 192, 0.06);
    box-shadow: 0 0 0 rgba(125, 224, 184, 0);
  }
}

@keyframes sc-tap-caret-blink {
  0%,
  49% {
    opacity: 0.82;
  }

  50%,
  100% {
    opacity: 0;
  }
}

@keyframes sc-tap-logo-drift {
  0%,
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 6px 14px rgba(22, 58, 95, 0.06));
  }

  50% {
    transform: translateY(-2px);
    filter: drop-shadow(0 10px 18px rgba(245, 130, 32, 0.1));
  }
}

@keyframes sc-tap-logo-pulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.95);
  }

  50% {
    opacity: 0.44;
    transform: scale(1.05);
  }
}

@keyframes sc-tap-logo-signal {
  0%,
  62%,
  100% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  70% {
    opacity: 0.76;
  }

  84% {
    opacity: 0.22;
    transform: translateX(620%) skewX(-18deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sc-tap-hud,
  .sc-tap-intro,
  .sc-tap-option,
  .sc-tap-option--advisor {
    opacity: 1;
    animation: none !important;
  }

  .sc-tap-chip,
  .sc-tap-hud .sc-brand__logo,
  .sc-tap-hud .sc-brand::before,
  .sc-tap-hud .sc-brand::after,
  .sc-tap-hud__dot,
  .sc-tap-chip--live::before,
  .sc-tap-mini-chip--online::before,
  .sc-tap-mini-chip--pulse::before,
  .sc-tap-option__action span::before {
    animation: none !important;
  }

  .sc-tap-option__action span {
    transition: none;
  }

  .sc-tap-terminal.is-refreshing .sc-tap-advisor__output {
    animation: none !important;
  }

  .sc-tap-advisor__output::after {
    animation: none !important;
    opacity: 0.42;
  }
}
