:root {
  --bg: #06151d;
  --bg-deep: #02090e;
  --panel: rgba(8, 31, 42, 0.76);
  --panel-strong: #0a2632;
  --text: #f2fbfd;
  --muted: #a9c0c7;
  --faint: #718d96;
  --accent: #5be4ed;
  --accent-2: #a4f6d8;
  --accent-rgb: 91, 228, 237;
  --line: rgba(157, 226, 233, 0.18);
  --line-strong: rgba(157, 226, 233, 0.36);
  --header: rgba(3, 16, 23, 0.82);
  --shadow: rgba(0, 0, 0, 0.4);
  --hero-text: #f5fdff;
  --hero-muted: #c1d6dc;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --image-radius: 6px;
  --shell: 1280px;
  --header-h: 78px;
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --visual-contrast: 1.00;
  --visual-brightness: 1.18;
  --visual-grid: 0.08;
  --visual-glow: 0.14;
  --visual-veil-left: 0.46;
  --visual-veil-mid: 0.24;
  --visual-veil-right: 0.06;
  --visual-veil-edge: 0.14;
  --world-motion: 1;
  --world-blur: 0px;
  /* Human-readable type scale: 16px minimum for UI text, 17px+ for supporting copy. */
  --font-label: clamp(1rem, 0.96rem + 0.12vw, 1.08rem);
  --font-small: clamp(1.06rem, 1.01rem + 0.13vw, 1.16rem);
  --font-button: clamp(1.08rem, 1.02rem + 0.15vw, 1.18rem);
  --font-nav: clamp(1rem, 0.96rem + 0.1vw, 1.08rem);
}

html[data-visual-mode="soft"] {
  --visual-contrast: 0.93;
  --visual-brightness: 1.38;
  --visual-grid: 0.025;
  --visual-glow: 0.08;
  --visual-veil-left: 0.30;
  --visual-veil-mid: 0.12;
  --visual-veil-right: 0.00;
  --visual-veil-edge: 0.08;
}

html[data-visual-mode="strong"] {
  --visual-contrast: 1.14;
  --visual-brightness: 1.06;
  --visual-grid: 0.16;
  --visual-glow: 0.24;
  --visual-veil-left: 0.62;
  --visual-veil-mid: 0.38;
  --visual-veil-right: 0.16;
  --visual-veil-edge: 0.24;
  --muted: #d1e2e7;
  --faint: #a6c0c8;
  --line: rgba(188, 240, 245, 0.28);
  --line-strong: rgba(188, 240, 245, 0.54);
}

html[data-world="sky"][data-visual-mode="strong"] {
  --muted: #2f515e;
  --faint: #3d6472;
  --line: rgba(8, 55, 74, 0.24);
  --line-strong: rgba(8, 55, 74, 0.5);
}

html[data-world="cosmos"] {
  --bg: #080813;
  --bg-deep: #020205;
  --panel: rgba(17, 14, 36, 0.8);
  --panel-strong: #17122d;
  --text: #f7f3ff;
  --muted: #bcb2d3;
  --faint: #80749c;
  --accent: #a48bff;
  --accent-2: #ff9478;
  --accent-rgb: 164, 139, 255;
  --line: rgba(185, 166, 255, 0.2);
  --line-strong: rgba(185, 166, 255, 0.42);
  --header: rgba(7, 5, 17, 0.84);
}

html[data-world="earth"] {
  --bg: #1a130e;
  --bg-deep: #0d0906;
  --panel: rgba(48, 32, 22, 0.78);
  --panel-strong: #352318;
  --text: #fff8ed;
  --muted: #d6c1a7;
  --faint: #9a8167;
  --accent: #e8bc65;
  --accent-2: #f1936a;
  --accent-rgb: 232, 188, 101;
  --line: rgba(237, 198, 126, 0.2);
  --line-strong: rgba(237, 198, 126, 0.4);
  --header: rgba(18, 11, 7, 0.84);
}

html[data-world="sky"] {
  --bg: #eaf5f8;
  --bg-deep: #d7e9ef;
  --panel: rgba(255, 255, 255, 0.72);
  --panel-strong: #f7fcfe;
  --text: #102832;
  --muted: #4c6974;
  --faint: #6c8a95;
  --accent: #167da9;
  --accent-2: #a74f2d;
  --accent-rgb: 22, 125, 169;
  --line: rgba(18, 78, 101, 0.16);
  --line-strong: rgba(18, 78, 101, 0.34);
  --header: rgba(239, 249, 252, 0.84);
  --shadow: rgba(20, 63, 78, 0.17);
  --hero-text: #f9feff;
  --hero-muted: #d9edf4;
}

html[data-world="forest"] {
  --bg: #07140f;
  --bg-deep: #020806;
  --panel: rgba(11, 36, 26, 0.79);
  --panel-strong: #0e2b20;
  --text: #f7f2df;
  --muted: #b9c7a9;
  --faint: #7e9374;
  --accent: #efcf82;
  --accent-2: #83bf78;
  --accent-rgb: 239, 207, 130;
  --line: rgba(224, 211, 151, 0.19);
  --line-strong: rgba(224, 211, 151, 0.39);
  --header: rgba(3, 13, 9, 0.85);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
  background: var(--bg-deep);
}

body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 10%, rgba(var(--accent-rgb), 0.08), transparent 30rem),
    radial-gradient(circle at 82% 72%, rgba(var(--accent-rgb), 0.045), transparent 34rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(18px, 0.18vw + 17px, 20px);
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  transition: background-color 0.6s var(--ease), color 0.6s var(--ease);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 40;
  pointer-events: none;
  content: "";
  opacity: 0.02;
  background-image:
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(255, 255, 255, 0.7) 4px),
    repeating-linear-gradient(90deg, transparent 0 5px, rgba(255, 255, 255, 0.34) 6px);
  mix-blend-mode: overlay;
}

body.menu-open,
body.world-open {
  overflow: hidden;
}

::selection {
  color: var(--bg-deep);
  background: var(--accent);
}

img {
  display: block;
  max-width: 100%;
}

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

a,
button {
  touch-action: manipulation;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

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

h1,
h2,
h3,
b,
strong {
  font-weight: 650;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

small {
  font-size: var(--font-label);
}

h1 {
  margin-bottom: 1.4rem;
  font-size: clamp(2.45rem, 3.7vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2rem, 2.8vw, 2.95rem);
  line-height: 1.09;
  letter-spacing: -0.038em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 1.6vw, 1.58rem);
  line-height: 1.22;
  letter-spacing: -0.025em;
}

h1 em,
h2 em {
  color: var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.shell {
  width: min(var(--shell), calc(100% - 64px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(84px, 9vw, 144px);
}

.section + .section {
  border-top: 1px solid var(--line);
}

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

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 10px;
  color: var(--bg-deep);
  background: var(--accent);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 2px;
  background: rgba(var(--accent-rgb), 0.08);
}

.scroll-progress i {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 16px rgba(var(--accent-rgb), 0.8);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.46;
}

.interaction-field {
  position: fixed;
  inset: 0;
  z-index: 220;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cursor-light {
  position: fixed;
  z-index: 2;
  width: 460px;
  height: 460px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.09), transparent 68%);
  transform: translate3d(calc(var(--pointer-x, -500px) - 50%), calc(var(--pointer-y, -500px) - 50%), 0);
  transition: opacity 0.35s ease;
}

body.pointer-active .cursor-light {
  opacity: 1;
}

main,
.site-footer,
.mobile-contact {
  position: relative;
  z-index: 3;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: var(--header-h);
  padding: 8px max(22px, calc((100vw - 1380px) / 2));
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--header) 91%, transparent);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(20px) saturate(132%);
  transition: min-height 0.32s var(--ease), background 0.32s ease, border-color 0.32s ease, box-shadow 0.32s ease;
}

.site-header.scrolled {
  min-height: 70px;
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--header) 97%, transparent);
  box-shadow: 0 14px 38px var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand img {
  width: 40px;
  height: 40px;
  filter: drop-shadow(0 0 12px rgba(var(--accent-rgb), 0.3));
}

.brand span {
  display: grid;
  line-height: 1.08;
}

.brand strong {
  font-size: 1.02rem;
  letter-spacing: 0.005em;
}

.brand small {
  margin-top: 3px;
  color: var(--faint);
  font-size: var(--font-label);
  letter-spacing: 0.11em;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: 4px;
  border: 1px solid rgba(var(--accent-rgb), 0.11);
  border-radius: 15px;
  background: rgba(var(--accent-rgb), 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.primary-nav > a,
.nav-parent {
  position: relative;
  padding: 8px 9px;
  border-radius: 10px;
  color: var(--muted);
  background: transparent;
  font-size: var(--font-nav);
  font-weight: 690;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.primary-nav > a::after,
.nav-parent::after {
  position: absolute;
  right: 12px;
  bottom: 4px;
  left: 12px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 9px rgba(var(--accent-rgb), 0.55);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.24s var(--ease);
}

.primary-nav > a:hover,
.primary-nav > a[aria-current="page"],
.nav-parent:hover,
.nav-parent[aria-current="page"] {
  color: var(--text);
  background: rgba(var(--accent-rgb), 0.075);
  box-shadow: inset 0 0 0 1px rgba(var(--accent-rgb), 0.08);
}

.primary-nav > a:hover::after,
.primary-nav > a[aria-current="page"]::after,
.nav-parent:hover::after,
.nav-parent[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-group {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.nav-parent i {
  color: var(--accent);
  font-size: var(--font-nav);
  font-style: normal;
  transition: transform 0.25s ease;
}

.nav-group:hover .nav-parent i,
.nav-group:focus-within .nav-parent i,
.nav-group.submenu-open .nav-parent i {
  transform: rotate(180deg);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  display: grid;
  width: 228px;
  padding: 7px;
  visibility: hidden;
  opacity: 0;
  border: 1px solid var(--line-strong);
  border-radius: 15px;
  background: color-mix(in srgb, var(--bg-deep) 94%, transparent);
  box-shadow: 0 20px 54px var(--shadow);
  backdrop-filter: blur(22px) saturate(130%);
  transform: translate(-50%, 7px);
  transition: opacity 0.2s ease, transform 0.24s var(--ease), visibility 0.24s;
}

.nav-group:hover .nav-submenu,
.nav-group:focus-within .nav-submenu,
.nav-group.submenu-open .nav-submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.nav-submenu a {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  min-height: 54px;
  padding: 8px 11px;
  border-radius: 10px;
  color: var(--text);
  font-size: var(--font-small);
  text-transform: none;
}

.nav-submenu a:hover,
.nav-submenu a[aria-current="page"] {
  background: rgba(var(--accent-rgb), 0.1);
}

.nav-submenu small {
  color: var(--accent);
  font: 700 var(--font-label)/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  min-width: max-content;
}

.world-toggle,
.visual-mode-toggle,
.phone-link {
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  background: rgba(var(--accent-rgb), 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(12px);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.world-toggle,
.visual-mode-toggle {
  display: flex;
}

.world-toggle:hover,
.visual-mode-toggle:hover,
.phone-link:hover,
.menu-toggle:hover {
  border-color: rgba(var(--accent-rgb), 0.34);
  background: rgba(var(--accent-rgb), 0.085);
}

.world-toggle {
  gap: 8px;
  padding: 6px 11px 6px 8px;
  border-radius: 999px;
}

.visual-mode-toggle {
  gap: 8px;
  min-width: 126px;
  padding: 6px 11px 6px 8px;
  border-radius: 999px;
}

.visual-mode-icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 50%, rgba(var(--accent-rgb), 0.96) 0 23%, transparent 25%),
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.76) 0 50%, rgba(var(--accent-rgb), 0.06) 50% 100%);
  box-shadow: 0 0 13px rgba(var(--accent-rgb), var(--visual-glow));
}

.visual-mode-toggle > span:last-child {
  display: grid;
  text-align: left;
  line-height: 1.08;
}

.world-pulse {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(var(--accent-rgb), 0.46);
  border-radius: 50%;
}

.world-pulse::before,
.world-pulse::after {
  position: absolute;
  inset: 5px;
  content: "";
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(var(--accent-rgb), 0.8);
}

.world-pulse::after {
  inset: 0;
  background: transparent;
  border: 1px solid var(--accent);
  animation: pulse-ring 2.2s ease-out infinite;
}

.world-toggle > span:last-child,
.phone-link {
  display: grid;
  text-align: left;
  line-height: 1.08;
}

.world-toggle small,
.visual-mode-toggle small,
.phone-link small {
  color: var(--faint);
  font-size: var(--font-label);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.world-toggle b,
.visual-mode-toggle b,
.phone-link b {
  margin-top: 3px;
  font-size: var(--font-small);
  letter-spacing: 0.02em;
}

.phone-link {
  padding: 6px 12px;
  border-radius: 13px;
}

.menu-toggle {
  display: none;
  place-content: center;
  width: 44px;
  height: 44px;
  gap: 5px;
  border: 1px solid rgba(var(--accent-rgb), 0.18);
  border-radius: 13px;
  background: rgba(var(--accent-rgb), 0.045);
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 1px;
  background: var(--text);
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.menu-backdrop {
  position: fixed;
  top: var(--header-h);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 150;
  display: none;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background: rgba(1, 6, 9, 0.56);
}

.world-panel {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
}

.world-panel.open {
  visibility: visible;
  opacity: 1;
}

.world-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  background: rgba(1, 5, 8, 0.8);
  backdrop-filter: blur(18px);
}

.world-dialog {
  position: relative;
  width: min(1040px, 100%);
  max-height: min(760px, calc(100svh - 48px));
  padding: clamp(24px, 4vw, 52px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.08), transparent 36%),
    var(--bg-deep);
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.6);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.35s var(--ease);
}

.world-panel.open .world-dialog {
  transform: none;
}

.world-dialog::before {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  content: "";
  border: 1px solid var(--line);
  border-radius: calc(var(--radius-lg) - 8px);
}

.world-dialog-head {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.world-dialog h2 {
  margin-block: 16px 0;
}

.world-dialog > p {
  position: relative;
  max-width: 64ch;
  color: var(--muted);
}

.icon-button {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: var(--panel);
  font-size: 1.6rem;
}

.world-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.world-choice {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 9px 9px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  background: var(--panel);
  text-align: left;
  transition: transform 0.25s var(--ease), border-color 0.25s ease, background 0.25s ease;
}

.world-choice:hover,
.world-choice[aria-pressed="true"] {
  border-color: var(--accent);
  background: var(--panel-strong);
  transform: translateY(-5px);
}

.world-thumb {
  display: block;
  overflow: hidden;
  border-radius: var(--image-radius);
  aspect-ratio: 1.32;
}

.world-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.world-choice:hover img {
  transform: scale(1.06);
}

.world-choice > span:nth-child(2) {
  display: grid;
  padding-inline: 4px;
}

.world-choice small {
  color: var(--accent);
  font-size: var(--font-label);
  letter-spacing: 0.15em;
}

.world-choice b {
  margin-top: 3px;
  font-size: 1.03rem;
}

.world-choice em {
  margin-top: 3px;
  color: var(--muted);
  font-size: var(--font-small);
  font-style: normal;
  line-height: 1.35;
}

.world-choice > i {
  position: absolute;
  right: 13px;
  bottom: 13px;
  color: var(--accent);
  font-style: normal;
}

.visual-mode-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.visual-mode-panel small {
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.visual-mode-panel h3 {
  margin: 3px 0 2px;
  font-size: 1.1rem;
}

.visual-mode-panel p {
  margin: 0;
  color: var(--muted);
  font-size: var(--font-small);
}

.visual-mode-options {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
}

.visual-mode-options button {
  min-width: 78px;
  min-height: 44px;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: var(--font-button);
  font-weight: 700;
  line-height: 1.05;
  white-space: nowrap;
}

.visual-mode-options button[aria-checked="true"] {
  color: var(--bg-deep);
  background: var(--accent);
}

.page-hero {
  position: relative;
  display: grid;
  min-height: min(900px, 94svh);
  padding-top: calc(var(--header-h) + 48px);
  overflow: hidden;
  color: var(--hero-text);
  background: var(--bg-deep);
}

.page-hero::before {
  position: absolute;
  top: 18%;
  z-index: 2;
  pointer-events: none;
  content: "";
  right: 9%;
  width: min(28vw, 420px);
  aspect-ratio: 1;
  opacity: 0.42;
  background:
    radial-gradient(circle at 22% 38%, var(--accent) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 18%, var(--accent) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 65%, var(--accent) 0 3px, transparent 4px),
    radial-gradient(circle at 44% 82%, var(--accent) 0 2px, transparent 3px);
  filter: drop-shadow(0 0 12px rgba(var(--accent-rgb), 0.8));
  animation: ecosystem-breathe 7s ease-in-out infinite;
}

.page-hero.compact {
  min-height: min(790px, 86svh);
}

.hero-media,
.hero-media::after,
.hero-grid-lines,
.hero-scan,
.hero-vignette {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) brightness(var(--visual-brightness)) contrast(var(--visual-contrast));
  transform: scale(1.035) translate3d(calc(var(--hero-x, 0) * 1px), calc(var(--hero-y, 0) * 1px), 0);
  transition: opacity 0.5s ease, filter 0.6s ease;
}

.hero-media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 10, 15, var(--visual-veil-left)) 0%, rgba(2, 8, 12, var(--visual-veil-mid)) 43%, rgba(2, 8, 12, var(--visual-veil-right)) 76%, rgba(2, 8, 12, var(--visual-veil-edge)) 100%),
    linear-gradient(0deg, var(--bg) 0%, transparent 28%, transparent 82%, rgba(0, 0, 0, 0.34) 100%);
}

.hero-grid-lines {
  opacity: var(--visual-grid);
  background-image:
    linear-gradient(rgba(var(--accent-rgb), 0.32) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.32) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.hero-scan {
  top: -30%;
  bottom: auto;
  height: 34%;
  opacity: 0.22;
  background: linear-gradient(to bottom, transparent, rgba(var(--accent-rgb), 0.18), rgba(var(--accent-rgb), 0.65), transparent);
  filter: blur(1px);
  animation: scan 8s linear infinite;
}

.hero-vignette {
  box-shadow: inset 0 0 160px rgba(0, 0, 0, 0.48);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 930px);
  align-items: center;
  gap: 0;
  padding-block: 60px 100px;
}

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

.hero-copy > p {
  max-width: 66ch;
  margin-bottom: 0;
  color: var(--hero-muted);
  font-size: clamp(1.05rem, 0.8vw + 0.9rem, 1.18rem);
  line-height: 1.72;
}

.hero-copy h1 em {
  color: var(--accent);
  text-shadow: 0 0 34px rgba(var(--accent-rgb), var(--visual-glow));
}

.section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-label span,
.section-label b {
  white-space: nowrap;
}

.section-label i {
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.section-label b {
  color: var(--muted);
  font-weight: 550;
}

.hero-copy .section-label {
  color: var(--accent);
}

.hero-copy .section-label b {
  color: var(--hero-muted);
}

.hero-copy h1 {
  max-width: 920px;
  margin-top: 20px;
}

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

.hero-actions .viber-cta {
  border-color: rgba(var(--accent-rgb), 0.32);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  color: var(--hero-muted);
  font-size: var(--font-small);
  letter-spacing: 0.04em;
}

.hero-note i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 14px var(--accent);
  animation: status-pulse 2s ease-in-out infinite;
}

.hero-offers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(720px, 100%);
  margin-top: 22px;
}

.hero-offers a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 3px 18px;
  min-height: 116px;
  padding: 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(var(--accent-rgb), 0.34);
  border-radius: 18px;
  color: var(--hero-text);
  background: linear-gradient(135deg, rgba(2, 10, 15, 0.66), rgba(var(--accent-rgb), 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(120%);
  transition: border-color 0.25s ease, transform 0.3s var(--ease), background 0.3s ease;
}

.hero-offers a::before {
  position: absolute;
  inset: auto -20% 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 20px rgba(var(--accent-rgb), 0.52);
  transform: translateX(-52%);
  transition: transform 0.65s var(--ease);
}

.hero-offers a:hover {
  border-color: rgba(var(--accent-rgb), 0.78);
  background: linear-gradient(135deg, rgba(2, 10, 15, 0.78), rgba(var(--accent-rgb), 0.16));
  transform: translateY(-4px);
}

.hero-offers a:hover::before {
  transform: translateX(52%);
}

.hero-offers small {
  grid-column: 1;
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.15em;
}

.hero-offers strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  line-height: 1;
  white-space: nowrap;
}

.hero-offers strong span {
  color: var(--hero-muted);
  font-size: var(--font-small);
  font-weight: 600;
}

.hero-offers em {
  grid-column: 1;
  color: var(--hero-muted);
  font-size: var(--font-small);
  font-style: normal;
  line-height: 1.4;
}

.hero-phone-sequence {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 0 20px;
  width: min(720px, 100%);
  min-height: 96px;
  margin-top: 14px;
  padding: 13px 2px 11px;
  border-block: 1px solid rgba(var(--accent-rgb), 0.26);
  color: var(--hero-text);
}

.hero-phone-sequence::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--accent), transparent 62%);
  box-shadow: 0 0 24px rgba(var(--accent-rgb), 0.48);
  transform: scaleX(0);
  transform-origin: left;
}

.hero-phone-sequence.phone-sequence-ready::after,
.hero-phone-sequence.phone-sequence-static::after {
  animation: phone-line 1.05s 0.82s var(--ease) forwards;
}

.hero-phone-sequence > small {
  grid-column: 1;
  align-self: end;
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.phone-digits {
  grid-column: 1;
  display: flex;
  align-items: baseline;
  min-height: 42px;
  font: 740 clamp(1.78rem, 3vw, 2.5rem)/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.phone-digits b {
  display: inline-block;
  opacity: 0;
  color: var(--hero-text);
  filter: blur(6px);
  text-shadow: 0 0 0 rgba(var(--accent-rgb), 0);
  transform: translate3d(var(--digit-x, 72px), var(--digit-y, 4px), 0) scale(0.94);
  transform-origin: center bottom;
  will-change: transform, opacity, filter;
}

.phone-digits b:nth-child(4),
.phone-digits b:nth-child(7) {
  margin-right: 0.26em;
}

.phone-sequence-ready .phone-digits b {
  animation: phone-digit-arrive 0.72s var(--ease) forwards;
  animation-delay: calc(var(--digit-index, 0) * 72ms + 100ms);
}

.phone-sequence-static .phone-digits b {
  opacity: 1;
  filter: none;
  transform: none;
}

.hero-phone-sequence > em {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--hero-muted);
  font-size: var(--font-small);
  font-style: normal;
  letter-spacing: 0.035em;
}

.hero-phone-sequence:hover .phone-digits b {
  color: var(--accent);
  text-shadow: 0 0 18px rgba(var(--accent-rgb), 0.7);
}

.button {
  --magnet-x: 0px;
  --magnet-y: 0px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 1.2vw, 20px);
  min-height: 58px;
  padding: 14px 17px 14px 20px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  font-size: var(--font-button);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  transform: translate3d(var(--magnet-x), var(--magnet-y), 0);
  transition: transform 0.18s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(100deg, transparent 20%, rgba(255, 255, 255, 0.3), transparent 68%);
  transform: translateX(-130%);
  transition: transform 0.7s var(--ease);
}

.button:hover::before {
  transform: translateX(130%);
}

.button span,
.button b {
  position: relative;
}

.button > span {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--font-button);
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
}

.button > b {
  flex: 0 0 auto;
  font-size: clamp(1.05rem, 0.98rem + 0.18vw, 1.2rem);
  line-height: 1;
  transition: transform 0.25s var(--ease);
}

.button[href^="tel:"] > span {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.045em;
}

.button:hover b {
  transform: translate(3px, -3px);
}

.button.primary {
  border-color: var(--accent);
  color: #051015;
  background: var(--accent);
  box-shadow: 0 12px 38px rgba(var(--accent-rgb), 0.18);
}

html[data-world="sky"] .button.primary {
  color: white;
}

.button.secondary,
.button.ghost {
  color: var(--hero-text);
  background: rgba(4, 13, 18, 0.38);
  backdrop-filter: blur(10px);
}

.button.ghost {
  color: var(--text);
  background: var(--panel);
}

.button.secondary:hover,
.button.ghost:hover {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.09);
}

.hero-foot {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 22px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--hero-muted);
  font-size: var(--font-label);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-foot > span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-foot > span > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.hero-foot a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-foot a i {
  position: relative;
  width: 34px;
  height: 1px;
  background: var(--hero-muted);
}

.hero-foot a i::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 7px;
  height: 7px;
  content: "";
  border-right: 1px solid var(--hero-muted);
  border-bottom: 1px solid var(--hero-muted);
  transform: rotate(-45deg);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
  gap: 40px 80px;
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.section-heading .section-label {
  grid-column: 1 / -1;
}

.section-heading h2,
.section-heading p {
  margin-bottom: 0;
}

.section-heading p {
  color: var(--muted);
}

.gateway-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.gateway-grid > :last-child:nth-child(odd) {
  grid-column: 1 / -1;
  min-height: 290px;
}

.gateway-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 90% 15%, rgba(var(--accent-rgb), 0.16), transparent 36%),
    var(--panel);
  box-shadow: 0 22px 70px var(--shadow);
  transform: perspective(1000px) rotateX(var(--tilt-y)) rotateY(var(--tilt-x));
  transition: transform 0.2s ease, border-color 0.3s ease, background 0.3s ease;
}

.gateway-card::before,
.gateway-card::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.gateway-card::before {
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  box-shadow: inset 0 0 0 34px rgba(var(--accent-rgb), 0.03), inset 0 0 0 72px rgba(var(--accent-rgb), 0.03);
  transition: transform 0.6s var(--ease);
}

.gateway-card::after {
  inset: 9px;
  border: 1px solid rgba(var(--accent-rgb), 0.08);
  border-radius: calc(var(--radius) - 8px);
}

.gateway-card:hover {
  border-color: var(--accent);
  background:
    radial-gradient(circle at 90% 15%, rgba(var(--accent-rgb), 0.24), transparent 40%),
    var(--panel-strong);
}

.gateway-card:hover::before {
  transform: rotate(70deg) scale(1.1);
}

.gateway-card small,
.service-type small,
.it-service-grid article > small,
.pricing-card > small {
  align-self: start;
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.15em;
}

.gateway-card h3 {
  max-width: 23ch;
  margin-top: 72px;
  font-size: clamp(1.55rem, 2.1vw, 2.1rem);
}

.gateway-card p {
  max-width: 56ch;
  color: var(--muted);
}

.gateway-card > span {
  margin-top: 18px;
  color: var(--accent);
  font-size: var(--font-small);
  font-weight: 700;
}

.diagnostic-band,
.model-lab {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 120px);
}

.spotlight-visual {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border: 1px solid var(--line);
  border-radius: var(--image-radius);
  background: linear-gradient(180deg, rgba(4, 15, 14, 0.12), rgba(4, 15, 14, 0.28)), var(--panel);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(var(--accent-rgb), 0.08);
  transform: perspective(1000px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform 0.2s ease;
}

.spotlight-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: center;
}

.spotlight-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  content: "";
  background: linear-gradient(180deg, rgba(6, 14, 12, 0), rgba(6, 14, 12, 0.78));
  pointer-events: none;
}


.sticky-copy > p,
.diagnostic-band > div > p,
.model-copy > p {
  color: var(--muted);
}

.sticky-copy .section-label,
.model-copy .section-label,
.diagnostic-band .section-label {
  margin-bottom: 19px;
}


.check-list {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 10px;
  height: 5px;
  content: "";
  border-bottom: 1px solid var(--accent);
  border-left: 1px solid var(--accent);
  transform: rotate(-45deg);
}

.human-strip,
.inline-offer,
.payment-strip,
.promise-band {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(110deg, rgba(var(--accent-rgb), 0.12), transparent 45%),
    var(--panel);
}

.human-strip small,
.inline-offer .offer-code,
.payment-strip small {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: var(--font-label);
  letter-spacing: 0.15em;
}

.human-strip b {
  display: block;
  font-size: 1.35rem;
  line-height: 1.3;
}

.human-strip p,
.inline-offer p {
  margin-bottom: 0;
  color: var(--muted);
}

.human-strip > a,
.payment-strip > a {
  color: var(--accent);
  font-size: var(--font-small);
  font-weight: 700;
  white-space: nowrap;
}

.closing-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 50px;
  margin-block: clamp(90px, 11vw, 160px);
  padding: clamp(48px, 7vw, 94px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 42%, rgba(var(--accent-rgb), 0.17), transparent 30%),
    linear-gradient(135deg, rgba(var(--accent-rgb), 0.09), transparent 46%),
    var(--panel);
  box-shadow: 0 28px 100px var(--shadow);
}

.closing-cta::before {
  position: absolute;
  inset: 12px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(var(--accent-rgb), 0.1);
  border-radius: calc(var(--radius-lg) - 9px);
}

.closing-cta h2 {
  max-width: 820px;
  margin-top: 18px;
}

.closing-cta p {
  max-width: 68ch;
  margin-bottom: 0;
  color: var(--muted);
}

.closing-cta > div:nth-child(2) {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
  min-width: 230px;
}

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

.service-type,
.it-service-grid article,
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 410px;
  padding: clamp(26px, 3.5vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 20px 60px var(--shadow);
  transform: perspective(1000px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  transition: transform 0.2s ease, border-color 0.3s ease, background 0.3s ease;
}

.service-type::before,
.it-service-grid article::before,
.pricing-card::before {
  position: absolute;
  top: 0;
  right: 32px;
  left: 32px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: scaleX(0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.45s var(--ease);
}

.service-type:hover,
.it-service-grid article:hover,
.pricing-card:hover {
  border-color: var(--line-strong);
  background: var(--panel-strong);
}

.service-type:hover::before,
.it-service-grid article:hover::before,
.pricing-card:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.service-type.featured,
.pricing-card.accent {
  background:
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.15), transparent 45%),
    var(--panel-strong);
  border-color: var(--line-strong);
}

.service-type h3 {
  margin-top: 58px;
  font-size: 1.72rem;
}

.service-type p,
.it-service-grid article p,
.pricing-card p {
  color: var(--muted);
}

.service-type > b {
  margin-top: auto;
  padding-top: 26px;
  font-size: 1.35rem;
}

.service-type > a,
.it-service-grid article > a,
.pricing-card > a {
  margin-top: 14px;
  color: var(--accent);
  font-size: var(--font-small);
  font-weight: 700;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(70px, 10vw, 150px);
}

.sticky-copy {
  position: sticky;
  top: 120px;
}

.feature-list {
  border-top: 1px solid var(--line);
}

.feature-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 25px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.feature-list article > span,
.include-grid article > span,
.it-process-grid article > span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
  font-size: var(--font-small);
}

.feature-list h3,
.feature-list p,
.include-grid h3,
.include-grid p {
  margin-bottom: 0;
}

.feature-list p,
.include-grid p {
  color: var(--muted);
}

.worlds-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.worlds-showcase h2 {
  margin-top: 18px;
}

.worlds-showcase p {
  color: var(--muted);
}

.worlds-showcase .button {
  margin-top: 20px;
}

.mini-worlds {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  transform: rotate(-2deg);
}

.mini-worlds button {
  position: relative;
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--image-radius);
  background: var(--panel);
  transition: flex 0.35s var(--ease), transform 0.3s ease, border-color 0.3s ease;
}

.mini-worlds button:nth-child(even) {
  transform: translateY(24px);
}

.mini-worlds button:hover,
.mini-worlds button[aria-pressed="true"] {
  border-color: var(--accent);
  transform: translateY(-7px) scale(1.03);
}

.mini-worlds button:nth-child(even):hover,
.mini-worlds button:nth-child(even)[aria-pressed="true"] {
  transform: translateY(17px) scale(1.03);
}

.mini-worlds img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8);
}

.mini-worlds span {
  position: absolute;
  right: 0;
  bottom: 38px;
  left: 0;
  color: white;
  font-size: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-shadow: 0 2px 12px black;
  transform: rotate(-90deg);
}

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

.it-service-grid article {
  min-height: 390px;
}

.service-glyph {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.06);
  box-shadow: inset 0 0 20px rgba(var(--accent-rgb), 0.05);
  font-size: 1.2rem;
}

.it-service-grid h3 {
  margin-top: 13px;
}

.it-service-grid article > a {
  margin-top: auto;
  padding-top: 22px;
}

.diagnostic-screen {
  position: relative;
  padding: 14px 22px 28px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(var(--accent-rgb), 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(var(--accent-rgb), 0.07) 1px, transparent 1px),
    var(--panel-strong);
  background-size: 22px 22px;
  box-shadow: 0 28px 90px var(--shadow), inset 0 0 50px rgba(var(--accent-rgb), 0.05);
}

.screen-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 0 17px;
  border-bottom: 1px solid var(--line);
}

.screen-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--faint);
}

.screen-bar span {
  margin-left: auto;
  color: var(--muted);
  font-family: ui-monospace, monospace;
  font-size: var(--font-label);
  letter-spacing: 0.12em;
}

.health-line {
  display: grid;
  grid-template-columns: 76px 1fr 45px;
  align-items: center;
  gap: 13px;
  padding-block: 14px;
  border-bottom: 1px solid var(--line);
  font-family: ui-monospace, monospace;
  font-size: var(--font-label);
}

.health-line > i {
  height: 5px;
  background: linear-gradient(90deg, var(--accent) var(--level), rgba(var(--accent-rgb), 0.09) var(--level));
  box-shadow: 0 0 10px rgba(var(--accent-rgb), 0.24);
}

.health-line > i.level-82 {
  --level: 82%;
}

.health-line > i.level-64 {
  --level: 64%;
}

.health-line > i.level-71 {
  --level: 71%;
}

.health-line b {
  color: var(--accent);
  font-size: var(--font-label);
}

.screen-wave {
  height: 190px;
  margin-top: 23px;
  background:
    linear-gradient(90deg, transparent 0 4%, var(--accent) 4.2% 4.8%, transparent 5% 9%, var(--accent) 9.2% 9.8%, transparent 10% 14%, var(--accent) 14.2% 14.8%, transparent 15%),
    linear-gradient(0deg, transparent 49%, rgba(var(--accent-rgb), 0.2) 50%, transparent 51%);
  clip-path: polygon(0 52%, 8% 50%, 12% 53%, 18% 47%, 25% 56%, 31% 42%, 38% 58%, 44% 49%, 52% 51%, 59% 45%, 67% 54%, 75% 48%, 83% 51%, 91% 46%, 100% 53%, 100% 57%, 91% 50%, 83% 55%, 75% 52%, 67% 58%, 59% 49%, 52% 55%, 44% 53%, 38% 62%, 31% 46%, 25% 60%, 18% 51%, 12% 57%, 8% 54%, 0 56%);
  opacity: 0.75;
  filter: drop-shadow(0 0 6px var(--accent));
}

.inline-offer {
  margin-block: 40px 0;
}

.inline-offer h2 {
  margin-bottom: 7px;
  font-size: 1.6rem;
}

.ps-includes .section-heading {
  margin-bottom: 52px;
}

.include-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.include-grid article {
  min-height: 320px;
  padding: clamp(24px, 3vw, 38px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.04), transparent 50%);
}

.include-grid article > span {
  display: block;
  margin-bottom: 90px;
}




.model-visual-stack {
  display: grid;
  gap: 18px;
}

.model-visual-card {
  min-height: 420px;
}

.model-visual-card::after {
  display: none;
}

.model-visual-card .spotlight-photo {
  min-height: 420px;
}

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

.model-chip-grid > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(var(--accent-rgb), 0.06), rgba(var(--accent-rgb), 0.02));
  color: var(--text);
  font-family: ui-monospace, monospace;
  font-size: var(--font-small);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}


.symptom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.symptom-grid article {
  min-height: 230px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.symptom-grid b {
  display: block;
  margin-bottom: 32px;
  font-size: 1.18rem;
}

.symptom-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.service-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 70px 110px;
}

.service-flow > div .section-label {
  margin-bottom: 18px;
}

.service-flow ol {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.service-flow li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  padding-block: 25px;
  border-bottom: 1px solid var(--line);
}

.service-flow li > span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
  font-size: var(--font-small);
}

.service-flow li b {
  display: block;
  margin-bottom: 4px;
}

.service-flow li p {
  margin-bottom: 0;
  color: var(--muted);
}

.fair-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 900px;
  padding: 24px;
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  background: rgba(var(--accent-rgb), 0.05);
}

.fair-note i {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}

.upgrade-path {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
}

.upgrade-copy {
  max-width: 690px;
}

.speed-steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line-strong);
  border-left: 1px solid var(--line-strong);
}

.speed-steps::before {
  position: absolute;
  top: 50%;
  left: -12%;
  width: 124%;
  height: 1px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 26px rgba(var(--accent-rgb), 0.3);
  animation: signal-breathe 4.8s ease-in-out infinite;
}

.speed-steps > span {
  display: grid;
  align-content: end;
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: linear-gradient(145deg, rgba(var(--accent-rgb), 0.045), transparent 55%);
}

.speed-steps small {
  color: var(--accent);
  font: 700 var(--font-label)/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}

.speed-steps b {
  margin-top: 36px;
  font-size: 1.05rem;
}

.speed-steps em {
  color: var(--muted);
  font-size: var(--font-small);
  font-style: normal;
}

.process-path .section-heading {
  margin-bottom: 52px;
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.timeline::before {
  display: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  min-height: 310px;
  padding: clamp(30px, 4vw, 50px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.045), transparent 48%);
}

.timeline li > span {
  color: var(--accent);
  font-family: ui-monospace, monospace;
  font-size: var(--font-small);
}

.timeline small {
  color: var(--faint);
  font-size: var(--font-label);
  letter-spacing: 0.14em;
}

.timeline h3 {
  margin-top: 24px;
}

.timeline p {
  margin-bottom: 0;
  color: var(--muted);
}

.it-process > div:first-child .section-label {
  margin-bottom: 18px;
}

.it-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 46px;
}

.it-process-grid article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.it-process-grid article > span {
  display: block;
  margin-bottom: 70px;
}

.it-process-grid b {
  display: block;
  margin-bottom: 8px;
}

.it-process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.promise-band {
  grid-template-columns: 1fr auto;
  margin-top: 38px;
}

.promise-band blockquote {
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 2.2rem);
  line-height: 1.35;
}

.promise-band > span {
  color: var(--muted);
  font-size: var(--font-small);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

#price-cards {
  scroll-margin-top: calc(var(--header-h) + 28px);
}

.pricing-grid.web-pricing {
  grid-template-columns: repeat(3, 1fr);
}

.pricing-card {
  min-height: 470px;
}

.pricing-card h3 {
  margin-block: 54px 16px;
  font-size: clamp(1.8rem, 2.6vw, 2.65rem);
}

.pricing-card h3 span {
  color: var(--muted);
  font-size: clamp(1rem, 0.5em, 1.2rem);
  font-weight: 500;
}

.pricing-card ul {
  display: grid;
  gap: 8px;
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.pricing-card li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: var(--font-small);
}

.pricing-card li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background: var(--accent);
}

.pricing-card > a {
  margin-top: auto;
  padding-top: 26px;
}

.card-tag {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 6px 9px;
  border-radius: 999px;
  color: var(--bg-deep);
  background: var(--accent);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.payment-strip {
  grid-template-columns: 1fr auto;
  margin-top: 32px;
}

.payment-strip b {
  display: block;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(480px, 1.1fr);
  align-items: start;
  gap: clamp(60px, 9vw, 130px);
}

.contact-info {
  position: sticky;
  top: 120px;
}

.contact-info .section-label {
  margin-bottom: 18px;
}

.contact-info > p {
  color: var(--muted);
}

.contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}

.contact-links a {
  display: grid;
  padding: 21px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--panel);
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.contact-links a:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
}

.contact-links small {
  color: var(--faint);
  font-size: var(--font-label);
  letter-spacing: 0.13em;
}

.contact-links b {
  margin-block: 9px;
  font-size: 1.08rem;
}

.contact-links span {
  color: var(--accent);
  font-size: var(--font-small);
}

.contact-person {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.contact-person > span {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 66px;
  height: 66px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--accent);
  font-family: ui-monospace, monospace;
  font-size: var(--font-small);
  letter-spacing: 0.1em;
  box-shadow: inset 0 0 22px rgba(var(--accent-rgb), 0.08);
}

.contact-person div {
  display: grid;
}

.contact-person small {
  color: var(--faint);
  font-size: var(--font-label);
  letter-spacing: 0.13em;
}

.contact-person p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: var(--font-small);
}

.contact-form {
  scroll-margin-top: 110px;
  position: relative;
  display: grid;
  gap: 20px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(var(--accent-rgb), 0.1), transparent 38%),
    var(--panel);
  box-shadow: 0 32px 100px var(--shadow);
}

.contact-form::before {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(var(--accent-rgb), 0.11);
  border-radius: calc(var(--radius-lg) - 8px);
}

.form-head {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}


.form-head h2 {
  margin: 0 0 4px;
  font-size: clamp(1.45rem, 4.8vw, 2rem);
  letter-spacing: -0.035em;
  white-space: normal;
  text-wrap: balance;
}

.form-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: var(--font-small);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label:not(.consent) {
  position: relative;
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: var(--font-small);
  font-weight: 650;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  background: rgba(var(--accent-rgb), 0.035);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 54px;
  padding-inline: 15px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 14px 15px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  background: rgba(var(--accent-rgb), 0.065);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.1);
}

.contact-form select option {
  color: #eaf7fa;
  background: #071820;
}

html[data-world="sky"] .contact-form select option {
  color: #102832;
  background: #f7fcfe;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: var(--font-small);
  line-height: 1.5;
}

.consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--accent);
}

.submit-button {
  width: 100%;
  margin-top: 2px;
}

.form-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 0;
  color: var(--faint);
  font-size: var(--font-label);
}

.form-note i {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin-top: 0.55em;
  border-radius: 50%;
  background: #7af1a3;
  box-shadow: 0 0 10px #7af1a3;
}

.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.expectation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding-top: 0;
}

.expectation-grid article {
  min-height: 220px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.expectation-grid small {
  display: block;
  margin-bottom: 56px;
  color: var(--accent);
  font-family: ui-monospace, monospace;
}

.expectation-grid b {
  display: block;
  margin-bottom: 8px;
}

.expectation-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.site-footer {
  padding: 70px 0 26px;
  border-top: 1px solid var(--line);
  background: var(--bg-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.4fr) repeat(3, minmax(150px, 0.55fr));
  gap: 50px;
}

.footer-brand p {
  max-width: 48ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: var(--font-small);
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-grid > div > small {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.footer-grid > div > a,
.footer-grid > div > span {
  color: var(--muted);
  font-size: var(--font-small);
  transition: color 0.2s ease;
}

.footer-grid > div > a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 56px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: var(--font-label);
  letter-spacing: 0.05em;
}

.mobile-contact {
  display: none;
}

.special-body .site-header,
.special-body .site-footer,
.special-body .mobile-contact {
  display: none;
}

.special-body main {
  min-height: 100svh;
}

.special-page {
  position: relative;
  display: grid;
  align-content: center;
  min-height: 100svh;
  overflow: hidden;
  padding-block: 80px;
}

.special-page h1 {
  max-width: 900px;
  margin-top: 22px;
}

.special-page > p {
  max-width: 66ch;
  color: var(--muted);
}

.special-page .button {
  justify-self: start;
  margin-top: 24px;
}

.world-phenomena {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  contain: strict;
}

.world-phenomena::before,
.world-phenomena::after,
.world-phenomena span {
  position: absolute;
  pointer-events: none;
  content: "";
  will-change: transform, opacity;
}

.world-phenomena::before,
.world-phenomena::after {
  inset: -12%;
}

.world-phenomena span {
  left: var(--phenomena-x, 50%);
  top: var(--phenomena-y, 50%);
  animation-delay: var(--phenomena-delay, 0s) !important;
}

html[data-world="ocean"] .world-phenomena::before {
  opacity: 0.2;
  background:
    repeating-radial-gradient(ellipse at 24% 16%, transparent 0 26px, rgba(98, 234, 241, 0.14) 28px 29px, transparent 31px 48px),
    repeating-radial-gradient(ellipse at 72% 68%, transparent 0 34px, rgba(87, 193, 224, 0.1) 36px 37px, transparent 39px 62px);
  filter: blur(7px);
  mix-blend-mode: screen;
  animation: ocean-caustics 18s ease-in-out infinite alternate;
}

html[data-world="ocean"] .world-phenomena::after {
  inset: 0;
  opacity: 0.22;
  background: linear-gradient(112deg, transparent 0 20%, rgba(119, 239, 247, 0.12) 27%, transparent 35% 62%, rgba(54, 173, 213, 0.09) 68%, transparent 76%);
  transform-origin: top;
  animation: ocean-light 12s ease-in-out infinite alternate;
}

html[data-world="ocean"] .world-phenomena span {
  width: calc(4px + var(--phenomena-size, 0) * 1px);
  height: calc(4px + var(--phenomena-size, 0) * 1px);
  border: 1px solid rgba(135, 241, 247, 0.38);
  border-radius: 50%;
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.28), 0 0 12px rgba(91, 228, 237, 0.16);
  animation: ocean-bubble calc(11s + var(--phenomena-speed, 0) * 1s) linear infinite;
}

html[data-world="cosmos"] .world-phenomena::before {
  opacity: 0.54;
  background-image:
    radial-gradient(circle at 12% 22%, #fff 0 1px, transparent 1.5px),
    radial-gradient(circle at 27% 78%, rgba(196, 183, 255, 0.9) 0 1px, transparent 1.6px),
    radial-gradient(circle at 48% 35%, #fff 0 1px, transparent 1.4px),
    radial-gradient(circle at 69% 14%, rgba(255, 165, 132, 0.9) 0 1px, transparent 1.5px),
    radial-gradient(circle at 82% 64%, #fff 0 1px, transparent 1.6px),
    radial-gradient(circle at 94% 31%, rgba(185, 171, 255, 0.9) 0 1px, transparent 1.5px);
  background-size: 190px 170px, 260px 230px, 330px 290px, 410px 370px, 490px 430px, 570px 510px;
  animation: cosmos-drift 42s linear infinite;
}

html[data-world="cosmos"] .world-phenomena::after {
  inset: -42%;
  opacity: 0.18;
  background: conic-gradient(from 20deg, transparent 0 24%, rgba(164, 139, 255, 0.34) 29%, transparent 36% 58%, rgba(255, 148, 120, 0.22) 64%, transparent 72%);
  filter: blur(46px);
  animation: cosmos-nebula 34s linear infinite;
}

html[data-world="cosmos"] .world-phenomena span {
  width: calc(34px + var(--phenomena-size, 0) * 3px);
  height: 1px;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(214, 205, 255, 0.92));
  box-shadow: 8px 0 12px rgba(164, 139, 255, 0.6);
  transform: rotate(16deg);
  animation: cosmos-streak calc(8s + var(--phenomena-speed, 0) * 1.3s) linear infinite;
}

html[data-world="earth"] .world-phenomena::before {
  inset: 0;
  opacity: 0.16;
  background:
    repeating-radial-gradient(ellipse at 100% 40%, transparent 0 48px, rgba(232, 188, 101, 0.2) 50px 51px, transparent 53px 82px),
    repeating-radial-gradient(ellipse at 0 84%, transparent 0 64px, rgba(241, 147, 106, 0.12) 66px 67px, transparent 69px 103px);
  mask-image: linear-gradient(to bottom, transparent, black 22%, black 84%, transparent);
  animation: earth-contours 20s ease-in-out infinite alternate;
}

html[data-world="earth"] .world-phenomena::after {
  inset: 0;
  opacity: 0.14;
  background: repeating-linear-gradient(174deg, transparent 0 78px, rgba(242, 202, 135, 0.17) 79px, transparent 80px 128px);
  animation: earth-strata 24s ease-in-out infinite alternate;
}

html[data-world="earth"] .world-phenomena span {
  width: calc(1px + var(--phenomena-size, 0) * 0.35px);
  height: calc(1px + var(--phenomena-size, 0) * 0.35px);
  border-radius: 50%;
  opacity: 0;
  background: rgba(240, 202, 133, 0.74);
  box-shadow: 0 0 8px rgba(232, 188, 101, 0.28);
  animation: earth-dust calc(12s + var(--phenomena-speed, 0) * 1.4s) ease-in-out infinite;
}

html[data-world="sky"] .world-phenomena::before {
  inset: -20% -12%;
  opacity: 0.32;
  background:
    radial-gradient(ellipse at 18% 42%, rgba(255, 255, 255, 0.9), transparent 30%),
    radial-gradient(ellipse at 54% 66%, rgba(255, 255, 255, 0.68), transparent 25%),
    radial-gradient(ellipse at 88% 28%, rgba(255, 247, 226, 0.72), transparent 26%);
  filter: blur(32px);
  animation: sky-cloudbank 27s ease-in-out infinite alternate;
}

html[data-world="sky"] .world-phenomena::after {
  inset: -40% auto auto -20%;
  width: 72vw;
  aspect-ratio: 1;
  opacity: 0.34;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 245, 196, 0.86), rgba(255, 235, 173, 0.19) 26%, transparent 66%);
  filter: blur(3px);
  animation: sky-sun 9s ease-in-out infinite alternate;
}

html[data-world="sky"] .world-phenomena span {
  width: calc(52px + var(--phenomena-size, 0) * 7px);
  height: calc(16px + var(--phenomena-size, 0) * 2px);
  opacity: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
  filter: blur(12px);
  animation: sky-wisp calc(20s + var(--phenomena-speed, 0) * 2.4s) linear infinite;
}

html[data-world="forest"] .world-phenomena::before {
  inset: -10%;
  opacity: 0.2;
  background: repeating-conic-gradient(from 184deg at 52% -10%, transparent 0deg 7deg, rgba(239, 207, 130, 0.28) 8deg, transparent 9deg 20deg);
  filter: blur(9px);
  mask-image: linear-gradient(to bottom, black, transparent 68%);
  animation: forest-rays 14s ease-in-out infinite alternate;
}

html[data-world="forest"] .world-phenomena::after {
  inset: 0;
  opacity: 0.2;
  background:
    radial-gradient(circle at 15% 78%, rgba(86, 145, 88, 0.32), transparent 22%),
    radial-gradient(circle at 72% 63%, rgba(239, 207, 130, 0.18), transparent 18%);
  animation: forest-breathe 10s ease-in-out infinite alternate;
}

html[data-world="forest"] .world-phenomena span {
  width: calc(2px + var(--phenomena-size, 0) * 0.7px);
  height: calc(2px + var(--phenomena-size, 0) * 0.7px);
  border-radius: 50%;
  background: #ffe6a1;
  box-shadow: 0 0 8px 2px rgba(239, 207, 130, 0.6), 0 0 22px 7px rgba(131, 191, 120, 0.14);
  animation: forest-firefly calc(8s + var(--phenomena-speed, 0) * 1.2s) ease-in-out infinite;
}

.motion-control {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding-top: 22px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
}

.motion-control small {
  color: var(--accent);
  font-size: var(--font-label);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.motion-control b {
  display: block;
  margin-top: 3px;
  font-size: 1rem;
}

.motion-control p {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: var(--font-small);
}

.motion-control button {
  min-width: 176px;
  min-height: 50px;
  padding: 10px 16px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--text);
  background: var(--panel);
  font-size: var(--font-button);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.05;
  white-space: nowrap;
}

.motion-control button[aria-pressed="true"] {
  border-color: var(--accent);
  color: var(--bg-deep);
  background: var(--accent);
}


html[data-motion="off"] .world-phenomena,
html[data-motion="off"] .particle-field,
html[data-motion="off"] .interaction-field,
html[data-motion="off"] .cursor-light,
html[data-motion="off"] .hero-scan {
  display: none;
}

html[data-motion="off"] .page-hero::before,
html[data-motion="off"] .world-pulse::after,
html[data-motion="off"] .hero-note i,
html[data-motion="off"] .screen-wave {
  animation: none;
}

html[data-motion="off"] [data-reveal] {
  opacity: 1;
  transform: none;
  transition: none;
}

html[data-motion="off"] .hero-media img,
html[data-motion="off"] [data-tilt],
html[data-motion="off"] [data-magnetic] {
  transform: none !important;
}

main > .section,
main > .closing-cta,
main > .inline-offer,
main > .human-strip,
main > .payment-strip,
main > .promise-band {
  content-visibility: auto;
  contain-intrinsic-size: auto 860px;
}

@view-transition {
  navigation: auto;
}

::view-transition-old(root) {
  animation: view-fade-old 0.28s ease both;
}

::view-transition-new(root) {
  animation: view-fade-new 0.5s var(--ease) both;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

.page-enter {
  animation: page-enter 0.6s var(--ease) both;
}

.page-leave {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

@keyframes pulse-ring {
  0% { transform: scale(0.45); opacity: 0.9; }
  90%, 100% { transform: scale(1.45); opacity: 0; }
}

@keyframes status-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.8); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes scan {
  from { transform: translateY(-30%); }
  to { transform: translateY(390%); }
}

@keyframes ecosystem-breathe {
  0%, 100% { opacity: 0.26; transform: scale(0.96) rotate(-2deg); }
  50% { opacity: 0.58; transform: scale(1.04) rotate(2deg); }
}

@keyframes signal-breathe {
  0%, 100% { opacity: 0.18; transform: scaleX(0.72); }
  50% { opacity: 0.62; transform: scaleX(1); }
}

@keyframes radar {
  to { transform: rotate(360deg); }
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

@keyframes page-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: none; }
}

@keyframes phone-digit-arrive {
  0% { opacity: 0; filter: blur(6px); transform: translate3d(var(--digit-x), var(--digit-y), 0) scale(0.94); }
  62% { opacity: 1; filter: blur(0); transform: translate3d(-4px, 0, 0) scale(1.015); }
  82% { transform: translate3d(1px, 0, 0) scale(0.995); }
  100% { opacity: 1; filter: none; text-shadow: 0 0 12px rgba(var(--accent-rgb), 0.3); transform: none; }
}

@keyframes phone-line {
  to { transform: scaleX(1); }
}

@keyframes ocean-caustics {
  0% { transform: translate3d(-2%, -1%, 0) rotate(-2deg) scale(1); }
  100% { transform: translate3d(3%, 2%, 0) rotate(3deg) scale(1.08); }
}

@keyframes ocean-light {
  0% { opacity: 0.12; transform: skewX(-5deg) translateX(-4%); }
  100% { opacity: 0.28; transform: skewX(4deg) translateX(5%); }
}

@keyframes ocean-bubble {
  0% { opacity: 0; transform: translate3d(0, 28vh, 0) scale(0.55); }
  14% { opacity: 0.48; }
  82% { opacity: 0.3; }
  100% { opacity: 0; transform: translate3d(calc(var(--phenomena-drift, 0) * 1px), -118vh, 0) scale(1.18); }
}

@keyframes cosmos-drift {
  to { transform: translate3d(-150px, 92px, 0); }
}

@keyframes cosmos-nebula {
  to { transform: rotate(360deg) scale(1.08); }
}

@keyframes cosmos-streak {
  0%, 68% { opacity: 0; transform: translate3d(-18vw, -8vh, 0) rotate(16deg) scaleX(0.25); }
  72% { opacity: 0.82; }
  88%, 100% { opacity: 0; transform: translate3d(32vw, 14vh, 0) rotate(16deg) scaleX(1.25); }
}

@keyframes earth-contours {
  0% { transform: translate3d(-1.5%, 0, 0) scale(1.02); }
  100% { transform: translate3d(2%, -1.5%, 0) scale(1.07); }
}

@keyframes earth-strata {
  0% { transform: translateY(-1%) rotate(-0.6deg); }
  100% { transform: translateY(2%) rotate(0.8deg); }
}

@keyframes earth-dust {
  0% { opacity: 0; transform: translate3d(-4vw, 16vh, 0) scale(0.7); }
  30% { opacity: 0.48; }
  70% { opacity: 0.34; }
  100% { opacity: 0; transform: translate3d(calc(9vw + var(--phenomena-drift, 0) * 1px), -26vh, 0) scale(1.15); }
}

@keyframes sky-cloudbank {
  0% { transform: translate3d(-5%, 0, 0) scale(1); }
  100% { transform: translate3d(6%, 2%, 0) scale(1.08); }
}

@keyframes sky-sun {
  0% { opacity: 0.2; transform: scale(0.96); }
  100% { opacity: 0.42; transform: scale(1.08); }
}

@keyframes sky-wisp {
  0% { opacity: 0; transform: translate3d(-28vw, 0, 0) scale(0.8); }
  18% { opacity: 0.32; }
  82% { opacity: 0.22; }
  100% { opacity: 0; transform: translate3d(112vw, calc(var(--phenomena-drift, 0) * 0.4px), 0) scale(1.2); }
}

@keyframes forest-rays {
  0% { opacity: 0.12; transform: translateX(-2%) rotate(-1deg); }
  100% { opacity: 0.25; transform: translateX(3%) rotate(1.5deg); }
}

@keyframes forest-breathe {
  0% { opacity: 0.12; transform: scale(0.98); }
  100% { opacity: 0.28; transform: scale(1.05); }
}

@keyframes forest-firefly {
  0%, 100% { opacity: 0.08; transform: translate3d(-12px, 14px, 0) scale(0.65); }
  28% { opacity: 0.92; transform: translate3d(14px, -8px, 0) scale(1.2); }
  52% { opacity: 0.24; transform: translate3d(25px, 9px, 0) scale(0.8); }
  76% { opacity: 0.72; transform: translate3d(-4px, -18px, 0) scale(1); }
}

@keyframes view-fade-old {
  to { opacity: 0; filter: blur(6px); transform: scale(0.992); }
}

@keyframes view-fade-new {
  from { opacity: 0; filter: blur(8px); transform: translateY(10px) scale(1.006); }
  to { opacity: 1; filter: none; transform: none; }
}

@media (max-width: 1700px) {
  .phone-link {
    display: none;
  }
}

@media (max-width: 1320px) {
  .site-header {
    padding-inline: 18px;
  }

  .primary-nav {
    gap: 1px;
    padding: 3px;
  }

  .primary-nav > a,
  .nav-parent {
    padding-inline: 8px;
    font-size: 0.96rem;
    letter-spacing: 0.015em;
  }

  .brand {
    gap: 8px;
  }

  .brand small,
  .world-toggle small,
  .visual-mode-toggle small {
    display: none;
  }

  .header-actions {
    gap: 6px;
  }

  .world-toggle,
  .visual-mode-toggle {
    min-width: 0;
    min-height: 42px;
    padding-inline: 8px 10px;
  }

  .world-toggle > span:last-child,
  .visual-mode-toggle > span:last-child {
    line-height: 1;
  }
}

@media (max-width: 1180px) {
  .world-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-type-grid,
  .pricing-grid.web-pricing {
    grid-template-columns: 1fr 1fr;
  }

  .service-type-grid > :last-child,
  .pricing-grid.web-pricing > :last-child {
    grid-column: 1 / -1;
  }

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

  .include-grid,
  .symptom-grid,
  .it-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1240px) {
  :root {
    --header-h: 64px;
    --image-radius: 4px;
    --mobile-hero-h: 62.5vw;
  }

  html {
    scroll-behavior: auto;
    scroll-padding-top: calc(var(--header-h) + 14px);
  }

  body {
    min-width: 280px;
    overflow-x: hidden;
  }

  body::before,
  .scroll-progress,
  .cursor-light,
  .interaction-field,
  .particle-field,
  .world-phenomena,
  .hero-grid-lines,
  .hero-scan,
  .hero-vignette,
  .page-hero::before {
    display: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  main > .section,
  main > .closing-cta,
  main > .inline-offer,
  main > .human-strip,
  main > .payment-strip,
  main > .promise-band {
    content-visibility: visible !important;
    contain-intrinsic-size: none !important;
  }

  .page-enter,
  .page-leave {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }

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

  h1, h2, h3, p, .section-heading, .section-heading > *, .hero-copy, .hero-copy > *, .worlds-showcase > *, .closing-cta > * {
    min-width: 0;
    max-width: 100%;
  }

  .section-label {
    flex-wrap: wrap;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    gap: 6px 8px;
  }

  .section-label span,
  .section-label b,
  h1, h2, h3, em {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .site-header,
  .site-header.scrolled {
    z-index: 250;
    width: 100%;
    max-width: 100vw;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: var(--header-h);
    padding: 6px 12px;
    border-color: var(--line);
    background: var(--bg-deep);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
    backdrop-filter: none;
    transition: none;
  }

  .phone-link {
    display: none;
  }

  .header-actions {
    justify-self: end;
    width: max-content;
    max-width: 100%;
    min-width: 0;
    gap: 5px;
  }

  .menu-toggle {
    z-index: 270;
    display: grid;
    flex: 0 0 auto;
  }

  .world-toggle,
  .visual-mode-toggle,
  .menu-toggle {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-toggle span,
  .nav-parent i {
    transition: none;
  }

  .menu-backdrop {
    position: fixed;
    inset: var(--header-h) 0 0;
    z-index: 230;
    display: none;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    background: rgba(1, 6, 9, 0.72);
    touch-action: manipulation;
  }

  body.menu-open .menu-backdrop:not([hidden]) {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: calc(var(--header-h) + 6px);
    right: 8px;
    left: auto;
    bottom: auto;
    z-index: 260;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    width: min(420px, calc(100vw - 16px));
    max-height: calc(100vh - var(--header-h) - 14px);
    max-height: calc(100dvh - var(--header-h) - 14px);
    padding: 8px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    background: var(--bg-deep);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.48);
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: none;
  }

  .primary-nav.open {
    display: flex;
  }

  .primary-nav > a,
  .nav-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 12px 14px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text);
    background: transparent;
    font-size: 1.02rem;
    font-weight: 720;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: none;
    white-space: normal;
    touch-action: manipulation;
  }

  .primary-nav > a[aria-current="page"],
  .nav-parent[aria-current="page"],
  .primary-nav > a:active,
  .nav-parent:active {
    border-color: rgba(var(--accent-rgb), 0.2);
    background: rgba(var(--accent-rgb), 0.10);
    box-shadow: inset 3px 0 0 var(--accent);
  }

  .primary-nav > a::after,
  .nav-parent::after {
    display: none;
  }

  .nav-group {
    display: grid;
    width: 100%;
  }

  .nav-parent i {
    flex: 0 0 auto;
    margin-left: 12px;
  }

  .nav-group.submenu-open .nav-parent i {
    transform: rotate(180deg);
  }

  .nav-submenu,
  .nav-group:hover .nav-submenu,
  .nav-group:focus-within .nav-submenu {
    position: static;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
    padding: 6px 2px 3px;
    visibility: visible;
    opacity: 1;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transform: none;
    transition: none;
  }

  .nav-group.submenu-open .nav-submenu {
    display: grid;
  }

  .nav-submenu a {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
    min-height: 50px;
    padding: 9px 10px;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: var(--text);
    background: rgba(var(--accent-rgb), 0.04);
    font-size: 0.98rem;
    line-height: 1.2;
    touch-action: manipulation;
  }

  .nav-submenu a[aria-current="page"],
  .nav-submenu a:active {
    border-color: var(--line-strong);
    background: rgba(var(--accent-rgb), 0.11);
  }

  .world-panel[hidden] {
    display: none !important;
  }

  .world-panel {
    z-index: 400;
    padding: 12px;
    visibility: visible;
    opacity: 1;
    transition: none;
    overscroll-behavior: contain;
  }

  .world-backdrop {
    background: rgba(1, 5, 8, 0.88);
    backdrop-filter: none;
    touch-action: manipulation;
  }

  .world-dialog {
    width: min(960px, 100%);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
    padding: 24px;
    overflow: auto;
    overscroll-behavior: contain;
    border-radius: 10px;
    background: var(--bg-deep);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.58);
    transform: none;
    transition: none;
    -webkit-overflow-scrolling: touch;
  }

  .world-dialog::before {
    inset: 6px;
    border-radius: 6px;
  }

  .world-grid {
    gap: 10px;
  }

  .world-choice,
  .visual-mode-options button,
  .button,
  .hero-offers a,
  .gateway-card,
  .contact-links a,
  .service-type > a,
  .it-service-grid article > a,
  .pricing-card > a,
  .human-strip > a,
  .payment-strip > a,
  .mobile-contact a {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .world-choice,
  .visual-mode-options button,
  .button,
  .hero-offers a,
  .gateway-card,
  .contact-links a {
    transition: none !important;
  }

  .button,
  .hero-actions .button,
  .closing-cta .button {
    min-height: 52px;
  }

  .button > span {
    white-space: normal;
  }

  .button::before,
  .service-type::before,
  .it-service-grid article::before,
  .pricing-card::before,
  .contact-form::before {
    pointer-events: none;
  }

  .service-type > a,
  .it-service-grid article > a,
  .pricing-card > a,
  .human-strip > a,
  .payment-strip > a {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-block: 10px;
    line-height: 1.25;
  }

  .page-hero,
  .page-hero.compact {
    min-height: 0;
    padding-top: calc(var(--header-h) + var(--mobile-hero-h));
    background: var(--bg-deep);
  }

  .hero-media {
    top: var(--header-h);
    right: 0;
    bottom: auto;
    left: 0;
    height: var(--mobile-hero-h);
    overflow: hidden;
    background: var(--bg-deep);
    pointer-events: none;
  }

  .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: none !important;
    transition: none !important;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(2, 8, 12, 0.00) 0%, rgba(2, 8, 12, 0.025) 76%, var(--bg-deep) 100%);
  }

  html[data-world="sky"] .page-hero,
  html[data-world="sky"] .page-hero.compact,
  html[data-world="sky"] .hero-media {
    background: #0a2230;
  }

  html[data-world="sky"] .hero-media::after {
    background: linear-gradient(180deg, rgba(5, 20, 30, 0.00) 0%, rgba(5, 20, 30, 0.035) 76%, #0a2230 100%);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 34px 72px;
  }

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

  .section-heading,
  .split-section,
  .worlds-showcase,
  .diagnostic-band,
  .model-lab,
  .service-flow,
  .contact-section,
  .upgrade-path,
  .human-strip,
  .inline-offer,
  .payment-strip,
  .promise-band,
  .closing-cta {
    grid-template-columns: 1fr;
  }

  .sticky-copy,
  .contact-info {
    position: static;
  }

  .closing-cta > * {
    min-width: 0;
  }

  .closing-cta > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
    min-width: 0;
  }

  .timeline::before {
    display: none;
  }

  .spotlight-visual,
  .model-visual-card {
    width: min(100%, 560px);
    min-height: 0;
    aspect-ratio: 4 / 5;
    justify-self: center;
    border-radius: var(--image-radius);
  }

  .spotlight-photo,
  .model-visual-card .spotlight-photo {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: var(--image-radius);
    object-fit: cover;
    object-position: center;
  }

  .world-thumb,
  .world-thumb img,
  .mini-worlds button,
  .mini-worlds img {
    border-radius: var(--image-radius);
  }

  #price-cards {
    scroll-margin-top: calc(var(--header-h) + 14px);
  }

  .contact-form {
    scroll-margin-top: calc(var(--header-h) + 14px);
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 62px;
  }

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

  .section {
    padding-block: 64px;
  }

  .brand small,
  .world-toggle > span:last-child,
  .visual-mode-toggle > span:last-child {
    display: none;
  }

  .world-toggle,
  .visual-mode-toggle,
  .menu-toggle {
    display: grid;
    place-items: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 9px;
    background: rgba(var(--accent-rgb), 0.06);
    backdrop-filter: none;
  }

  .world-pulse,
  .visual-mode-icon {
    width: 22px;
    height: 22px;
  }

  .hero-foot {
    display: none;
  }

  .hero-actions {
    display: grid;
    gap: 9px;
  }

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

  .gateway-grid,
  .service-type-grid,
  .it-service-grid,
  .pricing-grid,
  .pricing-grid.web-pricing,
  .include-grid,
  .symptom-grid,
  .it-process-grid,
  .expectation-grid,
  .timeline,
  .speed-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gateway-grid > :last-child:nth-child(odd),
  .service-type-grid > :last-child:nth-child(odd),
  .pricing-grid.web-pricing > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

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

  .mini-worlds {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    transform: none;
  }

  .mini-worlds button,
  .mini-worlds button:nth-child(even),
  .mini-worlds button:hover,
  .mini-worlds button[aria-pressed="true"] {
    min-height: 160px;
    transform: none;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --header-h: 60px;
    --mobile-hero-h: 62.5vw;
  }

  body {
    padding-bottom: 0;
  }

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

  .section {
    padding-block: 52px;
  }

  h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  h3 {
    font-size: clamp(1.18rem, 5.4vw, 1.42rem);
  }

  .site-header,
  .site-header.scrolled {
    min-height: var(--header-h);
    padding: 5px 7px;
  }

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

  .brand img {
    width: 34px;
    height: 34px;
    filter: none;
  }

  .brand strong {
    font-size: 0.93rem;
    white-space: nowrap;
  }

  .header-actions {
    gap: 3px;
  }

  .world-toggle,
  .visual-mode-toggle,
  .menu-toggle {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .primary-nav {
    top: calc(var(--header-h) + 5px);
    right: 5px;
    width: calc(100vw - 10px);
    max-height: calc(100vh - var(--header-h) - 10px - env(safe-area-inset-bottom));
    max-height: calc(100dvh - var(--header-h) - 10px - env(safe-area-inset-bottom));
    padding: 7px;
  }

  .primary-nav > a,
  .nav-parent {
    min-height: 50px;
    padding: 11px 12px;
    font-size: 1rem;
  }

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

  .nav-submenu a {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 48px;
    padding: 8px;
    font-size: 0.95rem;
  }

  .world-panel {
    place-items: end center;
    padding: 5px;
  }

  .world-dialog {
    width: 100%;
    max-height: calc(100vh - 10px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    max-height: calc(100dvh - 10px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    padding: 17px 11px 13px;
    border-radius: 10px;
  }

  .world-dialog-head {
    gap: 10px;
  }

  .world-dialog h2 {
    margin-top: 10px;
  }

  .world-dialog > p {
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .world-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 14px;
  }

  .world-choice {
    min-width: 0;
    padding: 5px;
    border-radius: 7px;
  }

  .world-choice:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
  }

  .world-choice > span:nth-child(2) {
    min-width: 0;
    padding: 2px 3px 4px;
  }

  .world-choice em,
  .world-choice > i {
    display: none;
  }

  .visual-mode-panel {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-top: 12px;
    margin-top: 12px;
  }

  .visual-mode-panel p {
    margin-top: 2px;
    font-size: 0.96rem;
  }

  .visual-mode-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }

  .visual-mode-options button {
    min-width: 0;
    min-height: 44px;
    padding: 8px 4px;
    font-size: 0.95rem;
  }

  .motion-control {
    display: none;
  }

  .hero-inner {
    padding-block: 28px 60px;
  }

  .hero-copy h1 {
    margin-top: 12px;
  }

  .hero-copy > p {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .page-hero .section-label b {
    display: none;
  }

  .hero-note {
    align-items: flex-start;
    line-height: 1.4;
  }

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

  .contact-info,
  .contact-form,
  .contact-links {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .contact-links {
    grid-template-columns: 1fr;
  }

  .contact-links a,
  .contact-links b,
  .contact-links span {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

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

  .hero-phone-sequence > em {
    grid-column: 1;
    grid-row: auto;
    margin-top: 5px;
  }

  .phone-digits {
    font-size: clamp(1.55rem, 8vw, 2rem);
    white-space: normal;
  }

  .gateway-grid,
  .service-type-grid,
  .it-service-grid,
  .pricing-grid,
  .pricing-grid.web-pricing,
  .include-grid,
  .symptom-grid,
  .it-process-grid,
  .expectation-grid,
  .timeline,
  .speed-steps,
  .model-chip-grid {
    grid-template-columns: 1fr;
  }

  .gateway-grid > :last-child:nth-child(odd),
  .service-type-grid > :last-child:nth-child(odd),
  .pricing-grid.web-pricing > :last-child:nth-child(odd) {
    grid-column: auto;
  }

  .gateway-card,
  .service-type,
  .it-service-grid article,
  .pricing-card,
  .symptom-grid article,
  .expectation-grid article,
  .it-process-grid article,
  .contact-form,
  .human-strip,
  .inline-offer,
  .payment-strip,
  .promise-band,
  .closing-cta {
    padding: 22px;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    font-size: 16px;
  }

  .contact-form input,
  .contact-form select {
    height: 54px;
  }

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

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 26px 16px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .mobile-contact {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px;
    width: calc(100% - 10px);
    margin: 0 5px max(5px, env(safe-area-inset-bottom));
    padding: 4px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--bg-deep);
    box-shadow: none;
  }

  .mobile-contact a {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 48px;
    padding: 7px 5px;
    border-radius: 5px;
    color: var(--muted);
    font-size: 0.98rem;
    font-weight: 760;
    line-height: 1.1;
    text-align: center;
    white-space: normal;
  }

  .mobile-contact a:first-child {
    color: var(--bg-deep);
    background: var(--accent);
  }


  .special-body {
    padding-bottom: 0;
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-brand {
    grid-column: auto;
  }

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

  .card-tag {
    position: static;
    align-self: flex-start;
    order: -1;
    max-width: 100%;
    margin-bottom: 10px;
    white-space: normal;
  }

  .pricing-card h3 {
    margin-top: 22px;
  }
}

@media (max-width: 380px) {
  .shell {
    width: min(var(--shell), calc(100% - 18px));
  }

  .brand span {
    display: none;
  }

  .brand {
    min-width: 34px;
  }

  .world-toggle,
  .visual-mode-toggle,
  .menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  h1 {
    font-size: clamp(1.88rem, 10vw, 2.22rem);
  }

  h2 {
    font-size: clamp(1.56rem, 8.2vw, 1.92rem);
  }

  .nav-submenu {
    grid-template-columns: 1fr;
  }

  .visual-mode-options button {
    padding-inline: 3px;
    font-size: 0.91rem;
  }

  .world-choice:last-child:nth-child(odd) {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .gateway-card,
  .service-type,
  .it-service-grid article,
  .pricing-card,
  .symptom-grid article,
  .expectation-grid article,
  .it-process-grid article,
  .contact-form,
  .human-strip,
  .inline-offer,
  .payment-strip,
  .promise-band,
  .closing-cta {
    padding: 18px;
  }
}

@media (max-height: 560px) and (max-width: 1240px) {
  :root {
    --header-h: 56px;
  }

  .site-header,
  .site-header.scrolled {
    min-height: var(--header-h);
    padding-block: 3px;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .world-toggle,
  .visual-mode-toggle,
  .menu-toggle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .primary-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    max-height: calc(100vh - var(--header-h) - 8px);
    max-height: calc(100dvh - var(--header-h) - 8px);
  }

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

  .primary-nav > a,
  .nav-parent {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.94rem;
  }

  .nav-group {
    grid-column: 1 / -1;
  }

  .nav-submenu a {
    min-height: 44px;
    padding-block: 7px;
  }

  .world-dialog {
    max-height: calc(100vh - 8px);
    max-height: calc(100dvh - 8px);
    padding-block: 12px;
  }
}

@media (pointer: coarse), (max-width: 1240px) {
  .cursor-light,
  .interaction-field,
  .particle-field,
  .world-phenomena,
  .hero-scan {
    display: none !important;
  }

  [data-tilt],
  [data-magnetic] {
    transform: none !important;
  }

  .world-pulse::after,
  .hero-note i,
  .screen-wave,
  .signal-dot,
  .page-hero::before {
    animation: none !important;
  }

  .button:hover::before {
    transform: translateX(-130%);
  }

  .button:hover b,
  .world-choice:hover,
  .mini-worlds button:hover,
  .gateway-card:hover {
    transform: none !important;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .particle-field,
  .cursor-light,
  .interaction-field,
  .world-phenomena {
    display: none;
  }

  .phone-digits b {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .hero-phone-sequence::after {
    transform: scaleX(1);
  }
}

@media print {
  .site-header,
  .world-panel,
  .particle-field,
  .interaction-field,
  .cursor-light,
  .world-phenomena,
  .mobile-contact,
  .hero-media,
  .hero-foot {
    display: none !important;
  }

  body,
  .page-hero {
    color: #111;
    background: white;
  }

  .page-hero {
    min-height: 0;
    padding-top: 40px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-block: 20px;
  }
}
