:root {
  --black: #050505;
  --black-2: #0c0c0d;
  --white: #ffffff;
  --muted: #a7a7ad;
  --purple: #9b2cff;
  --blue: #1833c7;
  --cyan: #5de8ff;
  --line: rgba(255, 255, 255, 0.14);
  --max: 1320px;
  --radius: 30px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Impact, "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.45;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 88% 82%, rgba(155, 44, 255, 0.18), transparent 25rem),
    radial-gradient(circle at 12% 22%, rgba(24, 51, 199, 0.16), transparent 26rem),
    var(--black);
}

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

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

p {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

h1,
h2,
h3 {
  line-height: 0.98;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  background: var(--white);
  color: var(--black);
  transform: translateY(-150%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  color: #160f22;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

.nav {
  width: min(100% - 60px, 1540px);
  min-height: 76px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  height: 58px;
  overflow: hidden;
  border-radius: 6px;
}

.brand img {
  display: block;
  width: 178px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.1rem, 2.4vw, 2.7rem);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.nav-links a {
  font-weight: 900;
}

.header-cta {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 0.7rem;
  padding: 0 1.1rem 0 1.35rem;
  border-radius: 999px;
  background: #050505;
  color: var(--white);
  font-size: 0.9rem;
  text-transform: uppercase;
}

.header-cta span {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  justify-self: end;
  border: 1px solid #111;
  border-radius: 999px;
  background: transparent;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #111;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  overflow: hidden;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.3), rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.65)),
    url("assets/hero-marketing.jpg") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 52% 38%, transparent 0 18rem, rgba(5,5,5,.2) 29rem),
    linear-gradient(180deg, rgba(5,5,5,.08), rgba(5,5,5,.9));
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  text-align: center;
  transform: translateY(-1.8rem);
}

.eyebrow,
.section-kicker {
  color: #b16cff;
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1080px;
  margin: 1.05rem auto 0;
  color: var(--white);
  font-size: clamp(4rem, 8.5vw, 10.2rem);
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.44);
}

.hero-content p:not(.eyebrow) {
  max-width: 650px;
  margin: 1.5rem auto 0;
  color: #f1edf7;
  font-size: 1.05rem;
}

.hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 3;
  width: min(100% - 70px, 1540px);
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.proof-cluster {
  display: flex;
  align-items: center;
}

.proof-cluster span {
  width: 38px;
  height: 38px;
  margin-right: -10px;
  border: 2px solid var(--black);
  border-radius: 50%;
  background: linear-gradient(135deg, #5de8ff, #b16cff);
}

.proof-cluster span:nth-child(2) {
  background: linear-gradient(135deg, #ff8a00, #b16cff);
}

.proof-cluster span:nth-child(3) {
  background: linear-gradient(135deg, #fff, #5de8ff);
}

.proof-cluster b {
  margin-left: 1.2rem;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.hero-bottom ul {
  display: flex;
  gap: 1.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.92rem;
  text-transform: uppercase;
  text-decoration: underline;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

.statement {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  border-bottom: 1px solid var(--line);
  padding: 92px max(20px, calc((100vw - var(--max)) / 2)) 92px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.82) 43%, rgba(5, 5, 5, 0.52) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.25), rgba(5, 5, 5, 0.92)),
    url("assets/about-ai-bg.jpg") center right / cover no-repeat;
}

.statement::before {
  content: "";
  position: absolute;
  inset: 8% auto auto -12%;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: rgba(24, 51, 199, 0.12);
  filter: blur(20px);
}

.statement::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -16%;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(155, 44, 255, 0.12);
  filter: blur(24px);
}

.statement-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.58fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.statement-copy h2 {
  max-width: 860px;
  margin-top: 1rem;
  background: linear-gradient(90deg, #58f4ef, #81fff8 48%, #2fd2cf);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 32px rgba(129, 255, 248, 0.12);
  font-size: clamp(2.6rem, 4.45vw, 5.45rem);
  line-height: 1.02;
}

.statement-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin-top: 1.2rem;
  color: #d8d1e4;
  font-size: 1.05rem;
}

.statement-visual {
  position: relative;
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    radial-gradient(circle at 20% 10%, rgba(155,44,255,.34), transparent 13rem),
    radial-gradient(circle at 90% 90%, rgba(93,232,255,.18), transparent 13rem),
    #111115;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.statement-visual::before {
  content: "";
  position: absolute;
  inset: 1rem 1rem auto auto;
  width: 116px;
  height: 74px;
  border-radius: 999px;
  background: url("assets/hero-marketing.jpg") center / cover no-repeat;
  border: 1px solid rgba(255,255,255,.18);
}

.flow-card {
  position: relative;
  z-index: 1;
  min-height: 112px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(7, 7, 9, 0.68);
  backdrop-filter: blur(14px);
}

.main-flow {
  min-height: 146px;
  background:
    linear-gradient(135deg, rgba(155,44,255,.3), rgba(24,51,199,.2)),
    rgba(7, 7, 9, 0.82);
}

.flow-card span,
.flow-card strong {
  display: block;
}

.flow-card span {
  color: #b16cff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.flow-card strong {
  margin-top: 0.35rem;
  color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.flow-card p {
  margin-top: 0.5rem;
  color: #d9d9df;
  font-size: 0.94rem;
}

.statement-proof {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem;
  margin-top: 1.6rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.statement-proof span {
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
}

.inline-pill {
  display: inline-block;
  width: clamp(76px, 10vw, 150px);
  height: clamp(34px, 5vw, 62px);
  margin: 0 0.15em -0.1em;
  border-radius: 999px;
  background: url("assets/hero-marketing.jpg") center / cover no-repeat;
}

.pill-two {
  background: url("assets/hero-dashboard.svg") center / cover no-repeat;
}

.brand-marquee {
  position: relative;
  overflow: hidden;
  padding: 74px 0;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 45%, rgba(93, 232, 255, 0.1), transparent 20rem),
    radial-gradient(circle at 86% 18%, rgba(155, 44, 255, 0.14), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0)),
    #050505;
}

.brand-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 79px, rgba(93, 232, 255, 0.045) 80px, transparent 81px),
    linear-gradient(0deg, transparent 0 79px, rgba(155, 44, 255, 0.04) 80px, transparent 81px);
  background-size: 80px 80px;
  opacity: 0.8;
}

.marquee-row {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  min-width: 200%;
  gap: 2rem;
  padding: 0.75rem 0;
  animation: marquee 30s linear infinite;
}

.marquee-row.reverse {
  animation-direction: reverse;
}

.marquee-row span {
  min-width: 260px;
  padding: 1.4rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.section-heading {
  max-width: 980px;
  margin-bottom: 2.6rem;
}

.section-heading h2,
.system h2,
.footer h2 {
  margin-top: 0.8rem;
  font-size: clamp(2.5rem, 5.5vw, 6.2rem);
}

.services,
.process,
.faq {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
}

.services {
  background:
    radial-gradient(circle at 8% 22%, rgba(93, 232, 255, 0.14), transparent 23rem),
    radial-gradient(circle at 88% 18%, rgba(155, 44, 255, 0.18), transparent 25rem),
    linear-gradient(180deg, #050505 0%, #09090e 100%);
}

.process {
  background:
    radial-gradient(circle at 74% 16%, rgba(93, 232, 255, 0.15), transparent 24rem),
    radial-gradient(circle at 16% 72%, rgba(155, 44, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #07070a 0%, #050505 100%);
}

.faq {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.93), rgba(5, 5, 5, 0.66), rgba(5, 5, 5, 0.95)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.34), rgba(5, 5, 5, 0.92)),
    url("assets/hero-marketing.jpg") center / cover no-repeat,
    linear-gradient(180deg, #050505 0%, #0a0a10 100%);
}

.services::before,
.process::before,
.faq::before,
.services::after,
.process::after,
.faq::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.services::before,
.process::before,
.faq::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 59px, rgba(93, 232, 255, 0.05) 60px, transparent 61px),
    linear-gradient(0deg, transparent 0 59px, rgba(155, 44, 255, 0.045) 60px, transparent 61px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 86%, transparent);
}

.services::after,
.process::after,
.faq::after {
  width: min(40vw, 520px);
  height: min(40vw, 520px);
  border: 1px solid rgba(93, 232, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(93, 232, 255, 0.08), 0 0 90px rgba(155, 44, 255, 0.08);
  opacity: 0.72;
}

.services::after {
  right: -14rem;
  top: 4rem;
}

.process::after {
  left: -15rem;
  bottom: 2rem;
}

.faq::after {
  right: -16rem;
  bottom: -8rem;
}

.services > *,
.process > *,
.faq > * {
  position: relative;
  z-index: 1;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  border-radius: 0 var(--radius) 0 var(--radius);
  background: #121212;
}

.service-visual {
  position: absolute;
  inset: 0;
  background: url("assets/service-website.jpg") center / cover no-repeat;
  transition: transform 0.35s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.18) 40%, rgba(0, 0, 0, 0.9) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 55%);
}

.service-card:hover .service-visual {
  transform: scale(1.05);
}

.visual-chat {
  background: url("assets/service-whatsapp.jpg") center / cover no-repeat;
}

.visual-growth {
  background: url("assets/service-campaign.jpg") center / cover no-repeat;
}

.service-card a {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.service-card h3,
.service-card p {
  position: absolute;
  left: 24px;
  right: 24px;
  z-index: 2;
}

.service-card h3 {
  bottom: 116px;
  font-size: clamp(2rem, 3.1vw, 3.8rem);
}

.service-card p {
  bottom: 28px;
  color: #d7d7dd;
}

.system {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  min-height: 760px;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.78)),
    radial-gradient(circle at 82% 28%, rgba(93, 232, 255, 0.2), transparent 24rem),
    radial-gradient(circle at 72% 88%, rgba(155, 44, 255, 0.22), transparent 26rem),
    #050505;
}

.system::before,
.system::after {
  content: "";
  position: absolute;
  inset: -25%;
  pointer-events: none;
}

.system::before {
  background:
    radial-gradient(circle, rgba(93, 232, 255, 0.42) 0 2px, transparent 3px),
    linear-gradient(90deg, transparent 0 49px, rgba(93, 232, 255, 0.08) 50px, transparent 51px),
    linear-gradient(0deg, transparent 0 49px, rgba(155, 44, 255, 0.08) 50px, transparent 51px);
  background-size: 120px 120px, 50px 50px, 50px 50px;
  opacity: 0.45;
  animation: aiGridDrift 18s linear infinite;
}

.system::after {
  background:
    linear-gradient(115deg, transparent 0 34%, rgba(93, 232, 255, 0.16) 36%, transparent 39%),
    linear-gradient(245deg, transparent 0 58%, rgba(155, 44, 255, 0.18) 60%, transparent 64%),
    radial-gradient(circle at 75% 35%, rgba(93, 232, 255, 0.34), transparent 13rem);
  filter: blur(1px);
  opacity: 0.7;
  animation: aiScanSweep 9s ease-in-out infinite alternate;
}

.system-copy,
.metrics {
  position: relative;
  z-index: 2;
}

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

.ai-orb,
.ai-node,
.ai-chip,
.ai-line {
  position: absolute;
  display: block;
}

.ai-orb {
  width: 34vmin;
  height: 34vmin;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(93,232,255,.42), rgba(155,44,255,.18) 38%, transparent 68%);
  filter: blur(10px);
  opacity: 0.72;
  animation: aiFloat 13s ease-in-out infinite alternate;
}

.orb-one {
  right: 10%;
  top: 6%;
}

.orb-two {
  left: 46%;
  bottom: -12%;
  width: 26vmin;
  height: 26vmin;
  animation-duration: 16s;
  animation-delay: -4s;
}

.orb-three {
  right: -5%;
  bottom: 12%;
  width: 42vmin;
  height: 42vmin;
  animation-duration: 20s;
  animation-delay: -7s;
}

.ai-node {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5de8ff;
  box-shadow: 0 0 22px #5de8ff, 0 0 52px rgba(93,232,255,.55);
  animation: nodePulse 2.6s ease-in-out infinite;
}

.node-one {
  left: 48%;
  top: 21%;
}

.node-two {
  right: 20%;
  top: 42%;
  animation-delay: -0.8s;
}

.node-three {
  left: 57%;
  bottom: 24%;
  animation-delay: -1.4s;
}

.node-four {
  right: 8%;
  bottom: 34%;
  animation-delay: -2s;
}

.ai-chip {
  min-width: 82px;
  padding: 0.55rem 0.75rem;
  border: 1px solid rgba(93,232,255,.36);
  border-radius: 999px;
  background: rgba(7, 7, 10, 0.52);
  color: rgba(255,255,255,.74);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  backdrop-filter: blur(10px);
  animation: chipDrift 8s ease-in-out infinite alternate;
}

.chip-one {
  right: 26%;
  top: 16%;
}

.chip-two {
  right: 8%;
  top: 57%;
  animation-delay: -2.2s;
}

.chip-three {
  left: 50%;
  bottom: 14%;
  animation-delay: -4s;
}

.ai-line {
  width: 240px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(93,232,255,.65), transparent);
  transform-origin: center;
  animation: lineTravel 7s ease-in-out infinite;
}

.line-one {
  right: 23%;
  top: 31%;
  transform: rotate(22deg);
}

.line-two {
  right: 6%;
  top: 48%;
  transform: rotate(-18deg);
  animation-delay: -2.4s;
}

.line-three {
  left: 48%;
  bottom: 22%;
  transform: rotate(10deg);
  animation-delay: -4.2s;
}

.system-copy p:not(.section-kicker) {
  max-width: 640px;
  margin-top: 1.1rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.metric-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  border: 1px solid rgba(93, 232, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(93, 232, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(8, 9, 14, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 18%, rgba(93, 232, 255, 0.24), transparent 10rem),
    radial-gradient(circle at 84% 12%, rgba(177, 108, 255, 0.2), transparent 9rem);
  opacity: 0.78;
  pointer-events: none;
}

.metric-card::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(93, 232, 255, 0.8), rgba(177, 108, 255, 0.68), transparent);
  opacity: 0.72;
}

.metric-card > * {
  position: relative;
  z-index: 1;
}

.metric-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #6ff7ff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.metric-top b {
  color: rgba(255, 255, 255, 0.42);
}

.metric-card strong {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  margin-top: 2.2rem;
  color: var(--white);
  font-size: clamp(3.2rem, 5vw, 6.4rem);
  line-height: 1;
  text-shadow: 0 0 34px rgba(93, 232, 255, 0.16);
}

.metric-card strong span {
  display: inline-block;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.metric-card p {
  max-width: 250px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.metric-visual {
  margin-top: auto;
  min-height: 76px;
}

.metric-bars {
  display: flex;
  align-items: end;
  gap: 0.55rem;
  padding-top: 1.8rem;
}

.metric-bars i {
  display: block;
  width: 16%;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #70f7ff, #a849ff);
  box-shadow: 0 0 22px rgba(93, 232, 255, 0.32);
}

.metric-bars i:nth-child(1) { height: 34px; }
.metric-bars i:nth-child(2) { height: 54px; }
.metric-bars i:nth-child(3) { height: 42px; }
.metric-bars i:nth-child(4) { height: 68px; }

.metric-route {
  position: relative;
}

.metric-route::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 38px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #70f7ff, #b16cff);
  box-shadow: 0 0 20px rgba(93, 232, 255, 0.32);
}

.metric-route i {
  position: absolute;
  top: 27px;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 0 0 8px rgba(93, 232, 255, 0.1);
}

.metric-route i:nth-child(1) { left: 0; }
.metric-route i:nth-child(2) { left: calc(50% - 12px); }
.metric-route i:nth-child(3) { right: 0; }

.metric-pulse {
  position: relative;
  display: grid;
  place-items: center;
}

.metric-pulse i {
  position: absolute;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(93, 232, 255, 0.52);
  border-radius: 50%;
  box-shadow: inset 0 0 22px rgba(93, 232, 255, 0.12), 0 0 32px rgba(177, 108, 255, 0.12);
}

.metric-pulse i:nth-child(2) {
  width: 48px;
  height: 48px;
  border-color: rgba(177, 108, 255, 0.68);
}

.metric-pulse i:nth-child(3) {
  width: 14px;
  height: 14px;
  border: 0;
  background: #70f7ff;
  box-shadow: 0 0 28px #70f7ff;
}

.metric-flow {
  transform: translateY(24px);
}

.metric-live {
  transform: translateY(-8px);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.process-list article,
.faq details {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(93, 232, 255, 0.07), rgba(155, 44, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.process-list article {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 1.4rem;
}

.process-list article::before {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.4rem 1.4rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(93, 232, 255, 0.75), rgba(177, 108, 255, 0.58), transparent);
}

.process-list span {
  color: #b16cff;
  font-size: 1rem;
}

.process-list h3 {
  margin-top: 3.2rem;
  font-size: 2rem;
}

.process-list p {
  margin-top: 0.7rem;
}

.pricing {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94) 0%, rgba(5, 5, 5, 0.72) 52%, rgba(5, 5, 5, 0.9) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.94)),
    url("assets/about-ai-bg.jpg") center / cover no-repeat,
    #07070a;
}

.pricing::before {
  content: "";
  position: absolute;
  inset: -18%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(93, 232, 255, 0.4) 0 2px, transparent 3px),
    linear-gradient(110deg, transparent 0 38%, rgba(93, 232, 255, 0.16) 39%, transparent 42%),
    linear-gradient(250deg, transparent 0 54%, rgba(177, 108, 255, 0.18) 56%, transparent 59%);
  background-size: 124px 124px, auto, auto;
  opacity: 0.5;
  animation: aiGridDrift 20s linear infinite;
}

.pricing::after {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  top: 74px;
  width: min(36vw, 480px);
  aspect-ratio: 1.35;
  border: 1px solid rgba(93, 232, 255, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(93, 232, 255, 0.18), rgba(155, 44, 255, 0.08)),
    url("assets/hero-dashboard.svg") center / cover no-repeat;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), 0 0 80px rgba(93, 232, 255, 0.14);
  opacity: 0.32;
  transform: rotate(-3deg);
}

.pricing-header,
.pricing-grid,
.pricing-note {
  position: relative;
  z-index: 1;
}

.pricing-header {
  max-width: 980px;
  margin-bottom: 3rem;
}

.pricing-header h2 {
  max-width: 900px;
  margin-top: 0.8rem;
  font-size: clamp(2.6rem, 5.2vw, 6rem);
}

.pricing-header > p {
  max-width: 650px;
  margin-top: 1rem;
  color: #d8d8de;
  font-size: 1.02rem;
}

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

.price-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(150deg, rgba(93, 232, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(6, 7, 12, 0.82);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 18% 10%, rgba(93, 232, 255, 0.16), transparent 12rem);
}

.featured-price {
  border-color: rgba(93, 232, 255, 0.5);
  background:
    linear-gradient(150deg, rgba(93, 232, 255, 0.22), rgba(155, 44, 255, 0.2) 42%, rgba(255, 255, 255, 0.05)),
    rgba(10, 9, 20, 0.9);
  transform: translateY(-18px);
}

.price-badge {
  align-self: flex-start;
  margin-bottom: 1.3rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #6ff7ff;
  color: #041014;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-top span {
  color: #6ff7ff;
}

.price-card strong {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  margin-top: 2rem;
  color: #fff;
  font-family: Impact, "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.9rem, 4.2vw, 5.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.price-card strong small {
  color: rgba(255, 255, 255, 0.58);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.price-card p,
.price-card ul,
.price-card a {
  position: relative;
  z-index: 1;
}

.price-card p {
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  font-weight: 700;
}

.price-card ul {
  display: grid;
  gap: 0.75rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 800;
}

.price-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 0.7rem;
  align-items: start;
}

.price-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #6ff7ff, #b16cff);
  box-shadow: 0 0 18px rgba(93, 232, 255, 0.4);
}

.price-card a {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 999px;
  background: #fff;
  color: #07070a;
  font-weight: 950;
  text-transform: uppercase;
}

.featured-price a {
  background: linear-gradient(90deg, #6ff7ff, #b16cff);
  color: #03030a;
}

.pricing-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.pricing-note span {
  color: #6ff7ff;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-note p {
  color: rgba(255, 255, 255, 0.74);
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 0.78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.faq-grid .section-heading {
  margin-bottom: 1.5rem;
}

.faq-visual {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  padding: 1.25rem;
  border: 1px solid rgba(93, 232, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(93, 232, 255, 0.15), rgba(155, 44, 255, 0.09)),
    rgba(5, 5, 8, 0.66);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.faq-visual::before {
  content: "";
  position: absolute;
  inset: 22% -14% auto auto;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(93, 232, 255, 0.26);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(93, 232, 255, 0.1), 0 0 80px rgba(177, 108, 255, 0.12);
}

.faq-visual::after {
  content: "";
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  height: 84px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(93, 232, 255, 0.9) 0 18%, transparent 18% 24%, rgba(177, 108, 255, 0.72) 24% 44%, transparent 44% 54%, rgba(93, 232, 255, 0.58) 54% 72%, transparent 72%),
    rgba(255, 255, 255, 0.06);
  opacity: 0.62;
}

.faq-visual span,
.faq-visual strong {
  position: relative;
  z-index: 1;
  display: block;
}

.faq-visual span {
  color: #6ff7ff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-visual strong {
  max-width: 360px;
  margin-top: 1rem;
  color: #fff;
  font-family: Impact, "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.7rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.faq-visual i {
  position: absolute;
  right: 20%;
  bottom: 28%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6ff7ff;
  box-shadow: 0 0 34px #6ff7ff, 0 0 84px rgba(177, 108, 255, 0.56);
}

.faq-list {
  display: grid;
  gap: 1rem;
  max-width: none;
  margin: 0;
}

.faq details {
  position: relative;
  overflow: hidden;
  padding: 1.25rem 1.4rem;
}

.faq details::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, #6ff7ff, #b16cff);
  opacity: 0.72;
}

.faq summary {
  cursor: pointer;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.faq details p {
  margin-top: 0.8rem;
}

.footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 6%, rgba(93, 232, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 82% 20%, rgba(155, 44, 255, 0.24), transparent 28rem),
    linear-gradient(180deg, #111116 0%, #050505 82%);
  padding: 118px 0 0;
}

.footer-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 69px, rgba(93, 232, 255, 0.045) 70px, transparent 71px),
    linear-gradient(0deg, transparent 0 69px, rgba(155, 44, 255, 0.04) 70px, transparent 71px);
  background-size: 70px 70px;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

.footer-cta,
.footer-inner,
.footer-bottom {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.16);
}

.footer-cta h2 {
  max-width: 900px;
  margin-top: 0.7rem;
  font-size: clamp(3rem, 6vw, 7rem);
}

.footer-cta p:not(.section-kicker) {
  max-width: 650px;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.footer-cta > a {
  display: inline-flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #6ff7ff, #b16cff);
  color: #050505;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(140px, 0.5fr) minmax(170px, 0.6fr) minmax(260px, 0.9fr);
  gap: 2rem;
  align-items: start;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.footer-brand img {
  display: block;
  width: min(100%, 300px);
  height: auto;
  margin-bottom: 1.2rem;
  border-radius: 14px;
}

.footer-brand p {
  max-width: 390px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-column {
  display: grid;
  gap: 0.7rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.footer-column h3 {
  margin-bottom: 0.35rem;
  color: #6ff7ff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
}

.footer-card {
  min-height: 240px;
  padding: 1.1rem;
  border: 1px solid rgba(93, 232, 255, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(93, 232, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.footer-card span {
  color: #6ff7ff;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-card strong {
  display: block;
  margin-top: 0.7rem;
  color: #fff;
  font-family: Impact, "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.1rem, 3vw, 3.5rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.footer-card p {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.footer-card a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 0 1.5rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-bottom strong {
  color: #fff;
}

.footer-bottom span {
  text-align: center;
}

.footer-bottom small {
  color: rgba(255, 255, 255, 0.52);
  font: inherit;
  text-transform: none;
}

.footer-bottom a {
  color: #6ff7ff;
}

.service-page-hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding: 96px max(20px, calc((100vw - var(--max)) / 2));
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.58), rgba(5, 5, 5, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.18), rgba(5, 5, 5, 0.94)),
    url("assets/hero-marketing.jpg") center / cover no-repeat;
}

.service-page-hero::before {
  content: "";
  position: absolute;
  inset: -20%;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(93, 232, 255, 0.38) 0 2px, transparent 3px),
    linear-gradient(110deg, transparent 0 38%, rgba(93, 232, 255, 0.16) 39%, transparent 42%),
    linear-gradient(250deg, transparent 0 54%, rgba(177, 108, 255, 0.18) 56%, transparent 59%);
  background-size: 124px 124px, auto, auto;
  opacity: 0.46;
  animation: aiGridDrift 20s linear infinite;
}

.service-page-copy,
.example-panel,
.example-section,
.service-page-cta {
  position: relative;
  z-index: 1;
}

.service-page-copy h1 {
  max-width: 960px;
  margin-top: 0.9rem;
  font-size: clamp(4rem, 8vw, 9.4rem);
}

.service-page-copy p:not(.section-kicker) {
  max-width: 680px;
  margin-top: 1.3rem;
  color: #f1edf7;
  font-size: 1.05rem;
}

.service-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.service-page-actions a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-weight: 950;
  text-transform: uppercase;
}

.primary-action {
  background: linear-gradient(90deg, #6ff7ff, #b16cff);
  color: #050505;
}

.secondary-action {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
}

.example-panel {
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(93, 232, 255, 0.24);
  border-radius: 30px;
  background:
    linear-gradient(160deg, rgba(93, 232, 255, 0.16), rgba(155, 44, 255, 0.1)),
    rgba(8, 9, 14, 0.7);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(14px);
}

.example-browser {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.3);
}

.browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6ff7ff;
}

.browser-top span:nth-child(2) {
  background: #b16cff;
}

.browser-top span:nth-child(3) {
  background: #fff;
}

.browser-canvas {
  position: relative;
  overflow: hidden;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.72)),
    url("assets/service-website.jpg") center / cover no-repeat;
}

.landing-example .browser-canvas {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.1), rgba(5, 5, 5, 0.76)),
    url("assets/service-campaign.jpg") center / cover no-repeat;
}

.whatsapp-example .browser-canvas {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.78)),
    url("assets/service-whatsapp.jpg") center / cover no-repeat;
}

.mock-card {
  position: absolute;
  display: grid;
  gap: 0.55rem;
  width: min(72%, 360px);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(5, 5, 8, 0.72);
  box-shadow: 0 22px 80px rgba(0, 0, 0, 0.4);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.mock-card strong {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
}

.mock-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.mock-card.one {
  left: 1.2rem;
  top: 1.2rem;
}

.mock-card.two {
  right: 1.2rem;
  bottom: 1.2rem;
}

.mock-stat {
  position: absolute;
  right: 1.2rem;
  top: 42%;
  display: grid;
  place-items: center;
  width: 116px;
  height: 116px;
  border: 1px solid rgba(93, 232, 255, 0.35);
  border-radius: 50%;
  background: rgba(5, 5, 8, 0.56);
  color: #6ff7ff;
  font-family: Impact, "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 2rem;
  box-shadow: 0 0 70px rgba(93, 232, 255, 0.18);
}

.example-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: none;
  padding: 110px max(20px, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 18%, rgba(93, 232, 255, 0.14), transparent 24rem),
    radial-gradient(circle at 86% 20%, rgba(155, 44, 255, 0.18), transparent 26rem),
    linear-gradient(180deg, #050505, #09090e);
}

.example-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 59px, rgba(93, 232, 255, 0.05) 60px, transparent 61px),
    linear-gradient(0deg, transparent 0 59px, rgba(155, 44, 255, 0.045) 60px, transparent 61px);
  background-size: 60px 60px;
}

.example-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.example-item {
  min-height: 280px;
  padding: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(93, 232, 255, 0.09), rgba(155, 44, 255, 0.04)),
    rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(10px);
}

.example-item span {
  color: #6ff7ff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.example-item h2,
.example-item h3 {
  margin-top: 2.4rem;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.example-item p {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
}

.service-page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: 1.2rem;
  padding: 1.2rem;
  border: 1px solid rgba(93, 232, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.045);
}

.service-page-cta strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.8rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.service-page-cta p {
  margin-top: 0.5rem;
}

.service-page-cta a {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 1.2rem;
  border-radius: 999px;
  background: #fff;
  color: #050505;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes aiGridDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(-120px, 80px, 0) rotate(0.001deg);
  }
}

@keyframes aiScanSweep {
  from {
    transform: translate3d(-4%, -2%, 0) scale(1);
  }
  to {
    transform: translate3d(5%, 3%, 0) scale(1.08);
  }
}

@keyframes aiFloat {
  from {
    transform: translate3d(-2%, -2%, 0) scale(0.94);
  }
  to {
    transform: translate3d(4%, 5%, 0) scale(1.08);
  }
}

@keyframes nodePulse {
  0%,
  100% {
    transform: scale(0.85);
    opacity: 0.45;
  }
  50% {
    transform: scale(1.45);
    opacity: 1;
  }
}

@keyframes chipDrift {
  from {
    transform: translate3d(-10px, -8px, 0);
  }
  to {
    transform: translate3d(14px, 12px, 0);
  }
}

@keyframes lineTravel {
  0%,
  100% {
    opacity: 0.18;
    filter: blur(0);
  }
  50% {
    opacity: 0.9;
    filter: blur(1px);
  }
}

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

@media (max-width: 1080px) {
  .nav {
    grid-template-columns: auto auto;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: var(--white);
    border: 1px solid #ddd;
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 0.8rem;
  }

  .header-cta {
    display: none;
  }

  .service-grid,
  .system,
  .service-page-hero,
  .example-grid,
  .service-page-cta,
  .pricing-grid,
  .faq-grid,
  .process-list,
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta {
    grid-template-columns: 1fr;
  }

  .footer-cta > a {
    justify-self: start;
  }

  .featured-price {
    transform: none;
  }

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

  .system {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ai-chip {
    opacity: 0.62;
  }

  .system {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .nav {
    width: min(100% - 24px, 1540px);
  }

  .brand {
    height: 48px;
  }

  .brand img {
    width: 138px;
    height: 48px;
  }

  .hero {
    min-height: calc(100vh - 76px);
    place-items: end center;
    padding-bottom: 120px;
  }

  .hero-bottom {
    width: min(100% - 24px, 1540px);
    display: grid;
    bottom: 24px;
  }

  .hero-bottom ul {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .section {
    width: min(var(--max), calc(100% - 24px));
    padding: 76px 0;
  }

  .system {
    width: 100%;
    padding: 76px 12px;
  }

  .ai-line,
  .ai-chip {
    display: none;
  }

  .ai-orb {
    opacity: 0.42;
  }

  .statement,
  .services,
  .process,
  .faq {
    width: 100%;
    padding: 76px 12px;
  }

  .pricing {
    width: 100%;
    padding: 76px 12px;
  }

  .service-page-hero,
  .example-section {
    padding: 76px 12px;
  }

  .service-page-hero {
    min-height: auto;
  }

  .pricing::after {
    display: none;
  }

  .service-grid,
  .system,
  .metrics,
  .service-page-hero,
  .example-grid,
  .service-page-cta,
  .pricing-grid,
  .pricing-note,
  .faq-grid,
  .statement-grid,
  .statement-proof,
  .process-list,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-cta,
  .footer-inner,
  .footer-bottom {
    width: min(100% - 24px, var(--max));
  }

  .footer-cta {
    padding-bottom: 2rem;
  }

  .footer-cta > a {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .footer-brand img {
    width: min(100%, 240px);
  }

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

  .faq-visual {
    min-height: 240px;
  }

  .example-panel {
    min-height: 460px;
  }

  .mock-stat {
    width: 88px;
    height: 88px;
    font-size: 1.5rem;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-bottom span {
    text-align: left;
  }

  .statement-copy h2 {
    font-size: clamp(2.55rem, 14vw, 5rem);
  }

  .statement-visual {
    padding: 0.8rem;
  }

  .service-card {
    min-height: 420px;
  }

  .service-card h3 {
    bottom: 128px;
  }

  .metric-card {
    min-height: 250px;
    transform: none;
  }

  .metric-card strong {
    font-size: clamp(3rem, 18vw, 5rem);
  }

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

  .pricing-note {
    align-items: start;
  }

  .marquee-row span {
    min-width: 210px;
    font-size: 1.1rem;
  }

  .footer {
    padding-top: 76px;
  }
}
