@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Fraunces:opsz,wght@9..144,500..900&family=IBM+Plex+Mono:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");

:root {
  --blue: #1b66d2;
  --blue-strong: #124da3;
  --blue-soft: #edf4ff;
  --navy: #0b1933;
  --navy-2: #14294f;
  --orange: #e9562c;
  --orange-2: #ef8a4c;
  --orange-soft: #fff4ef;
  --paper: #ffffff;
  --paper-warm: #fffaf7;
  --ice: #f7f9fc;
  --ink: #111d32;
  --muted: #5e6b80;
  --line: rgba(11, 25, 51, 0.12);
  --shadow: 0 24px 70px rgba(11, 25, 51, 0.1);
  --hard-shadow: 0 18px 42px rgba(11, 25, 51, 0.1);
  --radius-xl: 26px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --font-display: "Satoshi", "Outfit", "Arial Black", system-ui, sans-serif;
  --font-body: "Satoshi", "Outfit", "Trebuchet MS", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(7, 26, 63, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 26, 63, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 32%, #fff7f1 64%, #f4f8ff 100%);
  background-size: 54px 54px, 54px 54px, auto;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.45;
}

body.intro-lock {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 62%, rgba(255, 90, 31, 0.14) 62% 72%, transparent 72% 100%),
    linear-gradient(35deg, transparent 0 72%, rgba(11, 116, 255, 0.12) 72% 80%, transparent 80% 100%);
}

.page-texture {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.32;
  background-image:
    radial-gradient(rgba(7, 22, 49, 0.13) 1px, transparent 1px),
    linear-gradient(120deg, rgba(255, 90, 31, 0.12), transparent 38%, rgba(11, 116, 255, 0.1));
  background-size: 16px 16px, auto;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 26, 63, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(7, 26, 63, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(255, 255, 255, 0.98) 0 18%, rgba(234, 243, 255, 0.96) 42%, rgba(7, 26, 63, 0.98) 100%);
  background-size: 46px 46px, 46px 46px, auto;
  color: var(--paper);
  perspective: 1300px;
  transform-style: preserve-3d;
  animation: introOverlayExit 0.72s var(--ease) 3.25s forwards;
}

.site-intro.is-hidden {
  display: none;
}

.intro-depth {
  position: absolute;
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 42px;
  background:
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.09) 0 14px, transparent 14px 28px),
    linear-gradient(135deg, rgba(11, 116, 255, 0.22), rgba(255, 90, 31, 0.18));
  transform-style: preserve-3d;
}

.intro-depth-one {
  top: 12vh;
  right: -8vw;
  width: min(52vw, 700px);
  height: 42vh;
  transform: rotateX(64deg) rotateZ(-13deg) translateZ(-180px);
  animation: introPlaneDrift 2.4s var(--ease) forwards;
}

.intro-depth-two {
  left: -12vw;
  bottom: 2vh;
  width: min(58vw, 760px);
  height: 30vh;
  transform: rotateX(72deg) rotateZ(15deg) translateZ(-240px);
  animation: introPlaneDriftAlt 2.4s var(--ease) forwards;
}

.intro-stage {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(18px, 3vw, 34px);
  width: min(680px, calc(100vw - 34px));
  transform-style: preserve-3d;
  animation: introStageExit 0.72s var(--ease) 2.9s forwards;
}

.intro-logo-shell {
  position: relative;
  width: min(440px, 78vw);
  aspect-ratio: 1;
  transform-style: preserve-3d;
  animation: introLogoImpact 0.82s var(--ease) forwards;
}

.intro-logo-half {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 34px;
  transform-style: preserve-3d;
  filter: drop-shadow(0 34px 54px rgba(0, 0, 0, 0.24));
  backface-visibility: hidden;
}

.intro-logo-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-logo-left {
  clip-path: polygon(0 0, 52% 0, 45% 14%, 54% 27%, 43% 43%, 55% 59%, 45% 76%, 52% 100%, 0 100%);
  transform-origin: left center;
  animation: introSplitLeft 2.05s var(--ease) 0.78s forwards;
}

.intro-logo-right {
  clip-path: polygon(48% 0, 100% 0, 100% 100%, 48% 100%, 55% 76%, 45% 59%, 57% 43%, 46% 27%, 55% 14%);
  transform-origin: right center;
  animation: introSplitRight 2.05s var(--ease) 0.78s forwards;
}

.intro-rip {
  position: absolute;
  left: 50%;
  top: 6%;
  z-index: 3;
  width: 4px;
  height: 88%;
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, var(--orange), var(--blue), transparent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42), 0 0 34px rgba(255, 90, 31, 0.46);
  transform: translateX(-50%) rotate(4deg) scaleY(0);
  transform-origin: center top;
  animation: introRipFlash 1.2s var(--ease) 0.4s forwards;
}

.intro-rip-two {
  width: 3px;
  height: 58%;
  top: 21%;
  transform: translateX(-50%) rotate(-10deg) scaleY(0);
  animation-delay: 0.5s;
}

.intro-rip-three {
  width: 2px;
  height: 36%;
  top: 35%;
  transform: translateX(-50%) rotate(16deg) scaleY(0);
  animation-delay: 0.58s;
}

.intro-brand {
  display: grid;
  justify-items: center;
  gap: 4px;
  color: var(--paper);
  font-family: var(--font-display);
  text-align: center;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  text-transform: uppercase;
  transform: translateZ(90px);
  animation: introBrandExit 0.58s var(--ease) 2.45s forwards;
}

.intro-brand strong {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 950;
  line-height: 0.9;
}

.intro-brand span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.14em;
}

main {
  position: relative;
  z-index: 1;
}

.section,
.hero {
  scroll-margin-top: 120px;
}

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

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

img,
svg {
  display: block;
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  width: min(1180px, calc(100vw - 28px));
  padding: 10px;
  border: 2px solid rgba(7, 22, 49, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 60px rgba(7, 26, 63, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

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

.brand img {
  width: 58px;
  height: 58px;
  border: 2px solid var(--paper);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(7, 26, 63, 0.14);
  object-fit: cover;
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.menu-toggle {
  display: none;
  place-items: center;
  gap: 5px;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

.menu-toggle span {
  display: block;
  width: 23px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  transition:
    transform 0.28s var(--ease),
    opacity 0.28s var(--ease);
}

.mobile-nav-call {
  display: none !important;
}

.no-break {
  white-space: nowrap;
}

.main-nav .mobile-only-link,
.mobile-home-gate {
  display: none;
}

.main-nav a,
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 950;
  transition:
    transform 0.28s var(--ease),
    background 0.28s var(--ease),
    color 0.28s var(--ease),
    border-color 0.28s var(--ease),
    box-shadow 0.28s var(--ease);
}

.main-nav a {
  padding: 0 13px;
  color: var(--navy);
}

.main-nav a:hover,
.main-nav a.is-active {
  background: var(--blue-soft);
  color: var(--blue-strong);
}

.header-cta {
  padding: 0 20px;
  border: 2px solid var(--navy);
  background: var(--orange);
  color: var(--paper);
  box-shadow: 4px 4px 0 var(--navy);
}

.header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 var(--navy);
}

.header-cta:active,
.button:active {
  transform: translateY(1px) scale(0.985);
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  height: 43px;
  border-bottom: 2px solid rgba(7, 22, 49, 0.12);
  background: var(--navy);
  color: var(--paper);
  contain: layout paint;
}

.marquee-track {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 12px 0;
  animation: marquee 25s linear infinite;
}

.marquee span {
  position: relative;
  flex: 0 0 auto;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.marquee span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  transform: translateY(-50%);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  width: min(1240px, calc(100% - 40px));
  min-height: 100dvh;
  margin: 0 auto;
  padding: 122px 0 70px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 108px -4vw 56px auto;
  width: min(56vw, 710px);
  border: 2px solid rgba(7, 22, 49, 0.1);
  border-radius: 44px;
  background:
    repeating-linear-gradient(-14deg, rgba(11, 116, 255, 0.08) 0 12px, transparent 12px 24px),
    linear-gradient(135deg, rgba(11, 116, 255, 0.13), rgba(255, 90, 31, 0.12));
  transform: rotate(-2deg);
}

.hero-copy,
.hero-stage {
  position: relative;
  min-width: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--blue-strong);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow span {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--orange);
  box-shadow: 16px 0 0 var(--blue);
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-top: 18px;
  color: var(--navy);
  font-size: clamp(4.2rem, 8.6vw, 9.2rem);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 620px;
  margin-top: 28px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  font-weight: 760;
  line-height: 1.45;
}

.hero-audit-card {
  display: grid;
  width: min(100%, 620px);
  gap: 12px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0% 0%, rgba(141, 184, 255, 0.14), transparent 36%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-audit-title {
  margin: 0;
  color: var(--text-titanium);
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  font-weight: 950;
  line-height: 1;
}

.hero-audit-card > p:not(.hero-audit-title) {
  max-width: 52ch;
  margin: 0;
  color: rgba(238, 243, 248, 0.78);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.5;
}

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

.button {
  min-height: 54px;
  padding: 0 24px;
  border: 2px solid var(--navy);
  cursor: pointer;
}

.button-primary {
  background: var(--orange);
  color: var(--paper);
  box-shadow: var(--hard-shadow);
}

.button-secondary {
  background: var(--paper);
  color: var(--navy);
  box-shadow: 5px 5px 0 rgba(7, 22, 49, 0.16);
}

.button-primary:hover,
.button-secondary:hover,
.form-button:hover {
  transform: translateY(-3px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 570px;
  margin-top: 40px;
}

.hero-stats div {
  min-height: 108px;
  padding: 18px;
  border: 2px solid rgba(7, 22, 49, 0.1);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 14px 42px rgba(7, 26, 63, 0.08);
  backdrop-filter: blur(14px);
}

.hero-stats dt {
  color: var(--blue);
  font-family: var(--font-display);
  font-size: 2.55rem;
  font-weight: 950;
  line-height: 0.9;
}

.hero-stats dd {
  margin-top: 7px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.hero-stage {
  min-height: 650px;
}

.logo-sticker {
  position: absolute;
  top: 14px;
  right: 5%;
  z-index: 3;
  width: min(410px, 52vw);
  animation: floatLogo 5.4s var(--ease) infinite alternate;
}

.logo-sticker img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 50px rgba(7, 26, 63, 0.18));
}

.screen-card,
.floating-card,
.offer-card,
.project-card {
  transform-style: preserve-3d;
  transition: transform 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.screen-main {
  position: absolute;
  left: 0;
  bottom: 44px;
  width: min(540px, 92%);
  min-height: 390px;
  overflow: hidden;
  border: 3px solid var(--navy);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--hard-shadow), var(--shadow);
  transform: rotate(-2deg);
}

.screen-top {
  display: flex;
  gap: 8px;
  padding: 18px;
  border-bottom: 2px solid rgba(7, 22, 49, 0.1);
  background: var(--ice);
}

.screen-top span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--orange);
}

.screen-top span:nth-child(2) {
  background: var(--orange-2);
}

.screen-top span:nth-child(3) {
  background: var(--blue);
}

.mock-hero {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  min-height: 190px;
  margin: 20px;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(11, 116, 255, 0.94), rgba(0, 94, 232, 0.92)),
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.14) 0 9px, transparent 9px 18px);
  color: var(--paper);
}

.mock-hero b {
  display: block;
  max-width: 240px;
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 0.95;
  text-transform: uppercase;
}

.mock-hero p {
  max-width: 260px;
  margin-top: 10px;
  font-weight: 850;
}

.mock-hero a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 2px solid var(--paper);
  border-radius: 999px;
  background: var(--orange);
  font-weight: 950;
}

.mock-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
  gap: 12px;
  padding: 0 20px 22px;
}

.mock-grid span {
  min-height: 94px;
  border: 2px solid rgba(7, 22, 49, 0.1);
  border-radius: 18px;
  background: var(--blue-soft);
}

.mock-grid span:nth-child(2) {
  background: var(--orange-soft);
}

.mock-grid span:nth-child(3) {
  background: var(--navy);
}

.floating-card {
  position: absolute;
  z-index: 4;
  border: 3px solid var(--navy);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 7px 7px 0 var(--navy), 0 20px 50px rgba(7, 26, 63, 0.16);
}

.result-card {
  right: 0;
  bottom: 104px;
  width: 232px;
  padding: 20px;
  transform: rotate(4deg);
}

.result-card strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.result-card span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.mini-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 64px;
  margin-top: 16px;
}

.mini-bars i {
  display: block;
  width: 28px;
  border-radius: 9px 9px 4px 4px;
  background: linear-gradient(180deg, var(--orange-2), var(--orange));
}

.mini-bars i:nth-child(1) {
  height: 34px;
}

.mini-bars i:nth-child(2) {
  height: 48px;
  background: linear-gradient(180deg, #ffbc49, var(--orange-2));
}

.mini-bars i:nth-child(3) {
  height: 64px;
  background: linear-gradient(180deg, var(--blue), var(--blue-strong));
}

.click-card {
  left: 48%;
  top: 268px;
  display: grid;
  place-items: center;
  gap: 8px;
  width: 116px;
  height: 124px;
  padding: 14px;
  background: var(--orange);
  color: var(--paper);
  transform: rotate(8deg);
}

.click-card svg {
  width: 54px;
  height: 54px;
  fill: var(--paper);
  stroke: var(--navy);
  stroke-width: 2;
}

.click-card span {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.logo-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2px;
  width: min(1120px, calc(100% - 40px));
  margin: -26px auto 0;
  overflow: hidden;
  border: 3px solid var(--navy);
  border-radius: 28px;
  background: var(--navy);
  box-shadow: var(--hard-shadow);
}

.logo-band span {
  display: grid;
  min-height: 88px;
  place-items: center;
  background: var(--paper);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3.2vw, 2.3rem);
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
}

.logo-band span:nth-child(2) {
  color: var(--orange);
}

.logo-band span:nth-child(3) {
  color: var(--blue);
}

.section {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 128px) 0;
}

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

.section-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 6vw, 78px);
  align-items: start;
  margin-bottom: 34px;
}

.section-heading.narrow {
  display: block;
  max-width: 760px;
}

.section-heading h2,
.audit-copy h2,
.flow-heading h2,
.value-copy h2,
.proof-copy h2,
.contact-copy h2 {
  color: var(--navy);
  font-size: clamp(2.4rem, 5.4vw, 5.9rem);
  font-weight: 950;
  line-height: 0.9;
  text-transform: uppercase;
}

.section-heading.narrow h2 {
  margin-top: 16px;
}

.visibility-engine {
  padding-top: clamp(84px, 11vw, 140px);
}

.visibility-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.72fr);
  gap: 18px;
  align-items: stretch;
}

.search-mockup {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  border: 3px solid var(--navy);
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(11, 116, 255, 0.98), rgba(0, 94, 232, 0.92)),
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.12) 0 12px, transparent 12px 24px);
  color: var(--paper);
  box-shadow: var(--hard-shadow), var(--shadow);
}

.search-mockup::before {
  content: "";
  position: absolute;
  right: -92px;
  bottom: -106px;
  width: 310px;
  height: 310px;
  border: 34px solid rgba(255, 255, 255, 0.18);
  border-radius: 64px;
  transform: rotate(18deg);
}

.search-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 56px;
  font-family: var(--font-display);
  font-weight: 950;
  text-transform: uppercase;
}

.search-top span {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 22px 0 0 var(--paper), 44px 0 0 var(--navy);
}

.search-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  margin-top: 38px;
  padding: 14px 18px 14px 24px;
  border: 3px solid var(--paper);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.search-bar span {
  min-width: 0;
  overflow-wrap: anywhere;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 2.7rem);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.search-bar i {
  display: block;
  width: 56px;
  height: 56px;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 4px 4px 0 var(--navy);
}

.search-results {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.search-results article {
  padding: 22px;
  border: 3px solid var(--navy);
  border-radius: 24px;
  background: var(--paper);
  color: var(--navy);
  box-shadow: 6px 6px 0 var(--navy);
}

.search-results article:nth-child(2) {
  margin-left: 58px;
  background: var(--orange-soft);
}

.search-results article:nth-child(3) {
  width: min(520px, 86%);
  background: var(--navy);
  color: var(--paper);
}

.search-results b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 950;
  text-transform: uppercase;
}

.search-results p {
  margin-top: 7px;
  color: inherit;
  font-weight: 790;
  opacity: 0.75;
}

.visibility-copy {
  display: grid;
  gap: 14px;
}

.visibility-point {
  display: grid;
  align-content: start;
  min-height: 188px;
  padding: 24px;
  border: 3px solid var(--navy);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--navy);
}

.visibility-point:nth-child(2) {
  background: var(--blue-soft);
}

.visibility-point:nth-child(3) {
  background: var(--orange-soft);
}

.visibility-point span,
.flow-steps span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
}

.visibility-point strong {
  display: block;
  margin-top: 24px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.8vw, 2.75rem);
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

.visibility-point p {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.42;
}

.offer-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
}

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

.offer-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 316px;
  overflow: hidden;
  padding: 30px;
  border: 3px solid var(--navy);
  border-radius: 30px;
  box-shadow: 7px 7px 0 var(--navy);
}

.offer-large {
  min-height: 650px;
  grid-template-columns: minmax(0, 0.86fr) minmax(220px, 0.64fr);
  gap: 24px;
}

.offer-number {
  position: relative;
  z-index: 2;
  color: currentColor;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 950;
}

.offer-card h3 {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  color: currentColor;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  font-weight: 950;
  line-height: 0.86;
  text-transform: uppercase;
}

.offer-card p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin-top: 18px;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.4;
}

.offer-card a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: max-content;
  min-height: 46px;
  align-items: center;
  margin-top: 28px;
  padding: 0 18px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 950;
}

.blue-card {
  background: linear-gradient(135deg, var(--blue), var(--blue-strong));
  color: var(--paper);
}

.orange-card {
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: var(--paper);
}

.pale-card {
  background: var(--paper);
  color: var(--navy);
}

.pale-card::before,
.orange-card::before,
.blue-card::before {
  content: "";
  position: absolute;
  inset: auto -18px -20px auto;
  width: 190px;
  height: 190px;
  border: 22px solid rgba(255, 255, 255, 0.26);
  border-radius: 38px;
  transform: rotate(18deg);
}

.website-preview {
  align-self: end;
  width: min(300px, 100%);
  min-height: 300px;
  padding: 18px;
  border: 3px solid var(--paper);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: rotate(5deg);
}

.website-preview span,
.website-preview b,
.website-preview i {
  display: block;
  border-radius: 16px;
  background: var(--paper);
}

.website-preview span {
  height: 96px;
}

.website-preview b {
  width: 64%;
  height: 28px;
  margin-top: 20px;
}

.website-preview i {
  height: 52px;
  margin-top: 12px;
  opacity: 0.82;
}

.website-preview i:last-child {
  width: 74%;
}

.launch-offer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(392px, 0.52fr);
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  margin-top: 22px;
  scroll-margin-top: 128px;
  overflow: hidden;
  padding: clamp(26px, 5vw, 52px);
  border: 3px solid var(--navy);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 90, 31, 0.08), rgba(11, 116, 255, 0.14)),
    var(--paper);
  box-shadow: var(--hard-shadow), var(--shadow);
}

.launch-offer::before {
  content: "";
  position: absolute;
  right: -62px;
  top: -76px;
  width: 240px;
  height: 240px;
  border: 28px solid rgba(11, 116, 255, 0.16);
  border-radius: 48px;
  transform: rotate(18deg);
}

.launch-offer::after {
  content: "";
  position: absolute;
  left: -70px;
  bottom: -86px;
  width: 230px;
  height: 230px;
  border: 24px solid rgba(255, 90, 31, 0.16);
  border-radius: 50%;
}

.launch-copy,
.launch-price {
  position: relative;
  z-index: 1;
}

.launch-copy h3 {
  max-width: 760px;
  margin-top: 18px;
  color: var(--navy);
  font-size: clamp(2.4rem, 5vw, 5.45rem);
  font-weight: 950;
  line-height: 0.88;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.launch-copy > p {
  max-width: 680px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 780;
  line-height: 1.48;
}

.launch-list {
  display: grid;
  gap: 11px;
  max-width: 760px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.launch-list li {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 880;
  line-height: 1.35;
}

.launch-list span {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 3px 3px 0 var(--navy);
}

.launch-price {
  display: grid;
  align-content: center;
  min-height: 410px;
  padding-left: clamp(22px, 4vw, 44px);
  border-left: 3px solid rgba(7, 22, 49, 0.18);
}

.price-label {
  width: max-content;
  padding: 8px 12px;
  border: 2px solid var(--orange);
  border-radius: 999px;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.launch-price strong {
  display: block;
  margin-top: 14px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(4.4rem, 9vw, 7.2rem);
  font-weight: 950;
  line-height: 0.82;
  letter-spacing: 0;
}

.launch-price p {
  max-width: 370px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 850;
  line-height: 1.38;
}

.launch-terms {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.launch-terms span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 2px solid var(--navy);
  border-radius: 999px;
  background: var(--paper);
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1.2;
}

.launch-price .button {
  width: max-content;
  margin-top: 26px;
}

.conversion-kit {
  width: min(1320px, calc(100% - 28px));
}

.audit-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(480px, 0.92fr);
  gap: clamp(28px, 6vw, 74px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  border: 3px solid var(--navy);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 90, 31, 0.08), rgba(11, 116, 255, 0.12)),
    var(--paper);
  box-shadow: var(--hard-shadow), var(--shadow);
}

.audit-copy h2 {
  margin-top: 18px;
  max-width: 700px;
  font-size: clamp(2.35rem, 4.4vw, 5.05rem);
  line-height: 0.94;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.audit-copy h2 span {
  display: block;
  white-space: nowrap;
}

.audit-copy p {
  max-width: 590px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 780;
}

.audit-copy .button {
  width: max-content;
  margin-top: 28px;
}

.audit-grid {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 14px;
}

.audit-grid article {
  min-height: 196px;
  padding: 22px;
  border: 3px solid var(--navy);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 5px 5px 0 rgba(7, 22, 49, 0.94);
}

.audit-grid article:nth-child(2) {
  margin-top: 30px;
  background: var(--blue-soft);
}

.audit-grid article:nth-child(3) {
  margin-top: -30px;
  background: var(--orange-soft);
}

.audit-grid article:nth-child(4) {
  background: var(--navy);
  color: var(--paper);
}

.audit-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 950;
}

.audit-grid strong {
  display: block;
  margin-top: 24px;
  color: inherit;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 950;
  line-height: 0.96;
  text-transform: uppercase;
}

.audit-grid p {
  margin-top: 10px;
  color: inherit;
  font-weight: 780;
  line-height: 1.35;
  opacity: 0.78;
}

.client-flow {
  width: min(1320px, calc(100% - 28px));
}

.flow-panel {
  padding: clamp(28px, 5vw, 64px);
  border: 3px solid var(--navy);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(234, 243, 255, 0.88)),
    repeating-linear-gradient(-18deg, rgba(11, 116, 255, 0.06) 0 10px, transparent 10px 20px);
  box-shadow: var(--hard-shadow), var(--shadow);
}

.flow-heading {
  display: grid;
  grid-template-columns: minmax(190px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 6vw, 78px);
  align-items: start;
}

.flow-heading h2 {
  color: var(--navy);
}

.flow-heading p:not(.eyebrow) {
  grid-column: 2;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.1rem;
  font-weight: 780;
}

.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  margin-top: 38px;
}

.flow-steps article {
  min-width: 0;
  min-height: 280px;
  padding: 24px;
  border: 3px solid var(--navy);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--navy);
}

.flow-steps article:nth-child(2) {
  margin-top: 44px;
  background: var(--orange-soft);
}

.flow-steps article:nth-child(3) {
  background: var(--blue-soft);
}

.flow-steps article:nth-child(4) {
  margin-top: 24px;
  background: var(--navy);
  color: var(--paper);
}

.flow-steps strong {
  display: block;
  margin-top: 54px;
  color: inherit;
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 1.95vw, 2.25rem);
  font-weight: 950;
  line-height: 0.9;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.flow-steps p {
  margin-top: 14px;
  color: inherit;
  font-weight: 780;
  line-height: 1.4;
  opacity: 0.76;
}

.value-section {
  width: min(1320px, calc(100% - 28px));
}

.value-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.78fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(28px, 6vw, 70px);
  border: 3px solid var(--navy);
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(234, 243, 255, 0.86)),
    repeating-linear-gradient(-18deg, rgba(11, 116, 255, 0.06) 0 10px, transparent 10px 20px);
  box-shadow: var(--hard-shadow), var(--shadow);
}

.value-copy h2 {
  margin-top: 18px;
}

.value-copy p {
  max-width: 620px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 760;
}

.value-list {
  display: grid;
  gap: 12px;
}

.value-list div {
  padding: 20px;
  border: 2px solid rgba(7, 22, 49, 0.12);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 16px 40px rgba(7, 26, 63, 0.08);
}

.value-list strong {
  display: block;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.16rem;
  font-weight: 950;
  text-transform: uppercase;
}

.value-list span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 760;
}

.steps {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 1.12fr 0.88fr;
  gap: 14px;
  align-items: stretch;
  margin-top: 34px;
}

.steps article {
  min-height: 270px;
  padding: 24px;
  border: 3px solid var(--navy);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--navy);
}

.steps article:nth-child(2) {
  margin-top: 54px;
  background: var(--blue-soft);
}

.steps article:nth-child(3) {
  background: var(--orange-soft);
}

.steps article:nth-child(4) {
  margin-top: 28px;
  background: var(--navy);
  color: var(--paper);
}

.steps span {
  display: inline-grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--font-display);
  font-weight: 950;
}

.steps h3 {
  margin-top: 46px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
}

.steps p {
  margin-top: 14px;
  color: inherit;
  font-weight: 790;
  opacity: 0.78;
}

.work-grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr 1.1fr;
  grid-auto-rows: minmax(250px, auto);
  gap: 16px;
}

.project-card {
  overflow: hidden;
  min-height: 370px;
  padding: 18px;
  border: 3px solid var(--navy);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--navy);
}

.project-card.tall {
  grid-row: span 2;
}

.project-card.wide {
  grid-column: span 2;
}

.project-screen {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--blue-soft);
}

.project-screen img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.project-card.tall .project-screen {
  min-height: 510px;
}

.project-card.wide .project-screen {
  min-height: 270px;
}

.project-screen::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  pointer-events: none;
}

.project-screen span {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 38%;
  height: 22px;
  border-radius: 999px;
  background: var(--paper);
}

.project-screen i {
  position: absolute;
  left: 24px;
  bottom: 30px;
  width: 58%;
  height: 64px;
  border-radius: 18px;
  background: var(--paper);
}

.project-screen b {
  position: absolute;
  right: 24px;
  bottom: 30px;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: var(--orange);
}

.restaurant {
  background: linear-gradient(135deg, #0b74ff, #83c3ff);
}

.artisan {
  background: linear-gradient(180deg, #ff5a1f, #ffb45d);
}

.coach {
  background: linear-gradient(135deg, #071a3f, #0b74ff);
}

.commerce {
  background:
    repeating-linear-gradient(-22deg, rgba(255, 255, 255, 0.22) 0 14px, transparent 14px 28px),
    linear-gradient(135deg, #ff8a00, #0b74ff);
}

.project-card h3 {
  margin-top: 18px;
  color: var(--navy);
  font-size: 1.4rem;
  font-weight: 950;
  text-transform: uppercase;
}

.project-card p {
  margin-top: 7px;
  color: var(--muted);
  font-weight: 760;
}

.proof {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.8fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
}

.offer-layout > *,
.visibility-panel > *,
.audit-panel > *,
.flow-panel > *,
.value-panel > *,
.proof > *,
.contact-panel > * {
  min-width: 0;
}

.proof-copy h2 {
  margin-top: 18px;
}

.quotes {
  display: grid;
  gap: 14px;
}

.quotes figure {
  padding: 24px;
  border: 3px solid var(--navy);
  border-radius: 26px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--navy);
}

.quotes figure:nth-child(2) {
  transform: translateX(-36px);
  background: var(--orange-soft);
}

.quotes blockquote {
  color: var(--navy);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.45;
}

.quotes figcaption {
  margin-top: 16px;
  color: var(--blue-strong);
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 950;
  text-transform: uppercase;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
  margin-left: auto;
}

.faq-list details {
  border: 3px solid var(--navy);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--navy);
  overflow: hidden;
}

.faq-list details:nth-child(2n) {
  background: var(--blue-soft);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  color: var(--navy);
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 950;
  line-height: 1.1;
  list-style: none;
  text-transform: uppercase;
}

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

.faq-list summary::after {
  content: "+";
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  padding: 0 24px 24px;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.5;
}

.contact {
  width: min(1320px, calc(100% - 28px));
  padding-bottom: 42px;
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.7fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  padding: clamp(28px, 5vw, 70px);
  border: 3px solid var(--navy);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(7, 26, 63, 0.96), rgba(13, 40, 95, 0.96)),
    repeating-linear-gradient(-18deg, rgba(255, 255, 255, 0.06) 0 12px, transparent 12px 24px);
  color: var(--paper);
  box-shadow: 10px 10px 0 var(--orange), var(--shadow);
}

.contact-copy .eyebrow {
  color: var(--paper);
}

.contact-copy h2 {
  margin-top: 18px;
  color: var(--paper);
}

.contact-copy p {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.1rem;
  font-weight: 760;
}

.contact-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 30px;
}

.contact-details div {
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.contact-details dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.contact-details dd {
  margin-top: 6px;
  color: var(--paper);
  font-weight: 950;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 3px solid var(--paper);
  border-radius: 30px;
  background: var(--paper);
  color: var(--navy);
  box-shadow: 7px 7px 0 var(--orange);
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 2px solid rgba(7, 22, 49, 0.14);
  border-radius: 16px;
  outline: none;
  background: var(--ice);
  color: var(--navy);
  font-weight: 800;
  transition: border-color 0.24s var(--ease), box-shadow 0.24s var(--ease), background 0.24s var(--ease);
}

.form-row input {
  height: 52px;
  padding: 0 16px;
}

.form-row textarea {
  min-height: 132px;
  resize: vertical;
  padding: 14px 16px;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--blue);
  background: var(--paper);
  box-shadow: 0 0 0 4px rgba(11, 116, 255, 0.13);
}

.field-error,
.form-state {
  min-height: 18px;
  color: #b92700;
  font-size: 0.78rem;
  font-weight: 850;
}

.form-state.is-success {
  color: var(--blue-strong);
}

.form-button {
  width: 100%;
  background: var(--orange);
  color: var(--paper);
  box-shadow: 5px 5px 0 var(--navy);
}

.site-footer {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(1240px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  padding: 34px 0 46px;
  color: var(--muted);
  font-weight: 820;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 950;
  text-transform: uppercase;
}

.footer-brand img {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  object-fit: cover;
}

[data-reveal] {
  opacity: 1;
  transform: translateY(18px);
  transition: transform 0.7s var(--ease);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contact-panel [data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.site-header[data-reveal] {
  transform: translate(-50%, 18px);
}

.site-header[data-reveal].is-visible {
  transform: translate(-50%, 0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floatLogo {
  from {
    transform: translate3d(0, 0, 0) rotate(1deg);
  }

  to {
    transform: translate3d(-12px, 16px, 0) rotate(-2deg);
  }
}

@keyframes introLogoImpact {
  0% {
    transform: translate3d(0, 24px, -120px) rotateX(18deg) scale(0.74);
    opacity: 0;
  }

  58% {
    transform: translate3d(0, 0, 80px) rotateX(0deg) scale(1.05);
    opacity: 1;
  }

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

@keyframes introRipFlash {
  0% {
    opacity: 0;
    transform: translateX(-50%) rotate(4deg) scaleY(0);
  }

  38% {
    opacity: 1;
    transform: translateX(-50%) rotate(4deg) scaleY(1);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) rotate(4deg) scaleY(1);
  }
}

@keyframes introSplitLeft {
  0% {
    transform: translate3d(0, 0, 0) rotateY(0deg) rotateZ(0deg);
  }

  28% {
    transform: translate3d(-18px, 0, 80px) rotateY(-14deg) rotateZ(-1deg);
  }

  100% {
    transform: translate3d(-38vw, -7vh, 270px) rotateY(-76deg) rotateX(8deg) rotateZ(-13deg) scale(0.86);
  }
}

@keyframes introSplitRight {
  0% {
    transform: translate3d(0, 0, 0) rotateY(0deg) rotateZ(0deg);
  }

  28% {
    transform: translate3d(18px, 0, 80px) rotateY(14deg) rotateZ(1deg);
  }

  100% {
    transform: translate3d(38vw, 8vh, 270px) rotateY(76deg) rotateX(-8deg) rotateZ(13deg) scale(0.86);
  }
}

@keyframes introBrandExit {
  to {
    opacity: 0;
    transform: translate3d(0, 18px, 90px) scale(0.96);
  }
}

@keyframes introStageExit {
  to {
    transform: translate3d(0, 0, 180px) scale(1.08);
    opacity: 0;
  }
}

@keyframes introOverlayExit {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes introPlaneDrift {
  to {
    transform: rotateX(64deg) rotateZ(-4deg) translate3d(-80px, 40px, -220px);
  }
}

@keyframes introPlaneDriftAlt {
  to {
    transform: rotateX(72deg) rotateZ(4deg) translate3d(70px, -30px, -260px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro {
    display: none;
  }

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

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    display: none;
  }

  .hero,
  .visibility-panel,
  .offer-layout,
  .launch-offer,
  .audit-panel,
  .value-panel,
  .flow-heading,
  .proof,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 126px;
  }

  .hero::before {
    inset: auto -6vw 72px -6vw;
    width: auto;
    height: 48%;
  }

  .hero-stage {
    min-height: 620px;
  }

  .logo-sticker {
    right: 4%;
    width: min(390px, 64vw);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .offer-large {
    min-height: 560px;
    grid-template-columns: 1fr;
  }

  .website-preview {
    justify-self: end;
  }

  .launch-price {
    min-height: auto;
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 3px solid rgba(7, 22, 49, 0.18);
  }

  .search-mockup {
    min-height: 540px;
  }

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

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

  .flow-heading p:not(.eyebrow) {
    grid-column: auto;
  }

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

  .flow-steps article,
  .flow-steps article:nth-child(2),
  .flow-steps article:nth-child(4) {
    margin-top: 0;
  }

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

  .steps article,
  .steps article:nth-child(2),
  .steps article:nth-child(4) {
    margin-top: 0;
  }

  .project-card.tall,
  .project-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .project-card.tall .project-screen {
    min-height: 230px;
  }

  .quotes figure:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 720px) {
  .intro-logo-shell {
    width: min(330px, 78vw);
  }

  .intro-brand strong {
    font-size: clamp(1.65rem, 9vw, 2.7rem);
  }

  .intro-brand span {
    font-size: 0.72rem;
  }

  body {
    background-size: 34px 34px, 34px 34px, auto;
  }

  .site-header {
    top: 10px;
    width: calc(100vw - 18px);
    border-radius: 18px;
  }

  .brand img {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .brand strong {
    max-width: 128px;
    overflow-wrap: anywhere;
    font-size: 0.9rem;
  }

  .brand small {
    font-size: 0.7rem;
  }

  .header-cta {
    min-height: 42px;
    padding: 0 15px;
  }

  .hero,
  .section,
  .conversion-kit,
  .contact,
  .value-section,
  .site-footer,
  .logo-band {
    width: calc(100vw - 24px);
  }

  .hero {
    min-height: auto;
    padding: 112px 0 44px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.9rem);
  }

  .hero-lede,
  .value-copy p,
  .contact-copy p {
    font-size: 1rem;
  }

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

  .button {
    width: 100%;
  }

  .hero-stats,
  .logo-band,
  .steps,
  .work-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    min-height: auto;
  }

  .hero-stage {
    min-height: 570px;
  }

  .logo-sticker {
    top: 8px;
    left: 50%;
    right: auto;
    width: min(350px, 84vw);
    animation: none;
    transform: translateX(-50%);
  }

  .screen-main {
    left: 50%;
    bottom: 38px;
    width: min(calc(100% - 30px), 400px);
    min-height: 350px;
    transform: translateX(-50%) rotate(-2deg);
  }

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

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

  .mock-grid span {
    min-height: 54px;
  }

  .result-card {
    right: 10px;
    bottom: 2px;
    width: 172px;
  }

  .click-card {
    left: 0;
    top: 244px;
  }

  .logo-band {
    margin-top: 14px;
  }

  .logo-band span {
    min-height: 64px;
  }

  .section {
    padding: 70px 0;
  }

  .section-heading h2,
  .audit-copy h2,
  .flow-heading h2,
  .value-copy h2,
  .proof-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.25rem, 13vw, 4rem);
  }

  .audit-copy h2 {
    font-size: clamp(1.95rem, 9.2vw, 3rem);
    line-height: 0.96;
  }

  .offer-card,
  .launch-offer,
  .audit-panel,
  .flow-panel,
  .value-panel,
  .contact-panel {
    border-radius: 26px;
  }

  .offer-large {
    min-height: auto;
  }

  .offer-card {
    min-height: 300px;
    padding: 24px;
  }

  .website-preview {
    width: 100%;
    min-height: 220px;
    margin-top: 26px;
    transform: rotate(0deg);
  }

  .launch-offer {
    margin-top: 18px;
    padding: 22px;
  }

  .launch-copy h3 {
    font-size: clamp(2rem, 12vw, 3.45rem);
    line-height: 0.94;
  }

  .launch-copy > p,
  .launch-list li {
    font-size: 0.96rem;
  }

  .launch-price strong {
    font-size: clamp(4rem, 23vw, 5.8rem);
  }

  .launch-price .button {
    width: 100%;
  }

  .search-mockup {
    min-height: auto;
    padding: 22px;
    border-radius: 26px;
  }

  .search-bar {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 24px;
  }

  .search-bar i {
    width: 48px;
    height: 48px;
  }

  .search-results article:nth-child(2) {
    margin-left: 0;
  }

  .search-results article:nth-child(3) {
    width: 100%;
  }

  .visibility-copy {
    grid-template-columns: 1fr;
  }

  .visibility-point {
    min-height: auto;
    padding: 22px;
  }

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

  .audit-grid article,
  .audit-grid article:nth-child(2),
  .audit-grid article:nth-child(3) {
    min-height: auto;
    margin-top: 0;
  }

  .audit-copy .button {
    width: 100%;
  }

  .flow-panel {
    padding: 22px;
    border-radius: 26px;
  }

  .flow-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flow-heading p:not(.eyebrow) {
    font-size: 1rem;
  }

  .flow-steps {
    grid-template-columns: 1fr;
  }

  .flow-steps article {
    min-height: 220px;
  }

  .flow-steps strong {
    margin-top: 42px;
  }

  .faq-list summary {
    padding: 18px;
    font-size: 0.96rem;
  }

  .faq-list p {
    padding: 0 18px 18px;
  }

  .steps article {
    min-height: 220px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 430px) {
  .brand small {
    display: none;
  }

  .header-cta {
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .hero-stage {
    min-height: 530px;
  }

  .screen-main {
    min-height: 330px;
  }

  .mock-hero {
    margin: 14px;
    padding: 18px;
  }

  .mock-hero b {
    font-size: 1.75rem;
  }

  .contact-form {
    padding: 16px;
  }
}

/* Mature visual pass */
body {
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 42%, #f6f9ff 100%);
  background-size: auto;
}

body::before {
  background:
    linear-gradient(135deg, transparent 0 68%, rgba(27, 102, 210, 0.06) 68% 78%, transparent 78% 100%),
    linear-gradient(28deg, transparent 0 74%, rgba(233, 86, 44, 0.05) 74% 82%, transparent 82% 100%);
}

.page-texture {
  opacity: 0.08;
  background-image: radial-gradient(rgba(11, 25, 51, 0.18) 0.8px, transparent 0.8px);
  background-size: 22px 22px;
}

.site-intro {
  background:
    linear-gradient(180deg, rgba(247, 249, 252, 0.98), rgba(255, 255, 255, 0.96) 38%, rgba(11, 25, 51, 0.94) 100%);
}

.intro-depth {
  opacity: 0.24;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(27, 102, 210, 0.18), rgba(233, 86, 44, 0.12));
}

.intro-logo-half {
  border-radius: 24px;
  filter: drop-shadow(0 24px 54px rgba(11, 25, 51, 0.22));
}

.intro-rip {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.36), 0 14px 38px rgba(11, 25, 51, 0.24);
}

.site-header {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(11, 25, 51, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  box-shadow: none;
}

.brand strong,
.main-nav a,
.header-cta,
.button {
  font-weight: 850;
}

.header-cta {
  border: 1px solid rgba(11, 25, 51, 0.08);
  background: var(--navy);
  box-shadow: none;
}

.header-cta:hover {
  background: var(--blue-strong);
  box-shadow: none;
  transform: translateY(-1px);
}

.marquee {
  display: none;
  height: 40px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
}

.marquee-track {
  animation-duration: 38s;
}

.marquee span {
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.marquee span::after {
  right: -16px;
  width: 4px;
  height: 4px;
  background: rgba(233, 86, 44, 0.55);
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
}

.hero::before {
  inset: 132px 0 80px auto;
  width: min(44vw, 540px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(237, 244, 255, 0.88), rgba(255, 244, 239, 0.66));
  opacity: 0.76;
  transform: none;
}

.eyebrow {
  gap: 12px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  box-shadow: 12px 0 0 rgba(27, 102, 210, 0.48);
}

h1 {
  font-size: clamp(3.25rem, 6.35vw, 6.85rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: none;
}

.section-heading h2,
.audit-copy h2,
.flow-heading h2,
.value-copy h2,
.proof-copy h2,
.contact-copy h2 {
  font-size: clamp(2.2rem, 4.7vw, 5.05rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: none;
}

.hero-lede,
.section-heading p:not(.eyebrow),
.audit-copy p,
.flow-heading p:not(.eyebrow),
.value-copy p,
.contact-copy p,
.offer-card p,
.visibility-point p,
.steps p,
.project-card p,
.quotes blockquote,
.faq-list p {
  font-weight: 650;
  line-height: 1.55;
}

.button {
  border: 1px solid rgba(11, 25, 51, 0.13);
}

.button-primary {
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(233, 86, 44, 0.18);
}

.button-secondary {
  border-color: var(--line);
  background: var(--paper);
  box-shadow: none;
}

.button-primary:hover,
.button-secondary:hover,
.form-button:hover {
  transform: translateY(-2px);
}

.hero-stats div,
.value-list div,
.contact-details div {
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 14px 38px rgba(11, 25, 51, 0.07);
}

.hero-stats dt {
  color: var(--blue-strong);
  font-size: 2rem;
}

.hero-stats dd,
.logo-band span,
.mock-hero b,
.result-card strong,
.click-card span,
.section-heading h2,
.search-top,
.search-bar span,
.search-results b,
.visibility-point strong,
.offer-card h3,
.launch-copy h3,
.price-label,
.audit-grid strong,
.flow-steps strong,
.value-list strong,
.steps h3,
.project-card h3,
.quotes figcaption,
.faq-list summary,
.contact-details dt,
.form-row label,
.footer-brand {
  text-transform: none;
}

.logo-sticker {
  top: 36px;
  right: 8%;
  width: min(270px, 32vw);
  opacity: 0.96;
  animation: none;
}

.logo-sticker img {
  filter: drop-shadow(0 18px 42px rgba(11, 25, 51, 0.14));
}

.screen-main {
  width: min(500px, 92%);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(11, 25, 51, 0.12);
  transform: none;
}

.mock-hero {
  border-radius: 18px;
  background: linear-gradient(135deg, var(--navy), var(--blue-strong));
}

.mock-hero b {
  font-size: 1.8rem;
  line-height: 1;
}

.mock-hero a {
  border: 0;
  background: var(--paper);
  color: var(--navy);
}

.mock-grid span {
  border: 1px solid var(--line);
  border-radius: 14px;
}

.floating-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(11, 25, 51, 0.12);
}

.result-card {
  right: 18px;
  transform: none;
}

.click-card {
  display: none;
}

.logo-band {
  margin-top: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: none;
}

.logo-band span {
  min-height: 74px;
  border-right: 1px solid var(--line);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 900;
}

.logo-band span:last-child {
  border-right: 0;
}

.search-mockup,
.offer-card,
.launch-offer,
.audit-panel,
.flow-panel,
.value-panel,
.steps article,
.project-card,
.quotes figure,
.faq-list details,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 55px rgba(11, 25, 51, 0.09);
}

.search-mockup,
.blue-card {
  background: linear-gradient(135deg, var(--navy), var(--blue-strong));
}

.orange-card {
  border-top: 4px solid var(--orange);
  background: #fff7f3;
  color: var(--navy);
}

.blue-card {
  border-top: 4px solid var(--blue-strong);
  background: #f7fbff;
  color: var(--navy);
}

.flow-panel,
.value-panel,
.launch-offer,
.audit-panel {
  background: rgba(255, 255, 255, 0.88);
}

.search-mockup::before,
.pale-card::before,
.orange-card::before,
.blue-card::before,
.launch-offer::before,
.launch-offer::after {
  display: none;
}

.search-bar {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 18px;
}

.search-bar span {
  font-size: clamp(1.2rem, 2.4vw, 2.15rem);
  line-height: 1.08;
}

.search-bar i {
  width: 44px;
  height: 44px;
  border: 0;
  box-shadow: none;
}

.search-results article,
.visibility-point,
.audit-grid article,
.flow-steps article {
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: none;
}

.visibility-point span,
.flow-steps span,
.audit-grid span,
.steps span {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(233, 86, 44, 0.5);
}

.offer-card {
  min-height: 292px;
  padding: 28px;
  box-shadow: 0 16px 45px rgba(11, 25, 51, 0.08);
}

.offer-large {
  min-height: 570px;
}

.offer-card h3 {
  font-size: clamp(2rem, 3.4vw, 3.65rem);
  line-height: 0.96;
}

.offer-card a {
  border: 1px solid currentColor;
  font-weight: 850;
}

.website-preview {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  transform: none;
}

.website-preview span,
.website-preview b,
.website-preview i {
  background: #e8eef7;
}

.launch-list span {
  width: 10px;
  height: 10px;
  margin-top: 0.48em;
  border: 0;
  background: var(--orange);
  box-shadow: none;
}

.launch-price {
  border-left: 1px solid var(--line);
}

.price-label,
.launch-terms span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.launch-price strong {
  font-size: clamp(4rem, 7vw, 6.2rem);
}

.audit-grid article:nth-child(2),
.audit-grid article:nth-child(3),
.flow-steps article:nth-child(2),
.flow-steps article:nth-child(4),
.steps article:nth-child(2),
.steps article:nth-child(4) {
  margin-top: 0;
}

.project-screen,
.project-screen::before {
  border-radius: 16px;
}

.restaurant {
  background: linear-gradient(135deg, #edf4ff, #c9dcff);
}

.artisan {
  background: linear-gradient(135deg, #fff4ef, #ffd8c9);
}

.coach {
  background: linear-gradient(135deg, #dbe7ff, #9dbdf2);
}

.commerce {
  background: linear-gradient(135deg, #ffe8dc, #d6e5ff);
}

.contact-panel {
  border: 0;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  box-shadow: 0 28px 80px rgba(11, 25, 51, 0.18);
}

.contact-form {
  box-shadow: 0 18px 55px rgba(11, 25, 51, 0.14);
}

.form-row input,
.form-row textarea {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  font-weight: 700;
}

.form-button {
  box-shadow: none;
}

@media (max-width: 1060px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero::before {
    inset: 130px 0 auto 0;
    width: auto;
    height: 46%;
  }

  .logo-sticker {
    right: 6%;
    width: min(220px, 48vw);
  }

  .launch-price {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: clamp(2.7rem, 12.2vw, 4rem);
  }

  .section-heading h2,
  .audit-copy h2,
  .flow-heading h2,
  .value-copy h2,
  .proof-copy h2,
  .contact-copy h2 {
    font-size: clamp(2rem, 10vw, 3.35rem);
  }

  .hero-stage {
    min-height: 510px;
  }

  .logo-sticker {
    top: 18px;
    width: min(230px, 64vw);
  }

  .screen-main {
    left: 50%;
    bottom: 28px;
    border-radius: 20px;
    transform: translateX(-50%);
  }

  .result-card strong {
    font-size: 1.35rem;
  }

  .logo-band span {
    min-height: 58px;
  }

  .launch-price strong {
    font-size: clamp(3.75rem, 20vw, 5.4rem);
  }
}

/* Pricing rebuild */
.pricing-section {
  width: min(1320px, calc(100% - 40px));
}

.pricing-heading .section-intro {
  max-width: 720px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 650;
  line-height: 1.55;
}

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

.pricing-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 24px;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 55px rgba(11, 25, 51, 0.08);
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 24px 24px 0 0;
  background: var(--blue-strong);
}

.starter-plan::before {
  background: #24a56b;
}

.business-plan::before {
  background: var(--blue-strong);
}

.premium-plan::before {
  background: var(--orange);
}

.pricing-card.is-featured {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 28px 80px rgba(18, 77, 163, 0.16);
}

.popular-badge {
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(18, 77, 163, 0.16);
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue-strong);
  font-size: 0.78rem;
  font-weight: 850;
}

.plan-kicker {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.plan-top h3 {
  margin-top: 16px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 2.6vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

.plan-top p {
  margin-top: 16px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
}

.feature-list,
.subscription-grid ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li,
.subscription-grid li {
  position: relative;
  padding-left: 20px;
  color: var(--navy);
  font-weight: 750;
  line-height: 1.38;
}

.feature-list li::before,
.subscription-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.feature-list li {
  padding-left: 0;
}

.feature-list li::before {
  display: none;
}

.feature-list details {
  overflow: hidden;
  border: 1px solid rgba(11, 25, 51, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  transition: border-color 0.24s var(--ease), background 0.24s var(--ease);
}

.feature-list details[open] {
  border-color: rgba(27, 102, 210, 0.22);
  background: var(--paper);
}

.feature-list summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--navy);
  cursor: pointer;
  font-weight: 850;
  line-height: 1.25;
  list-style: none;
}

.feature-list summary::-webkit-details-marker {
  display: none;
}

.feature-list summary::after {
  content: "+";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(233, 86, 44, 0.34);
  border-radius: 50%;
  color: var(--orange);
  font-size: 0.9rem;
  font-weight: 900;
}

.feature-list details[open] summary::after {
  content: "-";
}

.feature-list details p {
  margin: 0;
  padding: 0 12px 13px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.45;
}

.plan-price {
  display: grid;
  gap: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.plan-price strong {
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.7vw, 3.7rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.plan-price span {
  color: var(--muted);
  font-weight: 800;
}

.pricing-card .button {
  width: 100%;
}

.subscription-panel,
.market-comparison {
  margin-top: 18px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 55px rgba(11, 25, 51, 0.08);
}

.subscription-panel {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.subscription-heading h3,
.comparison-copy h3 {
  margin-top: 16px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(1.95rem, 3.8vw, 4rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

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

.subscription-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.subscription-grid span,
.comparison-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.subscription-grid strong {
  display: block;
  margin: 10px 0 18px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 2.05rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.market-comparison {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  scroll-margin-top: 128px;
}

.comparison-copy p {
  max-width: 620px;
  margin-top: 18px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

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

.comparison-card {
  min-height: 190px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
}

.comparison-card.ours {
  border-color: rgba(18, 77, 163, 0.26);
  background: linear-gradient(180deg, #f7fbff, #ffffff);
}

.comparison-card strong {
  display: block;
  margin-top: 12px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

.comparison-card strong .no-break,
.comparison-card strong .no-break.no-break {
  display: inline;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  white-space: nowrap;
}

.comparison-card p {
  margin-top: 14px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 1060px) {
  .pricing-grid,
  .subscription-panel,
  .market-comparison {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .pricing-section {
    width: calc(100vw - 24px);
  }

  .pricing-grid,
  .subscription-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card,
  .subscription-panel,
  .market-comparison {
    border-radius: 22px;
  }

  .plan-top h3 {
    font-size: clamp(1.9rem, 9vw, 2.75rem);
  }

  .plan-price strong {
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }
}

/* Logo composition intro */
.site-intro {
  background:
    linear-gradient(90deg, rgba(11, 25, 51, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 25, 51, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, #ffffff 0 24%, #edf4ff 56%, #0b1933 120%);
  background-size: 44px 44px, 44px 44px, auto;
  animation: introOverlayExit 0.58s var(--ease) 2.92s forwards;
}

.intro-compose {
  display: grid;
  place-items: center;
  gap: clamp(14px, 2vw, 24px);
  width: min(760px, calc(100vw - 32px));
  min-height: min(620px, calc(100dvh - 70px));
  perspective: 1200px;
  animation: introComposeExit 0.56s var(--ease) 2.62s forwards;
}

.intro-handmark {
  position: relative;
  z-index: 3;
  display: grid;
  width: clamp(92px, 15vw, 142px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(11, 25, 51, 0.12);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffffff, #edf4ff);
  box-shadow: 0 24px 70px rgba(11, 25, 51, 0.18);
  opacity: 0;
  transform: translate3d(0, -44px, 90px) rotate(-9deg) scale(0.72);
  animation: introHandCompose 2.42s var(--ease) 0.34s forwards;
}

.intro-handmark svg {
  width: 58%;
  height: 58%;
  fill: #ffffff;
  stroke: var(--navy);
  stroke-width: 4;
  filter: drop-shadow(0 10px 10px rgba(11, 25, 51, 0.14));
}

.intro-handmark::before {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: -1;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.92;
}

.intro-hand-ray {
  position: absolute;
  left: 18%;
  top: 0;
  display: block;
  width: 34px;
  height: 8px;
  border-radius: 999px;
  background: var(--orange);
  opacity: 0;
  transform-origin: right center;
  animation: introRayPop 0.52s var(--ease) 1.28s forwards;
}

.intro-hand-ray-one {
  transform: rotate(18deg) translateX(-24px);
}

.intro-hand-ray-two {
  top: 31%;
  transform: rotate(-5deg) translateX(-28px);
  animation-delay: 1.36s;
}

.intro-hand-ray-three {
  top: 46%;
  width: 26px;
  transform: rotate(-22deg) translateX(-22px);
  animation-delay: 1.44s;
}

.intro-title {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: clamp(2px, 0.8vw, 7px);
  transform-style: preserve-3d;
  animation: introTitleSettle 0.58s var(--ease) 2.02s forwards;
}

.intro-word {
  display: flex;
  justify-content: center;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: clamp(3.6rem, 11vw, 8.6rem);
  font-weight: 950;
  line-height: 0.78;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}

.intro-clients {
  color: var(--blue);
  transform: translateX(0.04em);
}

.intro-word span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(calc((var(--i) - 5) * 16px), 44px, 110px) rotateX(44deg) scale(0.7);
  animation: introLetterCompose 0.68s var(--ease) forwards;
  animation-delay: calc(0.34s + (var(--i) * 0.055s));
}

.intro-ampersand {
  color: var(--orange);
  font-family: var(--font-display);
  font-size: clamp(3rem, 9vw, 7.6rem);
  font-weight: 950;
  line-height: 0.74;
  opacity: 0;
  transform: translate3d(0, 20px, 120px) rotate(-8deg) scale(0.64);
  animation: introAmpPop 0.68s var(--ease) 0.92s forwards;
}

.intro-mini-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(16px);
  animation: introTagsCompose 0.66s var(--ease) 1.62s forwards;
}

.intro-mini-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(11, 25, 51, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

@keyframes introLetterCompose {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg) scale(1);
  }
}

@keyframes introAmpPop {
  62% {
    opacity: 1;
    transform: translate3d(0, -4px, 120px) rotate(-3deg) scale(1.08);
  }

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

@keyframes introHandCompose {
  0% {
    opacity: 0;
    transform: translate3d(0, -44px, 90px) rotate(-9deg) scale(0.72);
  }

  42% {
    opacity: 1;
    transform: translate3d(0, 4px, 100px) rotate(4deg) scale(1.05);
  }

  62% {
    opacity: 1;
    transform: translate3d(0, -2px, 100px) rotate(0deg) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg) scale(0.92);
  }
}

@keyframes introRayPop {
  0% {
    opacity: 0;
    scale: 0.2 1;
  }

  70% {
    opacity: 1;
    scale: 1.08 1;
  }

  100% {
    opacity: 0.92;
    scale: 1 1;
  }
}

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

@keyframes introTitleSettle {
  to {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scale(0.985);
    filter: none;
  }
}

@keyframes introComposeExit {
  to {
    opacity: 0;
    transform: translate3d(0, 0, 130px) scale(1.03);
  }
}

@media (max-width: 720px) {
  .intro-compose {
    min-height: min(560px, calc(100dvh - 40px));
  }

  .intro-mini-tags span {
    font-size: 0.7rem;
    padding: 7px 10px;
  }
}

/* Purple anodized brand pass */
:root {
  --blue: #17b9ff;
  --blue-strong: #2c74ff;
  --blue-soft: rgba(23, 185, 255, 0.13);
  --navy: #0b0818;
  --navy-2: #191033;
  --orange: #ff9818;
  --orange-2: #ff2fb3;
  --orange-soft: rgba(255, 47, 179, 0.13);
  --paper: #121024;
  --paper-warm: #181029;
  --ice: #0a0716;
  --ink: #fbf8ff;
  --muted: #c9c0dc;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 28px 86px rgba(0, 0, 0, 0.34);
  --hard-shadow: 0 18px 52px rgba(0, 0, 0, 0.32);
}

body {
  background:
    radial-gradient(circle at 74% 8%, rgba(23, 185, 255, 0.22), transparent 26%),
    radial-gradient(circle at 18% 16%, rgba(184, 45, 255, 0.32), transparent 32%),
    radial-gradient(circle at 88% 64%, rgba(255, 47, 179, 0.20), transparent 28%),
    linear-gradient(135deg, #05030b 0%, #0b0718 34%, #1b0f38 62%, #080612 100%);
  background-attachment: fixed;
  color: var(--ink);
}

body::before {
  background:
    repeating-linear-gradient(108deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 9px),
    linear-gradient(122deg, transparent 0 30%, rgba(142, 78, 255, 0.14) 44%, transparent 58% 100%),
    linear-gradient(18deg, transparent 0 62%, rgba(23, 185, 255, 0.10) 72%, transparent 82% 100%);
  opacity: 1;
}

.page-texture {
  opacity: 0.2;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.22) 0.7px, transparent 0.7px),
    linear-gradient(120deg, rgba(255, 47, 179, 0.14), transparent 34%, rgba(23, 185, 255, 0.12));
  background-size: 24px 24px, auto;
  mix-blend-mode: screen;
}

.site-intro {
  background:
    radial-gradient(circle at 50% 38%, rgba(184, 45, 255, 0.36), transparent 26%),
    radial-gradient(circle at 60% 44%, rgba(23, 185, 255, 0.22), transparent 30%),
    repeating-linear-gradient(112deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 10px),
    linear-gradient(135deg, #05030b 0%, #120924 50%, #05030b 100%);
  background-size: auto;
}

.intro-handmark {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 255, 0.9));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.intro-handmark::before {
  background: conic-gradient(from 220deg, #17b9ff, #782fff, #ff2fb3, #ff9818, #17b9ff);
}

.intro-handmark svg {
  width: 62%;
  height: 62%;
  fill: #ff9818;
  stroke: #ffffff;
  stroke-width: 4.6;
  filter: drop-shadow(0 12px 12px rgba(11, 8, 24, 0.28));
}

.intro-hand-ray {
  background: linear-gradient(90deg, #ff9818, #ff2fb3);
}

.intro-word {
  color: #ffffff;
  text-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.intro-clients span {
  background: linear-gradient(90deg, #17b9ff, #2c74ff 42%, #ff2fb3 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.intro-ampersand {
  color: #ff9818;
  text-shadow: 0 14px 26px rgba(255, 47, 179, 0.26);
}

.intro-mini-tags span {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #f6efff;
  backdrop-filter: blur(14px);
}

.site-header {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(12, 9, 28, 0.76);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
}

.brand img {
  width: 66px;
  height: 66px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: #ffffff;
  object-fit: contain;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.brand strong,
.main-nav a,
.footer-brand {
  color: #ffffff;
}

.brand small,
.hero-lede,
.hero-stats dd,
.section-heading p:not(.eyebrow),
.audit-copy p,
.flow-heading p:not(.eyebrow),
.value-copy p,
.contact-copy p,
.pricing-heading .section-intro,
.plan-top p,
.plan-price span,
.comparison-copy p,
.comparison-card p,
.feature-list details p,
.faq-list p,
.quotes blockquote,
.mock-hero p,
.result-card span,
.plan-kicker,
.subscription-grid span,
.comparison-card span,
.contact-details dd {
  color: var(--muted);
}

.main-nav a:hover {
  color: #17b9ff;
}

.eyebrow {
  color: #d8d1e8;
}

.eyebrow span {
  background: #ff2fb3;
  box-shadow: 12px 0 0 rgba(23, 185, 255, 0.72);
}

.hero-identity-row {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 650px;
}

.hero-inline-logo {
  display: none;
  flex: 0 0 auto;
  width: clamp(96px, 10vw, 138px);
  height: clamp(96px, 10vw, 138px);
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: #ffffff;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.34));
  transform: rotate(2deg);
}

.hero {
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  max-width: 1120px;
}

.hero::before {
  inset: 132px auto 70px 18%;
  width: min(62vw, 760px);
  opacity: 0.58;
}

.hero-copy {
  max-width: 980px;
  padding-bottom: clamp(20px, 4vw, 70px);
}

.hero-lede {
  max-width: 760px;
}

.hero-stats {
  max-width: 720px;
}

h1,
.section-heading h2,
.audit-copy h2,
.flow-heading h2,
.value-copy h2,
.proof-copy h2,
.contact-copy h2,
.plan-top h3,
.subscription-heading h3,
.comparison-copy h3,
.offer-card h3,
.project-card h3,
.faq-list summary,
.feature-list summary,
.feature-list li,
.subscription-grid li,
.search-results b,
.visibility-point strong,
.audit-grid strong,
.flow-steps strong,
.steps h3,
.value-list strong,
.contact-details dt,
.form-row label,
.mock-hero b,
.result-card strong {
  color: #ffffff;
}

.hero::before {
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(23, 185, 255, 0.13), rgba(255, 47, 179, 0.11)),
    rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 28px 80px rgba(0, 0, 0, 0.34);
}

.button-primary,
.header-cta,
.form-button,
.pricing-card .button {
  border-color: transparent;
  background: linear-gradient(135deg, #ff9818 0%, #ff2fb3 54%, #2c74ff 100%);
  color: #ffffff;
  box-shadow: 0 18px 44px rgba(255, 47, 179, 0.24);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.button-primary:hover,
.header-cta:hover,
.form-button:hover,
.pricing-card .button:hover {
  background: linear-gradient(135deg, #ffad2f 0%, #ff42bf 48%, #17b9ff 100%);
  box-shadow: 0 22px 52px rgba(23, 185, 255, 0.18);
}

.logo-sticker {
  width: min(360px, 34vw);
  opacity: 1;
}

.logo-sticker img,
.footer-brand img {
  border-radius: 24px;
  background: #ffffff;
  filter: drop-shadow(0 26px 54px rgba(0, 0, 0, 0.36));
}

.footer-brand img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.hero-stats div,
.screen-card,
.floating-card,
.logo-band,
.search-mockup,
.offer-card,
.pricing-card,
.subscription-panel,
.market-comparison,
.subscription-grid article,
.comparison-card,
.launch-offer,
.audit-panel,
.flow-panel,
.value-panel,
.steps article,
.project-card,
.quotes figure,
.faq-list details,
.contact-form,
.website-preview,
.visibility-point,
.audit-grid article,
.flow-steps article,
.search-results article,
.value-list div,
.contact-details div {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)),
    rgba(14, 10, 31, 0.76);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  color: var(--ink);
  backdrop-filter: blur(18px);
}

.pricing-card.is-featured,
.comparison-card.ours {
  border-color: rgba(23, 185, 255, 0.28);
  background:
    linear-gradient(160deg, rgba(23, 185, 255, 0.16), rgba(255, 47, 179, 0.08)),
    rgba(14, 10, 31, 0.84);
}

.search-mockup,
.blue-card,
.mock-hero,
.contact-panel {
  background:
    radial-gradient(circle at 20% 0%, rgba(23, 185, 255, 0.24), transparent 38%),
    linear-gradient(135deg, rgba(36, 15, 78, 0.96), rgba(8, 7, 22, 0.98));
}

.contact-copy .eyebrow {
  color: #d8d1e8;
}

.orange-card,
.pale-card {
  background:
    radial-gradient(circle at 80% 0%, rgba(255, 47, 179, 0.18), transparent 36%),
    rgba(14, 10, 31, 0.78);
  color: var(--ink);
}

.hero-stats dt,
.plan-price strong,
.launch-price strong,
.subscription-grid strong,
.comparison-card strong,
.price-label {
  color: #17b9ff;
}

.hero-stats dt span,
.price-prefix {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.price-prefix {
  margin-bottom: -2px;
  color: #ff2fb3;
}

.logo-band {
  background: rgba(10, 7, 22, 0.72);
}

.logo-band span {
  border-color: rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
}

.logo-band span:nth-child(2) {
  color: #ff9818;
}

.logo-band span:nth-child(3) {
  color: #ff2fb3;
}

.screen-top span:nth-child(1),
.search-top span,
.launch-list span,
.feature-list li::before,
.subscription-grid li::before {
  background: #ff2fb3;
}

.screen-top span:nth-child(2),
.mini-bars i:nth-child(2) {
  background: #ff9818;
}

.screen-top span:nth-child(3),
.mini-bars i:nth-child(3) {
  background: #17b9ff;
}

.mock-hero a,
.popular-badge,
.price-label,
.launch-terms span {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
}

.feature-list details {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
}

.feature-list details[open] {
  border-color: rgba(23, 185, 255, 0.30);
  background: rgba(255, 255, 255, 0.085);
}

.feature-list summary::after {
  border-color: rgba(255, 47, 179, 0.38);
  color: #ff2fb3;
}

.form-row input,
.form-row textarea {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.restaurant,
.artisan,
.coach,
.commerce {
  background: linear-gradient(135deg, rgba(23, 185, 255, 0.24), rgba(255, 47, 179, 0.20));
}

.site-footer {
  border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1060px) {
  .logo-sticker {
    width: min(320px, 58vw);
  }
}

@media (max-width: 720px) {
  .brand img {
    width: 62px;
    height: 62px;
  }

  .hero-identity-row {
    align-items: flex-start;
  }

  .hero-inline-logo {
    width: 82px;
    height: 82px;
    border-radius: 20px;
  }

  .logo-sticker {
    width: min(310px, 78vw);
  }

  .hero-stage {
    min-height: 560px;
  }
}

/* Essentials section */
.essentials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, 0.85fr));
  gap: 16px;
  align-items: stretch;
}

.essential-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)),
    rgba(14, 10, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px);
}

.essential-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #17b9ff, #ff2fb3, #ff9818);
  opacity: 0.9;
}

.essential-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23, 185, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.essential-main {
  grid-row: span 2;
  min-height: 516px;
  background:
    radial-gradient(circle at 18% 10%, rgba(23, 185, 255, 0.22), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(255, 47, 179, 0.18), transparent 34%),
    rgba(14, 10, 31, 0.82);
}

.essential-accent {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 152, 24, 0.20), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)),
    rgba(14, 10, 31, 0.78);
}

.essential-card span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #17b9ff;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 900;
}

.essential-card h3 {
  max-width: 540px;
  margin-top: 24px;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.01em;
}

.essential-main h3 {
  font-size: clamp(2.2rem, 4.3vw, 4.5rem);
}

.essential-card p {
  max-width: 620px;
  margin-top: 16px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.52;
}

.essential-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.essential-card li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 850;
}

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

  .essential-main {
    grid-column: span 2;
    grid-row: auto;
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .essentials-grid {
    grid-template-columns: 1fr;
  }

  .essential-main {
    grid-column: auto;
    min-height: 320px;
  }

  .essential-card {
    min-height: 220px;
  }
}

/* Scroll mascot */
.scroll-mascot {
  --mascot-progress: 0;
  --mascot-y: 136px;
  --mascot-tilt: 0deg;
  --mascot-turn: -12deg;
  position: fixed;
  top: var(--mascot-y);
  right: clamp(12px, 2vw, 28px);
  z-index: 18;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 112px;
  pointer-events: none;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.35s var(--ease);
}

.mascot-speech {
  max-width: 112px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(13, 9, 29, 0.78);
  color: #ffffff;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  backdrop-filter: blur(16px);
}

.mascot-avatar {
  position: relative;
  width: 82px;
  height: 116px;
  transform: perspective(520px) rotateY(var(--mascot-turn)) rotateZ(var(--mascot-tilt));
  transform-style: preserve-3d;
  animation: mascotFloat 3.8s var(--ease) infinite alternate;
}

.mascot-shadow {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 72px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.34), transparent 70%);
  transform: translateX(-50%) translateZ(-28px);
  filter: blur(2px);
}

.mascot-head {
  position: absolute;
  left: 13px;
  top: 0;
  z-index: 4;
  width: 58px;
  height: 58px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 22px 22px 24px 24px;
  background: linear-gradient(145deg, #ffffff, #dfeaff);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.26), inset -7px -8px 12px rgba(23, 185, 255, 0.18);
  transform: translateZ(34px);
}

.mascot-hair {
  position: absolute;
  left: 8px;
  top: -8px;
  width: 42px;
  height: 18px;
  border-radius: 18px 18px 10px 10px;
  background: linear-gradient(90deg, #17b9ff, #ff2fb3);
  transform: rotate(-4deg);
}

.mascot-eye {
  position: absolute;
  top: 27px;
  width: 7px;
  height: 10px;
  border-radius: 999px;
  background: #0b0818;
}

.mascot-eye-left {
  left: 18px;
}

.mascot-eye-right {
  right: 18px;
}

.mascot-smile {
  position: absolute;
  left: 22px;
  top: 40px;
  width: 18px;
  height: 9px;
  border-bottom: 3px solid #ff9818;
  border-radius: 0 0 999px 999px;
}

.mascot-body {
  position: absolute;
  left: 17px;
  top: 50px;
  z-index: 3;
  width: 50px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px 18px 22px 22px;
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.24), transparent 30%),
    linear-gradient(145deg, #24145a, #0f0b22 54%, #261036);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateZ(18px);
}

.mascot-core {
  position: absolute;
  left: 14px;
  bottom: 10px;
  width: 22px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #17b9ff, #ff2fb3, #ff9818);
}

.mascot-cursor {
  position: absolute;
  left: 15px;
  top: 11px;
  width: 24px;
  height: 28px;
  background: linear-gradient(135deg, #ff9818, #ff2fb3);
  clip-path: polygon(8% 0, 92% 56%, 58% 64%, 78% 100%, 57% 100%, 40% 68%, 16% 90%);
  filter: drop-shadow(0 6px 7px rgba(0, 0, 0, 0.25));
}

.mascot-arm,
.mascot-leg {
  position: absolute;
  z-index: 2;
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, #17b9ff, #2c74ff);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.20);
}

.mascot-arm {
  top: 60px;
  width: 12px;
  height: 36px;
}

.mascot-arm-left {
  left: 8px;
  transform: rotate(22deg) translateZ(8px);
}

.mascot-arm-right {
  right: 8px;
  background: linear-gradient(180deg, #ff2fb3, #ff9818);
  transform: rotate(-24deg) translateZ(8px);
}

.mascot-leg {
  bottom: 3px;
  width: 13px;
  height: 28px;
  background: linear-gradient(180deg, #ffffff, #bfc9ff);
}

.mascot-leg-left {
  left: 27px;
  transform: rotate(8deg);
}

.mascot-leg-right {
  right: 25px;
  transform: rotate(-8deg);
}

.scroll-mascot[data-direction="down"] .mascot-arm-right {
  animation: mascotWave 0.72s var(--ease);
}

.scroll-mascot.is-still {
  top: auto;
  bottom: 22px;
}

@keyframes mascotFloat {
  from {
    translate: 0 -2px;
  }

  to {
    translate: 0 7px;
  }
}

@keyframes mascotWave {
  50% {
    transform: rotate(-42deg) translate3d(2px, -4px, 8px);
  }
}

@keyframes mobileSectionReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 1060px) {
  .scroll-mascot {
    width: 88px;
    right: 10px;
  }

  .mascot-avatar {
    width: 68px;
    height: 98px;
    scale: 0.86;
  }

  .mascot-speech {
    display: none;
  }
}

@media (max-width: 720px) {
  .scroll-mascot {
    top: auto;
    right: 8px;
    bottom: 14px;
    width: 54px;
    opacity: 0.86;
    transform: translate3d(0, 0, 0);
  }

  .mascot-avatar {
    scale: 0.58;
    transform-origin: right bottom;
  }
}

/* Mobile navigation */
@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .site-header.is-menu-open .menu-toggle {
    border-color: rgba(23, 185, 255, 0.32);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(23, 185, 255, 0.15);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateX(-3px);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 1;
    transform: scaleX(0.72);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateX(3px);
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-height: min(72dvh, 540px);
    overflow: auto;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background:
      radial-gradient(circle at 82% 0%, rgba(255, 47, 179, 0.18), transparent 38%),
      rgba(10, 7, 22, 0.94);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -8px, 0) scale(0.98);
    transform-origin: top center;
    visibility: hidden;
    backdrop-filter: blur(20px);
    transition:
      opacity 0.26s var(--ease),
      transform 0.26s var(--ease),
      visibility 0.26s var(--ease);
  }

  .site-header.is-menu-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
  }

  .main-nav a {
    min-height: 52px;
    justify-content: flex-start;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
  }

  .main-nav a:hover,
  .main-nav a.is-active {
    background: rgba(23, 185, 255, 0.14);
    color: #ffffff;
  }

  .main-nav .mobile-only-link {
    display: inline-flex;
  }

  .mobile-nav-call {
    display: inline-flex !important;
    justify-content: center !important;
    border-color: transparent !important;
    background: linear-gradient(135deg, #ff9818 0%, #ff2fb3 54%, #2c74ff 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 16px 40px rgba(255, 47, 179, 0.22);
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100vw - 16px);
    padding: 8px;
  }

  .brand {
    max-width: calc(100vw - 98px);
  }

  .brand span {
    min-width: 0;
  }

  .menu-toggle {
    width: 52px;
    height: 52px;
    border-radius: 17px;
  }

  .main-nav {
    top: calc(100% + 8px);
    padding: 10px;
    border-radius: 20px;
  }
}

/* Conversion additions */
.trust-strip {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.trust-strip article,
.example-card,
.delivery-panel,
.client-proof-grid,
.founder-panel {
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)),
    rgba(14, 10, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(18px);
}

.trust-strip article {
  min-height: 156px;
  padding: clamp(18px, 2.5vw, 28px);
  border-radius: 22px;
}

.trust-strip span,
.example-copy span,
.delivery-list span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #17b9ff;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-strip strong,
.example-copy h3,
.delivery-list strong,
.client-proof-cards strong,
.founder-points strong {
  display: block;
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.7vw, 1.38rem);
  font-weight: 950;
  line-height: 1.05;
}

.trust-strip p,
.example-copy p,
.delivery-copy p,
.delivery-list p,
.client-proof-copy p,
.client-proof-cards p,
.founder-copy p,
.founder-points span {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 750;
}

.examples-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 18px;
}

.example-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(250px, 0.92fr);
  gap: clamp(18px, 3vw, 34px);
  min-height: 370px;
  overflow: hidden;
  padding: clamp(18px, 2.8vw, 34px);
  border-radius: 28px;
}

.example-card:first-child {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.example-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #17b9ff, #ff2fb3, #ff9818);
}

.example-screen {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 47, 179, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(23, 185, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(8, 7, 22, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.example-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 7, 22, 0.12), rgba(8, 7, 22, 0.72)),
    radial-gradient(circle at 88% 14%, rgba(255, 47, 179, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(23, 185, 255, 0.18), rgba(255, 47, 179, 0.16));
  pointer-events: none;
}

.example-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.78;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.02);
}

.example-commerce .example-photo {
  object-position: center 58%;
}

.example-service .example-photo {
  object-position: center 64%;
}

.example-browser {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 7px;
  padding: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.example-browser span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff2fb3;
}

.example-browser span:nth-child(2) {
  background: #ff9818;
}

.example-browser span:nth-child(3) {
  background: #17b9ff;
}

.example-hero {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.example-hero strong {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 950;
  line-height: 0.96;
}

.example-hero p {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.example-lines,
.example-tiles,
.example-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  padding: 0 22px 22px;
}

.example-lines span {
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
}

.example-lines span:nth-child(1) {
  width: 88%;
}

.example-lines span:nth-child(2) {
  width: 62%;
}

.example-lines span:nth-child(3) {
  width: 74%;
  background: linear-gradient(90deg, #ff9818, #ff2fb3, #2c74ff);
}

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

.example-tiles span {
  min-height: 72px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
}

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

.example-metrics span {
  min-height: 70px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
  font-weight: 950;
}

.example-copy {
  position: relative;
  z-index: 1;
  align-self: end;
}

.example-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 950;
}

.photo-credits {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(216, 209, 232, 0.62);
  font-size: 0.78rem;
  font-weight: 750;
}

.photo-credits a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.delivery-panel,
.client-proof-grid,
.founder-panel {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  padding: clamp(24px, 4vw, 46px);
  border-radius: 30px;
}

.delivery-copy h2,
.client-proof-copy h2,
.founder-copy h2 {
  margin-top: 18px;
  color: #ffffff;
  font-size: clamp(2.25rem, 5vw, 5.3rem);
  font-weight: 950;
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.delivery-panel {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

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

.delivery-list article,
.client-proof-cards article,
.founder-points div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.client-proof-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.client-proof-cards {
  display: grid;
  gap: 12px;
}

.client-proof-cards article:nth-child(2) {
  margin-left: clamp(0px, 4vw, 58px);
}

.founder-panel {
  grid-template-columns: auto minmax(0, 0.9fr) minmax(280px, 1fr);
  align-items: center;
}

.founder-avatar {
  display: grid;
  place-items: center;
  width: clamp(96px, 12vw, 138px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 32px;
  background:
    radial-gradient(circle at 24% 16%, rgba(255, 255, 255, 0.95), transparent 18%),
    linear-gradient(135deg, #17b9ff, #ff2fb3 58%, #ff9818);
  box-shadow: 0 24px 70px rgba(255, 47, 179, 0.20);
}

.founder-avatar span {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 950;
  line-height: 1;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.founder-points {
  display: grid;
  gap: 12px;
}

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

@media (max-width: 1060px) {
  .trust-strip,
  .examples-grid,
  .delivery-panel,
  .client-proof-grid,
  .founder-panel {
    grid-template-columns: 1fr;
  }

  .example-card,
  .example-card:first-child {
    grid-template-columns: 1fr;
    grid-row: auto;
  }

  .client-proof-cards article:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 108px;
  }

  body {
    padding-bottom: 88px;
  }

  .marquee {
    display: none;
  }

  .section,
  .hero {
    scroll-margin-top: 108px;
  }

  .mobile-home-gate {
    display: grid;
    gap: 12px;
    width: calc(100vw - 24px);
    margin: -22px auto 46px;
  }

  .mobile-home-gate a {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 14px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045)),
      rgba(14, 10, 31, 0.78);
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px);
  }

  .mobile-home-gate span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: linear-gradient(135deg, #ff9818 0%, #ff2fb3 54%, #2c74ff 100%);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 950;
  }

  .mobile-home-gate strong {
    align-self: end;
    color: #ffffff;
    font-family: var(--font-display);
    font-size: 1.35rem;
    font-weight: 950;
    line-height: 1;
  }

  .mobile-home-gate small {
    color: var(--muted);
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1.25;
  }

  body.mobile-sections-ready main > .section {
    display: none;
  }

  body.mobile-sections-ready main > .section.is-mobile-active {
    display: block;
    animation: mobileSectionReveal 0.34s var(--ease) both;
  }

  body.has-mobile-section-open .hero,
  body.has-mobile-section-open .mobile-home-gate {
    display: none;
  }

  .trust-strip,
  .delivery-list {
    grid-template-columns: 1fr;
  }

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

  .example-screen {
    min-height: 230px;
  }

  .delivery-panel,
  .client-proof-grid,
  .founder-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .founder-avatar {
    width: 96px;
    border-radius: 26px;
  }

  .delivery-copy h2,
  .client-proof-copy h2,
  .founder-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3.3rem);
    line-height: 0.96;
  }

  .founder-copy h2 {
    font-size: clamp(2.1rem, 8.5vw, 2.65rem);
    line-height: 1;
  }

  .mobile-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 19;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(10, 7, 22, 0.88);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px);
  }

  .mobile-sticky-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border-radius: 16px;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 950;
  }

  .mobile-sticky-cta a:first-child {
    background: linear-gradient(135deg, #ff9818 0%, #ff2fb3 54%, #2c74ff 100%);
  }

  .mobile-sticky-cta a:last-child {
    background: rgba(255, 255, 255, 0.10);
  }

  .scroll-mascot {
    bottom: 92px;
  }
}

/* Ultra clean pass */
:root {
  --clean-bg: #090713;
  --clean-panel: rgba(255, 255, 255, 0.055);
  --clean-panel-strong: rgba(255, 255, 255, 0.085);
  --clean-border: rgba(255, 255, 255, 0.11);
  --clean-muted: rgba(237, 232, 246, 0.68);
}

body {
  background:
    radial-gradient(circle at 72% 0%, rgba(23, 185, 255, 0.10), transparent 34%),
    radial-gradient(circle at 8% 24%, rgba(255, 47, 179, 0.10), transparent 30%),
    var(--clean-bg);
  background-size: auto;
}

body::before,
.page-texture,
.marquee,
.scroll-mascot,
.example-browser,
.example-lines,
.example-tiles,
.example-metrics,
.photo-credits {
  display: none !important;
}

.site-header {
  top: 18px;
  padding: 8px;
  border: 1px solid var(--clean-border);
  border-radius: 20px;
  background: rgba(9, 7, 19, 0.84);
  box-shadow: none;
}

.brand img {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  box-shadow: none;
}

.brand strong {
  font-size: 0.96rem;
}

.brand small {
  opacity: 0.72;
}

.main-nav {
  gap: 2px;
}

.main-nav a {
  min-height: 40px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

.main-nav a:hover,
.main-nav a.is-active {
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.header-cta,
.button-primary,
.form-button,
.pricing-card .button,
.mobile-nav-call {
  background: #ffffff !important;
  color: #090713 !important;
  box-shadow: none !important;
}

.button-secondary {
  background: transparent;
  box-shadow: none;
}

.hero {
  min-height: auto;
  padding-top: clamp(132px, 15vw, 190px);
  padding-bottom: clamp(48px, 8vw, 96px);
}

.hero::before {
  inset: 118px auto 42px 28%;
  width: min(56vw, 680px);
  border-color: var(--clean-border);
  background: var(--clean-panel);
  box-shadow: none;
  opacity: 0.72;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.5rem, 7.2vw, 7.7rem);
  line-height: 0.88;
}

.hero-lede {
  max-width: 720px;
  color: var(--clean-muted);
}

.hero-actions {
  margin-top: 28px;
}

.hero-stats {
  max-width: 670px;
  margin-top: 28px;
}

.hero-stats div,
.pricing-card,
.trust-strip article,
.subscription-panel,
.market-comparison,
.comparison-card,
.example-card,
.delivery-panel,
.client-proof-grid,
.audit-panel,
.flow-panel,
.value-panel,
.steps article,
.essential-card,
.quotes figure,
.founder-panel,
.faq-list details,
.contact-form,
.contact-panel,
.visibility-panel,
.visibility-point,
.search-mockup,
.audit-grid article,
.flow-steps article,
.value-list div,
.contact-details div,
.subscription-grid article {
  border-color: var(--clean-border) !important;
  background: var(--clean-panel) !important;
  box-shadow: none !important;
}

.pricing-card.is-featured,
.comparison-card.ours,
.essential-main,
.essential-accent {
  background: var(--clean-panel-strong) !important;
}

.section {
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.section-heading {
  margin-bottom: 24px;
}

.section-heading h2,
.audit-copy h2,
.flow-heading h2,
.value-copy h2,
.proof-copy h2,
.contact-copy h2,
.delivery-copy h2,
.client-proof-copy h2,
.founder-copy h2 {
  font-size: clamp(2.1rem, 4.8vw, 4.9rem);
  line-height: 0.95;
}

.eyebrow {
  color: rgba(237, 232, 246, 0.66);
}

.eyebrow span {
  width: 8px;
  height: 8px;
  background: #ffffff;
  box-shadow: none;
}

.examples-grid {
  gap: 16px;
}

.example-card {
  min-height: auto;
}

.example-card:first-child {
  min-height: 580px;
}

.example-screen {
  min-height: 310px;
  border-radius: 20px;
}

.example-card:first-child .example-screen {
  min-height: 380px;
}

.example-hero {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(18px, 3vw, 30px);
}

.example-hero strong {
  max-width: 11ch;
}

.example-copy a {
  background: transparent;
  border: 1px solid var(--clean-border);
}

.mobile-home-gate a,
.mobile-sticky-cta {
  box-shadow: none !important;
}

.mobile-sticky-cta {
  display: none !important;
}

@media (max-width: 720px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    top: 10px;
    border-radius: 18px;
  }

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

  .menu-toggle {
    width: 50px;
    height: 50px;
    background: transparent;
    box-shadow: none !important;
  }

  .hero {
    padding-top: 118px;
    padding-bottom: 34px;
  }

  .hero::before {
    display: none;
  }

  h1 {
    font-size: clamp(2.45rem, 10.8vw, 3.45rem);
    line-height: 0.98;
  }

  .hero-lede {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 24px;
  }

  .hero-actions .button-secondary {
    display: none;
  }

  .hero-stats {
    display: none;
  }

  .hero-stats div {
    padding: 16px;
  }

  .hero-stats dt {
    font-size: 2.1rem;
  }

  .mobile-home-gate {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .mobile-home-gate a {
    min-height: 94px;
    padding: 17px;
    border-radius: 18px;
    background: var(--clean-panel) !important;
  }

  .mobile-home-gate span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
  }

  .mobile-home-gate strong {
    font-size: 1.12rem;
  }

  .main-nav {
    background: rgba(9, 7, 19, 0.96);
    box-shadow: none;
  }

  .main-nav a {
    min-height: 48px;
    border-radius: 15px;
    background: transparent;
  }

  .section {
    padding-top: 118px;
  }

  .section-heading h2,
  .audit-copy h2,
  .flow-heading h2,
  .value-copy h2,
  .proof-copy h2,
  .contact-copy h2,
  .delivery-copy h2,
  .client-proof-copy h2,
  .founder-copy h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 0.98;
  }

  .examples-section .section-heading h2 {
    font-size: clamp(2.45rem, 11vw, 3.7rem);
  }

  .example-card:first-child,
  .example-card {
    min-height: auto;
  }

  .example-screen,
  .example-card:first-child .example-screen {
    min-height: 310px;
  }

  .example-hero strong {
    max-width: 10ch;
  }

  .mobile-sticky-cta {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 6px;
    border-radius: 18px;
    background: rgba(9, 7, 19, 0.92);
  }

  .mobile-sticky-cta a {
    min-height: 46px;
    border-radius: 14px;
    font-size: 0.86rem;
  }

  .mobile-sticky-cta a:first-child {
    background: #ffffff;
    color: #090713;
  }
}

/* Readable example thumbnails */
.example-card:not(:first-child) {
  grid-template-columns: 1fr;
}

.example-screen,
.example-card:first-child .example-screen {
  min-height: 350px;
}

.example-hero {
  box-sizing: border-box;
  width: 100%;
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(9, 7, 19, 0.00), rgba(9, 7, 19, 0.68) 28%, rgba(9, 7, 19, 0.92));
}

.example-hero strong,
.example-card:first-child .example-hero strong {
  max-width: none;
  line-height: 1.04;
  text-wrap: balance;
}

.example-card:not(:first-child) .example-hero strong {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.example-hero p {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.35;
}

@media (max-width: 720px) {
  .example-screen,
  .example-card:first-child .example-screen {
    min-height: 340px;
  }

  .example-hero {
    padding: 22px;
  }

  .example-hero strong,
  .example-card:first-child .example-hero strong {
    max-width: none;
    font-size: clamp(1.45rem, 7.6vw, 2.2rem);
  }
}

/* Compact content pass, pricing untouched */
.hero {
  padding-bottom: clamp(36px, 5vw, 64px);
}

.hero h1 {
  font-size: clamp(2.9rem, 6vw, 6.2rem);
  line-height: 0.93;
}

.section:not(.pricing-section) {
  padding-top: clamp(42px, 5.4vw, 72px);
  padding-bottom: clamp(42px, 5.4vw, 72px);
}

.section:not(.pricing-section) .section-heading {
  margin-bottom: 18px;
}

.section:not(.pricing-section) :is(
  .section-heading h2,
  .delivery-copy h2,
  .client-proof-copy h2,
  .audit-copy h2,
  .flow-heading h2,
  .value-copy h2,
  .proof-copy h2,
  .founder-copy h2,
  .contact-copy h2
) {
  font-size: clamp(1.8rem, 3.35vw, 3.55rem) !important;
  line-height: 1.04;
}

.section:not(.pricing-section) h3,
.section:not(.pricing-section) .delivery-list strong,
.section:not(.pricing-section) .client-proof-cards strong,
.section:not(.pricing-section) .founder-points strong {
  font-size: clamp(1rem, 1.25vw, 1.28rem) !important;
  line-height: 1.12;
}

.section:not(.pricing-section) :is(
  .delivery-panel,
  .client-proof-grid,
  .audit-panel,
  .flow-panel,
  .value-panel,
  .founder-panel,
  .contact-panel
) {
  gap: clamp(16px, 2.4vw, 28px);
  padding: clamp(18px, 3vw, 30px);
}

.section:not(.pricing-section) :is(
  .delivery-list,
  .client-proof-cards,
  .steps,
  .essentials-grid,
  .quotes,
  .faq-list
) {
  gap: 12px;
}

.section:not(.pricing-section) p {
  line-height: 1.48;
}

@media (max-width: 720px) {
  .hero {
    padding-top: 112px;
    padding-bottom: 30px;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 0.98;
  }

  .hero-lede {
    margin-top: 16px;
    font-size: 0.98rem;
  }

  .hero-actions,
  .hero-stats {
    margin-top: 18px;
  }

  .mobile-home-gate {
    margin-top: 0;
  }

  .mobile-home-gate a {
    min-height: 78px;
    padding: 14px;
  }

  .section:not(.pricing-section) {
    padding-top: 94px;
    padding-bottom: 34px;
  }

  .section:not(.pricing-section) :is(
    .section-heading h2,
    .delivery-copy h2,
    .client-proof-copy h2,
    .audit-copy h2,
    .flow-heading h2,
    .value-copy h2,
    .proof-copy h2,
    .founder-copy h2,
    .contact-copy h2
  ) {
    font-size: clamp(1.55rem, 7.3vw, 2.28rem) !important;
    line-height: 1.06;
  }

  .section:not(.pricing-section) h3,
  .section:not(.pricing-section) .delivery-list strong,
  .section:not(.pricing-section) .client-proof-cards strong,
  .section:not(.pricing-section) .founder-points strong {
    font-size: clamp(0.98rem, 4.6vw, 1.18rem) !important;
  }

  .section:not(.pricing-section) :is(
    .delivery-panel,
    .client-proof-grid,
    .audit-panel,
    .flow-panel,
    .value-panel,
    .founder-panel,
    .contact-panel
  ) {
    padding: 18px;
  }
}

/* Keep all essential cards in the same compact format */
.essentials-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.essential-main {
  grid-column: auto;
  grid-row: auto;
  min-height: 250px;
  background: var(--clean-panel) !important;
}

.essential-main h3 {
  font-size: clamp(1rem, 1.25vw, 1.28rem) !important;
  line-height: 1.12;
}

.essential-main ul {
  margin-top: 16px;
}

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

  .essential-main {
    grid-column: auto;
    min-height: 250px;
  }
}

@media (max-width: 720px) {
  .essentials-grid {
    grid-template-columns: 1fr;
  }

  .essential-main {
    min-height: 220px;
  }
}

/* Global alignment pass */
:root {
  --site-width: 1240px;
  --site-gutter: 40px;
  --site-gap: 16px;
  --heading-label: 280px;
  --heading-gap: 36px;
}

.site-header,
.hero,
.section,
.conversion-kit,
.client-flow,
.value-section,
.pricing-section,
.contact,
.site-footer {
  width: min(var(--site-width), calc(100% - var(--site-gutter))) !important;
  max-width: var(--site-width) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  box-sizing: border-box;
}

.hero {
  max-width: var(--site-width) !important;
}

.hero::before {
  right: 0;
  left: auto;
  width: min(620px, 52%);
  transform: none;
}

.section-heading,
.section-heading.narrow,
.flow-heading,
.pricing-heading {
  display: grid;
  grid-template-columns: minmax(210px, var(--heading-label)) minmax(0, 1fr);
  gap: var(--heading-gap);
  align-items: start;
  max-width: none;
}

.section-heading.narrow h2,
.flow-heading h2,
.pricing-heading h2 {
  margin-top: 0;
}

.flow-heading p:not(.eyebrow) {
  grid-column: 2;
}

.delivery-panel,
.client-proof-grid,
.audit-panel,
.flow-panel,
.value-panel,
.founder-panel,
.contact-panel,
.subscription-panel,
.market-comparison,
.pricing-grid {
  width: 100%;
  box-sizing: border-box;
}

.delivery-list,
.client-proof-cards,
.audit-grid,
.flow-steps,
.value-list,
.founder-points,
.steps,
.essentials-grid,
.quotes,
.pricing-grid,
.subscription-grid,
.comparison-grid,
.contact-details {
  gap: var(--site-gap);
}

.audit-grid article,
.audit-grid article:nth-child(2),
.audit-grid article:nth-child(3),
.audit-grid article:nth-child(4),
.flow-steps article,
.flow-steps article:nth-child(2),
.flow-steps article:nth-child(3),
.flow-steps article:nth-child(4),
.steps article,
.steps article:nth-child(2),
.steps article:nth-child(3),
.steps article:nth-child(4),
.client-proof-cards article:nth-child(2),
.quotes figure,
.quotes figure:nth-child(2) {
  margin-top: 0 !important;
  margin-left: 0 !important;
  transform: none !important;
}

.faq-list {
  width: calc(100% - var(--heading-label) - var(--heading-gap));
  max-width: none;
  margin-left: calc(var(--heading-label) + var(--heading-gap));
}

@media (max-width: 1060px) {
  :root {
    --heading-label: 220px;
    --heading-gap: 24px;
  }
}

@media (max-width: 720px) {
  :root {
    --site-gutter: 24px;
    --heading-label: 1fr;
    --heading-gap: 12px;
  }

  .site-header,
  .hero,
  .section,
  .conversion-kit,
  .client-flow,
  .value-section,
  .pricing-section,
  .contact,
  .site-footer {
    width: calc(100vw - var(--site-gutter)) !important;
  }

  .section-heading,
  .section-heading.narrow,
  .flow-heading,
  .pricing-heading {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .flow-heading p:not(.eyebrow) {
    grid-column: auto;
  }

  .faq-list {
    width: 100%;
    margin-left: 0;
  }

  .hero::before {
    right: 0;
    width: 72%;
  }
}

/* Cartoon mascot hero + scroll */
.hero {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 310px);
  align-items: center;
  gap: clamp(24px, 5vw, 72px);
}

.hero::before {
  display: none !important;
}

.hero-mascot {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
  isolation: isolate;
  pointer-events: none;
}

.hero-mascot-ring {
  position: absolute;
  width: min(280px, 24vw);
  min-width: 210px;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    conic-gradient(from 210deg, transparent 0 18%, #17b9ff 25%, #784cff 48%, #ff2fb3 70%, #ff9818 84%, transparent 88% 100%);
  filter: drop-shadow(0 28px 54px rgba(23, 185, 255, 0.22));
  opacity: 0.98;
  -webkit-mask: radial-gradient(circle, transparent 0 55%, #000 57% 100%);
  mask: radial-gradient(circle, transparent 0 55%, #000 57% 100%);
  transform: rotate(calc(-12deg + var(--hero-mascot-rotate, 0deg)));
}

.hero-mascot-speed {
  position: absolute;
  left: 6%;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #17b9ff, #ff2fb3);
  opacity: 0.8;
}

.hero-mascot-speed-one {
  top: 98px;
  width: 76px;
}

.hero-mascot-speed-two {
  top: 132px;
  width: 118px;
}

.hero-mascot-speed-three {
  top: 168px;
  width: 92px;
  background: linear-gradient(90deg, #2c74ff, #17b9ff);
}

.hero-mascot .mascot-avatar {
  z-index: 2;
  transform:
    perspective(620px)
    rotateY(calc(-18deg + var(--hero-mascot-rotate, 0deg)))
    rotateX(calc(8deg - var(--hero-mascot-nod, 0deg)))
    rotateZ(-3deg)
    scale(1.86);
  transform-style: preserve-3d;
  transform-origin: center bottom;
  animation-duration: 3.2s;
}

.scroll-mascot {
  --mascot-x: calc(100vw - 108px);
  --mascot-y: 180px;
  position: fixed;
  top: var(--mascot-y);
  right: auto;
  left: var(--mascot-x);
  z-index: 16;
  display: grid !important;
  width: 76px;
  opacity: 0.92;
  transform: translate3d(0, -50%, 0);
  transition:
    left 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    top 0.42s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.25s ease;
}

.scroll-mascot .mascot-speech {
  display: none;
}

.scroll-mascot .mascot-avatar {
  scale: 0.58;
  transform-origin: center;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.34));
}

.scroll-mascot[data-side="left"] .mascot-avatar {
  transform: perspective(520px) rotateY(18deg) rotateZ(var(--mascot-tilt));
}

.scroll-mascot[data-side="right"] .mascot-avatar {
  transform: perspective(520px) rotateY(-18deg) rotateZ(var(--mascot-tilt));
}

.scroll-mascot.is-hero-hidden {
  opacity: 0;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-mascot {
    min-height: 190px;
    margin-top: -8px;
  }

  .hero-mascot-ring {
    width: 190px;
    min-width: 190px;
  }

  .hero-mascot .mascot-avatar {
    transform:
      perspective(620px)
      rotateY(calc(-18deg + var(--hero-mascot-rotate, 0deg)))
      rotateX(calc(8deg - var(--hero-mascot-nod, 0deg)))
      rotateZ(-3deg)
      scale(1.25);
  }
}

@media (max-width: 720px) {
  .hero-mascot {
    min-height: 96px;
    margin-top: 10px;
  }

  .hero-mascot-ring {
    width: 112px;
    min-width: 112px;
  }

  .hero-mascot-speed {
    display: none;
  }

  .hero-mascot .mascot-avatar {
    transform:
      perspective(620px)
      rotateY(calc(-18deg + var(--hero-mascot-rotate, 0deg)))
      rotateX(calc(8deg - var(--hero-mascot-nod, 0deg)))
      rotateZ(-3deg)
      scale(0.58);
  }

  .scroll-mascot {
    top: auto !important;
    right: 9px;
    bottom: 12px;
    left: auto !important;
    width: 54px;
    opacity: 0.74;
    transform: translate3d(0, 0, 0);
  }
}

/* Three.js scroll character */
.legacy-scroll-mascot,
.hero-mascot {
  display: none !important;
}

.scroll-character {
  --character-x: 78vw;
  --character-y: 46vh;
  --character-scale: 1;
  --character-opacity: 1;
  --hint-scale: 1;
  --hint-offset-y: 0px;
  appearance: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  width: 300px;
  height: 300px;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform:
    translate3d(var(--character-x), var(--character-y), 0)
    translate3d(-50%, -50%, 0)
    scale(var(--character-scale));
  transform-origin: center;
  will-change: transform;
  contain: layout style;
  overflow: visible;
  opacity: var(--character-opacity);
  transition: opacity 180ms var(--ease);
}

.scroll-character canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.chatbot-hint {
  position: absolute;
  right: 18px;
  bottom: 24px;
  z-index: 2;
  display: inline-grid;
  min-height: 28px;
  max-width: 168px;
  place-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(10, 9, 20, 0.52);
  color: rgba(243, 246, 251, 0.72);
  font-family: var(--font-ui);
  font-size: 0.73rem;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.68;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  transform: translate3d(0, var(--hint-offset-y), 0) scale(var(--hint-scale));
  transform-origin: right bottom;
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.scroll-character:hover .chatbot-hint,
.scroll-character:focus-visible .chatbot-hint {
  opacity: 0.96;
  --hint-offset-y: -2px;
}

.scroll-character[aria-expanded="true"] .chatbot-hint {
  opacity: 0;
  --hint-offset-y: 4px;
}

.scroll-character:focus-visible {
  border-radius: 999px;
  box-shadow: 0 0 0 3px rgba(23, 185, 255, 0.36);
}

@media (max-width: 1060px) {
  .scroll-character {
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 720px) {
  .scroll-character {
    width: 164px;
    height: 164px;
    z-index: 12;
    filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.22));
  }

  .chatbot-hint {
    right: 4px;
    bottom: 12px;
    min-height: 24px;
    max-width: 126px;
    padding: 0 9px;
    font-size: 0.62rem;
    opacity: 0.62;
  }

}

/* Clickable chatbot */
.chatbot-widget {
  position: fixed;
  right: clamp(14px, 3vw, 38px);
  bottom: clamp(16px, 4vw, 34px);
  z-index: 35;
  width: min(390px, calc(100vw - 28px));
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(0.98);
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
}

.chatbot-widget.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.chatbot-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 185, 255, 0.16), transparent 32%),
    radial-gradient(circle at 100% 24%, rgba(255, 47, 179, 0.15), transparent 34%),
    rgba(13, 9, 29, 0.94);
  box-shadow: 0 26px 84px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(22px);
}

.chatbot-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 20px 20px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.chatbot-kicker {
  color: #17b9ff;
  font-size: var(--type-label);
  font-weight: 850;
  letter-spacing: var(--tracking-label);
  line-height: 1.1;
  text-transform: uppercase;
}

.chatbot-head h2 {
  margin-top: 7px;
  color: #ffffff;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 880;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.chatbot-head p:last-child {
  margin-top: 7px;
  color: var(--text-muted-premium);
  font-size: var(--type-small);
  line-height: 1.45;
}

.chatbot-close {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.chatbot-messages {
  display: grid;
  max-height: 300px;
  gap: 10px;
  overflow-y: auto;
  padding: 16px 20px;
}

.chatbot-message {
  width: fit-content;
  max-width: 92%;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  color: var(--text-body-premium);
  font-size: var(--type-small);
  font-weight: 620;
  line-height: 1.46;
}

.chatbot-message.is-bot {
  justify-self: start;
  background: rgba(255, 255, 255, 0.075);
}

.chatbot-message.is-user {
  justify-self: end;
  background: linear-gradient(135deg, rgba(23, 185, 255, 0.22), rgba(255, 47, 179, 0.20));
  color: #ffffff;
}

.chatbot-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 20px 16px;
}

.chatbot-options button,
.chatbot-form button,
.chatbot-mail {
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 780;
}

.chatbot-options button {
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
}

.chatbot-form {
  display: grid;
  gap: 8px;
  padding: 0 20px 18px;
}

.chatbot-form label {
  color: rgba(238, 233, 246, 0.78);
  font-size: var(--type-label);
  font-weight: 850;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.chatbot-form div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.chatbot-form input {
  min-width: 0;
  height: 44px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 620;
}

.chatbot-form input::placeholder {
  color: rgba(229, 221, 241, 0.48);
}

.chatbot-form input:focus {
  border-color: rgba(23, 185, 255, 0.54);
  box-shadow: 0 0 0 3px rgba(23, 185, 255, 0.14);
}

.chatbot-form button,
.chatbot-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #ffffff;
  color: #090713;
}

.chatbot-mail {
  width: calc(100% - 40px);
  margin: 0 20px 20px;
}

@media (max-width: 720px) {
  .chatbot-widget {
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
  }

  .chatbot-messages {
    max-height: 260px;
  }

  .chatbot-form div {
    grid-template-columns: 1fr;
  }
}

/* Premium typography system */
:root {
  --font-ui: "Avenir Next", "Satoshi", "Outfit", "Aptos", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: var(--font-ui);
  --font-body: var(--font-ui);
  --font-mono: "SF Mono", "JetBrains Mono", "Roboto Mono", ui-monospace, monospace;
  --font-luxe: "Cormorant Garamond", "Bodoni 72", Didot, Georgia, serif;
  --font-saas: "Space Grotesk", "Manrope", "Avenir Next", ui-sans-serif, system-ui, sans-serif;
  --font-creative: "Fraunces", "Cooper Black", "Arial Black", ui-serif, serif;
  --font-tech: "IBM Plex Mono", "SF Mono", "JetBrains Mono", ui-monospace, monospace;
  --font-editorial: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-contact: "Manrope", "Avenir Next", "Satoshi", ui-sans-serif, system-ui, sans-serif;
  --type-hero: clamp(3.25rem, 6.1vw, 6.7rem);
  --type-section: clamp(2.05rem, 3.55vw, 4.1rem);
  --type-section-compact: clamp(1.85rem, 3.05vw, 3.35rem);
  --type-card-title: clamp(1.05rem, 1.4vw, 1.42rem);
  --type-plan-title: clamp(1.75rem, 2.4vw, 2.85rem);
  --type-price: clamp(2.35rem, 3.45vw, 3.55rem);
  --type-lead: clamp(1.03rem, 1.2vw, 1.22rem);
  --type-body: clamp(0.96rem, 0.94vw, 1.04rem);
  --type-small: clamp(0.82rem, 0.82vw, 0.9rem);
  --type-label: clamp(0.72rem, 0.72vw, 0.8rem);
  --leading-hero: 0.94;
  --leading-title: 1.03;
  --leading-card: 1.18;
  --leading-body: 1.62;
  --leading-tight-body: 1.48;
  --tracking-hero: -0.035em;
  --tracking-title: -0.026em;
  --tracking-card: -0.012em;
  --tracking-label: 0.075em;
  --text-strong: rgba(255, 255, 255, 0.97);
  --text-body-premium: rgba(242, 237, 249, 0.82);
  --text-muted-premium: rgba(229, 221, 241, 0.70);
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: var(--text-body-premium);
  font-family: var(--font-body);
  font-size: var(--type-body);
  font-weight: 600;
  line-height: var(--leading-body);
  font-optical-sizing: auto;
}

h1,
h2,
h3,
h4,
.brand strong,
.button,
.main-nav a,
.form-row label,
.feature-list summary,
.faq-list summary {
  font-family: var(--font-display);
  font-optical-sizing: auto;
}

h1,
h2,
h3 {
  color: var(--text-strong);
  text-wrap: balance;
}

h1,
.hero h1 {
  max-width: 11.8ch;
  color: #ffffff;
  font-size: var(--type-hero) !important;
  font-weight: 900;
  line-height: var(--leading-hero) !important;
  letter-spacing: var(--tracking-hero);
  text-transform: none;
}

.section:not(.pricing-section) :is(
  .section-heading h2,
  .delivery-copy h2,
  .client-proof-copy h2,
  .audit-copy h2,
  .flow-heading h2,
  .value-copy h2,
  .proof-copy h2,
  .founder-copy h2,
  .contact-copy h2
) {
  color: var(--text-strong);
  font-size: var(--type-section-compact) !important;
  font-weight: 890;
  line-height: var(--leading-title) !important;
  letter-spacing: var(--tracking-title);
  text-transform: none;
}

.pricing-section :is(.section-heading h2, .pricing-heading h2) {
  color: var(--text-strong);
  font-size: var(--type-section) !important;
  font-weight: 900;
  line-height: var(--leading-title);
  letter-spacing: var(--tracking-title);
  text-transform: none;
}

.hero-lede,
.section-intro,
.pricing-heading .section-intro,
.contact-copy > p,
.audit-copy > p,
.flow-heading p:not(.eyebrow),
.value-copy > p,
.delivery-copy > p,
.client-proof-copy > p,
.founder-copy > p,
.comparison-copy p {
  max-width: 68ch;
  color: var(--text-body-premium) !important;
  font-size: var(--type-lead);
  font-weight: 620;
  line-height: 1.66 !important;
  letter-spacing: 0;
}

p,
li,
dd,
blockquote,
summary,
input,
textarea,
.feature-list details p,
.comparison-card p,
.pricing-card p,
.delivery-list p,
.client-proof-cards p,
.essential-card p,
.steps p,
.quotes blockquote,
.faq-list p,
.contact-details dd,
.subscription-grid li {
  color: var(--text-body-premium);
  font-size: var(--type-body);
  font-weight: 610;
  line-height: var(--leading-body);
  letter-spacing: 0;
}

.hero-stats dd,
.plan-price span,
.plan-top p,
.feature-list details p,
.comparison-card p,
.subscription-grid span,
.contact-details dt,
.field-error,
.form-state,
.site-footer p,
.brand small,
.mobile-home-gate small {
  color: var(--text-muted-premium) !important;
  font-size: var(--type-small);
  line-height: 1.5;
}

.eyebrow,
.plan-kicker,
.popular-badge,
.price-prefix,
.trust-strip span,
.delivery-list span,
.example-copy span,
.subscription-grid span,
.comparison-card span,
.form-row label,
.contact-details dt,
.mobile-home-gate span {
  color: rgba(238, 233, 246, 0.78);
  font-size: var(--type-label) !important;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
}

.section:not(.pricing-section) h3,
.section:not(.pricing-section) .delivery-list strong,
.section:not(.pricing-section) .client-proof-cards strong,
.section:not(.pricing-section) .founder-points strong,
.essential-card h3,
.steps h3,
.value-list strong,
.audit-grid strong,
.flow-steps strong {
  color: var(--text-strong);
  font-size: var(--type-card-title) !important;
  font-weight: 820;
  line-height: var(--leading-card) !important;
  letter-spacing: var(--tracking-card);
  text-transform: none;
}

.plan-top h3 {
  color: var(--text-strong);
  font-size: var(--type-plan-title) !important;
  font-weight: 890;
  line-height: 1.05;
  letter-spacing: var(--tracking-title);
}

.plan-price strong,
.subscription-grid strong,
.comparison-card strong,
.hero-stats dt {
  font-family: var(--font-display);
  font-size: var(--type-price);
  font-weight: 900;
  line-height: 0.96;
  letter-spacing: -0.028em;
}

.comparison-card strong,
.subscription-grid strong {
  font-size: clamp(1.35rem, 1.65vw, 1.75rem);
  line-height: 1.08;
}

.main-nav a,
.button,
.header-cta,
.pricing-card .button,
.form-button,
.mobile-nav-call,
.mobile-home-gate strong {
  font-size: clamp(0.86rem, 0.82vw, 0.94rem) !important;
  font-weight: 780;
  line-height: 1.1;
  letter-spacing: -0.004em;
  text-transform: none;
}

.brand strong {
  font-size: clamp(0.95rem, 0.94vw, 1.08rem);
  font-weight: 880;
  letter-spacing: -0.018em;
}

.brand small {
  font-weight: 650;
  letter-spacing: 0;
}

.form-row input,
.form-row textarea {
  font-size: 1rem;
  font-weight: 620;
  line-height: 1.45;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(229, 221, 241, 0.52);
}

.faq-list summary {
  font-size: clamp(0.98rem, 1vw, 1.08rem) !important;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: -0.01em;
  text-transform: none;
}

.type-display {
  font-size: var(--type-hero);
  font-weight: 900;
  line-height: var(--leading-hero);
  letter-spacing: var(--tracking-hero);
}

.type-title {
  font-size: var(--type-section);
  font-weight: 890;
  line-height: var(--leading-title);
  letter-spacing: var(--tracking-title);
}

.type-lead {
  font-size: var(--type-lead);
  line-height: 1.66;
}

.type-body {
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

.type-small {
  font-size: var(--type-small);
  line-height: 1.5;
}

.rich-text,
.prose,
.markdown {
  color: var(--text-body-premium);
  font-size: var(--type-body);
  line-height: 1.72;
}

.rich-text :is(h1, h2, h3),
.prose :is(h1, h2, h3),
.markdown :is(h1, h2, h3) {
  margin: 1.4em 0 0.45em;
  color: var(--text-strong);
  line-height: var(--leading-title);
  letter-spacing: var(--tracking-title);
}

.rich-text p,
.prose p,
.markdown p {
  max-width: 72ch;
  margin: 0 0 1em;
  line-height: 1.72;
}

.rich-text :is(ul, ol),
.prose :is(ul, ol),
.markdown :is(ul, ol) {
  margin: 0 0 1.1em;
  padding-left: 1.2em;
}

@media (max-width: 720px) {
  :root {
    --type-hero: clamp(2.55rem, 12vw, 3.85rem);
    --type-section: clamp(2rem, 9.4vw, 3rem);
    --type-section-compact: clamp(1.62rem, 7.2vw, 2.24rem);
    --type-card-title: clamp(1rem, 4.25vw, 1.18rem);
    --type-plan-title: clamp(1.55rem, 7.4vw, 2.32rem);
    --type-price: clamp(2rem, 10.2vw, 2.85rem);
    --type-lead: clamp(1rem, 4.6vw, 1.12rem);
    --type-body: clamp(0.94rem, 3.85vw, 1rem);
    --type-small: clamp(0.8rem, 3.35vw, 0.88rem);
  }

  h1,
  .hero h1 {
    max-width: 10.8ch;
    line-height: 0.98 !important;
    letter-spacing: -0.03em;
  }

  .hero-lede,
  .section-intro,
  .pricing-heading .section-intro,
  .contact-copy > p,
  .audit-copy > p,
  .flow-heading p:not(.eyebrow),
  .value-copy > p,
  .delivery-copy > p,
  .client-proof-copy > p,
  .founder-copy > p {
    line-height: 1.58 !important;
  }

  .main-nav a,
  .button,
  .header-cta,
  .pricing-card .button,
  .form-button,
  .mobile-nav-call {
    font-size: 0.94rem !important;
  }
}

/* Anodized typography system */
:root {
  --text-primary: #f3f6fb;
  --text-secondary: #b8c2cf;
  --text-tertiary: #7d8794;
  --text-silver: #d9e1ea;
  --text-titanium: #eef3f8;
  --text-chrome: #c8d4e3;
  --accent-blue: #8db8ff;
  --accent-cyan: #7fe4ff;
  --accent-violet: #b8a7ff;
  --accent-steel: #9fb2c8;
  --text-link: #a9c8ff;
  --text-link-hover: #d7e6ff;
  --text-disabled: #59616d;
  --hero-gradient:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #dce6f2 22%,
      #afc7e8 42%,
      #8db8ff 63%,
      #c7b8ff 82%,
      #f4f8fc 100%
    );
  --text-glow-blue: 0 0 24px rgba(141, 184, 255, 0.18);
  --text-glow-cyan: 0 0 18px rgba(127, 228, 255, 0.12);
  --text-glow-violet: 0 0 20px rgba(184, 167, 255, 0.14);
  --text-strong: var(--text-primary);
  --text-body-premium: var(--text-secondary);
  --text-muted-premium: var(--text-tertiary);
  --tracking-hero: 0;
  --tracking-title: 0;
  --tracking-card: 0;
}

body {
  background:
    radial-gradient(circle at 78% 0%, rgba(141, 184, 255, 0.11), transparent 34%),
    radial-gradient(circle at 8% 20%, rgba(184, 167, 255, 0.11), transparent 31%),
    linear-gradient(135deg, #080a0f 0%, #0b0d16 42%, #120d24 100%);
  color: var(--text-secondary);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1,
h2,
.hero-title,
.hero h1,
.section-heading h2,
.pricing-heading h2,
.delivery-copy h2,
.client-proof-copy h2,
.audit-copy h2,
.flow-heading h2,
.value-copy h2,
.proof-copy h2,
.founder-copy h2,
.contact-copy h2 {
  background: var(--hero-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  font-weight: 850;
  letter-spacing: 0 !important;
  text-shadow: var(--text-glow-blue);
}

h3,
h4,
.section:not(.pricing-section) h3,
.section:not(.pricing-section) .delivery-list strong,
.section:not(.pricing-section) .client-proof-cards strong,
.section:not(.pricing-section) .founder-points strong,
.essential-card h3,
.steps h3,
.value-list strong,
.audit-grid strong,
.flow-steps strong,
.plan-top h3 {
  color: var(--text-primary) !important;
  letter-spacing: 0 !important;
}

p,
li,
dd,
blockquote,
summary,
input,
textarea,
.hero-lede,
.section-intro,
.pricing-heading .section-intro,
.contact-copy > p,
.audit-copy > p,
.flow-heading p:not(.eyebrow),
.value-copy > p,
.delivery-copy > p,
.client-proof-copy > p,
.founder-copy > p,
.comparison-copy p {
  color: var(--text-secondary) !important;
  line-height: 1.7;
}

small,
.text-muted,
.hero-stats dd,
.plan-price span,
.plan-top p,
.feature-list details p,
.comparison-card p,
.subscription-grid span,
.contact-details dt,
.field-error,
.form-state,
.site-footer p,
.brand small,
.mobile-home-gate small {
  color: var(--text-tertiary) !important;
}

a:not(.button):not(.brand):not(.chatbot-mail):not(.mobile-nav-call) {
  color: var(--text-link);
  transition: color 180ms var(--ease), text-shadow 180ms var(--ease);
}

a:not(.button):not(.brand):not(.chatbot-mail):not(.mobile-nav-call):hover {
  color: var(--text-link-hover);
  text-shadow: var(--text-glow-cyan);
}

.text-anodized {
  background:
    linear-gradient(
      135deg,
      #eef3f8 0%,
      #afc7e8 35%,
      #8db8ff 55%,
      #b8a7ff 100%
    );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

.label-premium,
.eyebrow,
.plan-kicker,
.popular-badge,
.price-prefix,
.trust-strip span,
.delivery-list span,
.example-copy span,
.subscription-grid span,
.comparison-card span,
.form-row label,
.contact-details dt,
.mobile-home-gate span {
  color: var(--text-silver) !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.disabled {
  color: var(--text-disabled) !important;
}

.main-nav a,
.button,
.header-cta,
.pricing-card .button,
.form-button,
.mobile-nav-call,
.mobile-home-gate strong,
.brand strong,
.faq-list summary,
.plan-price strong,
.subscription-grid strong,
.comparison-card strong,
.hero-stats dt,
.type-display,
.type-title,
.rich-text :is(h1, h2, h3),
.prose :is(h1, h2, h3),
.markdown :is(h1, h2, h3) {
  letter-spacing: 0 !important;
}

/* 3D scroll finale */
.penguin-finale {
  position: relative;
  display: grid;
  min-height: auto;
  place-items: start center;
  overflow: clip;
  padding: clamp(520px, 62vh, 640px) 16px clamp(170px, 16vw, 250px);
  text-align: center;
}

.penguin-finale::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 42%, rgba(141, 184, 255, 0.14), transparent 26%),
    radial-gradient(circle at 48% 52%, rgba(184, 167, 255, 0.12), transparent 34%);
}

.finale-copy {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 720px;
  gap: 8px;
  margin-inline: auto;
  transform: none;
}

.finale-copy .eyebrow {
  display: none;
}

.finale-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.finale-copy p:not(.eyebrow) {
  max-width: 58ch;
  margin: 0 auto;
  color: var(--text-secondary) !important;
  font-size: clamp(0.96rem, 1vw, 1.05rem);
}

.finale-copy .button {
  min-height: 34px;
  padding-inline: 20px;
}

.audit-disclosure {
  width: min(100%, 560px);
  margin: 0;
  color: var(--text-secondary);
}

.audit-disclosure summary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text-titanium);
  font-weight: 820;
  line-height: 1.12;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition:
    border-color 180ms var(--ease),
    background 180ms var(--ease),
    transform 180ms var(--ease);
}

.audit-disclosure summary::-webkit-details-marker {
  display: none;
}

.audit-disclosure summary::after {
  content: "+";
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1rem;
  line-height: 1;
}

.audit-disclosure summary:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.audit-disclosure[open] summary::after {
  content: "-";
}

.audit-disclosure ul {
  display: grid;
  gap: 10px;
  max-width: 58ch;
  margin: 18px 0 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.audit-disclosure li {
  position: relative;
  padding-left: 20px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.48;
}

.audit-disclosure li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.55;
}

.finale-speech {
  position: absolute;
  left: 36%;
  top: 16%;
  z-index: 2;
  width: min(340px, calc(100vw - 42px));
  margin: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(10, 9, 20, 0.62);
  color: var(--text-titanium) !important;
  font-size: clamp(0.96rem, 1vw, 1.06rem);
  font-weight: 760;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(300px, -42%, 0) scale(0.98);
  transition:
    opacity 220ms var(--ease),
    transform 320ms var(--ease);
}

body.penguin-finale-active .finale-speech {
  opacity: 1;
  transform: translate3d(300px, -50%, 0) scale(1);
}

@media (min-width: 721px) {
  .finale-speech {
    display: none;
  }
}

.finale-speech::before {
  content: "";
  position: absolute;
  right: calc(100% - 10px);
  top: 50%;
  width: 18px;
  height: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 9, 20, 0.62);
  transform: translateY(-50%) rotate(45deg);
}

.scroll-character[data-mode="finale"] .chatbot-hint {
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
}

.scroll-character[data-contact="true"] .chatbot-hint {
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
}

.scroll-character[data-theme="paper"] .chatbot-hint {
  background: rgba(244, 239, 229, 0.88);
  color: #261b15;
}

.scroll-character[data-theme="candy"] .chatbot-hint {
  background: rgba(255, 240, 90, 0.92);
  color: #171137;
}

.scroll-character[data-theme="signal"] .chatbot-hint {
  background: rgba(156, 255, 110, 0.9);
  color: #07120f;
}

.scroll-character[data-theme="signal"][data-mode="scroll"] .chatbot-hint {
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
}

.scroll-character[data-theme="steel"] .chatbot-hint {
  background: rgba(245, 247, 251, 0.92);
  color: #101626;
}

.scroll-character[data-theme="mint"] .chatbot-hint {
  background: rgba(223, 247, 233, 0.9);
  color: #10231b;
}

.scroll-character[data-theme="ember"] .chatbot-hint {
  background: rgba(255, 179, 91, 0.9);
  color: #30130e;
}

.scroll-character[data-theme="neon"][data-mode="scroll"] .chatbot-hint {
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
}

.scroll-character[data-theme="luxe"][data-mode="scroll"] .chatbot-hint {
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
}

@media (max-width: 720px) {
  .penguin-finale {
    min-height: calc(100svh - 12px);
    align-content: start;
    row-gap: 18px;
    overflow: visible;
    padding: 132px 16px max(150px, calc(128px + env(safe-area-inset-bottom)));
  }

  .finale-copy {
    max-width: min(100%, 28rem);
    gap: 12px;
    transform: none;
  }

  .finale-copy h2 {
    font-size: clamp(2.05rem, 11vw, 3.3rem);
  }

  .finale-copy p:not(.eyebrow) {
    max-width: 27rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .audit-disclosure {
    width: min(100%, 23rem);
  }

  .audit-disclosure summary {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    font-size: 0.95rem;
  }

  .audit-disclosure ul {
    gap: 9px;
    margin-top: 14px;
  }

  .audit-disclosure li {
    font-size: 0.92rem;
    line-height: 1.42;
  }

  .finale-speech {
    position: relative;
    left: auto;
    top: auto;
    width: min(312px, calc(100vw - 32px));
    margin: 18px auto 0;
    padding: 13px 15px;
    font-size: 0.9rem;
    opacity: 1;
    transform: none;
  }

  body.penguin-finale-active .finale-speech {
    transform: none;
  }

  .finale-speech::before {
    display: none;
  }

  .scroll-character[data-mode="finale"] {
    opacity: 0;
    pointer-events: none;
  }

  body[data-active-section="merci"] .mobile-sticky-cta {
    display: none !important;
  }
}

/* Visual evolution layer */
#livrables,
#clients,
#audit,
#parcours,
#confiance,
#avis,
#adrien {
  display: none !important;
}

body {
  background:
    radial-gradient(circle at 70% 4%, rgba(69, 95, 255, 0.18), transparent 33%),
    radial-gradient(circle at 8% 12%, rgba(255, 61, 162, 0.12), transparent 28%),
    linear-gradient(135deg, #070812 0%, #0d0a1a 46%, #12091c 100%);
}

.visual-site {
  overflow: clip;
}

.site-header {
  width: min(1240px, calc(100vw - 36px));
  border-color: rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(13, 12, 28, 0.86), rgba(8, 8, 18, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 22px 70px rgba(0, 0, 0, 0.24);
}

.main-nav {
  gap: 4px;
}

.main-nav a {
  border-radius: 999px;
  padding-inline: 13px;
}

.visual-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  width: min(1240px, calc(100vw - 36px));
  min-height: min(820px, calc(100svh - 36px));
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  margin-inline: auto;
  padding: clamp(130px, 12vw, 168px) 0 clamp(74px, 8vw, 118px);
}

.visual-hero::before {
  content: "";
  position: absolute;
  inset: 86px -8vw 8%;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(110deg, transparent 0 52%, rgba(255, 255, 255, 0.05) 52% 53%, transparent 53%),
    radial-gradient(circle at 74% 42%, rgba(38, 208, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 68%, rgba(255, 53, 171, 0.14), transparent 31%);
}

.visual-hero .hero-copy {
  max-width: 660px;
}

.visual-hero .hero-lede {
  max-width: 60ch;
}

.visual-hero .hero-actions {
  align-items: center;
}

.hero-showcase {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 34px 90px rgba(0, 0, 0, 0.34);
}

.showcase-browser {
  display: flex;
  gap: 8px;
  padding: 18px 20px;
}

.showcase-browser span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #ffffff;
  opacity: 0.7;
}

.showcase-frame {
  position: absolute;
  inset: 54px 20px 20px;
  display: grid;
  align-content: end;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(18, 20, 46, 0.38), rgba(11, 8, 24, 0.72)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 52px);
}

.showcase-copy small,
.showcase-card span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-copy strong {
  display: block;
  max-width: 11ch;
  margin-top: 8px;
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  font-weight: 900;
  line-height: 0.9;
}

.showcase-card {
  width: min(260px, 78%);
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  color: #0b0a18;
  transform: rotate(-3deg);
}

.showcase-card strong {
  display: block;
  margin-top: 7px;
  color: #0b0a18;
  font-size: 1.18rem;
  font-weight: 880;
}

.showcase-card.secondary {
  justify-self: end;
  background: #ff4fb8;
  color: #ffffff;
  transform: translateY(-24px) rotate(5deg);
}

.showcase-card.secondary strong {
  color: #ffffff;
}

.visual-section {
  --section-bg: #101118;
  --section-ink: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.72);
  --section-soft: rgba(255, 255, 255, 0.1);
  --section-line: rgba(255, 255, 255, 0.16);
  --section-accent: #8db8ff;
  position: relative;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(78px, 8vw, 128px) max(18px, calc((100vw - 1240px) / 2));
  overflow: clip;
  background: var(--section-bg);
}

.visual-section :is(h1, h2, h3, h4, strong),
.visual-section :is(.section-heading h2, .pricing-heading h2, .contact-copy h2) {
  background: none !important;
  color: var(--section-ink) !important;
  -webkit-text-fill-color: var(--section-ink) !important;
  text-shadow: none !important;
}

.visual-section :is(p, li, dd, summary, .section-intro, .feature-list details p) {
  color: var(--section-muted) !important;
}

.visual-section .eyebrow {
  color: var(--section-accent) !important;
}

.visual-section .eyebrow span {
  background: var(--section-accent);
}

.stage-paper {
  --section-bg: #f4efe5;
  --section-ink: #261b15;
  --section-muted: #6a5c4f;
  --section-line: rgba(38, 27, 21, 0.15);
  --section-accent: #b45a35;
  background:
    linear-gradient(90deg, rgba(38, 27, 21, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, #f9f4ea 0%, #eee3d3 100%);
  background-size: 44px 44px, auto;
}

.stage-paper-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 84px);
  align-items: start;
}

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

.journey-board article {
  min-height: 210px;
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--section-line);
  border-radius: 2px 34px 2px 34px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 28px 70px rgba(38, 27, 21, 0.08);
}

.journey-board article:nth-child(2),
.journey-board article:nth-child(3) {
  transform: translateY(28px);
}

.journey-board span,
.signal-stack span,
.style-card > h3,
.mini-subscriptions span {
  color: var(--section-accent) !important;
}

.stage-studio {
  --section-bg: #1720bf;
  --section-ink: #ffffff;
  --section-muted: rgba(255, 255, 255, 0.76);
  --section-accent: #fff05a;
  min-height: auto;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 240, 90, 0.24), transparent 24%),
    radial-gradient(circle at 86% 72%, rgba(255, 79, 184, 0.28), transparent 27%),
    linear-gradient(135deg, #1720bf 0%, #651dd2 52%, #ff4fb8 100%);
}

.style-header {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.58fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.style-header h2 {
  max-width: 15ch;
  font-size: clamp(2.25rem, 5vw, 5.35rem) !important;
  line-height: 0.94 !important;
}

.style-gallery {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(14px, 2vw, 24px);
}

.style-card {
  display: grid;
  min-height: 310px;
  align-content: space-between;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  overflow: hidden;
}

.style-card:nth-child(even) {
  transform: translateY(38px);
}

.style-card h3 {
  margin: 0;
  font-size: clamp(1.05rem, 1.4vw, 1.36rem) !important;
}

.style-mockup {
  position: relative;
  min-height: 210px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 24px;
  overflow: hidden;
}

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

.style-mockup strong {
  position: relative;
  z-index: 1;
  font-size: clamp(1.65rem, 3vw, 3rem);
  line-height: 0.96;
}

.style-mockup p {
  position: relative;
  z-index: 1;
  max-width: 24ch;
  margin: 0;
}

.style-luxe {
  background: #ede8dd;
  color: #17130f;
  border-radius: 2px;
}

.style-luxe .style-mockup {
  background: #14100d;
}

.style-luxe .style-mockup::before {
  inset: 18px;
  border: 1px solid rgba(237, 232, 221, 0.32);
}

.style-local {
  background: #fff44d;
  color: #111111;
  border-radius: 34px 4px 34px 4px;
}

.style-local .style-mockup {
  border-radius: 26px 4px 26px 4px;
  background: linear-gradient(135deg, #ffffff, #ff7a1a);
}

.style-local .style-mockup::before {
  width: 132px;
  height: 132px;
  top: 18px;
  right: 20px;
  border-radius: 999px;
  background: #1b66d2;
}

.style-tech {
  background: #080b12;
  border-radius: 20px;
}

.style-tech .style-mockup {
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(127, 228, 255, 0.16) 1px, transparent 1px),
    linear-gradient(180deg, rgba(127, 228, 255, 0.16) 1px, transparent 1px),
    #101728;
  background-size: 28px 28px;
}

.style-tech .style-mockup::before {
  inset: 28px auto auto 28px;
  width: 54%;
  height: 10px;
  background: #7fe4ff;
  box-shadow: 0 28px 0 rgba(127, 228, 255, 0.42), 0 56px 0 rgba(127, 228, 255, 0.2);
}

.style-soft {
  background: #f8dde7;
  color: #37202a;
  border-radius: 42px;
}

.style-soft .style-mockup {
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 24%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #ffd9e8, #b8f1df);
}

.style-soft .style-mockup::before {
  right: 24px;
  bottom: 24px;
  width: 112px;
  height: 112px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.62);
}

.stage-signal {
  --section-bg: #07120f;
  --section-ink: #eafdf5;
  --section-muted: rgba(234, 253, 245, 0.68);
  --section-accent: #9cff6e;
  background:
    linear-gradient(90deg, rgba(156, 255, 110, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 78% 14%, rgba(156, 255, 110, 0.16), transparent 26%),
    #07120f;
  background-size: 60px 60px, auto, auto;
}

.signal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
}

.signal-copy h2 {
  max-width: 9ch;
  font-family: var(--font-mono);
  font-size: clamp(2.4rem, 6vw, 6rem) !important;
  line-height: 0.92 !important;
}

.signal-stack {
  display: grid;
  gap: 10px;
}

.signal-stack article {
  display: grid;
  grid-template-columns: 130px minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(156, 255, 110, 0.2);
}

.signal-stack article:last-child {
  border-bottom: 1px solid rgba(156, 255, 110, 0.2);
}

.signal-stack strong {
  font-size: clamp(1.05rem, 1.4vw, 1.42rem) !important;
}

.stage-pricing {
  --section-bg: #f5f7fb;
  --section-ink: #101626;
  --section-muted: #657086;
  --section-accent: #275df6;
  background:
    radial-gradient(circle at 18% 0%, rgba(39, 93, 246, 0.12), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #eef3f9 100%);
}

.stage-pricing .pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(260px, 0.42fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
}

.stage-pricing .pricing-grid {
  margin-top: clamp(28px, 5vw, 58px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.stage-pricing .pricing-card {
  min-height: 0 !important;
  padding: clamp(22px, 2.6vw, 30px) !important;
  border: 1px solid rgba(16, 22, 38, 0.12);
  background: rgba(255, 255, 255, 0.86);
  color: var(--section-ink);
  box-shadow: 0 26px 80px rgba(16, 22, 38, 0.1);
}

.stage-pricing .pricing-card.is-featured,
.stage-pricing .pricing-card.business-plan {
  background: #111827 !important;
  color: #ffffff;
}

.stage-pricing .pricing-card.is-featured :is(h3, strong, p, summary, span),
.stage-pricing .pricing-card.business-plan :is(h3, strong, p, summary, span) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.stage-pricing .pricing-card .plan-top {
  min-height: 0;
}

.stage-pricing .feature-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.stage-pricing .feature-list details {
  padding: 0;
  border: 0;
  background: transparent;
}

.stage-pricing .feature-list summary {
  min-height: 0;
  padding: 9px 0;
  border-bottom: 1px solid rgba(16, 22, 38, 0.1);
}

.stage-pricing .pricing-card.business-plan .feature-list summary {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.stage-pricing .feature-list li:nth-child(n+5),
.stage-pricing .trust-strip,
.stage-pricing .market-comparison {
  display: none !important;
}

.stage-pricing .subscription-panel {
  margin-top: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.stage-pricing .subscription-heading {
  display: none;
}

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

.stage-pricing .subscription-grid article {
  min-height: auto;
  padding: 18px;
  border: 1px solid rgba(16, 22, 38, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.stage-faq {
  --section-bg: #dff7e9;
  --section-ink: #10231b;
  --section-muted: #4f675b;
  --section-accent: #0f8f59;
  background:
    radial-gradient(circle at 15% 20%, rgba(15, 143, 89, 0.16), transparent 30%),
    linear-gradient(120deg, #dff7e9 0%, #f9fff8 100%);
}

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

.stage-faq details {
  border: 1px solid rgba(16, 35, 27, 0.13);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: none;
}

.stage-contact {
  --section-bg: #30130e;
  --section-ink: #fff8f1;
  --section-muted: rgba(255, 248, 241, 0.72);
  --section-accent: #ffb35b;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 179, 91, 0.24), transparent 26%),
    linear-gradient(135deg, #30130e 0%, #5b1f19 56%, #160c13 100%);
}

.stage-contact .contact-panel {
  border: 1px solid rgba(255, 248, 241, 0.14);
  background: rgba(255, 248, 241, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 80px rgba(0, 0, 0, 0.26);
}

.stage-contact .contact-form,
.stage-contact .contact-details div {
  background: rgba(255, 248, 241, 0.09);
  border-color: rgba(255, 248, 241, 0.16);
}

.stage-contact :is(input, textarea) {
  background: rgba(255, 248, 241, 0.1);
  border-color: rgba(255, 248, 241, 0.18);
  color: #ffffff;
}

.stage-contact :is(input, textarea)::placeholder {
  color: rgba(255, 248, 241, 0.52);
}

.visual-section .button,
.visual-hero .button {
  min-height: 52px;
  border-radius: 999px;
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    background 220ms var(--ease);
}

.visual-section .button:active,
.visual-hero .button:active {
  transform: translateY(1px) scale(0.99);
}

@media (max-width: 1060px) {
  .visual-hero,
  .stage-paper-grid,
  .style-header,
  .signal-layout,
  .stage-pricing .pricing-hero {
    grid-template-columns: 1fr;
  }

  .hero-showcase {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: calc(100vw - 22px);
  }

  .visual-hero {
    width: calc(100vw - 24px);
    min-height: auto;
    padding: 124px 0 44px;
  }

  .hero-showcase {
    min-height: 300px;
  }

  .showcase-copy strong {
    font-size: clamp(1.95rem, 13vw, 3.35rem);
  }

  .visual-section {
    padding: 54px 12px;
  }

  .journey-board,
  .style-gallery,
  .stage-faq .faq-list,
  .stage-pricing .subscription-grid {
    grid-template-columns: 1fr;
  }

  .journey-board article:nth-child(2),
  .journey-board article:nth-child(3),
  .style-card:nth-child(even) {
    transform: none;
  }

  .style-header h2,
  .signal-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.15rem, 13vw, 3.7rem) !important;
  }

  .style-card {
    min-height: 280px;
  }

  .style-mockup {
    min-height: 210px;
  }

  .signal-stack article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .stage-pricing .pricing-grid {
    margin-top: 22px;
  }
}

/* Final multi-DA polish: same content, distinct models */
.hero[data-penguin-theme="luxe"],
.da-section,
.penguin-finale {
  isolation: isolate;
}

.hero[data-penguin-theme="luxe"] {
  position: relative;
  width: min(1240px, calc(100vw - 36px));
  min-height: min(820px, calc(100svh - 24px));
  align-items: center;
  margin-inline: auto;
  padding-top: clamp(132px, 12vw, 170px);
  padding-bottom: clamp(76px, 8vw, 122px);
}

.hero[data-penguin-theme="luxe"]::before {
  content: "";
  position: absolute;
  inset: 92px -8vw 8%;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(238, 243, 248, 0.08);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.04), transparent 44%),
    radial-gradient(circle at 80% 32%, rgba(141, 184, 255, 0.13), transparent 28%),
    radial-gradient(circle at 14% 72%, rgba(184, 167, 255, 0.10), transparent 30%);
}

.hero[data-penguin-theme="luxe"] .hero-copy {
  max-width: 760px;
}

.hero[data-penguin-theme="luxe"] h1 {
  max-width: 10.8ch;
  color: var(--text-titanium) !important;
  -webkit-text-fill-color: var(--text-titanium) !important;
  font-family: var(--font-luxe);
  font-weight: 700;
  line-height: 0.89 !important;
  letter-spacing: 0 !important;
  text-shadow: none;
}

.hero[data-penguin-theme="luxe"] .hero-lede {
  max-width: 58ch;
  color: rgba(238, 243, 248, 0.78) !important;
}

.hero[data-penguin-theme="luxe"] .hero-stats div {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.da-section {
  --da-bg: #101118;
  --da-ink: #ffffff;
  --da-muted: rgba(255, 255, 255, 0.72);
  --da-line: rgba(255, 255, 255, 0.16);
  --da-accent: #8db8ff;
  --da-font: var(--font-ui);
  --da-body-font: var(--font-ui);
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(78px, 8vw, 126px) max(18px, calc((100vw - 1240px) / 2));
  overflow: clip;
  background: var(--da-bg);
  color: var(--da-ink);
}

.penguin-finale {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.da-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.da-section > :is(
  .section-heading,
  .steps,
  .essentials-grid,
  .pricing-grid,
  .trust-strip,
  .subscription-panel,
  .market-comparison,
  .faq-list,
  .contact-panel
) {
  width: min(1240px, 100%);
  margin-inline: auto;
}

.da-section :is(h2, h3, h4, strong),
.da-section :is(.section-heading h2, .pricing-heading h2, .contact-copy h2) {
  background: none !important;
  color: var(--da-ink) !important;
  -webkit-text-fill-color: var(--da-ink) !important;
  font-family: var(--da-font);
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

.da-section :is(p, li, dd, summary, .section-intro, .feature-list details p) {
  color: var(--da-muted) !important;
  font-family: var(--da-body-font);
}

.da-section .eyebrow {
  color: var(--da-accent) !important;
}

.da-section .eyebrow span {
  background: var(--da-accent);
}

.da-saas {
  --da-bg: #f7f9ff;
  --da-ink: #101827;
  --da-muted: #657085;
  --da-line: rgba(16, 24, 39, 0.12);
  --da-accent: #2d6cff;
  --da-font: var(--font-saas);
  --da-body-font: var(--font-contact);
  background:
    radial-gradient(circle at 88% 0%, rgba(45, 108, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #edf3ff 100%);
}

.da-saas .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(240px, 0.48fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
}

.da-saas .section-heading h2 {
  max-width: 11ch;
  font-size: clamp(2.2rem, 5vw, 5.7rem) !important;
  font-weight: 820;
  line-height: 0.96 !important;
}

.da-saas .steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(30px, 5vw, 58px);
  border: 1px solid var(--da-line);
  background: var(--da-line);
}

.da-saas .steps article {
  min-height: 260px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.da-saas .steps article:nth-child(even) {
  transform: translateY(28px);
}

.da-saas .steps span {
  color: var(--da-accent);
  font-family: var(--font-mono);
}

.da-creative {
  --da-bg: #2012bb;
  --da-ink: #ffffff;
  --da-muted: rgba(255, 255, 255, 0.78);
  --da-line: rgba(255, 255, 255, 0.18);
  --da-accent: #fff05a;
  --da-font: var(--font-creative);
  --da-body-font: var(--font-contact);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 240, 90, 0.24), transparent 24%),
    radial-gradient(circle at 88% 80%, rgba(255, 79, 184, 0.28), transparent 28%),
    linear-gradient(135deg, #171ec6 0%, #6720d4 48%, #f045b1 100%);
}

.da-creative .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.58fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: end;
}

.da-creative .section-heading h2 {
  max-width: 12.4ch;
  font-size: clamp(2.3rem, 5.2vw, 5.8rem) !important;
  font-weight: 900;
  line-height: 0.91 !important;
}

.da-creative .essentials-grid {
  margin-top: clamp(32px, 5vw, 68px);
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.95fr;
  gap: clamp(12px, 1.6vw, 20px);
}

.da-creative .essential-card {
  min-height: 276px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 34px 6px 34px 6px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  transform: rotate(-1deg);
}

.da-creative .essential-card:nth-child(2n) {
  border-radius: 6px 34px 6px 34px;
  transform: translateY(28px) rotate(1deg);
}

.da-creative .essential-card.essential-main {
  grid-column: span 2;
  background: #fff05a;
  color: #151130;
}

.da-creative .essential-card.essential-main :is(h3, p, li, strong) {
  color: #151130 !important;
  -webkit-text-fill-color: #151130 !important;
}

.da-creative .essential-card.essential-accent {
  background: #ff4fb8;
}

.da-tech {
  --da-bg: #050910;
  --da-ink: #edf6ff;
  --da-muted: rgba(237, 246, 255, 0.68);
  --da-line: rgba(127, 228, 255, 0.18);
  --da-accent: #7fe4ff;
  --da-font: var(--font-tech);
  --da-body-font: var(--font-tech);
  background:
    linear-gradient(90deg, rgba(127, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(127, 228, 255, 0.08) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(127, 228, 255, 0.14), transparent 28%),
    #050910;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.da-tech .pricing-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.5fr);
  gap: clamp(24px, 4vw, 62px);
  align-items: end;
}

.da-tech .pricing-heading h2 {
  max-width: 11ch;
  font-family: var(--font-mono);
  font-size: clamp(2.2rem, 4.8vw, 5.2rem) !important;
  font-weight: 780;
  line-height: 0.98 !important;
}

.da-tech .pricing-grid {
  margin-top: clamp(34px, 5vw, 70px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.da-tech .pricing-card {
  border: 1px solid var(--da-line);
  border-radius: 0;
  background: rgba(8, 15, 26, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.da-tech .pricing-card.is-featured {
  background: rgba(127, 228, 255, 0.12);
}

.da-tech .feature-list details,
.da-tech .subscription-panel,
.da-tech .market-comparison,
.da-tech .trust-strip {
  border-color: var(--da-line);
  background: rgba(255, 255, 255, 0.035);
}

.da-tech .subscription-grid article,
.da-tech .comparison-card,
.da-tech .trust-strip article {
  border-radius: 0;
  border-color: var(--da-line);
  background: rgba(255, 255, 255, 0.035);
}

.da-editorial {
  --da-bg: #f5efe4;
  --da-ink: #20180f;
  --da-muted: #62564a;
  --da-line: rgba(32, 24, 15, 0.16);
  --da-accent: #a55b32;
  --da-font: var(--font-editorial);
  --da-body-font: Georgia, "Times New Roman", serif;
  background:
    linear-gradient(90deg, rgba(32, 24, 15, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, #fbf7ef 0%, #efe4d3 100%);
  background-size: 54px 54px, auto;
}

.da-editorial .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.5fr);
  gap: clamp(24px, 4vw, 60px);
  border-bottom: 1px solid var(--da-line);
  padding-bottom: clamp(22px, 4vw, 46px);
}

.da-editorial .section-heading h2 {
  max-width: 13ch;
  font-size: clamp(2.2rem, 4.8vw, 5.4rem) !important;
  font-weight: 520;
  line-height: 0.98 !important;
}

.da-editorial .faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(24px, 4vw, 48px);
  border: 1px solid var(--da-line);
  background: var(--da-line);
}

.da-editorial details {
  min-height: 190px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.da-editorial summary {
  font-family: "Avenir Next", "Satoshi", system-ui, sans-serif;
}

.da-contact {
  --da-bg: #30130e;
  --da-ink: #fff8f1;
  --da-muted: rgba(255, 248, 241, 0.72);
  --da-line: rgba(255, 248, 241, 0.16);
  --da-accent: #ffb35b;
  --da-font: var(--font-contact);
  --da-body-font: var(--font-contact);
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 179, 91, 0.24), transparent 26%),
    linear-gradient(135deg, #30130e 0%, #5b1f19 56%, #160c13 100%);
}

.da-contact .contact-panel {
  border: 1px solid var(--da-line);
  border-radius: 6px 42px 6px 42px;
  background: rgba(255, 248, 241, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 80px rgba(0, 0, 0, 0.26);
}

.da-contact .contact-form,
.da-contact .contact-details div {
  background: rgba(255, 248, 241, 0.09);
  border-color: var(--da-line);
}

.da-contact :is(input, textarea) {
  background: rgba(255, 248, 241, 0.1);
  border-color: rgba(255, 248, 241, 0.18);
  color: #ffffff;
}

.da-contact :is(input, textarea)::placeholder {
  color: rgba(255, 248, 241, 0.52);
}

.da-section .button,
.hero[data-penguin-theme="luxe"] .button {
  transition:
    transform 220ms var(--ease),
    box-shadow 220ms var(--ease),
    background 220ms var(--ease),
    border-color 220ms var(--ease);
}

.da-section .button:hover,
.hero[data-penguin-theme="luxe"] .button:hover {
  transform: translateY(-2px);
}

@media (max-width: 1060px) {
  .da-saas .section-heading,
  .da-creative .section-heading,
  .da-tech .pricing-heading,
  .da-editorial .section-heading {
    grid-template-columns: 1fr;
  }

  .da-saas .steps,
  .da-tech .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 720px) {
  .hero[data-penguin-theme="luxe"] {
    width: calc(100vw - 24px);
    min-height: auto;
    padding-top: 122px;
  }

  .da-section {
    padding: 54px 12px;
  }

  .scroll-character[data-mode="scroll"] .chatbot-hint {
    opacity: 0;
    transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
  }

  .da-saas .steps,
  .da-creative .essentials-grid,
  .da-tech .pricing-grid,
  .da-editorial .faq-list {
    grid-template-columns: 1fr;
  }

  .da-saas .steps article:nth-child(even),
  .da-creative .essential-card:nth-child(2n) {
    transform: none;
  }

  .da-creative .essential-card.essential-main {
    grid-column: auto;
  }

  .da-contact .contact-panel {
    border-radius: 28px;
  }
}

/* Distinct design tabs and type systems */
.site-header {
  transition:
    border-color 260ms var(--ease),
    background 260ms var(--ease),
    box-shadow 260ms var(--ease);
}

.main-nav a {
  position: relative;
  isolation: isolate;
  min-height: 38px;
  border: 1px solid transparent;
  overflow: hidden;
  font-weight: 760;
  transition:
    transform 220ms var(--ease),
    color 220ms var(--ease),
    background 220ms var(--ease),
    border-color 220ms var(--ease);
}

.main-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transform: scaleX(0.78);
  transition:
    opacity 220ms var(--ease),
    transform 220ms var(--ease);
}

.main-nav a:hover,
.main-nav a.is-active {
  transform: translateY(-1px);
}

.main-nav a:hover::before,
.main-nav a.is-active::before {
  opacity: 1;
  transform: scaleX(1);
}

.main-nav a[href="#method"] {
  border-radius: 999px;
  font-family: var(--font-saas);
}

.main-nav a[href="#method"]::before {
  background: linear-gradient(135deg, rgba(141, 184, 255, 0.18), rgba(255, 255, 255, 0.08));
}

.main-nav a[href="#work"] {
  border-radius: 7px 18px 7px 18px;
  font-family: var(--font-creative);
  font-weight: 760;
}

.main-nav a[href="#work"]::before {
  background: linear-gradient(135deg, rgba(255, 240, 90, 0.22), rgba(255, 79, 184, 0.18));
}

.main-nav a[href="#services"] {
  border-radius: 0;
  font-family: var(--font-tech);
  font-size: 0.76rem !important;
  text-transform: uppercase;
}

.main-nav a[href="#services"]::before {
  background:
    linear-gradient(90deg, rgba(127, 228, 255, 0.2) 1px, transparent 1px),
    rgba(127, 228, 255, 0.08);
  background-size: 8px 8px, auto;
}

.main-nav a[href="#faq"] {
  border-radius: 2px;
  font-family: var(--font-editorial);
  font-size: 0.94rem !important;
  font-weight: 700;
}

.main-nav a[href="#faq"]::before {
  background: rgba(245, 239, 228, 0.16);
}

.main-nav a[href="#contact"] {
  border-radius: 18px 4px 18px 4px;
  font-family: var(--font-contact);
}

.main-nav a[href="#contact"]::before {
  background: linear-gradient(135deg, rgba(255, 179, 91, 0.2), rgba(255, 248, 241, 0.08));
}

body[data-active-section="method"] .site-header {
  border-color: rgba(141, 184, 255, 0.22);
}

body[data-active-section="work"] .site-header {
  border-color: rgba(255, 240, 90, 0.24);
}

body[data-active-section="services"] .site-header {
  border-color: rgba(127, 228, 255, 0.24);
}

body[data-active-section="faq"] .site-header {
  border-color: rgba(245, 239, 228, 0.24);
}

body[data-active-section="contact"] .site-header {
  border-color: rgba(255, 179, 91, 0.26);
}

.hero[data-penguin-theme="luxe"] .hero-lede,
.hero[data-penguin-theme="luxe"] .button,
.hero[data-penguin-theme="luxe"] .hero-stats {
  font-family: var(--font-contact);
}

.hero[data-penguin-theme="luxe"] .button {
  border-radius: 2px;
}

.hero[data-penguin-theme="luxe"] .button-primary {
  background: #f7f2e8;
  color: #17121e;
}

.hero[data-penguin-theme="luxe"] .button-secondary {
  border-color: rgba(247, 242, 232, 0.22);
  color: #f7f2e8;
}

.hero[data-penguin-theme="luxe"] .hero-stats dt {
  font-family: var(--font-luxe);
  font-weight: 700;
}

.da-saas .steps article {
  transition:
    transform 260ms var(--ease),
    background 260ms var(--ease),
    border-color 260ms var(--ease);
}

.da-saas .steps article:hover {
  background: #ffffff;
  transform: translateY(-6px);
}

.da-saas .steps article:nth-child(even):hover {
  transform: translateY(20px);
}

.da-saas .steps h3,
.da-saas .steps span {
  font-family: var(--font-saas);
}

.da-creative .essential-card h3 {
  font-family: var(--font-creative);
  font-weight: 820;
}

.da-creative .essential-card p,
.da-creative .essential-card li {
  font-family: var(--font-contact);
  font-weight: 760;
}

.da-creative .essential-card {
  transition:
    transform 260ms var(--ease),
    filter 260ms var(--ease),
    background 260ms var(--ease);
}

.da-creative .essential-card:hover {
  filter: saturate(1.08);
  transform: translateY(-6px) rotate(0deg);
}

.da-tech .plan-top h3,
.da-tech .plan-price strong,
.da-tech .feature-list summary,
.da-tech .subscription-grid strong,
.da-tech .comparison-card strong {
  font-family: var(--font-tech);
}

.da-tech .pricing-card,
.da-tech .feature-list details {
  transition:
    transform 240ms var(--ease),
    border-color 240ms var(--ease),
    background 240ms var(--ease);
}

.da-tech .pricing-card:hover {
  border-color: rgba(127, 228, 255, 0.42);
  transform: translateY(-4px);
}

.da-tech .feature-list summary::marker {
  color: var(--da-accent);
}

.da-editorial .faq-list p {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.7 !important;
}

.da-editorial summary {
  font-family: var(--font-editorial) !important;
  font-size: clamp(1.1rem, 1.45vw, 1.5rem) !important;
  font-weight: 700 !important;
}

.da-editorial details {
  transition:
    background 240ms var(--ease),
    transform 240ms var(--ease);
}

.da-editorial details:hover {
  background: rgba(255, 255, 255, 0.72);
  transform: translateY(-3px);
}

.da-contact .contact-copy h2 {
  font-family: var(--font-contact);
  font-weight: 800;
}

.da-contact .button,
.da-contact .form-button {
  border-radius: 999px 999px 8px 999px;
  font-family: var(--font-contact);
}

.da-contact .contact-details div,
.da-contact .contact-form {
  transition:
    transform 240ms var(--ease),
    border-color 240ms var(--ease),
    background 240ms var(--ease);
}

.da-contact .contact-details div:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 248, 241, 0.26);
}

.penguin-finale h2 {
  font-family: var(--font-luxe);
  font-weight: 700;
  letter-spacing: 0 !important;
}

.finale-speech {
  font-family: var(--font-contact);
}

@media (max-width: 720px) {
  .main-nav a {
    min-height: 58px;
    justify-content: flex-start;
    padding-inline: 18px;
    border-color: rgba(255, 255, 255, 0.1);
  }

  .main-nav a[href="#method"] {
    border-radius: 999px;
  }

  .main-nav a[href="#work"] {
    border-radius: 10px 26px 10px 26px;
  }

  .main-nav a[href="#services"] {
    border-radius: 0;
  }

  .main-nav a[href="#faq"] {
    border-radius: 2px;
  }

  .main-nav a[href="#contact"] {
    border-radius: 24px 6px 24px 6px;
  }

  .hero[data-penguin-theme="luxe"] h1 {
    font-size: clamp(3.45rem, 14vw, 5.05rem) !important;
    line-height: 0.86 !important;
  }

  .da-saas .steps article:hover,
  .da-saas .steps article:nth-child(even):hover,
  .da-creative .essential-card:hover,
  .da-tech .pricing-card:hover,
  .da-editorial details:hover,
  .da-contact .contact-details div:hover {
    transform: none;
  }
}

/* Full universe rebuild: stronger visual identities */
[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 46px, 0) scale(0.985);
  transition:
    opacity 0.72s var(--ease),
    transform 0.9s var(--ease),
    filter 0.9s var(--ease);
  filter: blur(8px);
}

[data-reveal].is-visible,
.site-header[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.site-header[data-reveal] {
  opacity: 0;
  transform: translate3d(-50%, -18px, 0) scale(0.985);
}

.site-header[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.site-header {
  width: min(1240px, calc(100vw - 28px));
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(16, 14, 29, 0.9), rgba(8, 8, 18, 0.78));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 70px rgba(0, 0, 0, 0.26);
}

.scroll-character[data-mode="scroll"] .chatbot-hint {
  opacity: 0;
  transform: translate3d(0, 5px, 0) scale(var(--hint-scale));
}

.scroll-character[data-mode="scroll"]:hover .chatbot-hint,
.scroll-character[data-mode="scroll"]:focus-visible .chatbot-hint {
  opacity: 0.92;
  transform: translate3d(0, -2px, 0) scale(var(--hint-scale));
}

/* Legal, privacy and consent layer */
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 14px;
}

.footer-legal button,
.form-privacy-note button,
.chatbot-privacy-note button {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--text-link);
  cursor: pointer;
  font: inherit;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-legal button {
  color: rgba(231, 238, 255, 0.72);
  font-size: 0.82rem;
}

.footer-legal button:hover,
.footer-legal button:focus-visible,
.form-privacy-note button:hover,
.form-privacy-note button:focus-visible,
.chatbot-privacy-note button:hover,
.chatbot-privacy-note button:focus-visible {
  color: #ffffff;
  outline: none;
}

.chatbot-consent {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: rgba(238, 233, 246, 0.76) !important;
  font-size: 0.74rem !important;
  font-weight: 660 !important;
  letter-spacing: 0 !important;
  line-height: 1.45 !important;
  text-transform: none !important;
}

.chatbot-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: #17b9ff;
}

.chatbot-privacy-note,
.form-privacy-note {
  margin: 0;
  color: rgba(229, 235, 247, 0.72);
  font-size: 0.78rem;
  font-weight: 620;
  line-height: 1.5;
}

.form-privacy-note {
  color: rgba(255, 248, 241, 0.76);
  font-size: 0.86rem;
}

.privacy-banner {
  position: fixed;
  left: clamp(12px, 3vw, 28px);
  right: clamp(12px, 3vw, 28px);
  bottom: clamp(12px, 3vw, 26px);
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(920px, calc(100vw - 24px));
  margin-inline: auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(141, 184, 255, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(14, 13, 27, 0.94), rgba(7, 8, 18, 0.92));
  color: #eef3f8;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.privacy-banner[hidden] {
  display: none;
}

.privacy-banner p {
  margin: 0;
}

.privacy-banner p:first-child {
  color: #ffffff;
  font-size: 0.96rem;
  font-weight: 860;
}

.privacy-banner p:last-child {
  margin-top: 4px;
  color: rgba(231, 238, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.privacy-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.privacy-banner-actions button,
.consent-settings button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.84rem;
  font-weight: 820;
}

.consent-settings button {
  border-color: transparent;
  background: linear-gradient(135deg, #8db8ff, #c7b8ff);
  color: #070912;
}

.privacy-banner-actions [data-consent-refuse],
.privacy-banner-actions [data-consent-accept] {
  border-color: transparent;
  background: #ffffff;
  color: #070912;
}

.privacy-dialog {
  width: min(900px, calc(100vw - 28px));
  max-height: min(82dvh, 820px);
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(8, 9, 19, 0.98);
  color: #eef3f8;
  overflow: hidden;
  overscroll-behavior: contain;
  box-shadow: 0 30px 120px rgba(0, 0, 0, 0.58);
}

.privacy-dialog::backdrop {
  background: rgba(3, 4, 10, 0.72);
  backdrop-filter: blur(8px);
}

.privacy-dialog-shell {
  display: grid;
  gap: 18px;
  max-height: min(82dvh, 820px);
  overflow: hidden;
  padding: clamp(18px, 4vw, 28px);
}

html.is-legal-dialog-open,
body.is-legal-dialog-open {
  overflow: hidden;
}

body.is-legal-dialog-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.privacy-dialog-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.privacy-dialog-head h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-family: var(--font-ui);
  font-size: clamp(1.55rem, 3.5vw, 2.35rem);
  line-height: 1.05;
}

.privacy-close {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.legal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.legal-tabs button {
  min-height: 40px;
  padding: 0 13px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: rgba(231, 238, 255, 0.72);
  cursor: pointer;
  font-family: var(--font-ui);
  font-size: 0.86rem;
  font-weight: 800;
}

.legal-tabs button[aria-selected="true"] {
  background: #ffffff;
  color: #080913;
}

.legal-panels {
  max-height: min(48vh, 480px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 8px;
}

.legal-panels h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.18rem, 2.4vw, 1.55rem);
}

.legal-panels p,
.legal-panels li,
.legal-definition-list dd {
  color: rgba(231, 238, 255, 0.76);
  font-size: 0.94rem;
  line-height: 1.65;
}

.legal-panels ul {
  display: grid;
  gap: 8px;
  margin: 14px 0;
  padding-left: 19px;
}

.legal-warning {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 198, 86, 0.26);
  border-radius: 14px;
  background: rgba(255, 198, 86, 0.08);
  color: #ffe7a8 !important;
  font-weight: 720;
}

.consent-settings {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.consent-settings label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
}

.consent-settings input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #8db8ff;
}

.consent-settings strong {
  display: block;
  color: #ffffff;
}

.legal-definition-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.legal-definition-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr);
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.legal-definition-list dt {
  color: #ffffff;
  font-weight: 850;
}

.legal-definition-list dd {
  margin: 0;
}

@media (max-width: 720px) {
  .site-footer {
    display: grid !important;
    gap: 16px;
    align-items: center;
    justify-items: center;
    margin-top: 44px !important;
    padding: 30px 0 118px !important;
    text-align: center;
  }

  body:has(.privacy-banner:not([hidden])) .site-footer {
    padding-bottom: 340px !important;
  }

  body.has-mobile-section-open .site-footer {
    margin-top: 28px !important;
  }

  .site-footer .footer-brand {
    justify-content: center;
  }

  .site-footer p {
    max-width: 32rem;
    margin: 0;
    color: rgba(231, 238, 255, 0.74);
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .footer-legal {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 360px;
    gap: 8px;
    margin-top: 0;
  }

  .footer-legal button {
    min-height: 42px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(231, 238, 255, 0.86);
    font-size: 0.78rem;
    line-height: 1.15;
    text-decoration: none;
  }

  .footer-legal button:last-child {
    grid-column: 1 / -1;
  }

  .privacy-banner {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .privacy-banner-actions {
    justify-content: stretch;
  }

  .privacy-banner-actions button {
    flex: 1 1 120px;
  }

  .legal-definition-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .legal-panels {
    max-height: 50vh;
  }
}

.main-nav a {
  min-width: 0;
  padding-inline: 16px;
}

.hero[data-penguin-theme="luxe"] {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 7vw, 96px);
  width: min(1280px, calc(100vw - 36px));
  min-height: min(900px, calc(100svh - 8px));
  padding-top: clamp(138px, 12vw, 178px);
  padding-bottom: clamp(82px, 9vw, 140px);
}

.hero[data-penguin-theme="luxe"]::before {
  inset: 94px -10vw 7%;
  border-radius: 0;
  border-color: rgba(247, 242, 232, 0.12);
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(247, 242, 232, 0.08) 48% 49%, transparent 49% 100%),
    repeating-linear-gradient(105deg, rgba(247, 242, 232, 0.045) 0 1px, transparent 1px 22px),
    radial-gradient(ellipse at 78% 46%, rgba(141, 184, 255, 0.22), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 58%);
}

.hero[data-penguin-theme="luxe"]::after {
  content: "";
  position: absolute;
  right: clamp(250px, 28vw, 440px);
  bottom: clamp(56px, 7vw, 110px);
  z-index: -1;
  width: min(42vw, 560px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 242, 232, 0.42), transparent);
  transform: rotate(-9deg);
}

.hero[data-penguin-theme="luxe"] h1 {
  max-width: 9.4ch;
  font-size: clamp(4.2rem, 7.8vw, 8.4rem) !important;
  line-height: 0.82 !important;
}

.hero[data-penguin-theme="luxe"] .hero-copy {
  align-self: center;
}

.hero[data-penguin-theme="luxe"] .hero-actions {
  gap: 12px;
}

.hero[data-penguin-theme="luxe"] .button {
  min-height: 56px;
  padding-inline: 28px;
  border-radius: 0;
}

.hero[data-penguin-theme="luxe"] .hero-stats {
  display: grid;
  grid-template-columns: 0.9fr 0.9fr 0.8fr;
  gap: 10px;
}

.hero[data-penguin-theme="luxe"] .hero-stats div {
  min-height: 134px;
  border: 1px solid rgba(247, 242, 232, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
}

.hero-wow {
  position: relative;
  min-height: min(58vw, 560px);
  transform-style: preserve-3d;
  perspective: 1000px;
  pointer-events: none;
}

.hero-wow-ring {
  position: absolute;
  inset: 8% 2% auto auto;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(247, 242, 232, 0.16);
  border-radius: 50%;
  background:
    conic-gradient(from 20deg, transparent 0 14%, rgba(247, 242, 232, 0.72) 15% 18%, transparent 19% 48%, rgba(141, 184, 255, 0.64) 49% 55%, transparent 56% 100%);
  -webkit-mask: radial-gradient(circle, transparent 0 58%, #000 59% 100%);
  animation: universeSpin 12s linear infinite;
}

.hero-wow-frame {
  position: absolute;
  right: 8%;
  top: 18%;
  display: grid;
  align-content: end;
  width: min(34vw, 420px);
  min-height: 420px;
  padding: 28px;
  border: 1px solid rgba(247, 242, 232, 0.16);
  background:
    linear-gradient(145deg, rgba(247, 242, 232, 0.09), rgba(247, 242, 232, 0.025)),
    linear-gradient(90deg, rgba(247, 242, 232, 0.05) 1px, transparent 1px);
  background-size: auto, 34px 34px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 36px 90px rgba(0, 0, 0, 0.28);
  transform: rotateY(-15deg) rotateX(5deg) rotateZ(2deg);
  animation: universeFloat 5.4s var(--ease) infinite alternate;
}

.hero-wow-frame span,
.hero-wow-card span {
  color: rgba(247, 242, 232, 0.66);
  font-family: var(--font-tech);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-wow-frame strong {
  max-width: 11ch;
  margin-top: 12px;
  color: #f7f2e8;
  font-family: var(--font-luxe);
  font-size: clamp(2.5rem, 4.2vw, 4.4rem);
  font-weight: 700;
  line-height: 0.86;
}

.hero-wow-frame i {
  position: absolute;
  left: 28px;
  top: 28px;
  width: 58%;
  height: 10px;
  background: #f7f2e8;
  box-shadow:
    0 28px 0 rgba(247, 242, 232, 0.28),
    0 56px 0 rgba(141, 184, 255, 0.36);
}

.hero-wow-card {
  position: absolute;
  display: grid;
  gap: 8px;
  width: min(220px, 42%);
  padding: 18px;
  border: 1px solid rgba(247, 242, 232, 0.18);
  background: rgba(10, 9, 20, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-wow-card strong {
  color: #f7f2e8;
  font-family: var(--font-contact);
  font-size: 1.08rem;
  line-height: 1.12;
}

.hero-wow-card-one {
  left: 4%;
  top: 52%;
  transform: rotate(-7deg);
}

.hero-wow-card-two {
  right: 0;
  bottom: 9%;
  transform: rotate(5deg);
}

.da-section {
  min-height: clamp(680px, 86svh, 980px);
  padding-top: clamp(96px, 10vw, 156px);
  padding-bottom: clamp(96px, 10vw, 156px);
}

.da-section > .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 78px);
}

.heading-copy {
  display: grid;
  gap: 18px;
}

.da-section .section-heading h2,
.da-section .pricing-heading h2,
.da-section .contact-copy h2 {
  margin: 0;
}

.da-saas {
  background:
    linear-gradient(90deg, rgba(45, 108, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(45, 108, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #ffffff 0%, #eef5ff 52%, #dfeaff 100%);
  background-size: 58px 58px, 58px 58px, auto;
}

.da-saas::before {
  background:
    linear-gradient(120deg, transparent 0 58%, rgba(45, 108, 255, 0.12) 58% 59%, transparent 59% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), transparent 48%);
}

.da-saas .section-heading {
  grid-template-columns: minmax(0, 0.7fr) minmax(340px, 0.72fr);
}

.da-saas .section-heading h2 {
  font-size: clamp(3.2rem, 6.6vw, 7rem) !important;
  line-height: 0.86 !important;
  max-width: 8ch;
}

.saas-universe {
  position: relative;
  min-height: 360px;
  padding: 20px;
  border: 1px solid rgba(16, 24, 39, 0.12);
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 255, 0.74));
  box-shadow: 0 34px 90px rgba(45, 108, 255, 0.16);
  overflow: hidden;
}

.saas-universe::before {
  content: "";
  position: absolute;
  inset: 96px 30px auto;
  height: 2px;
  background: linear-gradient(90deg, #2d6cff, transparent);
  transform-origin: left;
  animation: universeBeam 2.8s var(--ease) infinite;
}

.saas-topbar {
  display: flex;
  gap: 7px;
  margin-bottom: 28px;
}

.saas-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2d6cff;
}

.saas-topbar span:nth-child(2) {
  background: #82a8ff;
}

.saas-topbar span:nth-child(3) {
  background: #c6d8ff;
}

.saas-search {
  width: min(100%, 360px);
  margin-left: auto;
  padding: 16px 18px;
  border: 1px solid rgba(45, 108, 255, 0.16);
  border-radius: 999px;
  color: #101827;
  font-family: var(--font-saas);
  font-weight: 700;
  background: #ffffff;
}

.saas-flow {
  position: absolute;
  inset: auto 24px 26px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.saas-flow span {
  display: grid;
  min-height: 96px;
  place-items: center;
  border: 1px solid rgba(45, 108, 255, 0.14);
  border-radius: 24px;
  color: #101827;
  font-family: var(--font-saas);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.72);
}

.da-saas .steps {
  grid-template-columns: 1.2fr 0.82fr 1fr 0.9fr;
  gap: 14px;
  border: 0;
  background: transparent;
}

.da-saas .steps article {
  min-height: 310px;
  border: 1px solid rgba(16, 24, 39, 0.12);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 70px rgba(16, 24, 39, 0.08);
}

.da-saas .steps article:nth-child(2) {
  transform: translateY(44px);
}

.da-saas .steps article:nth-child(3) {
  transform: translateY(-18px);
}

.da-saas .steps article:nth-child(4) {
  border-radius: 34px 8px 34px 8px;
  background: #101827;
}

.da-saas .steps article:nth-child(4) :is(h3, p, span) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.da-creative {
  background:
    repeating-linear-gradient(-8deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 18px),
    linear-gradient(135deg, #fff05a 0 18%, #3a2bff 18% 58%, #ff4fb8 58% 100%);
}

.da-creative::before {
  background:
    linear-gradient(90deg, transparent 0 34%, rgba(255, 255, 255, 0.18) 34% 35%, transparent 35% 100%),
    linear-gradient(180deg, transparent 0 68%, rgba(17, 17, 17, 0.18) 68% 69%, transparent 69% 100%);
}

.da-creative .section-heading {
  grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.56fr);
}

.da-creative .section-heading h2 {
  max-width: 11.5ch;
  font-size: clamp(3.1rem, 6.7vw, 7.4rem) !important;
  line-height: 0.82 !important;
  color: #ffffff !important;
}

.creative-poster {
  position: relative;
  min-height: 360px;
  padding: 28px;
  border: 3px solid #111111;
  border-radius: 42px 6px 42px 6px;
  background:
    linear-gradient(145deg, #ffffff 0 54%, #111111 54% 100%);
  box-shadow: 18px 18px 0 rgba(17, 17, 17, 0.24);
  transform: rotate(3deg);
  animation: posterPop 4.8s var(--ease) infinite alternate;
}

.creative-poster strong {
  display: block;
  max-width: 7ch;
  color: #111111 !important;
  font-family: var(--font-creative);
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  line-height: 0.86;
}

.creative-poster em {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 15ch;
  color: #ffffff;
  font-family: var(--font-contact);
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.poster-dot {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #ff4fb8;
  box-shadow: -18px 18px 0 #3a2bff;
}

.da-creative .essentials-grid {
  grid-template-columns: 1.25fr 0.75fr 1fr;
  align-items: start;
  gap: 18px;
}

.da-creative .essential-card {
  border: 2px solid rgba(17, 17, 17, 0.5);
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.18);
}

.da-creative .essential-card:nth-child(3) {
  transform: translateY(-36px) rotate(2deg);
}

.da-creative .essential-card:nth-child(5) {
  transform: translateY(34px) rotate(-2deg);
}

.da-editorial {
  background:
    linear-gradient(90deg, rgba(32, 24, 15, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, #fff8eb 0%, #eee0c8 100%);
  background-size: 72px 72px, auto;
}

.da-editorial .section-heading {
  grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.46fr);
  align-items: stretch;
  border-bottom: 2px solid rgba(32, 24, 15, 0.18);
}

.da-editorial .section-heading h2 {
  max-width: 12ch;
  font-size: clamp(3.1rem, 6.3vw, 7rem) !important;
  line-height: 0.88 !important;
}

.editorial-cover {
  display: grid;
  align-content: space-between;
  min-height: 340px;
  padding: 24px;
  border: 1px solid rgba(32, 24, 15, 0.22);
  background:
    linear-gradient(90deg, rgba(32, 24, 15, 0.08) 1px, transparent 1px),
    #20180f;
  background-size: 18px 18px, auto;
  color: #fff8eb;
}

.editorial-cover span,
.editorial-cover em {
  font-family: var(--font-tech);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-cover strong {
  max-width: 7ch;
  color: #fff8eb !important;
  font-family: var(--font-editorial);
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 700;
  line-height: 0.86;
}

.da-editorial .faq-list {
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  border-width: 2px;
}

.da-editorial details {
  min-height: 240px;
  padding: 26px;
}

.da-editorial details:nth-child(1) {
  grid-row: span 2;
  min-height: 480px;
  background: rgba(255, 255, 255, 0.78);
}

.da-editorial details:nth-child(1) summary {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem) !important;
}

.da-tech {
  background:
    linear-gradient(90deg, rgba(127, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(127, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, #050910 0%, #0b1820 54%, #07120f 100%);
  background-size: 46px 46px, 46px 46px, auto;
}

.da-tech::before {
  background:
    linear-gradient(120deg, transparent 0 42%, rgba(127, 228, 255, 0.14) 42% 43%, transparent 43% 100%),
    repeating-linear-gradient(0deg, transparent 0 52px, rgba(127, 228, 255, 0.08) 52px 53px);
}

.da-tech .pricing-heading {
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.42fr);
  align-items: center;
}

.da-tech .pricing-heading h2 {
  max-width: 13ch;
  font-size: clamp(3rem, 6.2vw, 7rem) !important;
  line-height: 0.92 !important;
}

.tech-radar {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 340px;
  border: 1px solid rgba(127, 228, 255, 0.2);
  background:
    linear-gradient(90deg, rgba(127, 228, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(127, 228, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.035);
  background-size: 28px 28px;
  overflow: hidden;
}

.tech-radar::before {
  content: "";
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(127, 228, 255, 0.28);
  border-radius: 50%;
  background:
    conic-gradient(from 0deg, rgba(127, 228, 255, 0.26), transparent 38%);
  animation: universeSpin 4.5s linear infinite;
}

.tech-radar span {
  position: absolute;
  width: 44%;
  aspect-ratio: 1;
  border: 1px solid rgba(156, 255, 110, 0.28);
  border-radius: 50%;
}

.tech-radar strong {
  position: relative;
  z-index: 1;
  color: #9cff6e !important;
  font-family: var(--font-tech);
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.tech-radar em {
  position: absolute;
  bottom: 28px;
  color: rgba(237, 246, 255, 0.66);
  font-family: var(--font-tech);
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.da-tech .pricing-grid {
  grid-template-columns: 0.9fr 1.16fr 0.94fr;
  gap: 16px;
}

.da-tech .pricing-card {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  border-top-width: 5px;
}

.da-tech .pricing-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 120px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(127, 228, 255, 0.12), transparent);
}

.da-tech .pricing-card.is-featured {
  transform: translateY(-34px);
}

.da-contact {
  background:
    linear-gradient(115deg, rgba(255, 248, 241, 0.08) 0 18%, transparent 18% 100%),
    radial-gradient(ellipse at 92% 22%, rgba(255, 179, 91, 0.26), transparent 26%),
    linear-gradient(135deg, #30130e 0%, #6b281e 50%, #160c13 100%);
}

.da-contact .contact-panel {
  position: relative;
  grid-template-columns: minmax(0, 0.78fr) minmax(240px, 0.36fr) minmax(0, 0.88fr);
  gap: clamp(18px, 3vw, 34px);
  border-radius: 4px 72px 4px 72px;
  overflow: hidden;
}

.contact-lens {
  align-self: stretch;
  display: grid;
  align-content: space-between;
  min-height: 420px;
  padding: 24px;
  border: 1px solid rgba(255, 248, 241, 0.16);
  border-radius: 999px 999px 16px 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.16), rgba(255, 248, 241, 0.04));
}

.contact-lens span {
  color: #ffb35b;
  font-family: var(--font-tech);
  font-weight: 700;
}

.contact-lens strong {
  color: #fff8f1 !important;
  font-family: var(--font-contact);
  font-size: clamp(1.6rem, 2.3vw, 2.6rem);
  line-height: 0.95;
}

.contact-lens em {
  color: rgba(255, 248, 241, 0.64);
  font-family: var(--font-contact);
  font-style: normal;
  font-weight: 700;
}

.penguin-finale {
  background:
    linear-gradient(90deg, rgba(141, 184, 255, 0.05) 1px, transparent 1px),
    radial-gradient(ellipse at 50% 34%, rgba(141, 184, 255, 0.2), transparent 34%),
    linear-gradient(180deg, #0c0716 0%, #070812 100%);
  background-size: 48px 48px, auto, auto;
}

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

@keyframes universeFloat {
  from {
    transform: rotateY(-15deg) rotateX(5deg) rotateZ(2deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotateY(-10deg) rotateX(8deg) rotateZ(-1deg) translate3d(0, -18px, 0);
  }
}

@keyframes universeBeam {
  0% {
    transform: scaleX(0.18);
    opacity: 0.3;
  }
  50% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(0.18);
    opacity: 0.3;
  }
}

@keyframes posterPop {
  from {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-1deg) translate3d(0, -14px, 0);
  }
}

@media (max-width: 1060px) {
  .hero[data-penguin-theme="luxe"],
  .da-section > .section-heading,
  .da-saas .section-heading,
  .da-creative .section-heading,
  .da-editorial .section-heading,
  .da-tech .pricing-heading,
  .da-contact .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero-wow,
  .saas-universe,
  .creative-poster,
  .editorial-cover,
  .tech-radar,
  .contact-lens {
    max-width: 620px;
  }

  .da-tech .pricing-grid {
    grid-template-columns: 1fr;
  }

  .da-tech .pricing-card,
  .da-tech .pricing-card.is-featured {
    min-height: auto;
    transform: none;
  }
}

@media (max-width: 720px) {
  [data-reveal] {
    transform: translate3d(0, 28px, 0) scale(0.99);
    filter: blur(4px);
  }

  .site-header {
    width: calc(100vw - 22px);
    border-radius: 18px;
  }

  .hero[data-penguin-theme="luxe"] {
    width: calc(100vw - 24px);
    padding-top: 118px;
    padding-bottom: 38px;
  }

  .hero[data-penguin-theme="luxe"] h1 {
    max-width: 8.8ch;
    font-size: clamp(3.15rem, 13.2vw, 4.7rem) !important;
  }

  .hero[data-penguin-theme="luxe"] .hero-stats {
    grid-template-columns: 1fr;
  }

  .hero-wow {
    min-height: 300px;
  }

  .hero-wow-frame {
    right: 4%;
    top: 6%;
    width: 82%;
    min-height: 260px;
    padding: 20px;
    transform: rotateY(-8deg) rotateX(3deg) rotateZ(1deg);
  }

  .hero-wow-ring {
    width: 260px;
  }

  .hero-wow-frame strong {
    font-size: clamp(2.1rem, 11vw, 3.1rem);
  }

  .hero-wow-card {
    width: 154px;
    padding: 14px;
  }

  .hero-wow-card-one {
    left: 0;
    top: 58%;
  }

  .hero-wow-card-two {
    right: 0;
    bottom: 2%;
  }

  .da-section {
    padding: 66px 12px;
  }

  .da-section > .section-heading {
    gap: 24px;
    margin-bottom: 30px;
  }

  .da-section .section-heading h2,
  .da-section .pricing-heading h2 {
    max-width: 11ch;
    font-size: clamp(2.45rem, 12.2vw, 4rem) !important;
    line-height: 0.9 !important;
  }

  .saas-universe,
  .creative-poster,
  .editorial-cover,
  .tech-radar {
    min-height: 260px;
  }

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

  .saas-flow span {
    min-height: 70px;
  }

  .da-saas .steps,
  .da-creative .essentials-grid,
  .da-editorial .faq-list {
    grid-template-columns: 1fr;
  }

  .da-saas .steps article:nth-child(2),
  .da-saas .steps article:nth-child(3),
  .da-creative .essential-card:nth-child(3),
  .da-creative .essential-card:nth-child(5),
  .da-tech .pricing-card.is-featured {
    transform: none;
  }

  .da-saas .steps article,
  .da-creative .essential-card,
  .da-editorial details {
    min-height: auto;
  }

  .da-editorial details:nth-child(1) {
    grid-row: auto;
    min-height: auto;
  }

  .da-contact .contact-panel {
    border-radius: 28px;
  }

  .contact-lens {
    display: none;
  }
}

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

/* Clean universe pass: no empty decorative panels, typography leads */
.hero-wow,
.saas-universe,
.creative-poster,
.editorial-cover,
.tech-radar,
.contact-lens {
  display: none !important;
}

.hero[data-penguin-theme="luxe"] {
  grid-template-columns: minmax(0, 1fr) !important;
}

.hero[data-penguin-theme="luxe"] .hero-copy {
  max-width: min(880px, 100%);
}

.hero[data-penguin-theme="luxe"] h1 {
  max-width: 9.8ch;
  color: #f7f2e8 !important;
  -webkit-text-fill-color: #f7f2e8 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.da-section > .section-heading,
.da-saas .section-heading,
.da-creative .section-heading,
.da-editorial .section-heading,
.da-tech .pricing-heading {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: start;
}

.heading-copy {
  max-width: min(980px, 100%);
}

.da-saas .heading-copy {
  max-width: 760px;
}

.da-saas .section-heading h2 {
  color: #07111f !important;
  -webkit-text-fill-color: #07111f !important;
  font-family: var(--font-saas) !important;
  font-weight: 800 !important;
}

.da-creative .heading-copy {
  max-width: 780px;
}

.da-creative .section-heading h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-family: var(--font-creative) !important;
  font-weight: 860 !important;
  text-shadow:
    0 2px 0 rgba(17, 17, 17, 0.32),
    0 18px 46px rgba(17, 17, 17, 0.24) !important;
}

.da-editorial .heading-copy {
  max-width: 900px;
}

.da-editorial .section-heading h2 {
  color: #20180f !important;
  -webkit-text-fill-color: #20180f !important;
  font-family: var(--font-editorial) !important;
  font-weight: 700 !important;
}

.da-tech .heading-copy {
  max-width: 1120px;
}

.da-tech .pricing-heading h2 {
  color: #edf6ff !important;
  -webkit-text-fill-color: #edf6ff !important;
  font-family: var(--font-tech) !important;
  font-size: clamp(2.6rem, 5.6vw, 6.2rem) !important;
  line-height: 0.94 !important;
  text-shadow: none !important;
}

.da-contact .contact-panel {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
}

.da-contact .contact-copy h2 {
  color: #fff8f1 !important;
  -webkit-text-fill-color: #fff8f1 !important;
  font-family: var(--font-contact) !important;
  font-weight: 850 !important;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.9) !important;
}

.main-nav a[href="#method"] {
  font-family: var(--font-saas) !important;
  font-weight: 800 !important;
}

.main-nav a[href="#work"] {
  font-family: var(--font-creative) !important;
  font-size: 0.92rem !important;
  font-weight: 850 !important;
}

.main-nav a[href="#services"] {
  font-family: var(--font-tech) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
}

.main-nav a[href="#faq"] {
  font-family: var(--font-editorial) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
}

.main-nav a[href="#contact"] {
  font-family: var(--font-contact) !important;
  font-weight: 850 !important;
}

.main-nav .whatsapp-nav {
  border-color: rgba(37, 211, 102, 0.36) !important;
  background: rgba(37, 211, 102, 0.14) !important;
  color: #b9ffd0 !important;
  -webkit-text-fill-color: #b9ffd0 !important;
  font-family: var(--font-contact) !important;
  font-weight: 900 !important;
}

.main-nav .whatsapp-nav:hover,
.main-nav .whatsapp-nav:focus-visible {
  border-color: transparent !important;
  background: #25d366 !important;
  color: #07150c !important;
  -webkit-text-fill-color: #07150c !important;
}

.main-nav a.is-active {
  color: #ffffff !important;
}

.main-nav .mobile-nav-call {
  color: #090713 !important;
  -webkit-text-fill-color: #090713 !important;
  font-family: var(--font-contact) !important;
  font-weight: 900 !important;
}

@media (max-width: 720px) {
  .main-nav .whatsapp-nav {
    justify-content: flex-start !important;
    border-radius: 999px 10px 999px 10px;
    background: #25d366 !important;
    color: #06120a !important;
    -webkit-text-fill-color: #06120a !important;
    box-shadow: 0 14px 34px rgba(37, 211, 102, 0.2);
  }

  .hero[data-penguin-theme="luxe"] h1 {
    max-width: 9.2ch;
    font-size: clamp(3rem, 12.4vw, 4.45rem) !important;
  }

  .da-section .section-heading h2,
  .da-section .pricing-heading h2 {
    max-width: 11.4ch;
  }

  .da-contact .contact-panel {
    grid-template-columns: 1fr !important;
  }
}

/* Legibility pass: every universe keeps its own typography, but small text stays readable */
.section :is(p, li, dd, summary, small, figcaption),
.mobile-home-gate small,
.value-list span {
  font-size: clamp(0.98rem, 0.32vw + 0.91rem, 1.12rem);
  font-weight: 620;
  line-height: 1.62;
}

.section :is(.delivery-copy p, .client-proof-copy p, .audit-copy p, .flow-heading p, .value-copy p),
.section :is(.delivery-list p, .client-proof-cards p, .audit-grid p, .flow-steps p, .value-list span),
.proof :is(blockquote, figcaption),
.founder-section p {
  color: #314158 !important;
  -webkit-text-fill-color: #314158 !important;
}

.section :is(.delivery-list strong, .client-proof-cards strong, .audit-grid strong, .flow-steps strong, .value-list strong),
.proof blockquote {
  color: #07111f !important;
  -webkit-text-fill-color: #07111f !important;
}

.mobile-home-gate small {
  color: rgba(238, 243, 248, 0.82) !important;
  font-weight: 700;
}

.da-section :is(.section-heading p:not(.eyebrow), .section-intro) {
  max-width: 62ch;
  font-size: clamp(1.08rem, 0.55vw + 0.98rem, 1.32rem) !important;
  font-weight: 680 !important;
  line-height: 1.58 !important;
}

.da-section :is(.eyebrow, .plan-kicker, .popular-badge, .price-prefix, article > span) {
  font-size: clamp(0.78rem, 0.24vw + 0.72rem, 0.92rem) !important;
  font-weight: 850 !important;
  letter-spacing: 0.08em !important;
}

.da-saas {
  --da-muted: #2f3b51;
}

.da-saas .steps article {
  color: #101827;
}

.da-saas .steps h3 {
  color: #07111f !important;
  -webkit-text-fill-color: #07111f !important;
  font-family: var(--font-saas) !important;
  font-size: clamp(1.95rem, 2.8vw, 3.35rem) !important;
  font-weight: 820 !important;
  line-height: 0.96 !important;
}

.da-saas .steps p {
  color: #28364f !important;
  -webkit-text-fill-color: #28364f !important;
  font-family: var(--font-saas) !important;
  font-size: clamp(1.04rem, 0.6vw + 0.92rem, 1.22rem) !important;
  font-weight: 680 !important;
  line-height: 1.52 !important;
}

.da-saas .steps span {
  color: #1f5eff !important;
  -webkit-text-fill-color: #1f5eff !important;
}

.da-saas .steps article:nth-child(4) :is(h3, p, span) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.da-saas .steps article:nth-child(4) {
  border-color: rgba(16, 24, 39, 0.72) !important;
  background:
    linear-gradient(145deg, #101827 0%, #16213a 58%, #07111f 100%) !important;
  box-shadow:
    0 28px 72px rgba(16, 24, 39, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.da-saas .steps article:nth-child(4) p {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;
}

.da-creative {
  --da-muted: rgba(255, 255, 255, 0.9);
}

.da-creative .essential-card :is(h3, p, li) {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.da-creative .essential-card h3 {
  font-family: var(--font-creative) !important;
  font-size: clamp(1.48rem, 1.8vw, 2.28rem) !important;
  font-weight: 860 !important;
  line-height: 0.98 !important;
}

.da-creative .essential-card p,
.da-creative .essential-card li {
  color: rgba(255, 255, 255, 0.92) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.92) !important;
  font-family: var(--font-contact) !important;
  font-size: clamp(1rem, 0.45vw + 0.92rem, 1.16rem) !important;
  font-weight: 760 !important;
  line-height: 1.54 !important;
}

.da-creative .essential-card > span {
  color: #fff05a !important;
  -webkit-text-fill-color: #fff05a !important;
}

.da-creative .essential-card.essential-main :is(h3, p, li, span, strong) {
  color: #151130 !important;
  -webkit-text-fill-color: #151130 !important;
  text-shadow: none !important;
}

.da-creative .essential-card.essential-accent :is(h3, p, li, span, strong) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.da-tech {
  --da-muted: rgba(237, 246, 255, 0.86);
}

.da-tech :is(.section-intro, .pricing-card p, .feature-list details p, .subscription-grid li, .trust-strip p, .comparison-card p) {
  color: rgba(237, 246, 255, 0.84) !important;
  -webkit-text-fill-color: rgba(237, 246, 255, 0.84) !important;
  font-family: var(--font-tech) !important;
  font-size: clamp(0.9rem, 0.26vw + 0.86rem, 1.03rem) !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
}

.da-tech :is(.feature-list summary, .subscription-grid strong, .trust-strip strong, .comparison-card strong, .plan-top h3) {
  color: #edf6ff !important;
  -webkit-text-fill-color: #edf6ff !important;
  font-family: var(--font-tech) !important;
  font-weight: 760 !important;
}

.da-tech :is(.plan-kicker, .price-prefix, .subscription-grid span, .trust-strip span, .comparison-card span) {
  color: #7fe4ff !important;
  -webkit-text-fill-color: #7fe4ff !important;
  font-family: var(--font-tech) !important;
}

.da-tech .pricing-card.is-featured :is(p, summary, li, span, strong, h3) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.da-editorial {
  --da-muted: #392d21;
}

.da-editorial .faq-list summary {
  color: #20180f !important;
  -webkit-text-fill-color: #20180f !important;
  font-family: var(--font-editorial) !important;
  font-weight: 760 !important;
  line-height: 1.08 !important;
}

.da-editorial .faq-list p {
  color: #3a2d21 !important;
  -webkit-text-fill-color: #3a2d21 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(1.06rem, 0.48vw + 0.96rem, 1.24rem) !important;
  font-weight: 560 !important;
  line-height: 1.7 !important;
}

.da-contact {
  --da-muted: rgba(255, 248, 241, 0.86);
}

.da-contact :is(.contact-copy p, .contact-details dt, .contact-details dd, .form-row label, .form-state) {
  color: rgba(255, 248, 241, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 248, 241, 0.88) !important;
  font-family: var(--font-contact) !important;
  font-weight: 700 !important;
}

.da-contact .contact-details dd,
.da-contact .contact-details a,
.da-contact .form-row label {
  color: #fff8f1 !important;
  -webkit-text-fill-color: #fff8f1 !important;
}

.contact-details div,
.contact-details dd,
.legal-definition-list dd,
.site-footer p {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-details a[href^="mailto:"] {
  display: inline-block;
  max-width: 100%;
  font-size: clamp(0.78rem, 0.9vw, 0.95rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.penguin-finale :is(.finale-copy p, .finale-speech) {
  color: rgba(238, 243, 248, 0.9) !important;
  -webkit-text-fill-color: rgba(238, 243, 248, 0.9) !important;
  font-weight: 700 !important;
}

@media (max-width: 720px) {
  .section :is(p, li, dd, summary, small, figcaption),
  .value-list span {
    font-size: clamp(0.97rem, 2.9vw, 1.08rem);
    line-height: 1.55;
  }

  .da-saas .steps h3 {
    font-size: clamp(1.74rem, 8vw, 2.42rem) !important;
  }

  .da-saas .steps p,
  .da-creative .essential-card p,
  .da-creative .essential-card li,
  .da-editorial .faq-list p {
    font-size: 1rem !important;
  }
}

/* Professional alignment for the "Ce qui fait vendre" section */
.da-creative .essentials-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
}

.da-creative .essential-card,
.da-creative .essential-card:nth-child(2n),
.da-creative .essential-card:nth-child(3),
.da-creative .essential-card:nth-child(5),
.da-creative .essential-card.essential-main,
.da-creative .essential-card.essential-accent {
  grid-column: auto !important;
  min-height: clamp(320px, 25vw, 380px) !important;
  height: 100% !important;
  transform: none !important;
  rotate: 0deg !important;
  border-radius: 26px !important;
}

.da-creative .essential-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)) !important;
  box-shadow:
    0 24px 60px rgba(12, 8, 64, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

.da-creative .essential-card.essential-main {
  background: #fff05a !important;
  border-color: rgba(17, 17, 17, 0.28) !important;
}

.da-creative .essential-card.essential-accent {
  background:
    linear-gradient(145deg, #ff4fb8 0%, #d82eff 100%) !important;
}

.da-creative .essential-card:hover,
.da-creative .essential-card:nth-child(2n):hover,
.da-creative .essential-card:nth-child(3):hover,
.da-creative .essential-card:nth-child(5):hover {
  transform: translateY(-6px) !important;
}

.da-creative .essential-card h3 {
  min-height: 2.1em;
}

.da-creative .essential-card p {
  margin-top: 0 !important;
}

.da-creative .essential-card ul {
  margin-top: auto !important;
}

@media (max-width: 980px) {
  .da-creative .essentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 720px) {
  .da-creative .essentials-grid {
    grid-template-columns: 1fr !important;
  }

  .da-creative .essential-card,
  .da-creative .essential-card:nth-child(2n),
  .da-creative .essential-card:nth-child(3),
  .da-creative .essential-card:nth-child(5),
  .da-creative .essential-card.essential-main,
  .da-creative .essential-card.essential-accent {
    min-height: auto !important;
  }

  .da-creative .essential-card h3 {
    min-height: 0;
  }
}

/* Premium editorial FAQ */
.da-editorial {
  --da-ink: #fff7e8;
  --da-muted: rgba(255, 247, 232, 0.78);
  --da-line: rgba(255, 247, 232, 0.16);
  --da-accent: #d7b87c;
  background:
    radial-gradient(circle at 82% 14%, rgba(215, 184, 124, 0.18), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(117, 80, 66, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(255, 247, 232, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, #151017 0%, #221822 54%, #0f1118 100%) !important;
  background-size: auto, auto, 64px 64px, auto !important;
}

.da-editorial::before {
  background:
    linear-gradient(115deg, transparent 0 64%, rgba(215, 184, 124, 0.11) 64% 65%, transparent 65% 100%),
    linear-gradient(180deg, rgba(255, 247, 232, 0.08), transparent 44%);
}

.da-editorial .section-heading {
  margin-bottom: clamp(34px, 5vw, 72px) !important;
  padding-bottom: clamp(26px, 4vw, 48px) !important;
  border-bottom: 1px solid rgba(255, 247, 232, 0.2) !important;
}

.da-editorial .heading-copy {
  max-width: 980px !important;
}

.da-editorial .eyebrow {
  color: #d7b87c !important;
  -webkit-text-fill-color: #d7b87c !important;
}

.da-editorial .eyebrow span {
  background: #d7b87c !important;
}

.da-editorial .section-heading h2 {
  max-width: 10.6ch !important;
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
  font-family: var(--font-editorial) !important;
  font-size: clamp(3.1rem, 6.1vw, 7.2rem) !important;
  font-weight: 650 !important;
  line-height: 0.9 !important;
  text-wrap: balance;
}

.da-editorial .section-intro {
  max-width: 58ch !important;
  color: rgba(255, 247, 232, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 247, 232, 0.82) !important;
  font-family: var(--font-contact) !important;
  font-size: clamp(1.08rem, 0.7vw + 0.98rem, 1.34rem) !important;
  font-weight: 650 !important;
  line-height: 1.58 !important;
}

.da-editorial .faq-list {
  counter-reset: faq;
  width: min(1120px, 100%) !important;
  max-width: none !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
  margin-inline: auto !important;
  border: 0 !important;
  background: transparent !important;
}

.da-editorial .faq-list details,
.da-editorial .faq-list details:nth-child(1),
.da-editorial .faq-list details:nth-child(2n) {
  counter-increment: faq;
  grid-row: auto !important;
  min-height: clamp(250px, 20vw, 310px) !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 247, 232, 0.18) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(145deg, rgba(255, 249, 239, 0.97), rgba(239, 222, 196, 0.92)) !important;
  box-shadow:
    0 28px 80px rgba(7, 5, 9, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.72) !important;
  color: #20180f !important;
  overflow: hidden;
  transform: none !important;
}

.da-editorial .faq-list details[open] {
  background:
    linear-gradient(145deg, #fffaf0 0%, #ead7b7 100%) !important;
}

.da-editorial .faq-list details:hover {
  transform: translateY(-5px) !important;
}

.da-editorial .faq-list summary {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: start !important;
  gap: 18px !important;
  padding: clamp(24px, 2.6vw, 34px) clamp(22px, 2.8vw, 36px) !important;
  color: #20180f !important;
  -webkit-text-fill-color: #20180f !important;
  font-family: var(--font-editorial) !important;
  font-size: clamp(1.36rem, 1.35vw, 2rem) !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  list-style: none !important;
}

.da-editorial .faq-list summary::-webkit-details-marker {
  display: none !important;
}

.da-editorial .faq-list summary::before {
  content: counter(faq, decimal-leading-zero);
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(32, 24, 15, 0.16);
  border-radius: 50%;
  color: #8e5d34;
  -webkit-text-fill-color: #8e5d34;
  font-family: var(--font-tech);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

.da-editorial .faq-list summary::after {
  content: "Lire";
  width: auto;
  height: auto;
  padding: 8px 12px;
  border: 1px solid rgba(32, 24, 15, 0.16);
  border-radius: 999px;
  color: #8e5d34;
  -webkit-text-fill-color: #8e5d34;
  font-family: var(--font-contact);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}

.da-editorial .faq-list details[open] summary::after {
  content: "Ouvert";
  background: rgba(32, 24, 15, 0.08);
}

.da-editorial .faq-list p {
  margin: 0 !important;
  padding: 0 clamp(24px, 2.8vw, 36px) clamp(26px, 2.8vw, 36px) calc(clamp(22px, 2.8vw, 36px) + 66px) !important;
  color: #35281d !important;
  -webkit-text-fill-color: #35281d !important;
  font-family: var(--font-contact) !important;
  font-size: clamp(1.02rem, 0.45vw + 0.96rem, 1.18rem) !important;
  font-weight: 640 !important;
  line-height: 1.66 !important;
}

@media (max-width: 900px) {
  .da-editorial .faq-list {
    grid-template-columns: 1fr !important;
  }

  .da-editorial .faq-list details,
  .da-editorial .faq-list details:nth-child(1),
  .da-editorial .faq-list details:nth-child(2n) {
    min-height: auto !important;
  }
}

@media (max-width: 720px) {
  .da-editorial .section-heading h2 {
    font-size: clamp(2.65rem, 11.4vw, 4.1rem) !important;
  }

  .da-editorial .heading-copy {
    padding-right: 94px;
  }

  .da-editorial .faq-list summary {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .da-editorial .faq-list summary::after {
    grid-column: 2;
    justify-self: start;
  }

  .da-editorial .faq-list p {
    padding-left: clamp(24px, 2.8vw, 36px) !important;
  }
}
