:root {
  --bg: #f6f9ff;
  --bg-cool: #eaf3ff;
  --surface: #ffffff;
  --ink: #0d172c;
  --muted: #63718a;
  --line: rgba(129, 151, 184, 0.24);
  --blue: #2563ff;
  --cyan: #14c8ff;
  --green: #18b77a;
  --violet: #7c5cff;
  --shadow: 0 28px 90px rgba(24, 42, 82, 0.18);
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: var(--blue); color: white; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.section-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1200px, calc(100% - 32px));
  min-height: 70px;
  padding: 0 14px 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 22px 70px rgba(16, 36, 76, 0.12);
  backdrop-filter: blur(24px);
  transform: translateX(-50%);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body > .site-header {
  display: none;
}

.approved-hero {
  min-height: calc(100svh - 44px);
  height: auto;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: visible;
  background: #f6f9ff;
}

.approved-hero > img,
.approved-hero-base {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center center;
}

.hero-artboard,
.hero-showcase {
  width: min(100vw, calc((100svh - 72px) * 1.77777778));
  height: auto;
  max-width: 100vw;
  max-height: calc(100svh - 72px);
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
}

@media (max-width: 640px) {
  .approved-hero {
    min-height: 100svh;
    height: 100svh;
    padding: 0;
  }

  .hero-showcase {
    width: 100vw;
    height: 100svh;
    max-width: none;
  }

  .max-advantage {
    left: 22%;
    top: 12px;
    min-height: 42px;
    padding: 7px 10px;
    border-radius: 14px;
  }

  .max-advantage span {
    display: none;
  }

  .phone-hotspot-label {
    min-height: 25px;
    padding: 0 10px;
    font-size: 11px;
  }

  .phone-hotspot-marker {
    width: 30px;
  }

  .hotspot-resident-phone .phone-hotspot-label {
    left: 38%;
    top: -7%;
  }

  .hotspot-chairman-phone .phone-hotspot-label,
  .hotspot-master-phone .phone-hotspot-label {
    right: 54%;
  }

  .hotspot-resident-phone .phone-hotspot-marker {
    left: 68%;
  }

  .business-services-inner,
  .business-contact-inner {
    grid-template-columns: 1fr;
  }

  .business-services,
  .business-contact {
    padding: 48px 0;
  }
}

.approved-hero {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #f6f9ff;
}

.hero-artboard {
  position: relative;
  width: 100vw;
  height: 100svh;
  aspect-ratio: auto;
  max-width: none;
  max-height: none;
}

.hero-showcase {
  width: 100vw;
  height: 100svh;
  aspect-ratio: auto;
}

.max-advantage {
  position: absolute;
  z-index: 3;
  left: clamp(14px, 2.2vw, 34px);
  top: clamp(14px, 2vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 9px 15px 9px 11px;
  border: 1px solid rgba(37, 99, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(25, 58, 116, 0.12);
  backdrop-filter: blur(18px);
}

.max-advantage img {
  width: clamp(30px, 3.2vw, 42px);
  height: auto;
}

.max-advantage strong {
  color: #1d5cff;
  font-size: clamp(16px, 1.45vw, 23px);
  font-weight: 950;
  letter-spacing: 0;
}

.max-advantage span {
  max-width: 118px;
  color: #12305f;
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 800;
  line-height: 1.18;
}

.scene-actions {
  position: absolute;
  z-index: 4;
}

.scene-actions {
  inset: 0;
  pointer-events: none;
}

.scene-hotspot {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease;
}

.phone-hotspot {
  isolation: isolate;
}

.phone-hotspot::before {
  content: "";
  position: absolute;
  inset: -2.5%;
  z-index: 0;
  border: 2px solid rgba(56, 185, 255, 0);
  border-radius: inherit;
  box-shadow:
    0 0 0 rgba(37, 99, 255, 0),
    inset 0 0 0 1px rgba(255, 255, 255, 0);
  opacity: 0;
  transition: opacity 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.phone-hotspot-label,
.phone-hotspot-marker {
  position: absolute;
  z-index: 1;
  transform: rotate(var(--hotspot-counter-rotate, 0deg));
}

.phone-hotspot-label {
  display: inline-flex;
  align-items: center;
  min-height: clamp(28px, 2.7vw, 38px);
  padding: 0 clamp(10px, 1.1vw, 15px);
  border: 1px solid rgba(61, 183, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    0 14px 34px rgba(20, 74, 146, 0.18),
    0 0 22px rgba(45, 178, 255, 0.16);
  color: #12305f;
  font-size: clamp(11px, 0.95vw, 15px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.phone-hotspot-marker {
  display: grid;
  place-items: center;
  width: clamp(28px, 3.1vw, 44px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  background: linear-gradient(135deg, #1e66ff, #0bb8ff);
  box-shadow:
    0 10px 24px rgba(37, 99, 255, 0.28),
    0 0 24px rgba(52, 190, 255, 0.46);
  color: #ffffff;
}

.phone-hotspot-marker::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(61, 190, 255, 0.44);
  border-radius: inherit;
  animation: phoneMarkerPulse 2.4s ease-out infinite;
}

.phone-hotspot-marker::after {
  content: "↗";
  font-size: clamp(16px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1;
}

.scene-hotspot:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 255, 0.22);
  outline: none;
}

.scene-hotspot:hover,
.scene-hotspot:focus-visible {
  transform: translateY(-1px);
}

.phone-hotspot:hover::before,
.phone-hotspot:focus-visible::before {
  border-color: rgba(56, 185, 255, 0.88);
  box-shadow:
    0 0 24px rgba(47, 184, 255, 0.58),
    0 0 58px rgba(37, 99, 255, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.76);
  opacity: 1;
}

.phone-hotspot:hover .phone-hotspot-label,
.phone-hotspot:focus-visible .phone-hotspot-label {
  border-color: rgba(37, 99, 255, 0.42);
  background: rgba(255, 255, 255, 0.96);
  color: #075dff;
  transform: rotate(var(--hotspot-counter-rotate, 0deg)) translateY(-2px);
}

.hotspot-logo {
  left: 46.2%;
  top: 34.0%;
  width: 16.4%;
  height: 12.0%;
  border-radius: 14px;
}

.hotspot-resident-phone {
  --hotspot-counter-rotate: 8deg;
  left: 9.9%;
  top: 23.3%;
  width: 19.8%;
  height: 63.4%;
  border-radius: 44px;
  transform: rotate(-8deg);
}

.hotspot-resident-phone .phone-hotspot-label {
  left: 47%;
  top: -5%;
}

.hotspot-resident-phone .phone-hotspot-marker {
  left: 72%;
  top: 48%;
}

.hotspot-resident-phone:hover,
.hotspot-resident-phone:focus-visible {
  transform: rotate(-8deg) translateY(-1px);
}

.hotspot-chairman-phone {
  --hotspot-counter-rotate: -6deg;
  left: 76.0%;
  top: 3.6%;
  width: 17.7%;
  height: 43.2%;
  border-radius: 34px;
  transform: rotate(6deg);
}

.hotspot-chairman-phone .phone-hotspot-label {
  right: 63%;
  top: 8%;
}

.hotspot-chairman-phone .phone-hotspot-marker {
  left: 9%;
  top: 49%;
}

.hotspot-chairman-phone:hover,
.hotspot-chairman-phone:focus-visible {
  transform: rotate(6deg) translateY(-1px);
}

.hotspot-master-phone {
  --hotspot-counter-rotate: -9deg;
  left: 76.9%;
  top: 55.1%;
  width: 17.1%;
  height: 39.0%;
  border-radius: 34px;
  transform: rotate(9deg);
}

.hotspot-master-phone .phone-hotspot-label {
  right: 68%;
  top: 4%;
}

.hotspot-master-phone .phone-hotspot-marker {
  left: 12%;
  top: 42%;
}

.hotspot-master-phone:hover,
.hotspot-master-phone:focus-visible {
  transform: rotate(9deg) translateY(-1px);
}

.hotspot-services {
  left: 29.4%;
  top: 86.2%;
  width: 11.8%;
  height: 8.2%;
  border-radius: 22px;
}

@media (max-width: 640px) {
  .phone-hotspot {
    top: auto;
    bottom: 18px;
    width: auto;
    height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 9px 0 12px;
    border: 1px solid rgba(61, 183, 255, 0.34);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 34px rgba(20, 74, 146, 0.18);
    transform: none;
    backdrop-filter: blur(14px);
  }

  .phone-hotspot::before {
    display: none;
  }

  .phone-hotspot-label,
  .phone-hotspot-marker {
    position: static;
    transform: none;
  }

  .phone-hotspot-label {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 12px;
    backdrop-filter: none;
  }

  .phone-hotspot-marker {
    order: -1;
    width: 28px;
  }

  .hotspot-resident-phone {
    left: 12px;
  }

  .hotspot-chairman-phone {
    left: 50%;
    transform: translateX(-50%);
  }

  .hotspot-master-phone {
    right: 12px;
    left: auto;
  }

  .hotspot-resident-phone:hover,
  .hotspot-resident-phone:focus-visible,
  .hotspot-chairman-phone:hover,
  .hotspot-chairman-phone:focus-visible,
  .hotspot-master-phone:hover,
  .hotspot-master-phone:focus-visible {
    transform: translateY(-1px);
  }

  .hotspot-chairman-phone:hover,
  .hotspot-chairman-phone:focus-visible {
    transform: translateX(-50%) translateY(-1px);
  }
}

.hero-master-data {
  position: absolute;
  z-index: 3;
  pointer-events: none;
  display: grid;
  gap: 0;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 12px rgba(21, 50, 94, 0.1);
  color: #17233b;
  text-align: left;
  backdrop-filter: blur(6px);
}

.hero-master-data span {
  color: #526684;
  font-size: clamp(6px, 0.48vw, 8px);
  font-weight: 800;
  line-height: 1;
}

.hero-master-data strong {
  color: #17233b;
  font-size: clamp(7px, 0.6vw, 10px);
  font-weight: 900;
  line-height: 1.05;
  white-space: nowrap;
}

.privacy-mask-master {
  left: 80.9%;
  top: 66.7%;
  width: 9.7%;
  min-height: 5.8%;
  transform: rotate(9deg);
}

.task-routes,
.hero-hotspots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.task-routes {
  display: none;
}

.hero-hotspots {
  display: none;
}

.task-path {
  fill: none;
  stroke: rgba(50, 181, 255, 0.34);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 12 24;
  filter:
    drop-shadow(0 0 6px rgba(72, 195, 255, 0.55))
    drop-shadow(0 0 14px rgba(30, 111, 255, 0.28));
  opacity: 0.28;
  animation: routeFlow 1.9s linear infinite;
}

.path-chairman { animation-delay: -0.35s; }
.path-master { animation-delay: -0.75s; }

.task-node,
.task-pulse,
.task-caption,
.hotspot {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.task-node {
  display: none;
  width: clamp(10px, 1.1vw, 18px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, #ffffff 0 28%, #44c8ff 42%, #2563ff 72%);
  box-shadow:
    0 0 14px rgba(65, 198, 255, 0.95),
    0 0 30px rgba(37, 99, 255, 0.58);
  opacity: 0.58;
  transform: translate(-50%, -50%);
  animation: nodeBreathe 2.6s ease-in-out infinite;
}

.task-resident { left: 23%; top: 63%; }
.task-domych { left: 51%; top: 19%; animation-delay: .3s; }
.task-chairman { left: 86%; top: 16%; animation-delay: .65s; }
.task-master { left: 88%; top: 72%; animation-delay: .95s; }

.task-pulse {
  display: none;
  left: 23%;
  top: 63%;
  width: clamp(8px, 0.9vw, 14px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 0 0 4px rgba(49, 190, 255, 0.14),
    0 0 14px rgba(255, 255, 255, 0.92),
    0 0 24px rgba(37, 99, 255, 0.58);
  transform: translate(-50%, -50%);
  animation: taskTravel 9s cubic-bezier(.45, 0, .2, 1) infinite;
}

.task-caption {
  display: none;
  left: 23%;
  top: 63%;
  min-height: clamp(26px, 2.9vw, 40px);
  display: none;
  align-items: center;
  padding: 0 clamp(9px, 1vw, 14px);
  border: 1px solid rgba(78, 191, 255, 0.42);
  border-radius: 999px;
  background: rgba(9, 31, 72, 0.82);
  box-shadow:
    0 14px 36px rgba(18, 65, 132, 0.22),
    0 0 26px rgba(52, 186, 255, 0.28);
  color: #ffffff;
  font-size: clamp(9px, 0.82vw, 13px);
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, calc(-100% - 10px));
  opacity: 0;
  animation: captionTravel 9s cubic-bezier(.45, 0, .2, 1) infinite;
}

.hotspot {
  border: 0;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(68, 198, 255, 0.22), rgba(37, 99, 255, 0.08) 42%, transparent 72%);
  box-shadow: none;
  opacity: 0;
  transform: scale(.92);
  transition: opacity 280ms ease, transform 280ms ease;
}

.hotspot-resident { left: 5.6%; top: 14%; width: 22.5%; height: 74%; }
.hotspot-domych { left: 39%; top: 4%; width: 23%; height: 30%; border-radius: 999px; }
.hotspot-chairman { left: 73%; top: 3%; width: 19%; height: 44%; }
.hotspot-master { left: 72%; top: 48%; width: 20%; height: 45%; }

.hero-showcase[data-active-step="resident"] .hotspot-resident,
.hero-showcase[data-active-step="domych"] .hotspot-domych,
.hero-showcase[data-active-step="chairman"] .hotspot-chairman,
.hero-showcase[data-active-step="master"] .hotspot-master {
  opacity: 1;
  transform: scale(1);
}

.hero-showcase[data-active-step="resident"] .path-resident,
.hero-showcase[data-active-step="domych"] .task-path,
.hero-showcase[data-active-step="chairman"] .path-chairman,
.hero-showcase[data-active-step="master"] .path-master {
  stroke-width: 4;
  opacity: 0;
}

.demo-dock {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.demo-dock.is-open {
  display: flex;
}

.demo-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 14, 31, 0.58);
  backdrop-filter: blur(10px);
}

.demo-window {
  position: relative;
  width: min(460px, calc(100vw - 28px));
  max-height: min(860px, calc(100svh - 28px));
  display: grid;
  justify-items: center;
}

.demo-close {
  position: absolute;
  z-index: 2;
  right: -4px;
  top: -8px;
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #102244;
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.demo-device {
  width: min(420px, 100%);
  height: min(820px, calc(100svh - 48px));
  overflow: hidden;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  border: 10px solid #101827;
  border-radius: 44px;
  background: #eef7ee;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.demo-status {
  min-height: 38px;
  padding: 8px 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0d172c;
  background: #d9d9d9;
  font-size: 13px;
  font-weight: 850;
}

.demo-status strong {
  padding: 4px 14px;
  border-radius: 999px;
  background: #24b54a;
  color: #ffffff;
  font-size: 15px;
}

.demo-header {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto 48px 1fr;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 18px;
  color: #111111;
  background: #d9d9d9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.demo-back {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #111111;
  cursor: pointer;
  font-size: 34px;
  line-height: 1;
}

.demo-back[hidden] {
  display: none;
}

.demo-avatar {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #2563ff;
  font-weight: 950;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(16, 36, 76, 0.12);
}

.demo-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.demo-header strong {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.demo-header span {
  display: block;
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.64);
  font-size: 17px;
}

.demo-body {
  overflow-y: auto;
  padding: 14px;
  background:
    radial-gradient(circle at 20% 20%, rgba(48, 137, 80, 0.08) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 30%, rgba(48, 137, 80, 0.08) 0 1px, transparent 2px),
    linear-gradient(180deg, #e5f5de, #dff1d7);
  background-size: 42px 42px, 56px 56px, auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(58, 126, 76, 0.42) transparent;
}

.demo-body::-webkit-scrollbar {
  width: 4px;
}

.demo-body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(58, 126, 76, 0.42);
}

.demo-input {
  min-height: 56px;
  margin: 0;
  padding: 14px 22px;
  color: rgba(17, 17, 17, 0.58);
  background: #f4f7f4;
  font-size: 18px;
}

.bot-card {
  margin: 0 0 10px;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  color: #111111;
  font-size: 18px;
  line-height: 1.35;
  box-shadow: 0 8px 18px rgba(36, 93, 53, 0.08);
}

.bot-card.light {
  background: #ffffff;
  color: #111827;
}

.bot-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.12;
}

.bot-card p {
  margin: 8px 0;
}

.bot-card small {
  color: rgba(17, 17, 17, 0.56);
}

.bot-menu {
  display: grid;
  gap: 7px;
}

.bot-menu-return {
  width: 100%;
  min-height: 48px;
  margin: 0 0 10px;
  border: 0;
  border-radius: 14px;
  background: rgba(45, 170, 69, 0.78);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.bot-menu-return:hover,
.bot-menu-return:focus-visible {
  background: rgba(33, 150, 55, 0.92);
  outline: 2px solid rgba(45, 170, 69, 0.28);
}

.bot-button {
  min-height: 58px;
  padding: 0 16px;
  border: 0;
  border-radius: 13px;
  background: rgba(45, 170, 69, 0.74);
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.bot-button.secondary {
  background: rgba(45, 170, 69, 0.46);
}

.bot-button:hover,
.bot-button:focus-visible {
  background: rgba(33, 150, 55, 0.88);
  outline: 2px solid rgba(45, 170, 69, 0.28);
}

.service-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.service-card {
  width: 100%;
  min-height: 88px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(58, 126, 76, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: #111111;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 8px 18px rgba(36, 93, 53, 0.08);
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(45, 170, 69, 0.5);
  background: #ffffff;
  outline: none;
}

.service-card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(45, 170, 69, 0.9);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
}

.service-card strong {
  display: block;
  font-size: 17px;
  line-height: 1.12;
}

.service-card small {
  display: block;
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.service-card em {
  display: inline-flex;
  margin-top: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(45, 170, 69, 0.16);
  color: #176a25;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.bot-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bot-list {
  display: grid;
  gap: 8px;
}

.bot-item {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #111111;
  box-shadow: 0 6px 16px rgba(36, 93, 53, 0.07);
}

.bot-item strong {
  display: block;
  margin-bottom: 4px;
}

.bot-call {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(45, 170, 69, 0.9);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.bot-progress {
  display: grid;
  gap: 8px;
}

.bot-step {
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #17233b;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(36, 93, 53, 0.07);
}

.bot-step.is-active {
  background: rgba(45, 170, 69, 0.78);
  color: #ffffff;
}

.bot-pdf {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  color: #111827;
  box-shadow: 0 8px 18px rgba(36, 93, 53, 0.08);
}

.bot-pdf-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #f2e7ea;
  color: #d42d4d;
  font-weight: 950;
}

.service-list a {
  display: inline-flex;
  align-items: center;
}

@keyframes routeFlow {
  to { stroke-dashoffset: -68; }
}

@keyframes phoneMarkerPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.72);
  }
  70% {
    opacity: 0;
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes nodeBreathe {
  0%, 100% { opacity: .48; transform: translate(-50%, -50%) scale(.92); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes taskTravel {
  0%, 7% { left: 23%; top: 63%; opacity: 0; }
  10%, 18% { opacity: 1; }
  27% { left: 51%; top: 19%; }
  44% { left: 86%; top: 16%; }
  62% { left: 88%; top: 72%; }
  79% { left: 23%; top: 63%; opacity: 1; }
  100% { left: 23%; top: 63%; opacity: 0; }
}

@keyframes captionTravel {
  0%, 7% { left: 23%; top: 63%; opacity: 0; }
  10%, 18% { opacity: 1; }
  27% { left: 51%; top: 19%; }
  44% { left: 86%; top: 16%; }
  62% { left: 88%; top: 72%; }
  79% { left: 23%; top: 63%; opacity: 1; }
  100% { left: 23%; top: 63%; opacity: 0; }
}

.approved-hero-base {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.hero-dynamics {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.window-glow,
.house-sign-glow,
.aidom-hub-glow,
.domych-card {
  position: absolute;
  display: block;
}

.window-glow {
  display: none;
  border-radius: 5px;
  background: rgba(255, 217, 135, 0.84);
  box-shadow:
    0 0 18px rgba(255, 198, 85, 0.92),
    0 0 34px rgba(37, 99, 255, 0.22);
  mix-blend-mode: screen;
  opacity: 0.18;
  animation: windowBlink 4.8s ease-in-out infinite;
}

.w1 { left: 47.7%; top: 26.4%; width: 1.9%; height: 7.3%; animation-delay: 0.1s; }
.w2 { left: 51.8%; top: 30.7%; width: 1.8%; height: 8.1%; animation-delay: 1.2s; }
.w3 { left: 56.7%; top: 34.6%; width: 1.9%; height: 7.9%; animation-delay: 2.1s; }
.w4 { left: 61.2%; top: 40.0%; width: 1.8%; height: 7.2%; animation-delay: 0.7s; }
.w5 { left: 50.3%; top: 43.2%; width: 1.8%; height: 8.3%; animation-delay: 2.7s; }
.w6 { left: 58.1%; top: 47.7%; width: 1.8%; height: 7.4%; animation-delay: 1.7s; }

.house-sign-glow {
  display: none;
  left: 45.7%;
  top: 28.1%;
  width: 15.8%;
  height: 7.7%;
  border-radius: 16px;
  background: radial-gradient(circle at 48% 50%, rgba(73, 168, 255, 0.46), rgba(20, 200, 255, 0.22) 42%, transparent 72%);
  filter: blur(9px);
  mix-blend-mode: screen;
  opacity: 0.26;
  animation: signPulse 2.8s ease-in-out infinite;
}

.aidom-hub-glow {
  display: none;
  left: 43.4%;
  top: 55.2%;
  width: 14.2%;
  height: 11.2%;
  border-radius: 26px;
  background: radial-gradient(circle, rgba(55, 173, 255, 0.42), rgba(37, 99, 255, 0.15) 46%, transparent 72%);
  filter: blur(8px);
  mix-blend-mode: screen;
  opacity: 0.36;
  animation: hubPulse 2.2s ease-in-out infinite;
}

.route-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.route-glow path {
  fill: none;
  stroke: rgba(39, 199, 255, 0.88);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 26 18;
  filter:
    drop-shadow(0 0 8px rgba(39, 199, 255, 0.96))
    drop-shadow(0 0 18px rgba(37, 99, 255, 0.72));
  animation: routeMove 1.45s linear infinite;
}

.route-main path {
  opacity: 0.92;
}

.domych-card {
  left: 78.8%;
  top: 57.6%;
  width: 12.8%;
  display: block;
  filter:
    drop-shadow(0 24px 36px rgba(22, 63, 130, 0.22))
    drop-shadow(0 0 24px rgba(45, 164, 255, 0.22));
  animation: domychFloat 4.8s ease-in-out infinite;
}

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

@keyframes windowBlink {
  0%, 100% { opacity: 0.18; transform: scale(0.97); }
  22% { opacity: 0.92; transform: scale(1.02); }
  48% { opacity: 0.36; }
  66% { opacity: 0.78; }
}

@keyframes signPulse {
  0%, 100% { opacity: 0.32; transform: scale(0.98); }
  50% { opacity: 0.78; transform: scale(1.04); }
}

@keyframes hubPulse {
  0%, 100% { opacity: 0.48; transform: scale(0.96); }
  50% { opacity: 0.88; transform: scale(1.06); }
}

@keyframes routeMove {
  to { stroke-dashoffset: -88; }
}

@keyframes domychFloat {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.tariffs {
  padding: 104px 0;
  background: linear-gradient(180deg, #f7fbff, #ffffff);
  scroll-margin-top: 116px;
}

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

.tariff-card {
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 58px rgba(23, 39, 72, 0.1);
}

.tariff-card span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tariff-card h3 {
  margin: 18px 0 14px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.tariff-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.tariff-card strong {
  display: inline-flex;
  margin-top: 22px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef5ff;
  color: #0b2452;
  font-size: 13px;
}

.tariff-featured {
  background:
    radial-gradient(circle at 72% 18%, rgba(20, 200, 255, 0.24), transparent 34%),
    linear-gradient(180deg, #0d1d3a, #09162c);
  color: white;
  box-shadow: 0 28px 90px rgba(11, 36, 82, 0.28);
}

.tariff-featured p {
  color: rgba(255, 255, 255, 0.72);
}

.tariff-featured strong {
  background: rgba(255, 255, 255, 0.12);
  color: white;
}

@media (max-width: 1000px) {
  .approved-hero {
    width: 100%;
    overflow-x: hidden;
  }

  .domych-card {
    left: 78.4%;
    top: 58%;
    width: 13.4%;
  }

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

@media (max-width: 640px) {
  .tariffs {
    padding: 68px 0;
  }

  .tariff-card {
    min-height: auto;
    border-radius: 24px;
  }
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.92);
}

.brand img { width: 150px; }

.nav {
  justify-self: center;
  display: flex;
  gap: 28px;
  color: #53627a;
  font-size: 13px;
  font-weight: 700;
}

.nav a:hover { color: var(--blue); }

.header-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
}

.header-cta {
  padding: 0 20px;
  background: var(--ink);
  color: white;
}

.button {
  padding: 0 24px;
  border: 1px solid transparent;
}

.button-primary {
  background: linear-gradient(135deg, var(--blue), #079cff);
  color: white;
  box-shadow: 0 18px 42px rgba(37, 99, 255, 0.3);
}

.button-secondary {
  border-color: rgba(13, 23, 44, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 124px 0 72px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 200, 255, 0.25), transparent 30%),
    radial-gradient(circle at 48% 76%, rgba(124, 92, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #f9fbff 0%, #edf5ff 100%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(37, 99, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 255, 0.07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at 60% 45%, black, transparent 72%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: 34px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  max-width: 650px;
  margin-bottom: 24px;
  font-size: clamp(58px, 7.2vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.055em;
  font-weight: 820;
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 28px;
  color: #33445f;
  font-size: 20px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof span {
  padding: 9px 13px;
  border: 1px solid rgba(37, 99, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #32425b;
  font-size: 12px;
  font-weight: 800;
}

.hero-stage {
  position: relative;
  min-height: 640px;
  perspective: 1200px;
}

.stage-building {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: min(760px, 112%);
  max-width: none;
  border-radius: 36px;
  box-shadow: 0 36px 100px rgba(44, 61, 96, 0.22);
  transform: translate(-48%, -50%) rotateY(-7deg) rotateX(3deg);
  animation: floatMain 7s ease-in-out infinite;
}

.glass-panel {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(23, 39, 72, 0.22);
  backdrop-filter: blur(18px);
}

.glass-panel strong {
  display: block;
  font-size: 14px;
}

.glass-panel span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.stage-phone {
  left: 0;
  bottom: 82px;
  width: 178px;
  transform: rotate(-7deg);
  animation: floatSide 5.5s ease-in-out infinite;
}

.stage-phone img {
  width: 100%;
  height: 235px;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
}

.stage-assistant {
  position: absolute;
  z-index: 5;
  right: 72px;
  bottom: 42px;
  width: 148px;
  height: 148px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 22px 64px rgba(23, 39, 72, 0.2);
  backdrop-filter: blur(18px);
  filter: drop-shadow(0 28px 32px rgba(23, 39, 72, 0.22));
  animation: assistantPulse 4.8s ease-in-out infinite;
}

.stage-assistant img {
  width: 210px;
  max-width: none;
  transform: translateY(8px);
}

.route-line {
  position: absolute;
  z-index: 3;
  left: 105px;
  right: 125px;
  bottom: 238px;
  height: 96px;
  border-bottom: 5px solid rgba(37, 99, 255, 0.74);
  border-radius: 0 0 50% 50%;
  filter: drop-shadow(0 0 20px rgba(37, 99, 255, 0.56));
}

.route-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, var(--cyan));
  box-shadow: 0 0 26px rgba(20, 200, 255, 0.9);
  animation: routePulse 3.4s ease-in-out infinite;
}

.route-line i {
  position: absolute;
  bottom: -10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  border: 5px solid var(--blue);
  box-shadow: 0 0 22px rgba(37, 99, 255, 0.75);
}

.route-line i:nth-child(1) { left: 0; }
.route-line i:nth-child(2) { left: 50%; transform: translateX(-50%); }
.route-line i:nth-child(3) { right: 0; }

.manifest {
  padding: 86px 0;
  background: var(--ink);
  color: white;
}

.manifest,
.roles,
.flow,
.ops,
.tariffs,
.max-only,
.final-cta {
  display: none;
}

.business-services,
.business-contact {
  padding: 72px 0;
  background: #ffffff;
}

.business-services-inner,
.business-contact-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.44fr) 1fr;
  gap: 42px;
  align-items: start;
}

.business-services h2,
.business-contact h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.business-services p,
.business-contact p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-list span {
  padding: 10px 14px;
  border: 1px solid rgba(37, 99, 255, 0.12);
  border-radius: 999px;
  background: #f7fbff;
  color: #183764;
  font-size: 13px;
  font-weight: 800;
}

.business-contact {
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
}

.business-contact-inner {
  align-items: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 58px rgba(23, 39, 72, 0.1);
}

.manifest-grid {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 50px;
  align-items: start;
}

.manifest p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
  font-weight: 800;
}

.manifest h2 {
  margin: 0;
  max-width: 900px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.roles,
.flow,
.ops,
.assistants,
.max-only,
.final-cta {
  padding: 104px 0;
  scroll-margin-top: 116px;
}

.roles {
  background: linear-gradient(180deg, #ffffff, #eff6ff);
}

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

.role-panel {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 36px;
  background: white;
  box-shadow: var(--shadow);
}

.role-copy {
  position: relative;
  z-index: 2;
  padding: 36px;
  max-width: 560px;
}

.role-copy span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.role-copy h2,
.section-head h2,
.ops-copy h2,
.max-only h2,
.final-grid h2 {
  margin: 14px 0 16px;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.role-copy h2 {
  font-size: clamp(34px, 3.7vw, 54px);
}

.role-copy p,
.section-head p,
.ops-copy p,
.max-only p,
.final-grid p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.resident-panel {
  background:
    radial-gradient(circle at 70% 75%, rgba(37, 99, 255, 0.16), transparent 34%),
    white;
}

.phone-duo {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: -82px;
  height: 360px;
}

.phone-duo img {
  position: absolute;
  width: min(225px, 47%);
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(20, 34, 64, 0.22);
}

.phone-front {
  z-index: 2;
  left: 12%;
  bottom: 0;
  transform: rotate(-5deg);
}

.phone-back {
  right: 9%;
  bottom: 42px;
  opacity: 0.92;
  transform: rotate(6deg);
}

.domkom-panel {
  background:
    radial-gradient(circle at 80% 15%, rgba(24, 183, 122, 0.18), transparent 30%),
    #0f1a30;
  color: white;
}

.domkom-panel .role-copy p { color: rgba(255, 255, 255, 0.68); }

.work-console {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 36px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(22px);
}

.console-head,
.console-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.console-head {
  min-height: 54px;
  color: rgba(255, 255, 255, 0.62);
}

.console-head b {
  color: white;
  font-size: 20px;
}

.console-row {
  min-height: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
}

.console-row b {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 12px;
}

.console-row.active b {
  background: rgba(24, 183, 122, 0.18);
  color: #6affc4;
}

.flow {
  background: white;
}

.section-head {
  max-width: 760px;
  margin-bottom: 48px;
}

.flow-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.flow-rail::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 88px;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 255, 0.55), transparent);
}

.flow-step {
  position: relative;
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff, #f4f8ff);
  box-shadow: 0 16px 54px rgba(24, 42, 82, 0.09);
}

.flow-step img {
  width: 140px;
  height: 140px;
  margin: 0 auto 22px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(24, 42, 82, 0.12));
}

.flow-step span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.flow-step h3 {
  margin: 10px 0;
  font-size: 22px;
}

.flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.ops {
  background: #0c162b;
  color: white;
}

.ops-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 64px;
  align-items: center;
}

.ops-visual {
  position: relative;
}

.ops-visual img {
  width: 100%;
  border-radius: 34px;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.36);
}

.ops-card {
  position: absolute;
  min-width: 150px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.ops-card b {
  display: block;
  font-size: 38px;
  letter-spacing: -0.04em;
}

.ops-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.ops-card-one { left: 24px; top: 24px; }
.ops-card-two { right: 24px; bottom: 24px; }

.ops-copy p,
.ops-copy li { color: rgba(255, 255, 255, 0.72); }

.ops-copy ul {
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.ops-copy li {
  position: relative;
  padding-left: 26px;
  font-size: 16px;
}

.ops-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(24, 183, 122, 0.14);
}

.assistants {
  background:
    radial-gradient(circle at 52% 40%, rgba(37, 99, 255, 0.12), transparent 36%),
    #f7fbff;
}

.assistants-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 54px;
  align-items: center;
}

.assistant-orbit {
  position: relative;
  min-height: 560px;
}

.assistant-orbit > img {
  position: absolute;
  left: 50%;
  top: 52%;
  width: min(420px, 70%);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 32px 42px rgba(25, 44, 83, 0.16));
}

.assistant-orbit article {
  position: absolute;
  width: 210px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 58px rgba(23, 39, 72, 0.13);
  backdrop-filter: blur(18px);
}

.assistant-orbit article:nth-of-type(1) { left: 0; top: 34px; }
.assistant-orbit article:nth-of-type(2) { right: 0; top: 92px; }
.assistant-orbit article:nth-of-type(3) { left: 36px; bottom: 60px; }
.assistant-orbit article:nth-of-type(4) { right: 28px; bottom: 16px; }

.assistant-orbit b {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
}

.assistant-orbit span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.max-only {
  background: white;
}

.max-only-grid {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 36px;
  background:
    radial-gradient(circle at 86% 20%, rgba(20, 200, 255, 0.2), transparent 28%),
    #f7fbff;
}

.max-only img {
  width: 136px;
  margin-bottom: 20px;
}

.max-only h2 {
  margin-bottom: 0;
}

.max-only p {
  margin: 0;
  font-size: 24px;
  line-height: 1.45;
  color: #283852;
}

.final-cta {
  background: linear-gradient(135deg, #0d172c, #14284d);
  color: white;
}

.final-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}

.final-grid p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.7);
}

.footer {
  padding: 34px 0;
  background: white;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
}

.footer-brand img { width: 132px; }

.legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  color: #5f6f89;
  font-size: 13px;
  font-weight: 700;
}

.legal-links a:hover {
  color: var(--blue);
}

.legal-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at 80% 10%, rgba(20, 200, 255, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff, #f3f8ff);
}

.legal-document {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 80px rgba(24, 42, 82, 0.14);
}

.legal-document h1 {
  margin: 18px 0 22px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.legal-document p {
  color: #43536f;
  font-size: 17px;
  line-height: 1.75;
}

.legal-document a {
  color: var(--blue);
  font-weight: 800;
}

.legal-back {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border-radius: 999px;
  background: #eef5ff;
  color: #12305f;
  font-size: 13px;
  font-weight: 900;
}

.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease var(--delay, 0ms), transform 700ms cubic-bezier(.2,.8,.2,1) var(--delay, 0ms);
}
.js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes floatMain {
  0%, 100% { transform: translate(-48%, -50%) rotateY(-7deg) rotateX(3deg) translateY(0); }
  50% { transform: translate(-48%, -50%) rotateY(-7deg) rotateX(3deg) translateY(-14px); }
}

@keyframes floatSide {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -12px; }
}

@keyframes assistantPulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.025); }
}

@keyframes routePulse {
  0% { left: 0; opacity: 0; }
  12% { opacity: 1; }
  86% { opacity: 1; }
  100% { left: calc(100% - 16px); opacity: 0; }
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: auto auto;
    min-height: 64px;
  }
  .nav { display: none; }
  .brand img { width: 132px; }
  .hero {
    min-height: auto;
    padding-top: 108px;
  }
  .hero-layout,
  .manifest-grid,
  .roles-grid,
  .ops-grid,
  .assistants-layout,
  .max-only-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }
  .hero-stage {
    min-height: 600px;
  }
  .flow-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flow-rail::before { display: none; }
  .max-only p {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 84px; }
  .section-shell { width: min(100% - 28px, 1200px); }
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 0 10px 0 14px;
    border-radius: 18px;
  }
  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 11px;
  }
  .hero { padding: 94px 0 54px; }
  h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { gap: 8px; }
  .hero-layout { gap: 8px; }
  .hero-stage {
    min-height: 430px;
    margin-top: -26px;
  }
  .stage-building {
    top: 42%;
    width: min(520px, 112vw);
    left: 50%;
    border-radius: 28px;
  }
  .stage-phone {
    left: 0;
    bottom: 72px;
    width: 138px;
  }
  .stage-phone img { height: 180px; }
  .stage-assistant {
    width: 108px;
    height: 108px;
    right: 34px;
    bottom: 38px;
    border-radius: 26px;
  }
  .stage-assistant img { width: 154px; }
  .route-line {
    left: 72px;
    right: 84px;
    bottom: 196px;
  }
  .manifest,
  .roles,
  .flow,
  .ops,
  .assistants,
  .max-only,
  .final-cta {
    padding: 68px 0;
  }
  .manifest h2,
  .role-copy h2,
  .section-head h2,
  .ops-copy h2,
  .max-only h2,
  .final-grid h2 {
    font-size: 34px;
  }
  .role-panel {
    min-height: 640px;
    border-radius: 26px;
  }
  .role-copy { padding: 26px; }
  .phone-duo {
    left: 20px;
    right: 20px;
    height: 320px;
  }
  .phone-duo img { width: 58%; }
  .work-console {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .flow-rail { grid-template-columns: 1fr; }
  .flow-step { min-height: auto; }
  .ops-card { position: static; margin-top: 12px; }
  .assistant-orbit {
    min-height: auto;
    display: grid;
    gap: 12px;
  }
  .assistant-orbit > img {
    position: static;
    width: min(320px, 100%);
    margin: 0 auto 8px;
    transform: none;
  }
  .assistant-orbit article {
    position: static;
    width: auto;
  }
  .max-only-grid {
    padding: 26px;
    border-radius: 26px;
  }
  .max-only p { font-size: 18px; }
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

body > .site-header {
  display: none;
}

.approved-hero {
  min-height: auto;
  padding: 0;
  display: grid;
  place-items: center;
  background: #ffffff;
}

.approved-hero > img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: fill;
}

/* Production visual fix: keep the hero scene proportional instead of stretching it to the viewport. */
.approved-hero {
  min-height: auto;
  height: auto;
  padding: clamp(18px, 2.2vh, 28px) 0 clamp(18px, 2.6vh, 34px);
  display: grid;
  place-items: center;
  overflow: visible;
  background:
    radial-gradient(circle at 50% 8%, rgba(215, 234, 255, 0.82), transparent 34%),
    linear-gradient(180deg, #eef6ff 0%, #f7fbff 72%, #ffffff 100%);
}

.hero-artboard,
.hero-showcase {
  width: min(calc(100vw - 48px), calc((100svh - 92px) * 1.6));
  height: auto;
  max-width: 1720px;
  max-height: calc(100svh - 92px);
  aspect-ratio: 16 / 10;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0;
}

.approved-hero-base {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.hero-master-data {
  display: none;
}

.max-advantage {
  left: clamp(16px, 2.6vw, 42px);
  top: clamp(16px, 2.4vw, 34px);
  min-height: clamp(40px, 4.2vw, 54px);
  padding: 8px clamp(12px, 1.25vw, 18px) 8px 10px;
  border-radius: 16px;
}

.max-advantage img {
  width: clamp(24px, 2.4vw, 36px);
}

.max-advantage strong {
  font-size: clamp(15px, 1.35vw, 22px);
}

.max-advantage span {
  font-size: clamp(10px, 0.78vw, 12px);
}

.phone-hotspot-label {
  min-height: clamp(24px, 2.25vw, 34px);
  padding-inline: clamp(9px, 0.9vw, 13px);
  font-size: clamp(10px, 0.82vw, 13px);
}

.phone-hotspot-marker {
  width: clamp(24px, 2.45vw, 38px);
}

.phone-hotspot-marker::before {
  inset: -7px;
}

.phone-hotspot-marker::after {
  font-size: clamp(14px, 1.3vw, 20px);
}

.hotspot-services {
  left: 29.2%;
  top: 85.6%;
  width: 10.8%;
  height: 7.6%;
}

.business-services {
  margin-top: 0;
}

@media (min-width: 1600px) {
  .approved-hero {
    min-height: auto;
  }

  .hero-artboard,
  .hero-showcase {
    width: min(calc(100vw - 72px), calc((100svh - 120px) * 1.6));
    max-height: calc(100svh - 120px);
  }
}

@media (max-width: 900px) {
  .approved-hero {
    min-height: auto;
    padding-bottom: 24px;
  }

  .hero-artboard,
  .hero-showcase {
    width: 100vw;
    max-height: none;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 640px) {
  .approved-hero {
    padding-bottom: 88px;
  }

  .max-advantage {
    left: 12px;
    top: 10px;
    max-width: calc(100vw - 24px);
  }

  .phone-hotspot {
    bottom: 20px;
  }

  .phone-hotspot-marker {
    width: 26px;
  }
}

.business-services,
.business-contact {
  padding: clamp(48px, 6vw, 78px) 0;
}

.business-services-inner,
.business-contact-inner {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
  grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
}

.business-services h2,
.business-contact h2 {
  max-width: 520px;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.business-services p,
.business-contact p {
  max-width: 620px;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.58;
}

.service-list {
  align-content: start;
  gap: 10px;
}

.service-list span {
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.25;
}

.business-contact-inner {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 22px;
}

@media (max-width: 760px) {
  .business-services-inner,
  .business-contact-inner {
    width: min(100% - 28px, 560px);
    grid-template-columns: 1fr;
  }

  .business-contact-inner {
    padding: 22px;
  }
}

/* Phone-frame alignment override. Keep clickable outlines on the actual phone bodies. */
.phone-hotspot::before {
  display: none;
}

.phone-hotspot-marker::before {
  inset: -7px;
}

.phone-hotspot-label,
.phone-hotspot-marker {
  display: none;
}

.phone-hotspot:hover,
.phone-hotspot:focus-visible {
  transform: inherit;
  box-shadow: none;
}

.phone-hotspot {
  border-radius: 0;
  outline: none;
}

.phone-hotspot::after {
  display: none;
}

.phone-hotspot:hover::after,
.phone-hotspot:focus-visible::after {
  display: none;
}

.phone-frame-overlays {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.phone-frame {
  fill: none;
  stroke: rgba(49, 190, 255, 0.98);
  stroke-width: 2.4px;
  stroke-linejoin: round;
  opacity: 0;
  filter:
    drop-shadow(0 0 2px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 8px rgba(45, 189, 255, 0.9));
  transition: opacity 120ms ease;
  vector-effect: non-scaling-stroke;
}

.scene-actions:has(.hotspot-resident-phone:hover) .resident-frame,
.scene-actions:has(.hotspot-resident-phone:focus-visible) .resident-frame,
.scene-actions:has(.hotspot-chairman-phone:hover) .chairman-frame,
.scene-actions:has(.hotspot-chairman-phone:focus-visible) .chairman-frame,
.scene-actions:has(.hotspot-master-phone:hover) .master-frame,
.scene-actions:has(.hotspot-master-phone:focus-visible) .master-frame {
  opacity: 1;
}

.hotspot-resident-phone {
  --hotspot-counter-rotate: 8deg;
  --phone-frame-shape: polygon(8% 1%, 84% 0%, 100% 95%, 21% 100%, 0% 12%);
  left: 11.0%;
  top: 18.7%;
  width: 16.9%;
  height: 61.8%;
  border-radius: 34px;
  transform: rotate(-8deg);
}

.hotspot-resident-phone .phone-hotspot-label {
  left: 45%;
  top: 1%;
}

.hotspot-resident-phone .phone-hotspot-marker {
  left: 80%;
  top: 52%;
}

.hotspot-resident-phone:hover,
.hotspot-resident-phone:focus-visible {
  transform: rotate(-8deg) translateY(-1px);
}

.hotspot-chairman-phone {
  --hotspot-counter-rotate: -6deg;
  --phone-frame-shape: polygon(9% 0%, 91% 6%, 97% 92%, 6% 100%, 0% 12%);
  left: 75.9%;
  top: 4.6%;
  width: 13.9%;
  height: 37.4%;
  border-radius: 28px;
  transform: rotate(6deg);
}

.hotspot-chairman-phone .phone-hotspot-label {
  right: 47%;
  top: 7%;
}

.hotspot-chairman-phone .phone-hotspot-marker {
  left: 31%;
  top: 49%;
}

.hotspot-chairman-phone:hover,
.hotspot-chairman-phone:focus-visible {
  transform: rotate(6deg) translateY(-1px);
}

.hotspot-master-phone {
  --hotspot-counter-rotate: -9deg;
  --phone-frame-shape: polygon(10% 0%, 93% 5%, 98% 91%, 8% 100%, 0% 12%);
  left: 75.5%;
  top: 52.4%;
  width: 13.7%;
  height: 36.7%;
  border-radius: 28px;
  transform: rotate(9deg);
}

.hotspot-master-phone .phone-hotspot-label {
  right: 45%;
  top: 4%;
}

.hotspot-master-phone .phone-hotspot-marker {
  left: 34%;
  top: 42%;
}

.hotspot-master-phone:hover,
.hotspot-master-phone:focus-visible {
  transform: rotate(9deg) translateY(-1px);
}

@media (max-width: 640px) {
  .hotspot-resident-phone,
  .hotspot-chairman-phone,
  .hotspot-master-phone {
    top: auto;
    width: auto;
    height: 42px;
    border-radius: 999px;
    transform: none;
  }

  .hotspot-chairman-phone {
    left: 50%;
    transform: translateX(-50%);
  }

  .hotspot-resident-phone:hover,
  .hotspot-resident-phone:focus-visible,
  .hotspot-master-phone:hover,
  .hotspot-master-phone:focus-visible {
    transform: translateY(-1px);
  }

  .hotspot-chairman-phone:hover,
  .hotspot-chairman-phone:focus-visible {
    transform: translateX(-50%) translateY(-1px);
  }
}

/* Clickability markers for the phone areas. This avoids inaccurate phone outlines on the baked hero image. */
.phone-frame-overlays {
  display: none;
}

.phone-hotspot,
.action-hotspot {
  cursor: pointer;
  overflow: visible;
  border-radius: 22px;
}

.phone-hotspot::before,
.phone-hotspot::after,
.action-hotspot::before,
.action-hotspot::after {
  display: block;
  pointer-events: none;
}

.phone-hotspot::before,
.action-hotspot::before {
  content: "";
  position: absolute;
  left: var(--pin-x, 50%);
  top: var(--pin-y, 50%);
  width: clamp(26px, 2.35vw, 38px);
  aspect-ratio: 1;
  z-index: 5;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 999px;
  background:
    linear-gradient(135deg, #35c7ff, #075dff);
  box-shadow:
    0 10px 28px rgba(7, 93, 255, 0.32),
    0 0 0 8px rgba(53, 199, 255, 0.18);
  transform: translate(-50%, -50%) rotate(var(--hotspot-counter-rotate, 0deg));
  transition:
    box-shadow 140ms ease,
    transform 140ms ease,
    background 140ms ease;
}

.phone-hotspot::after,
.action-hotspot::after {
  content: "Открыть";
  position: absolute;
  left: var(--label-x, var(--pin-x, 50%));
  top: var(--label-y, var(--pin-y, 50%));
  z-index: 4;
  min-width: 92px;
  padding: 9px 16px 9px 22px;
  border: 1px solid rgba(37, 99, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #075dff;
  font-size: clamp(11px, 0.86vw, 14px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(15, 36, 75, 0.16);
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--hotspot-counter-rotate, 0deg));
  transition:
    opacity 120ms ease,
    transform 120ms ease;
}

.phone-hotspot:hover::before,
.phone-hotspot:focus-visible::before,
.action-hotspot:hover::before,
.action-hotspot:focus-visible::before {
  background: linear-gradient(135deg, #4dd8ff, #0052ff);
  box-shadow:
    0 12px 34px rgba(7, 93, 255, 0.42),
    0 0 0 10px rgba(53, 199, 255, 0.24),
    0 0 0 18px rgba(53, 199, 255, 0.11);
  transform: translate(-50%, -50%) rotate(var(--hotspot-counter-rotate, 0deg)) scale(1.08);
}

.phone-hotspot:hover::after,
.phone-hotspot:focus-visible::after,
.action-hotspot:hover::after,
.action-hotspot:focus-visible::after {
  opacity: 1;
  transform: translate(-50%, -56%) rotate(var(--hotspot-counter-rotate, 0deg));
}

.phone-hotspot:hover,
.phone-hotspot:focus-visible,
.action-hotspot:hover,
.action-hotspot:focus-visible {
  outline: none;
  filter: drop-shadow(0 0 16px rgba(53, 199, 255, 0.34));
}

.hotspot-resident-phone {
  --pin-x: 96%;
  --pin-y: 55%;
  --label-x: 100%;
  --label-y: 55%;
}

.hotspot-resident-phone::after {
  content: "Житель";
}

.hotspot-chairman-phone {
  --pin-x: 6%;
  --pin-y: 55%;
  --label-x: 10%;
  --label-y: 55%;
}

.hotspot-chairman-phone::after {
  content: "Домком";
}

.hotspot-master-phone {
  --pin-x: 6%;
  --pin-y: 55%;
  --label-x: 10%;
  --label-y: 55%;
}

.hotspot-master-phone::after {
  content: "Мастер";
}

.hotspot-logo {
  --pin-x: 50%;
  --pin-y: 118%;
  --label-x: 50%;
  --label-y: 118%;
}

.hotspot-logo::after {
  content: "Контакты";
}

.hotspot-services {
  --pin-x: 92%;
  --pin-y: 50%;
  --label-x: 100%;
  --label-y: 50%;
}

.hotspot-services::after {
  content: "Услуги";
}

@media (max-width: 640px) {
  .phone-hotspot::after,
  .action-hotspot::after {
    display: none;
  }
}

/* Floating hero action buttons: separate clickable controls, not overlays on the objects. */
.phone-hotspot,
.action-hotspot {
  width: clamp(92px, 7vw, 122px);
  height: clamp(68px, 5.2vw, 86px);
  border-radius: 18px;
  background: transparent;
  filter: none;
}

.phone-hotspot::before,
.action-hotspot::before {
  left: 50%;
  top: 30%;
  width: clamp(30px, 2.65vw, 44px);
}

.phone-hotspot::after,
.action-hotspot::after {
  left: 50%;
  top: 74%;
  min-width: clamp(82px, 6.4vw, 112px);
  padding: 8px 12px;
  border-color: rgba(37, 99, 255, 0.2);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 26px rgba(15, 36, 75, 0.18);
}

.phone-hotspot:hover::before,
.phone-hotspot:focus-visible::before,
.action-hotspot:hover::before,
.action-hotspot:focus-visible::before {
  transform: translate(-50%, -50%) scale(1.08);
}

.phone-hotspot:hover::after,
.phone-hotspot:focus-visible::after,
.action-hotspot:hover::after,
.action-hotspot:focus-visible::after {
  transform: translate(-50%, -58%);
}

.phone-hotspot:hover,
.phone-hotspot:focus-visible,
.action-hotspot:hover,
.action-hotspot:focus-visible {
  filter: none;
}

.hotspot-resident-phone {
  left: 29.5%;
  top: 44.5%;
  transform: none;
}

.hotspot-resident-phone:hover,
.hotspot-resident-phone:focus-visible {
  transform: translateY(-2px);
}

.hotspot-chairman-phone {
  left: 68.5%;
  top: 22.5%;
  transform: none;
}

.hotspot-chairman-phone:hover,
.hotspot-chairman-phone:focus-visible {
  transform: translateY(-2px);
}

.hotspot-master-phone {
  left: 69.5%;
  top: 64.5%;
  transform: none;
}

.hotspot-master-phone:hover,
.hotspot-master-phone:focus-visible {
  transform: translateY(-2px);
}

.hotspot-logo {
  left: 52.5%;
  top: 50.8%;
}

.hotspot-services {
  left: 39.2%;
  top: 79.5%;
}

@media (max-width: 640px) {
  .phone-hotspot,
  .action-hotspot {
    height: 42px;
  }
}

/* Full-screen first scene: remove the old proportional preview margins. */
.approved-hero {
  min-height: 100svh;
  height: 100svh;
  padding: 0;
  display: block;
  overflow: hidden;
}

.hero-artboard,
.hero-showcase {
  width: 100vw;
  height: 100svh;
  max-width: none;
  max-height: none;
  aspect-ratio: auto;
  margin: 0;
}

.approved-hero-base {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
}

/* Final hero composition pass. */
.hero-showcase {
  background: #dfeaf7;
}

.approved-hero-base {
  object-fit: cover;
  object-position: center top;
  transform: none;
}

.phone-hotspot,
.action-hotspot {
  --hotspot-counter-rotate: 0deg;
  width: clamp(94px, 7vw, 126px);
  height: clamp(68px, 5vw, 84px);
}

.phone-hotspot::before,
.action-hotspot::before {
  left: 50%;
  top: 28%;
  width: clamp(30px, 2.55vw, 42px);
  transform: translate(-50%, -50%);
}

.phone-hotspot::after,
.action-hotspot::after {
  left: 50%;
  top: 74%;
  min-width: clamp(88px, 6.8vw, 120px);
  padding: 8px 14px;
  transform: translate(-50%, -50%);
}

.phone-hotspot:hover::before,
.phone-hotspot:focus-visible::before,
.action-hotspot:hover::before,
.action-hotspot:focus-visible::before {
  transform: translate(-50%, -50%) scale(1.08);
}

.phone-hotspot:hover::after,
.phone-hotspot:focus-visible::after,
.action-hotspot:hover::after,
.action-hotspot:focus-visible::after {
  transform: translate(-50%, -58%);
}

.hotspot-resident-phone {
  left: 31.4%;
  top: 44.8%;
}

.hotspot-chairman-phone {
  left: 67.8%;
  top: 27.4%;
}

.hotspot-master-phone {
  left: 67.8%;
  top: 66.4%;
}

.hotspot-logo {
  left: 50.6%;
  top: 52.6%;
}

.hotspot-services {
  left: 39.2%;
  top: 82.6%;
}

/* Force all five hero controls to use one identical button treatment. */
.scene-actions .phone-hotspot,
.scene-actions .action-hotspot {
  width: 126px !important;
  height: 78px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: visible !important;
  transform: none !important;
  cursor: pointer !important;
}

.scene-actions .phone-hotspot::before,
.scene-actions .action-hotspot::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 24% !important;
  width: 42px !important;
  height: 42px !important;
  border: 2px solid rgba(255, 255, 255, 0.96) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #35c7ff, #075dff) !important;
  box-shadow:
    0 10px 28px rgba(7, 93, 255, 0.32),
    0 0 0 8px rgba(53, 199, 255, 0.18) !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.scene-actions .phone-hotspot::after,
.scene-actions .action-hotspot::after {
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 72% !important;
  min-width: 104px !important;
  height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(37, 99, 255, 0.2) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #075dff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 34px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: 0 12px 26px rgba(15, 36, 75, 0.18) !important;
  opacity: 1 !important;
  transform: translate(-50%, -50%) !important;
}

.scene-actions .phone-hotspot:hover,
.scene-actions .phone-hotspot:focus-visible,
.scene-actions .action-hotspot:hover,
.scene-actions .action-hotspot:focus-visible {
  transform: translateY(-2px) !important;
}

.scene-actions .phone-hotspot:hover::before,
.scene-actions .phone-hotspot:focus-visible::before,
.scene-actions .action-hotspot:hover::before,
.scene-actions .action-hotspot:focus-visible::before {
  transform: translate(-50%, -50%) scale(1.08) !important;
}

/* Make the phone bodies clickable too, while keeping the visible buttons off the objects. */
.scene-actions .hotspot-resident-phone {
  left: 6.0% !important;
  top: 16.0% !important;
  width: 28.0% !important;
  height: 72.0% !important;
  border-radius: 42px !important;
}

.scene-actions .hotspot-resident-phone::before {
  left: 91% !important;
  top: 40% !important;
}

.scene-actions .hotspot-resident-phone::after {
  left: 91% !important;
  top: 74% !important;
}

.scene-actions .hotspot-chairman-phone {
  left: 73.0% !important;
  top: 1.0% !important;
  width: 22.0% !important;
  height: 55.0% !important;
  border-radius: 36px !important;
}

.scene-actions .hotspot-chairman-phone::before {
  left: -24% !important;
  top: 48% !important;
}

.scene-actions .hotspot-chairman-phone::after {
  left: -24% !important;
  top: 64% !important;
}

.scene-actions .hotspot-master-phone {
  left: 71.0% !important;
  top: 54.0% !important;
  width: 22.0% !important;
  height: 46.0% !important;
  border-radius: 36px !important;
}

.scene-actions .hotspot-master-phone::before {
  left: -15% !important;
  top: 27% !important;
}

.scene-actions .hotspot-master-phone::after {
  left: -15% !important;
  top: 45% !important;
}

/* Final separation: visible buttons stay compact; invisible phone bodies handle extra clicks. */
.scene-actions .phone-hotspot {
  width: 126px !important;
  height: 78px !important;
  z-index: 6 !important;
}

.scene-actions .phone-hotspot::before {
  left: 50% !important;
  top: 24% !important;
}

.scene-actions .phone-hotspot::after {
  left: 50% !important;
  top: 72% !important;
}

.scene-actions .hotspot-resident-phone {
  left: 30.4% !important;
  top: 44.8% !important;
}

.scene-actions .hotspot-chairman-phone {
  left: 66.8% !important;
  top: 27.4% !important;
}

.scene-actions .hotspot-master-phone {
  left: 67.8% !important;
  top: 66.4% !important;
}

.phone-body-hit {
  z-index: 5;
  display: block;
  border: 0;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  cursor: pointer;
}

.phone-body-hit::before,
.phone-body-hit::after {
  display: none !important;
  content: none !important;
}

.hit-resident-phone {
  left: 6.0%;
  top: 16.0%;
  width: 28.0%;
  height: 72.0%;
  border-radius: 42px;
}

.hit-chairman-phone {
  left: 73.0%;
  top: 1.0%;
  width: 22.0%;
  height: 55.0%;
  border-radius: 36px;
}

.hit-master-phone {
  left: 71.0%;
  top: 54.0%;
  width: 22.0%;
  height: 46.0%;
  border-radius: 36px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.map-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 24px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #eef4ff;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Final MAX badge size. */
.max-advantage {
  gap: 12px !important;
  min-height: clamp(64px, 5.2vw, 82px) !important;
  padding: 10px clamp(18px, 1.8vw, 26px) 10px 10px !important;
  border-radius: 20px !important;
}

.max-logo-lockup {
  display: grid;
  place-items: center;
  width: clamp(118px, 9.4vw, 162px);
  min-height: clamp(44px, 3.6vw, 58px);
  padding: 7px 12px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1d5cff, #8b5cff);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 12px 24px rgba(29, 92, 255, 0.22);
}

.max-advantage img {
  width: 100% !important;
  height: auto !important;
}

.max-advantage strong {
  display: none !important;
}

.max-advantage span {
  max-width: 170px !important;
  font-size: clamp(12px, 1vw, 16px) !important;
  line-height: 1.08 !important;
}

.max-advantage > span:not(.max-logo-lockup) {
  color: #12305f;
  font-weight: 900;
}

@media (max-width: 640px) {
  .max-advantage {
    min-height: 54px !important;
    padding: 7px 10px !important;
    gap: 8px !important;
  }

  .max-logo-lockup {
    width: 92px;
    min-height: 36px;
    padding: 5px 8px;
    border-radius: 12px;
  }

  .max-advantage img {
    width: 100% !important;
  }

  .max-advantage strong {
    font-size: 20px !important;
  }

  .max-advantage span {
    display: block !important;
    max-width: 118px !important;
    font-size: 11px !important;
  }
}

/* Responsive hero controls for common desktop, laptop and phone screens. */
@media (min-width: 1440px) {
  .scene-actions .hotspot-resident-phone { left: 30.4% !important; top: 44.8% !important; }
  .scene-actions .hotspot-chairman-phone { left: 66.8% !important; top: 27.4% !important; }
  .scene-actions .hotspot-master-phone { left: 67.8% !important; top: 66.4% !important; }
  .scene-actions .hotspot-logo { left: 50.6% !important; top: 52.6% !important; }
  .scene-actions .hotspot-services { left: 39.2% !important; top: 82.6% !important; }
}

@media (max-width: 1200px) {
  .scene-actions .phone-hotspot,
  .scene-actions .action-hotspot {
    width: 112px !important;
    height: 72px !important;
  }

  .scene-actions .phone-hotspot::before,
  .scene-actions .action-hotspot::before {
    width: 36px !important;
    height: 36px !important;
  }

  .scene-actions .phone-hotspot::after,
  .scene-actions .action-hotspot::after {
    min-width: 92px !important;
    height: 31px !important;
    font-size: 12px !important;
    line-height: 31px !important;
  }

  .scene-actions .hotspot-resident-phone { left: 29.2% !important; top: 45.8% !important; }
  .scene-actions .hotspot-chairman-phone { left: 64.8% !important; top: 28.8% !important; }
  .scene-actions .hotspot-master-phone { left: 65.2% !important; top: 66.8% !important; }
  .scene-actions .hotspot-logo { left: 49.2% !important; top: 53.2% !important; }
  .scene-actions .hotspot-services { left: 38.4% !important; top: 82.0% !important; }
}

@media (max-width: 760px) {
  .approved-hero {
    height: auto;
    min-height: 100svh;
    overflow: visible;
    background: #eaf2fb;
  }

  .hero-artboard,
  .hero-showcase {
    width: 100vw;
    height: min(72svh, 620px);
    min-height: 430px;
    overflow: hidden;
  }

  .approved-hero-base {
    object-position: center top;
  }

  .scene-actions {
    inset: auto 0 0;
    height: 120px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    padding: 0 8px 10px;
    align-items: end;
    pointer-events: none;
  }

  .scene-actions .phone-hotspot,
  .scene-actions .action-hotspot {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 70px !important;
    transform: none !important;
    pointer-events: auto;
  }

  .scene-actions .phone-hotspot::before,
  .scene-actions .action-hotspot::before {
    top: 24% !important;
    width: 30px !important;
    height: 30px !important;
  }

  .scene-actions .phone-hotspot::after,
  .scene-actions .action-hotspot::after {
    display: block !important;
    top: 70% !important;
    min-width: auto !important;
    width: calc(100% - 4px) !important;
    height: 28px !important;
    padding: 0 4px !important;
    font-size: 10px !important;
    line-height: 28px !important;
  }

  .phone-body-hit {
    display: none;
  }

  .business-contact {
    padding: 36px 0 !important;
  }

  .business-contact-inner {
    border-radius: 18px !important;
  }

  .contact-actions {
    justify-content: stretch;
  }

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

  .map-embed {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .footer-inner {
    gap: 18px;
  }
}

/* Invisible phone click layers: never render a button surface. */
.scene-actions .phone-body-hit,
.scene-actions .phone-body-hit:hover,
.scene-actions .phone-body-hit:focus,
.scene-actions .phone-body-hit:focus-visible,
.scene-actions .phone-body-hit:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  position: absolute !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  color: transparent !important;
  opacity: 0 !important;
  transform: none !important;
}

.scene-actions .phone-body-hit::before,
.scene-actions .phone-body-hit::after {
  display: none !important;
  content: none !important;
}

/* 2026-07 mobile webview fix: keep the hero as tall as the image, not as the whole browser viewport. */
@media (max-width: 760px) {
  .approved-hero {
    min-height: 0 !important;
    height: auto !important;
    display: block !important;
    background: #eaf2fb;
  }

  .hero-artboard,
  .hero-showcase {
    width: 100vw !important;
    height: min(72svh, 620px) !important;
    min-height: 430px !important;
    max-height: none !important;
    margin: 0 !important;
  }

  .approved-hero-base {
    object-fit: cover !important;
    object-position: center top !important;
  }
}

@media (max-width: 420px) {
  .hero-artboard,
  .hero-showcase {
    height: min(70svh, 560px) !important;
    min-height: 390px !important;
  }
}

/* 2026-07 mobile image fit fix: show the full landscape artwork without side cropping. */
@media (max-width: 760px) {
  .hero-artboard,
  .hero-showcase {
    width: 100vw !important;
    height: calc((100vw * 992 / 1586) + 94px) !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: #eaf2fb;
  }

  .approved-hero-base {
    position: absolute !important;
    inset: 0 0 auto 0 !important;
    width: 100vw !important;
    height: calc(100vw * 992 / 1586) !important;
    object-fit: contain !important;
    object-position: center top !important;
    background: #eaf2fb;
  }

  .max-advantage {
    top: 10px !important;
    left: 12px !important;
    right: auto !important;
    transform: none !important;
    max-width: calc(100vw - 24px);
  }

  .scene-actions {
    inset: auto 0 0 0 !important;
    height: 94px !important;
    padding: 8px 8px 10px !important;
    background: linear-gradient(180deg, rgba(234, 242, 251, 0), #eaf2fb 30%, #eaf2fb 100%);
  }

  .scene-actions .phone-hotspot,
  .scene-actions .action-hotspot {
    height: 64px !important;
  }

  .scene-actions .phone-hotspot::before,
  .scene-actions .action-hotspot::before {
    top: 22% !important;
    width: 28px !important;
    height: 28px !important;
    box-shadow: 0 8px 18px rgba(7, 93, 255, 0.25), 0 0 0 6px rgba(53, 199, 255, 0.14) !important;
  }

  .scene-actions .phone-hotspot::after,
  .scene-actions .action-hotspot::after {
    top: 72% !important;
    height: 27px !important;
    line-height: 27px !important;
    font-size: 10px !important;
    width: calc(100% - 4px) !important;
  }
}

@media (max-width: 420px) {
  .hero-artboard,
  .hero-showcase {
    height: calc((100vw * 992 / 1586) + 90px) !important;
  }

  .approved-hero-base {
    height: calc(100vw * 992 / 1586) !important;
  }
}

/* 2026-07 mobile contact compactness: keep the first CTA readable without dominating the phone viewport. */
@media (max-width: 760px) {
  .business-contact {
    padding: 22px 0 30px !important;
  }

  .business-contact-inner {
    display: block !important;
    margin: 0 14px !important;
    padding: 22px 20px 20px !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 38px rgba(23, 39, 72, 0.08) !important;
  }

  .business-contact h2 {
    margin: 0 0 10px !important;
    font-size: clamp(30px, 8.6vw, 38px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0 !important;
  }

  .business-contact p {
    font-size: 16px !important;
    line-height: 1.48 !important;
  }

  .contact-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 18px !important;
  }

  .contact-actions .button {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 420px) {
  .business-contact-inner {
    margin: 0 12px !important;
    padding: 20px 18px 18px !important;
  }

  .business-contact h2 {
    font-size: clamp(28px, 8.4vw, 34px) !important;
  }

  .business-contact p {
    font-size: 15px !important;
  }
}

/* 2026-07 mobile MAX badge: keep mascot visible on the artwork. */
@media (max-width: 760px) {
  .max-advantage {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    width: 178px !important;
    max-width: 178px !important;
    min-height: 42px !important;
    padding: 5px 7px !important;
    gap: 6px !important;
    border-radius: 14px !important;
  }

  .max-logo-lockup {
    width: 70px !important;
    min-height: 28px !important;
    padding: 4px 6px !important;
    border-radius: 10px !important;
  }

  .max-advantage > span:not(.max-logo-lockup) {
    max-width: 82px !important;
    font-size: 9.5px !important;
    line-height: 1.05 !important;
  }
}

/* 2026-07 final mobile MAX badge: logo only, no mascot overlap. */
@media (max-width: 760px) {
  .max-advantage {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    width: 78px !important;
    max-width: 78px !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 3px 5px !important;
    gap: 0 !important;
    border-radius: 11px !important;
  }

  .max-logo-lockup {
    width: 68px !important;
    min-height: 26px !important;
    height: 26px !important;
    padding: 3px 5px !important;
    border-radius: 9px !important;
  }

  .max-advantage > span:not(.max-logo-lockup) {
    display: none !important;
  }
}

/* 2026-07 mobile polish: compact MAX logo and non-overlapping hero actions. */
@media (max-width: 760px) {
  .max-advantage {
    top: 8px !important;
    left: 8px !important;
    right: auto !important;
    width: 76px !important;
    max-width: 76px !important;
    min-width: 0 !important;
    min-height: 32px !important;
    height: 32px !important;
    padding: 3px 5px !important;
    gap: 0 !important;
    border-radius: 11px !important;
  }

  .max-logo-lockup {
    width: 66px !important;
    min-height: 26px !important;
    height: 26px !important;
    padding: 3px 5px !important;
    border-radius: 9px !important;
  }

  .max-advantage > span:not(.max-logo-lockup) {
    display: none !important;
  }

  .scene-actions .phone-hotspot,
  .scene-actions .action-hotspot {
    width: 64px !important;
    max-width: 64px !important;
    min-width: 64px !important;
    height: 60px !important;
  }

  .scene-actions .hotspot-logo {
    left: 2px !important;
    right: auto !important;
    top: 28px !important;
  }

  .scene-actions .hotspot-resident-phone {
    left: calc(25% - 32px) !important;
    right: auto !important;
    top: 8px !important;
  }

  .scene-actions .hotspot-chairman-phone {
    left: calc(50% - 32px) !important;
    right: auto !important;
    top: 8px !important;
  }

  .scene-actions .hotspot-master-phone {
    left: calc(75% - 32px) !important;
    right: auto !important;
    top: 8px !important;
  }

  .scene-actions .hotspot-services {
    right: 2px !important;
    left: auto !important;
    top: 28px !important;
  }

  .scene-actions .phone-hotspot::before,
  .scene-actions .action-hotspot::before {
    top: 2px !important;
    left: 50% !important;
    width: 28px !important;
    height: 28px !important;
    transform: translateX(-50%) !important;
  }

  .scene-actions .phone-hotspot::after,
  .scene-actions .action-hotspot::after {
    top: 33px !important;
    left: 50% !important;
    width: 62px !important;
    height: 25px !important;
    line-height: 25px !important;
    padding: 0 4px !important;
    font-size: 9.5px !important;
    transform: translateX(-50%) !important;
  }
}

/* 2026-07 mobile action hitboxes: no overlap on 390px phones. */
@media (max-width: 760px) {
  .scene-actions .phone-hotspot,
  .scene-actions .action-hotspot {
    width: 58px !important;
    max-width: 58px !important;
    min-width: 58px !important;
  }

  .scene-actions .hotspot-logo {
    left: 4px !important;
  }

  .scene-actions .hotspot-resident-phone {
    left: calc(27% - 29px) !important;
  }

  .scene-actions .hotspot-chairman-phone {
    left: calc(50% - 29px) !important;
  }

  .scene-actions .hotspot-master-phone {
    left: calc(73% - 29px) !important;
  }

  .scene-actions .hotspot-services {
    right: 4px !important;
  }

  .scene-actions .phone-hotspot::after,
  .scene-actions .action-hotspot::after {
    width: 58px !important;
    font-size: 9px !important;
  }
}

/* 2026-07 mobile services button: explicit x-position to avoid inherited left. */
@media (max-width: 760px) {
  .scene-actions .hotspot-services {
    left: calc(100% - 64px) !important;
    right: auto !important;
  }
}
