/* =========================================================
   1. DESIGN TOKENS
   ========================================================= */

:root {
  --bg: #08111f;
  --bg-deep: #060d18;
  --surface: #0d1728;
  --surface-2: #111d31;
  --surface-3: #15223a;

  --ink: #f7f9ff;
  --ink-dark: #101421;
  --muted: #909bb0;
  --muted-light: #b4bdd0;

  --line: rgba(255, 255, 255, 0.09);
  --line-light: #dde3ed;

  --accent: #755cff;
  --accent-2: #a45cff;
  --accent-soft: rgba(117, 92, 255, 0.14);
  --success: #31d693;

  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);

  /* Project grid — LOCKED */
  --container: 1180px;
}


/* =========================================================
   2. RESET / DOCUMENT BASE
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.dialog-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

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


/* =========================================================
   3. GLOBAL TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 5vw, 2.8rem);
  font-weight: 790;
  line-height: 1.11;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4.6vw, 4rem);
  font-weight: 760;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

/* Shared section eyebrow / kicker. Individual blocks may override color. */
.eyebrow {
  margin-bottom: 14px;
  color: #8f79ff;
  font-size: 0.74rem;
  font-weight: 830;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}


/* =========================================================
   4. ACCESSIBILITY
   ========================================================= */

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: #111827;
  border-radius: 8px;
  transform: translateY(-140%);
}

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

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(117, 92, 255, 0.32);
  outline-offset: 3px;
}


/* =========================================================
   5. GLOBAL LAYOUT
   ========================================================= */

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

/* Generic section primitives. Block-specific section geometry stays
   in the block migration passes. */
.section {
  padding: clamp(78px, 9vw, 124px) 0;
  color: var(--ink-dark);
  background: #fff;
}

.section-soft {
  background: #f4f6fa;
}

.section-dark {
  color: #fff;
  background: #0a1322;
}

.section-head {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 46px;
}

.section-head.compact {
  grid-template-columns: 1fr;
}

.section-head > p {
  color: #626a7a;
}

.section-head-light > p {
  color: #aeb6cc;
}


/* =========================================================
   6. SHARED BUTTONS
   ========================================================= */

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 13px 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(117, 92, 255, 0.22);
  font-weight: 760;
  line-height: 1.2;
  transition:
    transform 160ms ease,
    filter 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}

.button:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.button-small {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.86rem;
}

.button-ghost {
  color: #e8ebf4;
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: none;
}

.button-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.button-light {
  color: #171326;
  background: #fff;
  border-color: #fff;
  box-shadow: none;
}

.button-light:hover {
  color: #171326;
  background: #f4f2ff;
  border-color: #f4f2ff;
}


/* =========================================================
   7. LEAD DIALOG / FORM
   Shared component, not a page block.
   ========================================================= */

.lead-dialog {
  width: min(calc(100% - 28px), 640px);
  max-height: min(88vh, 820px);
  padding: 0;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
}

.lead-dialog::backdrop {
  background: rgba(4, 8, 15, 0.78);
  backdrop-filter: blur(4px);
}

.lead-form {
  position: relative;
  padding: clamp(28px, 6vw, 48px);
  color: var(--ink-dark);
  background: #fff;
}

.lead-form h2 {
  padding-right: 30px;
  font-size: clamp(2rem, 5vw, 3rem);
}

.lead-form > p:not(.eyebrow):not(.form-note) {
  margin-bottom: 26px;
  color: #626a7a;
}

.lead-form label {
  display: block;
  margin-bottom: 16px;
}

.lead-form label > span {
  display: block;
  margin-bottom: 7px;
  font-size: 0.88rem;
  font-weight: 720;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink-dark);
  background: #fff;
  border: 1px solid #d7ddea;
  border-radius: 10px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #555d6e;
  background: #f3f5f9;
  border: 0;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 1;
}

.form-note {
  min-height: 22px;
  margin: 14px 0 0;
  color: #626a7a;
  font-size: 0.88rem;
}


/* =========================================================
   8. FOUNDATION RESPONSIVE
   Only shared/global rules live here. Page blocks are migrated later.
   ========================================================= */

@media (max-width: 980px) {
  .section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .section-head > p {
    max-width: 720px;
  }
}

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


/* =========================================================
   9. REDUCED MOTION
   ========================================================= */

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

/* =========================================================
   10. HEADER / NAVIGATION
   Authoritative clean implementation.
   LOCKED geometry: 1180px grid, approved WA Lab logo,
   MAX + Telegram, compact nav, CTA aligned to the same grid.
   ========================================================= */

.site-header .container.header-inner {
  width: min(calc(100% - 40px), var(--container));
  max-width: var(--container);
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(255,255,255,.065);
  background:
    linear-gradient(90deg, rgba(8,17,31,.955), rgba(11,22,41,.90) 50%, rgba(8,17,31,.955));
  box-shadow: 0 10px 34px rgba(0,0,0,.10);
  -webkit-backdrop-filter: blur(18px) saturate(122%);
  backdrop-filter: blur(18px) saturate(122%);
}

/* Desktop composition:
   logo | flexible air | messengers | nav | CTA
   CTA aligns to the exact right edge of the same 1180px site container. */
.header-inner {
  position: relative;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(28px,1fr) auto auto auto;
  align-items: center;
  column-gap: 0;
}

/* Mobile navigation trigger. */
.nav-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: #fff;
  background: rgba(17, 29, 49, .94);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.nav-toggle span:not(.sr-only) {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  display: block;
  width: auto;
  height: 2px;
  margin: 0;
  background: currentColor;
  border-radius: 999px;
  transform-origin: center;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle span:nth-of-type(2) {
  transform: translateY(-7px);
}

.nav-toggle span:nth-of-type(3) {
  transform: translateY(-1px);
}

.nav-toggle span:nth-of-type(4) {
  transform: translateY(5px);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
  transform: translateY(-1px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-of-type(4) {
  transform: translateY(-1px) rotate(-45deg);
}

/* ---------- Approved WA Lab logo ---------- */
.site-header .brand-reference-logo {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  line-height: 1;
}

.site-header .brand-reference-full {
  display: block;
  width: auto;
  height: 48px;
  max-width: none;
  object-fit: contain;
  opacity: .99;
  transform: translateY(.2px);
  transition:
    opacity 150ms ease,
    transform 150ms ease,
    filter 150ms ease;
}

.site-header .brand-reference-mark {
  display: none;
  width: 40px;
  height: 40px;
  max-width: none;
  object-fit: contain;
}

.site-header .brand-reference-logo:hover .brand-reference-full,
.site-header .brand-reference-logo:focus-visible .brand-reference-full {
  opacity: 1;
  transform: translateY(-.35px);
  filter: brightness(1.018);
}

/* ---------- Messengers: approved but clearly secondary ---------- */
.header-messengers {
  position: relative;
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 9px;
  margin-right: 12px;
  padding-right: 12px;
}

.header-messengers::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(164,164,196,.10), transparent);
  box-shadow: 0 0 7px rgba(117,92,255,.022);
  transform: translateY(-50%);
  pointer-events: none;
}

.messenger-app {
  position: relative;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  opacity: .77;
  filter:
    saturate(.88)
    drop-shadow(0 3px 6px rgba(0,0,0,.045));
  transition:
    transform 150ms ease,
    opacity 150ms ease,
    filter 150ms ease;
}

.messenger-max {
  opacity: .72;
  filter:
    saturate(.82)
    drop-shadow(0 3px 6px rgba(0,0,0,.040));
}

.messenger-telegram {
  opacity: .77;
  filter:
    saturate(.90)
    drop-shadow(0 3px 6px rgba(0,0,0,.045));
}

.messenger-app svg {
  width: 29px;
  height: 29px;
}

.messenger-app:hover,
.messenger-app:focus-visible {
  opacity: 1;
  transform: translateY(-1px) scale(1.03);
  filter:
    saturate(1)
    drop-shadow(0 5px 9px rgba(0,0,0,.11));
}

/* ---------- Top navigation ---------- */
.site-nav {
  position: relative;
  grid-column: 4;
  display: flex;
  min-width: 360px;
  align-items: center;
  margin-left: 0;
  margin-right: 12px;
  padding: 0 12px 0 0;
}

.site-nav::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(164,164,196,.072), transparent);
  box-shadow: 0 0 6px rgba(117,92,255,.014);
  transform: translateY(-50%);
  pointer-events: none;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-item {
  position: relative;
}


.nav-link,
.nav-services-toggle {
  position: relative;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  color: #dce1ec;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .9375rem; /* 15px */
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.012em;
  white-space: nowrap;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-services-toggle:hover,
.nav-services-toggle:focus-visible,
.nav-services.is-open > .nav-services-toggle {
  color: #fff;
  background: rgba(255,255,255,.035);
  border-color: rgba(151,132,255,.10);
  transform: translateY(-1px);
}

/* One icon system for all three top-level items. */
.nav-top-icon {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  color: rgba(184,190,207,.84);
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: .88;
  transition:
    color 150ms ease,
    opacity 150ms ease,
    transform 150ms ease;
}

.nav-list > .nav-item:nth-child(2) .nav-top-icon {
  opacity: .94;
}

.nav-list > .nav-item:nth-child(3) .nav-top-icon {
  opacity: .90;
}

.nav-top-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-link:hover .nav-top-icon,
.nav-link:focus-visible .nav-top-icon,
.nav-services.is-open > .nav-services-toggle .nav-top-icon {
  color: #d7dbe7;
  opacity: 1;
  transform: translateY(-1px);
}

/* Dropdown indicator remains obvious but quieter than the service icon/text. */
.nav-chevron {
  width: 15px;
  height: 15px;
  margin-left: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .69;
  transition: transform 150ms ease, opacity 150ms ease;
}

.nav-services-toggle:hover .nav-chevron,
.nav-services-toggle:focus-visible .nav-chevron,
.nav-services.is-open > .nav-services-toggle .nav-chevron {
  opacity: 1;
}

.nav-services.is-open > .nav-services-toggle .nav-chevron {
  transform: rotate(180deg);
}

/* Multipage active state: premium, restrained, no pill. */
.nav-link[aria-current="page"],
.nav-services-toggle.is-current {
  color: #fff;
}

.nav-link[aria-current="page"]::before,
.nav-services-toggle.is-current::before {
  position: absolute;
  right: 9px;
  bottom: 4px;
  left: 9px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(143,121,255,.95), transparent);
  box-shadow: 0 0 8px rgba(117,92,255,.24);
}

/* ---------- Header CTA ---------- */
.header-cta {
  grid-column: 5;
  position: relative;
  z-index: 4;
  display: inline-flex;
  min-height: 44px;
  min-width: 178px;
  gap: 11px;
  justify-self: end;
  margin-left: 0;
  padding: 10px 22px 10px 20px;
  border-radius: 10px;
  font-size: .91rem;
  font-weight: 760;
  box-shadow:
    0 8px 20px rgba(117,92,255,.18),
    inset 0 1px 0 rgba(255,255,255,.15);
}

.header-cta-arrow {
  display: inline-block;
  margin-left: 2px;
  font-size: 1.02em;
  transform: translateY(.5px);
  transition: transform 150ms ease;
}

.header-cta:hover .header-cta-arrow {
  transform: translate(2px,.5px);
}

/* ---------- Reachable services dropdown ---------- */
.nav-services::before {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: -24px;
  width: 150px;
  height: 21px;
  content: "";
}

.nav-services-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  display: grid;
  width: min(650px, calc(100vw - 38px));
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 7px;
  padding: 11px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 0%, rgba(117,92,255,.11), transparent 18rem),
    linear-gradient(145deg, rgba(17,29,49,.99), rgba(8,17,31,.995));
  border: 1px solid rgba(255,255,255,.095);
  border-radius: 19px;
  box-shadow:
    0 26px 64px rgba(0,0,0,.34),
    0 7px 18px rgba(65,46,156,.045),
    inset 0 1px 0 rgba(255,255,255,.045);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-39%,8px);
  transition:
    opacity 150ms ease,
    visibility 150ms ease,
    transform 150ms ease;
}

.nav-services-menu::before {
  position: absolute;
  top: -6px;
  left: 31%;
  width: 12px;
  height: 12px;
  content: "";
  background: #101c30;
  border-top: 1px solid rgba(255,255,255,.08);
  border-left: 1px solid rgba(255,255,255,.08);
  transform: rotate(45deg);
}

.nav-services.is-open > .nav-services-menu,
.nav-services:focus-within > .nav-services-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-39%,0);
}

.nav-service-link {
  position: relative;
  display: grid;
  min-height: 74px;
  grid-template-columns: 36px minmax(0,1fr) 32px;
  align-items: center;
  gap: 11px;
  padding: 10px 9px 10px 10px;
  overflow: hidden;
  color: #e8edf7;
  background: rgba(255,255,255,.009);
  border: 1px solid transparent;
  border-radius: 12px;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.nav-service-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 28px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(143,121,255,.76), transparent);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 150ms ease;
}

.nav-service-link:hover,
.nav-service-link:focus-visible {
  color: #fff;
  background: rgba(117,92,255,.052);
  border-color: rgba(151,132,255,.12);
  transform: translateX(2px);
}

.nav-service-link:hover::before,
.nav-service-link:focus-visible::before {
  opacity: 1;
}

/* Service icons stay, but without glow / app-button weight. */
.nav-service-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #9b88f7;
  background: rgba(117,92,255,.052);
  border: 1px solid rgba(151,132,255,.095);
  border-radius: 10px;
  box-shadow: none;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease;
}

.nav-service-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-service-icon-error { color: #c88798; }
.nav-service-icon-speed { color: #aa9bf3; }

.nav-service-link:hover .nav-service-icon,
.nav-service-link:focus-visible .nav-service-icon {
  color: #d0c5ff;
  background: rgba(117,92,255,.09);
  border-color: rgba(175,158,255,.16);
}

.nav-service-copy {
  min-width: 0;
}

.nav-service-copy strong {
  display: block;
  color: inherit;
  font-size: .83rem;
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -.012em;
}

.nav-service-copy small {
  display: block;
  margin-top: 4px;
  color: #8791a5;
  font-size: .67rem;
  line-height: 1.32;
}

/* Premium marker stays, deliberately quieter. */
.nav-service-marker {
  position: relative;
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  justify-self: end;
  color: #a994f8;
  background:
    linear-gradient(#121e33,#121e33) padding-box,
    linear-gradient(135deg, rgba(117,92,255,.36), rgba(192,116,255,.09), rgba(255,255,255,.085)) border-box;
  border: 1px solid transparent;
  border-radius: 9px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
  transition:
    color 150ms ease,
    transform 150ms ease,
    background 150ms ease;
}

.nav-service-marker::after {
  position: absolute;
  width: 4px;
  height: 4px;
  right: 4px;
  bottom: 4px;
  content: "";
  background: #8f79ff;
  border-radius: 50%;
  opacity: .40;
}

.nav-service-marker svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-service-link:hover .nav-service-marker,
.nav-service-link:focus-visible .nav-service-marker {
  color: #fff;
  background:
    linear-gradient(rgba(117,92,255,.11),rgba(117,92,255,.07)) padding-box,
    linear-gradient(135deg, rgba(185,165,255,.56), rgba(164,92,255,.20), rgba(255,255,255,.14)) border-box;
  transform: translate(1px,-1px);
}

.site-header .nav-link:focus-visible,
.site-header .nav-services-toggle:focus-visible,
.site-header .messenger-app:focus-visible {
  outline: 2px solid rgba(143,121,255,.42);
  outline-offset: 3px;
}

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

/* =========================================================
   HEADER RESPONSIVE / QA MATRIX
   1920 → 320px. One authoritative responsive pass.
   ========================================================= */

/* ---------- 1180 / compact desktop ---------- */
@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: auto minmax(20px,1fr) auto auto auto;
    column-gap: 10px;
  }

  .site-header .brand-reference-full {
    height: 46px;
  }

  .header-messengers {
    gap: 8px;
    margin-right: 9px;
    padding-right: 9px;
  }

  .site-nav {
    min-width: 332px;
    margin-right: 9px;
    padding-right: 9px;
  }

  .nav-list {
    gap: 3px;
  }

  .nav-link,
  .nav-services-toggle {
    gap: 6px;
    padding-inline: 8px;
    font-size: .91rem;
  }

  .header-cta {
    min-width: 166px;
    padding-inline: 18px 20px;
    font-size: .875rem;
  }
}

/* ---------- 1024 / small desktop ---------- */
@media (max-width: 1024px) {
  .header-inner {
    grid-template-columns: auto minmax(16px,1fr) auto auto auto;
    column-gap: 8px;
  }

  .site-header .brand-reference-full {
    height: 44px;
  }

  .header-messengers {
    gap: 7px;
    margin-right: 7px;
    padding-right: 7px;
  }

  .messenger-app {
    width: 29px;
    height: 29px;
  }

  .messenger-app svg {
    width: 27px;
    height: 27px;
  }

  .site-nav {
    min-width: 0;
    margin-right: 7px;
    padding-right: 7px;
  }

  .nav-list {
    gap: 2px;
  }

  .nav-link,
  .nav-services-toggle {
    min-height: 44px;
    gap: 5px;
    padding-inline: 6px;
    font-size: .855rem;
  }

  .nav-top-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
  }

  .nav-top-icon svg {
    width: 15px;
    height: 15px;
  }

  .nav-chevron {
    width: 14px;
    height: 14px;
  }

  .header-cta {
    min-width: 0;
    gap: 8px;
    padding: 10px 15px;
    font-size: .80rem;
  }
}

/* ---------- 900–721 / tablet landscape and portrait ---------- */
@media (max-width: 900px) and (min-width: 721px) {
  .header-inner {
    grid-template-columns: auto minmax(12px,1fr) auto auto;
    column-gap: 8px;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    grid-column: 4;
    margin-right: 0;
    padding-right: 0;
  }

  .site-nav::after {
    display: none;
  }

  .header-messengers {
    margin-right: 8px;
    padding-right: 8px;
  }

  .nav-link,
  .nav-services-toggle {
    padding-inline: 7px;
    font-size: .86rem;
  }

  .nav-services-menu {
    position: fixed;
    top: 72px;
    right: 20px;
    left: 20px;
    width: auto;
    max-height: calc(100vh - 92px);
    max-height: calc(100dvh - 92px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transform: translateY(8px);
  }

  .nav-services-menu::before {
    display: none;
  }

  .nav-services.is-open > .nav-services-menu,
  .nav-services:focus-within > .nav-services-menu {
    transform: translateY(0);
  }
}

/* ---------- Mobile navigation ---------- */
@media (max-width: 720px) {
  .site-header .container.header-inner {
    width: min(calc(100% - 28px), var(--container));
  }

  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .header-inner {
    display: flex;
    min-height: 66px;
    gap: 12px;
  }

  .site-header .brand-reference-full {
    height: 42px;
  }

  .header-messengers {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    gap: 7px;
    margin: 0;
    padding: 0;
    transform: translate(-50%,-50%);
  }

  .header-messengers::after,
  .site-nav::after {
    display: none;
  }

  .messenger-app {
    width: 30px;
    height: 30px;
  }

  .messenger-app svg {
    width: 28px;
    height: 28px;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: static;
    order: 3;
    min-width: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 44px;
  }

  .nav-list {
    position: fixed;
    z-index: 1002;
    top: 66px;
    right: 14px;
    left: 14px;
    display: none;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    gap: 2px;
    padding: 10px;
    background: rgba(9,18,33,.985);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    box-shadow: 0 28px 70px rgba(0,0,0,.36);
  }

  .nav-list.is-open {
    display: block;
  }

  .nav-list li + li {
    margin-top: 2px;
  }

  .nav-item {
    position: static;
  }

  .nav-link,
  .nav-services-toggle {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    gap: 9px;
    padding: 9px 10px;
    color: #dbe0eb;
    border-radius: 10px;
    font-size: .91rem;
  }

  .nav-top-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .nav-top-icon svg {
    width: 17px;
    height: 17px;
  }

  .nav-chevron {
    width: 15px;
    height: 15px;
    margin-left: auto;
  }

  .nav-services::before,
  .nav-services-menu::before {
    display: none;
  }

  .nav-services-menu {
    position: static;
    display: none;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 4px;
    margin: 3px 0 8px;
    padding: 7px;
    background: rgba(255,255,255,.022);
    border: 1px solid rgba(255,255,255,.055);
    border-radius: 11px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav-services.is-open > .nav-services-menu,
  .nav-services:focus-within > .nav-services-menu {
    display: grid;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none !important;
  }

  .nav-service-link {
    min-height: 64px;
    grid-template-columns: 32px minmax(0,1fr) 28px;
    align-items: center;
    gap: 9px;
    padding: 8px;
  }

  .nav-service-icon {
    width: 31px;
    height: 31px;
    border-radius: 9px;
  }

  .nav-service-icon svg {
    width: 16px;
    height: 16px;
  }

  .nav-service-copy {
    min-width: 0;
  }

  .nav-service-copy strong,
  .nav-service-copy small {
    overflow-wrap: anywhere;
  }

  .nav-service-copy strong {
    font-size: .80rem;
  }

  .nav-service-copy small {
    font-size: .65rem;
  }

  .nav-service-marker {
    width: 27px;
    height: 27px;
  }

  .nav-mobile-cta {
    display: block;
    padding: 8px 2px 2px;
  }

  .nav-mobile-cta .button {
    display: flex;
    width: 100%;
    min-height: 48px;
    padding: 11px 12px;
    border-radius: 9px;
  }

  .nav-list a.nav-link {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 10px;
  }

  .nav-list a.nav-service-link {
    display: grid;
    min-height: 64px;
    grid-template-columns: 32px minmax(0,1fr) 28px;
    align-items: center;
    gap: 9px;
    padding: 8px;
    border-radius: 10px;
  }
}

/* ---------- 520 / narrow phones ---------- */
@media (max-width: 520px) {
  .header-inner {
    min-height: 64px;
  }

  .site-header .brand-reference-full {
    height: 40px;
  }

  .header-messengers {
    gap: 6px;
  }

  .messenger-app {
    width: 29px;
    height: 29px;
  }

  .messenger-app svg {
    width: 27px;
    height: 27px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .nav-list {
    top: 64px;
    max-height: calc(100vh - 76px);
    max-height: calc(100dvh - 76px);
  }
}

/* ---------- 430 / compact brand mode ---------- */
@media (max-width: 430px) {
  .site-header .brand-reference-full {
    display: none;
  }

  .site-header .brand-reference-mark {
    display: block;
    width: 40px;
    height: 40px;
  }

  .header-messengers {
    gap: 5px;
  }

  .nav-list {
    right: 12px;
    left: 12px;
    padding: 9px;
  }
}

/* ---------- 390 / 375 / 360 / 320 safety ---------- */
@media (max-width: 390px) {
  .site-header .container.header-inner {
    width: calc(100% - 24px);
  }

  .site-header .brand-reference-mark {
    width: 38px;
    height: 38px;
  }

  .messenger-app {
    width: 28px;
    height: 28px;
  }

  .messenger-app svg {
    width: 26px;
    height: 26px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    padding: 9px;
  }

  .nav-list {
    right: 10px;
    left: 10px;
  }
}

@media (max-width: 340px) {
  .site-header .container.header-inner {
    width: calc(100% - 20px);
  }

  .header-messengers {
    gap: 4px;
  }

  .messenger-app {
    width: 27px;
    height: 27px;
  }

  .messenger-app svg {
    width: 25px;
    height: 25px;
  }

  .nav-list {
    right: 8px;
    left: 8px;
    padding: 8px;
  }

  .nav-link,
  .nav-services-toggle {
    padding-inline: 8px;
    font-size: .88rem;
  }

  .nav-service-link,
  .nav-list a.nav-service-link {
    grid-template-columns: 30px minmax(0,1fr) 26px;
    gap: 7px;
    padding: 7px;
  }

  .nav-service-icon {
    width: 29px;
    height: 29px;
  }

  .nav-service-marker {
    width: 25px;
    height: 25px;
  }
}

/* =========================================================
   11. HERO
   Clean independent implementation.
   Desktop appearance is preserved from the verified MIRROR pass.
   Responsive refinement is handled in the next dedicated QA pass.
   ========================================================= */

.play-dot {
  font-size: 0.82rem;
  opacity: 0.9;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 24px 0 42px;
  background:
    radial-gradient(circle at 74% 22%, rgba(108, 73, 255, 0.12), transparent 27rem),
    radial-gradient(circle at 92% 66%, rgba(71, 46, 157, 0.11), transparent 24rem),
    linear-gradient(180deg, #08111f 0%, #07101d 100%);
}

.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(145, 128, 255, 0.22) 0.75px, transparent 0.75px);
  background-size: 22px 22px;
  opacity: 0.2;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.72) 55%, transparent 100%);
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: -280px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  content: "";
  background: radial-gradient(circle, rgba(117, 92, 255, 0.1), transparent 68%);
  border-radius: 50%;
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.1;
}

.hero-grid {
  display: grid;
  min-height: 535px;
  grid-template-columns: minmax(0, 0.95fr) minmax(470px, 1.05fr);
  align-items: start;
  gap: clamp(48px, 6vw, 90px);
}

.tech-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.tech-stack li {
  padding: 6px 11px;
  color: #9fa8bd;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 680;
}

.tech-stack li::before {
  margin-right: 7px;
  color: var(--accent-2);
  content: "•";
}

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

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

.hero-text {
  max-width: 590px;
  margin-bottom: 24px;
  color: #9ca6ba;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.62;
}

.hero-benefits {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.hero-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero-benefit-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: #9d88ff;
  background: rgba(117, 92, 255, 0.1);
  border: 1px solid rgba(117, 92, 255, 0.24);
  border-radius: 10px;
}

.hero-benefit-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-benefit strong {
  display: block;
  color: #f2f4fa;
  font-size: 0.94rem;
  line-height: 1.35;
}

.hero-benefit small {
  display: block;
  margin-top: 3px;
  color: #7f8aa0;
  font-size: 0.78rem;
}

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

.hero-note {
  margin-bottom: 0;
  color: #717d94;
  font-size: 0.78rem;
}

.hero-visual {
  position: relative;
  min-height: 535px;
  perspective: 1200px;
}

.visual-browser {
  position: absolute;
  top: 14px;
  right: 2px;
  width: 430px;
  height: 322px;
  overflow: hidden;
  background: #0a1323;
  border: 1px solid rgba(133, 111, 255, 0.27);
  border-radius: 15px;
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transform: rotateY(-4deg) rotateZ(-1.4deg);
}

.visual-browser-bar {
  display: flex;
  height: 40px;
  align-items: center;
  gap: 6px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.visual-browser-bar span {
  width: 8px;
  height: 8px;
  background: #ff5d61;
  border-radius: 50%;
}

.visual-browser-bar span:nth-child(2) {
  background: #f3bb55;
}

.visual-browser-bar span:nth-child(3) {
  background: #45c887;
}

.visual-browser-bar b {
  margin-left: auto;
  color: #667188;
  font-size: 0.62rem;
  font-weight: 650;
}

.visual-browser-body {
  position: relative;
  height: calc(100% - 40px);
  padding: 19px 22px;
  overflow: hidden;
}

.visual-browser-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #77829a;
  font-size: 0.58rem;
}

.visual-browser-nav b {
  margin-right: auto;
  color: #e9edf6;
  font-size: 0.68rem;
}

.visual-browser-copy {
  position: relative;
  z-index: 2;
  max-width: 190px;
  margin-top: 47px;
}

.visual-browser-copy small {
  color: #7966dc;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.visual-browser-copy strong {
  display: block;
  margin: 9px 0;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.visual-browser-copy p {
  margin: 0;
  color: #78839a;
  font-size: 0.62rem;
  line-height: 1.5;
}

.visual-browser-copy i {
  display: block;
  width: 56px;
  height: 20px;
  margin-top: 15px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-radius: 5px;
  box-shadow: 0 6px 20px rgba(117, 92, 255, 0.3);
}

.visual-orbit {
  position: absolute;
  z-index: 1;
  top: 57px;
  right: 16px;
  width: 175px;
  height: 175px;
  border: 21px solid rgba(117, 92, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 36px rgba(106, 68, 255, 0.16),
    inset 0 0 30px rgba(129, 75, 255, 0.18);
  transform: rotate(-26deg) skewX(-11deg);
}

.visual-orbit::before,
.visual-orbit::after,
.visual-orbit span {
  position: absolute;
  inset: -21px;
  content: "";
  border: 9px solid transparent;
  border-top-color: #764cff;
  border-right-color: #8f56ff;
  border-radius: 50%;
  filter: drop-shadow(0 0 11px rgba(115, 74, 255, 0.8));
}

.visual-orbit::after {
  inset: -8px;
  border-width: 5px;
  border-top-color: #5d73ff;
  border-right-color: transparent;
  transform: rotate(68deg);
}

.visual-orbit span {
  inset: 17px;
  border-width: 4px;
  border-top-color: #bb61ff;
  border-right-color: #694cff;
  transform: rotate(132deg);
}

.visual-code {
  position: absolute;
  z-index: 4;
  bottom: 52px;
  left: 3px;
  width: 275px;
  overflow: hidden;
  color: #bec7d9;
  background: rgba(12, 22, 39, 0.97);
  border: 1px solid rgba(137, 115, 255, 0.22);
  border-radius: 13px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  transform: rotate(1.4deg);
}

.visual-code-title {
  display: flex;
  height: 38px;
  align-items: center;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.visual-code-title span {
  width: 5px;
  height: 5px;
  margin-right: 7px;
  background: #b95cff;
  border-radius: 50%;
  box-shadow: 0 0 10px #b95cff;
}

.visual-code-title b {
  color: #a7b0c3;
  font-size: 0.63rem;
  font-weight: 650;
}

.visual-code-title em {
  margin-left: auto;
  color: #c66cff;
  font-style: normal;
}

.visual-code pre {
  padding: 15px 17px 8px;
  margin: 0;
  color: #8894aa;
  white-space: pre-wrap;
  font: 500 0.61rem/1.65 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.visual-code code {
  font: inherit;
}

.visual-saved {
  padding: 0 15px 12px;
  color: #53be91;
  text-align: right;
  font-size: 0.58rem;
}

.visual-score {
  position: absolute;
  z-index: 5;
  top: 250px;
  right: -10px;
  display: flex;
  width: 245px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  background: rgba(13, 24, 43, 0.96);
  border: 1px solid rgba(124, 105, 255, 0.21);
  border-radius: 12px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
  transform: rotate(0.8deg);
}

.visual-card-icon {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  color: #b69cff;
  background: rgba(117, 92, 255, 0.13);
  border-radius: 9px;
}

.visual-score div {
  flex: 1;
}

.visual-score small,
.visual-result small {
  display: block;
  color: #9da7ba;
  font-size: 0.62rem;
}

.visual-score strong {
  display: block;
  margin: 2px 0 8px;
  color: #f5f6fb;
  font-size: 0.9rem;
}

.visual-score i {
  display: block;
  height: 5px;
  overflow: hidden;
  background: #202b3d;
  border-radius: 999px;
}

.visual-score i b {
  display: block;
  width: 84%;
  height: 100%;
  background: linear-gradient(90deg, #26bc83, #3fe9a2);
  border-radius: inherit;
  box-shadow: 0 0 12px rgba(63, 233, 162, 0.35);
}

.visual-result {
  position: absolute;
  z-index: 3;
  right: 10px;
  bottom: 30px;
  width: 228px;
  padding: 16px 18px 11px;
  background: rgba(13, 24, 43, 0.96);
  border: 1px solid rgba(124, 105, 255, 0.19);
  border-radius: 12px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34);
  transform: rotate(1.1deg);
}

.visual-result strong {
  display: block;
  margin: 3px 0 7px;
  color: #66d7aa;
  font-size: 1rem;
}

.visual-result svg {
  width: 100%;
  height: 38px;
  overflow: visible;
}

.visual-result polyline {
  fill: none;
  stroke: #755cff;
  stroke-width: 2.1;
  filter: drop-shadow(0 0 5px rgba(117, 92, 255, 0.7));
}

.hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 6px;
  background: rgba(18, 29, 49, 0.72);
  border: 1px solid var(--line);
  border-radius: 17px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.hero-strip > div {
  position: relative;
  display: grid;
  min-height: 102px;
  grid-template-columns: 36px 1fr;
  align-content: center;
  column-gap: 12px;
  padding: 20px 30px;
}

.hero-strip > div:not(:last-child)::after {
  position: absolute;
  top: 25%;
  right: 0;
  width: 1px;
  height: 50%;
  content: "";
  background: var(--line);
}

.hero-strip span {
  grid-row: 1 / 3;
  align-self: center;
  color: #8a75ff;
  font-size: 0.72rem;
  font-weight: 850;
}

.hero-strip strong {
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hero-strip small {
  color: #7f8aa0;
  font-size: 0.7rem;
}

/* =========================================================
   HERO RESPONSIVE / QA MATRIX
   1920 → 320px. One authoritative responsive pass.
   Desktop composition above 980px remains unchanged.
   ========================================================= */

/* ---------- 1060 / compact desktop ---------- */
@media (max-width: 1060px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(410px, 0.9fr);
    gap: 34px;
  }

  .visual-browser {
    width: 390px;
  }
}

/* ---------- 980–821 / compact two-column tablet ---------- */
@media (max-width: 980px) and (min-width: 821px) {
  .hero {
    padding: 22px 0 36px;
  }

  .hero-grid {
    min-height: 500px;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    align-items: start;
    gap: clamp(24px, 3vw, 32px);
  }

  .hero-copy {
    width: 100%;
    max-width: none;
  }

  .hero-copy h1 {
    max-width: 520px;
  }

  .hero-text {
    max-width: 560px;
  }

  .hero-benefits {
    margin-bottom: 24px;
  }

  .hero-visual {
    width: 100%;
    min-height: 500px;
    margin: 0;
  }

  .visual-browser {
    top: 10px;
    right: 0;
    width: min(100%, 360px);
    height: auto;
    aspect-ratio: 430 / 322;
  }

  .visual-code {
    left: 0;
    bottom: 52px;
    width: 228px;
  }

  .visual-score {
    top: 228px;
    right: 0;
    width: 202px;
    padding: 13px;
  }

  .visual-result {
    right: 8px;
    bottom: 22px;
    width: 188px;
    padding: 13px 15px 10px;
  }

  .hero-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
  }

  .hero-strip > div {
    min-height: 92px;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 9px;
    padding: 17px 20px;
  }

  .hero-strip > div:nth-child(2)::after {
    display: block;
  }

  .hero-strip > div:nth-child(-n+2) {
    border-bottom: 0;
  }
}

/* ---------- 820 / tablet portrait: switch to one column ---------- */
@media (max-width: 820px) {
  .hero {
    padding: 22px 0 34px;
  }

  .tech-stack {
    margin-bottom: 22px;
  }

  .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-copy {
    width: 100%;
    max-width: 720px;
  }

  .hero-copy h1 {
    max-width: 700px;
    margin-bottom: 20px;
  }

  .hero-text {
    max-width: 680px;
  }

  .hero-benefits {
    margin-bottom: 24px;
  }

  .hero-visual {
    width: min(100%, 600px);
    min-height: 475px;
    margin: 2px auto 0;
  }

  .visual-browser {
    width: 370px;
    height: 278px;
  }

  .visual-code {
    bottom: 44px;
    width: 250px;
  }

  .visual-score {
    top: 222px;
    right: 0;
    width: 225px;
  }

  .visual-result {
    right: 10px;
    bottom: 24px;
    width: 210px;
  }

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px;
  }

  .hero-strip > div:nth-child(2)::after {
    display: none;
  }

  .hero-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }
}

/* ---------- 720 / mobile ---------- */
@media (max-width: 720px) {
  .hero {
    padding: 20px 0 30px;
  }

  .hero-grid {
    gap: 18px;
  }

  .tech-stack {
    gap: 6px;
    margin-bottom: 18px;
  }

  .tech-stack li {
    padding: 5px 9px;
    font-size: 0.70rem;
  }

  .hero-copy > .eyebrow {
    margin-bottom: 11px;
    font-size: 0.70rem;
    line-height: 1.35;
  }

  .hero-copy h1 {
    max-width: 620px;
    margin-bottom: 18px;
    font-size: clamp(2.05rem, 8.4vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
  }

  .hero-text {
    margin-bottom: 21px;
    font-size: 0.98rem;
    line-height: 1.56;
  }

  .hero-benefits {
    gap: 12px;
    margin-bottom: 22px;
  }

  .hero-benefit {
    align-items: flex-start;
    gap: 12px;
  }

  .hero-benefit-icon {
    width: 40px;
    height: 40px;
  }

  .hero-benefit strong {
    font-size: 0.92rem;
  }

  .hero-benefit small {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 13px;
  }

  .hero-actions .button {
    min-height: 50px;
    padding-inline: 18px;
  }

  .hero-note {
    max-width: 560px;
    font-size: 0.75rem;
    line-height: 1.5;
  }

  /* Mobile visual uses fluid geometry instead of scaling an oversized canvas. */
  .hero-visual {
    width: min(100%, 560px);
    min-height: clamp(350px, 78vw, 438px);
    margin: 8px auto 0;
    transform: none;
  }

  .visual-browser {
    top: 0;
    right: 1%;
    width: 78%;
    height: auto;
    aspect-ratio: 430 / 322;
    border-radius: 14px;
    transform: rotateY(-3deg) rotateZ(-1deg);
  }

  .visual-browser-bar {
    height: clamp(30px, 7vw, 38px);
    padding-inline: clamp(9px, 2.8vw, 13px);
  }

  .visual-browser-body {
    height: calc(100% - clamp(30px, 7vw, 38px));
    padding: clamp(12px, 3vw, 19px) clamp(13px, 3.5vw, 22px);
  }

  .visual-browser-nav {
    gap: clamp(8px, 2.5vw, 18px);
    font-size: clamp(0.46rem, 1.55vw, 0.58rem);
  }

  .visual-browser-nav b {
    font-size: clamp(0.54rem, 1.8vw, 0.68rem);
  }

  .visual-browser-copy {
    max-width: 48%;
    margin-top: clamp(24px, 8vw, 46px);
  }

  .visual-browser-copy small {
    font-size: clamp(0.42rem, 1.35vw, 0.52rem);
  }

  .visual-browser-copy strong {
    margin: 7px 0;
    font-size: clamp(0.80rem, 2.9vw, 1.08rem);
  }

  .visual-browser-copy p {
    font-size: clamp(0.48rem, 1.65vw, 0.62rem);
  }

  .visual-browser-copy i {
    width: clamp(42px, 10vw, 56px);
    height: clamp(15px, 4vw, 20px);
    margin-top: clamp(9px, 3vw, 15px);
  }

  .visual-orbit {
    top: 18%;
    right: 4%;
    width: 40%;
    height: auto;
    aspect-ratio: 1;
    border-width: clamp(12px, 3.2vw, 20px);
  }

  .visual-orbit::before,
  .visual-orbit::after,
  .visual-orbit span {
    inset: calc(clamp(12px, 3.2vw, 20px) * -1);
    border-width: clamp(5px, 1.5vw, 9px);
  }

  .visual-orbit::after {
    inset: -7px;
    border-width: clamp(3px, 1vw, 5px);
  }

  .visual-orbit span {
    inset: 13%;
    border-width: clamp(2px, 0.8vw, 4px);
  }

  .visual-code {
    left: 0;
    bottom: 7%;
    width: 52%;
    border-radius: 12px;
  }

  .visual-code-title {
    height: clamp(31px, 7vw, 38px);
    padding-inline: clamp(9px, 2.4vw, 12px);
  }

  .visual-code pre {
    padding: clamp(10px, 2.8vw, 15px) clamp(11px, 3vw, 17px) 7px;
    font-size: clamp(0.46rem, 1.45vw, 0.61rem);
    line-height: 1.55;
  }

  .visual-saved {
    padding: 0 clamp(10px, 2.8vw, 15px) 9px;
  }

  .visual-score {
    top: 46%;
    right: 0;
    width: 45%;
    gap: clamp(7px, 2vw, 12px);
    padding: clamp(10px, 2.6vw, 16px);
  }

  .visual-card-icon {
    width: clamp(30px, 7vw, 37px);
    height: clamp(30px, 7vw, 37px);
  }

  .visual-score small,
  .visual-result small {
    font-size: clamp(0.50rem, 1.5vw, 0.62rem);
  }

  .visual-score strong {
    margin-bottom: 6px;
    font-size: clamp(0.70rem, 2.35vw, 0.90rem);
  }

  .visual-result {
    right: 3%;
    bottom: 1%;
    width: 42%;
    padding: clamp(10px, 2.6vw, 16px) clamp(11px, 3vw, 18px) 9px;
  }

  .visual-result strong {
    font-size: clamp(0.78rem, 2.6vw, 1rem);
  }

  .visual-result svg {
    height: clamp(28px, 7vw, 38px);
  }

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 12px;
    border-radius: 15px;
  }

  .hero-strip > div {
    min-height: 82px;
    grid-template-columns: 30px minmax(0, 1fr);
    column-gap: 9px;
    padding: 15px 17px;
  }

  .hero-strip > div:nth-child(2)::after {
    display: none;
  }

  .hero-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .hero-strip > div:nth-child(3)::after {
    display: block;
  }

  .hero-strip span {
    font-size: 0.68rem;
  }

  .hero-strip strong {
    font-size: 0.96rem;
  }

  .hero-strip small {
    font-size: 0.67rem;
    line-height: 1.35;
  }
}

/* ---------- 520 / narrow phones ---------- */
@media (max-width: 520px) {
  .hero {
    padding-top: 18px;
    padding-bottom: 26px;
  }

  .tech-stack {
    margin-bottom: 16px;
  }

  .hero-copy > .eyebrow {
    font-size: 0.67rem;
    letter-spacing: 0.12em;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .hero-text {
    font-size: 0.94rem;
  }

  .hero-benefit-icon {
    width: 38px;
    height: 38px;
  }

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

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

  .hero-visual {
    min-height: clamp(320px, 82vw, 385px);
    margin-top: 4px;
  }

  .visual-browser {
    width: 82%;
  }

  .visual-code {
    width: 55%;
  }

  .visual-score {
    top: 45%;
    width: 47%;
  }

  .visual-result {
    width: 44%;
  }
}

/* ---------- 430 / compact phones ---------- */
@media (max-width: 430px) {
  .hero {
    padding-top: 16px;
  }

  .tech-stack {
    gap: 5px;
    margin-bottom: 15px;
  }

  .tech-stack li {
    padding: 4px 8px;
    font-size: 0.66rem;
  }

  .hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(1.92rem, 8.8vw, 2.32rem);
  }

  .hero-text {
    margin-bottom: 19px;
    font-size: 0.92rem;
  }

  .hero-benefit {
    gap: 10px;
  }

  .hero-benefit strong {
    font-size: 0.88rem;
  }

  .hero-benefit small {
    font-size: 0.73rem;
  }

  .hero-visual {
    min-height: clamp(292px, 83vw, 345px);
  }

  .visual-browser-nav span {
    display: none;
  }

  .visual-browser-copy {
    max-width: 52%;
  }

  .visual-code {
    bottom: 5%;
  }

  .visual-score {
    top: 43%;
  }

  .hero-strip {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .hero-strip > div {
    min-height: 70px;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: 12px 15px;
  }

  .hero-strip > div:nth-child(-n+2) {
    border-bottom: 0;
  }

  .hero-strip > div:not(:last-child)::after {
    top: auto;
    right: 15px;
    bottom: 0;
    left: 15px;
    display: block;
    width: auto;
    height: 1px;
  }
}

/* ---------- 390 / 375 / 360 ---------- */
@media (max-width: 390px) {
  .hero-copy h1 {
    font-size: clamp(1.82rem, 8.6vw, 2.08rem);
  }

  .hero-actions .button {
    min-height: 48px;
    padding-inline: 14px;
    font-size: 0.92rem;
  }

  .hero-visual {
    min-height: clamp(270px, 84vw, 318px);
  }

  .visual-browser {
    width: 84%;
  }

  .visual-code {
    width: 57%;
  }

  .visual-score {
    width: 48%;
  }

  .visual-result {
    width: 45%;
  }
}

/* ---------- 340 / 320 safety ---------- */
@media (max-width: 340px) {
  .hero {
    padding-top: 14px;
  }

  .tech-stack li {
    padding-inline: 7px;
    font-size: 0.64rem;
  }

  .hero-copy > .eyebrow {
    font-size: 0.64rem;
  }

  .hero-copy h1 {
    font-size: 1.78rem;
    line-height: 1.07;
  }

  .hero-text {
    font-size: 0.89rem;
  }

  .hero-benefit-icon {
    width: 36px;
    height: 36px;
  }

  .hero-benefit strong {
    font-size: 0.85rem;
  }

  .hero-benefit small {
    font-size: 0.70rem;
  }

  .hero-note {
    font-size: 0.70rem;
  }

  .hero-visual {
    min-height: 258px;
  }

  .visual-browser {
    width: 86%;
  }

  .visual-code {
    width: 58%;
  }

  .visual-score {
    top: 42%;
    width: 49%;
  }

  .visual-result {
    width: 46%;
  }
}

/* =========================================================
   12. SERVICES
   Clean independent implementation.
   Desktop appearance and verified behavior are preserved.
   ========================================================= */

.services-section {
  position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
      radial-gradient(circle at 8% 16%, rgba(117, 92, 255, .065), transparent 24rem),
      radial-gradient(circle at 92% 76%, rgba(164, 92, 255, .05), transparent 28rem),
      linear-gradient(180deg, #fff 0%, #fbfbfe 48%, #f7f8fc 100%);
      padding-block: 52px;
}

.services-section::before {
  position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    background-image: radial-gradient(rgba(117, 92, 255, .16) .7px, transparent .7px);
    background-size: 26px 26px;
    opacity: .16;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.services-section::after {
  position: absolute;
    z-index: -1;
    width: 560px;
    height: 560px;
    left: 50%;
    top: 35%;
    content: "";
    background: radial-gradient(circle, rgba(117, 92, 255, .055), transparent 68%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.services-decor {
  position: absolute;
    z-index: -1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.services-decor-icon {
  position: absolute;
    width: 94px;
    height: 94px;
    fill: none;
    stroke: #755cff;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .07;
}

.services-decor-code {
  top: 105px;
    right: 4%;
    transform: rotate(8deg);
}

.services-decor-plugin {
  width: 78px;
    height: 78px;
    left: 2.5%;
    top: 48%;
    transform: rotate(-12deg);
}

.services-decor-layout {
  width: 108px;
    height: 108px;
    right: 6%;
    bottom: 74px;
    transform: rotate(7deg);
}

.services-intro {
  position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, .6fr);
    align-items: center;
    gap: clamp(28px, 5vw, 62px);
    margin-bottom: 32px;
    padding: clamp(24px, 3.7vw, 38px);
    overflow: hidden;
    background:
      radial-gradient(circle at 90% 6%, rgba(117, 92, 255, .105), transparent 15rem),
      linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,248,253,.95));
    border: 1px solid rgba(117, 92, 255, .14);
    border-radius: 24px;
    box-shadow: 0 20px 56px rgba(27, 22, 66, .055);
}

.services-intro::before {
  position: absolute;
    width: 180px;
    height: 180px;
    right: -68px;
    top: -82px;
    content: "";
    border: 1px solid rgba(117, 92, 255, .12);
    border-radius: 50%;
    box-shadow:
      0 0 0 24px rgba(117, 92, 255, .025),
      0 0 0 52px rgba(117, 92, 255, .018);
}

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

.services-intro-copy h2 {
  max-width: 710px;
    margin-bottom: 0;
    font-size: clamp(2.05rem, 4vw, 3.25rem);
    line-height: 1.03;
    font-weight: 560;
}

.services-intro-note {
  position: relative;
    z-index: 1;
    padding: 3px 0 3px 20px;
    border-left: 2px solid rgba(117, 92, 255, .44);
}

.services-intro-note span {
  display: block;
    margin-bottom: 6px;
    color: var(--accent);
    font-size: .72rem;
    font-weight: 820;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.services-intro-note p {
  margin: 0;
    color: #626a7a;
    font-size: .94rem;
    line-height: 1.55;
}

.service-grid {
  display: grid;
    gap: 18px;
}

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

.service-card {
  position: relative;
    display: flex;
    min-height: 475px;
    flex-direction: column;
    padding: 34px 32px 30px;
    overflow: hidden;
    color: #171b27;
    background:
      radial-gradient(circle at 88% 12%, rgba(117, 92, 255, .115), transparent 11.5rem),
      radial-gradient(circle at 8% 108%, rgba(96, 108, 136, .14), transparent 15rem),
      linear-gradient(145deg, #fbfcfd 0%, #f0f2f5 32%, #e4e7ed 70%, #f4f6f8 100%);
    border: 1px solid rgba(61, 69, 90, .33);
    border-radius: var(--radius);
    box-shadow:
      0 32px 80px rgba(34, 40, 58, .18),
      0 10px 28px rgba(55, 61, 80, .07),
      0 7px 24px rgba(76, 63, 150, .05),
      inset 0 2px 0 rgba(117, 92, 255, .22),
      inset 0 1px 0 rgba(255,255,255,.98),
      inset 0 -1px 0 rgba(88,96,117,.15);
    isolation: isolate;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before {
  position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    background:
      linear-gradient(90deg, transparent 8%, rgba(117,92,255,.44), transparent 92%) top center / 78% 2px no-repeat,
      linear-gradient(
        118deg,
        rgba(255,255,255,.86) 0%,
        rgba(255,255,255,.25) 23%,
        transparent 42%,
        rgba(255,255,255,.22) 63%,
        transparent 82%
      ),
      radial-gradient(rgba(86,94,113,.13) .55px, transparent .55px);
    background-size: 78% 2px, auto, 25px 25px;
    opacity: .78;
    pointer-events: none;
}

.service-card::after {
  position: absolute;
    z-index: -3;
    width: 310px;
    height: 310px;
    right: -160px;
    bottom: -175px;
    content: "";
    background: radial-gradient(circle, rgba(117,92,255,.12), transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}

.service-card:hover {
  border-color: rgba(117, 92, 255, .40);
    box-shadow:
      0 40px 96px rgba(36, 42, 60, .20),
      0 12px 34px rgba(117,92,255,.085),
      inset 0 2px 0 rgba(117, 92, 255, .27),
      inset 0 1px 0 #fff;
    transform: translateY(-4px);
}


.service-card-art {
  position: absolute;
    z-index: -1;
    width: 190px;
    height: 190px;
    right: -28px;
    top: 104px;
    fill: none;
    stroke: #687080;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .145;
    filter: drop-shadow(0 10px 25px rgba(55, 60, 75, .075));
    transform: rotate(-4deg);
    pointer-events: none;
}

.service-card-plugin .service-card-art {
  width: 178px;
    height: 178px;
    right: -18px;
    top: 112px;
    transform: rotate(7deg);
}

  .service-card-design .service-card-art {
  width: 196px;
    height: 196px;
    right: -35px;
    top: 104px;
    transform: rotate(3deg);
}

.service-card-copy {
  position: relative;
    z-index: 1;
    max-width: 315px;
    min-height: 165px;
}

.service-card-kicker {
  display: block;
    width: fit-content;
    margin-bottom: 13px;
    color: #684fd5;
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.service-card h3 {
  max-width: none;
    min-height: 1.08em;
    margin-bottom: 14px;
    color: #111622;
    font-size: clamp(1.32rem, 1.7vw, 1.62rem);
    white-space: nowrap;
}

.service-card-copy > p {
  max-width: 298px;
    margin-bottom: 0;
    color: #535c6d;
    font-size: .95rem;
    line-height: 1.6;
}

.service-card-list {
  position: relative;
    z-index: 1;
    padding: 0;
    margin: 22px 0 26px;
    list-style: none;
}

.service-list-flow {
  display: grid;
    gap: 0;
    min-height: 190px;
    border-top: 1px solid rgba(82, 90, 109, .16);
}

.service-list-flow li {
  position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    padding: 10px 0 10px 18px;
    border-bottom: 1px solid rgba(82, 90, 109, .13);
}

.service-list-flow li::before {
  position: absolute;
    left: 1px;
    top: 17px;
    width: 6px;
    height: 6px;
    content: "";
    background: linear-gradient(135deg, #755cff, #a45cff);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(117,92,255,.08);
}

.service-list-flow span {
  color: #252b39;
    font-size: .88rem;
    font-weight: 760;
}

.service-list-flow small {
  color: #697282;
    font-size: .76rem;
    line-height: 1.4;
}

.service-card-button {
  position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    min-height: 50px;
    grid-template-columns: 20px 1fr 20px;
    align-items: center;
    column-gap: 10px;
    margin-top: auto;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(135deg, #6651e8 0%, #7a5cf4 56%, #925cf3 100%);
    border: 1px solid rgba(91, 68, 205, .16);
    border-radius: 11px;
    box-shadow:
      0 10px 25px rgba(100, 78, 218, .18),
      inset 0 1px 0 rgba(255,255,255,.18);
    font-size: .79rem;
    font-weight: 790;
    line-height: 1;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.service-card-button span {
  display: block;
    min-width: 0;
    overflow: hidden;
    text-align: center;
    text-overflow: clip;
    white-space: nowrap;
}

.service-card-button svg {
  width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card-button-icon {
  justify-self: start;
    opacity: .92;
}

.service-card-button-arrow {
  justify-self: end;
    transition: transform 160ms ease;
}

.service-card-button:hover {
  filter: brightness(1.045);
    box-shadow:
      0 14px 31px rgba(100, 78, 218, .24),
      inset 0 1px 0 rgba(255,255,255,.2);
    transform: translateY(-1px);
}

.service-card-button:hover .service-card-button-arrow {
  transform: translateX(3px);
}

.service-secondary {
  display: grid;
    gap: 18px;
    margin-top: 15px;
}

.service-secondary-row {
  display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.service-wide-card {
  position: relative;
    min-height: 230px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    column-gap: 20px;
    row-gap: 20px;
    align-items: start;
    padding: 30px;
    overflow: hidden;
    border-radius: 24px;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-wide-card::after {
  position: absolute;
    width: 220px;
    height: 220px;
    right: -105px;
    top: -105px;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.service-wide-card:hover {
  transform: translateY(-3px);
}

.service-wide-icon {
  position: relative;
    z-index: 1;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 17px;
}

.service-wide-icon svg,
.service-support-icon svg {
  width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-wide-copy {
  position: relative;
    z-index: 1;
    max-width: 470px;
}

.service-wide-kicker,
.service-support-kicker {
  display: block;
    margin-bottom: 7px;
    font-size: .69rem;
    font-weight: 830;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.service-wide-card h3 {
  margin-bottom: 10px;
    font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.service-wide-card p {
  margin: 0;
    font-size: .94rem;
    line-height: 1.58;
}

.service-wide-button {
  position: relative;
    z-index: 1;
    grid-column: 2;
    display: inline-flex;
    width: fit-content;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 11px 17px;
    color: #fff;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 10px 28px rgba(0,0,0,.08);
    font-weight: 790;
    line-height: 1.2;
    backdrop-filter: blur(8px);
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.service-wide-button svg {
  width: 19px;
    height: 19px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-wide-button:hover {
  background: rgba(255,255,255,.21);
    border-color: rgba(255,255,255,.32);
    transform: translateY(-1px);
}

.service-wide-card-error {
  color: #fff;
    background:
      radial-gradient(circle at 94% 0%, rgba(255,255,255,.11), transparent 11rem),
      radial-gradient(circle at 12% 110%, rgba(196, 138, 136, .15), transparent 15rem),
      linear-gradient(135deg, #a14e5d 0%, #b15e69 48%, #c56f70 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 43px rgba(126, 61, 74, .13);
}

.service-wide-card-error::before {
  position: absolute;
    inset: 0;
    content: "";
    background-image: radial-gradient(rgba(255,255,255,.28) .7px, transparent .7px);
    background-size: 20px 20px;
    opacity: .11;
    -webkit-mask-image: linear-gradient(125deg, transparent 8%, #000 55%, transparent 100%);
    mask-image: linear-gradient(125deg, transparent 8%, #000 55%, transparent 100%);
    pointer-events: none;
}

.service-wide-card-error::after {
  background: radial-gradient(circle, rgba(255,255,255,.2), transparent 68%);
}

.service-wide-card-error:hover {
  border-color: rgba(255,255,255,.24);
    box-shadow: 0 23px 54px rgba(126, 61, 74, .17);
}

.service-wide-card-error .service-wide-icon {
  color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.service-wide-card-error .service-wide-kicker {
  color: #ffe2e5;
}

.service-wide-card-error p {
  color: rgba(255,255,255,.8);
}

.service-wide-card-speed {
  color: #fff;
    background:
      radial-gradient(circle at 94% 0%, rgba(255,255,255,.12), transparent 11rem),
      radial-gradient(circle at 12% 110%, rgba(139, 126, 188, .18), transparent 15rem),
      linear-gradient(135deg, #555399 0%, #635aaa 48%, #7868bd 100%);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 43px rgba(68, 64, 132, .13);
}

.service-wide-card-speed::before {
  position: absolute;
    inset: 0;
    content: "";
    background-image: radial-gradient(rgba(255,255,255,.28) .7px, transparent .7px);
    background-size: 20px 20px;
    opacity: .13;
    -webkit-mask-image: linear-gradient(125deg, transparent 8%, #000 55%, transparent 100%);
    mask-image: linear-gradient(125deg, transparent 8%, #000 55%, transparent 100%);
    pointer-events: none;
}

.service-wide-card-speed::after {
  background: radial-gradient(circle, rgba(255,255,255,.2), transparent 68%);
}

.service-wide-card-speed:hover {
  box-shadow: 0 23px 54px rgba(68, 64, 132, .18);
}

.service-wide-card-speed .service-wide-icon {
  color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.service-wide-card-speed .service-wide-kicker {
  color: #e2dcff;
}

.service-wide-card-speed p {
  color: rgba(255,255,255,.78);
}

.service-support-band {
  position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 29px 30px;
    overflow: hidden;
    background:
      radial-gradient(circle at 88% 22%, rgba(117, 92, 255, .16), transparent 15rem),
      linear-gradient(135deg, rgba(255,255,255,.98), rgba(242,240,255,.92));
    border: 1px solid rgba(117, 92, 255, .22);
    border-radius: 24px;
    box-shadow:
      0 20px 52px rgba(52, 42, 105, .09),
      inset 0 1px 0 rgba(255,255,255,.96);
}

.service-support-band::after {
  position: absolute;
    width: 180px;
    height: 180px;
    right: 190px;
    bottom: -120px;
    content: "";
    border: 1px solid rgba(117, 92, 255, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 28px rgba(117, 92, 255, .018);
    pointer-events: none;
}

.service-support-icon {
  position: relative;
    z-index: 1;
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    color: #6a50ea;
    background: rgba(117, 92, 255, .12);
    border: 1px solid rgba(117, 92, 255, .24);
    border-radius: 18px;
    box-shadow:
      0 10px 24px rgba(117,92,255,.10),
      inset 0 1px 0 rgba(255,255,255,.9);
}

.service-support-copy {
  position: relative;
    z-index: 1;
    max-width: 690px;
}

.service-support-kicker {
  color: #684fd5;
}

.service-support-band h3 {
  margin-bottom: 7px;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.service-support-band p {
  margin: 0;
    color: #626a7a;
    font-size: .94rem;
    line-height: 1.58;
}

.service-support-button {
  position: relative;
    z-index: 1;
    min-width: 210px;
    white-space: nowrap;
}

/* =========================================================
   SERVICES RESPONSIVE / QA MATRIX
   1920 → 320px. Natural hierarchy, readable cards,
   comfortable touch targets, no horizontal overflow.
   ========================================================= */

/* ---------- 1180 / compact desktop ---------- */
@media (max-width: 1180px) {
  .services-intro {
    gap: 34px;
    padding: 30px 32px;
  }

  .services-intro-copy h2 {
    font-size: clamp(2rem, 3.8vw, 3.05rem);
  }

  .service-card {
    padding: 31px 28px 28px;
  }

  .service-card-copy {
    max-width: none;
  }

  .service-card-copy > p {
    max-width: none;
  }

  .service-wide-card {
    padding: 28px;
  }

  .service-support-band {
    padding: 27px 28px;
  }
}

/* ---------- 1024 / tablet landscape ---------- */
@media (max-width: 1024px) {
  .services-section {
    padding-block: 48px;
  }

  .services-intro {
    grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr);
    gap: 28px;
    margin-bottom: 26px;
    padding: 28px;
  }

  .services-intro-copy h2 {
    max-width: 650px;
    font-size: clamp(1.95rem, 4.25vw, 2.8rem);
  }

  .services-intro-note p {
    font-size: .91rem;
  }

  .service-grid {
    gap: 16px;
  }

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

  .service-card {
    min-height: 0;
    padding: 29px 27px 27px;
  }

  .service-card-copy {
    min-height: 0;
  }

  .service-card-list {
    margin: 20px 0 24px;
  }

  .service-list-flow {
    min-height: 0;
  }

  .service-grid-primary > .service-card:last-child {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    grid-template-rows: 1fr auto;
    column-gap: 30px;
    align-items: start;
  }

  .service-grid-primary > .service-card:last-child .service-card-copy {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .service-grid-primary > .service-card:last-child .service-card-list {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    margin: 0 0 22px;
  }

  .service-grid-primary > .service-card:last-child .service-card-button {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .service-secondary {
    gap: 16px;
    margin-top: 16px;
  }

  .service-secondary-row {
    gap: 16px;
  }

  .service-wide-card {
    min-height: 220px;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 17px;
    row-gap: 17px;
    padding: 25px;
  }

  .service-wide-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .service-wide-icon svg {
    width: 25px;
    height: 25px;
  }

  .service-wide-card h3 {
    font-size: clamp(1.28rem, 2.25vw, 1.55rem);
  }

  .service-wide-card p {
    font-size: .91rem;
  }

  .service-wide-button {
    min-height: 48px;
  }

  .service-support-band {
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 18px;
    padding: 25px;
  }

  .service-support-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
  }

  .service-support-band p {
    font-size: .91rem;
  }

  .service-support-button {
    min-width: 190px;
  }
}

/* ---------- 900 / tablet portrait ---------- */
@media (max-width: 900px) {
  .services-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .services-intro-copy h2 {
    max-width: 720px;
  }

  .services-intro-note {
    max-width: 720px;
  }

  .service-secondary-row {
    grid-template-columns: 1fr;
  }

  .service-wide-card {
    min-height: 0;
  }

  .service-support-band {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .service-support-button {
    grid-column: 2;
    width: fit-content;
    min-width: 210px;
  }
}

/* ---------- 720 / mobile ---------- */
@media (max-width: 720px) {
  .services-section {
    padding-block: 42px;
  }

  .services-intro {
    gap: 18px;
    margin-bottom: 22px;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .services-intro::before {
    width: 150px;
    height: 150px;
    right: -72px;
    top: -76px;
  }

  .services-intro-copy .eyebrow {
    margin-bottom: 11px;
    font-size: .69rem;
    line-height: 1.35;
  }

  .services-intro-copy h2 {
    font-size: clamp(1.9rem, 7.4vw, 2.55rem);
    line-height: 1.06;
    letter-spacing: -.035em;
  }

  .services-intro-note {
    padding-left: 16px;
  }

  .services-intro-note span {
    margin-bottom: 5px;
    font-size: .68rem;
  }

  .services-intro-note p {
    font-size: .9rem;
    line-height: 1.58;
  }

  .services-decor-icon {
    opacity: .038;
  }

  .service-grid,
  .service-secondary,
  .service-secondary-row {
    gap: 14px;
  }

  .service-grid-primary {
    grid-template-columns: 1fr;
  }

  .service-grid-primary > .service-card:last-child,
  .service-card,
  .service-card:last-child {
    display: flex;
    grid-column: auto;
    min-height: 0;
    flex-direction: column;
    padding: 25px 22px 23px;
    border-radius: 20px;
  }

  .service-grid-primary > .service-card:last-child .service-card-copy,
  .service-grid-primary > .service-card:last-child .service-card-list,
  .service-grid-primary > .service-card:last-child .service-card-button {
    grid-column: auto;
    grid-row: auto;
  }

  .service-grid-primary > .service-card:last-child .service-card-list {
    margin: 18px 0 22px;
  }

  .service-card-art,
  .service-card-plugin .service-card-art,
  .service-card-design .service-card-art {
    top: 78px;
    right: -30px;
    width: 142px;
    height: 142px;
    opacity: .085;
  }

  .service-card-kicker {
    margin-bottom: 10px;
    font-size: .66rem;
    line-height: 1.35;
  }

  .service-card h3 {
    min-height: 0;
    margin-bottom: 11px;
    font-size: clamp(1.3rem, 5vw, 1.52rem);
    line-height: 1.12;
    white-space: normal;
  }

  .service-card-copy > p {
    font-size: .92rem;
    line-height: 1.58;
  }

  .service-card-list {
    margin: 18px 0 22px;
  }

  .service-list-flow li {
    padding: 9px 0 9px 17px;
  }

  .service-list-flow li::before {
    top: 16px;
  }

  .service-list-flow span {
    font-size: .86rem;
  }

  .service-list-flow small {
    font-size: .74rem;
  }

  .service-card-button {
    min-height: 50px;
    padding: 12px 13px;
    font-size: .8rem;
  }

  .service-secondary {
    margin-top: 14px;
  }

  .service-wide-card {
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 15px;
    row-gap: 16px;
    padding: 22px;
    border-radius: 20px;
  }

  .service-wide-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .service-wide-icon svg {
    width: 23px;
    height: 23px;
  }

  .service-wide-kicker,
  .service-support-kicker {
    font-size: .66rem;
  }

  .service-wide-card h3 {
    margin-bottom: 8px;
    font-size: 1.3rem;
    line-height: 1.13;
  }

  .service-wide-card p {
    font-size: .9rem;
    line-height: 1.56;
  }

  .service-wide-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 50px;
    justify-self: stretch;
  }

  .service-support-band {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;
    padding: 22px;
    border-radius: 20px;
  }

  .service-support-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .service-support-icon svg {
    width: 23px;
    height: 23px;
  }

  .service-support-band h3 {
    margin-bottom: 7px;
    font-size: 1.3rem;
    line-height: 1.13;
  }

  .service-support-band p {
    font-size: .9rem;
    line-height: 1.56;
  }

  .service-support-button {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    margin-top: 2px;
    white-space: normal;
  }
}

/* ---------- 520 / narrow phones ---------- */
@media (max-width: 520px) {
  .services-section {
    padding-block: 38px;
  }

  .services-intro {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .services-intro-copy h2 {
    font-size: clamp(1.75rem, 8.2vw, 2.22rem);
  }

  .services-intro-note {
    padding-left: 14px;
  }

  .services-intro-note p {
    font-size: .87rem;
  }

  .services-decor-plugin,
  .services-decor-layout {
    display: none;
  }

  .service-card {
    padding: 23px 19px 20px;
    border-radius: 18px;
    box-shadow:
      0 20px 48px rgba(34, 40, 58, .13),
      0 7px 20px rgba(55, 61, 80, .05),
      inset 0 1px 0 rgba(255,255,255,.96);
  }

  .service-card:hover {
    transform: none;
  }

  .service-card-art,
  .service-card-plugin .service-card-art,
  .service-card-design .service-card-art {
    top: 72px;
    right: -34px;
    width: 126px;
    height: 126px;
    opacity: .07;
  }

  .service-card-kicker {
    font-size: .63rem;
  }

  .service-card h3 {
    font-size: clamp(1.22rem, 6vw, 1.42rem);
  }

  .service-card-copy > p {
    font-size: .89rem;
  }

  .service-list-flow span {
    font-size: .83rem;
  }

  .service-list-flow small {
    font-size: .72rem;
  }

  .service-card-button {
    grid-template-columns: 18px minmax(0, 1fr) 18px;
    column-gap: 8px;
    min-height: 50px;
    padding-inline: 12px;
    font-size: .77rem;
  }

  .service-card-button svg {
    width: 17px;
    height: 17px;
  }

  .service-wide-card,
  .service-support-band {
    padding: 20px 18px;
    border-radius: 18px;
  }

  .service-wide-card {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 13px;
  }

  .service-wide-icon,
  .service-support-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .service-wide-icon svg,
  .service-support-icon svg {
    width: 21px;
    height: 21px;
  }

  .service-wide-card h3,
  .service-support-band h3 {
    font-size: 1.2rem;
  }

  .service-wide-card p,
  .service-support-band p {
    font-size: .87rem;
  }

  .service-wide-button,
  .service-support-button {
    min-height: 50px;
    padding: 11px 14px;
    font-size: .86rem;
  }
}

/* ---------- 430 / compact phones ---------- */
@media (max-width: 430px) {
  .services-section {
    padding-block: 36px;
  }

  .services-intro {
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px 16px;
  }

  .services-intro-copy .eyebrow {
    font-size: .64rem;
  }

  .services-intro-copy h2 {
    font-size: clamp(1.62rem, 8vw, 1.98rem);
  }

  .services-intro-note span {
    font-size: .64rem;
  }

  .services-intro-note p {
    font-size: .84rem;
  }

  .service-grid,
  .service-secondary,
  .service-secondary-row {
    gap: 12px;
  }

  .service-card {
    padding: 21px 16px 18px;
    border-radius: 17px;
  }

  .service-card-art,
  .service-card-plugin .service-card-art,
  .service-card-design .service-card-art {
    top: 68px;
    right: -38px;
    width: 116px;
    height: 116px;
  }

  .service-card-kicker {
    margin-bottom: 8px;
    font-size: .61rem;
  }

  .service-card h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .service-card-copy > p {
    font-size: .86rem;
    line-height: 1.55;
  }

  .service-card-list {
    margin: 16px 0 19px;
  }

  .service-list-flow li {
    padding-block: 8px;
  }

  .service-list-flow li::before {
    top: 15px;
    width: 5px;
    height: 5px;
  }

  .service-list-flow span {
    font-size: .81rem;
  }

  .service-list-flow small {
    font-size: .69rem;
  }

  .service-card-button {
    min-height: 48px;
    font-size: .74rem;
  }

  .service-wide-card,
  .service-support-band {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 16px;
    border-radius: 17px;
  }

  .service-wide-icon,
  .service-support-icon {
    width: 42px;
    height: 42px;
  }

  .service-wide-kicker,
  .service-support-kicker {
    font-size: .61rem;
  }

  .service-wide-card h3,
  .service-support-band h3 {
    font-size: 1.14rem;
  }

  .service-wide-card p,
  .service-support-band p {
    font-size: .84rem;
  }

  .service-wide-button,
  .service-support-button {
    min-height: 48px;
    font-size: .82rem;
  }
}

/* ---------- 390 / 375 / 360 ---------- */
@media (max-width: 390px) {
  .services-intro-copy h2 {
    font-size: clamp(1.55rem, 7.9vw, 1.85rem);
  }

  .service-card {
    padding-inline: 15px;
  }

  .service-card h3 {
    font-size: 1.16rem;
  }

  .service-card-button {
    padding-inline: 10px;
    font-size: .72rem;
  }

  .service-wide-card,
  .service-support-band {
    padding-inline: 15px;
  }

  .service-wide-card h3,
  .service-support-band h3 {
    font-size: 1.1rem;
  }
}

/* ---------- 340 / 320 safety ---------- */
@media (max-width: 340px) {
  .services-section {
    padding-block: 32px;
  }

  .services-intro {
    padding: 17px 14px;
  }

  .services-intro-copy .eyebrow {
    font-size: .61rem;
    letter-spacing: .11em;
  }

  .services-intro-copy h2 {
    font-size: 1.5rem;
  }

  .services-intro-note {
    padding-left: 12px;
  }

  .services-intro-note p {
    font-size: .81rem;
  }

  .service-card {
    padding: 19px 14px 17px;
  }

  .service-card-kicker {
    font-size: .58rem;
  }

  .service-card h3 {
    font-size: 1.1rem;
  }

  .service-card-copy > p {
    font-size: .83rem;
  }

  .service-list-flow span {
    font-size: .78rem;
  }

  .service-list-flow small {
    font-size: .67rem;
  }

  .service-card-button {
    grid-template-columns: 16px minmax(0, 1fr) 16px;
    column-gap: 6px;
    padding-inline: 9px;
    font-size: .69rem;
  }

  .service-card-button svg {
    width: 16px;
    height: 16px;
  }

  .service-wide-card,
  .service-support-band {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 17px 14px;
  }

  .service-wide-icon,
  .service-support-icon {
    width: 40px;
    height: 40px;
  }

  .service-wide-card h3,
  .service-support-band h3 {
    font-size: 1.06rem;
  }

  .service-wide-card p,
  .service-support-band p {
    font-size: .81rem;
  }

  .service-wide-button,
  .service-support-button {
    font-size: .79rem;
  }
}

/* Touch devices: avoid sticky hover elevation after a tap. */
@media (hover: none) {
  .service-card:hover,
  .service-wide-card:hover {
    transform: none;
  }
}

/* =========================================================
13. TASKS
Clean independent implementation.
Verified desktop/tablet/mobile behavior preserved from MIRROR.
Responsive refinement follows in the next dedicated pass.
========================================================= */

.tasks-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(70px, 8vw, 102px) 0;
  color: #fff;
  background:
  radial-gradient(circle at 12% 18%, rgba(116, 95, 190, .16), transparent 25rem),
  radial-gradient(circle at 82% 72%, rgba(88, 103, 148, .16), transparent 30rem),
  radial-gradient(circle at 52% 112%, rgba(128, 79, 170, .10), transparent 27rem),
  linear-gradient(135deg, #171925 0%, #181623 46%, #20172d 100%);
  border-top: 1px solid rgba(88, 78, 126, .18);
  border-bottom: 1px solid rgba(72, 64, 105, .20);
  box-shadow:
  inset 0 1px 0 rgba(255,255,255,.025),
  inset 0 -1px 0 rgba(255,255,255,.018);
}

.tasks-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image:
  radial-gradient(rgba(190, 181, 224, .18) .65px, transparent .65px),
  linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.018) 50%, transparent 58%);
  background-size: 26px 26px, 100% 100%;
  opacity: .13;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.tasks-section::after {
  position: absolute;
  z-index: -1;
  width: 680px;
  height: 680px;
  right: -350px;
  top: 54%;
  content: "";
  background:
  radial-gradient(circle, rgba(129, 94, 168, .14) 0%, rgba(80, 94, 135, .07) 38%, transparent 69%);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.tasks-decor {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.tasks-decor-icon {
  position: absolute;
  fill: none;
  stroke: #aaa0c9;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 18px rgba(132, 105, 175, .08));
}

.tasks-decor-code {
  width: 88px;
  height: 88px;
  left: 5.5%;
  top: 18%;
  opacity: .044;
  transform: rotate(-8deg);
}

.tasks-decor-plugin {
  width: 94px;
  height: 94px;
  right: 6%;
  top: 15%;
  opacity: .042;
  transform: rotate(10deg);
}

.tasks-decor-alert {
  width: 94px;
  height: 94px;
  left: 6%;
  bottom: 9%;
  opacity: .038;
  transform: rotate(6deg);
}

.tasks-decor-speed {
  width: 96px;
  height: 96px;
  right: 8%;
  bottom: 10%;
  opacity: .045;
  transform: rotate(-9deg);
}

.tasks-decor-window {
  width: 148px;
  height: 148px;
  left: 42%;
  top: 12px;
  opacity: .03;
  transform: rotate(4deg);
}

.tasks-decor-flow {
  width: 164px;
  height: 164px;
  left: 45%;
  bottom: -31px;
  opacity: .034;
  transform: rotate(-5deg);
}

.tasks-layout {
  display: grid;
  grid-template-columns: minmax(420px, .92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(48px, 6.5vw, 88px);
}

.tasks-copy {
  position: relative;
  max-width: 540px;
}

.tasks-copy .eyebrow {
  color: #9f8cff;
}

.tasks-copy h2 {
  max-width: 540px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(2.15rem, 3.35vw, 3.01rem);
  font-weight: 560;
  line-height: 1.02;
  text-wrap: balance;
}

.tasks-copy > p:not(.eyebrow) {
  max-width: 525px;
  margin-bottom: 28px;
  color: #aeb5c5;
  font-size: 1rem;
  line-height: 1.68;
}

.tasks-cta {
  min-width: 216px;
  padding-inline: 28px;
}

.tasks-note {
  position: relative;
  display: block;
  max-width: 440px;
  margin-top: 15px;
  padding-left: 14px;
  color: #919bad;
  font-size: .75rem;
  line-height: 1.5;
}

.tasks-note::before {
  position: absolute;
  left: 0;
  top: .56em;
  width: 5px;
  height: 5px;
  content: "";
  background: #8f79ff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(143,121,255,.62);
}

.problem-list {
  border-top: 1px solid rgba(225, 220, 238, .105);
}

.problem-item {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 126px;
  grid-template-columns: 58px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 20px;
  padding: 20px 8px 20px 0;
  overflow: hidden;
  color: inherit;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(225, 220, 238, .09);
  transition: padding-left 180ms ease, border-color 180ms ease;
}

.problem-item::before {
  position: absolute;
  inset: 7px 0;
  z-index: -1;
  content: "";
  background:
  radial-gradient(circle at 82% 50%, rgba(145, 104, 192, .17), transparent 13rem),
  linear-gradient(90deg, rgba(129,100,165,.075), rgba(255,255,255,.02));
  border: 1px solid transparent;
  border-radius: 16px;
  opacity: 0;
  transform: scale(.988);
  transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.problem-item:hover::before,
.problem-item:focus-visible::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(151, 118, 210, .20);
}

.problem-item:hover,
.problem-item:focus-visible {
  padding-left: 10px;
  border-bottom-color: rgba(151,118,210,.25);
}

.problem-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: #9a86ef;
  background:
  linear-gradient(145deg, rgba(255,255,255,.055), rgba(121,91,169,.08));
  border: 1px solid rgba(181, 160, 224, .14);
  border-radius: 15px;
  box-shadow:
  inset 0 1px 0 rgba(255,255,255,.05),
  0 8px 24px rgba(7, 6, 17, .10);
  opacity: .82;
  transition: color 180ms ease, opacity 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.problem-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-item:hover .problem-icon,
.problem-item:focus-visible .problem-icon {
  color: #c0aeff;
  opacity: 1;
  border-color: rgba(175, 144, 238, .28);
  background:
  linear-gradient(145deg, rgba(164,121,255,.14), rgba(117,92,255,.08));
  transform: translateY(-1px);
}

.problem-item:nth-child(1):hover .problem-icon,
.problem-item:nth-child(1):focus-visible .problem-icon {
  color: #a8b8ff;
  transform: translateY(-1px) scale(1.035);
}

.problem-item:nth-child(2):hover .problem-icon,
.problem-item:nth-child(2):focus-visible .problem-icon {
  color: #c7adff;
  transform: translateY(-1px) rotate(-3deg) scale(1.035);
}

.problem-item:nth-child(3):hover .problem-icon,
.problem-item:nth-child(3):focus-visible .problem-icon {
  color: #d6a9c8;
  transform: translateY(-1px) scale(1.045);
}

.problem-item:nth-child(4):hover .problem-icon,
.problem-item:nth-child(4):focus-visible .problem-icon {
  color: #b6a7ff;
  transform: translateY(-1px) skewX(-2deg) scale(1.04);
}

.problem-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.problem-content strong {
  display: block;
  margin-bottom: 7px;
  color: #f3f5fb;
  font-size: clamp(1.02rem, 1.4vw, 1.2rem);
  line-height: 1.3;
  letter-spacing: -.015em;
  transition: color 180ms ease;
}

.problem-content small {
  display: block;
  max-width: 535px;
  color: #a3acbc;
  font-size: .83rem;
  line-height: 1.55;
  transition: color 180ms ease;
}

.problem-item:hover .problem-content strong,
.problem-item:focus-visible .problem-content strong {
  color: #fff;
}

.problem-item:hover .problem-content small,
.problem-item:focus-visible .problem-content small {
  color: #c0c6d2;
}

.problem-action {
  position: relative;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  justify-self: end;
  margin-right: 12px;
  color: #b19cff;
  background: rgba(255,255,255,.062);
  border: 1px solid rgba(191,170,234,.21);
  border-radius: 13px;
  box-shadow:
  inset 0 1px 0 rgba(255,255,255,.055),
  0 6px 18px rgba(14, 10, 28, .06);
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.problem-action svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.problem-item:hover .problem-action,
.problem-item:focus-visible .problem-action {
  color: #fff;
  background: linear-gradient(135deg, #6d55e9, #9659f0);
  border-color: rgba(177,145,255,.35);
  box-shadow:
  0 8px 24px rgba(107,78,211,.20),
  inset 0 1px 0 rgba(255,255,255,.14);
  transform: translateY(-1px);
}

.problem-item:hover .problem-action svg,
.problem-item:focus-visible .problem-action svg {
  transform: translateX(2px);
}

/* =========================================================
   TASKS RESPONSIVE / QA MATRIX
   1920 → 320px. Preserve the approved desktop composition,
   then transition naturally through compact desktop, tablet
   and touch-first mobile layouts.
   ========================================================= */

.problem-item:focus-visible {
  outline: 2px solid rgba(159, 140, 255, .52);
  outline-offset: 3px;
}

/* ---------- 1180 / compact desktop ---------- */
@media (max-width: 1180px) {
  .tasks-section {
    padding-block: 84px;
  }

  .tasks-layout {
    grid-template-columns: minmax(390px, .9fr) minmax(0, 1.1fr);
    gap: clamp(42px, 5vw, 64px);
  }

  .tasks-copy h2 {
    font-size: clamp(2.1rem, 3.45vw, 2.82rem);
  }

  .problem-item {
    min-height: 122px;
    grid-template-columns: 54px minmax(0, 1fr) 42px;
    gap: 17px;
  }

  .problem-icon {
    width: 52px;
    height: 52px;
  }

  .problem-action {
    width: 42px;
    height: 42px;
    margin-right: 6px;
  }
}

/* ---------- 1024 / small desktop ---------- */
@media (max-width: 1024px) and (min-width: 901px) {
  .tasks-section {
    padding-block: 72px;
  }

  .tasks-layout {
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
    align-items: start;
    gap: 38px;
  }

  .tasks-copy {
    max-width: 450px;
  }

  .tasks-copy h2 {
    max-width: 450px;
    margin-bottom: 20px;
    font-size: clamp(2rem, 3.7vw, 2.5rem);
    line-height: 1.035;
  }

  .tasks-copy > p:not(.eyebrow) {
    margin-bottom: 24px;
    font-size: .95rem;
    line-height: 1.62;
  }

  .tasks-cta {
    min-width: 204px;
    min-height: 50px;
    padding-inline: 23px;
  }

  .tasks-note {
    max-width: 390px;
  }

  .problem-item {
    min-height: 114px;
    grid-template-columns: 50px minmax(0, 1fr) 40px;
    gap: 15px;
    padding-block: 17px;
  }

  .problem-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .problem-icon svg {
    width: 26px;
    height: 26px;
  }

  .problem-action {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    border-radius: 12px;
  }

  .problem-content strong {
    margin-bottom: 5px;
    font-size: 1rem;
  }

  .problem-content small {
    font-size: .79rem;
    line-height: 1.5;
  }
}

/* ---------- 900 / tablet: one natural reading column ---------- */
@media (max-width: 900px) {
  .tasks-section {
    padding-block: 62px;
  }

  .tasks-layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .tasks-copy,
  .tasks-copy h2,
  .tasks-copy > p:not(.eyebrow) {
    max-width: 720px;
  }

  .tasks-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(2.05rem, 5.2vw, 2.75rem);
    line-height: 1.035;
  }

  .tasks-copy > p:not(.eyebrow) {
    margin-bottom: 24px;
  }

  .tasks-note {
    max-width: 520px;
  }

  .problem-list {
    width: 100%;
  }

  .problem-item {
    min-height: 108px;
    grid-template-columns: 50px minmax(0, 1fr) 42px;
    gap: 16px;
    padding: 16px 4px 16px 0;
  }

  .problem-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .problem-icon svg {
    width: 25px;
    height: 25px;
  }

  .problem-action {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    border-radius: 11px;
  }

  .problem-content small {
    max-width: 660px;
  }
}

/* ---------- 720 / mobile ---------- */
@media (max-width: 720px) {
  .tasks-section {
    padding-block: 50px;
  }

  .tasks-layout {
    gap: 27px;
  }

  .tasks-copy .eyebrow {
    margin-bottom: 11px;
    font-size: .69rem;
    line-height: 1.35;
  }

  .tasks-copy h2 {
    margin-bottom: 17px;
    font-size: clamp(1.9rem, 7.8vw, 2.55rem);
    line-height: 1.045;
    letter-spacing: -.038em;
  }

  .tasks-copy > p:not(.eyebrow) {
    margin-bottom: 21px;
    font-size: .94rem;
    line-height: 1.58;
  }

  .tasks-cta {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  .tasks-note {
    max-width: 100%;
    margin-top: 13px;
    font-size: .73rem;
    line-height: 1.48;
  }

  .problem-item {
    min-height: 104px;
    grid-template-columns: 44px minmax(0, 1fr) 38px;
    gap: 12px;
    padding: 15px 0;
  }

  .problem-item:hover,
  .problem-item:focus-visible {
    padding-left: 0;
  }

  .problem-item::before {
    inset: 5px 0;
    border-radius: 14px;
  }

  .problem-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .problem-icon svg {
    width: 23px;
    height: 23px;
  }

  .problem-content strong {
    margin-bottom: 5px;
    font-size: .98rem;
    line-height: 1.3;
  }

  .problem-content small {
    font-size: .77rem;
    line-height: 1.48;
  }

  .problem-action {
    width: 38px;
    height: 38px;
    margin-right: 0;
    border-radius: 10px;
  }

  .problem-action svg {
    width: 17px;
    height: 17px;
  }

  .tasks-decor-icon {
    filter: none;
  }

  .tasks-decor-code,
  .tasks-decor-plugin,
  .tasks-decor-alert,
  .tasks-decor-speed {
    opacity: .026;
  }

  .tasks-decor-window,
  .tasks-decor-flow {
    opacity: .018;
  }
}

/* ---------- 520 / narrow phones ---------- */
@media (max-width: 520px) {
  .tasks-section {
    padding-block: 44px;
  }

  .tasks-layout {
    gap: 24px;
  }

  .tasks-copy .eyebrow {
    font-size: .66rem;
    letter-spacing: .12em;
  }

  .tasks-copy h2 {
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 8.2vw, 2.18rem);
  }

  .tasks-copy > p:not(.eyebrow) {
    margin-bottom: 19px;
    font-size: .9rem;
    line-height: 1.56;
  }

  .tasks-cta {
    min-height: 49px;
    padding-inline: 18px;
  }

  .tasks-note {
    padding-left: 12px;
    font-size: .7rem;
  }

  .tasks-note::before {
    width: 4px;
    height: 4px;
  }

  .problem-item {
    min-height: 98px;
    grid-template-columns: 40px minmax(0, 1fr) 34px;
    gap: 10px;
    padding: 14px 0;
  }

  .problem-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .problem-icon svg {
    width: 21px;
    height: 21px;
  }

  .problem-content strong {
    font-size: .93rem;
  }

  .problem-content small {
    font-size: .73rem;
    line-height: 1.46;
  }

  .problem-action {
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .problem-action svg {
    width: 16px;
    height: 16px;
  }

  .tasks-decor-window,
  .tasks-decor-flow,
  .tasks-decor-alert {
    display: none;
  }
}

/* ---------- 430 / compact phones ---------- */
@media (max-width: 430px) {
  .tasks-section {
    padding-block: 40px;
  }

  .tasks-layout {
    gap: 22px;
  }

  .tasks-copy .eyebrow {
    font-size: .63rem;
  }

  .tasks-copy h2 {
    font-size: clamp(1.62rem, 8vw, 1.95rem);
  }

  .tasks-copy > p:not(.eyebrow) {
    font-size: .87rem;
  }

  .tasks-note {
    margin-top: 11px;
    font-size: .68rem;
  }

  .problem-item {
    min-height: 94px;
    grid-template-columns: 38px minmax(0, 1fr) 32px;
    gap: 9px;
    padding-block: 13px;
  }

  .problem-icon {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .problem-icon svg {
    width: 20px;
    height: 20px;
  }

  .problem-content strong {
    margin-bottom: 4px;
    font-size: .89rem;
  }

  .problem-content small {
    font-size: .7rem;
    line-height: 1.44;
  }

  .problem-action {
    width: 32px;
    height: 32px;
  }

  .problem-action svg {
    width: 15px;
    height: 15px;
  }

  .tasks-decor-plugin {
    display: none;
  }
}

/* ---------- 390 / 375 / 360 ---------- */
@media (max-width: 390px) {
  .tasks-section {
    padding-block: 38px;
  }

  .tasks-copy h2 {
    font-size: clamp(1.55rem, 7.8vw, 1.82rem);
  }

  .tasks-copy > p:not(.eyebrow) {
    font-size: .85rem;
  }

  .tasks-cta {
    font-size: .91rem;
  }

  .problem-item {
    grid-template-columns: 36px minmax(0, 1fr) 30px;
    gap: 8px;
  }

  .problem-icon {
    width: 36px;
    height: 36px;
  }

  .problem-icon svg {
    width: 19px;
    height: 19px;
  }

  .problem-content strong {
    font-size: .86rem;
  }

  .problem-content small {
    font-size: .68rem;
  }

  .problem-action {
    width: 30px;
    height: 30px;
  }

  .problem-action svg {
    width: 14px;
    height: 14px;
  }
}

/* ---------- 340 / 320 safety ---------- */
@media (max-width: 340px) {
  .tasks-section {
    padding-block: 34px;
  }

  .tasks-copy .eyebrow {
    font-size: .6rem;
    letter-spacing: .11em;
  }

  .tasks-copy h2 {
    font-size: 1.48rem;
    line-height: 1.06;
  }

  .tasks-copy > p:not(.eyebrow) {
    font-size: .82rem;
    line-height: 1.52;
  }

  .tasks-cta {
    min-height: 48px;
    padding-inline: 14px;
    font-size: .88rem;
  }

  .tasks-note {
    font-size: .68rem;
  }

  .problem-item {
    min-height: 90px;
    grid-template-columns: 34px minmax(0, 1fr) 28px;
    gap: 7px;
    padding-block: 12px;
  }

  .problem-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .problem-icon svg {
    width: 18px;
    height: 18px;
  }

  .problem-content strong {
    font-size: .84rem;
    line-height: 1.28;
  }

  .problem-content small {
    font-size: .69rem;
    line-height: 1.42;
  }

  .problem-action {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .problem-action svg {
    width: 13px;
    height: 13px;
  }

  .tasks-decor-speed {
    display: none;
  }
}

/* Touch devices: keep tap feedback calm and avoid sticky hover movement. */
@media (hover: none) {
  .problem-item:hover {
    padding-left: 0;
  }

  .problem-item:hover .problem-icon,
  .problem-item:nth-child(1):hover .problem-icon,
  .problem-item:nth-child(2):hover .problem-icon,
  .problem-item:nth-child(3):hover .problem-icon,
  .problem-item:nth-child(4):hover .problem-icon,
  .problem-item:hover .problem-action,
  .problem-item:hover .problem-action svg {
    transform: none;
  }
}

/* =========================================================
   14. APPROACH
   Clean independent implementation.
   Verified appearance preserved from the MIRROR pass.
   Responsive matrix below covers compact desktop → 320px.
   ========================================================= */

.approach-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(68px, 7vw, 96px) 0;
  background:
    radial-gradient(circle at 10% 16%, rgba(117,92,255,.055), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(164,92,255,.04), transparent 27rem),
    linear-gradient(180deg, #fcfcfe 0%, #f7f8fc 100%);
}

.approach-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(117,92,255,.12) .6px, transparent .6px);
  background-size: 29px 29px;
  opacity: .11;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 82%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 20%, #000 82%, transparent 100%);
}

.approach-decor {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.approach-decor-icon {
  position: absolute;
  fill: none;
  stroke: #755cff;
  stroke-width: 1.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .05;
}

.approach-decor-code {
  width: 82px;
  height: 82px;
  right: 6%;
  top: 92px;
  transform: rotate(8deg);
}

.approach-decor-layout {
  width: 88px;
  height: 88px;
  left: 6.5%;
  bottom: 88px;
  transform: rotate(-7deg);
}

.approach-intro {
  max-width: 900px;
  margin-bottom: 24px;
}

.approach-intro h2 {
  max-width: 860px;
  margin-bottom: 12px;
  font-size: clamp(1.82rem, 3.05vw, 2.88rem);
  font-weight: 560;
  line-height: 1.07;
  letter-spacing: -.038em;
}

.approach-lead {
  max-width: 720px;
  margin: 0;
  color: #50596a;
  font-size: 1rem;
  line-height: 1.64;
}

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

.approach-card {
  position: relative;
  display: flex;
  min-height: 196px;
  flex-direction: column;
  padding: 23px 25px 22px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(117,92,255,.065), transparent 9rem),
    linear-gradient(145deg, rgba(255,255,255,.86) 0%, rgba(249,250,253,.78) 54%, rgba(239,242,247,.74) 100%);
  border: 1px solid rgba(84,92,113,.20);
  box-shadow:
    0 16px 38px rgba(42,48,66,.065),
    0 7px 18px rgba(68,74,92,.035),
    inset 0 1px 0 rgba(255,255,255,.86);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  isolation: isolate;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.approach-card::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, transparent 14%, rgba(117,92,255,.18), transparent 86%) top center / 72% 1px no-repeat,
    linear-gradient(118deg, rgba(255,255,255,.48) 0%, rgba(255,255,255,.08) 30%, transparent 52%, rgba(255,255,255,.06) 72%, transparent 88%),
    radial-gradient(rgba(86,94,113,.06) .4px, transparent .4px);
  background-size: 72% 1px, auto, 30px 30px;
  opacity: .58;
}

.approach-card:hover {
  transform: translateY(-3px);
  border-color: rgba(117,92,255,.27);
  box-shadow:
    0 20px 46px rgba(35,40,56,.08),
    0 8px 20px rgba(68,74,92,.04),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.approach-card-head {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 60px;
  align-items: center;
  gap: 15px;
  margin-bottom: 13px;
}

.approach-card-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.approach-card-icon {
  position: relative;
  z-index: 2;
  display: inline-grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  color: #755cff;
  background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(239,241,247,.94));
  border: 1px solid rgba(117,92,255,.17);
  border-radius: 15px;
  box-shadow:
    0 9px 22px rgba(117,92,255,.07),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.approach-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.approach-card-art {
  position: absolute;
  z-index: -1;
  width: 132px;
  height: 132px;
  right: -14px;
  bottom: -34px;
  fill: none;
  stroke: #6f7788;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .052;
  pointer-events: none;
  transition: transform 180ms ease, opacity 180ms ease;
}

.approach-card:nth-child(2) .approach-card-art {
  right: -3px;
  bottom: -25px;
  opacity: .048;
  transform: rotate(7deg);
}

.approach-card:nth-child(3) .approach-card-art {
  right: -18px;
  bottom: -10px;
  transform: rotate(-3deg);
}

.approach-card:nth-child(4) .approach-card-art {
  right: 12px;
  bottom: -32px;
  transform: rotate(4deg);
}

.approach-card:hover .approach-card-art {
  opacity: .078;
}

.approach-card:nth-child(1):hover .approach-card-icon {
  transform: translateY(-1px) scale(1.025);
}

.approach-card:nth-child(2):hover .approach-card-icon {
  transform: translateY(-1px) rotate(-2deg) scale(1.035);
}

.approach-card:nth-child(3):hover .approach-card-icon {
  transform: translateY(-1px) scale(1.03);
}

.approach-card:nth-child(4):hover .approach-card-icon {
  transform: translateY(-1px) rotate(2deg) scale(1.03);
}

.approach-card-webasyst {
  border-color: rgba(117,92,255,.30);
  box-shadow:
    0 19px 44px rgba(63,52,120,.082),
    0 8px 19px rgba(68,74,92,.038),
    inset 0 1px 0 rgba(255,255,255,.89);
}

.approach-card-webasyst .approach-card-icon {
  color: #6245e6;
  border-color: rgba(117,92,255,.32);
  box-shadow:
    0 12px 27px rgba(117,92,255,.115),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.approach-card-webasyst:hover {
  border-color: rgba(117,92,255,.36);
}

.approach-card h3 {
  max-width: 385px;
  margin: 0;
  font-size: clamp(1.22rem, 1.82vw, 1.56rem);
  line-height: 1.1;
  letter-spacing: -.028em;
}

.approach-card p {
  position: relative;
  z-index: 2;
  max-width: 440px;
  margin: 0;
  color: #505968;
  font-size: .95rem;
  line-height: 1.65;
}

.approach-actions {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}

.approach-main-cta {
  min-width: 242px;
  min-height: 54px;
  padding-inline: 26px;
  white-space: nowrap;
  box-shadow:
    0 14px 34px rgba(117,92,255,.26),
    inset 0 1px 0 rgba(255,255,255,.20);
}

/* =========================================================
   APPROACH RESPONSIVE / QA MATRIX
   1920 → 320px. Keep the approved 2×2 desktop hierarchy
   while there is enough card width; switch to a single,
   touch-friendly reading column only on mobile.
   ========================================================= */

/* ---------- 1180 / compact desktop ---------- */
@media (max-width: 1180px) {
  .approach-section {
    padding-block: 78px;
  }

  .approach-intro {
    max-width: 840px;
    margin-bottom: 22px;
  }

  .approach-intro h2 {
    max-width: 810px;
    font-size: clamp(1.82rem, 3.3vw, 2.72rem);
  }

  .approach-grid {
    gap: 16px;
  }

  .approach-card {
    padding: 22px 23px 21px;
  }
}

/* ---------- 1024 / small desktop ---------- */
@media (max-width: 1024px) {
  .approach-section {
    padding-block: 70px;
  }

  .approach-intro {
    max-width: 790px;
    margin-bottom: 21px;
  }

  .approach-intro h2 {
    max-width: 760px;
    font-size: clamp(1.82rem, 3.65vw, 2.48rem);
  }

  .approach-lead {
    max-width: 680px;
    font-size: .96rem;
  }

  .approach-grid {
    gap: 15px;
  }

  .approach-card {
    min-height: 198px;
    padding: 21px 21px 20px;
  }

  .approach-card-head {
    min-height: 56px;
    gap: 13px;
    margin-bottom: 11px;
  }

  .approach-card-icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
    border-radius: 14px;
  }

  .approach-card-icon svg {
    width: 22px;
    height: 22px;
  }

  .approach-card h3 {
    font-size: clamp(1.16rem, 1.9vw, 1.42rem);
  }

  .approach-card p {
    font-size: .91rem;
    line-height: 1.6;
  }

  .approach-card-art {
    width: 122px;
    height: 122px;
  }
}

/* ---------- 900 / tablet landscape: preserve 2×2 cards ---------- */
@media (max-width: 900px) {
  .approach-section {
    padding-block: 62px;
  }

  .approach-intro {
    max-width: 760px;
    margin-bottom: 20px;
  }

  .approach-intro h2,
  .approach-lead {
    max-width: 720px;
  }

  .approach-intro h2 {
    font-size: clamp(1.78rem, 4.25vw, 2.35rem);
  }

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

  .approach-card {
    min-height: 206px;
    padding: 20px 19px 19px;
    border-radius: 20px;
  }

  .approach-card-head {
    min-height: 52px;
    gap: 12px;
    margin-bottom: 10px;
  }

  .approach-card-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
  }

  .approach-card-icon svg {
    width: 21px;
    height: 21px;
  }

  .approach-card h3 {
    max-width: none;
    font-size: clamp(1.1rem, 2.1vw, 1.3rem);
    line-height: 1.12;
  }

  .approach-card p {
    max-width: none;
    font-size: .88rem;
    line-height: 1.58;
  }

  .approach-card-art {
    width: 112px;
    height: 112px;
    opacity: .045;
  }

  .approach-actions {
    margin-top: 14px;
  }
}

/* ---------- 820 / tablet portrait ---------- */
@media (max-width: 820px) {
  .approach-section {
    padding-block: 58px;
  }

  .approach-intro h2 {
    font-size: clamp(1.74rem, 4.8vw, 2.22rem);
  }

  .approach-lead {
    font-size: .93rem;
    line-height: 1.6;
  }

  .approach-card {
    min-height: 214px;
    padding: 19px 18px 18px;
  }

  .approach-card-head {
    align-items: flex-start;
  }

  .approach-card-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .approach-card h3 {
    font-size: clamp(1.06rem, 2.25vw, 1.22rem);
  }

  .approach-card p {
    font-size: .86rem;
  }

  .approach-main-cta {
    min-height: 52px;
  }
}

/* ---------- 768 / narrow tablet ---------- */
@media (max-width: 768px) and (min-width: 721px) {
  .approach-section {
    padding-block: 54px;
  }

  .approach-intro {
    margin-bottom: 18px;
  }

  .approach-grid {
    gap: 12px;
  }

  .approach-card {
    min-height: 220px;
    padding: 18px 16px 17px;
  }

  .approach-card-head {
    gap: 10px;
  }

  .approach-card-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 13px;
  }

  .approach-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .approach-card h3 {
    font-size: 1.06rem;
  }

  .approach-card p {
    font-size: .84rem;
    line-height: 1.55;
  }

  .approach-card-art {
    width: 102px;
    height: 102px;
  }
}

/* ---------- 720 / mobile: natural single reading column ---------- */
@media (max-width: 720px) {
  .approach-section {
    padding: 50px 0 54px;
  }

  .approach-section::before {
    opacity: .085;
  }

  .approach-decor-icon {
    opacity: .032;
  }

  .approach-intro {
    max-width: 640px;
    margin-bottom: 20px;
  }

  .approach-intro > .eyebrow {
    margin-bottom: 11px;
    font-size: .69rem;
    line-height: 1.35;
  }

  .approach-intro h2 {
    max-width: 640px;
    margin-bottom: 11px;
    font-size: clamp(1.9rem, 7.4vw, 2.48rem);
    line-height: 1.055;
    letter-spacing: -.038em;
  }

  .approach-lead {
    max-width: 610px;
    font-size: .92rem;
    line-height: 1.58;
  }

  .approach-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .approach-card {
    min-height: 0;
    padding: 21px 20px 20px;
    border-radius: 19px;
  }

  .approach-card-head {
    min-height: 0;
    align-items: center;
    gap: 13px;
    margin-bottom: 10px;
  }

  .approach-card-icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    border-radius: 14px;
  }

  .approach-card-icon svg {
    width: 21px;
    height: 21px;
  }

  .approach-card-art,
  .approach-card:nth-child(2) .approach-card-art,
  .approach-card:nth-child(3) .approach-card-art,
  .approach-card:nth-child(4) .approach-card-art {
    width: 110px;
    height: 110px;
    right: -18px;
    bottom: -28px;
    opacity: .04;
  }

  .approach-card h3 {
    max-width: none;
    font-size: 1.2rem;
    line-height: 1.12;
  }

  .approach-card p {
    max-width: 610px;
    font-size: .9rem;
    line-height: 1.58;
  }

  .approach-actions {
    margin-top: 14px;
  }

  .approach-main-cta {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }
}

/* ---------- 520 / narrow phones ---------- */
@media (max-width: 520px) {
  .approach-section {
    padding: 44px 0 48px;
  }

  .approach-intro {
    margin-bottom: 18px;
  }

  .approach-intro > .eyebrow {
    font-size: .66rem;
    letter-spacing: .12em;
  }

  .approach-intro h2 {
    margin-bottom: 10px;
    font-size: clamp(1.72rem, 8vw, 2.1rem);
  }

  .approach-lead {
    font-size: .88rem;
    line-height: 1.56;
  }

  .approach-grid {
    gap: 12px;
  }

  .approach-card {
    padding: 19px 17px 18px;
    border-radius: 18px;
    box-shadow:
      0 13px 30px rgba(42,48,66,.055),
      0 6px 15px rgba(68,74,92,.03),
      inset 0 1px 0 rgba(255,255,255,.86);
  }

  .approach-card-head {
    gap: 11px;
    margin-bottom: 9px;
  }

  .approach-card-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 13px;
  }

  .approach-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .approach-card h3 {
    font-size: 1.13rem;
  }

  .approach-card p {
    font-size: .86rem;
    line-height: 1.55;
  }

  .approach-card-art,
  .approach-card:nth-child(2) .approach-card-art,
  .approach-card:nth-child(3) .approach-card-art,
  .approach-card:nth-child(4) .approach-card-art {
    width: 100px;
    height: 100px;
    opacity: .034;
  }

  .approach-main-cta {
    min-height: 50px;
    padding-inline: 18px;
  }
}

/* ---------- 430 / compact phones ---------- */
@media (max-width: 430px) {
  .approach-section {
    padding: 40px 0 44px;
  }

  .approach-decor-layout {
    display: none;
  }

  .approach-intro > .eyebrow {
    font-size: .63rem;
  }

  .approach-intro h2 {
    font-size: clamp(1.6rem, 7.9vw, 1.88rem);
  }

  .approach-lead {
    font-size: .85rem;
  }

  .approach-card {
    padding: 18px 15px 17px;
    border-radius: 17px;
  }

  .approach-card-head {
    gap: 10px;
  }

  .approach-card-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border-radius: 12px;
  }

  .approach-card-icon svg {
    width: 19px;
    height: 19px;
  }

  .approach-card h3 {
    font-size: 1.08rem;
  }

  .approach-card p {
    font-size: .83rem;
    line-height: 1.53;
  }

  .approach-main-cta {
    min-height: 49px;
    font-size: .91rem;
  }
}

/* ---------- 390 / 375 / 360 ---------- */
@media (max-width: 390px) {
  .approach-section {
    padding: 38px 0 42px;
  }

  .approach-intro h2 {
    font-size: clamp(1.52rem, 7.8vw, 1.75rem);
  }

  .approach-lead {
    font-size: .83rem;
  }

  .approach-card {
    padding-inline: 14px;
  }

  .approach-card-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .approach-card h3 {
    font-size: 1.04rem;
  }

  .approach-card p {
    font-size: .81rem;
  }

  .approach-card-art,
  .approach-card:nth-child(2) .approach-card-art,
  .approach-card:nth-child(3) .approach-card-art,
  .approach-card:nth-child(4) .approach-card-art {
    width: 92px;
    height: 92px;
  }
}

/* ---------- 340 / 320 safety ---------- */
@media (max-width: 340px) {
  .approach-section {
    padding: 34px 0 38px;
  }

  .approach-decor-code {
    display: none;
  }

  .approach-intro > .eyebrow {
    font-size: .6rem;
    letter-spacing: .11em;
  }

  .approach-intro h2 {
    font-size: 1.46rem;
    line-height: 1.06;
  }

  .approach-lead {
    font-size: .8rem;
    line-height: 1.52;
  }

  .approach-grid {
    gap: 11px;
  }

  .approach-card {
    padding: 16px 13px 15px;
    border-radius: 16px;
  }

  .approach-card-head {
    gap: 9px;
    margin-bottom: 8px;
  }

  .approach-card-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    border-radius: 11px;
  }

  .approach-card-icon svg {
    width: 18px;
    height: 18px;
  }

  .approach-card h3 {
    font-size: .99rem;
    line-height: 1.13;
  }

  .approach-card p {
    font-size: .79rem;
    line-height: 1.5;
  }

  .approach-card-art,
  .approach-card:nth-child(2) .approach-card-art,
  .approach-card:nth-child(3) .approach-card-art,
  .approach-card:nth-child(4) .approach-card-art {
    width: 84px;
    height: 84px;
    right: -20px;
    bottom: -22px;
    opacity: .028;
  }

  .approach-main-cta {
    min-height: 48px;
    padding-inline: 14px;
    font-size: .87rem;
  }
}

/* Touch devices: avoid sticky hover movement after tap. */
@media (hover: none) {
  .approach-card:hover,
  .approach-card:nth-child(1):hover .approach-card-icon,
  .approach-card:nth-child(2):hover .approach-card-icon,
  .approach-card:nth-child(3):hover .approach-card-icon,
  .approach-card:nth-child(4):hover .approach-card-icon {
    transform: none;
  }
}

/* =========================================================
   15. PROCESS (MIRROR) + FAQ (CLEAN)
   Process is carried forward unchanged from the verified mirror.
   FAQ is cleaned without changing the approved appearance/behavior.
   Responsive redesign is intentionally deferred to the next pass.
   ========================================================= */

.section-copy > p, .process-list p, .faq-grid .section-copy p {
color: #626a7a;
}

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

.section-copy .button {
margin-top: 12px;
}

.process-section {
position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(64px, 6vw, 86px) 0 clamp(28px, 3.3vw, 48px);
  color: #141824;
  background:
    radial-gradient(circle at 12% 18%, rgba(117,92,255,.085), transparent 25rem),
    radial-gradient(circle at 86% 78%, rgba(126,111,180,.075), transparent 27rem),
    linear-gradient(180deg, #e7eaf1 0%, #efedf4 48%, #e4e7ee 100%);
  border-top: 1px solid rgba(96,103,124,.16);
  border-bottom: 1px solid rgba(96,103,124,.18);
}

.process-section::before {
position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image:
    radial-gradient(rgba(117,92,255,.12) .55px, transparent .55px),
    linear-gradient(115deg, transparent 0 46%, rgba(255,255,255,.42) 52%, transparent 58%);
  background-size: 30px 30px, 100% 100%;
  opacity: .12;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 16%, #000 84%, transparent 100%);
}

.process-head {
display: grid;
  grid-template-columns: 1.22fr .78fr;
  align-items: end;
  gap: 30px;
  margin-bottom: 32px;
}

.process-head .eyebrow {
color: #755cff;
}

.process-head h2 {
max-width: 620px;
  margin-bottom: 0;
  color: #141824;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  font-weight: 560;
  line-height: 1.03;
}

.process-head > p {
max-width: 430px;
  margin: 0;
  padding: 3px 0 3px 18px;
  color: #3f495a;
  border-left: 2px solid rgba(117,92,255,.38);
  font-size: .95rem;
  line-height: 1.62;
}

.process-list {
position: relative;
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 16px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
}

.process-list::before {
position: absolute;
  top: 43px;
  right: calc(20% - 49px);
  left: 30px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, rgba(117,92,255,.55) 0%, rgba(117,92,255,.40) 34%, rgba(116,124,146,.45) 64%, rgba(117,92,255,.47) 100%);
  border-radius: 999px;
  box-shadow: 0 1px 0 rgba(255,255,255,.46);
}

.process-list li {
position: relative;
  z-index: 1;
  min-height: 188px;
  padding: 0 10px 0 0;
}

.process-list > li > span {
position: relative;
  display: grid;
  width: 60px;
  height: 60px;
  place-items: center;
  margin-bottom: 24px;
  color: #4d2bea;
  background:
    linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(249,247,254,.99) 38%, rgba(233,229,248,.99) 100%);
  border: 1px solid rgba(117,92,255,.55);
  border-radius: 50%;
  box-shadow:
    0 14px 32px rgba(70,65,100,.11),
    0 0 0 8px rgba(117,92,255,.067),
    inset 0 2px 0 rgba(255,255,255,1),
    inset 0 -2px 6px rgba(103,111,132,.10),
    inset 0 0 18px rgba(117,92,255,.08);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .02em;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.process-list li:first-child > span, .process-list li:last-child > span {
color: #4725e8;
  border-color: rgba(117,92,255,.68);
  box-shadow:
    0 15px 33px rgba(70,65,100,.118),
    0 0 0 8px rgba(117,92,255,.084),
    inset 0 2px 0 rgba(255,255,255,1),
    inset 0 -2px 6px rgba(103,111,132,.10),
    inset 0 0 21px rgba(117,92,255,.11);
}

.process-list > li > span::after {
position: absolute;
  width: 9px;
  height: 9px;
  right: -4px;
  bottom: 8px;
  content: "";
  background: linear-gradient(135deg,#755cff,#b05cff);
  border: 2px solid #e9ebf1;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(117,92,255,.10);
}

.process-list li:first-child > span::after, .process-list li:last-child > span::after {
box-shadow:
    0 0 0 4px rgba(117,92,255,.13),
    0 0 13px rgba(117,92,255,.18);
}

.process-list h3 {
max-width: none;
  min-height: 1.4em;
  margin-bottom: 10px;
  color: #171b27;
  font-size: clamp(1.06rem, 1.22vw, 1.26rem);
  line-height: 1.14;
  letter-spacing: -.025em;
}

.process-list p {
max-width: none;
  margin-bottom: 0;
  color: #364153;
  font-size: .95rem;
  line-height: 1.52;
}

.process-list li:hover > span {
color: #fff;
  background: linear-gradient(135deg,#6d55e9,#a05cf2);
  border-color: rgba(117,92,255,.5);
  box-shadow:
    0 16px 34px rgba(117,92,255,.22),
    0 0 0 8px rgba(117,92,255,.07),
    inset 0 1px 0 rgba(255,255,255,.18);
  transform: translateY(-2px);
}

.process-cta {
display: flex;
  justify-content: center;
  margin-top: 0;
}

.process-cta .button {
min-width: 250px;
  padding: 16px 30px;
  box-shadow: 0 16px 34px rgba(117,92,255,.23), 0 0 0 1px rgba(255,255,255,.16) inset;
}

.process-cta .button:hover {
box-shadow: 0 20px 40px rgba(117,92,255,.29), 0 0 0 1px rgba(255,255,255,.18) inset;
}

.process-proof {
position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
    align-items: center;
    gap: clamp(10px, 1.5vw, 18px);
    margin-top: 10px;
    padding: clamp(12px, 1.35vw, 25px) clamp(18px, 2vw, 33px);
    background: linear-gradient(140deg, rgba(255, 255, 255, .90) 0%, rgba(252, 251, 255, .88) 42%, rgba(246, 247, 251, .79) 100%);
    border: 1px solid rgba(117, 92, 255, .28);
    border-radius: 5px;
    box-shadow: 0 17px 40px rgba(82, 88, 116, .095), inset 0 1px 0 rgba(255, 255, 255, .94), inset 0 -1px 0 rgba(117, 92, 255, .045);
    overflow: hidden;
}

.process-proof::before {
position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 14% 22%, rgba(117,92,255,.08), transparent 18rem),
    radial-gradient(circle at 82% 76%, rgba(117,92,255,.05), transparent 16rem);
  pointer-events: none;
}

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

.process-proof-kicker {
margin: 0 0 5px;
  color: #755cff;
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.process-proof h3 {
margin: 0 0 7px;
  color: #161a27;
  font-size: clamp(1.34rem, 1.65vw, 1.66rem);
  line-height: 1.12;
  letter-spacing: -.03em;
}

.process-proof-copy > p:not(.process-proof-kicker) {
max-width: 520px;
  margin: 0 0 10px;
  color: #3f495b;
  font-size: .94rem;
  line-height: 1.56;
}

.process-proof-list {
display: grid;
  gap: 4px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-proof-list li {
position: relative;
  padding-left: 18px;
  color: #354052;
  font-size: .92rem;
  font-weight: 680;
  line-height: 1.45;
}

.process-proof-list li::before {
position: absolute;
  left: 0;
  top: .53em;
  width: 8px;
  height: 8px;
  content: "";
  background: linear-gradient(135deg, #755cff, #b05cff);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(117,92,255,.08);
}

.process-proof .process-cta {
justify-content: flex-start;
  margin-top: 16px;
}

.process-proof .process-cta .button {
min-width: 290px;
  gap: 6px;
  padding-inline: 34px;
  box-shadow:
    0 21px 44px rgba(117,92,255,.33),
    0 0 0 1px rgba(255,255,255,.20) inset;
}

.process-proof-media {
position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 292px;
  padding: 0 0 8px 0;
}

.process-proof-media::before {
display: none;
}

.process-proof-media img {
position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 270px;
  height: auto;
  margin: -2px 8px 4px auto;
  object-fit: contain;
  transform: translateX(-46px) scale(1.09);
  transform-origin: 100% 50%;
  filter: drop-shadow(0 24px 36px rgba(53,56,77,.20));
}

.faq-section {
position: relative;
  overflow: visible;
  padding: clamp(22px, 3.1vw, 38px) 0 clamp(34px, 3.2vw, 42px);
}

.faq-grid {
display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(0, 1.22fr);
  gap: clamp(2px, .7vw, 8px);
  align-items: start;
}

.faq-copy {
position: relative;
  top: auto;
  z-index: 2;
  max-width: 430px;
  padding-top: 112px;
}

.faq-section .faq-copy > .eyebrow {
margin-bottom: 14px;
  color: #755cff;
  font-size: .74rem;
  font-weight: 830;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.faq-section .faq-copy > h2 {
max-width: 430px;
  margin-bottom: 18px;
  color: #141824;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  font-weight: 560;
  line-height: 1.03;
  letter-spacing: -.038em;
}

.faq-section .faq-copy > p:not(.eyebrow) {
max-width: 420px;
  margin-bottom: 0;
  color: #50596a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.64;
}

.faq-contact {
position: relative;
  max-width: 380px;
  margin-top: 18px;
  padding-top: 16px;
}

.faq-contact::before {
position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 1px;
  content: "";
  background: rgba(117, 92, 255, .10);
}

.faq-contact strong {
display: block;
  margin-bottom: 4px;
  color: #171b27;
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.35;
}

.faq-contact p {
margin: 0 0 14px;
  color: #626a7a;
  font-size: .88rem;
  line-height: 1.52;
}

.faq-contact-button {
min-height: 48px;
  padding: 12px 20px;
  box-shadow:
    0 10px 24px rgba(117,92,255,.18),
    inset 0 1px 0 rgba(255,255,255,.16);
}

.faq-stage {
position: relative;
  min-height: 635px;
  padding-top: 152px;
  margin-left: -12px;
  isolation: isolate;
}

.faq-person {
position: absolute;
  left: -102px;
  top: 152px;
  z-index: 4;
  width: clamp(334px, 29.8vw, 346px);
  pointer-events: none;
  transform: translateY(-28%);
}

.faq-person::after {
content: "";
  position: absolute;
  left: 44px;
  bottom: 8px;
  width: 154px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(28, 33, 49, .24) 0%, rgba(28, 33, 49, .14) 42%, rgba(28, 33, 49, 0) 80%);
  filter: blur(8px);
  z-index: -1;
}

.faq-person img {
display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 18px rgba(39, 44, 58, .12));
}

.faq-list {
position: relative;
    left: 120px;
    z-index: 2;
    width: calc(101% - 40px);
    padding: 20px 50px 12px 30px;
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(97, 105, 127, .26);
    border-radius: 20px;
    box-shadow: 0 18px 42px rgba(44, 52, 76, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.faq-list details {
position: relative;
  border-bottom: 1px solid rgba(127, 138, 160, .13);
  transition: background-color 160ms ease;
}

.faq-list details:last-child {
border-bottom: 0;
}

.faq-list details:hover, .faq-list details:focus-within {
background: rgba(117, 92, 255, .022);
}

.faq-list details[open] {
background: rgba(117, 92, 255, .03);
}

.faq-list summary {
position: relative;
    padding: 22px 50px 22px 35px;
    color: #252b38;
    cursor: pointer;
    list-style: none;
    font-size: 1.18rem;
    font-weight: 400;
    line-height: 1.35;
}

.faq-list details:first-child summary {
padding-top: 20px;
}

.faq-list summary::-webkit-details-marker {
display: none;
}

.faq-list summary::after {
position: absolute;
  right: 4px;
  top: 50%;
  width: 34px;
  height: 34px;
  content: "+";
  color: #755cff;
  background: rgba(117, 92, 255, .06);
  border: 1px solid rgba(117, 92, 255, .11);
  border-radius: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 31px;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.faq-list details:hover summary::after, .faq-list details:focus-within summary::after {
color: #6b55e8;
  background: rgba(117, 92, 255, .12);
  border-color: rgba(117, 92, 255, .2);
}

.faq-list details[open] summary {
color: #111521;
}

.faq-list details[open] summary::after {
content: "−";
  color: #fff;
  background: #8167f3;
  border-color: #8167f3;
}

.faq-list details p {
max-width: 690px;
  padding: 0 52px 22px 12px;
  margin-bottom: 0;
  color: #596273;
  font-size: .94rem;
  line-height: 1.62;
}

/* FAQ compact desktop: preserve the approved desktop composition,
   but keep the card inside the 1180px site container. */
@media (max-width: 1280px) and (min-width: 981px) {
  .faq-section {
    overflow-x: clip;
  }

  .faq-grid {
    grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
    gap: 14px;
  }

  .faq-copy {
    max-width: 400px;
    padding-top: 100px;
  }

  .faq-section .faq-copy > h2,
  .faq-section .faq-copy > p:not(.eyebrow) {
    max-width: 400px;
  }

  .faq-stage {
    min-width: 0;
    min-height: 610px;
    margin-left: 0;
  }

  .faq-person {
    left: -76px;
    width: clamp(292px, 25.5vw, 326px);
  }

  .faq-person::after {
    left: 40px;
    width: 142px;
  }

  .faq-list {
    left: 92px;
    width: calc(100% - 92px);
    max-width: calc(100% - 92px);
    padding: 20px 26px 12px 32px;
  }

  .faq-list summary {
    padding-left: 24px;
    padding-right: 46px;
    font-size: 1.12rem;
  }

  .faq-list details p {
    padding-left: 10px;
    padding-right: 44px;
  }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .faq-grid {
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 12px;
  }

  .faq-copy {
    max-width: 340px;
    padding-top: 88px;
  }

  .faq-section .faq-copy > h2,
  .faq-section .faq-copy > p:not(.eyebrow) {
    max-width: 340px;
  }

  .faq-section .faq-copy > h2 {
    font-size: clamp(2rem, 3.7vw, 2.85rem);
  }

  .faq-person {
    left: -64px;
    width: 288px;
  }

  .faq-list {
    left: 76px;
    width: calc(100% - 76px);
    max-width: calc(100% - 76px);
    padding-inline: 28px 22px;
  }

  .faq-list summary {
    padding-left: 20px;
    padding-right: 44px;
    font-size: 1.07rem;
  }
}

@media (max-width: 980px) {
  .faq-grid {
grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-copy {
max-width: 720px;
    padding-top: 0;
  }

  .faq-section .faq-copy > h2, .faq-section .faq-copy > p:not(.eyebrow) {
max-width: 720px;
  }

  .faq-contact {
max-width: 520px;
  }

  /* Keep the desktop FAQ composition on tablets: the person stays
     to the LEFT of the FAQ card and leans on its top edge. */
  .faq-stage {
min-height: 0;
    padding-top: 146px;
    margin-left: 0;
    overflow: visible;
  }

  .faq-person {
left: -34px;
    top: 146px;
    width: 300px;
    height: auto;
    overflow: visible;
    transform: translateY(-28%);
  }

  .faq-person::after {
left: 42px;
    bottom: 7px;
    width: 132px;
    height: 20px;
    transform: none;
  }

  .faq-list {
left: 156px;
    width: calc(100% - 156px);
    margin-left: 0;
    padding: 20px 28px 12px 34px;
  }

  .process-head {
grid-template-columns: 1fr;
    gap: 12px;
  }

  .process-head > p {
max-width: 720px;
  }

  .process-list {
grid-template-columns: repeat(2,minmax(0,1fr));
    row-gap: 22px;
  }

  .process-list li {
min-height: 154px;
  }

  .process-list li:last-child {
grid-column: 1 / -1;
    width: calc(50% - 8px);
    justify-self: center;
  }

  .process-list::before {
display: none;
  }

  .process-proof {
grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 18px;
  }

  .process-proof-media {
min-height: 0;
    order: 2;
    padding: 4px 0 10px;
  }

  .process-proof-media img {
width: auto;
    max-width: min(100%, 520px);
    max-height: 385px;
    margin: 0 auto;
    transform: none;
    transform-origin: 50% 50%;
  }

  .section-copy {
position: static;
  }
}

@media (max-width: 820px) and (min-width: 721px) {
  .faq-stage {
    padding-top: 136px;
  }

  .faq-person {
    left: -33px;
    top: 136px;
    width: 270px;
    height: auto;
    overflow: visible;
    transform: translateY(-28%);
  }

  .faq-list {
    left: 140px;
    width: calc(100% - 140px);
    padding: 18px 24px 10px 31px;
  }
}

@media (max-width: 720px) {
  .process-list {
grid-template-columns: 1fr;
  }

  .process-section {
padding: 56px 0 44px;
  }

  .process-head {
margin-bottom: 30px;
  }

  .process-head > p {
padding-left: 14px;
  }

  .process-head h2 {
font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .process-list {
display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 4px;
  }

  .process-list::before {
display: block;
    top: 28px;
    bottom: 28px;
    left: 27px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(117,92,255,.32), rgba(117,92,255,.11));
  }

  .process-list li {
display: grid;
    min-height: 0;
    grid-template-columns: 56px minmax(0,1fr);
    gap: 17px;
    padding: 0 0 30px;
  }

  .process-list > li > span {
grid-column: 1;
    width: 54px;
    height: 54px;
    margin-bottom: 0;
  }

  .process-list li > div {
grid-column: 2;
    padding-top: 5px;
  }

  .process-list li:last-child {
grid-column: auto;
    width: auto;
    justify-self: stretch;
  }

  .process-list h3, .process-list p {
max-width: none;
  }

  .process-list h3 {
min-height: 0;
  }

  .process-proof {
margin-top: 16px;
    padding: 16px 16px;
    border-radius: 22px;
  }

  .process-proof h3 {
font-size: 1.28rem;
  }

  .process-proof-copy > p:not(.process-proof-kicker), .process-proof-list li {
font-size: .92rem;
  }

  .process-proof .process-cta .button {
width: 100%;
    min-width: 0;
  }

  .process-proof-media {
min-height: 0;
    padding: 0 0 8px;
  }

  .process-proof-media img {
width: auto;
    max-width: 100%;
    max-height: 330px;
    margin: 0 auto;
    transform: none;
  }

  .faq-section {
padding: 58px 0 20px;
  }

  .faq-contact {
max-width: 100%;
  }

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

  .faq-stage {
padding-top: 126px;
  }

  .faq-person {
left: -32px;
    top: 126px;
    width: 245px;
    height: auto;
    overflow: visible;
    transform: translateY(-28%);
  }

  .faq-list {
left: 124px;
    width: calc(100% - 124px);
    padding: 17px 18px 8px 28px;
    border-radius: 18px;
  }

  .faq-list summary {
padding: 20px 44px 20px 6px;
    font-size: 1.04rem;
  }

  .faq-list details:first-child summary {
padding-top: 18px;
  }

  .faq-list summary::after {
right: 2px;
    width: 34px;
    height: 34px;
    line-height: 31px;
  }

  .faq-list details p {
padding: 0 42px 20px 6px;
    font-size: .93rem;
  }
}

@media (max-width: 600px) and (min-width: 521px) {
  .faq-stage {
    padding-top: 112px;
  }

  .faq-person {
    left: -31px;
    top: 112px;
    width: 215px;
    height: auto;
    overflow: visible;
    transform: translateY(-28%);
  }

  .faq-list {
    left: 106px;
    width: calc(100% - 106px);
    padding: 15px 15px 7px 24px;
  }

  .faq-list summary {
    padding-right: 38px;
  }
}

@media (max-width: 520px) {
  .process-head {
margin-bottom: 26px;
  }

  .process-head > p {
font-size: .9rem;
    line-height: 1.55;
  }

  .process-list li {
grid-template-columns: 50px minmax(0,1fr);
    gap: 14px;
    padding-bottom: 26px;
  }

  .process-list > li > span {
width: 48px;
    height: 48px;
  }

  .process-list::before {
top: 25px;
    bottom: 25px;
    left: 24px;
  }

  .process-list h3 {
font-size: 1.08rem;
  }

  .process-list p {
font-size: .91rem;
    line-height: 1.5;
  }

  .process-proof {
padding: 15px 14px;
  }

  .process-proof .process-cta .button {
padding-inline: 14px;
    font-size: .91rem;
    white-space: nowrap;
  }

  .process-proof-media img {
max-width: min(100%, 420px);
    max-height: 300px;
  }

  .faq-stage {
padding-top: 0;
  }

  .faq-person {
display: none;
  }

  .faq-list {
left: 0;
    width: 100%;
    padding: 14px 14px 6px;
  }

  .faq-list summary {
padding: 18px 40px 18px 4px;
    font-size: 1rem;
  }

  .faq-list details p {
padding: 0 38px 18px 4px;
    font-size: .9rem;
  }
}

.faq-list details[open] {
scroll-margin-top: 92px;
}

.faq-list details[open] > p {
animation: faqAnswerIn 160ms ease-out both;
}

.faq-stage.faq-has-open .faq-person {
z-index: 1;
}

.faq-stage.faq-has-open .faq-list {
background: rgba(255,255,255,.96);
}

@keyframes faqAnswerIn {
from { opacity: 0; transform: translateY(-3px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .faq-section {
overflow-x: clip;
  }

  .faq-stage.faq-has-open .faq-person {
z-index: 4;
  }

  .faq-stage.faq-has-open .faq-list {
background: rgba(255,255,255,.92);
  }
}

@media (max-width: 720px) {
  .faq-section .faq-copy > h2 {
font-size: clamp(2rem, 9vw, 2.9rem);
  }

  .faq-section .faq-copy > p:not(.eyebrow) {
font-size: .96rem;
    line-height: 1.6;
  }

  .faq-contact p {
font-size: .9rem;
  }
}

@media (max-width: 430px) {
  .faq-section {
padding-top: 48px;
  }

  .faq-stage {
padding-top: 0;
  }

  .faq-person {
display: none;
  }

  .faq-list {
left: 0;
    width: 100%;
    padding: 12px 12px 6px;
  }

  .faq-list summary {
padding: 17px 38px 17px 2px;
    font-size: .98rem;
    line-height: 1.35;
  }

  .faq-list details p {
padding: 0 36px 17px 2px;
    font-size: .89rem;
    line-height: 1.58;
  }

  .faq-list summary::after {
width: 32px;
    height: 32px;
    line-height: 29px;
  }
}

/* =========================================================
   16. FINAL CTA — RESPONSIVE / QA MATRIX
   Clean independent implementation.
   Desktop composition stays visually locked; below it the
   section transitions through compact desktop, tablet and
   touch-first phone layouts without squeezing the proof image.
   ========================================================= */

.cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(50px, 5.3vw, 68px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 83% 18%, rgba(255,255,255,.15), transparent 20rem),
    radial-gradient(circle at 12% 105%, rgba(99,61,225,.30), transparent 25rem),
    linear-gradient(118deg, #5e4af0 0%, #7250f6 45%, #9256ff 100%);
}

.cta-section::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(255,255,255,.24) .65px, transparent .65px);
  background-size: 26px 26px;
  opacity: .07;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
}

.cta-section::after {
  position: absolute;
  z-index: -1;
  top: -250px;
  right: -180px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255,255,255,.065);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(255,255,255,.008),
    0 0 0 92px rgba(255,255,255,.006);
  pointer-events: none;
}

.cta-box {
  position: relative;
  display: grid;
  min-height: 300px;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, .84fr);
  align-items: center;
  gap: clamp(46px, 5.8vw, 78px);
  padding: 0;
  color: #fff;
}

.cta-copy {
  position: relative;
  z-index: 3;
  max-width: 690px;
  overflow: visible;
}

.cta-copy .eyebrow {
  margin-bottom: 12px;
  color: rgba(239,235,255,.98);
}

.cta-copy h2 {
  max-width: 690px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 3.65vw, 3.38rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.cta-copy > p:not(.eyebrow) {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.89);
  font-size: 1rem;
  line-height: 1.65;
}

/* ---------- Decision flow ---------- */
.cta-decision-flow {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap !important;
  align-items: center;
  width: max-content;
  max-width: none;
  gap: clamp(9px, .72vw, 12px);
  margin-top: 7px;
  padding: 0;
  white-space: nowrap;
  background: none;
  border: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  cursor: default;
}

.cta-decision-flow::before,
.cta-decision-flow::after {
  display: none;
  content: none;
}

.cta-decision-step {
  position: relative;
  display: inline-flex;
  min-height: clamp(44px, 3.12vw, 51px);
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(7px, .54vw, 9px);
  padding:
    clamp(8px, .56vw, 9px)
    clamp(13px, .92vw, 17px)
    clamp(8px, .56vw, 9px)
    clamp(10px, .70vw, 12px);
  color: rgba(255,255,255,.99);
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  user-select: none;
}

.cta-decision-step-text {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(.84rem, .94vw, 1.03rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.015em;
}

.cta-decision-step-badge {
  display: inline-grid;
  width: clamp(24px, 1.84vw, 28px);
  height: clamp(24px, 1.84vw, 28px);
  flex: 0 0 auto;
  place-items: center;
  color: rgba(255,255,255,.985);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-size: clamp(.61rem, .70vw, .78rem);
  font-weight: 610;
  line-height: 1;
}

.cta-decision-step.is-link {
  background: linear-gradient(180deg, rgba(112,108,198,.67), rgba(80,73,166,.58));
  border-color: rgba(204,201,250,.38);
}

.cta-decision-step.is-link .cta-decision-step-badge {
  background: linear-gradient(135deg, rgba(150,145,229,.82), rgba(91,84,181,.78));
}

.cta-decision-step.is-estimate {
  background: linear-gradient(180deg, rgba(137,103,220,.78), rgba(103,73,195,.70));
  border-color: rgba(227,214,252,.55);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 0 10px rgba(236,221,255,.025);
}

.cta-decision-step.is-estimate .cta-decision-step-badge {
  background: linear-gradient(135deg, rgba(178,139,238,.88), rgba(116,82,206,.86));
}

.cta-decision-step.is-solution {
  background: linear-gradient(180deg, rgba(181,153,226,.66), rgba(143,111,205,.58));
  border-color: rgba(244,232,255,.74);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}

.cta-decision-step.is-solution .cta-decision-step-badge {
  background: linear-gradient(135deg, rgba(213,192,243,.90), rgba(151,118,214,.84));
  border-color: rgba(255,249,255,.32);
}

.cta-decision-arrow {
  display: inline-grid;
  width: clamp(20px, 1.48vw, 24px);
  height: clamp(20px, 1.48vw, 24px);
  flex: 0 0 auto;
  place-items: center;
  color: rgba(255,255,255,.99);
  user-select: none;
}

.cta-decision-arrow svg {
  width: clamp(17px, 1.26vw, 20px);
  height: clamp(17px, 1.26vw, 20px);
}

.cta-decision-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.15;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------- Action card + proof image ---------- */
.cta-action-stage {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  max-width: 460px;
  justify-self: end;
  transform: translateX(-22px);
}

.cta-action {
  position: relative;
  z-index: 3;
  background: linear-gradient(145deg, rgba(255,255,255,.125), rgba(255,255,255,.072));
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px;
  box-shadow:
    0 18px 42px rgba(49,31,131,.13),
    inset 0 1px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.cta-action-stage .cta-action {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  max-width: 460px;
  flex-direction: column;
  justify-self: auto;
  padding: 36px 36px 34px;
  transform: none;
}

.cta-action-stage .cta-store-visual {
  position: absolute;
  z-index: 1;
  left: calc(100% + 58px);
  right: auto;
  top: calc(56.5% - 54px);
  bottom: auto;
  width: clamp(276px, 16.1vw, 314px);
  pointer-events: none;
  opacity: .88;
  transform: rotate(1.35deg);
  transform-origin: 58% 82%;
  filter:
    contrast(1.27)
    saturate(1.08)
    brightness(1.025)
    drop-shadow(-18px 20px 32px rgba(39,22,96,.25))
    drop-shadow(0 0 18px rgba(244,238,255,.15));
}

.cta-action-stage .cta-store-visual::before {
  position: absolute;
  z-index: -1;
  left: 2%;
  top: 22%;
  width: 76%;
  height: 56%;
  content: "";
  background: radial-gradient(circle, rgba(248,243,255,.14), transparent 70%);
  border-radius: 50%;
  filter: blur(17px);
}

.cta-action-stage .cta-store-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.cta-action-kicker {
  position: relative;
  margin: 0 0 15px;
  color: rgba(255,255,255,.99);
  font-size: .985rem;
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: -.014em;
}

.cta-action-kicker::after {
  display: block;
  width: 56px;
  height: 1px;
  margin-top: 11px;
  content: "";
  background: linear-gradient(90deg, rgba(255,255,255,.28), rgba(255,255,255,0));
}

.cta-checklist {
  display: grid;
  gap: 12px;
  padding: 16px 17px 16px 19px;
  margin: 0 0 19px;
  list-style: none;
  background: linear-gradient(180deg, rgba(255,255,255,.052), rgba(255,255,255,.018));
  border: 1px solid rgba(255,255,255,.085);
  border-left: 2px solid rgba(255,255,255,.27);
  border-radius: 17px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.cta-checklist li {
  position: relative;
  padding-left: 31px;
  color: rgba(255,255,255,.87);
  font-size: .93rem;
  font-weight: 525;
  line-height: 1.42;
  letter-spacing: -.012em;
}

.cta-checklist li::before {
  position: absolute;
  left: 0;
  top: .17em;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  content: "✓";
  color: #5b3fe1;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 50%;
  box-shadow: 0 5px 13px rgba(35,22,100,.09);
  font-size: .67rem;
  font-weight: 900;
  line-height: 1;
}

.cta-checklist li:first-child {
  color: rgba(255,255,255,.99);
  font-weight: 690;
}

.cta-checklist li:first-child::before {
  background: #fff;
  border-color: rgba(255,255,255,.82);
}

.cta-main-button {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 52px;
  gap: 8px;
  margin-top: 1px;
  padding: 13px 20px;
  font-weight: 760;
  box-shadow:
    0 8px 18px rgba(43,29,112,.10),
    inset 0 1px 0 rgba(255,255,255,.68);
}

.cta-button-label {
  min-width: 0;
  white-space: nowrap;
}

.cta-button-label-mobile {
  display: none;
}

.cta-no-brief {
  position: relative;
  margin: 15px 0 0;
  padding-top: 15px;
  color: rgba(255,255,255,.97);
  text-align: center;
  border-top: 1px solid rgba(255,255,255,.20);
  font-size: .895rem;
  font-weight: 570;
  line-height: 1.4;
  letter-spacing: -.009em;
  text-shadow: none;
}

.cta-no-brief strong {
  color: #fff;
  font-weight: 780;
}

/* =========================================================
   CTA RESPONSIVE / QA MATRIX — 1280 → 320px
   Image strategy:
   - desktop / compact desktop: same right-side proof, progressively smaller;
   - tablet 900–721: card and proof image share one horizontal stage;
   - phone <=720: proof image is hidden so the conversion path stays clean.
   ========================================================= */

/* ---------- 1280 / compact desktop ---------- */
@media (max-width: 1280px) {
  .cta-box {
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 42px;
  }

  .cta-action-stage {
    transform: translateX(-8px);
  }

  .cta-action-stage .cta-store-visual {
    left: calc(100% + 38px);
    width: 282px;
    opacity: .86;
  }
}

/* ---------- 1180 / compact desktop ---------- */
@media (max-width: 1180px) {
  .cta-section {
    padding-block: 58px;
  }

  .cta-box {
    grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
    gap: 34px;
  }

  .cta-copy h2 {
    font-size: clamp(2rem, 3.9vw, 3.05rem);
  }

  .cta-action-stage {
    width: min(100%, 430px);
    max-width: 430px;
    transform: none;
  }

  .cta-action-stage .cta-action {
    max-width: 430px;
    padding: 32px 30px 30px;
  }

  .cta-action-stage .cta-store-visual {
    left: calc(100% + 24px);
    top: calc(58% - 46px);
    width: 248px;
    opacity: .82;
  }

  .cta-decision-flow {
    gap: 7px;
  }

  .cta-decision-step {
    min-height: 42px;
    padding: 7px 10px 7px 8px;
  }

  .cta-decision-step-text {
    font-size: .82rem;
  }
}

/* ---------- 1024 / small desktop ---------- */
@media (max-width: 1024px) and (min-width: 901px) {
  .cta-section {
    padding-block: 54px;
  }

  .cta-box {
    grid-template-columns: minmax(0, 1fr) minmax(350px, .84fr);
    gap: 28px;
  }

  .cta-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(2rem, 4.25vw, 2.72rem);
  }

  .cta-copy > p:not(.eyebrow) {
    font-size: .95rem;
  }

  .cta-action-stage {
    width: min(100%, 400px);
    max-width: 400px;
  }

  .cta-action-stage .cta-action {
    max-width: 400px;
    padding: 29px 27px 27px;
  }

  .cta-action-stage .cta-store-visual {
    left: calc(100% + 16px);
    top: calc(60% - 38px);
    width: 218px;
    opacity: .78;
  }

  .cta-action-kicker {
    font-size: .93rem;
  }

  .cta-checklist {
    gap: 10px;
    padding: 14px 15px 14px 17px;
    margin-bottom: 16px;
  }

  .cta-checklist li {
    padding-left: 28px;
    font-size: .87rem;
  }

  .cta-decision-flow {
    gap: 5px;
  }

  .cta-decision-step {
    min-height: 38px;
    gap: 5px;
    padding: 6px 8px 6px 6px;
  }

  .cta-decision-step-badge {
    width: 21px;
    height: 21px;
    font-size: .62rem;
  }

  .cta-decision-step-text {
    font-size: .75rem;
  }

  .cta-decision-arrow,
  .cta-decision-arrow svg {
    width: 14px;
    height: 14px;
  }
}

/* ---------- 900 / tablet: copy first, then card + proof image ---------- */
@media (max-width: 900px) {
  .cta-section {
    padding-block: 52px;
  }

  .cta-box {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }

  .cta-copy,
  .cta-copy h2,
  .cta-copy > p:not(.eyebrow) {
    max-width: 760px;
  }

  .cta-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(2rem, 5.5vw, 2.85rem);
  }

  .cta-copy > p:not(.eyebrow) {
    font-size: .96rem;
  }

  .cta-action-stage {
    width: min(100%, 760px);
    max-width: 760px;
    justify-self: start;
    transform: none;
  }

  .cta-action-stage .cta-action {
    width: min(100%, 535px);
    max-width: 535px;
    padding: 30px 29px 28px;
  }

  .cta-action-stage .cta-store-visual {
    left: auto;
    right: 0;
    top: 50%;
    width: 190px;
    opacity: .80;
    transform: translateY(-48%) rotate(1.5deg);
    transform-origin: 55% 80%;
  }

  .cta-decision-flow {
    gap: 6px;
    margin-top: 8px;
  }

  .cta-decision-step {
    min-height: 40px;
    gap: 6px;
    padding: 6px 9px 6px 7px;
  }

  .cta-decision-step-text {
    font-size: .78rem;
  }

  .cta-decision-arrow,
  .cta-decision-arrow svg {
    width: 14px;
    height: 14px;
  }
}

/* ---------- 768 / narrow tablet ---------- */
@media (max-width: 768px) and (min-width: 721px) {
  .cta-section {
    padding-block: 48px;
  }

  .cta-box {
    gap: 27px;
  }

  .cta-copy h2 {
    font-size: clamp(1.95rem, 6.1vw, 2.58rem);
  }

  .cta-action-stage {
    max-width: 700px;
  }

  .cta-action-stage .cta-action {
    width: calc(100% - 175px);
    min-width: 450px;
    max-width: 515px;
    padding: 27px 25px 26px;
  }

  .cta-action-stage .cta-store-visual {
    right: 2px;
    width: 164px;
    opacity: .77;
  }

  .cta-checklist li {
    font-size: .86rem;
  }
}

/* ---------- 720 / phones: conversion path only, proof image removed ---------- */
@media (max-width: 720px) {
  .cta-section {
    padding-block: 46px;
  }

  .cta-section::after {
    width: 410px;
    height: 410px;
    right: -230px;
    top: -190px;
  }

  .cta-box {
    gap: 25px;
  }

  .cta-copy .eyebrow {
    margin-bottom: 10px;
    font-size: .69rem;
    line-height: 1.35;
  }

  .cta-copy h2 {
    max-width: 640px;
    margin-bottom: 13px;
    font-size: clamp(1.9rem, 7.5vw, 2.48rem);
    line-height: 1.045;
    letter-spacing: -.038em;
  }

  .cta-copy > p:not(.eyebrow) {
    font-size: .92rem;
    line-height: 1.56;
  }

  .cta-action-stage {
    width: 100%;
    max-width: 100%;
  }

  .cta-action-stage .cta-action {
    width: 100%;
    max-width: 100%;
    padding: 26px 23px 25px;
    border-radius: 20px;
  }

  .cta-action-stage .cta-store-visual {
    display: none;
  }

  .cta-action-kicker {
    margin-bottom: 12px;
    font-size: .91rem;
  }

  .cta-action-kicker::after {
    width: 48px;
    margin-top: 9px;
  }

  .cta-checklist {
    gap: 10px;
    padding: 14px 14px 14px 16px;
    margin-bottom: 15px;
    border-radius: 15px;
  }

  .cta-checklist li {
    padding-left: 27px;
    font-size: .86rem;
  }

  .cta-main-button {
    min-height: 50px;
  }

  .cta-no-brief {
    margin-top: 12px;
    padding-top: 12px;
    font-size: .83rem;
  }

  .cta-decision-flow {
    gap: 5px;
    margin-top: 8px;
  }

  .cta-decision-step {
    min-height: 36px;
    gap: 5px;
    padding: 5px 8px 5px 6px;
  }

  .cta-decision-step-badge {
    width: 19px;
    height: 19px;
    font-size: .57rem;
  }

  .cta-decision-step-text {
    font-size: .70rem;
  }

  .cta-decision-arrow,
  .cta-decision-arrow svg {
    width: 12px;
    height: 12px;
  }
}

/* ---------- 600 / mobile: switch decision path to a readable vertical flow ---------- */
@media (max-width: 600px) {
  .cta-section {
    padding-block: 42px;
  }

  .cta-box {
    gap: 22px;
  }

  .cta-copy h2 {
    font-size: clamp(1.78rem, 7.9vw, 2.25rem);
  }

  .cta-decision-flow {
    display: grid;
    width: min(100%, 390px);
    max-width: 390px;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 5px;
    margin-top: 12px;
    white-space: normal;
  }

  .cta-decision-step {
    width: 100%;
    min-height: 42px;
    justify-content: flex-start;
    gap: 9px;
    padding: 8px 12px 8px 9px;
    border-radius: 13px;
  }

  .cta-decision-step-badge {
    width: 24px;
    height: 24px;
    font-size: .65rem;
  }

  .cta-decision-step-text {
    font-size: .84rem;
    line-height: 1.2;
  }

  .cta-decision-arrow {
    width: 22px;
    height: 18px;
    justify-self: center;
    transform: rotate(90deg);
  }

  .cta-decision-arrow svg {
    width: 16px;
    height: 16px;
  }
}

/* ---------- 520 / narrow phones ---------- */
@media (max-width: 520px) {
  .cta-section {
    padding-block: 40px;
  }

  .cta-copy .eyebrow {
    font-size: .66rem;
    letter-spacing: .12em;
  }

  .cta-copy h2 {
    font-size: clamp(1.68rem, 8.2vw, 2.05rem);
  }

  .cta-copy > p:not(.eyebrow) {
    font-size: .88rem;
  }

  .cta-action-stage .cta-action {
    padding: 23px 19px 22px;
    border-radius: 18px;
  }

  .cta-action-kicker {
    font-size: .88rem;
  }

  .cta-checklist {
    padding: 13px 13px 13px 15px;
  }

  .cta-checklist li {
    font-size: .83rem;
  }

  .cta-main-button {
    min-height: 50px;
    padding-inline: 14px;
    font-size: .88rem;
  }

  .cta-button-label-desktop {
    display: none;
  }

  .cta-button-label-mobile {
    display: inline;
  }

  .cta-no-brief {
    font-size: .80rem;
  }
}

/* ---------- 430 / compact phones ---------- */
@media (max-width: 430px) {
  .cta-section {
    padding-block: 37px;
  }

  .cta-copy h2 {
    font-size: clamp(1.56rem, 8vw, 1.86rem);
  }

  .cta-copy > p:not(.eyebrow) {
    font-size: .85rem;
  }

  .cta-decision-flow {
    width: 100%;
    max-width: none;
  }

  .cta-decision-step {
    min-height: 40px;
    padding-inline: 8px 10px;
  }

  .cta-decision-step-text {
    font-size: .80rem;
  }

  .cta-action-stage .cta-action {
    padding: 21px 16px 20px;
    border-radius: 17px;
  }

  .cta-action-kicker {
    font-size: .84rem;
  }

  .cta-checklist {
    gap: 9px;
    padding: 12px 11px 12px 13px;
    border-radius: 14px;
  }

  .cta-checklist li {
    padding-left: 25px;
    font-size: .80rem;
  }

  .cta-checklist li::before {
    width: 17px;
    height: 17px;
  }

  .cta-main-button {
    min-height: 49px;
    padding-inline: 10px;
    font-size: .84rem;
  }

  .cta-no-brief {
    font-size: .77rem;
  }
}

/* ---------- 390 / 375 / 360 ---------- */
@media (max-width: 390px) {
  .cta-section {
    padding-block: 35px;
  }

  .cta-copy h2 {
    font-size: clamp(1.48rem, 7.8vw, 1.72rem);
  }

  .cta-action-stage .cta-action {
    padding-inline: 15px;
  }

  .cta-decision-step-text {
    font-size: .77rem;
  }

  .cta-main-button {
    font-size: .81rem;
  }
}

/* ---------- 340 / 320 safety ---------- */
@media (max-width: 340px) {
  .cta-section {
    padding-block: 32px;
  }

  .cta-copy .eyebrow {
    font-size: .61rem;
    letter-spacing: .11em;
  }

  .cta-copy h2 {
    font-size: 1.42rem;
    line-height: 1.06;
  }

  .cta-copy > p:not(.eyebrow) {
    font-size: .82rem;
    line-height: 1.52;
  }

  .cta-decision-step {
    min-height: 39px;
    padding: 7px 8px;
  }

  .cta-decision-step-badge {
    width: 22px;
    height: 22px;
  }

  .cta-decision-step-text {
    font-size: .74rem;
  }

  .cta-action-stage .cta-action {
    padding: 19px 13px 18px;
    border-radius: 16px;
  }

  .cta-action-kicker {
    font-size: .81rem;
  }

  .cta-checklist {
    padding: 11px 10px 11px 12px;
  }

  .cta-checklist li {
    padding-left: 24px;
    font-size: .77rem;
  }

  .cta-main-button {
    min-height: 48px;
    padding-inline: 8px;
    font-size: .78rem;
  }

  .cta-no-brief {
    font-size: .74rem;
  }
}

/* =========================================================
   17. FOOTER — RESPONSIVE / QA MATRIX
   Clean independent implementation.
   Desktop premium composition is preserved; below it the footer
   transitions naturally through compact desktop, tablet and phone.
   ========================================================= */

.site-footer {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  color: #dfe4ef;
  background:
    radial-gradient(circle at 12% 0%, rgba(117,92,255,.085), transparent 24rem),
    radial-gradient(circle at 89% 14%, rgba(164,92,255,.06), transparent 22rem),
    linear-gradient(180deg, #08111f 0%, #060d18 100%);
  border-top: 1px solid rgba(188,174,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.018);
}

.site-footer::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(154,137,255,.18) .65px, transparent .65px);
  background-size: 28px 28px;
  opacity: .065;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

.site-footer::after {
  position: absolute;
  z-index: -1;
  top: -220px;
  right: 9%;
  width: 470px;
  height: 470px;
  content: "";
  background: radial-gradient(circle, rgba(117,92,255,.09), transparent 68%);
  border-radius: 50%;
  pointer-events: none;
}

.footer-ambient {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: min(760px, 70vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143,121,255,.34), transparent);
  box-shadow: 0 0 22px rgba(117,92,255,.12);
  transform: translateX(-50%);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px,1.15fr) minmax(150px,.68fr) minmax(150px,.68fr) minmax(286px,1.05fr);
  align-items: start;
  gap: clamp(30px, 3.8vw, 56px);
  padding: 56px 0 42px;
}

.footer-brand-column {
  min-width: 0;
}

.footer-brand-reference {
  display: inline-flex;
  line-height: 1;
}

.footer-brand-reference img {
  width: auto;
  height: 45px;
  max-width: none;
  object-fit: contain;
  opacity: .96;
  filter: brightness(.97);
  transition: opacity 160ms ease, filter 160ms ease, transform 160ms ease;
}

.footer-brand-reference:hover img,
.footer-brand-reference:focus-visible img {
  opacity: 1;
  filter: brightness(1.035);
  transform: translateY(-1px);
}

.footer-brand-copy {
  max-width: 345px;
  margin: 17px 0 15px;
  color: #929db1;
  font-size: .87rem;
  line-height: 1.62;
}

.footer-brand-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #768299;
  font-size: .71rem;
  font-weight: 650;
  line-height: 1.3;
}

.footer-brand-note i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: linear-gradient(135deg,#755cff,#b05cff);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(117,92,255,.075), 0 0 10px rgba(117,92,255,.18);
}

.footer-nav-block {
  min-width: 0;
  padding-top: 4px;
}

.footer-nav-block strong {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: #f3f5fa;
  font-size: .78rem;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: .025em;
}

.footer-nav-block strong::before {
  width: 5px;
  height: 5px;
  content: "";
  background: #806aff;
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(128,106,255,.32);
}

.footer-nav-block ul {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-nav-block a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8d98ac;
  font-size: .82rem;
  line-height: 1.38;
  transition: color 150ms ease, transform 150ms ease;
}

.footer-nav-block a::after {
  content: "→";
  color: #8f79ff;
  opacity: 0;
  transform: translateX(-3px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.footer-nav-block a:hover,
.footer-nav-block a:focus-visible {
  color: #fff;
  transform: translateX(2px);
}

.footer-nav-block a:hover::after,
.footer-nav-block a:focus-visible::after {
  opacity: .82;
  transform: translateX(0);
}

.footer-contact-panel {
  position: relative;
  display: grid;
  gap: 19px;
  min-width: 0;
  padding: 23px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(117,92,255,.13), transparent 12rem),
    linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid rgba(153,134,255,.14);
  border-radius: 18px;
  box-shadow:
    0 18px 44px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.04);
}

.footer-contact-panel::after {
  position: absolute;
  right: -66px;
  bottom: -72px;
  width: 120px;
  height: 120px;
  content: "";
  border: 1px solid rgba(143,121,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(117,92,255,.018);
  pointer-events: none;
}

.footer-contact-copy,
.footer-contact-tools {
  position: relative;
  z-index: 1;
}

.footer-contact-kicker {
  display: block;
  margin-bottom: 7px;
  color: #8f79ff;
  font-size: .63rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-contact-copy > strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.3;
  letter-spacing: -.018em;
}

.footer-contact-copy p {
  margin: 0;
  color: #8f9aae;
  font-size: .79rem;
  line-height: 1.55;
}

.footer-contact-tools {
  display: grid;
  gap: 11px;
}

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

.footer-social-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 10px;
  color: #b9c2d2;
  background: rgba(255,255,255,.028);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 11px;
  font-size: .72rem;
  font-weight: 680;
  line-height: 1;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.footer-social-icon {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  opacity: .80;
  filter: saturate(.90);
  transition: opacity 150ms ease, filter 150ms ease;
}

.footer-social-icon-max {
  opacity: .75;
  filter: saturate(.85);
}

.footer-social-icon svg {
  width: 24px;
  height: 24px;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #fff;
  background: rgba(117,92,255,.07);
  border-color: rgba(151,132,255,.17);
  transform: translateY(-1px);
}

.footer-social-link:hover .footer-social-icon,
.footer-social-link:focus-visible .footer-social-icon {
  opacity: 1;
  filter: saturate(1);
}

.footer-contact-cta {
  display: inline-flex;
  width: 100%;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 14px 10px 16px;
  color: #f8f7ff;
  background: linear-gradient(135deg, rgba(117,92,255,.18), rgba(164,92,255,.12));
  border: 1px solid rgba(155,136,255,.21);
  border-radius: 11px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
  font-size: .77rem;
  font-weight: 760;
  line-height: 1.2;
  transition: background 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

.footer-contact-cta > span:last-child {
  color: #bbaeff;
  font-size: 1rem;
  transition: transform 150ms ease;
}

.footer-contact-cta:hover,
.footer-contact-cta:focus-visible {
  background: linear-gradient(135deg, rgba(117,92,255,.29), rgba(164,92,255,.20));
  border-color: rgba(175,158,255,.30);
  box-shadow: 0 10px 25px rgba(66,47,153,.10), inset 0 1px 0 rgba(255,255,255,.07);
  transform: translateY(-1px);
}

.footer-contact-cta:hover > span:last-child,
.footer-contact-cta:focus-visible > span:last-child {
  transform: translateX(2px);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 0 24px;
  color: #68748a;
  border-top: 1px solid rgba(255,255,255,.07);
  font-size: .72rem;
  line-height: 1.4;
}

.footer-bottom-note {
  justify-self: center;
  color: #5f6b80;
}

.footer-top-link {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 7px;
  color: #778399;
  transition: color 150ms ease, transform 150ms ease;
}

.footer-top-link span {
  color: #8f79ff;
  transition: transform 150ms ease;
}

.footer-top-link:hover,
.footer-top-link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.footer-top-link:hover span,
.footer-top-link:focus-visible span {
  transform: translateY(-2px);
}

/* =========================================================
   FOOTER RESPONSIVE / QA MATRIX — 1920 → 320px
   Hierarchy:
   desktop = brand | services | help | contact
   tablet = brand | services | help, then full-width contact
   mobile = brand, two navigation groups, contact, bottom meta
   ========================================================= */

/* ---------- 1180 / compact desktop ---------- */
@media (max-width: 1180px) {
  .footer-main {
    grid-template-columns: minmax(235px,1.08fr) minmax(140px,.64fr) minmax(140px,.64fr) minmax(270px,1fr);
    gap: clamp(24px, 3vw, 38px);
    padding: 52px 0 39px;
  }

  .footer-brand-reference img {
    height: 44px;
  }

  .footer-brand-copy {
    max-width: 315px;
    font-size: .85rem;
  }

  .footer-contact-panel {
    padding: 21px;
  }
}

/* ---------- 1024 / small desktop: contact becomes a full-width band ---------- */
@media (max-width: 1024px) {
  .site-footer::after {
    right: -70px;
    width: 420px;
    height: 420px;
  }

  .footer-main {
    grid-template-columns: minmax(250px,1.18fr) repeat(2,minmax(150px,.72fr));
    gap: 30px;
    padding: 48px 0 36px;
  }

  .footer-brand-copy {
    max-width: 360px;
  }

  .footer-contact-panel {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr);
    align-items: center;
    gap: 28px;
    padding: 22px 24px;
  }

  .footer-contact-copy p {
    max-width: 540px;
  }

  .footer-contact-tools {
    width: 100%;
    max-width: 390px;
    justify-self: end;
  }
}

/* ---------- 900 / tablet landscape ---------- */
@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: minmax(230px,1.1fr) repeat(2,minmax(135px,.7fr));
    gap: 26px;
    padding-top: 45px;
  }

  .footer-brand-reference img {
    height: 43px;
  }

  .footer-brand-copy {
    margin: 15px 0 13px;
    font-size: .83rem;
  }

  .footer-nav-block strong {
    margin-bottom: 15px;
  }

  .footer-nav-block ul {
    gap: 10px;
  }

  .footer-nav-block a {
    font-size: .79rem;
  }

  .footer-contact-panel {
    grid-template-columns: minmax(0,1fr) minmax(285px,.8fr);
    gap: 22px;
    padding: 21px 22px;
  }
}

/* ---------- 820 / tablet portrait: brand gets its own row ---------- */
@media (max-width: 820px) {
  .footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 26px 32px;
    padding: 43px 0 34px;
  }

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

  .footer-brand-copy {
    max-width: 560px;
  }

  .footer-contact-panel {
    grid-template-columns: minmax(0,1fr) minmax(280px,.8fr);
  }

  .footer-contact-tools {
    max-width: 360px;
  }
}

/* ---------- 720 / mobile ---------- */
@media (max-width: 720px) {
  .site-footer::before {
    opacity: .05;
  }

  .site-footer::after {
    top: -170px;
    right: -160px;
    width: 350px;
    height: 350px;
  }

  .footer-ambient {
    width: min(560px, 82vw);
  }

  .footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 25px 22px;
    padding: 40px 0 31px;
  }

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

  .footer-brand-reference img {
    height: 42px;
  }

  .footer-brand-copy {
    max-width: 540px;
    margin: 14px 0 12px;
    font-size: .82rem;
    line-height: 1.58;
  }

  .footer-brand-note {
    font-size: .69rem;
  }

  .footer-nav-block {
    padding-top: 0;
  }

  .footer-nav-block strong {
    margin-bottom: 14px;
    font-size: .75rem;
  }

  .footer-nav-block a {
    font-size: .78rem;
    line-height: 1.42;
  }

  .footer-contact-panel {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 20px;
    border-radius: 17px;
  }

  .footer-contact-tools {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .footer-social-link {
    min-height: 44px;
  }

  .footer-contact-cta {
    min-height: 46px;
  }

  .footer-bottom {
    grid-template-columns: 1fr auto;
    gap: 10px 18px;
    padding: 18px 0 21px;
  }

  .footer-bottom-note {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
  }

  .footer-top-link {
    grid-column: 2;
    grid-row: 1;
  }
}

/* ---------- 600 / narrow mobile ---------- */
@media (max-width: 600px) {
  .footer-main {
    gap: 23px 20px;
    padding-top: 38px;
  }

  .footer-contact-copy > strong {
    font-size: .96rem;
  }

  .footer-contact-copy p {
    font-size: .77rem;
  }

  .footer-social-link {
    min-height: 46px;
    font-size: .71rem;
  }

  .footer-contact-cta {
    min-height: 48px;
  }
}

/* ---------- 520 / phones: keep navigation paired, avoid an overly tall footer ---------- */
@media (max-width: 520px) {
  .footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 22px 18px;
    padding: 36px 0 28px;
  }

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

  .footer-brand-reference img {
    height: 40px;
  }

  .footer-brand-copy {
    margin-top: 13px;
    font-size: .80rem;
  }

  .footer-brand-note {
    font-size: .67rem;
  }

  .footer-nav-block strong {
    margin-bottom: 12px;
    font-size: .72rem;
  }

  .footer-nav-block ul {
    gap: 9px;
  }

  .footer-nav-block a {
    max-width: 100%;
    font-size: .75rem;
    overflow-wrap: anywhere;
  }

  .footer-contact-panel {
    padding: 18px;
    border-radius: 16px;
  }

  .footer-socials {
    gap: 7px;
  }

  .footer-social-link {
    min-width: 0;
    padding-inline: 8px;
  }

  .footer-contact-kicker {
    font-size: .60rem;
  }

  .footer-bottom {
    padding-bottom: 19px;
    font-size: .69rem;
  }
}

/* ---------- 430 / compact phones: one clear reading column ---------- */
@media (max-width: 430px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 34px;
  }

  .footer-brand-column,
  .footer-contact-panel {
    grid-column: auto;
  }

  .footer-brand-reference img {
    height: 39px;
  }

  .footer-nav-block {
    padding-bottom: 2px;
  }

  .footer-nav-block + .footer-nav-block {
    padding-top: 1px;
  }

  .footer-nav-block strong {
    margin-bottom: 11px;
  }

  .footer-nav-block ul {
    gap: 8px;
  }

  .footer-nav-block a {
    min-height: 28px;
    align-items: center;
    font-size: .77rem;
  }

  .footer-contact-panel {
    padding: 17px 16px;
  }

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

  .footer-social-link {
    min-height: 46px;
  }

  .footer-bottom {
    gap: 9px 14px;
    font-size: .68rem;
  }
}

/* ---------- 390 / 375 / 360 ---------- */
@media (max-width: 390px) {
  .footer-main {
    gap: 20px;
    padding: 32px 0 26px;
  }

  .footer-brand-reference img {
    height: 38px;
  }

  .footer-brand-copy {
    margin: 12px 0 11px;
    font-size: .78rem;
  }

  .footer-brand-note {
    font-size: .65rem;
  }

  .footer-contact-panel {
    gap: 15px;
    padding: 16px 14px;
  }

  .footer-contact-copy p {
    font-size: .75rem;
  }

  .footer-social-link {
    gap: 6px;
    padding-inline: 7px;
    font-size: .69rem;
  }

  .footer-social-icon,
  .footer-social-icon svg {
    width: 22px;
    height: 22px;
  }

  .footer-social-icon {
    flex-basis: 22px;
  }

  .footer-contact-cta {
    padding-inline: 14px 12px;
    font-size: .74rem;
  }

  .footer-bottom {
    gap: 8px 12px;
    padding: 17px 0 18px;
    font-size: .66rem;
  }
}

/* ---------- 340 / 320 safety ---------- */
@media (max-width: 340px) {
  .site-footer::after {
    right: -190px;
    width: 320px;
    height: 320px;
  }

  .footer-main {
    gap: 19px;
    padding: 30px 0 24px;
  }

  .footer-brand-reference img {
    height: 36px;
  }

  .footer-brand-copy {
    font-size: .76rem;
  }

  .footer-nav-block a {
    font-size: .74rem;
  }

  .footer-contact-panel {
    padding: 15px 13px;
  }

  .footer-social-link {
    padding-inline: 6px;
    font-size: .67rem;
  }

  .footer-contact-cta {
    min-height: 46px;
    font-size: .72rem;
  }

  .footer-bottom {
    grid-template-columns: minmax(0,1fr) auto;
    column-gap: 10px;
    font-size: .64rem;
  }

  .footer-bottom-note {
    max-width: 240px;
  }
}

/* Touch devices: avoid sticky hover movement after a tap. */
@media (hover: none) {
  .footer-brand-reference:hover img,
  .footer-nav-block a:hover,
  .footer-social-link:hover,
  .footer-contact-cta:hover,
  .footer-contact-cta:hover > span:last-child,
  .footer-top-link:hover,
  .footer-top-link:hover span {
    transform: none;
  }
}




/*СТРАНИЦА kontakty и ее стили*/
/* =========================================================
   CONTACTS / DARK CONTACT HUB — PROTOTYPE
   Scratch layer only. Base visuals come from style.css.
   Reuses: .hero, .hero-grid, .hero-copy, .tech-stack,
   .hero-benefits, .hero-actions, .hero-note, .hero-strip,
   .button, .button-ghost and the locked header/footer.
   ========================================================= */

.contact-page {
  background: #060d18;
}

.contact-hero .hero-grid {
  min-height: 500px;
  align-items: center;
}

.contact-hero .hero-copy h1 {
  max-width: 560px;
  font-size: clamp(1.78rem, 5.6vw, 2.75rem);
  line-height: 1.06;
  letter-spacing: -.038em;
}

.contact-hero .hero-text {
  max-width: 545px;
}

.contact-hero .hero-strip {
  margin-top: 12px;
  background: rgba(16,27,47,.82);
  border-color: rgba(143,121,255,.14);
}

.contact-hub {
  display: grid;
  place-items: center;
  perspective: none;
}

.contact-hub-shell {
  position: relative;
  width: min(100%, 530px);
  padding: 26px;
  overflow: visible;
  color: #eef1f8;
  background:
    radial-gradient(circle at 92% 5%, rgba(117,92,255,.18), transparent 14rem),
    linear-gradient(145deg, rgba(17,29,49,.96), rgba(9,18,33,.985));
  border: 1px solid rgba(148,130,255,.24);
  border-radius: 24px;
  box-shadow:
    0 38px 88px rgba(0,0,0,.30),
    0 10px 30px rgba(72,52,168,.06),
    inset 0 1px 0 rgba(255,255,255,.055);
  isolation: isolate;
}

.contact-hub-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background-image: radial-gradient(rgba(151,132,255,.18) .6px, transparent .6px);
  background-size: 22px 22px;
  border-radius: inherit;
  opacity: .10;
  -webkit-mask-image: linear-gradient(135deg, #000, transparent 72%);
  mask-image: linear-gradient(135deg, #000, transparent 72%);
  pointer-events: none;
}

.contact-hub-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-hub-kicker {
  display: block;
  margin-bottom: 6px;
  color: #9f8cff;
  font-size: .68rem;
  font-weight: 820;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-hub-title {
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 1.8vw, 1.58rem);
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.contact-hub-status {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin-top: 2px;
  padding: 7px 10px;
  color: #b9c2d2;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 680;
  line-height: 1;
}

.contact-hub-status::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #31d693;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(49,214,147,.08), 0 0 12px rgba(49,214,147,.24);
}

.contact-hub-channels {
  display: grid;
  gap: 10px;
}

.contact-hub-channel {
  display: grid;
  width: 100%;
  min-height: 72px;
  grid-template-columns: 44px minmax(0,1fr) 30px;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  color: #e8edf7;
  text-align: left;
  background: rgba(255,255,255,.025);
  border: 1px solid rgba(255,255,255,.075);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.contact-hub-channel:hover,
.contact-hub-channel:focus-visible {
  color: #fff;
  background: rgba(117,92,255,.075);
  border-color: rgba(151,132,255,.18);
  transform: translateX(2px);
}

.contact-hub-channel-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #9f8cff;
  background: rgba(117,92,255,.08);
  border: 1px solid rgba(151,132,255,.13);
  border-radius: 12px;
}

.contact-hub-channel-icon svg {
  width: 30px;
  height: 30px;
}

.contact-hub-channel-icon-form svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-hub-channel-copy {
  min-width: 0;
}

.contact-hub-channel-copy strong,
.contact-hub-channel-copy small {
  display: block;
}

.contact-hub-channel-copy strong {
  color: inherit;
  font-size: .9rem;
  font-weight: 720;
  line-height: 1.25;
}

.contact-hub-channel-copy small {
  margin-top: 4px;
  color: #8792a7;
  font-size: .72rem;
  line-height: 1.35;
}

.contact-hub-channel-arrow {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  justify-self: end;
  color: #a994f8;
  background: rgba(117,92,255,.06);
  border: 1px solid rgba(151,132,255,.11);
  border-radius: 9px;
  transition: color 150ms ease, background-color 150ms ease, transform 150ms ease;
}

.contact-hub-channel-arrow svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-hub-channel:hover .contact-hub-channel-arrow,
.contact-hub-channel:focus-visible .contact-hub-channel-arrow {
  color: #fff;
  background: rgba(117,92,255,.14);
  transform: translateX(2px);
}

.contact-hub-meta {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 9px;
  margin-top: 12px;
}

.contact-hub-meta-item {
  min-width: 0;
  padding: 12px 13px;
  background: rgba(255,255,255,.018);
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 12px;
}

.contact-hub-meta-item span,
.contact-hub-meta-item strong {
  display: block;
}

.contact-hub-meta-item span {
  margin-bottom: 4px;
  color: #7f8aa0;
  font-size: .66rem;
  line-height: 1.3;
}

.contact-hub-meta-item strong {
  color: #dfe4ef;
  font-size: .76rem;
  font-weight: 680;
  line-height: 1.35;
}

.contact-hub-float {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #dbe1ed;
  background: rgba(13,24,43,.96);
  border: 1px solid rgba(145,126,255,.18);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0,0,0,.24);
  font-size: .68rem;
  font-weight: 720;
  line-height: 1;
  letter-spacing: .02em;
  pointer-events: none;
}

.contact-hub-float::before {
  width: 6px;
  height: 6px;
  content: "";
  background: linear-gradient(135deg,#755cff,#b05cff);
  border-radius: 50%;
  box-shadow: 0 0 9px rgba(143,121,255,.35);
}

.contact-hub-float-primary {
  top: -20px;
  left: 28px;
}

.contact-hub-float-secondary {
  right: 26px;
  bottom: -18px;
}

@media (max-width: 980px) and (min-width: 821px) {
  .contact-hub-shell {
    padding: 20px;
  }

  .contact-hub-head {
    gap: 12px;
  }

  .contact-hub-channel {
    min-height: 66px;
    grid-template-columns: 40px minmax(0,1fr) 28px;
    gap: 10px;
    padding: 10px;
  }

  .contact-hub-channel-icon {
    width: 38px;
    height: 38px;
  }

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

@media (max-width: 820px) {
  .contact-hero .hero-grid {
    min-height: 0;
    align-items: start;
  }

  .contact-hub {
    min-height: 0;
    margin-top: 10px;
  }

  .contact-hub-shell {
    width: min(100%, 600px);
  }
}

@media (max-width: 720px) {
  .contact-hub {
    width: min(100%, 560px);
    min-height: 0;
    margin-top: 8px;
  }

  .contact-hub-shell {
    padding: 19px;
    border-radius: 19px;
  }

  .contact-hub-head {
    margin-bottom: 15px;
  }

  .contact-hub-status {
    padding: 6px 9px;
    font-size: .64rem;
  }

  .contact-hub-channel {
    min-height: 64px;
  }

  .contact-hub-meta-item {
    padding: 11px 12px;
  }
}

@media (max-width: 520px) {
  .contact-hub-shell {
    padding: 16px;
    border-radius: 17px;
  }

  .contact-hub-head {
    display: grid;
    gap: 9px;
  }

  .contact-hub-status {
    width: fit-content;
    margin-top: 0;
  }

  .contact-hub-channel {
    min-height: 62px;
    grid-template-columns: 38px minmax(0,1fr) 28px;
    gap: 9px;
    padding: 9px;
    border-radius: 12px;
  }

  .contact-hub-channel-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .contact-hub-channel-icon svg {
    width: 27px;
    height: 27px;
  }

  .contact-hub-channel-icon-form svg {
    width: 18px;
    height: 18px;
  }

  .contact-hub-channel-copy strong {
    font-size: .86rem;
  }

  .contact-hub-channel-copy small {
    font-size: .69rem;
  }

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

  .contact-hub-float {
    display: none;
  }
}

@media (max-width: 390px) {
  .contact-hub-shell {
    padding: 14px;
  }

  .contact-hub-channel {
    grid-template-columns: 36px minmax(0,1fr) 26px;
    gap: 8px;
  }

  .contact-hub-channel-icon {
    width: 34px;
    height: 34px;
  }

  .contact-hub-channel-arrow {
    width: 26px;
    height: 26px;
  }
}

@media (hover: none) {
  .contact-hub-channel:hover,
  .contact-hub-channel:hover .contact-hub-channel-arrow {
    transform: none;
  }
}


/* Contacts page: replace hero-strip numbers with check icons */
.contact-page .hero-strip > div span {
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  padding: 0;
  border-radius: 999px;
  background: rgba(126, 100, 255, .14);
  border: 1px solid rgba(143, 121, 255, .26);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
  font-size: 0;
}

.contact-page .hero-strip > div span::before {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  color: #8f79ff;
}


/* =========================================================
   CONTACTS / REQUEST SECTION
   Reuses the main-page Services cards and support band.
   New CSS is limited to the form grid and unique content rows.
   ========================================================= */

.contact-work-section {
  scroll-margin-top: 82px;
}

.contact-work-grid {
  align-items: stretch;
}

.contact-form-card,
.contact-response-card {
  min-height: 0;
}

.contact-form-card {
  display: flex;
}

.contact-form-card > p:not(.form-note) {
  max-width: 520px;
  margin-bottom: 22px;
  color: #535c6d;
  font-size: .93rem;
  line-height: 1.58;
}

.contact-form-fields {
  display: grid;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto minmax(210px, 1fr);
  gap: 14px;
  margin-bottom: 18px;
}

.contact-form-fields label {
  margin: 0;
}

.contact-field-wide {
  grid-column: 1 / -1;
}

.contact-form-card input,
.contact-form-card textarea {
  background: rgba(255,255,255,.86);
}

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

.contact-form-card .contact-field-wide:last-child {
  display: flex;
  flex-direction: column;
}

.contact-form-card .contact-field-wide:last-child textarea {
  flex: 1;
  height: 100%;
}

.contact-form-submit {
  width: 100%;
  margin-top: 0;
}

.contact-response-card {
  padding-bottom: 28px;
}

.contact-response-lead {
  max-width: 500px;
  margin-bottom: 21px;
  color: #535c6d;
  font-size: .93rem;
  line-height: 1.58;
}

.contact-response-list {
  display: grid;
  gap: 0;
  margin-top: 2px;
  border-top: 1px solid rgba(82,90,109,.15);
}

.contact-response-item {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(82,90,109,.13);
}

.contact-response-item:last-child {
  border-bottom: 0;
}

.contact-response-copy {
  min-width: 0;
}

.contact-response-copy strong,
.contact-response-copy small {
  display: block;
}

.contact-response-copy strong {
  margin-bottom: 4px;
  color: #202634;
  font-size: .92rem;
  font-weight: 760;
  line-height: 1.3;
}

.contact-response-copy small {
  color: #626c7c;
  font-size: .78rem;
  line-height: 1.48;
}

.contact-start-band {
  margin-top: 18px;
}

.contact-start-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.contact-start-checks span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: #3f4858;
  background: rgba(255,255,255,.66);
  border: 1px solid rgba(117,92,255,.13);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 680;
  line-height: 1.2;
}

.contact-start-checks span::before {
  display: grid;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  place-items: center;
  content: "✓";
  color: #fff;
  background: linear-gradient(135deg, #755cff, #a45cff);
  border-radius: 50%;
  font-size: .61rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 720px) {
  .contact-form-fields {
    flex: none;
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

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

  .contact-field-wide {
    grid-column: auto;
  }

  .contact-response-item {
    grid-template-columns: 48px minmax(0,1fr);
    gap: 12px;
    padding-block: 13px;
  }
}

@media (max-width: 430px) {
  .contact-start-checks {
    display: grid;
    grid-template-columns: 1fr;
  }

  .contact-start-checks span {
    width: 100%;
    border-radius: 12px;
  }
}

/* Decorative workflow inside the existing "После обращения" card. */
.contact-response-visual {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding-top: 0;
  overflow: visible;
}

.contact-response-visual img {
  display: block;
  width: calc(100% + 20px);
  max-width: none;
  height: auto;
  margin-inline: -10px;
  object-fit: contain;
  opacity: .98;
  filter: drop-shadow(0 16px 28px rgba(61, 48, 132, .14));
}

/*СТРАНИЦА Обо мне и ее стили*/
/* =========================================================
   ABOUT / WA LAB — HERO POLISH
   Scratch layer for o-mne.html only.
   Main style.css remains the visual foundation.
   ========================================================= */

.about-page {
  background: #060d18;
}

/* 1, 2, 4, 5, 13 — compact and better-connected desktop composition. */
.about-hero .hero-grid {
  min-height: 500px;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  align-items: start;
  gap: clamp(22px, 2.5vw, 34px);
}

.about-hero .hero-copy {
  max-width: 615px;
}

.about-hero .hero-copy h1 {
  max-width: 615px;
  margin-bottom: 20px;
  font-size: clamp(2.04rem, 3.05vw, 2.54rem);
  line-height: 1.045;
  letter-spacing: -.041em;
}

.about-hero-line,
.about-hero-accent {
  display: block;
}

.about-hero-line {
  width: fit-content;
  max-width: 100%;
}

/* 6 — calmer blue/violet accent, no hot-magenta finish. */
.about-hero-accent {
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  color: #8092ff;
  background: linear-gradient(90deg, #6497e8 0%, #7783ec 52%, #8f73dc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: .9em;
  letter-spacing: -.043em;
  white-space: nowrap;
}

.about-hero .hero-text {
  max-width: 610px;
  margin-bottom: 22px;
  color: #a8b2c5;
}

.about-hero-bio strong {
  color: #f1f4fb;
  font-weight: 780;
}

.about-hero-bio-note {
  display: block;
  margin-top: 8px;
  color: #b6c0d0;
}


/* 8 — slightly stronger middle hierarchy without turning benefits into cards. */
.about-hero .hero-benefits {
  gap: 12px;
  margin-bottom: 22px;
}

.about-hero .hero-benefit-icon {
  width: 45px;
  height: 45px;
}

.about-hero .hero-benefit strong {
  font-size: .96rem;
}

.about-hero .hero-benefit small {
  color: #9aa5b8;
  font-size: .79rem;
}

.about-hero .hero-actions {
  margin-bottom: 0;
}

.about-hero .tech-stack li:nth-child(3),
.about-hero .tech-stack li:nth-child(4) {
  opacity: .76;
}

/* 2, 4, 5 — keep current scale, shift left and slightly lower instead of enlarging again. */
.about-hero-visual {
  display: flex;
  min-height: 500px;
  align-items: flex-end;
  justify-content: center;
  perspective: none;
  isolation: isolate;
  overflow: visible;
  transform: translateY(-40px);
}

/* 16 from the minor list is intentionally NOT part of this requested 15-step pass.
   Halo remains restrained; only its position follows the image. */
.about-hero-visual::before {
  position: absolute;
  z-index: -1;
  left: 45%;
  bottom: 1%;
  width: min(104%, 640px);
  aspect-ratio: 1;
  content: "";
  background:
    radial-gradient(circle at 50% 48%, rgba(74,106,255,.22), transparent 46%),
    radial-gradient(circle at 67% 58%, rgba(157,88,255,.15), transparent 58%);
  border-radius: 50%;
  filter: blur(24px);
  transform: translateX(-50%);
  pointer-events: none;
}

.about-hero-visual::after {
  position: absolute;
  z-index: -1;
  left: 46%;
  bottom: -5px;
  width: min(78%, 470px);
  height: 54px;
  content: "";
  background: radial-gradient(ellipse at center, rgba(79,91,255,.18), rgba(50,37,120,.07) 45%, transparent 76%);
  border-radius: 50%;
  filter: blur(10px);
  transform: translateX(-50%);
  pointer-events: none;
}

.about-hero-person {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 118%;
  max-height: 655px;
  height: auto;
  margin: 0;
  object-fit: contain;
  transform: translate(-48px, 58px);
  transform-origin: 50% 100%;
  filter:
    saturate(.95)
    drop-shadow(0 36px 54px rgba(0,0,0,.31))
    drop-shadow(0 0 26px rgba(75,91,255,.12));
}

/* 7, 14, 15 — sequential method strip, still using non-numeric check markers. */
.about-page .hero-strip {
  margin-top: 18px;
}

.about-page .hero-strip > div {
  min-height: 88px;
  grid-template-columns: 38px minmax(0,1fr);
  padding-block: 15px;
}

.about-page .hero-strip > div span {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  padding: 0;
  border: 1px solid rgba(143,121,255,.28);
  border-radius: 50%;
  background: rgba(126,100,255,.15);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055);
  font-size: 0;
}

.about-page .hero-strip > div span::before {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "✓";
  color: #9584ff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}

.about-page .hero-strip strong {
  font-size: .98rem;
}

.about-contact-band {
  margin-top: 18px;
}

/* 10 and 12 are explicit keep-decisions:
   tech-stack and CTA structure remain inherited from the locked Hero. */

/* Compact two-column range from the base Hero. */
@media (max-width: 980px) and (min-width: 821px) {
  .about-hero .hero-grid {
    min-height: 485px;
    grid-template-columns: minmax(0,1fr) minmax(390px,.9fr);
    gap: 20px;
  }

  .about-hero .hero-copy h1 {
    font-size: clamp(1.92rem, 3.65vw, 2.3rem);
  }

  .about-hero-accent {
    font-size: .88em;
  }

  .about-hero-visual {
    min-height: 485px;
    transform: translateY(-24px);
  }

  .about-hero-person {
    max-width: 112%;
    max-height: 560px;
    transform: translate(-30px, 44px);
  }

  .about-hero-visual::before {
    left: 47%;
  }

  .about-hero-visual::after {
    left: 48%;
  }

  .about-page .hero-strip {
    margin-top: 14px;
  }
}

@media (max-width: 820px) {
  .about-hero .hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }

  .about-hero .hero-copy,
  .about-hero .hero-copy h1,
  .about-hero .hero-text {
    max-width: 720px;
  }

  .about-hero-line {
    width: auto;
  }

  .about-hero-accent {
    width: auto;
    white-space: normal;
  }

  .about-hero-visual {
    min-height: 0;
    margin-top: -6px;
    transform: none;
  }

  .about-page .hero-strip {
    margin-top: 4px;
  }

  .about-hero-person {
    max-width: 100%;
    max-height: 545px;
    transform: translateY(16px);
  }

  .about-hero-visual::before {
    left: 50%;
    width: min(92%, 540px);
  }

  .about-hero-visual::after {
    left: 50%;
    width: min(72%, 420px);
  }
}

@media (max-width: 720px) {
  .about-hero-bio-note {
    margin-top: 7px;
  }

  .about-hero .hero-copy h1 {
    font-size: clamp(1.86rem, 7.4vw, 2.3rem);
  }

  .about-hero-accent {
    margin-top: 3px;
    font-size: .93em;
  }

  .about-hero .hero-benefit-icon {
    width: 42px;
    height: 42px;
  }

  .about-hero .hero-benefit strong {
    font-size: .93rem;
  }

  .about-hero .hero-benefit small {
    font-size: .76rem;
  }

  .about-hero-person {
    max-width: 98%;
    max-height: clamp(340px, 95vw, 485px);
    transform: translateY(10px);
  }

  .about-hero-visual::before {
    width: min(94%, 460px);
    filter: blur(19px);
  }

  .about-page .hero-strip {
    margin-top: 6px;
  }

  .about-page .hero-strip > div {
    min-height: 78px;
    padding-block: 13px;
  }
}

/* =========================================================
   ABOUT / SECOND BLOCK — COMPACT DENSITY
   Remove unused vertical volume without changing the visual system.
   ========================================================= */

.about-page #about-approach {
  padding-block: clamp(54px, 5.5vw, 70px);
}

.about-page #about-approach .approach-intro {
  margin-bottom: 20px;
}

.about-page #about-approach .approach-intro h2 {
  margin-bottom: 10px;
}

.about-page #about-approach .approach-grid {
  gap: 14px;
}

.about-page #about-approach .approach-card {
  min-height: 158px;
  padding: 18px 20px 17px;
  border-radius: 20px;
}

.about-page #about-approach .approach-card-head {
  min-height: 48px;
  gap: 12px;
  margin-bottom: 8px;
}

.about-page #about-approach .approach-card-icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-radius: 14px;
}

.about-page #about-approach .approach-card-icon svg {
  width: 22px;
  height: 22px;
}

.about-page #about-approach .approach-card h3 {
  font-size: clamp(1.16rem, 1.55vw, 1.42rem);
  line-height: 1.08;
}

.about-page #about-approach .approach-card p {
  max-width: 470px;
  font-size: .91rem;
  line-height: 1.48;
}

.about-page #about-approach .approach-card-art {
  width: 116px;
  height: 116px;
  bottom: -30px;
}

.about-page #about-approach .about-contact-band {
  margin-top: 14px;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 21px;
}

.about-page #about-approach .service-support-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
}

.about-page #about-approach .service-support-band h3 {
  margin-bottom: 5px;
  font-size: clamp(1.24rem, 1.75vw, 1.52rem);
}

.about-page #about-approach .service-support-band p {
  max-width: 700px;
  font-size: .9rem;
  line-height: 1.48;
}

@media (max-width: 720px) {
  .about-page #about-approach {
    padding-block: 46px;
  }

  .about-page #about-approach .approach-card {
    min-height: 0;
    padding: 17px 18px 16px;
  }

  .about-page #about-approach .about-contact-band {
    padding: 20px;
  }
}

/* =========================================================
   ABOUT / SECOND BLOCK — PROJECT MAP BACKGROUND
   Decorative lower layer: visible only in negative space,
   with selected fragments peeking around/behind the cards.
   ========================================================= */

.about-page #about-approach {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about-page #about-approach .about-approach-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: .27;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 8%,
    #000 91%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 8%,
    #000 91%,
    transparent 100%
  );
}

.about-page #about-approach .about-approach-bg img {
  position: absolute;
  top: 26px;
  left: 50%;
  display: block;
  width: min(1760px, 112vw);
  max-width: none;
  height: auto;
  transform: translateX(-50%);
  transform-origin: center top;
  filter: saturate(.72) contrast(.9) brightness(1.03);
}

.about-page #about-approach > .approach-decor {
  z-index: 1;
}

.about-page #about-approach > .container {
  position: relative;
  z-index: 2;
}

/* Let the map remain a background accent rather than a fifth card. */
.about-page #about-approach .approach-intro,
.about-page #about-approach .approach-card,
.about-page #about-approach .about-contact-band {
  position: relative;
}

@media (max-width: 980px) {
  .about-page #about-approach .about-approach-bg {
    opacity: .20;
  }

  .about-page #about-approach .about-approach-bg img {
    top: 54px;
    left: 54%;
    width: 1480px;
  }
}

@media (max-width: 720px) {
  .about-page #about-approach .about-approach-bg {
    display: none;
  }
}

/* =========================================================
   ABOUT / FULL MOBILE PASS
   Desktop remains untouched. Page-scoped responsive tuning only.
   ========================================================= */

@media (max-width: 820px) {
  .about-hero .hero-grid {
    gap: 12px;
  }

  .about-hero .hero-copy {
    width: 100%;
  }

  .about-hero .tech-stack {
    margin-bottom: 18px;
  }

  .about-hero .hero-copy h1 {
    margin-bottom: 16px;
  }

  .about-hero .hero-text {
    max-width: 680px;
    margin-bottom: 18px;
    font-size: .95rem;
    line-height: 1.58;
  }

  .about-hero-bio-note {
    margin-top: 7px;
  }

  .about-hero .hero-benefits {
    gap: 10px;
    margin-bottom: 18px;
  }

  .about-hero .hero-benefit {
    min-width: 0;
  }

  .about-hero .hero-actions {
    gap: 10px;
  }

  .about-hero-visual {
    width: 100%;
    margin-top: 2px;
  }

  .about-hero-person {
    width: min(100%, 560px);
    max-width: 100%;
    max-height: none;
    margin-inline: auto;
    transform: translateY(6px);
  }

  .about-page .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 12px;
  }

  .about-page .hero-strip > div {
    min-height: 76px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 12px 14px;
  }

  .about-page #about-approach {
    padding-block: 48px;
  }

  .about-page #about-approach .approach-intro {
    margin-bottom: 18px;
  }

  .about-page #about-approach .approach-intro h2 {
    max-width: 720px;
    font-size: clamp(1.85rem, 5.5vw, 2.35rem);
  }

  .about-page #about-approach .approach-lead {
    max-width: 700px;
  }

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

  .about-page #about-approach .approach-card {
    min-height: 0;
  }

  .about-page #about-approach .about-contact-band {
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: start;
  }

  .about-page #about-approach .service-support-button {
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .about-hero .tech-stack {
    gap: 7px;
    margin-bottom: 16px;
  }

  .about-hero .tech-stack li {
    min-height: 30px;
    padding-inline: 11px;
    font-size: .75rem;
  }

  .about-hero .eyebrow {
    margin-bottom: 10px;
  }

  .about-hero .hero-copy h1 {
    margin-bottom: 15px;
    font-size: clamp(1.82rem, 7.1vw, 2.25rem);
    line-height: 1.06;
  }

  .about-hero-accent {
    margin-top: 4px;
    font-size: .9em;
  }

  .about-hero .hero-text {
    margin-bottom: 17px;
    font-size: .92rem;
    line-height: 1.56;
  }

  .about-hero .hero-benefit {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
  }

  .about-hero .hero-benefit-icon {
    width: 42px;
    height: 42px;
  }

  .about-hero .hero-benefit strong {
    font-size: .91rem;
  }

  .about-hero .hero-benefit small {
    font-size: .75rem;
    line-height: 1.45;
  }

  .about-hero .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .about-hero .hero-actions .button {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .about-hero-person {
    width: min(100%, 500px);
    transform: translateY(4px);
  }

  .about-page .hero-strip {
    margin-top: 10px;
  }

  .about-page .hero-strip > div {
    min-height: 72px;
  }

  .about-page #about-approach {
    padding-block: 44px;
  }

  .about-page #about-approach .approach-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .about-page #about-approach .approach-card {
    padding: 17px 18px 16px;
  }

  .about-page #about-approach .approach-card h3 {
    font-size: 1.15rem;
  }

  .about-page #about-approach .approach-card p {
    max-width: none;
    font-size: .88rem;
  }

  .about-page #about-approach .about-contact-band {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 13px;
    padding: 19px 18px;
  }

  .about-page #about-approach .service-support-icon {
    width: 50px;
    height: 50px;
  }

  .about-page #about-approach .service-support-band h3 {
    font-size: 1.2rem;
  }

  .about-page #about-approach .service-support-band p {
    font-size: .86rem;
  }
}

@media (max-width: 520px) {
  .about-hero .tech-stack {
    flex-wrap: wrap;
  }

  .about-hero .hero-copy h1 {
    font-size: clamp(1.72rem, 8vw, 2rem);
  }

  .about-hero .hero-text {
    font-size: .89rem;
  }

  .about-hero .hero-benefit {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .about-hero .hero-benefit-icon {
    width: 40px;
    height: 40px;
  }

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

  .about-hero-person {
    width: min(100%, 430px);
  }

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

  .about-page .hero-strip > div {
    min-height: 0;
    grid-template-columns: 32px minmax(0, 1fr);
    padding: 11px 13px;
  }

  .about-page .hero-strip > div + div {
    border-top: 1px solid rgba(141, 125, 255, .12);
  }

  .about-page #about-approach {
    padding-block: 40px;
  }

  .about-page #about-approach .approach-intro h2 {
    font-size: clamp(1.65rem, 7vw, 1.95rem);
  }

  .about-page #about-approach .approach-card-head {
    min-height: 44px;
  }

  .about-page #about-approach .approach-card-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .about-page #about-approach .approach-card-icon svg {
    width: 20px;
    height: 20px;
  }

  .about-page #about-approach .about-contact-band {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .about-page #about-approach .service-support-icon {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 430px) {
  .about-hero .hero-copy h1 {
    font-size: clamp(1.58rem, 8.2vw, 1.82rem);
    letter-spacing: -.035em;
  }

  .about-hero .hero-text {
    font-size: .87rem;
    line-height: 1.52;
  }

  .about-hero .hero-benefit strong {
    font-size: .88rem;
  }

  .about-hero .hero-benefit small {
    font-size: .73rem;
  }

  .about-hero-person {
    width: min(100%, 390px);
  }

  .about-page .hero-strip strong {
    font-size: .92rem;
  }

  .about-page #about-approach .approach-intro h2 {
    font-size: clamp(1.5rem, 7.4vw, 1.78rem);
  }

  .about-page #about-approach .approach-lead {
    font-size: .87rem;
  }

  .about-page #about-approach .approach-card {
    border-radius: 16px;
  }

  .about-page #about-approach .about-contact-band {
    grid-template-columns: 1fr;
    border-radius: 17px;
  }

  .about-page #about-approach .service-support-icon {
    margin-bottom: 2px;
  }

  .about-page #about-approach .service-support-button {
    grid-column: auto;
  }
}

@media (max-width: 360px) {
  .about-hero .hero-copy h1 {
    font-size: 1.5rem;
  }

  .about-hero .tech-stack li {
    padding-inline: 9px;
    font-size: .71rem;
  }

  .about-hero-person {
    width: min(100%, 340px);
  }

  .about-page #about-approach .approach-card {
    padding: 15px 16px;
  }

  .about-page #about-approach .approach-card h3 {
    font-size: 1.06rem;
  }

  .about-page #about-approach .approach-card p {
    font-size: .84rem;
  }
}
/* =========================================================
   DESIGN 404 page
   ========================================================= */
    .error-page {
      min-height: 100vh;
      display: grid;
      place-items: center;
      padding: 40px 0;
      background:
        radial-gradient(circle at 50% 20%, rgba(117, 92, 255, .18), transparent 36%),
        #08111f;
    }

    .error-card {
      width: min(calc(100% - 40px), 760px);
      text-align: center;
    }

    .error-logo {
      width: 150px;
      height: auto;
      margin: 0 auto 48px;
      display: block;
    }

    .error-code {
      margin: 0 0 12px;
      color: #8f79ff;
      font-size: clamp(5rem, 18vw, 10rem);
      font-weight: 850;
      line-height: .8;
      letter-spacing: -.07em;
    }

    .error-card h1 {
      margin-bottom: 18px;
      font-size: clamp(2rem, 6vw, 3.7rem);
	  font-weight: 590;
    }

    .error-card p {
      max-width: 570px;
      margin: 0 auto 32px;
      color: #b4bdd0;
    }

    .error-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
    }