:root {
  --black: #070708;
  --black-2: #121214;
  --white: #ffffff;
  --text: #15151a;
  --muted: #6f7080;
  --purple: #6b22ff;
  --pink: #ff006e;
  --blue: #00c8ff;
  --line: rgba(255, 255, 255, 0.12);
  --paper-line: rgba(7, 7, 8, 0.1);
  --max: 1180px;
  --radius: 8px;
  --grad: linear-gradient(135deg, var(--purple), var(--pink));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

body::selection {
  color: var(--white);
  background: var(--pink);
}

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

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

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

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

.dark-texture {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 8%, rgba(107, 34, 255, 0.22), transparent 26%),
    radial-gradient(circle at 92% 6%, rgba(255, 0, 110, 0.18), transparent 24%),
    radial-gradient(circle at 60% 95%, rgba(0, 200, 255, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 42%),
    var(--black);
  background-position: 0 0;
  background-size: auto;
}

.site-header {
  position: fixed;
  inset: 24px 0 auto;
  z-index: 50;
}

.header-card {
  min-height: 56px;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 7px 8px 7px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 9, 10, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.26);
}

.brand img {
  width: 150px;
  filter: brightness(0) invert(1);
}

.header-card nav {
  justify-self: center;
  display: flex;
  gap: 26px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  font-weight: 650;
}

.header-card nav a:hover {
  color: var(--white);
}

.header-cta,
.btn,
.price-card a,
.contact-cta-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 780;
  cursor: pointer;
}

.header-cta {
  padding: 0 18px;
  color: var(--black);
  background: var(--white);
  font-size: 0.86rem;
}

.hero {
  position: relative;
  min-height: 770px;
  overflow: hidden;
  padding: 150px 0 120px;
}

.hero::after,
.services::after {
  content: "";
  position: absolute;
  left: -6vw;
  right: -6vw;
  bottom: -1px;
  z-index: 1;
  height: 64px;
  background: var(--white);
  clip-path: polygon(0 70%, 42% 20%, 100% 70%, 100% 100%, 0 100%);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(390px, 0.82fr);
  gap: 70px;
  align-items: center;
}

.kicker {
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1 {
  max-width: 650px;
  margin-bottom: 20px;
  color: var(--white);
  font-size: clamp(1.66rem, 3.59vw, 3.56rem);
  line-height: 0.88;
  letter-spacing: 0;
}

h1::first-line {
  color: var(--white);
}

.hero-copy h1 {
  background: linear-gradient(90deg, #fff 0 42%, #ff2a94 42% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy p:not(.kicker),
.dark-texture p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.hero-copy p:not(.kicker) {
  max-width: 560px;
  font-size: 1.04rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 30px;
}

.btn {
  padding: 0 24px;
  color: #fff;
  font-size: 0.9rem;
  box-shadow: 0 20px 48px rgba(255, 0, 110, 0.24);
}

.gradient {
  background: var(--grad);
}

.play {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  background: var(--white);
  font-size: 0.82rem;
}

.hero-bubbles {
  position: relative;
  min-height: 470px;
}

.bubble {
  position: absolute;
  border: 4px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.bubble-main {
  right: 80px;
  top: 58px;
  width: 310px;
  height: 310px;
}

.bubble-small {
  width: 118px;
  height: 118px;
}

.bubble-small.top {
  right: 0;
  top: 10px;
}

.bubble-small.mid {
  right: 8px;
  top: 152px;
}

.bubble-small.bot {
  right: 24px;
  bottom: 20px;
  background: #fff;
}

.ring {
  position: absolute;
  border-radius: 50%;
  background: var(--grad);
  opacity: 0.9;
}

.ring.one {
  right: 18px;
  top: 92px;
  width: 76px;
  height: 76px;
}

.ring.two {
  right: 150px;
  bottom: 36px;
  width: 44px;
  height: 44px;
}

.white-section {
  position: relative;
  background: var(--white);
}

.growth-pains {
  overflow: hidden;
  padding: 94px 0 72px;
}

.growth-pains::before {
  content: "";
  position: absolute;
  inset: 36px max(24px, calc((100vw - var(--max)) / 2)) auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 0, 110, 0.35), transparent);
}

.growth-pains-head {
  max-width: 950px;
  margin: 0 auto 38px;
  text-align: center;
}

.growth-pains-head h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: clamp(1.38rem, 2.56vw, 2.72rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.growth-pains-head p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.pain-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pain-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 0, 110, 0.035), transparent 42%),
    #fff;
  box-shadow: 0 18px 48px rgba(7, 7, 8, 0.055);
}

.pain-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--pink);
  background:
    linear-gradient(#fff, #fff) padding-box,
    var(--grad) border-box;
  border: 1px solid transparent;
  box-shadow:
    0 14px 30px rgba(255, 0, 110, 0.12),
    inset 0 0 0 6px rgba(255, 0, 110, 0.06);
}

.pain-card svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pain-card h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

.pain-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.62;
}

.angle-top {
  margin-top: -1px;
}

.two-col {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  gap: 84px;
  align-items: center;
  padding: 112px 0;
}

.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

.collage {
  position: relative;
  min-height: 420px;
}

.photo {
  position: absolute;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.14);
}

.photo.a {
  left: 10px;
  top: 20px;
  width: 320px;
  height: 310px;
}

.photo.b {
  right: 28px;
  bottom: 22px;
  width: 250px;
  height: 230px;
}

.metric-card,
.client-card {
  position: absolute;
  z-index: 2;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.12);
}

.metric-card {
  top: 58px;
  left: 278px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  background: var(--grad);
}

.metric-card strong {
  display: block;
  font-size: 1.5rem;
}

.metric-card span,
.client-card span {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
}

.client-card {
  left: 210px;
  bottom: 34px;
  min-width: 158px;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
}

.client-card img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.section-copy h2,
.center-title h2,
.team-head h2,
.quote h2,
.pricing h2,
.contact-cta h2 {
  margin-bottom: 20px;
  font-size: clamp(1.16rem, 2.25vw, 2.46rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h3 {
  font-size: 0.82em;
}

.section-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.icon-list {
  display: grid;
  gap: 14px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
  font-weight: 850;
}

.icon-list li::before {
  content: "✦";
  margin-right: 10px;
  color: var(--pink);
}

.conversion-check {
  overflow: hidden;
}

.conversion-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(390px, 1fr);
  padding-top: 74px;
  border-top: 1px solid rgba(7, 7, 8, 0.06);
}

.problem-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin: 26px 0 26px;
  padding: 0;
  list-style: none;
}

.problem-list li {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 7, 8, 0.045);
  font-size: 0.92rem;
  font-weight: 850;
}

.problem-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--grad);
}

.performance-visual {
  position: relative;
  justify-self: end;
  width: min(100%, 560px);
}

.performance-visual::before {
  content: "";
  position: absolute;
  inset: 28px -24px -24px 42px;
  z-index: 0;
  border-radius: 90px 8px 90px 8px;
  background: var(--grad);
  opacity: 0.16;
}

.performance-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.16 / 1;
  border-radius: 90px 8px 90px 8px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(7, 7, 8, 0.14);
}

.visual-badge {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7, 7, 8, 0.76);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(7, 7, 8, 0.18);
}

.visual-badge strong,
.visual-badge span {
  display: block;
}

.visual-badge span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 760;
}

.services,
.pricing {
  position: relative;
  overflow: hidden;
  padding: 110px 0 140px;
}

.center-title {
  max-width: 720px;
  margin: 0 auto 46px;
  text-align: center;
}

.center-title h2,
.team-head h2,
.pricing h2,
.contact-cta h2 {
  color: inherit;
}

.funnel-section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 48px;
  align-items: center;
}

.funnel-copy h2 {
  max-width: 680px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(1.32rem, 2.37vw, 2.45rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.funnel-copy p {
  max-width: 620px;
}

.funnel-copy ul {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.funnel-copy li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 820;
}

.funnel-copy li::before {
  content: "!";
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--grad);
  font-size: 0.78rem;
  font-weight: 950;
}

.funnel-visual {
  position: relative;
}

.funnel-visual::before {
  content: "";
  position: absolute;
  inset: 18% 7% 20%;
  border-radius: 999px;
  background: var(--grad);
  filter: blur(46px);
  opacity: 0.3;
}

.funnel-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.34));
}

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

.funnel-steps span {
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.funnel-steps i {
  display: none;
}

.workflow {
  overflow: hidden;
}

.workflow::before {
  content: "";
  position: absolute;
  left: -8vw;
  right: -8vw;
  top: -1px;
  height: 58px;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 100% 18%, 80% 68%, 52% 28%, 20% 70%, 0 22%);
}

.rounded-media img {
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  border-radius: 80px 8px 80px 8px;
}

.progress-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.progress-list div {
  display: grid;
  gap: 10px;
}

.progress-list span {
  font-size: 0.86rem;
  font-weight: 900;
}

.progress-list b {
  height: 7px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--pink) var(--w), #ebeaf0 var(--w));
}

.transformation {
  overflow: hidden;
}

.transformation-grid {
  grid-template-columns: minmax(390px, 1fr) minmax(0, 0.92fr);
  padding-top: 84px;
  border-top: 1px solid rgba(7, 7, 8, 0.06);
}

.transformation-visual {
  position: relative;
  width: min(100%, 570px);
}

.transformation-visual::before {
  content: "";
  position: absolute;
  inset: 34px 48px -26px -24px;
  z-index: 0;
  border-radius: 8px 96px 8px 96px;
  background: var(--grad);
  opacity: 0.14;
}

.transformation-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.2 / 1;
  border-radius: 8px 96px 8px 96px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(7, 7, 8, 0.14);
}

.transformation-chip {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: var(--radius);
  color: #fff;
  background: rgba(7, 7, 8, 0.78);
  backdrop-filter: blur(14px);
}

.transformation-chip strong,
.transformation-chip span {
  display: block;
}

.transformation-chip span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  font-weight: 760;
}

.benefit-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 30px;
}

.benefit-line span {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 7, 8, 0.045);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 850;
}

.benefit-line span::before {
  content: "✓";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--grad);
  font-size: 0.72rem;
  line-height: 1;
}

.product-proof {
  position: relative;
  overflow: hidden;
  padding: 104px 0 118px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(107, 34, 255, 0.18), transparent 28%),
    radial-gradient(circle at 10% 92%, rgba(0, 200, 255, 0.12), transparent 24%),
    linear-gradient(180deg, #08080a, #111118);
}

.product-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  opacity: 0.16;
}

.product-proof-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 52px;
  align-items: center;
}

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

.product-proof h2 {
  color: #fff;
}

.product-proof .section-copy p:not(.kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.product-proof-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.84rem;
  font-weight: 600;
}

.system-preview {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(12, 12, 18, 0.82);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 34px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.system-topbar {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
}

.system-topbar span {
  width: 34px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff006e 0 30%, #6b22ff 30% 62%, #00c8ff 62%);
}

.system-topbar b {
  font-size: 0.86rem;
}

.system-topbar i {
  padding: 5px 9px;
  border-radius: 999px;
  color: #0ce5a3;
  background: rgba(12, 229, 163, 0.1);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.system-shell {
  display: grid;
  grid-template-columns: 138px 1fr;
  min-height: 430px;
}

.system-shell aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.system-shell aside strong {
  margin-bottom: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
}

.system-shell aside span {
  padding: 10px 11px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  font-weight: 850;
}

.system-shell aside span.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.system-main {
  display: grid;
  gap: 16px;
  padding: 18px;
}

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

.metric-row div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.metric-row small,
.metric-row em,
.pipeline-board span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 760;
}

.metric-row b {
  display: block;
  margin: 7px 0 3px;
  font-size: 1.42rem;
}

.metric-row em {
  color: #0ce5a3;
}

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

.pipeline-board section {
  min-height: 184px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.pipeline-board h4 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
}

.pipeline-board article {
  padding: 11px;
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(107, 34, 255, 0.16), rgba(255, 0, 110, 0.1)),
    rgba(255, 255, 255, 0.07);
}

.pipeline-board article + article {
  margin-top: 9px;
}

.pipeline-board b {
  display: block;
  margin-bottom: 5px;
  font-size: 0.82rem;
}

.analytics-strip {
  height: 78px;
  display: flex;
  gap: 9px;
  align-items: end;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.analytics-strip span {
  flex: 1;
  height: var(--h);
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, #00c8ff, #6b22ff 70%, #ff006e);
}

.product-capabilities {
  position: relative;
  z-index: 1;
  margin-top: 86px;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.team-head {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 90px;
  align-items: end;
  margin-bottom: 52px;
}

.capability-head {
  margin-bottom: 34px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.capability-grid article {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(24, 182, 255, 0.13), transparent 34%),
    radial-gradient(circle at 98% 18%, rgba(194, 24, 255, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.035);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.18),
    0 0 24px rgba(24, 182, 255, 0.06);
}

.capability-grid article::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--grad);
  opacity: 0.78;
}

.capability-grid span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--grad);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.035),
    0 16px 32px rgba(123, 61, 255, 0.24);
}

.capability-grid small {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.capability-grid h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.18;
}

.capability-grid p {
  flex: 1;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.72;
}

.capability-grid b {
  align-self: flex-start;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.74rem;
  font-weight: 850;
}

.portfolio {
  padding: 94px 0 88px;
  background:
    radial-gradient(circle at 12% 12%, rgba(107, 34, 255, 0.06), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 110, 0.055), transparent 24%),
    #fff;
}

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

.aeo-card {
  position: relative;
  min-height: 292px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 250, 253, 0.94)),
    #fff;
  box-shadow: 0 20px 54px rgba(7, 7, 8, 0.07);
}

.aeo-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--grad);
}

.aeo-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(107, 34, 255, 0.06);
}

.aeo-card span {
  width: fit-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 28px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--pink);
  background: rgba(255, 0, 110, 0.08);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.aeo-card h3 {
  min-height: 3.05em;
  margin-bottom: 16px;
  color: var(--black);
  font-size: 1.18rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.aeo-card p {
  min-height: 6.25em;
  margin-bottom: 18px;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.93rem;
}

.aeo-card small {
  position: relative;
  z-index: 1;
  min-height: 3.15em;
  display: block;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid rgba(7, 7, 8, 0.08);
  color: var(--text);
  line-height: 1.45;
  font-size: 0.9rem;
  font-weight: 650;
}

.testimonial {
  overflow: hidden;
  padding-bottom: 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  gap: 60px;
  align-items: end;
  padding: 96px 0;
}

.quote h2 {
  min-height: 3.1em;
  font-size: clamp(1.19rem, 2.38vw, 2.38rem);
}

.quote p:not(.stars) {
  min-height: 3.5em;
  color: var(--muted);
  line-height: 1.75;
}

.stars {
  color: var(--pink);
  letter-spacing: 0.08em;
}

.author {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}

.author img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background: #F5F5F7;
}

.author span {
  display: grid;
  color: var(--muted);
}

.quote-person {
  align-self: end;
  width: min(100%, 590px);
  height: 340px;
  object-fit: cover;
  object-position: center;
  border-radius: 32px 8px 32px 8px;
  margin: 0 auto;
  box-shadow: 0 26px 80px rgba(29, 29, 29, 0.16);
}

.testimonial-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: rgba(7, 7, 8, 0.16);
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.testimonial-dots button.is-active {
  width: 28px;
  background: var(--grad);
}

.testimonial-controls {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.testimonial-controls button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 7, 8, 0.1);
  border-radius: 50%;
  color: var(--text);
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 7, 8, 0.06);
  cursor: pointer;
}

.testimonial-controls svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.pricing-seals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: -18px auto 34px;
  max-width: 940px;
}

.pricing-seals span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 650;
}

.pricing-seals span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 14px rgba(0, 200, 255, 0.68);
}

.price-card {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 28%),
    rgba(13, 13, 16, 0.92);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
}

.price-card.featured {
  z-index: 2;
  border-color: rgba(255, 0, 110, 0.82);
  transform: translateY(-12px);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 110, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.082), transparent 32%),
    rgba(15, 12, 19, 0.98);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 42px rgba(255, 0, 110, 0.22),
    0 30px 90px rgba(0, 0, 0, 0.34);
  animation: featuredPulse 4.8s ease-in-out infinite;
}

.price-card.featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(107, 34, 255, 0.7), rgba(255, 0, 110, 0.72), rgba(0, 200, 255, 0.28));
  filter: blur(18px);
  opacity: 0.42;
}

.price-card em {
  position: absolute;
  top: -15px;
  right: 22px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border-radius: 999px;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 14px 36px rgba(255, 0, 110, 0.32);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.price-card span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
}

.price-card h3 {
  margin-bottom: 14px;
  min-height: 2.35em;
}

.price-card strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(1.58rem, 2.6vw, 2.16rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.price-card p {
  min-height: 4.25em;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.55;
}

.price-card small {
  display: block;
  margin: -4px 0 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  font-weight: 600;
}

.price-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 500;
}

.price-card li::before {
  content: "●";
  margin-right: 8px;
  color: var(--pink);
  font-size: 0.65rem;
}

.price-card a {
  width: 100%;
  margin-top: auto;
  color: #fff;
  background: var(--grad);
}

.price-card li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px rgba(255, 0, 110, 0.54);
}

@keyframes featuredPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.08) inset,
      0 0 42px rgba(255, 0, 110, 0.2),
      0 30px 90px rgba(0, 0, 0, 0.34);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12) inset,
      0 0 56px rgba(255, 0, 110, 0.34),
      0 34px 96px rgba(0, 0, 0, 0.38);
  }
}

.pricing::before {
  display: none;
}

.pricing::after,
.services::after {
  display: none;
}

.contact-card {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 40px;
  align-items: stretch;
  overflow: hidden;
  padding: 48px;
  border-radius: 120px 8px 120px 8px;
  background:
    radial-gradient(circle at 73% 28%, rgba(255, 255, 255, 0.2), transparent 24%),
    #6d45ee;
}

.pricing-contact {
  margin-top: 74px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 34px 100px rgba(0, 0, 0, 0.28);
}

.contact-media {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 36px 8px 36px 8px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mini-chart {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 160px;
  padding: 18px;
  border-radius: var(--radius);
  color: var(--black);
  background: #F5F5F7;
  font-size: 1.6rem;
  font-weight: 950;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
}

.mini-chart span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.72rem;
}

.contact-cta h2 {
  font-size: clamp(1.4rem, 2.8vw, 2.87rem);
}

.contact-cta > p:not(.kicker) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.contact-cta-points {
  display: grid;
  gap: 12px;
  margin: 26px 0 28px;
}

.contact-cta-points span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

.contact-cta-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.46);
}

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

.contact-cta-actions a {
  min-width: 190px;
  padding: 0 22px;
}

.contact-cta-actions a:first-child {
  color: var(--black);
  background: #fff;
}

.contact-cta-actions a:last-child {
  color: #fff;
  background: rgba(7, 7, 8, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-faq {
  overflow: hidden;
  padding: 102px 0 112px;
}

.guarantee-founder-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}

.guarantee-founder-grid.founder-only {
  max-width: 1120px;
}

.guarantee-card,
.founder-card,
.faq-grid details {
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 7, 8, 0.07);
}

.guarantee-card {
  padding: 36px;
  background:
    radial-gradient(circle at 10% 0%, rgba(107, 34, 255, 0.08), transparent 28%),
    #fff;
}

.guarantee-card {
  max-width: 920px;
  margin-inline: auto;
}

.guarantee-card h2,
.founder-card h2,
.faq-section h2 {
  color: var(--black);
  letter-spacing: 0;
}

.guarantee-card h2 {
  font-size: clamp(1.21rem, 2.08vw, 2.3rem);
  line-height: 0.98;
}

.guarantee-card p,
.founder-copy p,
.faq-grid p {
  color: var(--muted);
  line-height: 1.75;
}

.guarantee-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  color: var(--text);
  font-weight: 850;
}

.guarantee-card li {
  display: flex;
  gap: 10px;
}

.guarantee-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px rgba(255, 0, 110, 0.34);
}

.guarantee-card small {
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(7, 7, 8, 0.08);
  color: var(--muted);
  line-height: 1.65;
  font-weight: 760;
}

.founder-card {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: 38px;
  align-items: center;
  padding: 34px;
}

.founder-mark {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  border-radius: 34px 8px 34px 8px;
  background: #eef0f6;
  box-shadow: 24px 28px 70px rgba(107, 34, 255, 0.16);
}

.founder-mark::after {
  content: "";
  position: absolute;
  inset: auto 7% -10% 7%;
  height: 30%;
  border-radius: 50%;
  background: rgba(107, 34, 255, 0.14);
  filter: blur(26px);
}

.founder-mark img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center;
}

.founder-copy h2 {
  margin-bottom: 22px;
  font-size: clamp(1.32rem, 2.68vw, 2.98rem);
  line-height: 0.9;
}

.founder-copy p {
  margin-bottom: 18px;
  font-size: 1.02rem;
}

.faq-section {
  margin-top: 92px;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  max-width: 920px;
  margin-inline: auto;
}

.faq-grid details {
  overflow: hidden;
}

.faq-grid summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--text);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.faq-grid summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--grad);
  font-size: 1.1rem;
  line-height: 1;
}

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

.faq-grid p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 0.95rem;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 0 104px;
  background:
    radial-gradient(circle at 50% 0%, rgba(107, 34, 255, 0.07), transparent 34%),
    #fff;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 14% 7% auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(0, 194, 255, 0.09);
  filter: blur(34px);
}

.final-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 30px;
  justify-items: center;
  text-align: center;
}

.final-cta h2 {
  max-width: 1040px;
  margin: 0 0 18px;
  color: var(--black);
  font-size: clamp(1.53rem, 3.6vw, 3.53rem);
  line-height: 0.96;
}

.final-cta p:not(.kicker) {
  max-width: 690px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.final-cta-actions a {
  min-width: 220px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 26px;
  color: var(--black);
  font-weight: 850;
}

.final-cta-actions a:last-child {
  border: 1px solid rgba(7, 7, 8, 0.12);
  background: #fff;
  box-shadow: 0 16px 36px rgba(7, 7, 8, 0.06);
}

.policy-page {
  background: #fff;
}

.policy-hero {
  padding: 132px 0 76px;
}

.policy-hero h1 {
  max-width: 920px;
  margin-bottom: 16px;
  font-size: clamp(1.65rem, 4.13vw, 3.83rem);
  line-height: 0.96;
}

.policy-hero p:not(.kicker) {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.policy-content {
  padding: 76px 0 96px;
}

.policy-shell {
  max-width: 920px;
  padding: 42px;
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 7, 8, 0.06);
}

.policy-shell article {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(7, 7, 8, 0.08);
}

.policy-shell h2 {
  margin-bottom: 14px;
  color: var(--black);
  font-size: clamp(1.28rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.policy-shell h3 {
  margin: 22px 0 10px;
  color: var(--text);
  font-size: 1.04rem;
}

.policy-shell p,
.policy-shell li {
  color: var(--muted);
  line-height: 1.75;
}

.policy-shell ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.policy-shell a {
  color: var(--purple);
  font-weight: 800;
}

.policy-footer {
  padding-top: 28px;
}

.footer {
  color: #f3f4fb;
  background:
    radial-gradient(circle at 8% 55%, rgba(44, 48, 118, 0.36), transparent 27%),
    radial-gradient(circle at 72% 88%, rgba(36, 31, 96, 0.28), transparent 26%),
    #080c16;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr repeat(4, 1fr);
  gap: 68px;
  padding: 78px 0 54px;
}

.is-hidden-for-launch {
  display: none !important;
}

.footer-coming {
  display: grid;
  grid-template-columns: 190px minmax(0, 680px);
  gap: 42px;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 78px 0 54px;
}

.footer-coming span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--pink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-coming h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.42rem, 3.06vw, 2.3rem);
  line-height: 1.02;
}

.footer-entity {
  display: block;
  margin: -2px 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 850;
}

.footer-coming p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.04rem;
  line-height: 1.75;
}

.footer-mark {
  width: 172px;
  height: 138px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background:
    radial-gradient(circle at 48% 54%, rgba(107, 34, 255, 0.18), transparent 62%),
    rgba(255, 255, 255, 0.025);
}

.footer-mark img {
  width: 150px;
  height: auto;
  max-height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(107, 34, 255, 0.28));
}

.footer nav,
.footer-legal {
  display: grid;
  align-content: start;
  gap: 16px;
}

.footer b {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.12rem;
}

.footer a,
.support-card small {
  color: rgba(255, 255, 255, 0.46);
  font-weight: 500;
}

.footer a:hover {
  color: #fff;
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 390px));
  gap: 26px;
  justify-content: center;
  padding: 12px 0 70px;
}

.support-card {
  min-height: 92px;
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 18px;
  align-items: center;
  padding: 18px 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.support-card span {
  width: 48px;
  height: 48px;
  grid-row: span 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #3b82ff;
  background: rgba(32, 98, 255, 0.12);
  font-size: 1.35rem;
  font-weight: 700;
}

.support-card b {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
}

.footer-locations {
  display: flex;
  justify-content: center;
  padding: 4px 0 52px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.footer-social a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  font-weight: 850;
}

.footer-social a {
  width: 44px;
}

.footer-legal {
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  gap: 34px;
  padding: 0 0 24px;
  font-size: 0.9rem;
}

.whatsapp-float {
  position: fixed;
  left: 24px;
  bottom: 28px;
  z-index: 60;
  width: 56px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 8px 18px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(37, 211, 102, 0.96), rgba(18, 160, 83, 0.96)),
    #25d366;
  box-shadow: 0 18px 52px rgba(18, 160, 83, 0.28);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateY(12px) scale(0.94);
  transition:
    width 320ms ease,
    padding 320ms ease,
    opacity 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.whatsapp-float.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.whatsapp-float:hover {
  box-shadow: 0 22px 64px rgba(18, 160, 83, 0.36);
  transform: translateY(-2px) scale(1.01);
}

.whatsapp-float.is-expanded {
  width: 228px;
  padding-right: 18px;
  gap: 12px;
}

.whatsapp-float span {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.whatsapp-float svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-float b {
  font-size: 0.92rem;
  font-weight: 750;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-8px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  white-space: nowrap;
}

.whatsapp-float.is-expanded b {
  width: 142px;
  opacity: 1;
  transform: translateX(0);
}

.scroll-top {
  --scroll-progress: 0%;
  --scroll-ring: 3px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background:
    conic-gradient(var(--pink) var(--scroll-progress), rgba(255, 255, 255, 0.18) 0),
    rgba(7, 7, 8, 0.74);
  box-shadow: 0 18px 48px rgba(7, 7, 8, 0.28);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.92);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  backdrop-filter: blur(14px);
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top span {
  position: absolute;
  inset: var(--scroll-ring);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(7, 7, 8, 0.92);
}

.scroll-top svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

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

@media (max-width: 980px) {
  .header-card {
    grid-template-columns: 1fr auto;
  }

  .header-card nav {
    display: none;
  }

  .hero-grid,
  .funnel-section-grid,
  .two-col,
  .reverse,
  .product-proof-grid,
  .founder-card,
  .team-head,
  .testimonial-grid,
  .contact-card,
  .final-cta-grid {
    grid-template-columns: 1fr;
  }

  .conversion-grid {
    gap: 40px;
  }

  .performance-visual {
    justify-self: start;
  }

  .transformation-grid {
    gap: 40px;
  }

  .hero-bubbles {
    min-height: 440px;
  }

  .capability-grid,
  .pain-card-grid,
  .price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .support-grid {
    grid-template-columns: repeat(2, minmax(250px, 390px));
  }

  .price-card.featured {
    transform: translateY(0);
  }

  .footer-top,
  .footer-coming {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

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

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

}

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

  .site-header {
    inset: 12px 0 auto;
  }

  .header-card {
    min-height: 50px;
    padding-left: 12px;
  }

  .brand img {
    width: 132px;
  }

  .hero {
    min-height: auto;
    padding: 108px 0 96px;
  }

  h1 {
    font-size: clamp(1.45rem, 6.97vw, 2.28rem);
  }

  .hero-bubbles {
    min-height: 330px;
    transform: scale(0.78);
    transform-origin: top center;
  }

  .two-col,
  .product-proof,
  .portfolio,
  .pricing {
    padding-block: 72px;
  }

  .collage {
    min-height: 360px;
  }

  .photo.a {
    width: 250px;
    height: 260px;
  }

  .photo.b {
    width: 210px;
    height: 190px;
    right: 0;
  }

  .metric-card {
    left: 220px;
  }

  .client-card {
    left: 88px;
  }

  .capability-grid,
  .pain-card-grid,
  .aeo-card-grid,
  .price-grid,
  .support-grid,
  .footer-top,
  .footer-coming,
  .final-cta-grid,
  .footer-locations,
  .progress-list {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-coming {
    padding-top: 58px;
  }

  .footer-coming {
    text-align: center;
    justify-items: center;
    padding-bottom: 42px;
  }

  .final-cta {
    padding: 76px 0;
  }

  .final-cta-grid {
    gap: 28px;
  }

  .final-cta-actions {
    min-width: 0;
  }

  .footer-mark {
    width: 142px;
    height: 112px;
  }

  .footer-mark img {
    width: 124px;
    height: auto;
    max-height: 98px;
  }

  .support-grid {
    gap: 14px;
    padding-bottom: 48px;
  }

  .pricing-seals {
    justify-content: flex-start;
    margin-top: -10px;
  }

  .price-card h3,
  .price-card p {
    min-height: 0;
  }

  .product-proof {
    padding: 72px 0;
  }

  .trust-faq {
    padding: 72px 0;
  }

  .guarantee-card,
  .founder-card {
    padding: 24px;
  }

  .founder-mark {
    min-height: 260px;
  }

  .founder-mark img {
    min-height: 260px;
  }

  .faq-section {
    margin-top: 58px;
  }

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

  .system-shell aside {
    display: none;
  }

  .metric-row,
  .pipeline-board {
    grid-template-columns: 1fr;
  }

  .system-preview {
    border-radius: 12px;
  }

  .footer-legal {
    flex-direction: column;
    display: flex;
    gap: 14px;
  }

  .funnel-steps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .funnel-steps i {
    display: grid;
    place-items: center;
    height: 22px;
  }

  .funnel-steps i::before {
    content: "↓";
    color: var(--pink);
    font-weight: 950;
  }

  .growth-pains {
    padding: 72px 0 54px;
  }

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

  .aeo-card {
    min-height: 0;
  }

  .aeo-card h3,
  .aeo-card p,
  .aeo-card small {
    min-height: 0;
  }

  .team-head {
    gap: 20px;
  }

  .contact-card {
    padding: 28px 18px;
    border-radius: 56px 8px 56px 8px;
  }

  .scroll-top {
    right: 14px;
    bottom: 14px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-float {
    left: 14px;
    bottom: 16px;
    min-height: 50px;
    padding: 7px;
  }

  .whatsapp-float b {
    display: none;
  }

  .whatsapp-float span {
    width: 36px;
    height: 36px;
  }

  .scroll-top span {
    inset: var(--scroll-ring);
  }

  .contact-media {
    min-height: 300px;
  }

  .problem-list {
    grid-template-columns: 1fr;
  }

  .performance-visual::before {
    inset: 20px -12px -16px 22px;
  }

  .transformation-visual::before {
    inset: 22px 24px -18px -12px;
  }

  .benefit-line {
    display: grid;
  }
}

/* Mobile-first home layer */
.container {
  width: min(calc(100% - 28px), var(--max));
}

.site-header {
  inset: 12px 0 auto;
}

.header-card {
  min-height: 50px;
  grid-template-columns: 1fr auto;
  padding: 7px 8px 7px 12px;
}

.header-card nav {
  display: none;
}

.brand img {
  width: 132px;
}

.hero {
  min-height: auto;
  padding: 108px 0 96px;
}

.hero-grid,
.funnel-section-grid,
.two-col,
.reverse,
.product-proof-grid,
.founder-card,
.team-head,
.testimonial-grid,
.contact-card,
.final-cta-grid {
  grid-template-columns: 1fr;
}

h1 {
  font-size: clamp(1.46rem, 6.89vw, 2.3rem);
  line-height: 0.94;
}

.hero-actions,
.contact-cta-actions,
.final-cta-actions {
  justify-content: center;
}

.hero-bubbles {
  min-height: 330px;
  transform: scale(0.78);
  transform-origin: top center;
}

.growth-pains,
.product-proof,
.pricing,
.trust-faq,
.final-cta {
  padding-block: 72px;
}

.pain-card-grid,
.capability-grid,
.price-grid,
.support-grid,
.progress-list,
.metric-row,
.pipeline-board,
.funnel-steps {
  grid-template-columns: 1fr;
}

.pain-card,
.price-card h3,
.price-card p,
.aeo-card,
.aeo-card h3,
.aeo-card p,
.aeo-card small {
  min-height: 0;
}

.pricing-seals {
  justify-content: flex-start;
  margin-top: -10px;
}

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

.system-shell aside {
  display: none;
}

.system-preview {
  border-radius: 12px;
}

.founder-card,
.guarantee-card {
  padding: 24px;
}

.founder-mark,
.founder-mark img {
  min-height: 260px;
}

.faq-section {
  margin-top: 58px;
}

.contact-card {
  padding: 28px 18px;
  border-radius: 56px 8px 56px 8px;
}

.contact-media {
  min-height: 300px;
}

.footer-top,
.footer-coming,
.footer-locations,
.footer-legal {
  grid-template-columns: 1fr;
}

.footer-coming {
  text-align: center;
  justify-items: center;
  padding: 58px 0 42px;
}

.footer-legal {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.scroll-top {
  right: 14px;
  bottom: 14px;
  width: 50px;
  height: 50px;
}

.whatsapp-float {
  left: 14px;
  bottom: 16px;
  width: 50px;
  min-height: 50px;
  padding: 7px;
}

.whatsapp-float b {
  display: block;
  font-size: 0.86rem;
}

.whatsapp-float span {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.whatsapp-float.is-expanded {
  width: 208px;
  padding-right: 16px;
  gap: 10px;
}

.local-lp-page {
  background: var(--white);
}

.lp-hero {
  position: relative;
  overflow: hidden;
  padding: 148px 0 86px;
}

.lp-hero::after {
  content: "";
  position: absolute;
  left: -6vw;
  right: -6vw;
  bottom: -1px;
  z-index: 1;
  height: 54px;
  background: var(--white);
  clip-path: polygon(0 68%, 44% 18%, 100% 72%, 100% 100%, 0 100%);
}

.lp-hero-grid,
.lp-split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: center;
}

.lp-hero-copy h1 {
  max-width: 790px;
  margin-bottom: 18px;
  color: var(--white);
}

.lp-hero-copy p:not(.kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.02rem;
  line-height: 1.75;
}

.lp-proof-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.lp-proof-panel img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.lp-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}

.lp-proof-list span {
  padding: 14px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(7, 7, 8, 0.48);
  font-size: 0.82rem;
  font-weight: 760;
}

.lp-section {
  padding: 78px 0;
}

.soft-band {
  background: #f6f6f8;
}

.lp-card-grid,
.lp-step-grid,
.lp-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.lp-card-grid article,
.lp-step-grid article,
.lp-system-card {
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 20px 54px rgba(7, 7, 8, 0.06);
}

.lp-card-grid article,
.lp-step-grid article {
  padding: 22px;
}

.lp-card-grid b,
.lp-step-grid b,
.lp-system-card b {
  display: block;
  margin-bottom: 8px;
  color: var(--black);
  font-size: 1rem;
}

.lp-card-grid p,
.lp-step-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.lp-system-card {
  padding: 26px;
  color: var(--text);
}

.lp-system-card span,
.lp-step-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lp-system-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  color: var(--muted);
  line-height: 1.6;
  list-style: none;
}

.lp-system-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--pink);
}

.lp-link-grid a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border: 1px solid rgba(7, 7, 8, 0.08);
  border-radius: var(--radius);
  background: #fff;
  color: var(--black);
  font-weight: 820;
}

.lp-link-grid a::after {
  content: ">";
  color: var(--pink);
}

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

  .growth-pains,
  .product-proof,
  .pricing,
  .trust-faq,
  .final-cta {
    padding-block: 92px;
  }

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

  .support-grid {
    grid-template-columns: repeat(2, minmax(250px, 390px));
  }

  .footer-legal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px 34px;
  }

  .metric-row,
  .pipeline-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .hero-bubbles {
    min-height: 440px;
    transform: none;
  }

  .whatsapp-float {
    left: 24px;
    bottom: 28px;
    width: 56px;
    min-height: 54px;
    padding: 8px 18px 8px 8px;
  }

  .whatsapp-float span {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .whatsapp-float.is-expanded {
    width: 228px;
    padding-right: 18px;
    gap: 12px;
  }

  .lp-card-grid,
  .lp-step-grid,
  .lp-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 981px) {
  .site-header {
    inset: 24px 0 auto;
  }

  .header-card {
    min-height: 56px;
    grid-template-columns: 170px 1fr auto;
    padding: 7px 8px 7px 18px;
  }

  .header-card nav {
    display: flex;
  }

  .brand img {
    width: 150px;
  }

  .hero {
    min-height: 770px;
    padding: 150px 0 120px;
  }

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

  h1 {
    font-size: clamp(1.66rem, 3.59vw, 3.56rem);
    line-height: 0.88;
  }

  .hero-actions,
  .contact-cta-actions {
    justify-content: flex-start;
  }

  .two-col,
  .reverse {
    grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  }

  .reverse {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  }

  .product-proof-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  }

  .system-shell {
    grid-template-columns: 138px 1fr;
  }

  .system-shell aside {
    display: grid;
  }

  .funnel-section-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  }

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

  .testimonial-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  }

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

  .founder-card {
    grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
    padding: 34px;
  }

  .founder-mark,
  .founder-mark img {
    min-height: 470px;
  }

  .contact-card {
    grid-template-columns: 0.82fr 1fr;
    padding: 48px;
  }

  .contact-media {
    min-height: 420px;
  }

  .final-cta-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-coming {
    grid-template-columns: 190px minmax(0, 680px);
    text-align: left;
    justify-items: stretch;
    padding: 78px 0 54px;
  }

  .lp-hero {
    padding: 156px 0 104px;
  }

  .lp-hero-grid,
  .lp-split {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.82fr);
    gap: 58px;
  }

  .lp-split.reverse {
    grid-template-columns: minmax(420px, 0.82fr) minmax(0, 0.92fr);
  }

  .lp-section {
    padding: 96px 0;
  }

  .lp-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
