:root {
  --color-ink: #1d1d1f;
  --color-soft-ink: #49494d;
  --color-muted: #6e6e73;
  --color-bg: #fafafa;
  --color-section: #f8fafc;
  --color-surface: #ffffff;
  --color-surface-alt: #e8e8ed;
  --color-line: #e5e7eb;
  --color-blue: #0071e3;
  --color-blue-hover: #0066cc;
  --color-blue-soft: #d9edff;
  --color-blue-text: #0066cc;
  --color-blue-light: #2997ff;
  --color-dark: #1d1d1f;
  --color-success: #1f7a4d;
  --color-error: #b42318;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: 1180px;
  --gutter: clamp(18px, 4vw, 40px);
  --section-padding-y: clamp(86px, 7vw, 112px);
  --section-padding-y-compact: clamp(78px, 6.5vw, 102px);
  --section-head-gap: clamp(46px, 4.5vw, 64px);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 26px rgb(0 0 0 / 6%);
  --shadow-lg: 0 18px 44px rgb(0 0 0 / 10%);
  color-scheme: light;
}

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

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--color-ink);
  background: var(--color-bg);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
}

[hidden] {
  display: none !important;
}

[id] {
  scroll-margin-top: 84px;
}

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

h1,
h2,
h3 {
  color: var(--color-ink);
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(31px, 3.45vw, 46px);
  font-weight: 800;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 750;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(19px, 1.45vw, 22px);
  font-weight: 750;
}

p {
  color: var(--color-muted);
}

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

.u-skip-link {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 50%;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  color: #fff;
  background: var(--color-blue);
  border-radius: 999px;
  opacity: 0;
  white-space: nowrap;
  transform: translate(-50%, -140%);
}

.u-skip-link:focus,
.u-skip-link:focus-visible {
  top: 0;
  width: auto;
  height: auto;
  padding: 10px 14px;
  overflow: visible;
  clip: auto;
  clip-path: none;
  opacity: 1;
  transform: translate(-50%, 16px);
}

.u-skip-link:not(:focus):not(:focus-visible) {
  top: -160px;
  pointer-events: none;
  transform: translate(-50%, -100%);
}

:focus-visible {
  outline: 3px solid rgb(0 113 227 / 28%);
  outline-offset: 3px;
}

@keyframes softReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroProjectFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -3px, 0);
  }
}

@keyframes responsivePreview {
  0%,
  22% {
    width: 190px;
    min-height: 360px;
  }

  42%,
  64% {
    width: 330px;
    min-height: 300px;
  }

  84%,
  100% {
    width: 520px;
    min-height: 280px;
  }
}

@keyframes webdesignBuild {
  0%,
  18% {
    opacity: .64;
    transform: translate3d(-24px, 10px, 0) scale(.94);
  }

  36%,
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes webdesignMobileFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -8px, 0) rotate(-1deg);
  }
}

@keyframes performanceRingProgress {
  from {
    stroke-dashoffset: 100;
  }
}

@keyframes searchQueryReveal {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes searchCaretBlink {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@keyframes serpCardReveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes mapPinDrop {
  0% {
    opacity: 0;
    transform: translateY(-12px) rotate(-45deg) scale(.7);
  }

  70% {
    opacity: 1;
    transform: translateY(2px) rotate(-45deg) scale(1.08);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotate(-45deg) scale(1);
  }
}

@keyframes seoCursorLoop {
  0% {
    opacity: 0;
    transform: translate(var(--seo-cursor-bar-x), var(--seo-cursor-bar-y)) scale(.96);
  }

  8% {
    opacity: 1;
    transform: translate(var(--seo-cursor-bar-x), var(--seo-cursor-bar-y)) scale(1);
  }

  48% {
    opacity: 1;
    transform: translate(var(--seo-cursor-bar-x), var(--seo-cursor-bar-y)) scale(1);
  }

  62% {
    opacity: 1;
    transform: translate(var(--seo-cursor-search-x), var(--seo-cursor-bar-y)) scale(1);
  }

  68% {
    opacity: 1;
    transform: translate(var(--seo-cursor-search-x), var(--seo-cursor-bar-y)) scale(.9);
  }

  72% {
    opacity: 1;
    transform: translate(var(--seo-cursor-search-x), var(--seo-cursor-bar-y)) scale(1);
  }

  88% {
    opacity: 1;
    transform: translate(var(--seo-cursor-result-x), var(--seo-cursor-result-y)) scale(1);
  }

  96% {
    opacity: 1;
    transform: translate(var(--seo-cursor-result-x), var(--seo-cursor-result-y)) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(var(--seo-cursor-bar-x), var(--seo-cursor-bar-y)) scale(.96);
  }
}

[data-aos] {
  opacity: 0;
  transform: translate3d(-18px, 12px, 0);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

[data-aos="fade-left"] {
  transform: translate3d(24px, 0, 0);
}

[data-aos].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.site-container {
  width: min(100% - (var(--gutter) * 2), var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  left: 0;
  background:
    radial-gradient(circle at 78% 8%, rgb(0 113 227 / 24%), transparent 34%),
    linear-gradient(180deg, #1d1d1f 0%, #111 100%);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  box-shadow: 0 10px 34px rgb(0 0 0 / 14%);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  background: rgb(255 255 255 / 76%);
  border-bottom-color: rgb(0 0 0 / 8%);
  box-shadow: 0 10px 34px rgb(0 0 0 / 6%);
}

body.admin-bar .site-header {
  top: 32px;
}

.site-main {
  padding-top: 64px;
  background: #fff;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.site-header__inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand__mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.brand__name {
  color: #fff;
  font-size: 20px;
}

.site-header.is-scrolled .brand__name {
  color: var(--color-ink);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #d9edff;
  font-size: 15px;
}

.site-header.is-scrolled .site-nav {
  color: var(--color-muted);
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover {
  color: #fff;
}

.site-header.is-scrolled .site-nav a:hover {
  color: var(--color-blue-text);
}

.site-nav .button {
  white-space: nowrap;
}

.button {
  display: inline-flex;
  min-height: 52px;
  min-width: 140px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  color: var(--color-ink);
  background: #fff;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

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

.button:disabled,
.button.is-loading {
  cursor: wait;
  opacity: .72;
}

.modal-open {
  overflow: hidden;
}

.button--primary {
  color: #fff;
  background: var(--color-blue);
  border-color: var(--color-blue);
}

.button--primary:hover {
  background: var(--color-blue-hover);
  border-color: #398ee3;
}

.button--ghost {
  color: var(--color-blue-text);
  background: transparent;
  border-color: rgb(0 113 227 / 18%);
}

.button--small {
  min-width: 0;
  min-height: 40px;
  padding: 10px 16px;
}

.button--full {
  width: 100%;
}

.hero {
  position: relative;
  margin-bottom: 0;
  padding: var(--section-padding-y) 0;
  background:
    radial-gradient(circle at 78% 8%, rgb(0 113 227 / 24%), transparent 34%),
    linear-gradient(180deg, #1d1d1f 0%, #111 100%);
  isolation: isolate;
  overflow: hidden;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas: "content offers";
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 560px);
  align-items: center;
  gap: clamp(28px, 5vw, 58px);
}

.hero__content {
  grid-area: content;
  animation: softReveal 640ms ease both;
}

.hero h1 {
  max-width: 860px;
  margin-bottom: clamp(20px, 2.2vw, 28px);
  color: #fff;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.06;
}

.hero-title-accent {
  color: var(--color-blue-light);
}

.hero__lead {
  max-width: 720px;
  margin-bottom: clamp(22px, 2.6vw, 28px);
  color: #d2d2d7;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
}

.hero-lead-form {
  display: grid;
  max-width: 660px;
  gap: 12px;
  margin-top: 28px;
}

.hero-benefits {
  display: grid;
  gap: 9px;
  margin: 0 0 clamp(22px, 2.6vw, 30px);
  padding: 0;
  color: #fff;
  list-style: none;
  font-size: clamp(15.5px, 1.2vw, 16.5px);
  font-weight: 750;
}

.hero-benefits li {
  position: relative;
  padding-left: 28px;
  color: #f5f5f7;
}

.hero-benefits li::before {
  position: absolute;
  left: 0;
  color: var(--color-blue-light);
  content: "✓";
  font-weight: 900;
}

.hero-main-cta {
  min-width: 220px;
  color: #fff;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-color: rgb(41 151 255 / 70%);
  box-shadow: 0 16px 34px rgb(0 113 227 / 32%);
  font-weight: 850;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-secondary-cta {
  min-width: 190px;
}

.hero-cta-note {
  margin: 12px 0 0;
  color: rgb(210 210 215 / 72%);
  font-size: 13px;
  font-weight: 650;
}

.hero-mini-form {
  display: grid;
  max-width: 640px;
  gap: 10px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 14%), rgb(255 255 255 / 6%)),
    rgb(255 255 255 / 7%);
  border: 1px solid rgb(153 204 255 / 22%);
  border-radius: 22px;
  box-shadow: 0 22px 54px rgb(0 0 0 / 22%), inset 0 1px 0 rgb(255 255 255 / 16%);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
}

.hero-audit-offer {
  padding: 12px;
  background: rgb(0 16 37 / 24%);
  border: 1px solid rgb(153 204 255 / 18%);
  border-radius: 16px;
}

.hero-audit-offer strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.hero-audit-offer p {
  margin: 5px 0 8px;
  color: #d2d2d7;
  font-size: 13px;
  line-height: 1.35;
}

.hero-audit-offer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-audit-offer li {
  padding: 5px 8px;
  color: #d9edff;
  background: rgb(0 113 227 / 18%);
  border: 1px solid rgb(153 204 255 / 16%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.hero-field-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 10px;
}

.hero-form-field span {
  margin-bottom: 6px;
  color: #e8e8ed;
  font-size: 12px;
}

.hero-form-field input,
.hero-form-field textarea,
.hero-form-field select {
  min-height: 46px;
  color: #fff;
  background: rgb(0 16 37 / 28%);
  border-color: rgb(153 204 255 / 18%);
  border-radius: 14px;
}

.hero-form-field textarea {
  min-height: 118px;
  resize: vertical;
}

.hero-form-field textarea::placeholder {
  color: rgb(210 210 215 / 32%);
}

.hero-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-consent {
  display: inline-grid;
  width: fit-content;
  max-width: 100%;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: #d2d2d7;
  font-size: 13px;
  font-weight: 650;
}

.hero-consent input {
  width: 18px;
  min-height: 18px;
  padding: 0;
  accent-color: var(--color-blue);
}

.hero-consent .field-error {
  grid-column: 2;
  margin-top: -4px;
}

.hero-consent a {
  color: #d9edff;
  text-decoration: underline;
  text-decoration-color: rgb(217 237 255 / 36%);
  text-underline-offset: 3px;
}

.hero-consent a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

.hero-form-actions .button {
  min-width: 132px;
  min-height: 48px;
  color: #fff;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-color: rgb(41 151 255 / 70%);
  box-shadow: 0 14px 30px rgb(0 113 227 / 32%);
  font-weight: 800;
}

.hero-form-actions .button:hover {
  background: linear-gradient(180deg, #2997ff 0%, #0066cc 100%);
  box-shadow: 0 18px 38px rgb(0 113 227 / 38%);
}

.hero-email-row {
  display: grid;
  max-width: 620px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  padding: 5px 5px 5px 7px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 7%)),
    rgb(255 255 255 / 8%);
  border: 1px solid rgb(153 204 255 / 24%);
  border-radius: 999px;
  box-shadow: 0 22px 54px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 18%);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hero-email-row:focus-within {
  background:
    linear-gradient(135deg, rgb(0 113 227 / 18%), rgb(255 255 255 / 9%)),
    rgb(255 255 255 / 9%);
  border-color: rgb(41 151 255 / 58%);
  box-shadow: 0 26px 70px rgb(0 113 227 / 22%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.hero-email-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: rgb(0 113 227 / 34%);
  border: 1px solid rgb(153 204 255 / 24%);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 850;
}

.hero-email-row input {
  min-height: 50px;
  padding-inline: 8px;
  background: transparent;
  border-color: transparent;
  border-radius: 999px;
  box-shadow: none;
}

.hero-email-row input:focus {
  background: rgb(0 16 37 / 22%);
  border-color: rgb(153 204 255 / 48%);
}

.hero-email-row .button {
  align-self: stretch;
  min-width: 124px;
  min-height: 52px;
  padding-inline: 26px;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-color: rgb(41 151 255 / 70%);
  box-shadow: 0 14px 30px rgb(0 113 227 / 32%);
  font-weight: 800;
}

.hero-email-row .button:hover {
  background: linear-gradient(180deg, #2997ff 0%, var(--color-blue-hover) 100%);
  border-color: rgb(41 151 255 / 86%);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--color-blue-light);
}

.hero .button--ghost {
  color: #fff;
  background: rgb(255 255 255 / 7%);
  border-color: rgb(255 255 255 / 16%);
}

.hero-project-panel {
  position: relative;
  grid-area: offers;
  min-width: 0;
  animation: softReveal 640ms ease 80ms both;
}

.hero-project-card {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  min-width: 0;
  justify-items: center;
  gap: 16px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  overflow: visible;
  transform: translateY(0);
  transition: transform 260ms ease;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-project-card::before {
  display: none;
}

.hero-project-card::after {
  display: none;
}

.hero-project-card:hover,
.hero-project-card:focus-visible {
  transform: translateY(-3px);
}

.hero-project-card__device {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  justify-items: center;
  margin: 0;
  animation: heroProjectFloat 7.5s ease-in-out infinite;
  filter: drop-shadow(0 42px 58px rgb(0 0 0 / 50%));
}

.hero-project-card__device--video {
  aspect-ratio: 1800 / 1100;
  isolation: isolate;
}

.hero-project-card__device--video::before,
.hero-project-card__device--video::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero-project-card__device--video::before {
  z-index: 0;
  inset: 8% -8% 2%;
  background:
    radial-gradient(ellipse at 50% 56%, rgb(0 113 227 / 26%), transparent 58%),
    radial-gradient(ellipse at 68% 32%, rgb(41 151 255 / 18%), transparent 42%);
  filter: blur(34px);
  opacity: .86;
  transform: translateY(16px);
}

.hero-project-card__device--video::after {
  z-index: 0;
  right: 12%;
  bottom: -4%;
  left: 12%;
  height: 15%;
  background: radial-gradient(ellipse at center, rgb(0 0 0 / 52%), transparent 68%);
  filter: blur(18px);
  opacity: .8;
}

.hero-project-card__screen {
  grid-area: 1 / 1;
}

.hero-project-card__screen {
  position: absolute;
  z-index: 2;
  top: 1.65%;
  left: 11.05%;
  width: 78.28%;
  height: 83.6%;
  overflow: hidden;
  background: #000;
  border-radius: 3px;
}

.hero-project-card__play {
  position: absolute;
  z-index: 4;
  right: 16%;
  bottom: 15%;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 10px 15px 10px 10px;
  color: #fff;
  background:
    linear-gradient(135deg, rgb(0 113 227 / 32%), rgb(0 56 117 / 22%)),
    rgb(255 255 255 / 13%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  box-shadow: 0 16px 36px rgb(0 0 0 / 28%), inset 0 1px 0 rgb(255 255 255 / 22%);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  font-size: 13px;
  font-weight: 850;
  opacity: .94;
  transform: translateY(0);
  transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.hero-project-card__play span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--color-blue);
  background: #fff;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
}

.hero-project-card:hover .hero-project-card__play,
.hero-project-card:focus-visible .hero-project-card__play {
  opacity: 1;
  box-shadow: 0 20px 44px rgb(0 0 0 / 34%), inset 0 1px 0 rgb(255 255 255 / 26%);
  transform: translateY(-2px);
}

.hero-project-card__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scale(.985);
  transform-origin: center;
}

.hero-project-card__vertical-carousel {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10.4;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.hero-project-card__vertical-carousel::after {
  display: none;
}

.hero-project-card__vertical-track {
  display: flex;
  height: 100%;
  flex-direction: column;
  will-change: transform;
  transition: transform 720ms cubic-bezier(.22, 1, .36, 1);
}

.hero-project-card__vertical-slide {
  display: grid;
  min-height: 100%;
  place-items: center;
  padding: 0;
  opacity: .52;
  transform: scale(.965);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.hero-project-card__vertical-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-project-card__main-image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-inline: auto;
  object-fit: contain;
  border-radius: 16px;
}

.hero-project-card__main-image--mockup {
  display: block;
  border-radius: 0;
}

.hero-project-card__vertical-slide picture,
.hero-interface-slide__image picture {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.hero-offer-panel {
  grid-area: offers;
  min-width: 0;
  animation: softReveal 640ms ease 80ms both;
}

.hero-offer-viewport {
  --offer-card-height: clamp(134px, 9vw, 154px);
  --offer-gap: 12px;

  min-width: 0;
  height: calc((var(--offer-card-height) * 3) + (var(--offer-gap) * 2) + 20px);
  overflow: hidden;
  padding: 10px 7px;
  margin: -10px -7px;
}

.hero-offer-viewport--animated {
  --offer-card-height: clamp(134px, 9vw, 154px);
}

.hero-offer-track {
  display: grid;
  gap: var(--offer-gap);
  will-change: transform;
  transition: transform 680ms cubic-bezier(.2, .8, .2, 1);
}

.hero-offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 0;
  height: var(--offer-card-height);
  padding: clamp(16px, 2vw, 20px);
  color: #fff;
  background: rgb(255 255 255 / 6%);
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgb(0 0 0 / 20%);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  opacity: .62;
  transform: scale(.95);
  transform-origin: center;
  transition: opacity 420ms ease, transform 420ms ease, border-color 420ms ease, background 420ms ease, box-shadow 420ms ease;
}

.hero-offer-card.is-center {
  background:
    linear-gradient(135deg, rgb(0 113 227 / 40%), rgb(0 56 117 / 18%)),
    rgb(255 255 255 / 7%);
  border-color: rgb(41 151 255 / 32%);
  box-shadow: 0 26px 70px rgb(0 113 227 / 18%), 0 22px 54px rgb(0 0 0 / 24%);
  opacity: 1;
  transform: scale(1.03);
  z-index: 2;
}

.hero-offer-card.is-edge {
  opacity: .64;
  transform: scale(.94);
}

.hero-offer-card span,
.hero-offer-card strong,
.hero-offer-card p {
  display: block;
}

.hero-offer-card span {
  margin-bottom: 4px;
  color: #d2d2d7;
  font-size: 13px;
  font-weight: 750;
}

.hero-offer-card strong {
  color: var(--color-blue-light);
  font-size: clamp(20px, 1.85vw, 26px);
  line-height: 1.05;
}

.hero-offer-card p {
  margin: 7px 0 0;
  color: #d2d2d7;
  font-size: 13px;
  line-height: 1.38;
}

.hero-interfaces-modal[hidden] {
  display: none;
}

.hero-interfaces-modal {
  position: fixed;
  z-index: 130;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(12px, 2vw, 24px);
}

.hero-interfaces-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 62%);
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 220ms ease;
}

.hero-interfaces-modal__panel {
  position: relative;
  display: grid;
  width: min(1320px, calc(100vw - 28px));
  height: min(820px, calc(100vh - 28px));
  min-height: 0;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(12px, 2vw, 18px);
  overflow: hidden;
  overscroll-behavior: contain;
  padding: clamp(18px, 2.4vw, 30px);
  background:
    radial-gradient(circle at 82% 4%, rgb(41 151 255 / 24%), transparent 34%),
    linear-gradient(180deg, #1d1d1f 0%, #101114 100%);
  border: 1px solid rgb(153 204 255 / 22%);
  border-radius: 30px;
  box-shadow: 0 44px 110px rgb(0 0 0 / 44%);
  opacity: 0;
  transform: translateY(26px) scale(.94);
  transition: opacity 240ms ease, transform 420ms cubic-bezier(.22, 1, .36, 1);
}

.hero-interfaces-modal.is-open .hero-interfaces-modal__backdrop,
.hero-interfaces-modal.is-open .hero-interfaces-modal__panel {
  opacity: 1;
}

.hero-interfaces-modal.is-open .hero-interfaces-modal__panel {
  transform: translateY(0) scale(1);
}

.hero-interfaces-modal__close {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #fff;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
}

.hero-interfaces-modal__head {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .58fr);
  grid-template-areas:
    "eyebrow description"
    "title description";
  gap: clamp(14px, 2vw, 24px);
  align-items: end;
  padding-right: 56px;
}

.hero-interfaces-modal__head .eyebrow {
  grid-area: eyebrow;
}

.hero-interfaces-modal__head h2 {
  grid-area: title;
  max-width: 720px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 44px);
}

.hero-interfaces-modal__head p:not(.eyebrow) {
  grid-area: description;
  align-self: end;
  max-width: 520px;
  margin-bottom: 0;
  color: #d2d2d7;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.45;
}

.hero-interfaces-carousel {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
}

.hero-interfaces-modal__stage {
  min-height: 0;
  overflow: hidden;
  border-radius: 26px;
}

.hero-interfaces-carousel__track {
  display: flex;
  height: 100%;
  will-change: transform;
  transition: transform 620ms cubic-bezier(.22, 1, .36, 1);
}

.hero-interface-slide {
  position: relative;
  display: grid;
  min-width: 100%;
  height: 100%;
  grid-template-columns: minmax(0, 1.9fr) minmax(230px, .46fr);
  gap: clamp(12px, 1.6vw, 18px);
  align-items: stretch;
  overflow: hidden;
  padding: clamp(12px, 1.6vw, 18px);
  color: #fff;
  background:
    radial-gradient(circle at 24% 12%, rgb(41 151 255 / 18%), transparent 38%),
    rgb(255 255 255 / 7%);
  border: 1px solid rgb(153 204 255 / 18%);
  border-radius: 26px;
  box-shadow: 0 26px 70px rgb(0 0 0 / 28%);
  opacity: .42;
  transform: scale(.965);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(.22, 1, .36, 1);
}

.hero-interface-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-interface-slide__image {
  position: relative;
  display: grid;
  min-height: 0;
  place-items: center;
  overflow: hidden;
  padding: clamp(8px, 1.3vw, 14px);
  background:
    radial-gradient(circle at 78% 18%, rgb(41 151 255 / 18%), transparent 42%),
    rgb(255 255 255 / 4%);
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 20px;
}

.hero-interface-slide__image img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgb(0 0 0 / 24%));
}

.hero-interface-slide__caption {
  position: absolute;
  z-index: 2;
  right: clamp(14px, 2vw, 22px);
  bottom: clamp(14px, 2vw, 22px);
  left: clamp(14px, 2vw, 22px);
  overflow: hidden;
  margin: 0;
  padding: 10px 14px;
  color: rgb(255 255 255 / 82%);
  background: rgb(5 10 18 / 58%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgb(0 0 0 / 22%);
  font-size: clamp(11.5px, .88vw, 13px);
  font-weight: 650;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.hero-interface-slide__copy {
  display: grid;
  align-content: end;
  gap: 7px;
  padding: clamp(16px, 2vw, 22px);
  background:
    linear-gradient(180deg, rgb(0 16 37 / 42%), rgb(0 16 37 / 22%)),
    rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 20px;
}

.hero-interface-slide__copy span {
  color: var(--color-blue-light);
  font-size: 12px;
  font-weight: 850;
}

.hero-interface-slide__copy h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1.06;
}

.hero-interface-slide__copy p {
  margin-bottom: 0;
  color: rgb(210 210 215 / 82%);
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.45;
}

.hero-interfaces-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #fff;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 999px;
  box-shadow: 0 18px 36px rgb(0 0 0 / 26%);
  cursor: pointer;
  font-size: 32px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
}

.hero-interfaces-carousel__arrow:hover,
.hero-interfaces-carousel__arrow:focus-visible {
  background: rgb(0 113 227 / 52%);
  border-color: rgb(41 151 255 / 64%);
  transform: translateY(-50%) scale(1.04);
}

.hero-interfaces-carousel__arrow--prev {
  left: 12px;
}

.hero-interfaces-carousel__arrow--next {
  right: 12px;
}

.hero-interfaces-carousel__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hero-interfaces-carousel__dots button {
  width: 20px;
  height: 6px;
  padding: 0;
  background: rgb(255 255 255 / 22%);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: width 220ms ease, background 220ms ease;
}

.hero-interfaces-carousel__dots button[aria-current="true"] {
  width: 34px;
  background: var(--color-blue);
}

.hero-video-modal__panel {
  width: min(1280px, calc(100vw - 28px));
  height: min(760px, calc(100vh - 28px));
  grid-template-rows: minmax(0, 1fr);
  gap: 0;
  padding: clamp(10px, 1.4vw, 18px);
  background:
    radial-gradient(circle at 82% 4%, rgb(41 151 255 / 14%), transparent 32%),
    #05070b;
  border-radius: 26px;
}

.hero-video-modal__head {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero-video-modal__frame {
  min-height: 0;
  overflow: hidden;
  background: #000;
  border: 1px solid rgb(153 204 255 / 16%);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
}

.hero-video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: contain;
}

.audit-modal[hidden] {
  display: none;
}

.audit-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: clamp(14px, 3vw, 28px);
}

.audit-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 56%);
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 220ms ease;
}

.audit-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 680px);
  max-height: min(840px, calc(100vh - 28px));
  overflow: auto;
  padding: clamp(20px, 3vw, 30px);
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgb(0 113 227 / 26%), transparent 34%),
    linear-gradient(180deg, #1d1d1f 0%, #101216 100%);
  border: 1px solid rgb(153 204 255 / 22%);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgb(0 0 0 / 38%), inset 0 1px 0 rgb(255 255 255 / 12%);
  opacity: 0;
  transform: translateY(14px) scale(.98);
  transition: opacity 220ms ease, transform 240ms cubic-bezier(.22, 1, .36, 1);
}

.audit-modal.is-open .audit-modal__backdrop,
.audit-modal.is-open .audit-modal__panel {
  opacity: 1;
}

.audit-modal.is-open .audit-modal__panel {
  transform: translateY(0) scale(1);
}

.audit-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  background: rgb(255 255 255 / 14%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  cursor: pointer;
  font-size: 26px;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.audit-modal__close:hover,
.audit-modal__close:focus-visible {
  background: rgb(255 255 255 / 22%);
  border-color: rgb(153 204 255 / 46%);
  transform: translateY(-1px);
}

.audit-modal__head {
  max-width: 560px;
  margin-bottom: 18px;
}

.audit-modal__head h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 44px);
}

.audit-modal__head p {
  color: #d2d2d7;
}

.audit-modal-form {
  display: grid;
  gap: 12px;
}

.audit-modal .hero-form-field {
  display: grid;
}

.audit-modal .hero-form-field select {
  appearance: none;
  padding-right: 42px;
  background:
    linear-gradient(45deg, transparent 50%, rgb(210 210 215 / 70%) 50%) calc(100% - 20px) 52% / 6px 6px no-repeat,
    linear-gradient(135deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 2%)),
    rgb(0 16 37 / 32%);
}

.audit-modal .hero-form-field input:focus,
.audit-modal .hero-form-field select:focus,
.audit-modal .hero-form-field textarea:focus {
  border-color: rgb(153 204 255 / 78%);
  background: rgb(0 18 42 / 56%);
  box-shadow: 0 0 0 4px rgb(0 113 227 / 22%), inset 0 1px 0 rgb(255 255 255 / 8%);
  outline: 0;
}

.audit-modal .hero-form-field.has-error input,
.audit-modal .hero-form-field.has-error select,
.audit-modal .hero-form-field.has-error textarea,
.audit-modal .hero-consent.has-error input {
  border-color: rgb(255 93 72 / 70%);
  box-shadow: 0 0 0 3px rgb(255 93 72 / 18%);
}

.field-error {
  min-height: 16px;
  margin-top: 5px;
  color: #ffb4a8;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.25;
}

.audit-modal__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.audit-modal__checks span {
  padding: 7px 10px;
  color: #d9edff;
  background: rgb(0 113 227 / 18%);
  border: 1px solid rgb(153 204 255 / 18%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.hero__proof {
  display: grid;
  max-width: 670px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.hero__proof div {
  position: relative;
  min-width: 0;
  min-height: 102px;
  overflow: hidden;
  padding: 12px;
  background:
    linear-gradient(135deg, rgb(0 113 227 / 18%), rgb(255 255 255 / 5%)),
    rgb(255 255 255 / 5%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 34px rgb(0 0 0 / 18%);
}

.hero__proof div::before {
  position: absolute;
  top: -38px;
  right: -38px;
  width: 78px;
  height: 78px;
  background: rgb(0 113 227 / 18%);
  border-radius: 999px;
  content: "";
}

.hero__proof-card--featured {
  background:
    linear-gradient(135deg, rgb(0 113 227 / 40%), rgb(0 56 117 / 18%)),
    rgb(255 255 255 / 7%) !important;
  border-color: rgb(41 151 255 / 32%) !important;
}

.hero__proof-kicker {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 2px;
  color: #d2d2d7;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.hero__proof dt {
  position: relative;
  z-index: 1;
  color: var(--color-blue-light);
  font-size: clamp(17px, 1.65vw, 22px);
  font-weight: 850;
  line-height: 1.05;
}

.hero__proof dd {
  position: relative;
  z-index: 1;
  margin: 4px 0 0;
  color: #d2d2d7;
  font-size: 12px;
  line-height: 1.42;
}

.lead-panel {
  grid-area: form;
  width: min(100%, 430px);
  padding: clamp(24px, 3vw, 32px);
  color: #fff;
  background:
    linear-gradient(135deg, rgb(0 113 227 / 40%), rgb(0 56 117 / 18%)),
    rgb(255 255 255 / 7%);
  border: 1px solid rgb(41 151 255 / 32%);
  border-radius: var(--radius);
  box-shadow: 0 28px 80px rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 18%);
  backdrop-filter: blur(28px) saturate(170%);
  -webkit-backdrop-filter: blur(28px) saturate(170%);
  animation: softReveal 640ms ease 80ms both;
}

.lead-panel p {
  color: #d2d2d7;
}

.lead-panel h2 {
  color: #fff;
  margin-bottom: 12px;
  font-size: clamp(27px, 2.6vw, 34px);
}

.lead-panel .button--primary {
  color: #fff;
  background: var(--color-blue);
  border-color: var(--color-blue);
  box-shadow: 0 14px 32px rgb(0 113 227 / 30%);
}

.lead-panel .button--primary:hover {
  color: #fff;
  background: var(--color-blue-hover);
  border-color: var(--color-blue-hover);
}

.lead-form {
  display: grid;
  gap: 13px;
  margin-top: 18px;
}

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

label span {
  display: block;
  margin-bottom: 7px;
  color: #e8e8ed;
  font-size: 13px;
  font-weight: 700;
}

label {
  min-width: 0;
}

[data-conditional-website][hidden] {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 13px;
  color: #fff;
  background: rgb(0 16 37 / 38%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%);
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgb(153 204 255 / 72%);
  background: rgb(0 18 42 / 46%);
}

input::placeholder,
textarea::placeholder {
  color: rgb(210 210 215 / 44%);
}

textarea {
  min-height: 128px;
  resize: vertical;
}

textarea::placeholder {
  color: rgb(210 210 215 / 34%);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.consent span,
.form-note {
  color: var(--color-muted);
  font-size: 13px;
}

.lead-panel .consent span {
  color: #d2d2d7;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-alert {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 700;
}

.form-alert--success {
  color: var(--color-success);
  background: #e7f6ef;
}

.form-alert--error {
  color: var(--color-error);
  background: #fff0ed;
}

.section.pricing-section {
  position: relative;
  padding-block: var(--section-padding-y);
  color: var(--color-ink);
  background: #fff;
  overflow: hidden;
}

.pricing-section .site-container {
  position: relative;
  z-index: 1;
}

.pricing-head {
  display: grid;
  max-width: 860px;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 16px;
  margin: 0 auto var(--section-head-gap);
  text-align: center;
}

.pricing-head h2 {
  max-width: 760px;
  margin-bottom: 8px;
  margin-inline: auto;
  color: var(--color-ink);
  font-size: clamp(28px, 3vw, 36px);
}

.pricing-head p {
  max-width: 640px;
  margin-inline: auto;
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.45;
}

.pricing-head .pricing-head__note {
  max-width: 700px;
  margin-top: 6px;
  margin-bottom: 0;
  color: var(--color-soft-ink);
  font-size: 13px;
  line-height: 1.45;
}

.pricing-head__note strong {
  color: var(--color-ink);
  font-weight: 850;
}

.pricing-head .eyebrow {
  color: var(--color-muted);
}

.pricing-toggle {
  --pricing-toggle-padding: 5px;
  --pricing-option-width: 164px;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: var(--pricing-toggle-padding);
  background:
    linear-gradient(180deg, rgb(248 250 252 / 96%), rgb(239 246 255 / 92%));
  border: 1px solid rgb(0 113 227 / 12%);
  border-radius: 999px;
  box-shadow: 0 12px 30px rgb(0 0 0 / 6%), inset 0 1px 0 rgb(255 255 255 / 78%);
}

.pricing-toggle::before {
  position: absolute;
  z-index: 0;
  top: var(--pricing-toggle-padding);
  bottom: var(--pricing-toggle-padding);
  left: var(--pricing-toggle-padding);
  width: var(--pricing-option-width);
  background: #fff;
  border: 1px solid rgb(0 113 227 / 16%);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgb(0 113 227 / 10%), 0 4px 12px rgb(0 0 0 / 6%);
  content: "";
  transform: translateX(0);
  transition: transform 240ms cubic-bezier(.22, 1, .36, 1);
}

.pricing-toggle[data-active-mode="onetime"]::before {
  transform: translateX(var(--pricing-option-width));
}

.pricing-toggle button {
  position: relative;
  z-index: 1;
  width: var(--pricing-option-width);
  min-height: 42px;
  padding: 0 14px;
  color: var(--color-muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  transition: color 180ms ease, opacity 180ms ease;
}

.pricing-toggle button:hover {
  color: var(--color-ink);
}

.pricing-toggle button.is-active {
  color: var(--color-blue);
  font-weight: 850;
}

.pricing-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(20px, 2.2vw, 28px);
  max-width: 1080px;
  margin-inline: auto;
}

.pricing-grid::before {
  position: absolute;
  z-index: 0;
  top: 18px;
  left: 50%;
  width: min(360px, 34vw);
  height: 420px;
  background: radial-gradient(circle, rgb(0 113 227 / 16%), transparent 70%);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.pricing-card {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  min-height: 340px;
  grid-template-rows: auto auto auto auto;
  gap: 12px;
  padding: clamp(20px, 2.2vw, 24px);
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgb(0 0 0 / 6%);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  animation: softReveal 560ms ease both;
  overflow: hidden;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.pricing-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 4px;
  background: #e5e7eb;
  border-radius: 999px;
  content: "";
  opacity: 1;
  transition: background 200ms ease, opacity 200ms ease;
}

.pricing-card:hover {
  transform: translateY(-3px);
  border-color: rgb(41 151 255 / 34%);
  box-shadow: 0 18px 42px rgb(0 0 0 / 10%);
}

.pricing-card:hover::before {
  background: var(--color-blue);
}

.pricing-card--featured {
  min-height: 405px;
  padding-block: clamp(26px, 3vw, 32px);
  background:
    radial-gradient(circle at 82% 4%, rgb(41 151 255 / 34%), transparent 36%),
    linear-gradient(180deg, #1d1d1f 0%, #111 100%);
  border-color: rgb(41 151 255 / 42%);
  box-shadow: 0 36px 90px rgb(0 113 227 / 23%), 0 24px 70px rgb(0 0 0 / 16%);
  margin-block: -18px;
}

.pricing-card--featured::before {
  background: linear-gradient(90deg, transparent, rgb(41 151 255 / 86%), transparent);
  opacity: 1;
}

.pricing-card--featured:hover {
  transform: translateY(-3px);
}

.pricing-card--featured .pricing-card__list li::before {
  color: var(--color-blue-light);
}

.pricing-card--featured .pricing-card__badge {
  color: #fff;
  background: rgb(0 113 227 / 38%);
  border-color: rgb(41 151 255 / 34%);
}

.pricing-card__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 8px;
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.pricing-card__head {
  padding-right: 76px;
}

.pricing-card__plan {
  margin-bottom: 5px;
  color: var(--color-ink);
  font-size: 22px;
  font-weight: 850;
}

.pricing-card__promise {
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.25;
}

.pricing-card__head p:not(.pricing-card__plan):not(.pricing-card__promise) {
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.35;
}

.pricing-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 0;
  color: var(--color-ink);
  font-size: clamp(31px, 3.1vw, 38px);
  font-weight: 850;
  line-height: 1;
}

.pricing-card__price small {
  color: var(--color-muted);
  font-size: 11px;
  font-weight: 750;
  opacity: .74;
  vertical-align: .25em;
}

.pricing-card__price-prefix {
  flex-basis: 100%;
  font-size: 13px !important;
  line-height: 1.1;
}

.pricing-card__price-prefix[hidden] {
  display: none;
}

.pricing-card--featured .pricing-card__plan,
.pricing-card--featured .pricing-card__price {
  color: #fff;
}

.pricing-card--featured .pricing-card__price span {
  color: var(--color-blue-light);
}

.pricing-card--featured .pricing-card__head p:not(.pricing-card__plan):not(.pricing-card__promise),
.pricing-card--featured .pricing-card__commitment,
.pricing-card--featured .pricing-card__note,
.pricing-card--featured .pricing-card__list li,
.pricing-card--featured .pricing-card__price small {
  color: #d2d2d7;
}

.pricing-card--featured .pricing-card__promise {
  color: #fff;
}

.pricing-card__commitment {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 6px 9px;
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.pricing-card--featured .pricing-card__commitment {
  color: #fff;
  background: rgb(0 113 227 / 34%);
  border-color: rgb(41 151 255 / 32%);
}

.pricing-card__note {
  display: none;
}

.pricing-card__list {
  display: grid;
  align-content: start;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-card__list li {
  position: relative;
  padding-left: 22px;
  color: var(--color-muted);
  font-size: 14px;
  line-height: 1.42;
}

.pricing-card__list li::before {
  position: absolute;
  left: 0;
  color: #9ca3af;
  content: "✓";
  font-weight: 900;
}

.pricing-card .button {
  align-self: end;
  min-height: 42px;
  margin-top: 4px;
  padding-block: 10px;
}

.pricing-card .button--ghost {
  color: var(--color-blue-text);
  background: transparent;
  border-color: rgb(0 113 227 / 18%);
}

.pricing-card .button--ghost:hover {
  background: var(--color-blue-soft);
  border-color: rgb(0 113 227 / 26%);
}

.pricing-reassurance {
  display: flex;
  max-width: 1080px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 7px 10px;
  margin: clamp(26px, 3vw, 38px) auto 0;
  color: var(--color-muted);
  font-size: 13px;
  font-weight: 750;
}

.pricing-reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pricing-reassurance span + span::before {
  color: rgb(73 73 77 / 48%);
  content: "·";
  font-weight: 900;
}

.seo-section {
  background: linear-gradient(180deg, #fff 0%, var(--color-section) 100%);
}

.seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.seo-copy {
  max-width: 620px;
}

.seo-copy__cta {
  margin-top: 10px;
}

.search-preview {
  --seo-cursor-bar-x: 252px;
  --seo-cursor-bar-y: 116px;
  --seo-cursor-search-x: 552px;
  --seo-cursor-result-x: 356px;
  --seo-cursor-result-y: 230px;

  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  background: #fff;
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: var(--radius);
  box-shadow: 0 26px 70px rgb(0 0 0 / 14%);
  animation: softReveal 640ms ease both;
}

.search-preview__cursor {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  pointer-events: none;
  opacity: 0;
  filter: drop-shadow(0 9px 14px rgb(0 0 0 / 24%));
  transform-origin: 5px 5px;
}

.search-preview__cursor svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.search-preview__cursor path {
  fill: #fff;
  stroke: #1d1d1f;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.search-preview.is-looping .search-preview__cursor {
  animation: seoCursorLoop 7600ms cubic-bezier(.22, 1, .36, 1) infinite;
}

.search-preview__top {
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
}

.google-word {
  display: inline-flex;
  gap: 1px;
  font-size: 34px;
  font-weight: 750;
  letter-spacing: 0;
}

.google-word span:nth-child(1),
.google-word span:nth-child(4) {
  color: #4285f4;
}

.google-word span:nth-child(2),
.google-word span:nth-child(6) {
  color: #ea4335;
}

.google-word span:nth-child(3) {
  color: #fbbc05;
}

.google-word span:nth-child(5) {
  color: #34a853;
}

.search-bar {
  display: flex;
  min-width: 0;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  color: var(--color-ink);
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgb(0 0 0 / 8%);
  transition: border-color 220ms ease, box-shadow 220ms ease;
}

.search-preview.is-typing .search-bar {
  border-color: rgb(66 133 244 / 56%);
  box-shadow: 0 10px 28px rgb(66 133 244 / 16%);
}

.search-bar span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-preview.is-typing [data-seo-query]::after {
  display: inline-block;
  width: 2px;
  height: 1em;
  margin-left: 3px;
  background: var(--color-blue);
  content: "";
  transform: translateY(2px);
  animation: searchCaretBlink 740ms steps(1, end) infinite;
}

.search-preview.is-visible .search-bar span {
  animation: searchQueryReveal 520ms ease both;
  animation-delay: 180ms;
}

.search-preview [data-seo-query],
.search-preview .serp-result,
.search-preview .local-pack {
  transition: opacity 340ms ease, transform 340ms ease;
}

.search-preview.is-switching .serp-result,
.search-preview.is-switching .local-pack {
  opacity: 0;
  transform: translateY(18px);
}

.search-bar strong {
  color: var(--color-blue);
  font-size: 20px;
  transition: transform 180ms ease, color 180ms ease;
}

.search-preview.is-searching .search-bar strong {
  color: #1a73e8;
  transform: scale(.88);
}

.serp-tabs {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  color: var(--color-muted);
  font-size: 13px;
  scrollbar-width: none;
}

.serp-tabs::-webkit-scrollbar {
  display: none;
}

.serp-tabs span {
  flex: 0 0 auto;
  padding-bottom: 8px;
}

.serp-tabs .is-active {
  color: var(--color-blue);
  border-bottom: 3px solid var(--color-blue);
}

.serp-result {
  position: relative;
  margin-top: 18px;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 36px rgb(0 0 0 / 9%);
}

.search-preview.is-visible .serp-result {
  animation: serpCardReveal 560ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: 360ms;
}

.serp-rank {
  position: absolute;
  top: -14px;
  right: 16px;
  padding: 7px 12px;
  color: #fff;
  background: var(--color-dark);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgb(0 0 0 / 18%);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.serp-url {
  margin-bottom: 6px;
  color: #188038;
  font-size: 13px;
}

.serp-result h3 {
  margin-bottom: 8px;
  color: #1a0dab;
  font-size: 22px;
  line-height: 1.2;
}

.serp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.serp-actions span {
  padding: 7px 10px;
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 750;
}

.local-pack {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 14px;
  margin-top: 14px;
  padding: 16px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  box-shadow: 0 14px 36px rgb(0 0 0 / 9%);
}

.search-preview.is-visible .local-pack {
  animation: serpCardReveal 560ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: 520ms;
}

.local-pack p {
  margin-bottom: 4px;
}

.local-pack__title {
  color: var(--color-ink);
  font-weight: 850;
}

.local-pack strong {
  color: #fbbc05;
}

.local-pack__map {
  position: relative;
  min-height: 102px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(66 133 244 / 18%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(66 133 244 / 18%) 1px, transparent 1px),
    #eaf3ff;
  background-size: 28px 28px;
  border-radius: 12px;
}

.local-pack__map span {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ea4335;
  border: 3px solid #fff;
  border-radius: 999px 999px 999px 0;
  box-shadow: 0 6px 14px rgb(0 0 0 / 22%);
  transform: rotate(-45deg);
}

.search-preview.is-visible .local-pack__map span {
  animation: mapPinDrop 520ms cubic-bezier(.22, 1, .36, 1) both;
}

.search-preview.is-visible .local-pack__map span:nth-child(2) {
  animation-delay: 120ms;
}

.search-preview.is-visible .local-pack__map span:nth-child(3) {
  animation-delay: 220ms;
}

.local-pack__map span:nth-child(1) {
  top: 22px;
  left: 34px;
}

.local-pack__map span:nth-child(2) {
  top: 56px;
  left: 78px;
}

.local-pack__map span:nth-child(3) {
  top: 34px;
  left: 112px;
}

.pagespeed-section {
  background: #fff;
}

.pagespeed-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  align-items: end;
  gap: clamp(24px, 5vw, 56px);
  margin-bottom: 28px;
}

.pagespeed-head h2 {
  max-width: 840px;
}

.pagespeed-head p {
  max-width: 760px;
}

.performance-target {
  padding: 20px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgb(41 151 255 / 42%), transparent 44%),
    #1d1d1f;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
}

.performance-target span,
.performance-target small {
  display: block;
  color: #d2d2d7;
}

.performance-target strong {
  display: block;
  margin: 8px 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
}

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

.pagespeed-card {
  display: grid;
  min-width: 0;
  gap: 20px;
  padding: clamp(22px, 3vw, 28px);
  background: var(--color-section);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  animation: softReveal 560ms ease both;
}

.pagespeed-card__head p {
  margin-bottom: 6px;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.pagespeed-card__head h3 {
  margin-bottom: 0;
}

.score-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.score-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: 12px;
}

.score-list dt {
  color: var(--color-muted);
  font-size: 14px;
}

.score-list dd {
  margin: 0;
  color: #0cce6b;
  font-weight: 900;
}

.section.testimonials-section {
  position: relative;
  z-index: 2;
  padding-block: var(--section-padding-y);
  background: #fff;
}

.testimonials-head {
  max-width: 840px;
  margin-inline: auto;
  text-align: center;
}

.testimonials-head p {
  margin-inline: auto;
}

.testimonial-rail {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.testimonial-rail::before,
.testimonial-rail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(96px, 18vw);
  pointer-events: none;
  content: "";
  z-index: 2;
}

.testimonial-rail::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgb(255 255 255 / 0%));
}

.testimonial-rail::after {
  right: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 0%), #fff);
}

.testimonial-track {
  display: grid;
  width: 100%;
  grid-auto-flow: column;
  grid-auto-columns: clamp(342px, 30vw, 412px);
  grid-template-columns: none;
  gap: clamp(20px, 2vw, 26px);
  align-items: stretch;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 0;
  scroll-padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.testimonial-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  --testimonial-focus: 0;
  --testimonial-shadow-alpha: 0%;
  --testimonial-border-color: var(--color-line);
  --testimonial-top-color: #e5e7eb;

  position: relative;
  display: flex;
  min-width: 0;
  min-height: 328px;
  overflow: hidden;
  flex-direction: column;
  padding: clamp(28px, 3vw, 34px);
  background: #fff;
  border: 1px solid var(--testimonial-border-color);
  border-radius: var(--radius);
  box-shadow:
    0 10px 28px rgb(0 0 0 / 6%),
    0 18px 54px rgb(0 113 227 / var(--testimonial-shadow-alpha));
  transform: translateY(calc(var(--testimonial-focus) * -3px));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.testimonial-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: calc(4px + (3px * var(--testimonial-focus)));
  background: var(--testimonial-top-color);
  content: "";
  transition: height 220ms ease, background 220ms ease;
}

.testimonial-card:hover {
  transform: translateY(calc(-3px + (var(--testimonial-focus) * -2px)));
  border-color: rgb(0 113 227 / 26%);
  box-shadow:
    0 18px 38px rgb(0 0 0 / 10%),
    0 22px 62px rgb(0 113 227 / var(--testimonial-shadow-alpha));
}

.testimonial-card:hover::before {
  background: var(--color-blue);
}

.testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.testimonial-stars {
  color: #fbbc05;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  opacity: .82;
}

.testimonial-card__quote {
  flex: 1;
  margin: 0;
  color: var(--color-ink);
  font-size: clamp(16px, 1.3vw, 17.5px);
  line-height: 1.65;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgb(0 0 0 / 8%);
}

.testimonial-footer img {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  object-fit: cover;
  background: #f3f4f6;
  border: 1px solid var(--color-line);
  border-radius: 999px;
}

.testimonial-footer strong,
.testimonial-footer span {
  display: block;
}

.testimonial-footer strong {
  color: var(--color-ink);
  line-height: 1.15;
}

.testimonial-footer span {
  margin-top: 3px;
  color: var(--color-muted);
  font-size: 13px;
  line-height: 1.35;
}

.section-inline-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(24px, 4vw, 38px);
}

.section.features-switch-section {
  position: relative;
  overflow: hidden;
  padding-block: var(--section-padding-y);
  background: var(--color-section);
}

.section.features-switch-section .site-container {
  position: relative;
  z-index: 1;
}

.anchor-offset {
  position: absolute;
  top: -88px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.features-switch-head {
  max-width: 790px;
  margin-inline: auto;
  text-align: center;
}

.feature-tabs {
  display: flex;
  flex-wrap: wrap;
  width: fit-content;
  max-width: 100%;
  justify-content: center;
  gap: 6px;
  margin: 0 auto clamp(40px, 5vw, 56px);
  padding: 7px;
  background: rgb(255 255 255 / 74%);
  border: 1px solid rgb(0 0 0 / 7%);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgb(0 0 0 / 6%);
  backdrop-filter: blur(18px);
}

.feature-tab {
  --tab-accent: var(--color-blue);
  --tab-tint: rgb(0 113 227 / 8%);

  position: relative;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  color: var(--color-muted);
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: clamp(16px, 1.34vw, 18.5px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  transition: color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.feature-tab[data-feature-tab="seo"] {
  --tab-accent: #0071e3;
  --tab-tint: rgb(0 113 227 / 9%);
}

.feature-tab[data-feature-tab="performance"] {
  --tab-accent: #0c8f4b;
  --tab-tint: rgb(12 206 107 / 10%);
}

.feature-tab[data-feature-tab="webdesign"] {
  --tab-accent: #6e5cff;
  --tab-tint: rgb(110 92 255 / 10%);
}

.feature-tab[data-feature-tab="ai"] {
  --tab-accent: #111827;
  --tab-tint: rgb(17 24 39 / 8%);
}

.feature-tab[data-feature-tab="automation"] {
  --tab-accent: #0b5fb8;
  --tab-tint: rgb(0 113 227 / 11%);
}

.feature-tab::before {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: currentColor;
  border-radius: 999px;
  content: "";
  opacity: .32;
  transition: opacity 180ms ease, transform 180ms ease;
}

.feature-tab::after {
  display: none;
  content: none;
}

.feature-tab:hover {
  color: var(--color-ink);
  background: rgb(0 0 0 / 3%);
}

.feature-tab:focus-visible {
  outline: 3px solid rgb(0 113 227 / 28%);
  outline-offset: 6px;
}

.feature-tab.is-active {
  color: var(--tab-accent);
  background: var(--tab-tint);
  border-color: transparent;
  box-shadow: none;
  font-weight: 820;
}

.feature-tab.is-active::before {
  opacity: .9;
  transform: scale(1.15);
}

.feature-tab-panel {
  min-width: 0;
}

.feature-tab-panel[hidden] {
  display: none;
}

.feature-tab-panel.is-active {
  animation: softReveal 360ms ease both;
}

.feature-tab-panel .seo-grid {
  align-items: center;
}

.feature-tab-panel .seo-copy h3,
.webdesign-grid h3,
.ai-grid--panel > div:first-child h3,
.automation-grid > div:first-child h3 {
  font-size: clamp(24px, 2.6vw, 34px);
}

.feature-tab-panel.is-active .search-preview {
  animation: softReveal 620ms ease both;
}

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

.performance-score-card {
  display: grid;
  min-width: 0;
  justify-items: start;
  gap: 13px;
  padding: clamp(20px, 2.5vw, 26px);
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgb(0 0 0 / 6%);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.performance-score-card:hover {
  border-color: rgb(0 113 227 / 24%);
  box-shadow: 0 18px 40px rgb(0 0 0 / 9%);
  transform: translateY(-2px);
}

.performance-ring {
  position: relative;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
}

.performance-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.performance-ring circle {
  fill: none;
  stroke-linecap: round;
  stroke-width: 10;
}

.performance-ring__track {
  stroke: rgb(12 206 107 / 16%);
}

.performance-ring__progress {
  stroke: #0cce6b;
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--score));
  filter: drop-shadow(0 8px 12px rgb(12 206 107 / 24%));
}

.performance-score-card.is-visible .performance-ring__progress {
  animation: performanceRingProgress 980ms cubic-bezier(.22, 1, .36, 1) both;
  animation-delay: var(--reveal-delay, 0ms);
}

.performance-ring strong {
  position: relative;
  color: #08783f;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

.performance-score-card h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.performance-score-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.performance-bonus {
  display: grid;
  max-width: 760px;
  gap: 8px;
  margin: 0 0 clamp(22px, 3vw, 34px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.performance-bonus strong {
  color: var(--color-ink);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}

.performance-bonus span {
  max-width: 680px;
  color: var(--color-muted);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.55;
}

.why-section {
  background: var(--color-section);
}

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

.why-grid article,
.ai-card-grid article,
.automation-flow__step,
.faq-item {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgb(0 0 0 / 6%);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.why-grid article {
  padding: clamp(18px, 2.4vw, 24px);
}

.why-grid h3,
.ai-card-grid h3,
.automation-flow__step h3 {
  margin-bottom: 8px;
  color: var(--color-ink);
  font-size: 19px;
}

.why-grid p,
.ai-card-grid p,
.automation-flow__step p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.ai-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.automation-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
}

.ai-grid > div:first-child {
  max-width: 620px;
}

.ai-grid > div:first-child p,
.automation-grid > div:first-child p {
  margin-bottom: 22px;
}

.ai-grid--panel {
  align-items: stretch;
}

.ai-grid--panel > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-card-grid {
  display: grid;
  gap: 12px;
}

.ai-card-grid article {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 14px;
  row-gap: 4px;
  padding: 18px 20px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 96%), rgb(248 250 252 / 92%)),
    #fff;
}

.ai-card-grid article:nth-child(1) {
  border-color: rgb(0 113 227 / 18%);
}

.ai-card-grid article:nth-child(2) {
  border-color: rgb(12 206 107 / 18%);
}

.ai-card-grid article:nth-child(3) {
  border-color: rgb(17 24 39 / 14%);
}

.ai-card-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  place-items: center;
  color: var(--color-blue);
  background: rgb(217 237 255 / 68%);
  border: 1px solid rgb(0 113 227 / 16%);
  border-radius: 14px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.automation-grid .ai-card-icon {
  font-size: 19px;
}

.ai-card-grid article:nth-child(2) .ai-card-icon {
  color: #08783f;
  background: rgb(12 206 107 / 11%);
  border-color: rgb(12 206 107 / 20%);
}

.ai-card-grid article:nth-child(3) .ai-card-icon {
  color: #111827;
  background: rgb(17 24 39 / 7%);
  border-color: rgb(17 24 39 / 12%);
}

.ai-card-grid h3 {
  margin-bottom: 0;
}

.ai-card-grid p {
  grid-column: 2;
}

.why-grid article:hover,
.ai-card-grid article:hover {
  transform: translateY(-3px);
  border-color: rgb(0 113 227 / 24%);
  box-shadow: 0 18px 40px rgb(0 0 0 / 9%);
}

.automation-flow {
  --automation-dark: #111827;
  --automation-line-left: clamp(39px, 4.5vw, 47px);
  --automation-progress: 0;

  position: relative;
  isolation: isolate;
  display: grid;
  gap: 12px;
  padding: clamp(6px, 1.4vw, 10px) 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.automation-flow::before {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: var(--automation-line-left);
  width: 2px;
  background: rgb(17 24 39 / 12%);
  border-radius: 999px;
  content: "";
  z-index: 0;
}

.automation-flow::after {
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: var(--automation-line-left);
  width: 2px;
  background: linear-gradient(180deg, var(--automation-dark), #003875);
  border-radius: 999px;
  content: "";
  transform: scaleY(var(--automation-progress));
  transform-origin: top;
  z-index: 0;
  will-change: transform;
}

.automation-flow__step {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 92px;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  padding: 17px 18px 17px 24px;
  background: #fff;
  border-color: rgb(17 24 39 / 8%);
  box-shadow: 0 8px 24px rgb(15 23 42 / 4%);
  opacity: .66;
  transform: translateX(0);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.automation-flow__step span {
  display: grid;
  width: 42px;
  height: 42px;
  grid-row: span 2;
  place-items: center;
  color: rgb(17 24 39 / 62%);
  background: #f8fafc;
  border: 1px solid rgb(17 24 39 / 10%);
  border-radius: 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.automation-flow__step h3 {
  margin: 0;
  transition: color 180ms ease;
}

.automation-flow__step p {
  grid-column: 2;
  color: var(--color-muted);
}

.automation-flow__step.is-completed {
  opacity: .92;
  border-color: rgb(17 24 39 / 12%);
}

.automation-flow__step.is-active {
  opacity: 1;
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  border-color: rgb(17 24 39 / 24%);
  box-shadow: 0 18px 42px rgb(15 23 42 / 10%);
  transform: translateX(8px);
}

.automation-flow__step.is-completed span,
.automation-flow__step.is-active span {
  color: #fff;
  background: var(--automation-dark);
  border-color: var(--automation-dark);
}

.automation-flow__step.is-active span {
  box-shadow: 0 10px 22px rgb(17 24 39 / 14%);
}

.faq-section {
  background: #fff;
}

.faq-section .section-head {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.faq-section .section-head p {
  margin-inline: auto;
}

.faq-grid {
  display: grid;
  max-width: 820px;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  margin-inline: auto;
}

.faq-item {
  align-self: start;
  padding: 0;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.faq-item[hidden] {
  display: none;
}

.faq-item[open] {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border-color: rgb(0 113 227 / 16%);
  box-shadow: 0 14px 34px rgb(0 113 227 / 7%);
}

.faq-item summary {
  position: relative;
  min-height: 72px;
  padding: 26px 62px 26px 24px;
  color: var(--color-ink);
  cursor: pointer;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.32;
  list-style: none;
  transition: color 180ms ease, background 180ms ease, padding 180ms ease;
}

.faq-item summary:hover {
  color: var(--color-blue-text);
  background: rgb(217 237 255 / 22%);
}

.faq-item[open] summary {
  color: var(--color-ink);
  background: rgb(217 237 255 / 18%);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--color-blue);
  background: var(--color-blue-soft);
  border-radius: 999px;
  content: "+";
  transform: translateY(-50%);
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
  font-weight: 900;
}

.faq-item summary:hover::after {
  color: #fff;
  background: var(--color-blue);
}

.faq-item[open] summary::after {
  content: "+";
  color: #fff;
  background: var(--color-blue);
  transform: translateY(-50%) rotate(45deg);
}

.faq-item__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height 280ms cubic-bezier(.22, 1, .36, 1), opacity 180ms ease;
  will-change: height;
}

.faq-item[open] .faq-item__answer {
  height: auto;
  opacity: 1;
}

.faq-item__answer p {
  margin: 0;
  padding: 12px 24px 26px;
  font-size: 15px;
  line-height: 1.72;
}

.faq-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.webdesign-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1fr);
  align-items: center;
  gap: clamp(28px, 6vw, 72px);
}

.webdesign-proof-list {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.webdesign-proof-list div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 22px rgb(0 0 0 / 5%);
}

.webdesign-proof-list span {
  color: #6e5cff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.webdesign-proof-list strong {
  color: var(--color-soft-ink);
  font-size: 14px;
  font-weight: 760;
}

.webdesign-showcase {
  min-width: 0;
}

.webdesign-canvas {
  position: relative;
  display: grid;
  min-height: 500px;
  align-content: stretch;
  gap: 20px;
  overflow: hidden;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 82% 12%, rgb(41 151 255 / 24%), transparent 34%),
    radial-gradient(circle at 20% 86%, rgb(0 113 227 / 15%), transparent 30%),
    linear-gradient(145deg, #1d1d1f 0%, #10141d 52%, #052c5c 100%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: var(--radius);
  box-shadow: 0 30px 74px rgb(0 0 0 / 18%);
  isolation: isolate;
}

.webdesign-canvas::before {
  position: absolute;
  z-index: 0;
  inset: 12%;
  background: radial-gradient(ellipse at center, rgb(0 113 227 / 18%), transparent 66%);
  content: "";
  filter: blur(24px);
  pointer-events: none;
}

.webdesign-system,
.webdesign-responsive,
.webdesign-canvas__legend {
  position: relative;
  z-index: 1;
}

.webdesign-system {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: clamp(18px, 3vw, 24px);
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 22px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 16%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.webdesign-system__swatches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.webdesign-system__swatches span {
  display: block;
  min-height: 52px;
  background: var(--swatch);
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 14px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
}

.webdesign-system__copy {
  min-width: 0;
}

.webdesign-system__copy span,
.webdesign-canvas__legend span {
  color: #8fc9ff;
  font-size: 12px;
  font-weight: 900;
}

.webdesign-system__copy strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.12;
}

.webdesign-responsive {
  display: grid;
  min-height: 292px;
  place-items: center;
  padding: clamp(16px, 3vw, 28px);
}

.webdesign-device {
  --device-width: 220px;

  position: relative;
  display: grid;
  width: var(--device-width);
  max-width: 100%;
  min-height: 310px;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  padding: 42px 18px 18px;
  background:
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border: 10px solid #0f172a;
  border-radius: 30px;
  box-shadow: 0 34px 80px rgb(0 0 0 / 36%), 0 0 0 1px rgb(255 255 255 / 48%) inset;
  animation: webdesignDeviceResize 7s cubic-bezier(.22, 1, .36, 1) infinite;
}

.webdesign-device::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 31px;
  background: #0f172a;
  content: "";
}

.webdesign-device::after {
  position: absolute;
  top: 11px;
  left: 17px;
  width: 8px;
  height: 8px;
  background: #ff5f57;
  border-radius: 999px;
  box-shadow: 14px 0 0 #ffbd2e, 28px 0 0 #28c840;
  content: "";
}

.webdesign-device__bar,
.webdesign-device__nav,
.webdesign-device__hero,
.webdesign-device__text,
.webdesign-device__cta {
  display: block;
  border-radius: 999px;
}

.webdesign-device__bar {
  width: 34%;
  height: 9px;
  background: rgb(29 29 31 / 18%);
}

.webdesign-device__nav {
  width: 78%;
  height: 12px;
  background:
    linear-gradient(90deg, rgb(0 113 227 / 38%) 0 24%, rgb(29 29 31 / 12%) 24% 43%, rgb(29 29 31 / 12%) 52% 72%, transparent 72%);
}

.webdesign-device__hero {
  min-height: 112px;
  background:
    radial-gradient(circle at 82% 12%, rgb(41 151 255 / 54%), transparent 34%),
    linear-gradient(135deg, #1d1d1f 0%, #111 56%, #052c5c 100%);
  border-radius: 18px;
}

.webdesign-device__text {
  width: 74%;
  height: 11px;
  background: rgb(29 29 31 / 14%);
}

.webdesign-device__text--short {
  width: 48%;
}

.webdesign-device__cta {
  width: 42%;
  height: 34px;
  background: var(--color-blue);
  box-shadow: 0 12px 24px rgb(0 113 227 / 20%);
}

.webdesign-canvas__legend {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.webdesign-canvas__legend span {
  padding: 7px 11px;
  color: #cfe8ff;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 999px;
}

@keyframes webdesignDeviceResize {
  0%,
  20% {
    width: 210px;
    border-radius: 30px;
  }

  45%,
  62% {
    width: min(100%, 360px);
    border-radius: 24px;
  }

  84%,
  100% {
    width: min(100%, 520px);
    border-radius: 18px;
  }
}

.design-compare {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) 68px minmax(0, 1.1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  background: rgb(255 255 255 / 78%);
  border: 1px solid rgb(0 0 0 / 8%);
  border-radius: 26px;
  box-shadow: 0 30px 74px rgb(0 0 0 / 14%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.design-compare__pane {
  display: grid;
  min-height: 318px;
  align-content: center;
  gap: 13px;
  padding: clamp(20px, 3vw, 30px);
}

.design-compare__pane > span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.design-compare__pane strong {
  max-width: 310px;
  line-height: 1.08;
}

.design-compare__pane i {
  display: block;
  height: 11px;
  border-radius: 999px;
}

.design-compare__pane i:nth-of-type(1) {
  width: 82%;
}

.design-compare__pane i:nth-of-type(2) {
  width: 56%;
}

.design-compare__pane em {
  display: inline-grid;
  width: fit-content;
  min-height: 36px;
  place-items: center;
  margin-top: 4px;
  padding: 0 16px;
  border-radius: 999px;
  font-style: normal;
  font-weight: 850;
}

.design-compare__pane--before {
  color: #5f6368;
  background: #fff;
}

.design-compare__pane--before > span {
  color: #5f6368;
  background: #f1f3f4;
}

.design-compare__pane--before .design-compare__mini-nav,
.design-compare__pane--before i {
  background: rgb(95 99 104 / 16%);
}

.design-compare__pane--before strong {
  color: #5f6368;
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 680;
}

.design-compare__pane--before em {
  color: #5f6368;
  background: #f1f3f4;
}

.design-compare__pane--after {
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgb(41 151 255 / 58%), transparent 35%),
    linear-gradient(135deg, #0b1220 0%, #052c5c 100%);
  animation: webdesignBuild 7s cubic-bezier(.22, 1, .36, 1) infinite;
}

.design-compare__pane--after > span {
  color: #fff;
  background: rgb(0 113 227 / 46%);
}

.design-compare__pane--after .design-compare__mini-nav,
.design-compare__pane--after i {
  background: rgb(255 255 255 / 42%);
}

.design-compare__pane--after strong {
  color: #fff;
  font-size: clamp(25px, 2.7vw, 36px);
  font-weight: 900;
}

.design-compare__pane--after em {
  color: #fff;
  background: var(--color-blue);
  box-shadow: 0 12px 24px rgb(0 113 227 / 28%);
}

.design-compare__mini-nav {
  width: 68%;
  height: 12px;
  border-radius: 999px;
}

.design-compare__separator {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 68px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 88%) 46%, rgb(255 255 255 / 0%));
}

.design-compare__separator span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--color-blue);
  background: #fff;
  border: 1px solid rgb(0 113 227 / 14%);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgb(0 113 227 / 16%);
  font-size: 11px;
  font-weight: 900;
}

.design-compare__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.design-compare__footer span {
  padding: 7px 10px;
  color: var(--color-blue-text);
  background: rgb(217 237 255 / 64%);
  border: 1px solid rgb(0 113 227 / 12%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
}

.design-system-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 24px;
}

.design-system-list div {
  min-width: 0;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow);
}

.design-system-list span {
  display: block;
  width: 100%;
  aspect-ratio: 1.8 / 1;
  margin-bottom: 10px;
  background: var(--swatch);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.design-system-list strong,
.design-system-list small {
  display: block;
}

.design-system-list small {
  color: var(--color-muted);
  font-size: 12px;
}

.responsive-showcase {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 460px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 78% 8%, rgb(29 29 31 / 7%), transparent 35%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%),
    #fff;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgb(0 0 0 / 8%);
}

.responsive-device {
  position: relative;
  display: grid;
  width: min(100%, 190px);
  min-height: 360px;
  align-content: start;
  gap: 12px;
  overflow: hidden;
  padding: 42px 14px 16px;
  background: #fff;
  border: 10px solid #1d1d1f;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgb(0 0 0 / 24%), 0 0 0 1px rgb(255 255 255 / 70%) inset;
  animation: responsivePreview 6s ease-in-out infinite alternate;
}

.responsive-device::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 30px;
  background: #1d1d1f;
  content: "";
}

.responsive-device::after {
  position: absolute;
  top: 11px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #ff5f57;
  border-radius: 999px;
  box-shadow: 14px 0 0 #ffbd2e, 28px 0 0 #28c840;
  content: "";
}

.responsive-device__bar,
.responsive-device__nav,
.responsive-device__hero,
.responsive-device__cta,
.responsive-device__grid span {
  display: block;
  border-radius: 10px;
}

.responsive-device__bar {
  width: 38%;
  height: 9px;
  background: rgb(29 29 31 / 16%);
}

.responsive-device__nav {
  width: 72%;
  height: 12px;
  background:
    linear-gradient(90deg, rgb(0 113 227 / 28%) 0 26%, rgb(29 29 31 / 10%) 26% 46%, rgb(29 29 31 / 10%) 54% 74%, transparent 74%);
}

.responsive-device__hero {
  position: relative;
  min-height: 92px;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 12%, rgb(41 151 255 / 48%), transparent 34%),
    linear-gradient(135deg, #1d1d1f 0%, #111 55%, #052c5c 100%);
  border-radius: 16px;
}

.responsive-device__hero::before {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 52%;
  height: 11px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 22px 0 rgb(255 255 255 / 46%);
  content: "";
}

.responsive-device__hero::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 28%;
  height: 26px;
  background: var(--color-blue);
  border-radius: 999px;
  content: "";
}

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

.responsive-device__grid span {
  min-height: 76px;
  background:
    linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  border: 1px solid var(--color-line);
  box-shadow: 0 8px 22px rgb(0 0 0 / 6%);
}

.responsive-device__cta {
  width: 42%;
  height: 32px;
  margin-top: 2px;
  background:
    linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-radius: 999px;
}

.section {
  position: relative;
  padding: var(--section-padding-y) 0;
  background: var(--color-bg);
}

.section--cream {
  background: var(--color-section);
}

.split,
.visual-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(30px, 6vw, 72px);
}

.split > div:first-child,
.visual-copy {
  max-width: 540px;
}

.deliverables,
.process-grid,
.project-grid {
  min-width: 0;
}

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

.deliverables article,
.process-grid article,
.project-grid article,
.capability-card {
  min-width: 0;
  padding: 22px;
  background: var(--color-surface);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgb(0 0 0 / 6%);
  animation: softReveal 560ms ease both;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.deliverables article:hover,
.process-grid article:hover,
.project-grid article:hover,
.capability-card:hover {
  transform: translateY(-3px);
  border-color: rgb(0 113 227 / 28%);
  box-shadow: 0 18px 38px rgb(0 0 0 / 10%);
}

.deliverables span,
.process-grid span {
  display: inline-flex;
  min-width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.section-head {
  max-width: 840px;
  margin-bottom: var(--section-head-gap);
}

.capabilities-section {
  background: #fff;
}

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

.capability-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
}

.capability-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 10px;
  height: 10px;
  background: #e5e7eb;
  border-radius: 999px;
  content: "";
  transition: background 220ms ease;
}

.capability-card:hover::before {
  background: var(--color-blue);
}

.capability-card h3 {
  max-width: 88%;
  color: var(--color-ink);
}

.projects-section {
  overflow: hidden;
  background: var(--color-section);
}

.projects-section .section-head {
  max-width: 760px;
}

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

.section--visual {
  color: #fff;
  background: var(--color-dark);
}

.section--visual h2 {
  color: #fff;
}

.section--visual p,
.section--visual .check-list {
  color: #d2d2d7;
}

.section--visual .eyebrow {
  color: var(--color-blue-light);
}

.section.section-panel {
  --section-field-bg: #fff;
  --section-shell-bg: #fff;
  --section-shell-border: rgb(0 0 0 / 5%);
  --section-shell-shadow: 0 30px 90px rgb(15 23 42 / 6%);
  --section-shell-radius: clamp(40px, 4.4vw, 64px);
  --section-shell-inset: max(12px, calc((100vw - var(--container)) / 2 - 54px));
  --section-shell-top: clamp(28px, 3.4vw, 48px);
  --section-shell-bottom: clamp(28px, 3.4vw, 48px);
  --section-halo-x: auto;
  --section-halo-y: clamp(42px, 8vw, 96px);

  position: relative;
  isolation: isolate;
  overflow: visible;
  padding-block: calc(var(--section-padding-y) + 22px);
  background: var(--section-field-bg);
}

.section.section-panel::before {
  position: absolute;
  z-index: 0;
  top: var(--section-shell-top);
  right: var(--section-shell-inset);
  bottom: var(--section-shell-bottom);
  left: var(--section-shell-inset);
  background:
    radial-gradient(circle at 82% 8%, rgb(0 113 227 / 8%), transparent 34%),
    radial-gradient(circle at 14% 92%, rgb(0 56 117 / 5%), transparent 30%),
    var(--section-shell-bg);
  border: 1px solid var(--section-shell-border);
  border-radius: var(--section-shell-radius);
  box-shadow: var(--section-shell-shadow);
  content: "";
  pointer-events: none;
}

.section.section-panel::after {
  position: absolute;
  z-index: 0;
  top: var(--section-halo-y);
  left: var(--section-halo-x);
  width: clamp(260px, 30vw, 480px);
  height: clamp(180px, 22vw, 340px);
  background: radial-gradient(ellipse, rgb(0 113 227 / 12%), rgb(0 113 227 / 0%) 68%);
  content: "";
  filter: blur(2px);
  opacity: .8;
  pointer-events: none;
}

.section.section-panel > .site-container,
.section.section-panel > .testimonial-rail,
.section.section-panel > .projects-rail {
  position: relative;
  z-index: 1;
}

.section-panel--white {
  --section-shell-bg: #fff;
  --section-shell-border: rgb(0 0 0 / 5%);
}

.section-panel--soft {
  --section-shell-bg: linear-gradient(180deg, #f8fafc 0%, #f3f8fe 100%);
  --section-shell-border: rgb(0 113 227 / 6%);
}

.pricing-section.section-panel,
.faq-section.section-panel {
  --section-field-bg: var(--color-section);
}

.section-panel--hero-lift {
  --section-field-bg: linear-gradient(180deg, #111 0, #fff 112px, #fff 100%);
  --section-shell-top: 18px;
  --section-shell-shadow: 0 -18px 48px rgb(0 0 0 / 8%), 0 34px 96px rgb(15 23 42 / 6%);

  margin-top: clamp(-34px, -2.6vw, -22px);
  padding-top: calc(var(--section-padding-y) + 28px);
}

.section-panel--overlap {
  margin-top: clamp(-30px, -2.4vw, -18px);
  padding-top: calc(var(--section-padding-y) + 28px);
}

.section-panel--halo-left {
  --section-halo-x: max(-160px, calc((100vw - var(--container)) / 2 - 240px));
}

.section-panel--halo-right::after {
  right: max(-160px, calc((100vw - var(--container)) / 2 - 240px));
  left: auto;
}

.section-panel--halo-center {
  --section-halo-x: 50%;
}

.section-panel--halo-center::after {
  transform: translateX(-50%);
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--color-blue-light);
  font-weight: 900;
}

.team-proof-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  padding: 16px;
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: var(--radius-sm);
}

.team-photo-stack {
  display: flex;
  align-items: center;
  min-width: 0;
}

.team-photo-stack img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  background: #fff;
  border: 3px solid #1d1d1f;
  border-radius: 999px;
}

.team-photo-stack img + img {
  margin-left: -28px;
}

.team-proof-card h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
}

.team-proof-card p {
  margin-bottom: 0;
  font-size: 14px;
}

.dashboard-frame {
  margin: 0;
  padding: 10px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 22px 60px rgb(0 0 0 / 28%);
}

.dashboard-frame img {
  width: 100%;
  border-radius: 12px;
}

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

.projects-rail {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.projects-rail::before,
.projects-rail::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(96px, 18vw);
  pointer-events: none;
  content: "";
  z-index: 2;
}

.projects-rail::before {
  left: 0;
  background: linear-gradient(90deg, var(--color-section), rgb(248 250 252 / 0%));
}

.projects-rail::after {
  right: 0;
  background: linear-gradient(90deg, rgb(248 250 252 / 0%), var(--color-section));
}

.project-grid--rail {
  grid-auto-flow: column;
  grid-auto-columns: clamp(300px, 27vw, 366px);
  grid-template-columns: none;
  gap: clamp(20px, 2vw, 26px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 28px max(var(--gutter), calc((100vw - var(--container)) / 2)) 58px;
  scroll-padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.project-grid--rail::-webkit-scrollbar {
  display: none;
}

.project-grid article {
  position: relative;
  padding: 0;
  overflow: visible;
  scroll-snap-align: start;
  isolation: isolate;
}

.project-grid article::after {
  position: absolute;
  z-index: 0;
  top: -4px;
  right: -10px;
  left: -10px;
  height: 48%;
  background:
    radial-gradient(ellipse at 50% 35%, rgb(0 113 227 / 20%), transparent 58%),
    radial-gradient(ellipse at 50% 80%, rgb(0 0 0 / 12%), transparent 64%);
  border-radius: var(--radius);
  content: "";
  filter: blur(18px);
  opacity: 0;
  transform: translateY(14px) scale(.96);
  transition: opacity 240ms ease, transform 260ms ease;
}

.project-grid article:hover,
.project-grid article:focus-within {
  transform: translateY(-4px);
  border-color: rgb(0 113 227 / 24%);
  box-shadow: 0 24px 54px rgb(0 0 0 / 12%);
}

.project-grid article:hover::after,
.project-grid article:focus-within::after {
  opacity: 1;
  transform: translateY(2px) scale(1);
}

.project-grid img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-bottom: 1px solid var(--color-line);
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
  transform-origin: 50% 65%;
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1), box-shadow 260ms ease;
}

.project-grid article:hover img,
.project-grid article:focus-within img {
  box-shadow: 0 18px 34px rgb(0 0 0 / 16%);
  transform: translateY(-8px) rotate(1deg) scale(1.018);
}

.project-grid h3,
.project-grid p {
  padding-inline: 22px;
}

.project-grid h3 {
  margin-top: 12px;
  color: var(--color-ink);
  font-size: 22px;
  line-height: 1.14;
}

.project-grid p {
  padding-bottom: 0;
  font-size: 14.5px;
  line-height: 1.5;
}

.project-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 296px;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  background: #fff;
  border-radius: 0 0 calc(var(--radius) - 1px) calc(var(--radius) - 1px);
  padding-bottom: 22px;
}

.project-card__kicker {
  margin: 20px 22px 8px;
  padding: 0;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.project-card__goal {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  color: var(--color-ink);
  font-weight: 750;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.project-card__body > p:not(.project-card__kicker, .project-card__goal) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.project-card__link {
  width: fit-content;
  align-self: end;
  margin: 18px 22px 0;
  color: var(--color-blue-text);
  font-weight: 700;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms cubic-bezier(.22, 1, .36, 1), color 180ms ease;
}

.project-card__link--button {
  appearance: none;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.project-card__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.project-grid article:hover .project-card__link,
.project-grid article:focus-within .project-card__link {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (hover: none) {
  .project-card__link {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
}

.project-modal[hidden] {
  display: none;
}

.project-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 42px);
}

.project-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(29 29 31 / 64%);
  opacity: 0;
  backdrop-filter: blur(14px);
  transition: opacity 180ms ease;
}

.project-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  max-height: min(88vh, 900px);
  overflow: auto;
  padding: clamp(20px, 3vw, 34px);
  background: #fff;
  border: 1px solid rgb(255 255 255 / 48%);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgb(0 0 0 / 26%);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 180ms ease, transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.project-modal.is-open .project-modal__backdrop,
.project-modal.is-open .project-modal__panel {
  opacity: 1;
}

.project-modal.is-open .project-modal__panel {
  transform: translateY(0) scale(1);
}

.project-modal__close {
  position: sticky;
  z-index: 2;
  top: 0;
  left: 100%;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin: 0 0 -24px auto;
  color: var(--color-ink);
  background: var(--color-section);
  border: 1px solid var(--color-line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.project-modal__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 56px);
  margin-bottom: 28px;
}

.project-modal__intro h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 46px);
}

.project-modal__intro figure {
  margin: 0;
  padding: 10px;
  background: var(--color-section);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgb(0 0 0 / 12%);
}

.project-modal__intro img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.modal-tags,
.modal-outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modal-tags span,
.modal-outcomes span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 750;
}

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

.modal-block {
  min-width: 0;
  padding: 20px;
  background: var(--color-section);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
}

.modal-block--wide {
  grid-column: 1 / -1;
}

.modal-block h3 {
  margin-bottom: 14px;
  font-size: 18px;
}

.modal-block p {
  margin-bottom: 0;
}

.modal-swatches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.modal-swatch {
  min-width: 0;
}

.modal-swatch span {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 8px;
  background: var(--swatch);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 32%);
}

.modal-swatch strong,
.modal-swatch small,
.modal-buttons small {
  display: block;
}

.modal-swatch strong {
  color: var(--color-ink);
  font-size: 13px;
}

.modal-swatch small,
.modal-buttons small {
  color: var(--color-muted);
  font-size: 12px;
}

.modal-buttons {
  display: grid;
  gap: 12px;
}

.modal-button-preview {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 10px 16px;
  color: var(--preview-color);
  background: var(--preview-bg);
  border: 1px solid var(--preview-border);
  border-radius: 999px;
  font-weight: 750;
}

.modal-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.modal-list li::before {
  position: absolute;
  left: 0;
  color: #9ca3af;
  content: "•";
  font-weight: 900;
}

.project-modal__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.final-cta {
  padding: var(--section-padding-y) 0;
  background:
    radial-gradient(circle at 82% 12%, rgb(255 255 255 / 20%), transparent 32%),
    linear-gradient(90deg, #1687f7 0%, var(--color-blue) 100%);
}

.final-cta h2 {
  max-width: 700px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 34px);
}

.final-cta .eyebrow,
.final-cta p {
  color: #eaf4ff;
}

.final-cta .eyebrow {
  margin-bottom: 10px;
  letter-spacing: .04em;
}

.final-cta p:not(.eyebrow) {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.6;
}

.final-cta__copy {
  min-width: 0;
}

.final-cta p.final-cta__support {
  max-width: 640px;
  color: rgb(234 244 255 / 90%);
}

.final-cta__team {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.final-cta__avatars {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-left: 8px;
}

.final-cta__avatars img {
  width: 36px;
  height: 36px;
  margin-left: -8px;
  object-fit: cover;
  object-position: center top;
  background: rgb(255 255 255 / 18%);
  border: 2px solid rgb(255 255 255 / 82%);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(0 36 84 / 18%);
}

.final-cta__team p {
  margin: 0;
  color: rgb(234 244 255 / 70%);
  font-size: 14px;
  line-height: 1.35;
}

.final-cta__team strong {
  color: #fff;
  font-weight: 750;
}

.final-cta__team span {
  color: rgb(234 244 255 / 72%);
}

.final-cta__team strong + span::before {
  content: " • ";
}

.final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 740px) auto;
  align-items: center;
  justify-content: start;
  gap: clamp(32px, 7vw, 96px);
}

.final-cta .button {
  min-width: 210px;
  color: var(--color-blue);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 16px 36px rgb(0 56 117 / 22%);
}

.final-cta .button:hover {
  color: #0057b8;
  background: #f5fbff;
  box-shadow: 0 22px 48px rgb(0 56 117 / 28%);
  transform: translateY(-2px);
}

.site-footer {
  padding: clamp(34px, 5vw, 52px) 0;
  background:
    radial-gradient(circle at 88% 0%, rgb(0 113 227 / 16%), transparent 34%),
    linear-gradient(180deg, #1d1d1f 0%, #111 100%);
  color: #fff;
}

.site-footer p,
.footer-links {
  color: #c7c7cc;
}

.site-footer__simple {
  display: grid;
  grid-template-columns: minmax(280px, 440px) minmax(0, 1fr);
  align-items: start;
  gap: clamp(28px, 6vw, 82px);
}

.site-footer__brand {
  display: grid;
  max-width: 440px;
  gap: 12px;
}

.site-footer .brand__name {
  color: #fff;
}

.site-footer p {
  max-width: 420px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.site-footer__reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 2px;
}

.site-footer__reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e8e8ed;
  font-size: 12.5px;
  font-weight: 750;
}

.site-footer__reassurance span::before {
  color: #69b7ff;
  content: "✓";
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 18px;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links a,
.footer-links button {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.footer-links a:hover,
.footer-links button:hover {
  color: #fff;
}

.footer-links a[href^="mailto:"] {
  color: #e8f4ff;
  font-weight: 750;
}

@media (max-width: 760px) {
  .audit-modal {
    padding: 10px;
  }

  .audit-modal__panel {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    padding: 20px;
    border-radius: 20px;
  }

  .audit-modal__head {
    padding-right: 44px;
  }

  .audit-modal__head h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .site-footer__simple {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .final-cta .button {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 1100px) {
  .performance-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer__simple {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .hero__grid,
  .split,
  .visual-grid,
  .webdesign-grid {
    grid-template-columns: 1fr;
  }

  .webdesign-canvas {
    min-height: 500px;
  }

  .webdesign-system {
    grid-template-columns: 1fr;
  }

  .webdesign-responsive {
    min-height: 270px;
  }

  .hero__grid {
    grid-template-areas:
      "content"
      "offers";
  }

  .hero-project-panel {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .hero-interfaces-modal__panel {
    height: calc(100vh - 24px);
    min-height: 0;
    overflow: hidden;
  }

  .hero-interfaces-modal__head {
    display: block;
    padding-right: 44px;
  }

  .hero-interfaces-modal__stage {
    height: 100%;
  }

  .hero-interface-slide {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 16px;
  }

  .hero-interface-slide__image {
    min-height: 0;
    padding: 12px;
  }

  .hero-interface-slide__copy {
    padding: 16px;
  }

  .hero-interface-slide__copy h3 {
    font-size: clamp(22px, 6vw, 32px);
  }

  .hero-interfaces-carousel__arrow {
    width: 40px;
    height: 40px;
    font-size: 28px;
  }

  .hero-interfaces-carousel__arrow--prev {
    left: 8px;
  }

  .hero-interfaces-carousel__arrow--next {
    right: 8px;
  }

  .hero-interfaces-carousel__dots {
    gap: 6px;
    margin-top: 10px;
  }

  .hero-interfaces-carousel__dots button {
    width: 14px;
    height: 5px;
  }

  .hero-interfaces-carousel__dots button[aria-current="true"] {
    width: 28px;
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(250px, 1fr));
  }

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

  .pricing-head,
  .pricing-grid,
  .seo-grid,
  .pagespeed-head,
  .pagespeed-grid,
  .ai-grid,
  .automation-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .pricing-toggle {
    width: fit-content;
  }

  .pricing-card--featured {
    margin-block: 0;
  }

  .pricing-grid::before {
    display: none;
  }

  .pricing-reassurance {
    justify-content: flex-start;
    text-align: left;
  }

  .project-grid {
    grid-template-columns: repeat(3, minmax(280px, 1fr));
  }

  .project-grid--rail {
    grid-template-columns: none;
  }

  .project-modal__intro,
  .project-modal__grid {
    grid-template-columns: 1fr;
  }

  .project-modal__intro {
    align-items: start;
  }
}

@media (max-width: 900px) {
  .scroll-rail {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 82%);
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: var(--gutter);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-rail::-webkit-scrollbar {
    display: none;
  }

  .scroll-rail > * {
    scroll-snap-align: start;
  }

  .project-grid--rail {
    grid-auto-columns: minmax(300px, 82%);
    padding-inline: var(--gutter) 48px;
  }

  .testimonial-track {
    grid-auto-columns: minmax(320px, 82%);
  }

  .projects-rail::before,
  .projects-rail::after,
  .testimonial-rail::before,
  .testimonial-rail::after {
    width: 52px;
  }
}

@media (max-width: 720px) {
  :root {
    --section-padding-y: 76px;
    --section-padding-y-compact: 76px;
    --section-head-gap: 32px;
  }

  .site-main {
    padding-top: 60px;
  }

  .section.section-panel {
    --section-shell-radius: 26px;
    --section-shell-inset: 8px;
    --section-shell-top: 14px;
    --section-shell-bottom: 14px;
    --section-shell-shadow: 0 18px 42px rgb(15 23 42 / 5%);

    padding-block: calc(var(--section-padding-y) + 6px);
  }

  .section.section-panel::after {
    width: 220px;
    height: 150px;
    opacity: .5;
  }

  .section-panel--hero-lift,
  .section-panel--overlap {
    margin-top: -12px;
    padding-top: calc(var(--section-padding-y) + 12px);
  }

  .section-panel--halo-left {
    --section-halo-x: -110px;
  }

  .section-panel--halo-right::after {
    right: -110px;
  }

  .site-nav a:not(.button) {
    display: none;
  }

  .site-header__inner {
    min-height: 60px;
  }

  .brand__name {
    font-size: 18px;
  }

  .hero {
    margin-bottom: 0;
    padding-block: var(--section-padding-y);
  }

  .hero h1 {
    font-size: clamp(33px, 9vw, 40px);
    line-height: 1.06;
  }

  .hero__lead {
    margin-bottom: 24px;
    font-size: 16px;
  }

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

  .hero-cta-note {
    font-size: 12px;
  }

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

  .hero-cta-row .button {
    width: 100%;
  }

  .hero-offer-viewport {
    --offer-card-height: 128px;
    height: calc(var(--offer-card-height) + 20px);
  }

  .hero-offer-card {
    padding: 12px 14px;
  }

  .hero-offer-card strong {
    font-size: clamp(19px, 5.8vw, 24px);
  }

  .hero-offer-card p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.35;
  }

  .hero-project-card {
    padding: 0;
    border-radius: 0;
    animation: none;
    transform: none;
  }

  .hero-project-card__device {
    margin: 0;
    transform: none;
    animation: none;
  }

  .hero-project-card__device--video {
    aspect-ratio: 900 / 572;
  }

  .hero-project-card__screen {
    top: 1.65%;
    left: 11.05%;
    width: 78.25%;
    height: 80.75%;
  }

  .hero-project-card__play {
    right: 12%;
    bottom: 11%;
    min-height: 38px;
    padding: 8px 11px 8px 8px;
    font-size: 11px;
  }

  .hero-project-card__play span {
    width: 23px;
    height: 23px;
    font-size: 8px;
  }

  .hero-project-card__device img {
    width: 100%;
    max-width: 100%;
  }

  .hero-interfaces-modal {
    padding: 8px;
  }

  .hero-interfaces-modal__backdrop {
    background: rgb(0 0 0 / 86%);
    backdrop-filter: blur(16px) saturate(120%);
    -webkit-backdrop-filter: blur(16px) saturate(120%);
  }

  .hero-interfaces-modal__panel {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
    gap: 12px;
    padding: 14px;
    background:
      radial-gradient(circle at 82% 4%, rgb(41 151 255 / 22%), transparent 34%),
      linear-gradient(180deg, #1d1d1f 0%, #0b0d12 100%);
    border-radius: 22px;
  }

  .hero-video-modal.hero-interfaces-modal {
    padding: 10px;
  }

  .hero-video-modal__panel {
    width: min(100%, calc(100vw - 20px));
    height: auto;
    max-height: calc(100vh - 20px);
    max-height: calc(100svh - 20px);
    grid-template-rows: auto;
    gap: 0;
    padding: 8px;
    border-radius: 18px;
  }

  .hero-video-modal__frame {
    width: 100%;
    max-height: calc(100vh - 36px);
    max-height: calc(100svh - 36px);
    aspect-ratio: var(--hero-video-aspect, 16 / 10);
    border-radius: 13px;
  }

  .hero-video-modal__video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .hero-interfaces-modal__head {
    max-width: none;
    padding-right: 52px;
  }

  .hero-interfaces-modal__head .eyebrow {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .hero-interfaces-modal__head h2 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(24px, 6.5vw, 28px);
    line-height: 1.04;
  }

  .hero-interfaces-modal__head p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .hero-interfaces-modal__close {
    top: 14px;
    right: 14px;
  }

  .hero-interface-slide {
    min-height: 0;
    grid-template-rows: minmax(230px, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
  }

  .hero-interface-slide__image {
    padding: 8px;
    border-radius: 16px;
  }

  .hero-interface-slide__copy {
    gap: 5px;
    padding: 12px;
    border-radius: 16px;
  }

  .hero-interface-slide__caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 7px 10px;
    font-size: 10.5px;
    font-weight: 650;
  }

  .hero-interface-slide__copy span {
    font-size: 11px;
  }

  .hero-interface-slide__copy h3 {
    font-size: clamp(19px, 5.5vw, 24px);
    line-height: 1.05;
  }

  .hero-interface-slide__copy p {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12.5px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .hero-field-grid,
  .hero-form-actions {
    grid-template-columns: 1fr;
  }

  .hero-field-grid {
    display: grid;
  }

  .hero-form-actions {
    display: grid;
  }

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

  .search-preview {
    --seo-cursor-bar-x: 178px;
    --seo-cursor-bar-y: 116px;
    --seo-cursor-search-x: 314px;
    --seo-cursor-result-x: 190px;
    --seo-cursor-result-y: 248px;
  }

  .buttons {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 10px;
    overflow-x: auto;
    padding-block: 4px 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .buttons::-webkit-scrollbar {
    display: none;
  }

  .hero__proof,
  .field-grid,
  .capability-grid,
  .why-grid,
  .performance-feature-grid,
  .design-system-list,
  .webdesign-proof-list,
  .ai-card-grid,
  .automation-flow,
  .site-footer__simple {
    align-items: flex-start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .feature-tabs {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .feature-tabs::-webkit-scrollbar {
    display: none;
  }

  .feature-tab {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    white-space: nowrap;
  }

  .ai-card-grid article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .automation-flow::before,
  .automation-flow::after {
    top: 30px;
    bottom: 30px;
  }

  .webdesign-canvas {
    min-height: 430px;
    padding: 18px;
  }

  .webdesign-system {
    gap: 14px;
    padding: 16px;
  }

  .webdesign-system__swatches span {
    min-height: 42px;
  }

  .webdesign-device {
    min-height: 260px;
    padding: 38px 14px 14px;
    border-width: 8px;
  }

  .webdesign-device__hero {
    min-height: 88px;
  }

  .automation-flow {
    --automation-line-left: 36px;

    padding: 6px 0;
  }

  .automation-flow__step {
    min-height: 0;
    padding: 15px 14px;
  }

  .automation-flow__step.is-active {
    transform: translateX(4px);
  }

  .pricing-toggle {
    --pricing-option-width: calc((100vw - 46px) / 2);

    width: 100%;
    max-width: 100%;
  }

  .pricing-toggle button {
    flex: 0 0 var(--pricing-option-width);
    padding-inline: 12px;
    font-size: 13px;
  }

  .pricing-toggle button {
    white-space: nowrap;
  }

  .pricing-card__head {
    padding-right: 0;
  }

  .pricing-card__badge {
    position: static;
    width: fit-content;
  }

  .local-pack {
    grid-template-columns: 1fr;
  }

  .local-pack__map {
    min-height: 130px;
  }

  .lead-panel {
    margin-inline: 0;
    box-shadow: var(--shadow);
  }

  .final-cta__inner {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .final-cta .button {
    width: min(100%, 360px);
  }

  .project-card__body {
    min-height: 282px;
  }

  .project-modal {
    align-items: stretch;
    padding: 10px;
  }

  .project-modal__panel {
    max-height: calc(100vh - 20px);
    padding: 18px;
    border-radius: 16px;
  }

  .project-modal__intro h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

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

  .project-modal__footer {
    justify-content: stretch;
  }

  .project-modal__footer .button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: clamp(31px, 9vw, 40px);
  }

  h2 {
    font-size: clamp(26px, 7.6vw, 34px);
  }

  .button {
    min-width: 132px;
    padding-inline: 18px;
  }

  .scroll-rail {
    grid-auto-columns: minmax(260px, 88%);
  }

  .project-grid--rail {
    grid-auto-columns: minmax(270px, 88%);
    padding-inline: var(--gutter) 40px;
  }

  .testimonial-track {
    grid-auto-columns: minmax(278px, 88%);
  }

  .team-proof-card {
    grid-template-columns: 1fr;
  }

}

/* Webap dark continuous ambience */
:root {
  --webap-page-deep: #090b10;
  --webap-page-dark: #0b1020;
  --webap-page-blue: #11233f;
  --webap-glow-blue: 0 113 227;
  --webap-glow-sky: 96 165 250;
  --webap-panel-radius-lg: clamp(28px, 3.2vw, 42px);
  --webap-panel-radius-md: clamp(18px, 2vw, 26px);
  --webap-panel-light: linear-gradient(145deg, rgb(255 255 255 / 90%), rgb(239 247 255 / 78%));
  --webap-panel-blue: radial-gradient(circle at 82% 16%, rgb(96 165 250 / 14%), transparent 36%), linear-gradient(145deg, rgb(244 249 255 / 82%), rgb(224 237 252 / 72%));
  --webap-panel-dark: radial-gradient(circle at 78% 12%, rgb(0 113 227 / 18%), transparent 34%), linear-gradient(145deg, rgb(12 20 36 / 86%), rgb(7 12 22 / 82%));
  --webap-panel-border: rgb(255 255 255 / 34%);
  --webap-panel-border-soft: rgb(153 204 255 / 18%);
  --webap-shadow-panel: 0 38px 110px rgb(0 18 42 / 24%), 0 14px 34px rgb(0 0 0 / 14%), inset 0 1px 0 rgb(255 255 255 / 28%);
  --webap-shadow-card: 0 16px 42px rgb(0 18 42 / 10%), 0 6px 18px rgb(0 0 0 / 6%);
}

html {
  background: var(--webap-page-deep);
}

body {
  background:
    radial-gradient(ellipse 1200px 680px at 82% 8%, rgb(var(--webap-glow-blue) / 24%), transparent 64%),
    radial-gradient(ellipse 900px 620px at -12% 32%, rgb(var(--webap-glow-sky) / 12%), transparent 64%),
    radial-gradient(ellipse 1060px 760px at 108% 64%, rgb(var(--webap-glow-blue) / 11%), transparent 66%),
    radial-gradient(ellipse 880px 640px at 18% 92%, rgb(var(--webap-glow-sky) / 9%), transparent 66%),
    linear-gradient(180deg, #090b10 0%, #0b1020 19%, #11233f 45%, #0b1020 72%, #090b10 100%);
}

.site-main {
  background: transparent;
}

.panel,
.panel-light,
.panel-blue,
.panel-dark,
.panel-elevated {
  border: 1px solid var(--webap-panel-border);
  border-radius: var(--webap-panel-radius-md);
  box-shadow: var(--webap-shadow-card);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.panel-light {
  background: var(--webap-panel-light);
}

.panel-blue {
  background: var(--webap-panel-blue);
}

.panel-dark {
  background: var(--webap-panel-dark);
  border-color: var(--webap-panel-border-soft);
}

.panel-elevated {
  box-shadow: var(--webap-shadow-panel);
}

.section-glow-left::after,
.section-glow-right::after {
  position: absolute;
  z-index: 0;
  width: clamp(360px, 38vw, 720px);
  height: clamp(240px, 28vw, 500px);
  background: radial-gradient(ellipse, rgb(var(--webap-glow-blue) / 13%), rgb(var(--webap-glow-blue) / 0%) 68%);
  content: "";
  filter: blur(6px);
  pointer-events: none;
}

.section-glow-left::after {
  left: -18vw;
}

.section-glow-right::after {
  right: -18vw;
}

.site-header {
  background:
    radial-gradient(circle at 78% 0%, rgb(0 113 227 / 22%), transparent 36%),
    linear-gradient(180deg, rgb(9 11 16 / 92%), rgb(11 16 32 / 82%));
  border-bottom-color: rgb(153 204 255 / 12%);
  box-shadow: 0 14px 42px rgb(0 0 0 / 22%);
}

.site-header.is-scrolled {
  background:
    linear-gradient(135deg, rgb(0 113 227 / 12%), rgb(9 15 28 / 74%)),
    rgb(9 13 24 / 74%);
  border-bottom-color: rgb(153 204 255 / 16%);
  box-shadow: 0 16px 44px rgb(0 0 0 / 18%);
}

.site-header.is-scrolled .brand__name {
  color: #fff;
}

.site-header.is-scrolled .site-nav {
  color: #d9edff;
}

.site-header.is-scrolled .site-nav a:hover {
  color: #fff;
}

.hero {
  background:
    radial-gradient(circle at 78% 8%, rgb(0 113 227 / 26%), transparent 34%),
    radial-gradient(ellipse at 98% 72%, rgb(96 165 250 / 10%), transparent 56%),
    linear-gradient(180deg, rgb(9 11 16 / 96%) 0%, rgb(11 16 32 / 88%) 62%, rgb(11 16 32 / 0%) 100%);
}

.hero-project-panel {
  display: grid;
  align-items: center;
}

.hero-project-card {
  max-width: 660px;
  margin-inline: auto;
  padding: 0;
}

.hero-project-card:hover,
.hero-project-card:focus-visible {
  transform: translateY(-2px);
}

.hero-project-card__device {
  width: 100%;
  max-width: 650px;
  animation: heroProjectFloat 8s ease-in-out infinite;
  filter: none;
}

.hero-project-card__device--video {
  aspect-ratio: 16 / 10;
}

.hero-project-card__device--video::before {
  inset: -18% -16% -20%;
  background:
    radial-gradient(ellipse at 50% 54%, rgb(0 113 227 / 32%), transparent 60%),
    radial-gradient(ellipse at 72% 18%, rgb(96 165 250 / 18%), transparent 46%);
  filter: blur(42px);
  opacity: .9;
  transform: none;
}

.hero-project-card__device--video::after {
  right: 7%;
  bottom: -16%;
  left: 7%;
  height: 22%;
  background: radial-gradient(ellipse at center, rgb(0 0 0 / 58%), transparent 70%);
  filter: blur(24px);
  opacity: .82;
}

.hero-project-card__screen {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #03060b;
  border: 1px solid rgb(153 204 255 / 24%);
  border-radius: 18px;
  box-shadow:
    0 46px 96px rgb(0 0 0 / 38%),
    0 18px 46px rgb(0 113 227 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 12%);
}

.hero-project-card__screen::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgb(0 0 0 / 10%), rgb(0 0 0 / 2%) 42%, rgb(0 0 0 / 14%)),
    radial-gradient(circle at 50% 52%, rgb(0 0 0 / 12%), transparent 48%);
  content: "";
  pointer-events: none;
}

.hero-project-card__cover {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}

.hero-project-card__video {
  position: relative;
  z-index: 1;
  object-fit: contain;
  opacity: 0;
  transform: none;
  transition: opacity 260ms ease;
}

.hero-project-card__screen.is-video-ready .hero-project-card__video {
  opacity: 1;
}

.hero-project-card__play {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 4;
  min-height: 48px;
  padding: 10px 18px 10px 10px;
  background:
    linear-gradient(135deg, rgb(0 113 227 / 24%), rgb(0 16 37 / 26%)),
    rgb(8 13 24 / 58%);
  border-color: rgb(255 255 255 / 22%);
  box-shadow: 0 20px 44px rgb(0 0 0 / 30%), inset 0 1px 0 rgb(255 255 255 / 18%);
  opacity: .96;
  transform: translate(-50%, -50%);
}

.hero-project-card__play span {
  width: 30px;
  height: 30px;
}

.hero-project-card:hover .hero-project-card__play,
.hero-project-card:focus-visible .hero-project-card__play {
  box-shadow: 0 24px 54px rgb(0 0 0 / 34%), inset 0 1px 0 rgb(255 255 255 / 24%);
  transform: translate(-50%, -50%) scale(1.035);
}

.section.testimonials-section,
.section.features-switch-section,
.section.pricing-section,
.projects-section,
.faq-section {
  background: transparent;
}

.section.section-panel {
  --section-field-bg: transparent;
  --section-shell-bg: var(--webap-panel-light);
  --section-shell-border: var(--webap-panel-border);
  --section-shell-shadow: var(--webap-shadow-panel);
  --section-shell-radius: var(--webap-panel-radius-lg);

  background: transparent;
}

.section.section-panel::before {
  background: var(--section-shell-bg);
  border-color: var(--section-shell-border);
  box-shadow: var(--section-shell-shadow);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.section.section-panel::after {
  opacity: 0;
}

.section-panel--white {
  --section-shell-bg: var(--webap-panel-light);
}

.section-panel--soft {
  --section-shell-bg: var(--webap-panel-blue);
  --section-shell-border: rgb(153 204 255 / 24%);
}

.pricing-section.section-panel,
.faq-section.section-panel {
  --section-field-bg: transparent;
}

.testimonials-section.section-panel {
  --section-shell-bg:
    radial-gradient(circle at 76% 10%, rgb(96 165 250 / 10%), transparent 34%),
    linear-gradient(145deg, rgb(255 255 255 / 88%), rgb(238 247 255 / 78%));

  margin-top: clamp(-46px, -3.4vw, -26px);
}

.features-switch-section.section-panel {
  --section-shell-bg:
    linear-gradient(rgb(153 204 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(153 204 255 / 5%) 1px, transparent 1px),
    radial-gradient(circle at 72% 42%, rgb(0 113 227 / 14%), transparent 36%),
    linear-gradient(145deg, rgb(244 249 255 / 82%), rgb(224 237 252 / 74%));
  --section-shell-border: rgb(153 204 255 / 25%);

  background-size: 44px 44px, 44px 44px, auto, auto;
}

.features-switch-section.section-panel::after,
.projects-section.section-panel::after {
  top: 14%;
  width: clamp(420px, 40vw, 760px);
  height: clamp(280px, 30vw, 540px);
  background: radial-gradient(ellipse, rgb(0 113 227 / 13%), rgb(0 113 227 / 0%) 70%);
  filter: blur(12px);
  opacity: .7;
}

.pricing-section.section-panel {
  --section-shell-bg: linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(245 249 255 / 82%));
  --section-shell-border: rgb(255 255 255 / 42%);
}

.projects-section.section-panel {
  --section-shell-bg:
    radial-gradient(circle at 16% 20%, rgb(96 165 250 / 12%), transparent 34%),
    radial-gradient(circle at 86% 74%, rgb(0 113 227 / 10%), transparent 38%),
    linear-gradient(145deg, rgb(238 247 255 / 82%), rgb(216 232 250 / 72%));
  --section-shell-border: rgb(153 204 255 / 24%);
}

.faq-section.section-panel {
  --section-shell-bg: linear-gradient(145deg, rgb(255 255 255 / 92%), rgb(246 250 255 / 84%));
  --section-shell-inset: max(var(--gutter), calc((100vw - 960px) / 2));
  --section-shell-shadow: 0 30px 82px rgb(0 18 42 / 16%), inset 0 1px 0 rgb(255 255 255 / 30%);
}

.testimonial-rail::before {
  background: linear-gradient(90deg, rgb(9 13 24 / 92%), rgb(9 13 24 / 0%));
}

.testimonial-rail::after {
  background: linear-gradient(90deg, rgb(9 13 24 / 0%), rgb(9 13 24 / 92%));
}

.testimonial-card {
  background:
    radial-gradient(circle at 84% 0%, rgb(96 165 250 / 9%), transparent 36%),
    linear-gradient(180deg, rgb(255 255 255 / 84%), rgb(242 248 255 / 76%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow:
    0 12px 28px rgb(0 18 42 / 7%),
    0 16px 42px rgb(0 113 227 / var(--testimonial-shadow-alpha));
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.testimonial-card:hover {
  box-shadow:
    0 18px 40px rgb(0 18 42 / 10%),
    0 22px 58px rgb(0 113 227 / var(--testimonial-shadow-alpha));
}

.feature-tabs {
  background: rgb(255 255 255 / 58%);
  border-color: rgb(153 204 255 / 26%);
  box-shadow: 0 16px 42px rgb(0 18 42 / 9%), inset 0 1px 0 rgb(255 255 255 / 50%);
}

.feature-tab.is-active {
  background: rgb(255 255 255 / 82%);
  box-shadow: 0 8px 20px rgb(0 18 42 / 6%);
}

.search-preview,
.performance-score-card,
.ai-card-grid article,
.automation-flow__step,
.faq-item {
  background:
    radial-gradient(circle at 88% 0%, rgb(96 165 250 / 7%), transparent 34%),
    linear-gradient(180deg, rgb(255 255 255 / 88%), rgb(247 250 255 / 80%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow: var(--webap-shadow-card);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.search-preview {
  box-shadow: 0 34px 88px rgb(0 18 42 / 20%), 0 18px 54px rgb(0 113 227 / 10%);
}

.webdesign-canvas,
.hero-interfaces-modal__panel,
.audit-modal__panel {
  background:
    radial-gradient(circle at 82% 8%, rgb(0 113 227 / 22%), transparent 34%),
    radial-gradient(circle at 18% 88%, rgb(96 165 250 / 9%), transparent 34%),
    linear-gradient(145deg, rgb(12 20 36 / 92%), rgb(7 12 22 / 90%));
  border-color: rgb(153 204 255 / 20%);
}

.pricing-grid::before {
  background: radial-gradient(circle, rgb(0 113 227 / 10%), transparent 70%);
}

.pricing-card {
  background: linear-gradient(180deg, rgb(255 255 255 / 86%), rgb(247 250 255 / 78%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 16px 42px rgb(0 18 42 / 8%);
}

.pricing-card--featured {
  background:
    radial-gradient(circle at 86% 0%, rgb(41 151 255 / 34%), transparent 38%),
    linear-gradient(180deg, #101827 0%, #07101f 100%);
  border-color: rgb(96 165 250 / 42%);
  box-shadow: 0 36px 90px rgb(0 113 227 / 22%), 0 24px 70px rgb(0 0 0 / 18%);
}

.projects-rail::before {
  background: linear-gradient(90deg, rgb(9 13 24 / 92%), rgb(9 13 24 / 0%));
}

.projects-rail::after {
  background: linear-gradient(90deg, rgb(9 13 24 / 0%), rgb(9 13 24 / 92%));
}

.project-grid article {
  background: linear-gradient(180deg, rgb(255 255 255 / 82%), rgb(240 247 255 / 74%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow: var(--webap-shadow-card);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.project-grid article:hover,
.project-grid article:focus-within {
  box-shadow: 0 26px 62px rgb(0 18 42 / 15%), 0 24px 70px rgb(0 113 227 / 10%);
}

.project-grid img {
  border-bottom-color: rgb(15 23 42 / 8%);
}

.project-card__body {
  background: linear-gradient(180deg, rgb(255 255 255 / 88%), rgb(247 250 255 / 78%));
}

.faq-item[open] {
  background: linear-gradient(180deg, rgb(255 255 255 / 92%), rgb(243 248 255 / 86%));
  box-shadow: 0 16px 38px rgb(0 113 227 / 8%);
}

.final-cta {
  position: relative;
  background:
    radial-gradient(ellipse 900px 460px at 50% 56%, rgb(0 113 227 / 28%), transparent 68%),
    radial-gradient(ellipse 720px 360px at 84% 22%, rgb(96 165 250 / 12%), transparent 64%);
}

.final-cta__inner {
  padding: clamp(28px, 4.4vw, 52px);
  background:
    radial-gradient(circle at 84% 8%, rgb(255 255 255 / 15%), transparent 34%),
    linear-gradient(135deg, rgb(0 113 227 / 86%), rgb(0 56 117 / 78%)),
    rgb(0 45 100 / 72%);
  border: 1px solid rgb(153 204 255 / 28%);
  border-radius: var(--webap-panel-radius-lg);
  box-shadow: 0 38px 100px rgb(0 56 117 / 26%), inset 0 1px 0 rgb(255 255 255 / 18%);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.site-footer {
  background:
    radial-gradient(circle at 88% 0%, rgb(0 113 227 / 12%), transparent 34%),
    linear-gradient(180deg, rgb(9 13 24 / 22%) 0%, rgb(5 7 11 / 76%) 100%);
  border-top: 1px solid rgb(153 204 255 / 10%);
}

@media (max-width: 960px) {
  .hero-project-card {
    max-width: 620px;
  }

  .faq-section.section-panel {
    --section-shell-inset: 8px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(ellipse 640px 460px at 70% 4%, rgb(var(--webap-glow-blue) / 20%), transparent 66%),
      radial-gradient(ellipse 520px 360px at -18% 38%, rgb(var(--webap-glow-sky) / 9%), transparent 64%),
      linear-gradient(180deg, #090b10 0%, #0b1020 34%, #11233f 58%, #090b10 100%);
  }

  .section.section-panel {
    --section-shell-radius: 24px;
    --section-shell-inset: 8px;
    --section-shell-top: 10px;
    --section-shell-bottom: 10px;
  }

  .section.section-panel::before {
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
  }

  .hero-project-card__device--video {
    aspect-ratio: 16 / 10;
  }

  .hero-project-card__screen {
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    border-radius: 14px;
  }

  .hero-project-card__play {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    min-height: 40px;
    padding: 8px 12px 8px 8px;
    font-size: 11px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .hero-project-card:hover .hero-project-card__play,
  .hero-project-card:focus-visible .hero-project-card__play {
    transform: translate(-50%, -50%) scale(1.03);
  }

  .hero-project-card__play span {
    width: 24px;
    height: 24px;
  }

  .testimonial-rail::before,
  .testimonial-rail::after,
  .projects-rail::before,
  .projects-rail::after {
    width: 36px;
  }

  .final-cta__inner {
    padding: 24px;
    border-radius: 24px;
  }
}

/* Dark cards pass: sections sit directly on the night background. */
:root {
  --webap-card-night: radial-gradient(circle at 82% 0%, rgb(96 165 250 / 13%), transparent 34%), linear-gradient(145deg, rgb(13 24 44 / 72%), rgb(7 12 22 / 64%));
  --webap-card-night-soft: radial-gradient(circle at 82% 0%, rgb(96 165 250 / 10%), transparent 34%), linear-gradient(145deg, rgb(17 31 54 / 62%), rgb(8 14 26 / 58%));
  --webap-card-night-strong: radial-gradient(circle at 84% 0%, rgb(0 113 227 / 28%), transparent 38%), linear-gradient(145deg, rgb(11 25 48 / 86%), rgb(5 10 19 / 80%));
  --webap-night-border: rgb(153 204 255 / 18%);
  --webap-night-border-strong: rgb(96 165 250 / 32%);
  --webap-night-text: #f5f9ff;
  --webap-night-muted: rgb(218 232 250 / 72%);
  --webap-night-soft-text: rgb(218 232 250 / 58%);
  --webap-night-shadow: 0 26px 72px rgb(0 0 0 / 24%), 0 16px 44px rgb(0 113 227 / 8%), inset 0 1px 0 rgb(255 255 255 / 10%);
}

.section.section-panel::before,
.pricing-grid::before {
  display: none;
}

.section.section-panel {
  --section-field-bg: transparent;

  background: transparent;
}

.section.section-panel .section-head h2,
.pricing-head h2,
.seo-copy h3,
.performance-bonus strong,
.webdesign-grid > div:first-child h3,
.ai-grid--panel > div:first-child h3,
.automation-grid > div:first-child h3 {
  color: var(--webap-night-text);
}

.section.section-panel .section-head p,
.pricing-head p,
.seo-copy p,
.performance-bonus span,
.webdesign-grid > div:first-child p,
.ai-grid--panel > div:first-child p,
.automation-grid > div:first-child p,
.pricing-reassurance {
  color: var(--webap-night-muted);
}

.section.section-panel .eyebrow,
.projects-section .eyebrow,
.faq-section .eyebrow {
  color: rgb(142 202 255 / 78%);
}

.feature-tabs,
.pricing-toggle {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%)),
    rgb(7 13 24 / 54%);
  border-color: var(--webap-night-border);
  box-shadow: 0 18px 48px rgb(0 0 0 / 22%), inset 0 1px 0 rgb(255 255 255 / 10%);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.feature-tab {
  color: var(--webap-night-muted);
}

.feature-tab:hover {
  color: #fff;
  background: rgb(255 255 255 / 8%);
}

.feature-tab.is-active {
  color: #8ecaff;
  background: rgb(255 255 255 / 12%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
}

.pricing-toggle::before {
  background:
    linear-gradient(135deg, rgb(0 113 227 / 20%), rgb(255 255 255 / 9%)),
    rgb(255 255 255 / 10%);
  border-color: rgb(153 204 255 / 24%);
  box-shadow: 0 10px 24px rgb(0 0 0 / 18%), inset 0 1px 0 rgb(255 255 255 / 14%);
}

.pricing-toggle button {
  color: var(--webap-night-muted);
}

.pricing-toggle button:hover,
.pricing-toggle button.is-active {
  color: #fff;
}

.testimonial-card,
.search-preview,
.performance-score-card,
.ai-card-grid article,
.automation-flow__step,
.pricing-card,
.project-grid article,
.faq-item,
.webdesign-proof-list div {
  color: var(--webap-night-text);
  background: var(--webap-card-night-soft);
  border-color: var(--webap-night-border);
  box-shadow: var(--webap-night-shadow);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.testimonial-card:hover,
.performance-score-card:hover,
.ai-card-grid article:hover,
.project-grid article:hover,
.project-grid article:focus-within {
  border-color: var(--webap-night-border-strong);
  box-shadow: 0 30px 82px rgb(0 0 0 / 28%), 0 22px 56px rgb(0 113 227 / 12%), inset 0 1px 0 rgb(255 255 255 / 12%);
}

.testimonial-card__quote,
.testimonial-footer strong,
.performance-score-card h3,
.ai-card-grid h3,
.automation-flow__step h3,
.pricing-card__plan,
.pricing-card__promise,
.pricing-card__price,
.project-grid h3,
.project-card__goal,
.faq-item summary,
.webdesign-proof-list strong {
  color: var(--webap-night-text);
}

.testimonial-footer span,
.performance-score-card p,
.ai-card-grid p,
.automation-flow__step p,
.pricing-card__head p:not(.pricing-card__plan):not(.pricing-card__promise),
.pricing-card__commitment,
.pricing-card__list li,
.pricing-card__price small,
.project-card__body > p:not(.project-card__kicker, .project-card__goal),
.faq-item__answer p,
.webdesign-proof-list span {
  color: var(--webap-night-muted);
}

.testimonial-footer {
  border-top-color: rgb(153 204 255 / 14%);
}

.testimonial-footer img {
  background: rgb(255 255 255 / 10%);
  border-color: rgb(153 204 255 / 18%);
}

.pricing-card__badge,
.pricing-card__commitment {
  color: #d9edff;
  background: rgb(0 113 227 / 16%);
  border-color: rgb(153 204 255 / 18%);
}

.performance-score-card {
  background: var(--webap-card-night);
}

.performance-ring strong {
  color: #73f3aa;
}

.ai-card-grid article,
.automation-flow__step {
  background: var(--webap-card-night);
}

.automation-flow::before {
  background: rgb(153 204 255 / 16%);
}

.automation-flow::after {
  background: linear-gradient(180deg, #d9edff, #2997ff 44%, #071827);
}

.automation-flow__step span {
  color: rgb(218 232 250 / 72%);
  background: rgb(255 255 255 / 8%);
  border-color: rgb(153 204 255 / 16%);
}

.automation-flow__step.is-completed,
.automation-flow__step.is-active {
  border-color: var(--webap-night-border-strong);
}

.automation-flow__step.is-active {
  background: var(--webap-card-night-strong);
  box-shadow: 0 28px 76px rgb(0 0 0 / 26%), 0 20px 54px rgb(0 113 227 / 14%), inset 0 1px 0 rgb(255 255 255 / 12%);
}

.search-preview {
  background:
    radial-gradient(circle at 82% 0%, rgb(96 165 250 / 12%), transparent 34%),
    linear-gradient(145deg, rgb(9 18 34 / 78%), rgb(5 10 19 / 70%));
  border-color: rgb(153 204 255 / 22%);
}

.features-switch-section .search-preview {
  display: grid;
  grid-template-rows: minmax(142px, auto) minmax(188px, auto) minmax(136px, auto);
  align-content: start;
}

.features-switch-section .search-preview__top {
  min-height: 142px;
}

.features-switch-section .search-preview .serp-result {
  display: flex;
  min-height: 188px;
  flex-direction: column;
}

.features-switch-section .search-preview .serp-result h3,
.features-switch-section .search-preview [data-seo-description],
.features-switch-section .search-preview [data-seo-category] {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.features-switch-section .search-preview .serp-result h3 {
  min-height: 54px;
  -webkit-line-clamp: 2;
}

.features-switch-section .search-preview [data-seo-description] {
  min-height: 48px;
  -webkit-line-clamp: 2;
}

.features-switch-section .search-preview .serp-actions {
  min-height: 34px;
  align-items: flex-start;
}

.features-switch-section .search-preview .local-pack {
  min-height: 136px;
  align-items: center;
}

.features-switch-section .search-preview .local-pack > div:first-child {
  min-width: 0;
}

.features-switch-section .search-preview [data-seo-category] {
  min-height: 20px;
  -webkit-line-clamp: 1;
}

.serp-tabs {
  color: var(--webap-night-muted);
}

.search-preview__cursor path {
  fill: #eaf4ff;
  stroke: #07101f;
}

.search-preview .google-word {
  filter: saturate(1.08);
  text-shadow: 0 8px 28px rgb(0 0 0 / 26%);
}

.search-preview .search-bar {
  color: var(--webap-night-text);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 5%)),
    rgb(4 12 24 / 56%);
  border-color: rgb(153 204 255 / 18%);
  box-shadow: 0 18px 46px rgb(0 0 0 / 22%), inset 0 1px 0 rgb(255 255 255 / 12%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.search-preview.is-typing .search-bar {
  border-color: rgb(96 165 250 / 46%);
  box-shadow: 0 22px 54px rgb(0 113 227 / 18%), inset 0 1px 0 rgb(255 255 255 / 16%);
}

.search-preview .search-bar span {
  color: rgb(235 246 255 / 92%);
}

.search-preview .search-bar strong {
  color: #8ecaff;
}

.search-preview.is-searching .search-bar strong {
  color: #f5faff;
}

.search-preview .serp-tabs {
  color: rgb(218 232 250 / 58%);
}

.search-preview .serp-tabs .is-active {
  color: #8ecaff;
  border-bottom-color: #2997ff;
}

.search-preview .serp-result,
.search-preview .local-pack {
  background:
    radial-gradient(circle at 90% 0%, rgb(96 165 250 / 8%), transparent 38%),
    linear-gradient(180deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 5%)),
    rgb(6 14 27 / 72%);
  border-color: rgb(153 204 255 / 14%);
  box-shadow: 0 22px 58px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 9%);
}

.search-preview .serp-rank {
  color: #f5faff;
  background: linear-gradient(135deg, #0071e3, #06498f);
  box-shadow: 0 14px 28px rgb(0 113 227 / 25%);
}

.search-preview .serp-url {
  color: #73e7a7;
}

.search-preview .serp-result h3 {
  color: #8ecaff;
}

.search-preview .serp-result p,
.search-preview .local-pack p {
  color: rgb(218 232 250 / 72%);
}

.search-preview .serp-actions span {
  color: rgb(235 246 255 / 78%);
  background: rgb(255 255 255 / 7%);
  border-color: rgb(153 204 255 / 12%);
}

.search-preview .local-pack__title {
  color: var(--webap-night-text);
}

.search-preview .local-pack__map {
  background:
    linear-gradient(90deg, rgb(153 204 255 / 8%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(153 204 255 / 7%) 1px, transparent 1px),
    radial-gradient(circle at 70% 28%, rgb(0 113 227 / 24%), transparent 34%),
    #071827;
  box-shadow: inset 0 0 0 1px rgb(153 204 255 / 10%);
}

.search-preview .local-pack__map span {
  border-color: #f5faff;
  box-shadow: 0 8px 18px rgb(0 0 0 / 28%);
}

.pricing-card {
  background: var(--webap-card-night-soft);
}

.pricing-card--featured {
  background:
    radial-gradient(circle at 86% 0%, rgb(41 151 255 / 34%), transparent 38%),
    linear-gradient(180deg, rgb(13 31 60 / 92%) 0%, rgb(5 10 19 / 86%) 100%);
  border-color: rgb(96 165 250 / 42%);
}

.pricing-card::before {
  background: rgb(153 204 255 / 18%);
}

.pricing-card:hover::before {
  background: #2997ff;
}

.pricing-card .button--ghost {
  color: #d9edff;
  background: rgb(255 255 255 / 5%);
  border-color: rgb(153 204 255 / 22%);
}

.pricing-card .button--ghost:hover {
  color: #fff;
  background: rgb(0 113 227 / 22%);
  border-color: rgb(96 165 250 / 34%);
}

.pricing-reassurance span + span::before {
  color: rgb(218 232 250 / 42%);
}

.project-grid article {
  overflow: hidden;
  border-radius: var(--radius);
}

.project-card__body {
  background:
    linear-gradient(180deg, rgb(10 20 38 / 74%), rgb(6 12 23 / 66%));
}

.project-card__kicker {
  color: rgb(142 202 255 / 72%);
}

.project-card__link {
  color: #8ecaff;
}

.faq-item[open] {
  background: var(--webap-card-night-strong);
  border-color: var(--webap-night-border-strong);
  box-shadow: 0 24px 68px rgb(0 0 0 / 24%), 0 18px 48px rgb(0 113 227 / 12%);
}

.faq-item summary:hover,
.faq-item[open] summary {
  color: #fff;
  background: rgb(0 113 227 / 12%);
}

.faq-item summary::after {
  color: #d9edff;
  background: rgb(0 113 227 / 20%);
}

.faq-actions .button--ghost {
  color: #d9edff;
  background: rgb(255 255 255 / 6%);
  border-color: rgb(153 204 255 / 22%);
}

.webdesign-proof-list div {
  background: var(--webap-card-night);
}

@media (max-width: 720px) {
  .section.section-panel::before {
    display: none;
  }

  .testimonial-card,
  .search-preview,
  .performance-score-card,
  .ai-card-grid article,
  .automation-flow__step,
  .pricing-card,
  .project-grid article,
  .faq-item {
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
  }
}

/* Signature depth: grain, light grid, sparse arcs and three wide light fields. */
body {
  background:
    radial-gradient(ellipse 2600px 1500px at 78% -8%, rgb(var(--webap-glow-blue) / 16%), transparent 74%),
    radial-gradient(ellipse 2200px 1280px at -22% 46%, rgb(var(--webap-glow-sky) / 7%), transparent 76%),
    radial-gradient(ellipse 2500px 1380px at 108% 92%, rgb(var(--webap-glow-blue) / 10%), transparent 78%),
    linear-gradient(180deg, #07090e 0%, #0b1020 22%, #10223e 48%, #0a1020 74%, #06080d 100%);
}

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

body::before {
  background:
    linear-gradient(90deg, rgb(153 204 255 / 2%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(153 204 255 / 1.8%) 1px, transparent 1px),
    radial-gradient(circle, rgb(255 255 255 / 2.6%) 0 .7px, transparent 1.25px);
  background-position: center top, center top, 0 0;
  background-repeat: repeat, repeat, repeat;
  background-size: 112px 112px, 112px 112px, 4px 4px;
  mix-blend-mode: soft-light;
  opacity: .82;
}

body::after {
  background:
    radial-gradient(ellipse 980px 780px at -10% 18%, transparent 52.2%, rgb(244 249 255 / 7%) 52.55%, rgb(96 165 250 / 2.2%) 53.3%, transparent 55.6%),
    radial-gradient(ellipse 1280px 920px at 110% 86%, transparent 55.4%, rgb(153 204 255 / 5.6%) 55.78%, rgb(0 113 227 / 2.2%) 56.55%, transparent 59.1%);
  background-repeat: no-repeat, no-repeat;
  filter: blur(.3px);
  mix-blend-mode: screen;
  opacity: .44;
}

.site-main,
.site-footer {
  position: relative;
  z-index: 1;
}

.features-switch-section.section-panel::after,
.projects-section.section-panel::after {
  display: none;
}

.final-cta {
  background:
    radial-gradient(ellipse 1800px 900px at 50% 60%, rgb(0 113 227 / 24%), transparent 76%),
    radial-gradient(ellipse 1500px 780px at 86% 18%, rgb(96 165 250 / 9%), transparent 76%);
}

.hero-project-card__device--video::before {
  inset: -38% -42% -44%;
  background:
    radial-gradient(ellipse at 48% 54%, rgb(0 113 227 / 22%), transparent 72%),
    radial-gradient(ellipse at 76% 20%, rgb(96 165 250 / 10%), transparent 64%);
  filter: blur(78px);
}

.projects-section .project-grid article {
  overflow: visible;
  padding: 18px;
  border-color: rgb(153 204 255 / 8%);
  border-radius: 22px;
  transform: translateY(0);
}

.projects-section .project-grid article:nth-child(even) {
  margin-top: 22px;
}

.projects-section .project-grid article:nth-child(3n) {
  margin-top: -8px;
}

.projects-section .project-grid article::after {
  top: -120px;
  right: -90px;
  left: -90px;
  height: 280px;
  background:
    radial-gradient(ellipse at 50% 42%, rgb(0 113 227 / 16%), transparent 72%),
    radial-gradient(ellipse at 50% 86%, rgb(96 165 250 / 6%), transparent 74%);
  filter: blur(58px);
  opacity: .24;
  transform: none;
}

.projects-section .project-grid article:hover::after,
.projects-section .project-grid article:focus-within::after {
  opacity: .42;
  transform: none;
}

.projects-section .project-grid img {
  z-index: 2;
  width: calc(100% + 92px);
  max-width: none;
  margin: -52px -46px 0;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 28px 62px rgb(0 0 0 / 30%), 0 18px 46px rgb(0 113 227 / 10%);
}

.projects-section .project-grid article:hover img,
.projects-section .project-grid article:focus-within img {
  box-shadow: 0 30px 68px rgb(0 0 0 / 32%), 0 24px 62px rgb(0 113 227 / 14%);
  transform: translateY(-10px) rotate(1deg) scale(1.025);
}

.projects-section .project-card__body {
  margin: -2px -18px -18px;
  padding-top: 18px;
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(180deg, rgb(10 20 38 / 50%), rgb(6 12 23 / 70%));
}

.projects-section .project-grid--rail {
  padding-top: 94px;
  padding-bottom: 84px;
}

.projects-section .projects-rail {
  padding-top: 8px;
}

@media (max-width: 720px) {
  body::before {
    opacity: .22;
  }

  body::after {
    background:
      radial-gradient(ellipse 640px 500px at -28% 20%, transparent 52.2%, rgb(244 249 255 / 6%) 52.55%, rgb(96 165 250 / 1.8%) 53.3%, transparent 55.6%),
      radial-gradient(ellipse 760px 540px at 120% 88%, transparent 55.4%, rgb(153 204 255 / 4.8%) 55.78%, rgb(0 113 227 / 1.8%) 56.55%, transparent 59.1%);
    opacity: .22;
  }

  .features-switch-section.section-panel::after,
  .projects-section.section-panel::after {
    width: 980px;
    height: 680px;
    filter: blur(52px);
    opacity: .28;
  }

  .projects-section .project-grid article,
  .projects-section .project-grid article:nth-child(even),
  .projects-section .project-grid article:nth-child(3n) {
    margin-top: 0;
    padding: 12px;
  }

  .projects-section .project-grid img {
    width: calc(100% + 46px);
    margin: -28px -23px 0;
    border-radius: 14px;
  }

  .projects-section .project-card__body {
    margin: 0 -12px -12px;
    border-radius: 0 0 18px 18px;
  }

  .projects-section .project-grid--rail {
    padding-top: 42px;
    padding-bottom: 68px;
  }
}

/* Contact modal: stronger overlay, compact heading and livelier form states. */
.audit-modal {
  z-index: 1000;
  isolation: isolate;
}

body.modal-open .site-main {
  z-index: 1100;
}

.audit-modal__backdrop {
  background:
    radial-gradient(ellipse 1180px 760px at 72% 18%, rgb(0 113 227 / 22%), transparent 70%),
    radial-gradient(ellipse 920px 620px at 18% 86%, rgb(96 165 250 / 10%), transparent 72%),
    rgb(3 8 16 / 92%);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.audit-modal__panel {
  width: min(100%, 700px);
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(ellipse 760px 420px at 82% -10%, rgb(0 113 227 / 28%), transparent 68%),
    radial-gradient(ellipse 560px 360px at 6% 104%, rgb(96 165 250 / 9%), transparent 70%),
    linear-gradient(180deg, #0c172a 0%, #050a13 100%);
  border-color: rgb(153 204 255 / 28%);
  box-shadow:
    0 42px 120px rgb(0 0 0 / 58%),
    0 24px 70px rgb(0 113 227 / 16%),
    inset 0 1px 0 rgb(255 255 255 / 14%);
}

.audit-modal__panel::before {
  position: absolute;
  inset: 1px 1px auto;
  height: 90px;
  background: linear-gradient(180deg, rgb(255 255 255 / 8%), transparent);
  border-radius: 23px 23px 0 0;
  content: "";
  pointer-events: none;
}

.audit-modal__head,
.audit-modal-form,
.form-alert {
  position: relative;
  z-index: 1;
}

.audit-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  left: auto;
  z-index: 2;
}

.audit-modal__head {
  max-width: 100%;
  margin-bottom: 16px;
  padding-right: 54px;
}

.audit-modal__head h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 3.1vw, 40px);
  letter-spacing: 0;
}

.audit-modal__head .eyebrow,
.audit-modal__head p {
  display: none;
}

.audit-modal-form {
  gap: 6px;
  padding-top: 8px;
}

.audit-modal .hero-field-grid--contact {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.16fr) minmax(150px, .96fr);
  gap: 8px;
}

.audit-modal .hero-form-field--phone .phone-field {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
}

.audit-modal .hero-form-field--phone .phone-field__flag {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 13px;
  display: inline-flex;
  margin: 0;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
}

.audit-modal .hero-form-field--phone input {
  width: 100%;
  padding-left: 40px;
}

.audit-modal .hero-form-field span {
  color: rgb(235 246 255 / 82%);
  font-weight: 750;
}

.audit-modal .hero-form-field input,
.audit-modal .hero-form-field textarea,
.audit-modal .hero-form-field select {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 3%)),
    rgb(4 12 24 / 74%);
  border-color: rgb(153 204 255 / 20%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 9%), 0 12px 30px rgb(0 0 0 / 13%);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.audit-modal .hero-form-field input:hover,
.audit-modal .hero-form-field textarea:hover,
.audit-modal .hero-form-field select:hover {
  border-color: rgb(153 204 255 / 32%);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 4%)),
    rgb(6 16 31 / 82%);
}

.audit-modal .hero-form-field textarea {
  min-height: 120px;
}

.audit-modal .hero-form-field textarea::placeholder {
  color: rgb(218 232 250 / 30%);
}

.audit-modal .hero-form-field select {
  background:
    linear-gradient(45deg, transparent 50%, rgb(235 246 255 / 70%) 50%) calc(100% - 20px) 52% / 6px 6px no-repeat,
    linear-gradient(135deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 3%)),
    rgb(4 12 24 / 74%);
}

.audit-modal .hero-form-field input:focus,
.audit-modal .hero-form-field select:focus,
.audit-modal .hero-form-field textarea:focus {
  background:
    linear-gradient(135deg, rgb(0 113 227 / 20%), rgb(255 255 255 / 5%)),
    rgb(5 16 33 / 92%);
  border-color: rgb(96 165 250 / 82%);
  box-shadow:
    0 0 0 4px rgb(0 113 227 / 22%),
    0 18px 42px rgb(0 113 227 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 12%);
  transform: translateY(-1px);
}

.audit-modal .hero-form-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  align-items: stretch;
}

.audit-modal .hero-consent {
  width: 100%;
  padding: 10px 12px;
  color: rgb(218 232 250 / 78%);
  background: rgb(255 255 255 / 5%);
  border: 1px solid rgb(153 204 255 / 13%);
  border-radius: 16px;
}

.audit-modal .hero-form-actions .button {
  width: 100%;
  min-height: 54px;
  justify-content: center;
  box-shadow: 0 18px 42px rgb(0 113 227 / 34%), inset 0 1px 0 rgb(255 255 255 / 18%);
}

.audit-modal .hero-form-actions .button:hover {
  transform: translateY(-2px);
}

/* Hero final scale and glass play treatment. */
@media (min-width: 1180px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(500px, 600px);
    gap: clamp(30px, 3.2vw, 42px);
  }

  .hero-project-card {
    width: 100%;
    max-width: 600px;
    margin-inline: auto 0;
  }

  .hero-project-card__device {
    max-width: 600px;
  }
}

.hero-project-card__device--video::before {
  inset: -52% -58% -62%;
  background:
    radial-gradient(ellipse 78% 46% at 48% 58%, rgb(0 113 227 / 24%), transparent 78%),
    radial-gradient(ellipse 64% 36% at 74% 26%, rgb(96 165 250 / 10%), transparent 72%);
  filter: blur(96px);
  opacity: .82;
}

.hero-project-card__screen {
  border-radius: 17px;
  box-shadow:
    0 58px 126px rgb(0 0 0 / 42%),
    0 30px 82px rgb(0 113 227 / 16%),
    inset 0 1px 0 rgb(255 255 255 / 12%);
}

.hero-project-card__play {
  min-height: 44px;
  gap: 9px;
  padding: 8px 15px 8px 8px;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 13%), rgb(255 255 255 / 5%)),
    rgb(5 10 18 / 38%);
  border-color: rgb(255 255 255 / 16%);
  box-shadow: 0 22px 56px rgb(0 0 0 / 28%), inset 0 1px 0 rgb(255 255 255 / 14%);
  backdrop-filter: blur(34px) saturate(170%);
  -webkit-backdrop-filter: blur(34px) saturate(170%);
  font-size: 13px;
  font-weight: 850;
}

.hero-project-card__play span {
  width: 28px;
  height: 28px;
  color: #07101f;
  background: rgb(255 255 255 / 92%);
  font-size: 9px;
}

.hero-project-card:hover .hero-project-card__play,
.hero-project-card:focus-visible .hero-project-card__play {
  background:
    linear-gradient(135deg, rgb(255 255 255 / 16%), rgb(255 255 255 / 7%)),
    rgb(5 10 18 / 44%);
  box-shadow: 0 26px 64px rgb(0 0 0 / 32%), inset 0 1px 0 rgb(255 255 255 / 18%);
}

@media (max-width: 720px) {
  .hero-project-card__play {
    min-height: 38px;
    padding: 7px 11px 7px 7px;
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
  }

  .hero-project-card__play span {
    width: 23px;
    height: 23px;
  }
}

/* Final visual polish: cleaner form consent, stronger ambient lights and calmer product sections. */
body {
  background:
    radial-gradient(circle 1850px at 82% -8%, rgb(255 255 255 / 8%), rgb(96 165 250 / 16%) 18%, transparent 62%),
    radial-gradient(circle 1700px at -18% 36%, rgb(255 255 255 / 4%), rgb(41 151 255 / 14%) 24%, transparent 64%),
    radial-gradient(circle 2050px at 106% 82%, rgb(255 255 255 / 5%), rgb(0 113 227 / 16%) 22%, transparent 66%),
    linear-gradient(180deg, #07090e 0%, #0b1020 22%, #10223e 48%, #0a1020 74%, #06080d 100%);
}

body::after {
  background:
    radial-gradient(circle 980px at -7% 18%, transparent 50.4%, rgb(244 249 255 / 10%) 50.65%, rgb(96 165 250 / 3%) 51.6%, transparent 54.2%),
    radial-gradient(circle 1260px at 108% 86%, transparent 53.8%, rgb(244 249 255 / 8%) 54.05%, rgb(0 113 227 / 3.2%) 55%, transparent 57.8%);
  background-repeat: no-repeat;
  opacity: .62;
}

.audit-modal__backdrop {
  background:
    radial-gradient(ellipse 980px 680px at 50% 48%, rgb(255 255 255 / 12%), rgb(96 165 250 / 22%) 26%, rgb(0 113 227 / 10%) 48%, transparent 74%),
    radial-gradient(ellipse 1180px 760px at 72% 18%, rgb(0 113 227 / 18%), transparent 72%),
    rgb(3 8 16 / 91%);
}

.audit-modal__panel {
  box-shadow:
    0 0 0 1px rgb(153 204 255 / 18%),
    0 0 120px rgb(96 165 250 / 18%),
    0 46px 128px rgb(0 0 0 / 60%),
    0 28px 82px rgb(0 113 227 / 18%),
    inset 0 1px 0 rgb(255 255 255 / 15%);
}

.audit-modal .hero-consent {
  width: 100%;
  padding: 0;
  color: rgb(218 232 250 / 78%);
  background: transparent;
  border: 0;
  border-radius: 0;
}

.audit-modal .hero-consent input {
  margin-top: 2px;
}

.projects-section .section-head {
  margin-bottom: clamp(12px, 1.5vw, 22px);
}

.projects-section .project-grid--rail {
  gap: clamp(42px, 4vw, 58px);
  padding-top: 50px;
  padding-bottom: 78px;
}

.projects-section .project-grid article,
.projects-section .project-grid article:nth-child(even),
.projects-section .project-grid article:nth-child(3n) {
  margin-top: 0;
}

.projects-section .project-grid img {
  width: calc(100% + 48px);
  margin: -36px -24px 0;
}

.projects-section .project-card__body {
  margin: -8px -18px -18px;
  padding-top: 12px;
}

.projects-section .project-grid h3 {
  margin-top: 8px;
}

.performance-bonus {
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  text-align: center;
}

.performance-bonus span {
  margin-right: auto;
  margin-left: auto;
}

.webdesign-canvas {
  min-height: 430px;
  align-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3.4vw, 34px);
  background:
    radial-gradient(ellipse 720px 420px at 50% 38%, rgb(96 165 250 / 18%), transparent 70%),
    linear-gradient(180deg, rgb(11 23 42 / 92%), rgb(5 10 19 / 92%));
  border-color: rgb(153 204 255 / 20%);
  box-shadow: 0 30px 84px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 10%);
}

.webdesign-canvas::before {
  inset: 18% 10%;
  background: radial-gradient(ellipse at center, rgb(255 255 255 / 8%), rgb(41 151 255 / 14%) 34%, transparent 70%);
  filter: blur(36px);
}

.webdesign-system {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.webdesign-system__swatches {
  width: min(46%, 210px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webdesign-system__swatches span {
  min-height: 34px;
  border-color: rgb(255 255 255 / 16%);
  border-radius: 999px;
}

.webdesign-system__copy {
  max-width: 270px;
  text-align: right;
}

.webdesign-system__copy span {
  display: none;
}

.webdesign-system__copy strong {
  margin-top: 0;
  color: rgb(235 246 255 / 86%);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.35;
}

.webdesign-responsive {
  min-height: 286px;
  padding: 0;
}

.webdesign-device {
  max-width: min(100%, 520px);
  min-height: 286px;
  border-width: 8px;
  box-shadow: 0 30px 78px rgb(0 0 0 / 32%), 0 18px 48px rgb(0 113 227 / 14%), inset 0 0 0 1px rgb(255 255 255 / 48%);
}

.webdesign-canvas__legend {
  gap: 8px;
}

.webdesign-canvas__legend span {
  padding: 0;
  color: rgb(218 232 250 / 68%);
  background: transparent;
  border: 0;
  font-size: 11px;
}

.automation-flow::before {
  background: rgb(96 165 250 / 20%);
}

.automation-flow::after {
  background: linear-gradient(180deg, #d9edff 0%, #2997ff 36%, #0071e3 72%, #003875 100%);
  box-shadow: 0 0 18px rgb(41 151 255 / 22%);
}

.automation-flow__step span {
  color: #8ecaff;
  background: rgb(0 113 227 / 12%);
  border-color: rgb(96 165 250 / 24%);
}

.automation-flow__step.is-completed span,
.automation-flow__step.is-active span {
  color: #fff;
  background: linear-gradient(180deg, #2997ff 0%, #0071e3 100%);
  border-color: rgb(96 165 250 / 62%);
  box-shadow: 0 12px 26px rgb(0 113 227 / 24%);
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle 720px at 72% 2%, rgb(255 255 255 / 7%), rgb(96 165 250 / 18%) 24%, transparent 68%),
      radial-gradient(circle 660px at -22% 44%, rgb(41 151 255 / 12%), transparent 66%),
      linear-gradient(180deg, #090b10 0%, #0b1020 34%, #11233f 58%, #090b10 100%);
  }

  body::after {
    opacity: .32;
  }

  .projects-section .project-grid--rail {
    gap: 28px;
    padding-top: 44px;
  }

  .projects-section .project-grid img {
    width: calc(100% + 30px);
    margin: -22px -15px 0;
  }

  .webdesign-system {
    display: grid;
    gap: 12px;
  }

  .webdesign-system__swatches {
    width: 100%;
  }

  .webdesign-system__copy {
    max-width: none;
    text-align: left;
  }

  .webdesign-canvas {
    min-height: 390px;
  }
}

/* Locked Webap visual language: fewer marks, larger arcs, darker glass panels. */
body {
  --ambient-arc-left-x: 0px;
  --ambient-arc-left-y: 0px;
  --ambient-arc-right-x: 0px;
  --ambient-arc-right-y: 0px;
  --ambient-light-a-y: 0px;
  --ambient-light-b-y: 0px;
  --ambient-light-c-y: 0px;
  --ambient-grain-x: 0px;
  --ambient-grain-y: 0px;

  background:
    radial-gradient(ellipse 2100px 980px at 78% calc(-10% + var(--ambient-light-a-y)), rgb(255 255 255 / 7%), rgb(96 165 250 / 15%) 18%, transparent 62%),
    radial-gradient(ellipse 1900px 1120px at -22% calc(34% + var(--ambient-light-b-y)), rgb(255 255 255 / 4%), rgb(41 151 255 / 13%) 24%, transparent 64%),
    radial-gradient(ellipse 2300px 1160px at 108% calc(86% + var(--ambient-light-c-y)), rgb(255 255 255 / 5%), rgb(0 113 227 / 14%) 22%, transparent 66%),
    linear-gradient(180deg, #05080f 0%, #07101f 22%, #0c2344 50%, #071426 76%, #04070d 100%);
}

body::before {
  background:
    linear-gradient(90deg, rgb(153 204 255 / 1.8%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(153 204 255 / 1.5%) 1px, transparent 1px),
    radial-gradient(circle, rgb(255 255 255 / 2.8%) 0 .62px, transparent 1.15px);
  background-position: center top, center top, var(--ambient-grain-x) var(--ambient-grain-y);
  background-size: 126px 126px, 126px 126px, 4px 4px;
  opacity: .72;
}

body::after {
  background:
    radial-gradient(circle 1560px at calc(-22% + var(--ambient-arc-left-x)) calc(20% + var(--ambient-arc-left-y)), transparent 56.2%, rgb(244 249 255 / 7.2%) 56.36%, rgb(96 165 250 / 2.3%) 57.1%, transparent 59.15%),
    radial-gradient(circle 1880px at calc(118% + var(--ambient-arc-right-x)) calc(88% + var(--ambient-arc-right-y)), transparent 58.4%, rgb(244 249 255 / 5.8%) 58.56%, rgb(0 113 227 / 2%) 59.25%, transparent 61.7%);
  background-repeat: no-repeat;
  opacity: .42;
}

.hero-cta-row {
  gap: 0;
}

.audit-modal__title-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.audit-modal__brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgb(0 0 0 / 24%), 0 0 30px rgb(96 165 250 / 14%);
}

.seo-copy__cta,
.feature-panel__cta {
  min-width: 220px;
  min-height: 52px;
  margin-top: 16px;
  color: #fff;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-color: rgb(41 151 255 / 70%);
  box-shadow: 0 16px 34px rgb(0 113 227 / 32%);
  font-size: 15px;
  font-weight: 850;
}

.feature-panel__cta {
  margin-top: clamp(18px, 2.4vw, 28px);
}

.seo-copy__cta:hover,
.feature-panel__cta:hover {
  background: linear-gradient(180deg, #2997ff 0%, #0066cc 100%);
  box-shadow: 0 20px 44px rgb(0 113 227 / 38%);
  transform: translateY(-2px);
}

.ai-card-icon {
  color: #eaf6ff;
  background:
    radial-gradient(circle at 34% 20%, rgb(255 255 255 / 42%), transparent 34%),
    linear-gradient(145deg, #2997ff 0%, #0071e3 100%);
  border-color: rgb(153 204 255 / 44%);
  box-shadow: 0 14px 30px rgb(0 113 227 / 26%), inset 0 1px 0 rgb(255 255 255 / 24%);
}

.ai-card-grid article:nth-child(2) .ai-card-icon {
  color: #ecfff7;
  background:
    radial-gradient(circle at 34% 20%, rgb(255 255 255 / 38%), transparent 34%),
    linear-gradient(145deg, #22d3ee 0%, #0071e3 100%);
  border-color: rgb(125 211 252 / 40%);
  box-shadow: 0 14px 30px rgb(34 211 238 / 18%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.ai-card-grid article:nth-child(3) .ai-card-icon {
  color: #eff6ff;
  background:
    radial-gradient(circle at 34% 20%, rgb(255 255 255 / 36%), transparent 34%),
    linear-gradient(145deg, #8ecaff 0%, #0057b8 100%);
  border-color: rgb(191 219 254 / 36%);
  box-shadow: 0 14px 30px rgb(142 202 255 / 18%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.automation-flow::after {
  background: linear-gradient(180deg, rgb(142 202 255 / 76%) 0%, rgb(0 113 227 / 64%) 54%, rgb(153 204 255 / 22%) 100%);
  box-shadow: 0 0 14px rgb(96 165 250 / 14%);
}

.automation-flow__step span,
.automation-flow__step.is-completed span,
.automation-flow__step.is-active span {
  color: #8ecaff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 4%)),
    rgb(0 113 227 / 8%);
  border-color: rgb(96 165 250 / 24%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}

.automation-flow__step.is-active span {
  color: #eaf6ff;
  background:
    linear-gradient(135deg, rgb(41 151 255 / 28%), rgb(255 255 255 / 6%)),
    rgb(7 18 34 / 74%);
  border-color: rgb(142 202 255 / 42%);
  box-shadow: 0 12px 26px rgb(0 113 227 / 14%), inset 0 1px 0 rgb(255 255 255 / 13%);
}

.webdesign-canvas {
  min-height: 390px;
  align-content: center;
  gap: 0;
  padding: clamp(20px, 3.2vw, 32px);
  background:
    radial-gradient(ellipse 620px 360px at 50% 48%, rgb(96 165 250 / 12%), transparent 72%),
    linear-gradient(180deg, rgb(9 19 36 / 78%), rgb(4 9 18 / 82%));
}

.webdesign-canvas::before {
  inset: 22% 18%;
  background: radial-gradient(ellipse at center, rgb(255 255 255 / 5%), rgb(96 165 250 / 10%) 42%, transparent 72%);
  filter: blur(42px);
}

.webdesign-system {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  width: auto;
}

.webdesign-system__swatches {
  width: 136px;
  gap: 6px;
}

.webdesign-system__swatches span {
  min-height: 24px;
}

.webdesign-system__copy,
.webdesign-canvas__legend {
  display: none;
}

.webdesign-responsive {
  min-height: 300px;
  place-items: center;
}

.webdesign-device {
  width: min(100%, 430px);
  min-height: 276px;
  padding: 39px 18px 18px;
  animation: webdesignDeviceResizeSoft 7.5s cubic-bezier(.22, 1, .36, 1) infinite;
}

@keyframes webdesignDeviceResizeSoft {
  0%,
  22% {
    width: 210px;
    border-radius: 30px;
  }

  48%,
  64% {
    width: min(100%, 330px);
    border-radius: 24px;
  }

  86%,
  100% {
    width: min(100%, 430px);
    border-radius: 18px;
  }
}

.projects-section .project-grid--rail {
  gap: clamp(30px, 2.8vw, 40px);
  padding-top: 42px;
}

.projects-section .project-grid img {
  width: calc(100% + 56px);
  margin: -46px -28px 0;
}

/* Final component tuning: solid testimonial accents, secondary SEO badge and clearer interaction states. */
.testimonial-card::before {
  background: var(--testimonial-top-color) !important;
}

.testimonial-card:hover::before {
  background: var(--color-blue) !important;
}

.search-preview .serp-rank {
  color: #d9edff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%)),
    rgb(5 10 18 / 38%);
  border: 1px solid rgb(255 255 255 / 16%);
  box-shadow: 0 14px 32px rgb(0 0 0 / 20%), inset 0 1px 0 rgb(255 255 255 / 12%);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.search-preview .local-pack {
  border-color: rgb(96 165 250 / 36%);
  box-shadow: 0 22px 58px rgb(0 0 0 / 24%), 0 0 0 1px rgb(0 113 227 / 14%), inset 0 1px 0 rgb(255 255 255 / 9%);
}

.webdesign-canvas {
  min-height: 370px;
  padding: clamp(22px, 3vw, 30px);
  background:
    radial-gradient(ellipse 580px 320px at 52% 48%, rgb(96 165 250 / 8%), transparent 72%),
    linear-gradient(180deg, rgb(8 17 32 / 72%), rgb(4 9 18 / 76%));
}

.webdesign-system {
  top: 22px;
  left: 22px;
}

.webdesign-system__swatches {
  width: 168px;
  gap: 8px;
}

.webdesign-system__swatches span {
  min-height: 32px;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 12%);
}

.webdesign-device {
  background: transparent;
  border: 1px solid rgb(153 204 255 / 28%);
  box-shadow: 0 22px 60px rgb(0 0 0 / 20%), inset 0 1px 0 rgb(255 255 255 / 10%);
}

.webdesign-device::before {
  background: rgb(15 23 42 / 68%);
  border-bottom: 1px solid rgb(153 204 255 / 16%);
}

.webdesign-device__hero {
  background:
    radial-gradient(circle at 82% 12%, rgb(41 151 255 / 26%), transparent 34%),
    linear-gradient(135deg, rgb(29 29 31 / 82%) 0%, rgb(17 24 39 / 82%) 58%, rgb(5 44 92 / 76%) 100%);
  border: 1px solid rgb(153 204 255 / 16%);
}

.webdesign-device__bar,
.webdesign-device__text {
  background: rgb(218 232 250 / 18%);
}

.webdesign-device__nav {
  background:
    linear-gradient(90deg, rgb(0 113 227 / 56%) 0 24%, rgb(218 232 250 / 18%) 24% 43%, rgb(218 232 250 / 18%) 52% 72%, transparent 72%);
}

.ai-card-icon {
  color: #eff6ff;
  background:
    radial-gradient(circle at 34% 20%, rgb(255 255 255 / 42%), transparent 34%),
    linear-gradient(145deg, #60a5fa 0%, #2563eb 100%);
  border-color: rgb(147 197 253 / 42%);
  box-shadow: 0 14px 30px rgb(37 99 235 / 22%), inset 0 1px 0 rgb(255 255 255 / 24%);
}

.ai-card-grid article:nth-child(2) .ai-card-icon {
  color: #f0fdfa;
  background:
    radial-gradient(circle at 34% 20%, rgb(255 255 255 / 40%), transparent 34%),
    linear-gradient(145deg, #2dd4bf 0%, #0f766e 100%);
  border-color: rgb(94 234 212 / 38%);
  box-shadow: 0 14px 30px rgb(20 184 166 / 18%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.ai-card-grid article:nth-child(3) .ai-card-icon {
  color: #fff7ed;
  background:
    radial-gradient(circle at 34% 20%, rgb(255 255 255 / 38%), transparent 34%),
    linear-gradient(145deg, #f59e0b 0%, #b45309 100%);
  border-color: rgb(251 191 36 / 36%);
  box-shadow: 0 14px 30px rgb(245 158 11 / 17%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.automation-flow__step {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.automation-flow__step:focus-visible {
  outline: 0;
  border-color: rgb(142 202 255 / 54%);
  box-shadow: 0 0 0 4px rgb(0 113 227 / 18%), 0 18px 42px rgb(0 0 0 / 18%);
}

.automation-flow__step:hover {
  border-color: rgb(142 202 255 / 34%);
  transform: translateX(4px);
}

.automation-flow__step.is-active:hover {
  transform: translateX(8px);
}

@media (max-width: 720px) {
  body::before {
    opacity: .52;
  }

  body::after {
    background:
      radial-gradient(circle 980px at calc(-46% + var(--ambient-arc-left-x)) calc(18% + var(--ambient-arc-left-y)), transparent 56.2%, rgb(244 249 255 / 5.8%) 56.36%, rgb(96 165 250 / 1.8%) 57.1%, transparent 59.15%),
      radial-gradient(circle 1120px at calc(136% + var(--ambient-arc-right-x)) calc(86% + var(--ambient-arc-right-y)), transparent 58.4%, rgb(244 249 255 / 4.8%) 58.56%, rgb(0 113 227 / 1.7%) 59.25%, transparent 61.7%);
    opacity: .28;
  }

  .audit-modal__title-row {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
  }

  .audit-modal__brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .webdesign-system {
    top: 18px;
    left: 18px;
  }

  .webdesign-device {
    animation-name: webdesignDeviceResizeMobileSoft;
  }

  @keyframes webdesignDeviceResizeMobileSoft {
    0%,
    28% {
      width: 190px;
      border-radius: 28px;
    }

    58%,
    100% {
      width: min(100%, 315px);
      border-radius: 22px;
    }
  }

  .projects-section .project-grid--rail {
    gap: 24px;
    padding-top: 36px;
  }

  .projects-section .project-grid img {
    width: calc(100% + 34px);
    margin: -30px -17px 0;
  }
}

/* Light product sections: expertises, pricing and references return to a brighter SaaS rhythm. */
.features-switch-section.section-panel,
.pricing-section.section-panel,
.projects-section.section-panel {
  color: var(--color-ink);
  border: 0;
}

.section.testimonials-section.section-panel {
  padding-top: clamp(74px, 6.2vw, 98px);
  padding-bottom: clamp(62px, 5.4vw, 86px);
}

.features-switch-section.section-panel {
  padding-top: clamp(78px, 6.6vw, 104px);
  padding-bottom: clamp(84px, 7vw, 112px);
  background:
    radial-gradient(ellipse 1400px 620px at 82% 8%, rgb(0 113 227 / 7%), transparent 66%),
    linear-gradient(180deg, #f8fafc 0%, #eef6ff 48%, #f8fafc 100%);
}

.pricing-section.section-panel {
  padding-top: clamp(72px, 6vw, 94px);
  padding-bottom: clamp(72px, 6vw, 94px);
  background: #fff;
}

.projects-section.section-panel {
  padding-top: clamp(76px, 6.4vw, 104px);
  padding-bottom: clamp(70px, 6vw, 96px);
  background:
    radial-gradient(ellipse 1320px 620px at 18% 10%, rgb(96 165 250 / 8%), transparent 68%),
    linear-gradient(180deg, #f8fafc 0%, #edf5ff 100%);
}

.features-switch-section.section-panel::before,
.pricing-section.section-panel::before,
.projects-section.section-panel::before {
  display: none;
}

.features-switch-section .section-head h2,
.section.features-switch-section.section-panel .section-head h2,
.pricing-section .pricing-head h2,
.projects-section .section-head h2,
.section.projects-section.section-panel .section-head h2,
.features-switch-section .seo-copy h3,
.features-switch-section .performance-bonus strong,
.features-switch-section .webdesign-grid > div:first-child h3,
.features-switch-section .ai-grid--panel > div:first-child h3,
.features-switch-section .automation-grid > div:first-child h3,
.pricing-section .pricing-card__plan,
.pricing-section .pricing-card__promise,
.pricing-section .pricing-card__price,
.projects-section .project-grid h3,
.projects-section .project-card__goal {
  color: var(--color-ink);
}

.features-switch-section .section-head p,
.section.features-switch-section.section-panel .section-head p,
.pricing-section .pricing-head p,
.projects-section .section-head p,
.section.projects-section.section-panel .section-head p,
.features-switch-section .seo-copy p,
.features-switch-section .performance-bonus span,
.features-switch-section .webdesign-grid > div:first-child p,
.features-switch-section .ai-grid--panel > div:first-child p,
.features-switch-section .automation-grid > div:first-child p,
.pricing-section .pricing-card__head p:not(.pricing-card__plan):not(.pricing-card__promise),
.pricing-section .pricing-card__commitment,
.pricing-section .pricing-card__list li,
.pricing-section .pricing-card__price small,
.pricing-section .pricing-reassurance,
.projects-section .project-card__body > p:not(.project-card__kicker, .project-card__goal) {
  color: var(--color-muted);
}

.projects-section .eyebrow,
.features-switch-section .eyebrow,
.section.projects-section.section-panel .eyebrow,
.section.features-switch-section.section-panel .eyebrow {
  color: var(--color-blue-text);
}

.features-switch-section .feature-tabs,
.pricing-section .pricing-toggle {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 94%), rgb(248 250 252 / 88%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 16px 38px rgb(15 23 42 / 7%), inset 0 1px 0 rgb(255 255 255 / 78%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.features-switch-section .feature-tab {
  color: var(--color-muted);
}

.features-switch-section .feature-tab:hover {
  color: var(--color-ink);
  background: rgb(15 23 42 / 4%);
}

.features-switch-section .feature-tab.is-active {
  color: var(--tab-accent);
  background: var(--tab-tint);
  box-shadow: none;
}

.pricing-section .pricing-toggle::before {
  background: #fff;
  border-color: rgb(0 113 227 / 14%);
  box-shadow: 0 8px 18px rgb(0 113 227 / 10%), 0 4px 12px rgb(15 23 42 / 6%);
}

.pricing-section .pricing-toggle button {
  color: var(--color-muted);
}

.pricing-section .pricing-toggle button:hover {
  color: var(--color-ink);
}

.pricing-section .pricing-toggle button.is-active {
  color: var(--color-blue);
}

.features-switch-section .search-preview,
.features-switch-section .performance-score-card,
.features-switch-section .ai-card-grid article,
.features-switch-section .automation-flow__step,
.features-switch-section .webdesign-proof-list div,
.pricing-section .pricing-card,
.projects-section .project-grid article {
  color: var(--color-ink);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 96%), rgb(248 250 252 / 92%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 16px 42px rgb(15 23 42 / 8%);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.features-switch-section .search-preview {
  box-shadow: 0 28px 78px rgb(15 23 42 / 13%), 0 18px 48px rgb(0 113 227 / 8%);
}

.testimonials-section .testimonial-track {
  padding: 0;
}

.features-switch-section .search-preview__cursor path {
  fill: #fff;
  stroke: #1d1d1f;
}

.features-switch-section .search-preview .search-bar {
  color: var(--color-ink);
  background: #fff;
  border-color: var(--color-line);
  box-shadow: 0 8px 24px rgb(15 23 42 / 8%);
}

.features-switch-section .search-preview.is-typing .search-bar {
  border-color: rgb(66 133 244 / 46%);
  box-shadow: 0 12px 32px rgb(66 133 244 / 15%);
}

.features-switch-section .search-preview .search-bar span {
  color: var(--color-ink);
}

.features-switch-section .search-preview .search-bar strong,
.features-switch-section .search-preview .serp-tabs .is-active {
  color: var(--color-blue);
}

.features-switch-section .search-preview .serp-tabs {
  color: var(--color-muted);
}

.features-switch-section .search-preview .serp-result,
.features-switch-section .search-preview .local-pack {
  background: #fff;
  border-color: rgb(0 113 227 / 14%);
  box-shadow: 0 18px 42px rgb(15 23 42 / 10%);
}

.features-switch-section .search-preview .serp-rank {
  color: var(--color-blue-text);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 92%), rgb(217 237 255 / 74%));
  border: 1px solid rgb(0 113 227 / 18%);
  box-shadow: 0 12px 28px rgb(0 113 227 / 12%), inset 0 1px 0 rgb(255 255 255 / 80%);
}

.features-switch-section .search-preview .serp-url {
  color: #188038;
}

.features-switch-section .search-preview .serp-result h3 {
  color: #1a0dab;
}

.features-switch-section .search-preview .serp-result p,
.features-switch-section .search-preview .local-pack p {
  color: var(--color-muted);
}

.features-switch-section .search-preview .serp-actions span {
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border-color: var(--color-line);
}

.features-switch-section .search-preview .local-pack__title {
  color: var(--color-ink);
}

.features-switch-section .search-preview .local-pack__map {
  background:
    linear-gradient(90deg, rgb(66 133 244 / 16%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(66 133 244 / 16%) 1px, transparent 1px),
    #eaf3ff;
  box-shadow: inset 0 0 0 1px rgb(66 133 244 / 10%);
}

.features-switch-section .search-preview .local-pack__map span {
  border-color: #fff;
  box-shadow: 0 8px 18px rgb(15 23 42 / 18%);
}

.features-switch-section .performance-score-card h3,
.features-switch-section .ai-card-grid h3,
.features-switch-section .automation-flow__step h3,
.features-switch-section .webdesign-proof-list strong {
  color: var(--color-ink);
}

.features-switch-section .performance-score-card p,
.features-switch-section .ai-card-grid p,
.features-switch-section .automation-flow__step p,
.features-switch-section .webdesign-proof-list span {
  color: var(--color-muted);
}

.features-switch-section .performance-ring strong {
  color: #08783f;
}

.features-switch-section .ai-card-grid article:hover,
.features-switch-section .performance-score-card:hover,
.features-switch-section .automation-flow__step:hover {
  border-color: rgb(0 113 227 / 22%);
  box-shadow: 0 22px 48px rgb(15 23 42 / 11%);
}

.features-switch-section .automation-flow::before {
  background: rgb(17 24 39 / 12%);
}

.features-switch-section .automation-flow::after {
  background: linear-gradient(180deg, #111827 0%, #003875 100%);
  box-shadow: 0 0 14px rgb(15 23 42 / 10%);
}

.features-switch-section .automation-flow__step span,
.features-switch-section .automation-flow__step.is-completed span,
.features-switch-section .automation-flow__step.is-active span {
  color: rgb(17 24 39 / 68%);
  background: #f8fafc;
  border-color: rgb(17 24 39 / 10%);
  box-shadow: none;
}

.features-switch-section .automation-flow__step.is-active {
  background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
  border-color: rgb(17 24 39 / 24%);
  box-shadow: 0 18px 42px rgb(15 23 42 / 10%);
}

.features-switch-section .automation-flow__step.is-completed span,
.features-switch-section .automation-flow__step.is-active span {
  color: #fff;
  background: #111827;
  border-color: #111827;
}

.features-switch-section .webdesign-canvas {
  background:
    radial-gradient(ellipse 720px 360px at 50% 46%, rgb(0 113 227 / 8%), transparent 72%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 24px 64px rgb(15 23 42 / 10%);
}

.features-switch-section .webdesign-canvas::before {
  background: radial-gradient(ellipse at center, rgb(0 113 227 / 8%), transparent 70%);
  opacity: .7;
}

.features-switch-section .webdesign-system__swatches span {
  border-color: rgb(15 23 42 / 10%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 44%);
}

.features-switch-section .webdesign-device {
  background: transparent;
  border-color: rgb(17 24 39 / 80%);
  box-shadow: 0 26px 68px rgb(15 23 42 / 18%), inset 0 0 0 1px rgb(255 255 255 / 70%);
}

.features-switch-section .webdesign-device::before {
  background: #111827;
  border-bottom-color: transparent;
}

.features-switch-section .webdesign-device__bar,
.features-switch-section .webdesign-device__text {
  background: rgb(17 24 39 / 13%);
}

.features-switch-section .webdesign-device__nav {
  background:
    linear-gradient(90deg, rgb(0 113 227 / 48%) 0 24%, rgb(17 24 39 / 12%) 24% 43%, rgb(17 24 39 / 12%) 52% 72%, transparent 72%);
}

.features-switch-section .webdesign-device__hero {
  background:
    radial-gradient(circle at 82% 12%, rgb(41 151 255 / 46%), transparent 34%),
    linear-gradient(135deg, #1d1d1f 0%, #111827 56%, #052c5c 100%);
  border-color: rgb(0 113 227 / 14%);
}

.pricing-section .pricing-card {
  background: #fff;
  border-color: var(--color-line);
  box-shadow: 0 14px 36px rgb(15 23 42 / 7%);
}

.pricing-section .pricing-card:hover {
  border-color: rgb(0 113 227 / 24%);
  box-shadow: 0 22px 52px rgb(15 23 42 / 11%);
}

.pricing-section .pricing-card--featured {
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgb(41 151 255 / 34%), transparent 38%),
    linear-gradient(180deg, #101827 0%, #07101f 100%);
  border-color: rgb(96 165 250 / 42%);
  box-shadow: 0 36px 90px rgb(0 113 227 / 22%), 0 24px 70px rgb(0 0 0 / 16%);
}

.pricing-section .pricing-card--featured .pricing-card__plan,
.pricing-section .pricing-card--featured .pricing-card__promise,
.pricing-section .pricing-card--featured .pricing-card__price {
  color: #fff;
}

.pricing-section .pricing-card--featured .pricing-card__price span {
  color: var(--color-blue-light);
}

.pricing-section .pricing-card--featured .pricing-card__head p:not(.pricing-card__plan):not(.pricing-card__promise),
.pricing-section .pricing-card--featured .pricing-card__commitment,
.pricing-section .pricing-card--featured .pricing-card__list li,
.pricing-section .pricing-card--featured .pricing-card__price small {
  color: #d2d2d7;
}

.pricing-section .pricing-card__badge,
.pricing-section .pricing-card__commitment {
  color: var(--color-soft-ink);
  background: #f3f4f6;
  border-color: var(--color-line);
}

.pricing-section .pricing-card--featured .pricing-card__badge,
.pricing-section .pricing-card--featured .pricing-card__commitment {
  color: #fff;
  background: rgb(0 113 227 / 34%);
  border-color: rgb(41 151 255 / 32%);
}

.pricing-section .pricing-card .button--ghost {
  color: var(--color-blue-text);
  background: transparent;
  border-color: rgb(0 113 227 / 18%);
}

.pricing-section .pricing-card .button--ghost:hover {
  color: var(--color-blue-text);
  background: var(--color-blue-soft);
  border-color: rgb(0 113 227 / 26%);
}

.pricing-section .pricing-reassurance span + span::before {
  color: rgb(73 73 77 / 48%);
}

.projects-section .projects-rail::before {
  background: linear-gradient(90deg, #f8fafc, rgb(248 250 252 / 0%));
}

.projects-section .project-grid--rail {
  padding-top: clamp(44px, 4vw, 62px);
  padding-bottom: clamp(56px, 4.8vw, 76px);
}

.projects-section .projects-rail::after {
  background: linear-gradient(90deg, rgb(248 250 252 / 0%), #edf5ff);
}

.projects-section .project-grid article {
  background: #fff;
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 16px 42px rgb(15 23 42 / 9%);
}

.projects-section .project-grid article::after {
  background:
    radial-gradient(ellipse at 50% 42%, rgb(0 113 227 / 12%), transparent 72%),
    radial-gradient(ellipse at 50% 86%, rgb(15 23 42 / 8%), transparent 74%);
}

.projects-section .project-grid article:hover,
.projects-section .project-grid article:focus-within {
  border-color: rgb(0 113 227 / 18%);
  box-shadow: 0 26px 62px rgb(15 23 42 / 14%);
}

.projects-section .project-grid img {
  box-shadow: 0 22px 50px rgb(15 23 42 / 15%), 0 14px 34px rgb(0 113 227 / 8%);
}

.projects-section .project-grid article:hover img,
.projects-section .project-grid article:focus-within img {
  box-shadow: 0 28px 64px rgb(15 23 42 / 18%), 0 20px 48px rgb(0 113 227 / 10%);
}

.projects-section .project-card__body {
  background: #fff;
}

.projects-section .project-card__kicker,
.projects-section .project-card__link {
  color: var(--color-blue-text);
}

@media (max-width: 720px) {
  .features-switch-section.section-panel,
  .pricing-section.section-panel,
  .projects-section.section-panel {
    background-size: auto;
  }

  .section.testimonials-section.section-panel {
    padding-top: 64px;
    padding-bottom: 54px;
  }

  .features-switch-section.section-panel,
  .pricing-section.section-panel,
  .projects-section.section-panel {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .features-switch-section .feature-tabs,
  .pricing-section .pricing-toggle {
    box-shadow: 0 10px 26px rgb(15 23 42 / 7%);
  }

  .features-switch-section .webdesign-canvas {
    min-height: 380px;
  }

  .testimonials-section .testimonial-track {
    padding: 0;
  }

  .projects-section .project-grid--rail {
    padding-top: 38px;
    padding-bottom: 58px;
  }
}

/* Final homepage hierarchy: dark field, glass section panels and full-width testimonial rail. */
.site-main {
  position: relative;
  isolation: isolate;
}

.site-main > section {
  position: relative;
  z-index: 2;
}

.site-main > .audit-modal,
.site-main > .hero-interfaces-modal,
.site-main > .project-modal {
  position: fixed;
  z-index: 3000;
}

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

.webap-orbits::before,
.webap-orbits::after,
.webap-immersive-zone__orbits::before,
.webap-immersive-zone__orbits::after {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgb(246 251 255 / 78%) 0 .62px, rgb(96 165 250 / 36%) .72px, transparent 1.28px);
  background-size: 4px 4px;
  content: "";
  filter: drop-shadow(0 0 18px rgb(96 165 250 / 38%)) blur(.08px);
  mask: radial-gradient(circle, transparent 57%, #000 58.4%, #000 60.2%, transparent 62.8%);
  -webkit-mask: radial-gradient(circle, transparent 57%, #000 58.4%, #000 60.2%, transparent 62.8%);
  mix-blend-mode: screen;
  opacity: .5;
  pointer-events: none;
}

.webap-orbits::before {
  top: clamp(120px, 10vw, 180px);
  left: max(-820px, -58vw);
  width: clamp(1040px, 82vw, 1480px);
}

.webap-orbits::after {
  top: clamp(28px, 4vw, 76px);
  right: max(-720px, -48vw);
  width: clamp(980px, 76vw, 1360px);
  opacity: .46;
}

.webap-orbit {
  position: absolute;
  width: clamp(940px, 92vw, 1680px);
  height: auto;
  color: rgb(232 244 255 / 78%);
  opacity: .72;
  overflow: visible;
  mix-blend-mode: screen;
  transform-origin: center;
}

.webap-orbit--hero {
  top: clamp(-120px, -6vw, -64px);
  right: max(-640px, -42vw);
  left: auto;
  width: clamp(1220px, 96vw, 1760px);
  opacity: .88;
  transform: rotate(8deg);
}

.webap-orbit--middle {
  top: clamp(-70px, -4vw, -24px);
  right: auto;
  left: max(-780px, -54vw);
  width: clamp(1260px, 108vw, 1880px);
  opacity: .84;
  transform: rotate(-10deg);
}

.webap-orbit--footer {
  right: max(-620px, -42vw);
  bottom: clamp(150px, 13vw, 280px);
  width: clamp(980px, 82vw, 1520px);
  opacity: .58;
}

.webap-orbit__layer {
  animation: webapOrbitDrift 118s linear infinite;
  transform-origin: center;
}

.webap-orbit--middle .webap-orbit__layer {
  animation-duration: 142s;
  animation-direction: reverse;
}

.webap-orbit--footer .webap-orbit__layer {
  animation-duration: 132s;
}

.webap-orbit path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.webap-orbit__glow {
  stroke: rgb(96 165 250 / 34%);
  stroke-width: 62px;
  filter: blur(48px);
}

.webap-orbit__dust {
  stroke: currentColor;
}

.webap-orbit__dust--main {
  stroke-width: 1.75px;
  stroke-dasharray: .45 3.8 1.15 6.8 .55 4.6 1.6 10.5;
  opacity: .94;
}

.webap-orbit__dust--soft {
  stroke: rgb(96 165 250 / 64%);
  stroke-width: 4.4px;
  stroke-dasharray: .5 8.5 1.4 15 .35 11 1 19;
  opacity: .58;
  filter: blur(.85px);
}

.webap-orbit__particles {
  fill: rgb(238 247 255 / 72%);
  filter: drop-shadow(0 0 10px rgb(96 165 250 / 42%));
  opacity: .88;
}

body::after {
  display: none;
}

.webap-immersive-zone {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(46px, 5vw, 76px) 0 clamp(58px, 6vw, 92px);
  background:
    radial-gradient(ellipse 2600px 1040px at 78% 5%, rgb(255 255 255 / 5%), rgb(96 165 250 / 17%) 21%, transparent 69%),
    radial-gradient(ellipse 2300px 1120px at 0% 46%, rgb(255 255 255 / 3.6%), rgb(0 113 227 / 14%) 25%, transparent 70%),
    radial-gradient(ellipse 2500px 1020px at 96% 82%, rgb(255 255 255 / 6%), rgb(41 151 255 / 13%) 22%, transparent 70%),
    linear-gradient(180deg, rgb(5 10 18) 0%, rgb(8 20 40) 38%, rgb(10 31 61) 67%, rgb(5 11 22) 100%);
}

.webap-immersive-zone::before,
.webap-immersive-zone::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  pointer-events: none;
}

.webap-immersive-zone::before {
  background:
    radial-gradient(ellipse 1280px 520px at 54% 18%, rgb(255 255 255 / 8%), transparent 72%),
    radial-gradient(ellipse 1520px 620px at 18% 62%, rgb(96 165 250 / 10%), transparent 74%),
    radial-gradient(ellipse 1360px 580px at 82% 76%, rgb(0 113 227 / 12%), transparent 76%);
  filter: blur(18px);
  opacity: .86;
}

.webap-immersive-zone::after {
  background:
    linear-gradient(90deg, rgb(153 204 255 / 1.3%) 1px, transparent 1px),
    linear-gradient(180deg, rgb(153 204 255 / 1.1%) 1px, transparent 1px),
    radial-gradient(circle, rgb(255 255 255 / 2.2%) 0 .58px, transparent 1.1px);
  background-size: 132px 132px, 132px 132px, 4px 4px;
  mix-blend-mode: screen;
  opacity: .58;
}

.webap-immersive-zone > section,
.webap-immersive-zone > .why-section {
  position: relative;
  z-index: 2;
  background: transparent !important;
}

.webap-immersive-zone .section-panel--overlap {
  margin-top: 0;
}

.webap-immersive-zone__orbits {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.webap-immersive-zone__orbits::before {
  top: clamp(-40px, 2vw, 42px);
  left: max(-860px, -60vw);
  width: clamp(1180px, 94vw, 1680px);
  opacity: .55;
}

.webap-immersive-zone__orbits::after {
  right: max(-790px, -52vw);
  bottom: clamp(60px, 8vw, 150px);
  width: clamp(1240px, 98vw, 1760px);
  opacity: .48;
}

.webap-zone-orbit {
  position: absolute;
  width: clamp(1260px, 118vw, 1960px);
  height: auto;
  color: rgb(238 247 255 / 86%);
  opacity: .76;
  overflow: visible;
  mix-blend-mode: screen;
}

.webap-zone-orbit--left {
  top: clamp(-120px, -5vw, -42px);
  left: max(-720px, -48vw);
  transform: rotate(-8deg);
}

.webap-zone-orbit--right {
  right: max(-650px, -42vw);
  bottom: clamp(-170px, -7vw, -70px);
  opacity: .7;
  transform: rotate(8deg);
}

.webap-zone-orbit__layer {
  animation: webapOrbitDrift 136s linear infinite;
  transform-origin: center;
}

.webap-zone-orbit--right .webap-zone-orbit__layer {
  animation-duration: 156s;
  animation-direction: reverse;
}

.webap-zone-orbit path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.webap-zone-orbit__glow {
  stroke: rgb(96 165 250 / 18%);
  stroke-width: 56px;
  filter: blur(52px);
}

.webap-zone-orbit__dust--main {
  stroke: currentColor;
  stroke-width: 1.5px;
  stroke-dasharray: .45 3.7 1.2 6.5 .5 4.4 1.7 11;
  opacity: .82;
}

.webap-zone-orbit__dust--soft {
  stroke: rgb(96 165 250 / 48%);
  stroke-width: 4px;
  stroke-dasharray: .5 8.2 1.4 15 .35 11 1 19;
  opacity: .42;
  filter: blur(.75px);
}

.webap-zone-orbit__particles {
  fill: rgb(238 247 255 / 74%);
  filter: drop-shadow(0 0 10px rgb(96 165 250 / 44%));
  opacity: .9;
}

.section.testimonials-section.section-panel {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.testimonial-rail {
  width: 100vw;
  max-width: none;
  margin-top: clamp(32px, 3.6vw, 50px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 2vw, 26px);
  scroll-padding-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
}

.testimonial-card {
  flex: 0 0 clamp(342px, 30vw, 412px);
  margin-block: 6px clamp(24px, 2.6vw, 34px);
}

.testimonial-card:first-child {
  margin-left: max(var(--gutter), calc((100vw - var(--container)) / 2));
}

.testimonial-card:last-child {
  margin-right: max(var(--gutter), calc((100vw - var(--container)) / 2));
}

.testimonials-section .testimonials-head {
  margin-bottom: 0;
}

.testimonials-section .testimonial-track {
  padding: 0;
}

.hero {
  padding-top: clamp(108px, 9vw, 148px);
  padding-bottom: clamp(108px, 9vw, 148px);
  background:
    radial-gradient(circle at 78% 8%, rgb(0 113 227 / 24%), transparent 34%),
    linear-gradient(180deg, rgb(29 29 31 / 80%) 0%, rgb(17 17 17 / 84%) 100%);
}

.hero__content {
  padding-block: clamp(10px, 2vw, 26px);
}

.hero h1 {
  margin-bottom: clamp(10px, 1.4vw, 16px);
}

.hero__lead {
  margin-bottom: clamp(26px, 3vw, 36px);
}

.hero-benefits {
  margin-bottom: clamp(28px, 3.2vw, 40px);
}

@media (min-width: 1180px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(550px, 660px);
    gap: clamp(24px, 2.8vw, 38px);
  }

  .hero-project-card {
    max-width: 660px;
  }

  .hero-project-card__device {
    max-width: 660px;
  }
}

.features-switch-section.section-panel {
  --features-panel-inset: max(10px, calc((100vw - var(--container)) / 2 - 96px));
  --features-panel-radius: clamp(34px, 4.6vw, 68px);
  --features-panel-offset: clamp(24px, 3.4vw, 46px);

  padding-top: clamp(78px, 6.8vw, 106px);
  padding-bottom: clamp(72px, 6.4vw, 100px);
  background: transparent;
  overflow: visible;
}

.features-switch-section.section-panel::before {
  display: block;
  top: var(--features-panel-offset);
  right: var(--features-panel-inset);
  bottom: var(--features-panel-offset);
  left: var(--features-panel-inset);
  background:
    radial-gradient(ellipse 1180px 380px at 50% 0%, rgb(255 255 255 / 26%), transparent 72%),
    radial-gradient(ellipse 1120px 520px at 84% 4%, rgb(0 113 227 / 12%), transparent 70%),
    linear-gradient(180deg, rgb(255 255 255 / 76%), rgb(232 241 255 / 61%));
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: var(--features-panel-radius);
  box-shadow:
    0 40px 100px rgb(20 40 80 / 12%),
    0 10px 30px rgb(0 0 0 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 55%);
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
}

.pricing-section.section-panel {
  --pricing-panel-inset: max(24px, calc((100vw - var(--container)) / 2 + 48px));
  --pricing-panel-radius: clamp(24px, 3vw, 42px);
  --pricing-panel-offset: clamp(16px, 2.2vw, 28px);

  padding-top: clamp(56px, 5.2vw, 80px);
  padding-bottom: clamp(58px, 5.4vw, 82px);
  margin-top: clamp(8px, 1.8vw, 24px);
  margin-bottom: clamp(8px, 1.8vw, 24px);
  background: transparent;
  overflow: visible;
}

.pricing-section.section-panel::before {
  display: block;
  top: var(--pricing-panel-offset);
  right: var(--pricing-panel-inset);
  bottom: var(--pricing-panel-offset);
  left: var(--pricing-panel-inset);
  background:
    radial-gradient(ellipse 780px 280px at 50% 0%, rgb(255 255 255 / 26%), transparent 72%),
    radial-gradient(ellipse 680px 320px at 50% 44%, rgb(0 113 227 / 10%), transparent 74%),
    linear-gradient(180deg, rgb(255 255 255 / 76%), rgb(232 241 255 / 60%));
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: var(--pricing-panel-radius);
  box-shadow:
    0 40px 100px rgb(20 40 80 / 12%),
    0 10px 30px rgb(0 0 0 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 55%);
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
}

.projects-section.section-panel {
  --projects-panel-inset: max(10px, calc((100vw - var(--container)) / 2 - 62px));
  --projects-panel-radius: clamp(28px, 3.8vw, 54px);
  --projects-panel-offset: clamp(22px, 3vw, 40px);

  padding-top: clamp(74px, 6.4vw, 102px);
  padding-bottom: clamp(76px, 6.6vw, 106px);
  margin-top: 0;
  background: transparent;
  overflow: visible;
}

.projects-section.section-panel::before {
  display: block;
  top: var(--projects-panel-offset);
  right: var(--projects-panel-inset);
  bottom: var(--projects-panel-offset);
  left: var(--projects-panel-inset);
  background:
    radial-gradient(ellipse 1180px 360px at 48% 0%, rgb(255 255 255 / 24%), transparent 72%),
    radial-gradient(ellipse 1080px 480px at 14% 82%, rgb(96 165 250 / 10%), transparent 72%),
    linear-gradient(180deg, rgb(255 255 255 / 74%), rgb(232 241 255 / 58%));
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: var(--projects-panel-radius);
  box-shadow:
    0 40px 100px rgb(20 40 80 / 12%),
    0 10px 30px rgb(0 0 0 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 55%);
  backdrop-filter: blur(28px) saturate(145%);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
}

.webap-immersive-zone .features-switch-section .search-preview,
.webap-immersive-zone .features-switch-section .performance-score-card,
.webap-immersive-zone .features-switch-section .ai-card-grid article,
.webap-immersive-zone .features-switch-section .automation-flow__step,
.webap-immersive-zone .features-switch-section .webdesign-proof-list div,
.webap-immersive-zone .pricing-section .pricing-card:not(.pricing-card--featured),
.webap-immersive-zone .projects-section .project-grid article {
  background: #fff;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.webap-immersive-zone .pricing-section .pricing-card--featured {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.webap-immersive-zone .features-switch-section.section-panel::before,
.webap-immersive-zone .pricing-section.section-panel::before,
.webap-immersive-zone .projects-section.section-panel::before {
  background:
    radial-gradient(ellipse 1180px 440px at 50% 0%, rgb(255 255 255 / 28%), transparent 72%),
    radial-gradient(ellipse 980px 520px at 88% 10%, rgb(96 165 250 / 22%), transparent 70%),
    radial-gradient(ellipse 900px 460px at 10% 92%, rgb(0 113 227 / 15%), transparent 74%),
    linear-gradient(180deg, rgb(232 244 255 / 28%), rgb(110 156 216 / 18%) 48%, rgb(8 24 48 / 24%)),
    rgb(255 255 255 / 9%);
  border-color: rgb(232 244 255 / 34%);
  box-shadow:
    0 0 0 1px rgb(255 255 255 / 9%),
    0 44px 120px rgb(0 0 0 / 22%),
    0 26px 86px rgb(0 113 227 / 17%),
    inset 0 1px 0 rgb(255 255 255 / 46%),
    inset 0 -1px 0 rgb(255 255 255 / 9%);
  backdrop-filter: blur(40px) saturate(170%) brightness(1.08);
  -webkit-backdrop-filter: blur(40px) saturate(170%) brightness(1.08);
}

.webap-immersive-zone .features-switch-section.section-panel::before {
  background:
    radial-gradient(ellipse 1240px 420px at 52% 0%, rgb(255 255 255 / 31%), transparent 72%),
    radial-gradient(ellipse 1060px 560px at 86% 14%, rgb(96 165 250 / 24%), transparent 70%),
    radial-gradient(ellipse 940px 500px at 8% 90%, rgb(0 113 227 / 16%), transparent 74%),
    linear-gradient(180deg, rgb(232 244 255 / 30%), rgb(110 156 216 / 19%) 50%, rgb(8 24 48 / 25%)),
    rgb(255 255 255 / 10%);
}

.webap-immersive-zone .pricing-section.section-panel::before {
  background:
    radial-gradient(ellipse 820px 300px at 50% 0%, rgb(255 255 255 / 30%), transparent 72%),
    radial-gradient(ellipse 780px 420px at 72% 26%, rgb(96 165 250 / 20%), transparent 72%),
    linear-gradient(180deg, rgb(232 244 255 / 27%), rgb(96 143 204 / 17%) 52%, rgb(8 24 48 / 24%)),
    rgb(255 255 255 / 8%);
}

.webap-immersive-zone .projects-section.section-panel::before {
  background:
    radial-gradient(ellipse 1200px 390px at 48% 0%, rgb(255 255 255 / 28%), transparent 72%),
    radial-gradient(ellipse 1120px 520px at 12% 86%, rgb(96 165 250 / 19%), transparent 72%),
    radial-gradient(ellipse 1040px 520px at 94% 72%, rgb(0 113 227 / 13%), transparent 76%),
    linear-gradient(180deg, rgb(232 244 255 / 26%), rgb(110 156 216 / 17%) 48%, rgb(8 24 48 / 23%)),
    rgb(255 255 255 / 8%);
}

.webap-immersive-zone .features-switch-section .seo-copy h3,
.webap-immersive-zone .features-switch-section .performance-bonus strong,
.webap-immersive-zone .features-switch-section .webdesign-grid > div:first-child h3,
.webap-immersive-zone .features-switch-section .ai-grid--panel > div:first-child h3,
.webap-immersive-zone .features-switch-section .automation-grid > div:first-child h3,
.webap-immersive-zone .pricing-section .pricing-head h2,
.webap-immersive-zone .projects-section .section-head h2 {
  color: #fff;
  text-shadow: 0 14px 34px rgb(0 0 0 / 18%);
}

.webap-immersive-zone .features-switch-section .seo-copy p,
.webap-immersive-zone .features-switch-section .performance-bonus span,
.webap-immersive-zone .features-switch-section .webdesign-grid > div:first-child p,
.webap-immersive-zone .features-switch-section .ai-grid--panel > div:first-child p,
.webap-immersive-zone .features-switch-section .automation-grid > div:first-child p,
.webap-immersive-zone .projects-section .section-head p,
.webap-immersive-zone .pricing-section .pricing-reassurance {
  color: rgb(235 246 255 / 78%);
}

.webap-immersive-zone .projects-section .section-head .eyebrow {
  color: rgb(210 232 255 / 72%);
}

.webap-immersive-zone .features-switch-section .search-preview,
.webap-immersive-zone .features-switch-section .performance-score-card,
.webap-immersive-zone .pricing-section .pricing-card:not(.pricing-card--featured),
.webap-immersive-zone .projects-section .project-grid article {
  background-color: #fff !important;
  background-image: none;
  color: var(--color-text);
}

.webap-immersive-zone .projects-section .projects-rail::before {
  display: none;
}

.webap-immersive-zone .projects-section .projects-rail::after {
  display: none;
}

@media (max-width: 720px) {
  .section.testimonials-section.section-panel {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .testimonial-rail {
    width: 100vw;
    margin-top: 28px;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
  }

  .testimonial-card {
    flex-basis: min(82vw, 342px);
    margin-block: 4px 24px;
  }

  .testimonial-card:first-child {
    margin-left: var(--gutter);
  }

  .testimonial-card:last-child {
    margin-right: var(--gutter);
  }

  .testimonials-section .testimonials-head {
    margin-bottom: 0;
  }

  .testimonials-section .testimonial-track {
    padding: 0;
  }

  .features-switch-section.section-panel {
    --features-panel-inset: 8px;
    --features-panel-radius: 28px;
    --features-panel-offset: 12px;

    padding-top: 68px;
    padding-bottom: 68px;
  }

  .pricing-section.section-panel {
    --pricing-panel-inset: 14px;
    --pricing-panel-radius: 24px;
    --pricing-panel-offset: 10px;

    padding-top: 68px;
    padding-bottom: 68px;
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .projects-section.section-panel {
    --projects-panel-inset: 8px;
    --projects-panel-radius: 28px;
    --projects-panel-offset: 12px;

    padding-top: 68px;
    padding-bottom: 68px;
    margin-top: 0;
  }
}

@keyframes webapOrbitDrift {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(.65deg) translate3d(0, -10px, 0);
  }

  to {
    transform: rotate(1.3deg) translate3d(0, 0, 0);
  }
}

@media (max-width: 980px) {
  .webap-orbit {
    opacity: .34;
  }

  .webap-orbit--middle {
    right: auto;
    left: -760px;
  }

  .webap-zone-orbit {
    opacity: .32;
  }

  .webap-zone-orbit--left {
    left: -720px;
  }

  .webap-zone-orbit--right {
    right: -700px;
  }
}

.site-main > .audit-modal,
.site-main > .hero-interfaces-modal,
.site-main > .project-modal,
.audit-modal,
.hero-interfaces-modal,
.project-modal {
  position: fixed !important;
  z-index: 3000 !important;
}

.audit-modal,
.hero-interfaces-modal,
.project-modal {
  inset: 0;
}

@media (max-width: 720px) {
  .webap-immersive-zone {
    padding: 34px 0 52px;
  }

  .webap-orbit--hero {
    top: 120px;
    right: -560px;
    left: auto;
    width: 900px;
    opacity: .28;
  }

  .webap-orbit--middle {
    display: none;
  }

  .webap-orbits::before {
    top: 110px;
    left: -660px;
    width: 920px;
    opacity: .24;
  }

  .webap-orbits::after {
    display: none;
  }

  .webap-orbit--footer {
    right: -560px;
    width: 840px;
    opacity: .24;
  }

  .webap-zone-orbit--left {
    top: 120px;
    left: -620px;
    width: 920px;
    opacity: .22;
  }

  .webap-zone-orbit--right {
    display: none;
  }

  .webap-immersive-zone__orbits::before {
    top: 90px;
    left: -680px;
    width: 920px;
    opacity: .2;
  }

  .webap-immersive-zone__orbits::after {
    display: none;
  }
}

/* Immersive panels: container-aligned glass surfaces, opaque key cards. */
.webap-immersive-zone {
  --webap-panel-width: min(calc(100vw - (var(--gutter) * 2)), var(--container));
  --webap-panel-radius: clamp(36px, 4.5vw, 60px);
  --webap-panel-shadow:
    0 38px 110px rgb(0 0 0 / 28%),
    0 18px 58px rgb(0 47 102 / 16%),
    inset 0 1px 0 rgb(255 255 255 / 22%),
    inset 0 -1px 0 rgb(255 255 255 / 5%);
}

.webap-immersive-zone .features-switch-section.section-panel,
.webap-immersive-zone .pricing-section.section-panel {
  overflow: visible;
}

.webap-immersive-zone .features-switch-section.section-panel::before,
.webap-immersive-zone .pricing-section.section-panel::before {
  right: auto;
  left: 50%;
  width: var(--webap-panel-width);
  background:
    radial-gradient(ellipse 940px 340px at 50% -8%, rgb(255 255 255 / 15%), transparent 74%),
    radial-gradient(ellipse 980px 520px at 82% 18%, rgb(96 165 250 / 14%), transparent 74%),
    radial-gradient(ellipse 840px 460px at 8% 90%, rgb(0 113 227 / 10%), transparent 78%),
    linear-gradient(180deg, rgb(225 242 255 / 13%), rgb(84 133 198 / 9%) 48%, rgb(6 20 42 / 18%)),
    rgb(255 255 255 / 4%);
  border-color: rgb(232 244 255 / 20%);
  border-radius: var(--webap-panel-radius);
  box-shadow: var(--webap-panel-shadow);
  transform: translateX(-50%);
  backdrop-filter: blur(46px) saturate(160%) brightness(1.02);
  -webkit-backdrop-filter: blur(46px) saturate(160%) brightness(1.02);
}

.webap-immersive-zone .features-switch-section .site-container,
.webap-immersive-zone .pricing-section .site-container {
  width: min(calc(100% - (var(--gutter) * 2)), 1080px);
}

.webap-immersive-zone .features-switch-section .seo-grid {
  gap: clamp(28px, 4vw, 56px);
  grid-template-columns: minmax(0, .82fr) minmax(430px, 1fr);
}

.webap-immersive-zone .pricing-section.section-panel {
  --pricing-panel-offset: clamp(18px, 2.2vw, 30px);

  padding-top: clamp(62px, 5.2vw, 84px);
  padding-bottom: clamp(64px, 5.4vw, 86px);
}

.webap-immersive-zone .pricing-grid,
.webap-immersive-zone .pricing-reassurance {
  max-width: 1040px;
}

.webap-immersive-zone .pricing-grid {
  gap: clamp(18px, 2vw, 24px);
}

.webap-immersive-zone .pricing-card {
  min-height: 0;
}

.webap-immersive-zone .pricing-card--featured {
  margin-block: -20px;
}

.webap-immersive-zone .projects-section.section-panel::before {
  display: none !important;
}

.webap-immersive-zone .projects-section .site-container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
}

.webap-immersive-zone .projects-section .section-head h2 {
  color: #fff;
}

.webap-immersive-zone .projects-section .section-head p {
  color: rgb(235 246 255 / 74%);
}

.webap-immersive-zone .projects-section .section-head .eyebrow {
  color: rgb(210 232 255 / 64%);
}

.webap-immersive-zone section.projects-section.section-panel .section-head h2 {
  color: #fff;
}

.webap-immersive-zone section.projects-section.section-panel .section-head p {
  color: rgb(235 246 255 / 74%);
}

.webap-immersive-zone section.projects-section.section-panel .section-head .eyebrow {
  color: rgb(210 232 255 / 64%);
}

.webap-immersive-zone .projects-section .project-grid--rail {
  padding-top: clamp(52px, 4.2vw, 68px);
  padding-bottom: clamp(64px, 5vw, 82px);
}

.webap-immersive-zone .projects-section .project-grid article {
  background:
    radial-gradient(ellipse 380px 160px at 50% 0%, rgb(255 255 255 / 16%), transparent 74%),
    linear-gradient(180deg, rgb(255 255 255 / 12%), rgb(226 241 255 / 8%) 46%, rgb(255 255 255 / 5%)),
    rgb(255 255 255 / 7%) !important;
  border: 1px solid rgb(232 244 255 / 18%);
  box-shadow:
    0 28px 76px rgb(0 0 0 / 24%),
    0 14px 44px rgb(0 47 102 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 20%);
  backdrop-filter: blur(30px) saturate(148%);
  -webkit-backdrop-filter: blur(30px) saturate(148%);
}

.webap-immersive-zone .projects-section .project-card__body {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 94%), rgb(248 251 255 / 90%));
  border-radius: 0 0 calc(var(--radius) - 1px) calc(var(--radius) - 1px);
}

.webap-immersive-zone .projects-section .project-grid img {
  border: 1px solid rgb(255 255 255 / 42%);
  border-radius: calc(var(--radius) - 1px);
  box-shadow:
    0 24px 58px rgb(0 0 0 / 22%),
    0 14px 36px rgb(96 165 250 / 14%);
}

.webap-immersive-zone .projects-section .project-grid h3,
.webap-immersive-zone .projects-section .project-card__goal,
.webap-immersive-zone .projects-section .project-card__body > p:not(.project-card__kicker, .project-card__goal) {
  color: var(--color-ink);
}

.webap-immersive-zone .projects-section .project-card__body > p:not(.project-card__kicker, .project-card__goal) {
  color: var(--color-muted);
}

.webap-immersive-zone .features-switch-section .feature-tabs,
.webap-immersive-zone .pricing-section .pricing-toggle {
  background:
    radial-gradient(ellipse 420px 120px at 50% 0%, rgb(255 255 255 / 16%), transparent 76%),
    linear-gradient(180deg, rgb(15 33 61 / 48%), rgb(6 18 38 / 36%)),
    rgb(255 255 255 / 8%);
  border-color: rgb(232 244 255 / 22%);
  box-shadow:
    0 14px 34px rgb(0 0 0 / 18%),
    inset 0 1px 0 rgb(255 255 255 / 22%);
  backdrop-filter: blur(24px) saturate(165%);
  -webkit-backdrop-filter: blur(24px) saturate(165%);
}

.webap-immersive-zone .features-switch-section .feature-tab,
.webap-immersive-zone .pricing-section .pricing-toggle button {
  color: rgb(235 246 255 / 72%);
}

.webap-immersive-zone .features-switch-section .feature-tab:hover,
.webap-immersive-zone .pricing-section .pricing-toggle button:hover {
  color: #fff;
  background: rgb(255 255 255 / 8%);
}

.webap-immersive-zone .features-switch-section .feature-tab.is-active {
  color: #fff;
  background:
    linear-gradient(180deg, rgb(0 113 227 / 42%), rgb(0 78 164 / 28%)),
    rgb(255 255 255 / 7%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 22%);
}

.webap-immersive-zone .features-switch-section .feature-tab.is-active::before {
  color: #8ecaff;
  opacity: 1;
}

.webap-immersive-zone .pricing-section .pricing-toggle::before {
  background:
    linear-gradient(180deg, rgb(0 113 227 / 38%), rgb(0 78 164 / 26%)),
    rgb(255 255 255 / 8%);
  border-color: rgb(142 202 255 / 34%);
  box-shadow:
    0 10px 24px rgb(0 113 227 / 18%),
    inset 0 1px 0 rgb(255 255 255 / 20%);
}

.webap-immersive-zone .pricing-section .pricing-toggle button.is-active {
  color: #fff;
}

.webap-immersive-zone .projects-section .project-grid img {
  border: 0;
}

@media (max-width: 980px) {
  .webap-immersive-zone {
    --webap-panel-width: min(calc(100vw - (var(--gutter) * 2)), 760px);
  }

  .webap-immersive-zone .features-switch-section .site-container,
  .webap-immersive-zone .pricing-section .site-container {
    width: min(calc(100% - (var(--gutter) * 2)), 760px);
  }

  .webap-immersive-zone .features-switch-section .seo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .webap-immersive-zone {
    --webap-panel-width: calc(100vw - 18px);
    --webap-panel-radius: 28px;
  }

  .webap-immersive-zone .features-switch-section .site-container,
  .webap-immersive-zone .pricing-section .site-container {
    width: min(calc(100% - (var(--gutter) * 2)), 100%);
  }

  .webap-immersive-zone .features-switch-section.section-panel::before,
  .webap-immersive-zone .pricing-section.section-panel::before {
    backdrop-filter: blur(34px) saturate(160%) brightness(1.04);
    -webkit-backdrop-filter: blur(34px) saturate(160%) brightness(1.04);
  }

  .webap-immersive-zone .pricing-card--featured {
    margin-block: 0;
  }
}

/* Simplified middle page: light sections with restrained orbital identity. */
.webap-orbit--hero {
  top: clamp(40px, 6vw, 92px);
  right: max(-520px, -36vw);
  width: clamp(980px, 76vw, 1380px);
  opacity: .34;
}

.webap-orbit--middle {
  top: clamp(520px, 48vw, 760px);
  left: max(-720px, -50vw);
  width: clamp(1080px, 82vw, 1480px);
  opacity: .18;
}

.webap-orbit--footer {
  right: max(-560px, -38vw);
  bottom: clamp(190px, 16vw, 320px);
  width: clamp(980px, 76vw, 1320px);
  opacity: .22;
}

.webap-orbits::before,
.webap-orbits::after {
  opacity: .18;
}

.webap-immersive-zone {
  padding: 0;
  background: transparent;
}

.webap-immersive-zone::before,
.webap-immersive-zone::after,
.webap-immersive-zone__orbits {
  display: none;
}

.webap-immersive-zone .features-switch-section.section-panel,
.webap-immersive-zone .pricing-section.section-panel,
.webap-immersive-zone .projects-section.section-panel {
  overflow: hidden;
}

.webap-immersive-zone .features-switch-section.section-panel {
  padding-top: clamp(82px, 7vw, 112px);
  padding-bottom: clamp(78px, 6.5vw, 104px);
  background:
    radial-gradient(ellipse 1140px 520px at 74% 18%, rgb(0 113 227 / 8%), transparent 68%),
    radial-gradient(ellipse 900px 420px at 18% 68%, rgb(96 165 250 / 8%), transparent 72%),
    linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%) !important;
}

.webap-immersive-zone .pricing-section.section-panel {
  padding-top: clamp(76px, 6.2vw, 98px);
  padding-bottom: clamp(76px, 6.2vw, 100px);
  margin: 0;
  background: #fff !important;
}

.webap-immersive-zone .projects-section.section-panel {
  padding-top: clamp(78px, 6.5vw, 106px);
  padding-bottom: clamp(84px, 6.8vw, 112px);
  background:
    radial-gradient(ellipse 1140px 520px at 76% 6%, rgb(96 165 250 / 9%), transparent 72%),
    linear-gradient(180deg, #edf5ff 0%, #f8fbff 100%) !important;
}

.webap-immersive-zone .features-switch-section.section-panel::before,
.webap-immersive-zone .pricing-section.section-panel::before,
.webap-immersive-zone .projects-section.section-panel::before {
  display: none !important;
}

.webap-immersive-zone .features-switch-section .site-container,
.webap-immersive-zone .pricing-section .site-container {
  width: min(calc(100% - (var(--gutter) * 2)), 1080px);
}

.webap-immersive-zone .projects-section .site-container {
  width: min(calc(100% - (var(--gutter) * 2)), var(--container));
}

.webap-immersive-zone .features-switch-section .seo-copy h3,
.webap-immersive-zone .features-switch-section .performance-bonus strong,
.webap-immersive-zone .features-switch-section .webdesign-grid > div:first-child h3,
.webap-immersive-zone .features-switch-section .ai-grid--panel > div:first-child h3,
.webap-immersive-zone .features-switch-section .automation-grid > div:first-child h3,
.webap-immersive-zone .pricing-section .pricing-head h2,
.webap-immersive-zone section.projects-section.section-panel .section-head h2 {
  color: var(--color-ink);
  text-shadow: none;
}

.webap-immersive-zone .features-switch-section .seo-copy h3,
.webap-immersive-zone .features-switch-section .performance-bonus strong,
.webap-immersive-zone .features-switch-section .webdesign-grid > div:first-child h3,
.webap-immersive-zone .features-switch-section .automation-grid > div:first-child h3 {
  font-weight: 750;
}

.webap-immersive-zone .features-switch-section .seo-copy p,
.webap-immersive-zone .features-switch-section .performance-bonus span,
.webap-immersive-zone .features-switch-section .webdesign-grid > div:first-child p,
.webap-immersive-zone .features-switch-section .ai-grid--panel > div:first-child p,
.webap-immersive-zone .features-switch-section .automation-grid > div:first-child p,
.webap-immersive-zone section.projects-section.section-panel .section-head p,
.webap-immersive-zone .pricing-section .pricing-reassurance {
  color: var(--color-muted);
}

.webap-immersive-zone section.projects-section.section-panel .section-head .eyebrow {
  color: var(--color-muted);
}

.webap-immersive-zone .features-switch-section .feature-tabs,
.webap-immersive-zone .pricing-section .pricing-toggle {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 86%), rgb(248 250 252 / 78%));
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 14px 34px rgb(15 23 42 / 7%), inset 0 1px 0 rgb(255 255 255 / 72%);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.webap-immersive-zone .features-switch-section .feature-tab,
.webap-immersive-zone .pricing-section .pricing-toggle button {
  color: var(--color-muted);
}

.webap-immersive-zone .features-switch-section .feature-tab:hover,
.webap-immersive-zone .pricing-section .pricing-toggle button:hover {
  color: var(--color-ink);
  background: rgb(15 23 42 / 4%);
}

.webap-immersive-zone .features-switch-section .feature-tab.is-active {
  color: var(--color-blue);
  background: rgb(0 113 227 / 9%);
  box-shadow: none;
}

.webap-immersive-zone .features-switch-section .feature-tab.is-active::before {
  color: var(--color-blue);
}

.webap-immersive-zone .pricing-section .pricing-toggle::before {
  background: #fff;
  border-color: rgb(0 113 227 / 12%);
  box-shadow: 0 8px 18px rgb(0 113 227 / 9%), 0 4px 12px rgb(15 23 42 / 5%);
}

.webap-immersive-zone .pricing-section .pricing-toggle button.is-active {
  color: var(--color-blue);
}

.webap-immersive-zone .features-switch-section .search-preview,
.webap-immersive-zone .features-switch-section .performance-score-card,
.webap-immersive-zone .features-switch-section .ai-card-grid article,
.webap-immersive-zone .features-switch-section .automation-flow__step,
.webap-immersive-zone .features-switch-section .webdesign-proof-list div,
.webap-immersive-zone .pricing-section .pricing-card:not(.pricing-card--featured),
.webap-immersive-zone .projects-section .project-grid article {
  background: #fff !important;
  border-color: rgb(15 23 42 / 8%);
  box-shadow: 0 16px 42px rgb(15 23 42 / 9%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.webap-immersive-zone .projects-section .project-card__body {
  background: #fff;
}

.webap-immersive-zone .projects-section .project-grid img {
  border: 0;
  box-shadow: 0 22px 50px rgb(15 23 42 / 15%), 0 14px 34px rgb(0 113 227 / 8%);
}

.webap-immersive-zone .pricing-card--featured {
  margin-block: -18px;
}

@media (max-width: 720px) {
  .webap-orbit--hero {
    top: 120px;
    right: -620px;
    width: 920px;
    opacity: .2;
  }

  .webap-orbit--middle,
  .webap-orbit--footer {
    display: none;
  }

  .webap-orbits::before {
    opacity: .12;
  }

  .webap-immersive-zone .features-switch-section.section-panel,
  .webap-immersive-zone .pricing-section.section-panel,
  .webap-immersive-zone .projects-section.section-panel {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .webap-immersive-zone .pricing-card--featured {
    margin-block: 0;
  }
}

/* Final DA pass: precise SEO cursor, calmer Webdesign, cropped orbits and raised mockups. */
.webap-orbit--hero {
  top: clamp(72px, 7vw, 116px);
  right: max(-500px, -34vw);
  width: clamp(1080px, 80vw, 1460px);
  opacity: .32;
}

.webap-orbit--middle {
  top: clamp(440px, 42vw, 680px);
  left: max(-760px, -52vw);
  width: clamp(1180px, 88vw, 1580px);
  opacity: .2;
}

.webap-orbit--footer {
  right: max(-600px, -40vw);
  bottom: clamp(240px, 20vw, 390px);
  width: clamp(1080px, 78vw, 1420px);
  opacity: .24;
}

.webap-orbits::before {
  top: clamp(250px, 23vw, 420px);
  left: max(-860px, -58vw);
  width: clamp(1220px, 88vw, 1620px);
  opacity: .14;
}

.webap-orbits::after {
  top: clamp(32px, 4vw, 78px);
  right: max(-680px, -46vw);
  width: clamp(1060px, 78vw, 1440px);
  opacity: .2;
}

.webap-immersive-zone .features-switch-section.section-panel::after,
.webap-immersive-zone .projects-section.section-panel::after {
  display: block !important;
  aspect-ratio: 1;
  width: clamp(760px, 58vw, 1120px);
  height: auto;
  background:
    radial-gradient(circle, rgb(255 255 255 / 72%) 0 .54px, rgb(0 113 227 / 25%) .68px, transparent 1.25px);
  background-size: 4px 4px;
  border-radius: 50%;
  content: "";
  filter: drop-shadow(0 0 18px rgb(96 165 250 / 22%)) blur(.08px);
  mask: radial-gradient(circle, transparent 57%, #000 58.6%, #000 60.1%, transparent 63.2%);
  -webkit-mask: radial-gradient(circle, transparent 57%, #000 58.6%, #000 60.1%, transparent 63.2%);
  mix-blend-mode: multiply;
  opacity: .2;
  pointer-events: none;
}

.webap-immersive-zone .features-switch-section.section-panel::after {
  top: clamp(96px, 9vw, 150px);
  right: max(-520px, -36vw);
  left: auto;
  transform: rotate(10deg);
}

.webap-immersive-zone .projects-section.section-panel::after {
  top: clamp(82px, 7vw, 128px);
  right: auto;
  left: max(-540px, -38vw);
  transform: rotate(-12deg);
}

.search-preview {
  --seo-cursor-search-x: 505px;
}

.feature-tab {
  gap: 0;
}

.feature-tab::before,
.webap-immersive-zone .features-switch-section .feature-tab.is-active::before {
  display: none !important;
  content: none !important;
}

.webap-immersive-zone .features-switch-section .webdesign-proof-list div {
  grid-template-columns: 78px minmax(0, 1fr);
  border-color: rgb(124 58 237 / 13%);
  box-shadow: 0 14px 34px rgb(15 23 42 / 7%);
}

.webap-immersive-zone .features-switch-section .webdesign-proof-list div:first-child span,
.webap-immersive-zone .features-switch-section .webdesign-proof-list div:nth-child(2) span {
  color: #7c3aed;
  background: rgb(124 58 237 / 10%);
}

.webap-immersive-zone .features-switch-section .webdesign-proof-list span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding-inline: 10px;
  border-radius: 999px;
}

.webap-immersive-zone .features-switch-section .webdesign-canvas {
  min-height: 410px;
  padding: clamp(22px, 3vw, 32px);
  background:
    radial-gradient(ellipse 620px 280px at 82% 18%, rgb(124 58 237 / 9%), transparent 72%),
    radial-gradient(ellipse 640px 320px at 18% 88%, rgb(0 113 227 / 8%), transparent 72%),
    linear-gradient(180deg, rgb(255 255 255 / 94%), rgb(244 249 255 / 88%));
  border: 1px solid rgb(15 23 42 / 8%);
  box-shadow: 0 24px 58px rgb(15 23 42 / 10%), inset 0 1px 0 rgb(255 255 255 / 74%);
}

.webap-immersive-zone .features-switch-section .webdesign-canvas::before {
  inset: 16% 12%;
  background:
    linear-gradient(rgb(15 23 42 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(15 23 42 / 4%) 1px, transparent 1px);
  background-size: 42px 42px;
  filter: none;
  opacity: .58;
}

.webap-immersive-zone .features-switch-section .webdesign-system {
  position: relative;
  top: auto;
  left: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  width: min(100%, 430px);
  padding: 0;
}

.webap-immersive-zone .features-switch-section .webdesign-system__swatches {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.webap-immersive-zone .features-switch-section .webdesign-system__swatches span {
  position: relative;
  min-height: 72px;
  padding: 10px;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 24%), rgb(255 255 255 / 0%)),
    var(--swatch);
  border: 1px solid rgb(15 23 42 / 8%);
  border-radius: 16px;
  box-shadow: 0 14px 30px rgb(15 23 42 / 9%), inset 0 1px 0 rgb(255 255 255 / 34%);
}

.webap-immersive-zone .features-switch-section .webdesign-system__swatches span::after {
  position: absolute;
  right: 9px;
  bottom: 8px;
  left: 9px;
  color: rgb(255 255 255 / 92%);
  content: attr(data-label);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  text-shadow: 0 1px 8px rgb(0 0 0 / 28%);
}

.webap-immersive-zone .features-switch-section .webdesign-system__swatches span:nth-child(4)::after {
  color: var(--color-muted);
  text-shadow: none;
}

.webap-immersive-zone .features-switch-section .webdesign-system__copy {
  display: block;
  max-width: none;
  text-align: left;
}

.webap-immersive-zone .features-switch-section .webdesign-system__copy span {
  display: inline-flex;
  color: #7c3aed;
  font-size: 12px;
  font-weight: 900;
}

.webap-immersive-zone .features-switch-section .webdesign-system__copy strong {
  max-width: 360px;
  margin-top: 5px;
  color: var(--color-ink);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.35;
}

.webap-immersive-zone .features-switch-section .webdesign-responsive {
  min-height: 270px;
  padding: 0;
}

.webap-immersive-zone .features-switch-section .webdesign-device {
  width: min(100%, 430px);
  min-height: 258px;
  padding: 38px 18px 18px;
  background: rgb(255 255 255 / 60%);
  border: 4px solid rgb(15 23 42 / 12%);
  box-shadow: 0 22px 54px rgb(15 23 42 / 12%), inset 0 0 0 1px rgb(255 255 255 / 86%);
  animation: webdesignDeviceOutlineResize 7.5s cubic-bezier(.22, 1, .36, 1) infinite;
}

.webap-immersive-zone .features-switch-section .webdesign-device::before {
  height: 30px;
  background: rgb(255 255 255 / 72%);
  border-bottom: 2px solid rgb(15 23 42 / 9%);
}

.webap-immersive-zone .features-switch-section .webdesign-device__bar,
.webap-immersive-zone .features-switch-section .webdesign-device__nav,
.webap-immersive-zone .features-switch-section .webdesign-device__text {
  background: transparent;
  border: 3px solid rgb(15 23 42 / 13%);
}

.webap-immersive-zone .features-switch-section .webdesign-device__nav {
  border-color: rgb(0 113 227 / 24%);
}

.webap-immersive-zone .features-switch-section .webdesign-device__hero {
  background: transparent;
  border: 4px solid rgb(0 113 227 / 22%);
  box-shadow: inset 0 0 0 2px rgb(124 58 237 / 9%);
}

.webap-immersive-zone .features-switch-section .webdesign-device__cta {
  background: #0071e3;
  box-shadow: 0 12px 24px rgb(0 113 227 / 18%);
}

.webap-immersive-zone .features-switch-section .webdesign-canvas__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.webap-immersive-zone .features-switch-section .webdesign-canvas__legend span {
  min-height: 24px;
  padding: 4px 8px;
  color: var(--color-muted);
  background: rgb(255 255 255 / 68%);
  border: 1px solid rgb(15 23 42 / 7%);
  border-radius: 999px;
  line-height: 1;
}

.webap-immersive-zone .projects-section .project-grid--rail {
  gap: clamp(26px, 2.4vw, 34px);
  padding-top: clamp(58px, 5vw, 78px);
  padding-bottom: 0 !important;
}

.webap-immersive-zone .projects-section .project-grid article {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.webap-immersive-zone .projects-section .project-card__body {
  margin: -58px 0 0;
  min-height: 318px;
  padding: 76px 22px 24px;
  background: #fff;
  border: 1px solid rgb(15 23 42 / 8%);
  border-radius: 22px;
  box-shadow: 0 20px 54px rgb(15 23 42 / 10%);
}

.webap-immersive-zone .projects-section .project-card__kicker,
.webap-immersive-zone .projects-section .project-grid h3,
.webap-immersive-zone .projects-section .project-grid p {
  padding-inline: 0;
}

.webap-immersive-zone .projects-section .project-card__kicker {
  margin: 0 0 8px;
}

.webap-immersive-zone .projects-section .project-grid img {
  width: calc(100% + 82px);
  margin: -72px -41px 0;
  background: transparent;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  filter: drop-shadow(0 26px 34px rgb(15 23 42 / 20%));
  mix-blend-mode: multiply;
  transform: translateY(8px);
}

.webap-immersive-zone .projects-section .project-grid article:not(.project-card--video):hover img,
.webap-immersive-zone .projects-section .project-grid article:not(.project-card--video):focus-within img {
  transform: translateY(-2px) rotate(1deg) scale(1.025);
}

@keyframes webdesignDeviceOutlineResize {
  0%,
  22% {
    width: 210px;
    border-radius: 30px;
  }

  48%,
  64% {
    width: min(100%, 330px);
    border-radius: 24px;
  }

  86%,
  100% {
    width: min(100%, 430px);
    border-radius: 18px;
  }
}

@media (max-width: 720px) {
  .search-preview {
    --seo-cursor-search-x: 306px;
  }

  .webap-orbit--hero {
    top: 122px;
    right: -600px;
    width: 940px;
    opacity: .2;
  }

  .webap-orbits::before {
    left: -700px;
    width: 980px;
    opacity: .1;
  }

  .webap-immersive-zone .features-switch-section.section-panel::after,
  .webap-immersive-zone .projects-section.section-panel::after {
    width: 720px;
    opacity: .1;
  }

  .webap-immersive-zone .features-switch-section.section-panel::after {
    right: -520px;
  }

  .webap-immersive-zone .projects-section.section-panel::after {
    left: -540px;
  }

  .webap-immersive-zone .features-switch-section .webdesign-canvas {
    min-height: 520px;
  }

  .webap-immersive-zone .features-switch-section .webdesign-system__swatches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webap-immersive-zone .projects-section .project-grid img {
    width: calc(100% + 54px);
    margin: -52px -27px 0;
    transform: translateY(6px);
  }
}

.project-card .project-card__body,
.webap-immersive-zone .projects-section .project-card__body {
  grid-template-rows: auto auto 1fr auto;
  min-height: 252px;
}

.webap-immersive-zone .projects-section .project-card__body {
  padding-bottom: 22px;
}

.project-card__body > p:not(.project-card__kicker, .project-card__goal) {
  -webkit-line-clamp: 3;
}

.project-card__link {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.project-card__link::before {
  content: "→ ";
}

.project-card__media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.project-card__media--video {
  appearance: none;
  display: grid;
  aspect-ratio: 1800 / 1100;
  background:
    radial-gradient(ellipse at 50% 78%, rgb(0 0 0 / 16%), transparent 62%),
    linear-gradient(180deg, rgb(247 250 255 / 90%), rgb(232 239 249 / 82%));
  border: 0;
  border-bottom: 1px solid var(--color-line);
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  isolation: isolate;
  overflow: visible;
  padding: 0;
  text-align: inherit;
}

.project-card__media--video::before {
  position: absolute;
  z-index: 0;
  inset: 12% 2% 4%;
  background:
    radial-gradient(ellipse at 56% 45%, rgb(0 113 227 / 18%), transparent 58%),
    radial-gradient(ellipse at 48% 86%, rgb(15 23 42 / 18%), transparent 64%);
  content: "";
  filter: blur(18px);
  opacity: .72;
  pointer-events: none;
}

.webap-immersive-zone .projects-section .project-grid .project-card__video-cover {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  background: transparent;
  border: 0 !important;
  border-radius: inherit;
  box-shadow: none !important;
  filter: none;
  mix-blend-mode: normal;
  pointer-events: none;
  transform: none;
}

.project-card__video-play {
  position: absolute;
  z-index: 5;
  top: 44%;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: var(--color-blue);
  background:
    linear-gradient(135deg, rgb(0 113 227 / 32%), rgb(0 56 117 / 22%)),
    rgb(255 255 255 / 13%);
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 999px;
  box-shadow:
    0 16px 36px rgb(0 0 0 / 24%),
    inset 0 1px 0 rgb(255 255 255 / 22%);
  cursor: pointer;
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.project-card__video-play::before {
  position: absolute;
  inset: 9px;
  background: #fff;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 70%);
  content: "";
}

.project-card__video-play svg {
  position: relative;
  z-index: 1;
  width: 17px;
  height: 17px;
  margin-left: 2px;
  fill: currentColor;
}

.project-card__video-play:hover,
.project-card__video-play:focus-visible {
  outline: 0;
  box-shadow:
    0 20px 44px rgb(0 0 0 / 30%),
    inset 0 1px 0 rgb(255 255 255 / 26%);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.04);
}

.project-modal__panel {
  width: min(980px, 100%);
}

.project-modal__video-frame {
  overflow: hidden;
  margin-bottom: clamp(20px, 3vw, 30px);
  background: #05070d;
  border: 1px solid rgb(15 23 42 / 12%);
  border-radius: calc(var(--radius) - 4px);
  box-shadow: 0 24px 64px rgb(15 23 42 / 18%);
}

.project-modal__video,
.project-modal__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.project-modal__video[hidden],
.project-modal__image[hidden] {
  display: none !important;
}

.project-modal__video {
  object-fit: cover;
}

.project-modal__image {
  background: #f8fafc;
  object-fit: contain;
}

.project-modal__intro--case {
  display: block;
  max-width: 760px;
  margin-bottom: clamp(20px, 3vw, 28px);
}

.project-modal__intro--case h2 {
  margin-bottom: 10px;
}

.project-modal__intro--case p:not(.project-card__kicker) {
  margin-bottom: 0;
  color: var(--color-muted);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.55;
}

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

.project-modal__grid .modal-block {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.modal-list--check li::before {
  color: #0c8f4b;
  content: "✓";
}

.audit-modal__title-logo {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  object-fit: contain;
  transform: translateY(3px);
}

.audit-modal__head .audit-modal__description {
  display: block;
  max-width: 620px;
  margin: 12px 0 0;
  color: rgb(218 232 250 / 76%);
  font-size: 15px;
  line-height: 1.55;
}

.audit-modal__reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px 12px;
  margin: 0 0 7px;
  color: rgb(218 232 250 / 72%);
  font-size: 12px;
  font-weight: 750;
}

.audit-modal__reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.audit-modal__reassurance span::before {
  color: #8ee6a8;
  content: "✓";
}

.audit-modal .hero-consent > span {
  display: inline;
  font-weight: 500;
}

.audit-modal .hero-consent a {
  margin-left: 4px;
  font-weight: 500;
}

.audit-modal__close {
  color: rgb(235 246 255 / 86%);
  background:
    linear-gradient(135deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 3%)),
    rgb(4 12 24 / 74%);
  border-color: rgb(153 204 255 / 20%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 9%), 0 12px 30px rgb(0 0 0 / 13%);
}

.audit-modal__close:hover,
.audit-modal__close:focus-visible {
  color: #fff;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 11%), rgb(255 255 255 / 4%)),
    rgb(6 16 31 / 82%);
  border-color: rgb(153 204 255 / 32%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 11%), 0 14px 34px rgb(0 0 0 / 16%);
}

.audit-modal .hero-form-actions .button {
  margin-top: 0;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 18%), rgb(255 255 255 / 0%) 42%),
    linear-gradient(180deg, #1f8bff 0%, #0071e3 56%, #0063ca 100%);
  box-shadow: 0 18px 42px rgb(0 113 227 / 28%), inset 0 1px 0 rgb(255 255 255 / 24%);
}

.audit-modal .hero-form-actions .button:hover {
  box-shadow: 0 20px 46px rgb(0 113 227 / 30%), inset 0 1px 0 rgb(255 255 255 / 28%);
}

.audit-modal__backdrop {
  background: rgb(2 6 13 / 72%);
  backdrop-filter: blur(16px) saturate(112%);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
}

.audit-modal__panel {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%)),
    rgb(5 10 20 / 84%);
  border-color: rgb(255 255 255 / 16%);
  box-shadow:
    0 30px 86px rgb(0 0 0 / 56%),
    inset 0 1px 0 rgb(255 255 255 / 12%);
  backdrop-filter: blur(22px) saturate(118%);
  -webkit-backdrop-filter: blur(22px) saturate(118%);
}

.audit-modal[data-modal-context="testimonial"] .audit-modal__panel {
  width: min(100%, 780px);
}

.audit-modal__panel::before {
  height: 72px;
  background: linear-gradient(180deg, rgb(255 255 255 / 7%), transparent);
}

.audit-modal__head {
  text-align: left;
}

.audit-modal__title-row {
  display: block;
}

.audit-modal__reassurance {
  justify-content: flex-start;
  margin-bottom: 7px;
}

.testimonial-card {
  cursor: pointer;
}

.testimonial-card__trigger {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: inherit;
  cursor: pointer;
}

.testimonial-card__trigger:focus-visible {
  outline: 3px solid rgb(0 113 227 / 72%);
  outline-offset: -6px;
}

.testimonial-card:has(.testimonial-card__trigger:focus-visible) {
  border-color: rgb(0 113 227 / 34%);
  box-shadow:
    0 18px 38px rgb(0 0 0 / 10%),
    0 22px 62px rgb(0 113 227 / 18%);
}

/* Feature tabs simplification: one clear promise, one visual proof, one CTA. */
.feature-benefit-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-benefit-list li {
  position: relative;
  padding-left: 28px;
  color: var(--color-soft-ink);
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
}

.feature-benefit-list li::before {
  position: absolute;
  top: .35em;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: #fff;
  background: #0cce6b;
  border-radius: 999px;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.feature-tab-panel[data-feature-panel="performance"] .feature-panel__cta {
  display: flex;
  width: max-content;
  margin: clamp(28px, 3vw, 36px) auto 0;
}

.webap-immersive-zone .features-switch-section .webdesign-canvas--before-after {
  position: relative;
  display: block;
  min-height: clamp(360px, 34vw, 430px);
  overflow: hidden;
  padding: clamp(24px, 3.4vw, 36px);
}

.webap-immersive-zone .features-switch-section .webdesign-canvas--before-after::before {
  inset: 12% 10%;
  background:
    linear-gradient(rgb(15 23 42 / 4%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(15 23 42 / 4%) 1px, transparent 1px);
  background-size: 44px 44px;
  filter: none;
  opacity: .62;
}

.webap-immersive-zone .features-switch-section .webdesign-canvas--before-after .webdesign-device {
  position: absolute;
  display: grid;
  animation: none;
}

.webap-immersive-zone .features-switch-section .webdesign-device--before {
  top: 22%;
  left: clamp(18px, 3vw, 38px);
  z-index: 1;
  width: min(50%, 300px);
  min-height: 230px;
  opacity: .42;
  transform: rotate(-3deg);
  filter: grayscale(1);
}

.webap-immersive-zone .features-switch-section .webdesign-device--before .webdesign-device__nav,
.webap-immersive-zone .features-switch-section .webdesign-device--before .webdesign-device__hero,
.webap-immersive-zone .features-switch-section .webdesign-device--before .webdesign-device__bar,
.webap-immersive-zone .features-switch-section .webdesign-device--before .webdesign-device__text {
  border-color: rgb(15 23 42 / 16%);
}

.webap-immersive-zone .features-switch-section .webdesign-device--after {
  top: 50%;
  right: clamp(18px, 3.4vw, 44px);
  z-index: 2;
  width: min(72%, 430px);
  min-height: 286px;
  transform: translateY(-50%);
  background: rgb(255 255 255 / 78%);
  border-color: rgb(17 24 39 / 68%);
  box-shadow: 0 28px 70px rgb(15 23 42 / 18%), 0 18px 44px rgb(0 113 227 / 12%), inset 0 0 0 1px rgb(255 255 255 / 78%);
}

.webap-immersive-zone .features-switch-section .webdesign-device--after .webdesign-device__hero {
  background:
    radial-gradient(circle at 82% 12%, rgb(41 151 255 / 44%), transparent 34%),
    linear-gradient(135deg, #1d1d1f 0%, #111827 56%, #052c5c 100%);
  border-color: rgb(0 113 227 / 18%);
}

.automation-grid > div:first-child {
  max-width: 560px;
}

.automation-grid .feature-benefit-list {
  margin-top: 24px;
}

.automation-grid .feature-panel__cta,
.webdesign-grid .feature-panel__cta {
  margin-top: 28px;
}

/* Pricing CTA hierarchy: hero-style primary action, quiet outlined secondary actions. */
.pricing-section .pricing-card .button {
  min-height: 52px;
  min-width: 220px;
  margin-top: 14px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 850;
}

.pricing-section .pricing-card__commitment {
  display: inline-flex;
  width: max-content;
  min-height: 30px;
  max-width: 100%;
  align-items: center;
  align-self: start;
  justify-self: start;
  white-space: nowrap;
}

.pricing-section .pricing-card__saving {
  display: inline-flex;
  min-height: 28px;
  max-width: 100%;
  align-items: center;
  align-self: start;
  justify-self: start;
  margin: -2px 0 0;
  padding: 5px 9px;
  color: #0b6f3a;
  background: rgb(12 206 107 / 10%);
  border: 1px solid rgb(12 206 107 / 22%);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.pricing-section .pricing-card__saving[hidden] {
  display: none;
}

.pricing-section .pricing-card--featured .pricing-card__saving {
  color: #d8ffe7;
  background: rgb(12 206 107 / 18%);
  border-color: rgb(142 230 168 / 34%);
}

.pricing-section .pricing-card--featured .button--primary {
  color: #fff;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-color: rgb(41 151 255 / 70%);
  box-shadow: 0 16px 34px rgb(0 113 227 / 32%);
}

.pricing-section .pricing-card--featured .button--primary:hover {
  background: linear-gradient(180deg, #2997ff 0%, #0066cc 100%);
  box-shadow: 0 20px 44px rgb(0 113 227 / 38%);
  transform: translateY(-2px);
}

.pricing-section .pricing-card:not(.pricing-card--featured) .button--ghost {
  color: var(--color-blue-text);
  background: transparent;
  border-color: rgb(0 113 227 / 20%);
  box-shadow: none;
}

.pricing-section .pricing-card:not(.pricing-card--featured) .button--ghost:hover {
  color: var(--color-blue-text);
  background: rgb(0 113 227 / 5%);
  border-color: rgb(0 113 227 / 30%);
  box-shadow: none;
}

.pricing-section .pricing-reassurance,
.webap-immersive-zone .pricing-section .pricing-reassurance {
  color: rgb(107 114 128 / 68%);
}

.pricing-section .pricing-reassurance span + span::before,
.webap-immersive-zone .pricing-section .pricing-reassurance span + span::before {
  color: rgb(107 114 128 / 34%);
  content: "•";
}

/* SEO preview: premium navy treatment aligned with the featured pricing card. */
.features-switch-section .search-preview,
.webap-immersive-zone .features-switch-section .search-preview {
  color: #f5faff;
  background:
    radial-gradient(circle at 86% 0%, rgb(41 151 255 / 34%), transparent 38%),
    linear-gradient(180deg, #101827 0%, #07101f 100%);
  border-color: rgb(41 151 255 / 42%);
  box-shadow: 0 36px 90px rgb(0 113 227 / 23%), 0 24px 70px rgb(0 0 0 / 16%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.features-switch-section .search-preview::before,
.webap-immersive-zone .features-switch-section .search-preview::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgb(41 151 255 / 86%), transparent);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.features-switch-section .search-preview__cursor path {
  fill: #eaf4ff;
  stroke: #07101f;
}

.features-switch-section .search-preview .google-word {
  filter: saturate(1.1);
  text-shadow: 0 8px 28px rgb(0 0 0 / 30%);
}

.features-switch-section .search-preview .search-bar {
  color: #f5faff;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 5%)),
    rgb(7 16 31 / 86%);
  border-color: rgb(41 151 255 / 22%);
  box-shadow: 0 16px 34px rgb(0 0 0 / 18%), inset 0 1px 0 rgb(255 255 255 / 12%);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.features-switch-section .search-preview.is-typing .search-bar {
  border-color: rgb(96 165 250 / 48%);
  box-shadow: 0 22px 54px rgb(0 113 227 / 18%), inset 0 1px 0 rgb(255 255 255 / 16%);
}

.features-switch-section .search-preview .search-bar span {
  color: rgb(235 246 255 / 92%);
}

.features-switch-section .search-preview .search-bar strong,
.features-switch-section .search-preview .serp-tabs .is-active {
  color: #8ecaff;
}

.features-switch-section .search-preview.is-searching .search-bar strong {
  color: #f5faff;
}

.features-switch-section .search-preview .serp-tabs {
  color: rgb(218 232 250 / 58%);
}

.features-switch-section .search-preview .serp-tabs .is-active {
  border-bottom-color: #2997ff;
}

.features-switch-section .search-preview .serp-result,
.features-switch-section .search-preview .local-pack {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 9%), rgb(255 255 255 / 4%)),
    rgb(8 17 32 / 82%);
  border-color: rgb(41 151 255 / 18%);
  box-shadow: 0 18px 42px rgb(0 0 0 / 18%), inset 0 1px 0 rgb(255 255 255 / 10%);
}

.features-switch-section .search-preview .serp-rank {
  color: #fff;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border: 1px solid rgb(41 151 255 / 54%);
  box-shadow: 0 14px 28px rgb(0 113 227 / 28%), inset 0 1px 0 rgb(255 255 255 / 22%);
}

.features-switch-section .search-preview .serp-url {
  color: #73e7a7;
}

.features-switch-section .search-preview .serp-result h3 {
  color: #8ecaff;
}

.features-switch-section .search-preview .serp-result p,
.features-switch-section .search-preview .local-pack p {
  color: rgb(218 232 250 / 74%);
}

.features-switch-section .search-preview .serp-actions span {
  color: #fff;
  background: rgb(0 113 227 / 34%);
  border-color: rgb(41 151 255 / 32%);
}

.features-switch-section .search-preview .local-pack__title {
  color: #f5faff;
}

.features-switch-section .search-preview .local-pack__map {
  background:
    linear-gradient(90deg, rgb(153 204 255 / 8%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(153 204 255 / 7%) 1px, transparent 1px),
    radial-gradient(circle at 70% 28%, rgb(0 113 227 / 24%), transparent 34%),
    #071827;
  box-shadow: inset 0 0 0 1px rgb(153 204 255 / 10%);
}

.features-switch-section .search-preview .local-pack__map span {
  border-color: #f5faff;
  box-shadow: 0 8px 18px rgb(0 0 0 / 28%);
}

/* Legal pages. */
.legal-page {
  min-height: 100vh;
  padding: clamp(84px, 8vw, 124px) 0 clamp(72px, 7vw, 110px);
  background:
    radial-gradient(ellipse 980px 560px at 84% 6%, rgb(0 113 227 / 18%), transparent 68%),
    radial-gradient(ellipse 780px 520px at 6% 26%, rgb(96 165 250 / 8%), transparent 66%);
}

.legal-hero {
  max-width: 860px;
  margin-inline: 0;
  margin-bottom: clamp(30px, 4vw, 46px);
}

.legal-hero .eyebrow {
  margin-bottom: 10px;
  color: rgb(153 204 255 / 88%);
}

.legal-hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(34px, 4.4vw, 54px);
  letter-spacing: 0;
}

.legal-hero p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: rgb(218 232 250 / 72%);
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.65;
}

.legal-layout {
  max-width: 860px;
  margin-inline: 0;
}

.legal-document {
  max-width: 100%;
  padding: 0;
  color: rgb(218 232 250 / 74%);
  background: transparent;
  border-top: 1px solid rgb(153 204 255 / 14%);
}

.legal-document h2,
.legal-document h3 {
  margin: clamp(32px, 4vw, 44px) 0 12px;
  padding-top: clamp(24px, 3vw, 34px);
  color: #fff;
  border-top: 1px solid rgb(153 204 255 / 14%);
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 820;
  line-height: 1.16;
}

.legal-document h2:first-child,
.legal-document h3:first-child {
  margin-top: 0;
  padding-top: clamp(24px, 3vw, 34px);
}

.legal-document p,
.legal-document li {
  color: rgb(218 232 250 / 72%);
  font-size: 16px;
  line-height: 1.78;
}

.legal-document p {
  margin-bottom: 16px;
}

.legal-document ul,
.legal-document ol {
  display: grid;
  gap: 8px;
  margin: 0 0 20px;
  padding-left: 22px;
}

.legal-document strong {
  color: rgb(255 255 255 / 90%);
  font-weight: 780;
}

.legal-document a {
  color: #8fcaff;
  font-weight: 720;
  text-decoration-color: rgb(143 202 255 / 34%);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-document a:hover {
  color: #cfe8ff;
  text-decoration-color: rgb(207 232 255 / 60%);
}

.legal-document > *:last-child {
  margin-bottom: 0;
}

/* Manual glass rail controls for testimonials and references. */
.testimonial-rail .rail-controls,
.projects-rail .rail-controls {
  position: absolute;
  z-index: 6;
  inset: 0;
  pointer-events: none;
}

.rail-control {
  position: absolute;
  top: 50%;
  display: inline-grid;
  width: 54px;
  height: 54px;
  place-items: center;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background:
    linear-gradient(145deg, rgb(7 18 36 / 36%), rgb(7 20 42 / 22%)),
    rgb(255 255 255 / 9%);
  border: 1px solid rgb(15 23 42 / 12%);
  border-radius: 999px;
  box-shadow:
    0 18px 44px rgb(15 23 42 / 14%),
    0 10px 28px rgb(0 113 227 / 8%),
    inset 0 1px 0 rgb(255 255 255 / 14%),
    inset 0 -1px 0 rgb(15 23 42 / 10%);
  backdrop-filter: blur(30px) saturate(145%);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
  cursor: pointer;
  font-size: 0;
  font-weight: 850;
  isolation: isolate;
  line-height: 1;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(-50%) scale(1);
  transition:
    opacity 320ms cubic-bezier(.22, 1, .36, 1),
    transform 320ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 0s,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
  visibility: visible;
  will-change: opacity, transform;
}

.rail-control svg {
  display: block;
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  overflow: visible;
  transform: translateX(1px);
}

.rail-control--previous svg {
  transform: translateX(-1px);
}

.rail-control path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.45;
  vector-effect: non-scaling-stroke;
}

.rail-control::before {
  position: absolute;
  inset: 1px;
  background: linear-gradient(180deg, rgb(255 255 255 / 12%), rgb(255 255 255 / 0%) 56%);
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.rail-control::after {
  display: none;
}

.testimonials-section .rail-control {
  background:
    linear-gradient(145deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%)),
    rgb(5 14 29 / 48%);
  border-color: rgb(148 163 184 / 16%);
  box-shadow:
    0 22px 56px rgb(0 0 0 / 24%),
    0 12px 32px rgb(0 113 227 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 12%);
}

.rail-control[hidden] {
  display: none;
}

.rail-control.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(.9);
  visibility: hidden;
  transition:
    opacity 220ms ease,
    transform 260ms cubic-bezier(.22, 1, .36, 1),
    visibility 0s linear 260ms,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.rail-control:disabled {
  cursor: default;
}

.rail-control--previous.is-hidden {
  transform: translateY(-50%) translateX(-8px) scale(.9);
}

.rail-control--next.is-hidden {
  transform: translateY(-50%) translateX(8px) scale(.9);
}

.rail-control:hover,
.rail-control:focus-visible {
  background:
    linear-gradient(145deg, rgb(9 24 48 / 44%), rgb(7 20 42 / 28%)),
    rgb(0 113 227 / 12%);
  border-color: rgb(0 113 227 / 24%);
  box-shadow:
    0 22px 54px rgb(15 23 42 / 16%),
    0 12px 34px rgb(0 113 227 / 12%),
    inset 0 1px 0 rgb(255 255 255 / 16%);
  transform: translateY(-50%) translateY(-2px) scale(1.02);
}

.rail-control:focus-visible {
  outline: 3px solid rgb(0 113 227 / 26%);
  outline-offset: 4px;
}

.rail-control--previous {
  left: clamp(26px, 3.8vw, 58px);
}

.rail-control--next {
  right: clamp(26px, 3.8vw, 58px);
}

@media (max-width: 960px) {
  .project-modal__grid {
    grid-template-columns: 1fr;
  }

  .audit-modal .hero-field-grid--contact {
    grid-template-columns: 1fr;
  }

  .project-card .project-card__body,
  .webap-immersive-zone .projects-section .project-card__body {
    min-height: 230px;
  }

  .audit-modal__title-logo {
    width: 28px;
    height: 28px;
  }

  .legal-page {
    padding-top: clamp(70px, 12vw, 96px);
  }

}

@media (max-width: 720px) {
  .audit-modal {
    align-items: center;
    padding: 10px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }

  .audit-modal__panel {
    width: min(100%, 430px);
    max-height: calc(100dvh - 20px);
    padding: 18px 16px 16px;
    border-radius: 20px;
    overscroll-behavior: contain;
  }

  .audit-modal[data-modal-context="testimonial"] .audit-modal__panel {
    width: min(100%, 460px);
  }

  .audit-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 21px;
  }

  .audit-modal__head {
    max-width: calc(100% - 40px);
    margin-bottom: 12px;
  }

  .audit-modal__head h2 {
    margin-bottom: 0;
    font-size: clamp(24px, 6.8vw, 30px);
    line-height: 1.05;
  }

  .audit-modal__head .audit-modal__description {
    display: none !important;
  }

  .audit-modal-form {
    gap: 5px;
    padding-top: 0;
  }

  .audit-modal .hero-field-grid--contact {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 6px;
  }

  .audit-modal .hero-field-grid--contact .hero-form-field:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .audit-modal .hero-field-grid--contact .hero-form-field:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .audit-modal .hero-field-grid--contact .hero-form-field--phone {
    grid-column: 2;
    grid-row: 1;
  }

  .audit-modal .hero-form-field span {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 1.2;
  }

  .audit-modal .hero-form-field input,
  .audit-modal .hero-form-field textarea,
  .audit-modal .hero-form-field select {
    min-height: 40px;
    padding: 9px 11px;
    border-radius: 12px;
    font-size: 14px;
  }

  .audit-modal .hero-form-field--phone input {
    padding-left: 36px;
  }

  .audit-modal .hero-form-field--phone .phone-field__flag {
    left: 11px;
    font-size: 14px;
  }

  .audit-modal .hero-form-field textarea {
    min-height: 78px;
    resize: none;
  }

  .audit-modal .field-error {
    min-height: 12px;
    margin-top: 2px;
    font-size: 11px;
  }

  .audit-modal__reassurance {
    gap: 3px 8px;
    margin-bottom: 3px;
    font-size: 11px;
  }

  .audit-modal .hero-form-actions {
    gap: 4px;
  }

  .audit-modal .hero-consent {
    grid-template-columns: 15px minmax(0, 1fr);
    gap: 7px;
    font-size: 11px;
    line-height: 1.35;
  }

  .audit-modal .hero-consent input {
    width: 15px;
    min-height: 15px;
    margin-top: 1px;
  }

  .audit-modal .hero-form-actions .button {
    min-height: 44px;
    font-size: 14px;
  }

  @supports not (height: 100dvh) {
    .audit-modal__panel {
      max-height: calc(100vh - 20px);
    }
  }

  .feature-benefit-list {
    gap: 10px;
    margin-top: 20px;
  }

  .feature-tab-panel[data-feature-panel="performance"] .feature-panel__cta {
    width: 100%;
    justify-content: center;
  }

  .webap-immersive-zone .features-switch-section .webdesign-canvas--before-after {
    min-height: 370px;
  }

  .webap-immersive-zone .features-switch-section .webdesign-device--before {
    top: 30px;
    left: 16px;
    width: 66%;
    min-height: 210px;
  }

  .webap-immersive-zone .features-switch-section .webdesign-device--after {
    right: 16px;
    bottom: 26px;
    top: auto;
    width: 78%;
    min-height: 250px;
    transform: none;
  }

  .rail-control {
    width: 48px;
    height: 48px;
  }

  .rail-control svg {
    width: 22px;
    height: 22px;
  }

  .rail-control--previous {
    left: 14px;
  }

  .rail-control--next {
    right: 14px;
  }

  .project-card__media--video {
    aspect-ratio: 900 / 572;
  }

  .project-card__video-play {
    top: 42.3%;
    left: 50%;
    width: 42px;
    height: 42px;
  }

  .project-card__video-play::before {
    inset: 8px;
  }

  .project-card__video-play svg {
    width: 16px;
    height: 16px;
  }

  .legal-page {
    padding-top: 72px;
    padding-bottom: 72px;
    background:
      radial-gradient(ellipse 520px 320px at 88% 4%, rgb(0 113 227 / 16%), transparent 68%);
  }

  .legal-hero {
    margin-bottom: 28px;
  }

  .legal-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .legal-document h2,
  .legal-document h3 {
    margin-top: 30px;
    padding-top: 24px;
  }
}

.webap-immersive-zone .projects-section .project-card--video .project-card__media--video {
  z-index: 3;
  width: calc(100% + 16px);
  margin: -40px -8px 0;
  aspect-ratio: 16 / 10;
  background: transparent;
  border: 0;
  cursor: pointer;
  transform-origin: 50% 68%;
  transform: translateY(8px);
  transition: transform 260ms cubic-bezier(.22, 1, .36, 1), filter 260ms ease;
}

.webap-immersive-zone .projects-section .project-card--video .project-card__media--video:focus-visible {
  outline: 3px solid rgb(0 113 227 / 36%);
  outline-offset: 4px;
}

.webap-immersive-zone .projects-section .project-card--video .project-card__body {
  z-index: 1;
  margin-top: -30px;
  min-height: 310px;
  padding-top: 78px;
}

.webap-immersive-zone .projects-section .project-card--video .project-card__video-play {
  top: 44.1%;
}

.webap-immersive-zone .projects-section .project-card--video .project-card__video-cover {
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: inherit;
  object-fit: cover;
  filter: none;
  transform: none;
}

.webap-immersive-zone .projects-section .project-card--video:hover .project-card__media--video,
.webap-immersive-zone .projects-section .project-card--video:focus-within .project-card__media--video {
  filter: drop-shadow(0 18px 34px rgb(0 0 0 / 16%));
  transform: translateY(0) rotate(1deg) scale(1.018);
}

@media (max-width: 720px) {
  .webap-immersive-zone .features-switch-section .feature-tabs,
  .features-switch-section .feature-tabs {
    padding-right: 12px;
    padding-left: 12px;
    scroll-padding-inline: 12px;
  }

  .webap-immersive-zone .projects-section .project-grid--rail {
    grid-auto-columns: clamp(314px, 88vw, 380px);
    padding-bottom: 0 !important;
  }

  .final-cta__team {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .final-cta__team p {
    width: 100%;
  }

  .webap-immersive-zone .projects-section .project-card--video .project-card__media--video {
    width: calc(100% + 12px);
    margin: -32px -6px 0;
    aspect-ratio: 16 / 10;
    transform: translateY(6px);
  }

  .webap-immersive-zone .projects-section .project-card--video .project-card__body {
    margin-top: -24px;
    min-height: 292px;
    padding-top: 68px;
  }

  .webap-immersive-zone .projects-section .project-card--video .project-card__video-play {
    top: 43%;
  }

  .webap-immersive-zone .projects-section .project-card--video .project-card__video-cover {
    width: 100%;
    height: 100%;
    margin: 0;
    transform: none;
  }

  .audit-modal .audit-modal__head .audit-modal__description {
    display: none !important;
  }
}

@media (max-width: 720px) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .hero-project-card__device,
  .hero-project-card:hover,
  .hero-project-card:focus-visible {
    animation: none !important;
    transform: none !important;
  }

  .hero-project-card__device--video::before,
  .hero-project-card__device--video::after,
  .webap-orbits,
  .webap-orbits::before,
  .webap-orbits::after,
  .webap-orbit,
  .webap-zone-orbit,
  .webap-immersive-zone::before,
  .webap-immersive-zone::after,
  .webap-immersive-zone__orbits,
  .webap-immersive-zone__orbits::before,
  .webap-immersive-zone__orbits::after,
  .webap-immersive-zone .features-switch-section.section-panel::after,
  .webap-immersive-zone .projects-section.section-panel::after {
    display: none !important;
  }

  .hero-project-card__device,
  .hero-project-card__screen,
  .site-header,
  .section-panel,
  .pricing-card,
  .testimonial-card,
  .project-card,
  .rail-control {
    filter: none !important;
  }

  .testimonial-track,
  .project-grid--rail {
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
  }

  .features-switch-section .search-preview {
    display: grid;
    grid-template-rows: 112px 250px 112px;
    align-content: start;
    gap: 10px;
    height: 532px;
    min-height: 532px;
    max-height: 532px;
    padding: 18px 16px 20px;
    overflow: hidden;
    contain: layout paint;
  }

  .features-switch-section .search-preview__top {
    height: 112px;
    min-height: 0;
    gap: 9px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .features-switch-section .search-preview .google-word {
    font-size: 27px;
    line-height: 1;
  }

  .features-switch-section .search-preview .search-bar {
    min-height: 42px;
    padding: 8px 13px;
    font-size: 13px;
  }

  .features-switch-section .search-preview .serp-tabs {
    gap: 12px;
    min-height: 24px;
    font-size: 12px;
    line-height: 1.2;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .features-switch-section .search-preview .serp-tabs span {
    padding-bottom: 7px;
  }

  .features-switch-section .search-preview .serp-result {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    overflow: hidden;
    margin-top: 0;
    padding: 14px;
  }

  .features-switch-section .search-preview .serp-rank {
    position: static;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 8px auto;
    padding: 6px 9px;
    font-size: 10px;
    line-height: 1.15;
    text-align: right;
    white-space: normal;
  }

  .features-switch-section .search-preview .serp-url {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 12px;
  }

  .features-switch-section .search-preview .serp-result h3 {
    min-height: 48px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 2;
  }

  .features-switch-section .search-preview [data-seo-description] {
    min-height: 50px;
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }

  .features-switch-section .search-preview .serp-actions {
    min-height: 28px;
    gap: 6px;
    margin-top: 10px;
  }

  .features-switch-section .search-preview .serp-actions span {
    padding: 6px 8px;
    font-size: 10px;
  }

  .features-switch-section .search-preview .serp-actions span:nth-child(n + 3) {
    display: none;
  }

  .features-switch-section .search-preview .local-pack {
    grid-template-columns: minmax(0, 1fr) 96px;
    height: 112px;
    min-height: 112px;
    max-height: 112px;
    overflow: hidden;
    margin-top: 0;
    padding: 12px;
  }

  .features-switch-section .search-preview .local-pack p {
    font-size: 12px;
    line-height: 1.3;
  }

  .features-switch-section .search-preview .local-pack__map {
    min-height: 80px;
  }

  .features-switch-section .search-preview__cursor,
  .features-switch-section .search-preview.is-looping .search-preview__cursor {
    display: none;
    animation: none;
  }

  .features-switch-section .search-preview.is-switching .serp-result,
  .features-switch-section .search-preview.is-switching .local-pack {
    opacity: 0;
    transform: translateY(10px);
  }

  .audit-modal__backdrop {
    background: rgb(1 5 12 / 88%);
  }

  .audit-modal__panel {
    background:
      linear-gradient(180deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 3%)),
      rgb(4 9 18 / 96%);
    border-color: rgb(255 255 255 / 18%);
  }
}

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

/* Final SEO card color lock: white Google frame, navy first result card. */
.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview {
  color: var(--color-ink) !important;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 98%), rgb(248 250 252 / 94%)) !important;
  border-color: rgb(15 23 42 / 8%) !important;
  box-shadow: 0 28px 78px rgb(15 23 42 / 13%), 0 18px 48px rgb(0 113 227 / 8%) !important;
  cursor: pointer;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview::before {
  display: none !important;
  content: none !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview__modal-trigger {
  position: absolute;
  z-index: 6;
  inset: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: inherit;
  cursor: pointer;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview__modal-trigger:focus-visible {
  outline: 2px solid rgb(41 151 255 / 72%);
  outline-offset: -7px;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .search-preview__cursor {
  z-index: 7;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .search-bar {
  background: #fff !important;
  border-color: var(--color-line) !important;
  box-shadow: 0 14px 36px rgb(15 23 42 / 9%) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-result--first {
  background: #fff !important;
  border-color: rgb(0 113 227 / 14%) !important;
  box-shadow: 0 18px 42px rgb(15 23 42 / 10%) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .local-pack {
  background: #f8f9fa !important;
  border-color: #dadce0 !important;
  border-width: 1px;
  box-shadow: 0 14px 34px rgb(15 23 42 / 8%) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .search-bar span {
  color: var(--color-ink) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .local-pack__title {
  color: #101827 !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-tabs {
  color: var(--color-muted) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .local-pack p {
  color: #5f6368 !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .local-pack p.local-pack__title {
  color: #101827 !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-result--first p {
  color: var(--color-muted) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .search-bar strong,
.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-tabs .is-active {
  color: var(--color-blue) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-tabs .is-active {
  border-bottom-color: var(--color-blue) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-result--first h3 {
  color: var(--color-blue-light) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-result--first .serp-url {
  color: #188038 !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-result--first h3 {
  color: #1a0dab !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-rank {
  color: #0b8f4a !important;
  background: rgb(24 183 106 / 8%) !important;
  border-color: rgb(24 183 106 / 48%) !important;
  box-shadow: 0 10px 22px rgb(24 183 106 / 10%) !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .serp-actions span {
  color: rgb(26 13 171 / 82%) !important;
  background: rgb(26 115 232 / 6%) !important;
  border-color: rgb(26 115 232 / 14%) !important;
  box-shadow: none !important;
}

.webap-immersive-zone .features-switch-section .feature-tab-panel[data-feature-panel="seo"] .search-preview .local-pack__map {
  background:
    linear-gradient(90deg, rgb(26 115 232 / 9%) 1px, transparent 1px),
    linear-gradient(0deg, rgb(26 115 232 / 8%) 1px, transparent 1px),
    radial-gradient(circle at 70% 28%, rgb(26 115 232 / 10%), transparent 36%),
    #eef3f8 !important;
  box-shadow: inset 0 0 0 1px rgb(218 220 224 / 70%) !important;
}

/* Final modal panel color lock: same navy base across contact and video surfaces. */
.site-main > .audit-modal .audit-modal__panel,
.site-main > .hero-interfaces-modal .hero-interfaces-modal__panel {
  background:
    radial-gradient(circle at 86% 0%, rgb(41 151 255 / 34%), transparent 38%),
    linear-gradient(180deg, #101827 0%, #07101f 100%) !important;
  border-color: rgb(41 151 255 / 42%) !important;
  box-shadow:
    0 36px 90px rgb(0 113 227 / 23%),
    0 24px 70px rgb(0 0 0 / 46%),
    inset 0 1px 0 rgb(255 255 255 / 14%) !important;
}

.site-main > .audit-modal .audit-modal__panel::before {
  background: linear-gradient(180deg, rgb(255 255 255 / 8%), transparent) !important;
}

.site-main > .audit-modal .hero-form-field span {
  color: rgb(235 246 255 / 84%) !important;
}

.site-main > .audit-modal .hero-form-field input,
.site-main > .audit-modal .hero-form-field textarea,
.site-main > .audit-modal .hero-form-field select {
  color: rgb(245 250 255 / 94%) !important;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%)),
    rgb(7 16 31 / 88%) !important;
  border-color: rgb(153 204 255 / 24%) !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 12%),
    0 14px 34px rgb(0 0 0 / 18%) !important;
}

.site-main > .audit-modal .hero-form-field input:hover,
.site-main > .audit-modal .hero-form-field textarea:hover,
.site-main > .audit-modal .hero-form-field select:hover {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 12%), rgb(255 255 255 / 5%)),
    rgb(9 22 43 / 92%) !important;
  border-color: rgb(153 204 255 / 36%) !important;
}

.site-main > .audit-modal .hero-form-field input:focus,
.site-main > .audit-modal .hero-form-field select:focus,
.site-main > .audit-modal .hero-form-field textarea:focus {
  background:
    linear-gradient(180deg, rgb(0 113 227 / 18%), rgb(255 255 255 / 5%)),
    rgb(8 22 46 / 96%) !important;
  border-color: rgb(96 165 250 / 82%) !important;
  box-shadow:
    0 0 0 4px rgb(0 113 227 / 22%),
    0 18px 42px rgb(0 113 227 / 16%),
    inset 0 1px 0 rgb(255 255 255 / 14%) !important;
}

.site-main > .audit-modal .hero-form-field input::placeholder,
.site-main > .audit-modal .hero-form-field textarea::placeholder {
  color: rgb(218 232 250 / 48%) !important;
}

.site-main > .audit-modal .hero-form-field select {
  background:
    linear-gradient(45deg, transparent 50%, rgb(235 246 255 / 72%) 50%) calc(100% - 20px) 52% / 6px 6px no-repeat,
    linear-gradient(180deg, rgb(255 255 255 / 10%), rgb(255 255 255 / 4%)),
    rgb(7 16 31 / 88%) !important;
}

.site-main > .audit-modal .hero-form-field select:focus {
  background:
    linear-gradient(45deg, transparent 50%, rgb(235 246 255 / 82%) 50%) calc(100% - 20px) 52% / 6px 6px no-repeat,
    linear-gradient(180deg, rgb(0 113 227 / 18%), rgb(255 255 255 / 5%)),
    rgb(8 22 46 / 96%) !important;
}

.site-main > .audit-modal .hero-form-field--phone .phone-field__flag {
  color: rgb(245 250 255 / 90%) !important;
}

.site-main > .audit-modal .hero-consent {
  color: rgb(218 232 250 / 80%) !important;
  background: transparent !important;
  border-color: rgb(153 204 255 / 16%) !important;
}

.site-main > .audit-modal .hero-consent input {
  background: rgb(7 16 31 / 88%) !important;
  border-color: rgb(153 204 255 / 30%) !important;
}

.site-main > .audit-modal .hero-consent input:checked {
  background: var(--color-blue) !important;
  border-color: rgb(41 151 255 / 72%) !important;
}

/* Final contact modal spacing: slightly more breathing room without making the form tall. */
.site-main > .audit-modal .audit-modal__panel {
  padding-top: clamp(26px, 3.2vw, 38px) !important;
  padding-bottom: clamp(24px, 3vw, 34px) !important;
}

.site-main > .audit-modal .audit-modal-form {
  gap: 8px !important;
  padding-top: 12px !important;
}

.site-main > .audit-modal .audit-modal__head {
  margin-bottom: 18px !important;
}

.site-main > .audit-modal .hero-field-grid--contact {
  gap: 10px !important;
}

.site-main > .audit-modal .hero-form-actions {
  gap: 8px !important;
  padding-top: 2px;
}

.site-main > .audit-modal .hero-consent {
  font-size: 12px !important;
  line-height: 1.32 !important;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.site-main > .audit-modal .hero-consent > span,
.site-main > .audit-modal .hero-consent a {
  font-size: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 720px) {
  .site-main > .audit-modal .audit-modal__panel {
    padding-top: 22px !important;
    padding-bottom: 20px !important;
  }

  .site-main > .audit-modal .audit-modal-form {
    gap: 6px !important;
    padding-top: 8px !important;
  }

  .site-main > .audit-modal .audit-modal__head {
    margin-bottom: 14px !important;
  }

  .site-main > .audit-modal .hero-field-grid--contact {
    gap: 7px !important;
  }

  .site-main > .audit-modal .hero-form-actions {
    gap: 6px !important;
  }

  .site-main > .audit-modal .hero-consent {
    font-size: 10.5px !important;
    line-height: 1.28 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}

.site-main > .project-modal .project-modal__panel {
  background: #fff !important;
  border-color: rgb(255 255 255 / 48%) !important;
  box-shadow: 0 34px 90px rgb(0 0 0 / 26%) !important;
}

/* Project cards: subtle blue outline on the white content panel. */
.projects-section .project-card .project-card__body,
.webap-immersive-zone .projects-section .project-card .project-card__body {
  transition:
    border-color 240ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 240ms cubic-bezier(.22, 1, .36, 1),
    background-color 240ms cubic-bezier(.22, 1, .36, 1);
}

.projects-section .project-card:hover .project-card__body,
.projects-section .project-card:focus-within .project-card__body,
.webap-immersive-zone .projects-section .project-card:hover .project-card__body,
.webap-immersive-zone .projects-section .project-card:focus-within .project-card__body {
  border-color: rgb(0 113 227 / 36%) !important;
  box-shadow:
    0 24px 62px rgb(15 23 42 / 11%),
    0 16px 42px rgb(0 113 227 / 14%) !important;
}

.projects-section .project-card__body,
.projects-section .project-card__body :where(h3, p, span),
.webap-immersive-zone .projects-section .project-card__body,
.webap-immersive-zone .projects-section .project-card__body :where(h3, p, span) {
  cursor: pointer;
}

/* Project rail: keep card shadows from being cut by the horizontal scroller. */
.projects-section.section-panel,
.webap-immersive-zone .projects-section.section-panel {
  overflow: visible !important;
}

.projects-section .projects-rail,
.webap-immersive-zone .projects-section .projects-rail {
  overflow: visible !important;
}

.projects-section .project-grid--rail,
.webap-immersive-zone .projects-section .project-grid--rail {
  margin-bottom: -46px;
  padding-bottom: 46px !important;
}

/* Project rail CTA hierarchy: one primary action follows the visible card. */
.projects-section .project-card__link,
.webap-immersive-zone .projects-section .project-card__link {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  width: auto;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  align-self: end;
  margin: 22px 0 0;
  padding: 14px 22px;
  color: var(--color-blue-text);
  background: transparent;
  border: 1px solid rgb(0 113 227 / 20%);
  border-radius: 999px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
  text-decoration: none;
  transform: none;
  transition:
    color 240ms cubic-bezier(.22, 1, .36, 1),
    background-color 240ms cubic-bezier(.22, 1, .36, 1),
    border-color 240ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 240ms cubic-bezier(.22, 1, .36, 1),
    transform 240ms cubic-bezier(.22, 1, .36, 1);
}

.projects-section .project-card__link::before,
.webap-immersive-zone .projects-section .project-card__link::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, #1687f7 0%, var(--color-blue) 100%);
  border-radius: inherit;
  content: "" !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms cubic-bezier(.22, 1, .36, 1);
}

.projects-section .project-card__link:hover,
.projects-section .project-card__link:focus-visible,
.webap-immersive-zone .projects-section .project-card__link:hover,
.webap-immersive-zone .projects-section .project-card__link:focus-visible {
  color: var(--color-blue-text);
  background: rgb(0 113 227 / 5%);
  border-color: rgb(0 113 227 / 30%);
  box-shadow: none;
  text-decoration: none;
  transform: translateY(-1px);
}

.projects-section .project-card.is-project-cta-primary .project-card__link,
.webap-immersive-zone .projects-section .project-card.is-project-cta-primary .project-card__link {
  color: #fff;
  background: transparent;
  border-color: rgb(41 151 255 / 70%);
  box-shadow: 0 16px 34px rgb(0 113 227 / 32%);
}

.projects-section .project-card.is-project-cta-primary .project-card__link::before,
.webap-immersive-zone .projects-section .project-card.is-project-cta-primary .project-card__link::before {
  opacity: 1;
}

.projects-section .project-card.is-project-cta-primary .project-card__link:hover,
.projects-section .project-card.is-project-cta-primary .project-card__link:focus-visible,
.webap-immersive-zone .projects-section .project-card.is-project-cta-primary .project-card__link:hover,
.webap-immersive-zone .projects-section .project-card.is-project-cta-primary .project-card__link:focus-visible {
  color: #fff;
  background: transparent;
  border-color: rgb(41 151 255 / 76%);
  box-shadow: 0 20px 44px rgb(0 113 227 / 38%);
  transform: translateY(-2px);
}

.projects-section .project-card.is-project-cta-primary:hover .project-card__link,
.projects-section .project-card.is-project-cta-primary:focus-within .project-card__link,
.webap-immersive-zone .projects-section .project-card.is-project-cta-primary:hover .project-card__link,
.webap-immersive-zone .projects-section .project-card.is-project-cta-primary:focus-within .project-card__link {
  color: #fff !important;
}

/* Secondary CTA polish: smoother in/out transitions across the site. */
.button--ghost,
.hero-secondary-cta,
.pricing-section .pricing-card:not(.pricing-card--featured) .button--ghost,
.faq-actions .button--ghost,
.project-modal__footer .button--ghost,
.projects-section .project-card:not(.is-project-cta-primary) .project-card__link,
.webap-immersive-zone .projects-section .project-card:not(.is-project-cta-primary) .project-card__link {
  transition:
    color 240ms cubic-bezier(.22, 1, .36, 1),
    background-color 240ms cubic-bezier(.22, 1, .36, 1),
    border-color 240ms cubic-bezier(.22, 1, .36, 1),
    box-shadow 240ms cubic-bezier(.22, 1, .36, 1),
    transform 240ms cubic-bezier(.22, 1, .36, 1),
    opacity 220ms ease-in-out;
}

.button--ghost:hover,
.button--ghost:focus-visible,
.hero-secondary-cta:hover,
.hero-secondary-cta:focus-visible,
.pricing-section .pricing-card:not(.pricing-card--featured) .button--ghost:hover,
.pricing-section .pricing-card:not(.pricing-card--featured) .button--ghost:focus-visible,
.faq-actions .button--ghost:hover,
.faq-actions .button--ghost:focus-visible,
.project-modal__footer .button--ghost:hover,
.project-modal__footer .button--ghost:focus-visible,
.projects-section .project-card:not(.is-project-cta-primary) .project-card__link:hover,
.projects-section .project-card:not(.is-project-cta-primary) .project-card__link:focus-visible,
.webap-immersive-zone .projects-section .project-card:not(.is-project-cta-primary) .project-card__link:hover,
.webap-immersive-zone .projects-section .project-card:not(.is-project-cta-primary) .project-card__link:focus-visible {
  background-color: rgb(0 113 227 / 6%);
  border-color: rgb(0 113 227 / 32%);
  box-shadow: 0 10px 24px rgb(0 113 227 / 8%);
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .projects-section .project-card .project-card__link,
  .webap-immersive-zone .projects-section .project-card .project-card__link {
    color: #fff !important;
    background: transparent !important;
    border-color: rgb(41 151 255 / 70%) !important;
    box-shadow: 0 16px 34px rgb(0 113 227 / 32%) !important;
  }

  .projects-section .project-card .project-card__link::before,
  .webap-immersive-zone .projects-section .project-card .project-card__link::before {
    opacity: 1 !important;
  }
}

.audit-nudge[hidden] {
  display: none;
}

.audit-nudge {
  position: fixed;
  z-index: 92;
  right: clamp(18px, 3vw, 38px);
  bottom: clamp(18px, 3vw, 34px);
  width: min(348px, calc(100vw - 32px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(.97);
  transition:
    opacity 240ms cubic-bezier(.22, 1, .36, 1),
    transform 260ms cubic-bezier(.22, 1, .36, 1);
}

.audit-nudge.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.audit-nudge__inner {
  position: relative;
  overflow: hidden;
  padding: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgb(41 151 255 / 28%), transparent 42%),
    linear-gradient(180deg, rgb(16 24 39 / 92%) 0%, rgb(7 16 31 / 88%) 100%);
  border: 1px solid rgb(153 204 255 / 24%);
  border-radius: 22px;
  box-shadow:
    0 24px 70px rgb(0 0 0 / 26%),
    0 18px 42px rgb(0 113 227 / 14%),
    inset 0 1px 0 rgb(255 255 255 / 14%);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.audit-nudge__close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0;
  color: rgb(235 246 255 / 72%);
  background: rgb(255 255 255 / 7%);
  border: 1px solid rgb(153 204 255 / 16%);
  border-radius: 999px;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.audit-nudge__close:hover,
.audit-nudge__close:focus-visible {
  color: #fff;
  background: rgb(255 255 255 / 11%);
  border-color: rgb(153 204 255 / 28%);
  transform: translateY(-1px);
}

.audit-nudge__eyebrow {
  margin: 0 40px 9px 0;
  color: rgb(143 202 255 / 86%);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.audit-nudge__title,
.audit-nudge__headline {
  margin: 0;
  color: #fff;
  font-weight: 880;
  letter-spacing: 0;
}

.audit-nudge__title {
  font-size: 18px;
  line-height: 1.18;
}

.audit-nudge__headline {
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.25;
}

.audit-nudge__text {
  margin: 10px 0 14px;
  color: rgb(218 232 250 / 74%);
  font-size: 13px;
  line-height: 1.45;
}

.audit-nudge__cta {
  width: 100%;
  min-height: 46px;
  justify-content: center;
  box-shadow:
    0 18px 38px rgb(0 113 227 / 30%),
    inset 0 1px 0 rgb(255 255 255 / 18%);
}

@media (max-width: 720px) {
  .audit-nudge {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
  }

  .audit-nudge__inner {
    padding: 15px;
    border-radius: 19px;
  }

  .audit-nudge__title {
    font-size: 16px;
  }

  .audit-nudge__headline {
    font-size: 15px;
  }

  .audit-nudge__text {
    margin: 8px 0 12px;
    font-size: 12px;
    line-height: 1.38;
  }

  .audit-nudge__cta {
    min-height: 44px;
  }
}

/* Final compact contact modal spacing for short screens. */
.site-main > .audit-modal .audit-modal__reassurance {
  margin-bottom: 2px !important;
}

.site-main > .audit-modal .hero-form-actions {
  gap: 5px !important;
  padding-top: 0 !important;
}

.site-main > .audit-modal .hero-consent {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

/* Keep project video modals centered on narrow desktop widths. */
.site-main > .project-modal {
  justify-items: center !important;
  overflow: hidden !important;
}

.site-main > .project-modal .project-modal__panel {
  width: min(980px, calc(100vw - 36px)) !important;
  margin-inline: auto !important;
}

.site-main > .project-modal .project-modal__video-frame {
  width: 100% !important;
  max-width: 100% !important;
  margin-inline: auto !important;
}

.site-main > .project-modal .project-modal__video,
.site-main > .project-modal .project-modal__image {
  max-width: 100% !important;
}

@media (max-width: 1080px) and (min-width: 721px) {
  .site-main > .project-modal {
    padding-inline: 18px !important;
  }

  .site-main > .project-modal .project-modal__panel {
    width: min(940px, calc(100vw - 36px)) !important;
    padding-inline: clamp(20px, 2.4vw, 28px) !important;
  }
}

@media (max-width: 720px) {
  .site-main > .audit-modal .audit-modal__reassurance {
    margin-bottom: 0 !important;
  }

  .site-main > .audit-modal .hero-form-actions {
    gap: 4px !important;
    padding-top: 0 !important;
  }

  .site-main > .audit-modal .hero-consent {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

/* Mobile: reinforce only the main section titles that need more presence. */
@media (max-width: 720px) {
  .features-switch-section .seo-copy h3,
  .features-switch-section .performance-bonus strong,
  .features-switch-section .webdesign-grid > div:first-child h3,
  .features-switch-section .automation-grid > div:first-child h3,
  .pricing-section .pricing-head h2,
  .projects-section .section-head h2,
  .webap-immersive-zone .features-switch-section .seo-copy h3,
  .webap-immersive-zone .features-switch-section .performance-bonus strong,
  .webap-immersive-zone .features-switch-section .webdesign-grid > div:first-child h3,
  .webap-immersive-zone .features-switch-section .automation-grid > div:first-child h3,
  .webap-immersive-zone .pricing-section .pricing-head h2,
  .webap-immersive-zone section.projects-section.section-panel .section-head h2 {
    font-weight: 850 !important;
  }
}
