:root {
  color-scheme: dark;
  --page: #020713;
  --surface: #07101e;
  --surface-soft: #0a1423;
  --text: #f6f7fb;
  --muted: #9aa7ba;
  --line: rgba(167, 198, 230, .12);
  --line-strong: rgba(127, 226, 255, .26);
  --cyan: #29ddff;
  --blue: #4778ff;
  --violet: #ad47ff;
  --green: #37f09b;
  --gradient: linear-gradient(105deg, var(--blue), var(--violet) 43%, var(--cyan) 70%, var(--green));
  --container: min(1440px, calc(100vw - 32px));
  --ease: cubic-bezier(.22, .78, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--page); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #020713 0%, #01050d 62%, #020713 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }
::selection { background: rgba(41, 221, 255, .26); color: #fff; }

.service-shell, .services-shell, .home-shell {
  width: var(--container);
  margin: 16px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(2, 7, 18, .82);
}

/* Shared header */
.site-header {
  min-height: 84px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 26px;
  padding: 0 clamp(28px, 4.2vw, 70px);
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(2, 7, 17, .82);
  backdrop-filter: blur(18px);
}
.brand {
  width: 210px;
  height: 48px;
  display: block;
  overflow: hidden;
  position: relative;
}
.brand span {
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/cyber-pixel-neon-logo.jpg');
  background-repeat: no-repeat;
  background-size: 128%;
  background-position: center 51%;
}
.desktop-nav { display: flex; justify-content: center; gap: clamp(24px, 3.2vw, 52px); }
.desktop-nav a { color: #c5cfdd; font-size: .86rem; font-weight: 620; transition: color .25s ease; }
.desktop-nav a:hover { color: #fff; }
.outline-cta {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 24px;
  background: linear-gradient(#030917, #030917) padding-box, var(--gradient) border-box;
  font-size: .85rem;
  font-weight: 680;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.outline-cta:hover { box-shadow: 0 0 34px rgba(76, 122, 255, .16); }
.outline-cta b { font-size: 1.15rem; font-weight: 400; }
.menu-toggle, .mobile-menu { display: none; }

/* Service hero */
.service-hero {
  min-height: min(790px, calc(100dvh - 100px));
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  align-items: center;
  gap: clamp(30px, 3.4vw, 58px);
  padding: clamp(72px, 7vw, 110px) clamp(28px, 4.2vw, 70px) 74px;
  position: relative;
  isolation: isolate;
}
.service-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(41, 221, 255, .18), transparent);
}
.hero-rays { position: absolute; inset: 0; overflow: hidden; z-index: -2; pointer-events: none; }
.hero-rays i {
  position: absolute;
  width: 48%;
  height: 1px;
  right: -7%;
  top: 24%;
  opacity: .22;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform: rotate(-17deg);
  animation: ray-drift 9s ease-in-out infinite alternate;
}
.hero-rays i:nth-child(2) { top: 48%; right: 8%; width: 34%; opacity: .14; animation-delay: -3s; }
.hero-rays i:nth-child(3) { top: 70%; right: -2%; width: 56%; opacity: .1; animation-delay: -6s; }
.hero-copy { min-width: 0; position: relative; z-index: 4; }
.hero-pill {
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#030916, #030916) padding-box, linear-gradient(95deg, rgba(41,221,255,.55), rgba(173,71,255,.55)) border-box;
  color: #bdc8d6;
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .08em;
}
.hero-pill span { width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.hero-copy h1 {
  margin-top: 30px;
  max-width: 660px;
  color: #f5f5f7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.5rem, 6.2vw, 7.7rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: 0;
}
.hero-copy h1 em {
  display: inline-block;
  background: var(--gradient);
  background-size: 180% 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.hero-lead { max-width: 560px; margin-top: 30px; color: #9ba8b9; font-size: clamp(1rem, 1.18vw, 1.15rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 38px; }
.gradient-cta {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 24px;
  border-radius: 28px;
  background: var(--gradient);
  color: #030711;
  font-size: .9rem;
  font-weight: 780;
  box-shadow: 0 16px 48px rgba(58, 111, 255, .2);
  transition: filter .25s ease, transform .25s var(--ease);
}
.gradient-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.quiet-cta { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; color: #c7cfda; font-size: .86rem; font-weight: 620; }
.quiet-cta i { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; font-style: normal; }
.hero-benefits { display: flex; gap: clamp(20px, 3vw, 42px); margin: 46px 0 0; padding: 0; list-style: none; }
.hero-benefits li { display: flex; align-items: center; gap: 10px; color: #8593a6; font-size: .7rem; line-height: 1.25; }
.hero-benefits b { color: #aebbd0; font-size: 1rem; font-weight: 400; }

.product-visual { min-width: 0; min-height: 590px; position: relative; }
.product-visual::before {
  content: "";
  position: absolute;
  inset: 9% 5% 8% 9%;
  z-index: -4;
  background: radial-gradient(ellipse at center, rgba(53, 92, 190, .22), transparent 66%);
}
.neon-orbit {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  background: conic-gradient(from 45deg, transparent 0 7%, var(--cyan) 20%, var(--blue) 39%, var(--violet) 57%, transparent 72% 84%, var(--green) 94%, transparent);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  filter: drop-shadow(0 0 9px rgba(41, 221, 255, .72));
}
.orbit-one { width: 690px; height: 520px; right: -11%; top: 4%; transform: rotate(-12deg); animation: orbit-breathe 9s ease-in-out infinite alternate; }
.orbit-two { width: 590px; height: 430px; right: 2%; bottom: -3%; transform: rotate(23deg); opacity: .66; animation: orbit-breathe-two 11s ease-in-out infinite alternate; }
.laptop { width: min(96%, 720px); position: absolute; right: -2%; top: 20%; z-index: 2; transform: perspective(1200px) rotateY(-8deg) rotateX(2deg); }
.laptop-screen { aspect-ratio: 16 / 10; overflow: hidden; padding: 9px; border: 1px solid rgba(195, 225, 255, .38); border-radius: 13px 13px 5px 5px; background: #050a12; box-shadow: 0 30px 85px rgba(0,0,0,.58), 0 0 34px rgba(44, 115, 255, .13); }
.laptop-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 6px; }
.laptop-base { width: 112%; height: 15px; margin-left: -6%; position: relative; border-radius: 2px 2px 17px 17px; background: linear-gradient(180deg, #506176, #172231 48%, #090d14); box-shadow: 0 16px 26px rgba(0,0,0,.48); }
.laptop-base::after { content: ""; width: 20%; height: 3px; position: absolute; left: 40%; top: 0; border-radius: 0 0 5px 5px; background: #718096; }
.phone { width: min(29%, 210px); aspect-ratio: .53 / 1; overflow: hidden; position: absolute; left: 2%; bottom: 2%; z-index: 4; padding: 7px; border: 1px solid rgba(200, 228, 255, .42); border-radius: 28px; background: #050811; box-shadow: 0 28px 60px rgba(0,0,0,.62), 0 0 30px rgba(173,71,255,.18); transform: rotate(-8deg); }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 21px; }
.phone-speaker { width: 28%; height: 5px; position: absolute; top: 11px; left: 36%; z-index: 2; border-radius: 4px; background: #050811; }
.visual-chip { position: absolute; z-index: 5; min-width: 112px; padding: 11px 13px; border: 1px solid var(--line-strong); border-radius: 7px; background: rgba(4, 10, 20, .88); backdrop-filter: blur(14px); box-shadow: 0 18px 38px rgba(0,0,0,.32); }
.visual-chip span, .visual-chip strong { display: block; }
.visual-chip span { color: #7f8ea3; font-size: .56rem; text-transform: uppercase; }
.visual-chip strong { margin-top: 2px; color: #e9f8ff; font-size: .92rem; }
.chip-speed { right: 3%; bottom: 10%; }
.chip-speed strong { color: var(--green); }
.chip-cloud { right: 13%; top: 10%; }

.trust-strip { padding: 25px clamp(28px, 4.2vw, 70px) 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; background: rgba(7, 15, 27, .52); }
.trust-strip p { color: #77869a; font-size: .7rem; }
.trust-strip div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 22px; }
.trust-strip span { color: #aab4c3; font-size: .84rem; font-weight: 780; letter-spacing: .08em; }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); margin: 52px clamp(28px, 4.2vw, 70px) 64px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(120deg, rgba(8,18,32,.92), rgba(4,10,19,.94)); }
.metrics article { min-height: 144px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 24px; border-right: 1px solid var(--line); text-align: center; }
.metrics article:last-child { border-right: 0; }
.metrics strong { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; }
.metrics span { color: #8c9aae; font-size: .72rem; }

/* Service capabilities */
.capabilities {
  width: var(--container);
  margin: clamp(72px, 9vw, 128px) auto;
  padding: clamp(72px, 7vw, 104px) clamp(28px, 6vw, 90px) clamp(76px, 8vw, 116px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 4%, rgba(45, 87, 186, .08), transparent 33%),
    rgba(2, 7, 18, .44);
}
.capabilities::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 18, 34, .18), transparent 24% 76%, rgba(9, 18, 34, .2));
}
.capabilities-heading { max-width: 780px; margin: 0 auto; text-align: center; }
.section-pill {
  width: fit-content;
  min-height: 30px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(#030916, #030916) padding-box, linear-gradient(95deg, rgba(41,221,255,.66), rgba(173,71,255,.6), rgba(55,240,155,.56)) border-box;
  color: #bec9d8;
  font-size: .62rem;
  font-weight: 760;
  letter-spacing: .09em;
}
.capabilities-heading h2 {
  margin-top: 22px;
  color: #f4f5f8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 5.4vw, 6.6rem);
  font-weight: 400;
  line-height: .94;
  letter-spacing: 0;
  text-wrap: balance;
}
.capabilities-heading h2 em {
  display: inline-block;
  padding-bottom: .08em;
  background: var(--gradient);
  background-size: 180% 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.capabilities-heading > p:last-child { max-width: 620px; margin: 24px auto 0; color: #8f9caf; font-size: 1rem; line-height: 1.65; }
.capability-grid {
  max-width: 1130px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 52px auto 0;
}
.capability-card {
  min-height: 224px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(162, 193, 226, .13);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(9, 18, 33, .9), rgba(4, 10, 20, .78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  transition: border-color .3s ease, background-color .3s ease, box-shadow .3s ease;
}
.capability-card::after {
  content: "";
  width: 150px;
  height: 100px;
  position: absolute;
  right: -70px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(65, 119, 255, .08);
  filter: blur(30px);
  opacity: 0;
  transition: opacity .3s ease;
}
.capability-card:hover { border-color: rgba(85, 213, 255, .28); box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 20px 60px rgba(0, 0, 0, .18); }
.capability-card:hover::after { opacity: 1; }
.capability-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#07101e, #07101e) padding-box, var(--icon-gradient) border-box;
  box-shadow: 0 0 24px var(--icon-glow), inset 0 0 18px rgba(255,255,255,.025);
}
.capability-icon::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: conic-gradient(from var(--icon-angle), transparent 0 24%, var(--icon-color) 41%, transparent 58% 100%);
  filter: blur(7px);
  opacity: .48;
  animation: icon-pulse 5s ease-in-out infinite alternate;
}
.capability-icon img { width: 29px; height: 29px; filter: invert(97%) sepia(3%) saturate(1058%) hue-rotate(182deg) brightness(108%); opacity: .92; }
.icon-cyan { --icon-color: #29ddff; --icon-glow: rgba(41, 221, 255, .12); --icon-gradient: linear-gradient(135deg, rgba(41,221,255,.86), rgba(71,120,255,.52)); --icon-angle: 20deg; }
.icon-violet { --icon-color: #ad47ff; --icon-glow: rgba(173, 71, 255, .13); --icon-gradient: linear-gradient(135deg, rgba(173,71,255,.84), rgba(71,120,255,.55)); --icon-angle: 140deg; }
.icon-green { --icon-color: #37f09b; --icon-glow: rgba(55, 240, 155, .11); --icon-gradient: linear-gradient(135deg, rgba(55,240,155,.76), rgba(41,221,255,.48)); --icon-angle: 250deg; }
.capability-card h3 { margin-top: 21px; color: #f2f5f9; font-size: 1.18rem; line-height: 1.25; }
.capability-card p { margin-top: 10px; color: #8d9aac; font-size: .86rem; line-height: 1.6; }
.capabilities-cta {
  width: fit-content;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 36px auto 0;
  padding: 0 23px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid transparent;
  border-radius: 27px;
  background: linear-gradient(#030916, #030916) padding-box, var(--gradient) border-box;
  color: #eef4fb;
  font-size: .86rem;
  font-weight: 680;
  transition: box-shadow .3s ease, color .3s ease;
}
.capabilities-cta:hover { color: #fff; box-shadow: 0 0 34px rgba(76, 122, 255, .16); }
.capabilities-cta span { font-size: 1.15rem; }
.capability-rays { position: absolute; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.capability-rays i {
  width: 520px;
  height: 210px;
  position: absolute;
  left: -320px;
  bottom: 8%;
  border: 1px solid rgba(112, 65, 255, .38);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(112,65,255,.24), inset 0 0 12px rgba(41,221,255,.08);
  transform: rotate(-24deg);
  animation: capability-ray-left 11s ease-in-out infinite alternate;
}
.capability-rays i:nth-child(2) { width: 610px; height: 265px; left: -380px; bottom: -2%; opacity: .54; animation-delay: -4s; }
.capability-rays i:nth-child(3) { width: 520px; height: 250px; left: auto; right: -340px; top: 30%; border-color: rgba(41,221,255,.42); transform: rotate(19deg); animation: capability-ray-right 12s ease-in-out infinite alternate; }
.capability-rays i:nth-child(4) { width: 620px; height: 310px; left: auto; right: -410px; top: 24%; opacity: .5; animation: capability-ray-right 14s ease-in-out -5s infinite alternate; }

/* Creator platform showcase */
.platform-showcase {
  width: var(--container);
  margin: clamp(72px, 9vw, 128px) auto;
  padding: clamp(68px, 6.5vw, 96px) clamp(28px, 5vw, 76px) clamp(48px, 5vw, 72px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 46%, rgba(38, 79, 164, .1), transparent 39%),
    rgba(2, 7, 18, .42);
}
.platform-heading { max-width: 1120px; margin: 0 auto; text-align: center; }
.platform-heading h2 {
  margin-top: 20px;
  color: #f4f5f8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.25rem, 4.65vw, 5.65rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}
.platform-heading h2 em {
  display: inline-block;
  padding-bottom: .06em;
  background: var(--gradient);
  background-size: 180% 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.platform-heading > p:last-child { margin-top: 18px; color: #9aa6b8; font-size: 1rem; line-height: 1.55; }
.platform-body {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(310px, .78fr);
  align-items: center;
  gap: clamp(24px, 3vw, 46px);
  margin-top: 28px;
}
.platform-visual { min-width: 0; min-height: 500px; display: grid; place-items: center; position: relative; }
.platform-visual > img {
  width: 108%;
  height: auto;
  max-width: none;
  position: relative;
  z-index: 2;
  margin-left: -4%;
  -webkit-mask-image: radial-gradient(ellipse 93% 88% at 51% 51%, #000 60%, transparent 100%);
  mask-image: radial-gradient(ellipse 93% 88% at 51% 51%, #000 60%, transparent 100%);
  filter: drop-shadow(0 30px 58px rgba(0, 0, 0, .42));
}
.platform-orbit {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: conic-gradient(from 20deg, transparent 0 9%, var(--cyan) 20%, var(--blue) 38%, var(--violet) 56%, transparent 72% 88%, var(--green) 97%, transparent);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px));
  filter: drop-shadow(0 0 10px rgba(41, 221, 255, .64));
}
.orbit-a { width: 610px; height: 440px; left: -13%; top: 2%; transform: rotate(17deg); animation: platform-orbit-a 11s ease-in-out infinite alternate; }
.orbit-b { width: 530px; height: 380px; right: -7%; bottom: -3%; opacity: .56; transform: rotate(-13deg); animation: platform-orbit-b 13s ease-in-out infinite alternate; }
.platform-features { min-width: 0; display: grid; }
.platform-features article {
  min-height: 118px;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(167, 198, 230, .1);
}
.platform-features article:last-child { border-bottom: 0; }
.platform-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  background: linear-gradient(#07101e, #07101e) padding-box, var(--icon-gradient) border-box;
  box-shadow: 0 0 25px var(--icon-glow), inset 0 0 18px rgba(255,255,255,.025);
}
.platform-icon img, .note-icon img { filter: invert(97%) sepia(3%) saturate(1058%) hue-rotate(182deg) brightness(108%); }
.platform-icon img { width: 31px; height: 31px; }
.platform-features h3 { color: #f2f5f9; font-size: 1.22rem; line-height: 1.25; }
.platform-features p { margin-top: 5px; color: #909cad; font-size: .86rem; line-height: 1.55; }
.platform-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  margin-top: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(167, 198, 230, .1);
}
.platform-note { min-width: 0; display: flex; align-items: center; gap: 13px; }
.platform-support { justify-content: flex-end; }
.note-icon { width: 46px; height: 46px; display: grid; place-items: center; flex: 0 0 46px; border: 1px solid rgba(41, 221, 255, .3); border-radius: 50%; box-shadow: 0 0 22px rgba(41, 221, 255, .09); }
.platform-support .note-icon { border-color: rgba(173, 71, 255, .32); box-shadow: 0 0 22px rgba(173, 71, 255, .1); }
.platform-note p { display: grid; gap: 3px; }
.platform-note strong { color: #dce5ef; font-size: .82rem; }
.platform-note small { color: #7e8c9f; font-size: .66rem; }
.platform-cta {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 28px;
  border-radius: 30px;
  background: var(--gradient);
  color: #030711;
  font-size: .9rem;
  font-weight: 780;
  box-shadow: 0 18px 52px rgba(58, 111, 255, .2);
  transition: filter .25s ease, transform .25s var(--ease);
}
.platform-cta:hover { filter: brightness(1.08); transform: translateY(-2px); }
.platform-cta span { font-size: 1.18rem; }
.platform-rays { position: absolute; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.platform-rays i { width: 44%; height: 1px; position: absolute; left: -8%; top: 46%; background: linear-gradient(90deg, transparent, rgba(41,221,255,.6), rgba(173,71,255,.54), transparent); box-shadow: 0 0 11px rgba(71,120,255,.28); transform: rotate(-13deg); animation: platform-ray 10s ease-in-out infinite alternate; }
.platform-rays i:nth-child(2) { width: 38%; left: auto; right: -8%; top: 33%; transform: rotate(16deg); opacity: .55; animation-delay: -4s; }
.platform-rays i:nth-child(3) { width: 58%; left: 22%; top: 74%; opacity: .25; transform: rotate(4deg); animation-delay: -7s; }

/* Audience */
.audience-section {
  width: var(--container);
  margin: clamp(72px, 9vw, 128px) auto;
  padding: clamp(68px, 6.5vw, 96px) clamp(28px, 3.2vw, 50px) clamp(48px, 4.5vw, 68px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 36%, rgba(45, 74, 145, .08), transparent 42%), rgba(2, 7, 18, .34);
}
.audience-heading { max-width: 980px; margin: 0 auto; text-align: center; }
.audience-heading h2 {
  margin-top: 20px;
  color: #f4f6fa;
  font-size: clamp(2.65rem, 4.25vw, 5.05rem);
  line-height: 1.04;
  letter-spacing: 0;
  text-wrap: balance;
}
.audience-heading h2 em {
  display: inline-block;
  padding-bottom: .06em;
  background: var(--gradient);
  background-size: 180% 180%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.audience-heading > p:last-child { margin-top: 18px; color: #a0abb9; font-size: 1rem; line-height: 1.55; }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}
.audience-card {
  --tone: #29ddff;
  --tone-glow: rgba(41, 221, 255, .22);
  min-width: 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0 16px 20px;
  border: 1px solid color-mix(in srgb, var(--tone) 38%, rgba(141, 162, 190, .16));
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(9, 16, 29, .92), rgba(4, 9, 18, .94));
  box-shadow: inset 0 0 24px rgba(255,255,255,.018), 0 16px 44px rgba(0,0,0,.16);
}
.audience-card::after {
  content: "";
  height: 2px;
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 12px;
  border-radius: 3px;
  background: linear-gradient(90deg, transparent, var(--tone) 16% 84%, transparent);
  box-shadow: 0 0 11px var(--tone-glow);
}
.tone-blue { --tone: #5477ff; --tone-glow: rgba(84, 119, 255, .24); }
.tone-violet { --tone: #a34eff; --tone-glow: rgba(163, 78, 255, .24); }
.tone-purple { --tone: #d440ed; --tone-glow: rgba(212, 64, 237, .22); }
.tone-pink { --tone: #f13f8d; --tone-glow: rgba(241, 63, 141, .22); }
.tone-coral { --tone: #ff8a66; --tone-glow: rgba(255, 138, 102, .22); }
.audience-photo {
  width: calc(100% + 32px);
  aspect-ratio: 1.12;
  flex: 0 0 auto;
  background-image: linear-gradient(180deg, transparent 58%, rgba(5,10,20,.86) 100%), url('/assets/images/audience-sprite.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%, 600% auto;
  background-position: center, 0% 27%;
}
.photo-coach { background-position: center, 20% 27%; }
.photo-expert { background-position: center, 40% 27%; }
.photo-author { background-position: center, 60% 27%; }
.photo-influencer { background-position: center, 80% 27%; }
.photo-company { background-position: center, 100% 27%; }
.audience-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  flex: 0 0 54px;
  margin-top: -26px;
  border: 1px solid var(--tone);
  border-radius: 50%;
  background: #07101e;
  box-shadow: 0 0 24px var(--tone-glow), inset 0 0 18px var(--tone-glow);
}
.audience-icon img, .summary-icon img, .promise-icon img { filter: invert(97%) sepia(3%) saturate(1058%) hue-rotate(182deg) brightness(108%); }
.audience-card h3 { min-height: 45px; display: grid; place-items: center; margin-top: 12px; color: #f2f5fa; font-size: .95rem; line-height: 1.22; text-align: center; }
.audience-card > p { color: #9ba6b5; font-size: .72rem; line-height: 1.5; text-align: center; }
.audience-summary {
  display: grid;
  grid-template-columns: 2.05fr repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  margin-top: 36px;
  padding: 26px 18px;
  border: 1px solid rgba(173, 71, 255, .36);
  border-radius: 14px;
  background: linear-gradient(110deg, rgba(10, 18, 31, .82), rgba(5, 10, 20, .9));
  box-shadow: 0 0 44px rgba(92, 65, 255, .06), inset 0 0 24px rgba(255,255,255,.015);
}
.audience-promise { display: flex; align-items: center; gap: 22px; padding: 0 24px 0 10px; }
.promise-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  flex: 0 0 76px;
  border: 1px solid rgba(41,221,255,.48);
  border-radius: 50%;
  box-shadow: 0 0 26px rgba(41,221,255,.1), inset 0 0 22px rgba(173,71,255,.09);
}
.audience-promise p { display: grid; gap: 4px; }
.audience-promise strong { color: #f1f5fa; font-size: 1.2rem; }
.audience-promise em { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-size: 1.08rem; font-style: normal; font-weight: 760; }
.audience-summary > article { min-height: 110px; display: flex; align-items: flex-start; gap: 12px; padding: 4px 15px; border-left: 1px solid rgba(167,198,230,.1); }
.summary-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px; border: 1px solid var(--tone); border-radius: 10px; box-shadow: 0 0 18px var(--tone-glow); }
.audience-summary article p { display: grid; gap: 5px; padding-top: 2px; }
.audience-summary article strong { color: #e7edf5; font-size: .75rem; line-height: 1.22; }
.audience-summary article small { color: #7f8da0; font-size: .62rem; line-height: 1.45; }
.audience-rays { position: absolute; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.audience-rays i { width: 42%; height: 1px; position: absolute; left: -12%; top: 58%; background: linear-gradient(90deg, transparent, rgba(41,221,255,.58), rgba(173,71,255,.44), transparent); box-shadow: 0 0 12px rgba(71,120,255,.25); transform: rotate(-16deg); animation: audience-ray 11s ease-in-out infinite alternate; }
.audience-rays i:nth-child(2) { width: 40%; left: auto; right: -13%; top: 30%; opacity: .56; transform: rotate(16deg); animation-delay: -4s; }
.audience-rays i:nth-child(3) { width: 62%; left: 22%; top: 89%; opacity: .26; transform: rotate(2deg); animation-delay: -7s; }

/* Ownership and pricing model */
.ownership-section {
  width: var(--container);
  margin: clamp(72px, 9vw, 128px) auto;
  padding: clamp(68px, 6.5vw, 96px) clamp(28px, 4vw, 62px) clamp(42px, 4.5vw, 66px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background: radial-gradient(circle at 28% 38%, rgba(18, 107, 161, .075), transparent 32%), rgba(2, 7, 18, .34);
}
.ownership-main { display: grid; grid-template-columns: minmax(0, .98fr) minmax(480px, 1.02fr); align-items: center; gap: clamp(36px, 5vw, 72px); }
.section-pill-left { margin-inline: 0; }
.section-pill-left span { width: 5px; height: 5px; border-radius: 50%; background: #55a7ff; box-shadow: 0 0 10px #55a7ff; }
.ownership-copy h2 {
  margin-top: 24px;
  color: #f6f4f2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.45rem, 5vw, 6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: 0;
}
.ownership-copy h2 em {
  display: inline-block;
  padding-bottom: .07em;
  background: var(--gradient);
  background-size: 190% 190%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-style: normal;
  animation: text-shift 8s ease-in-out infinite alternate;
}
.ownership-lead { margin-top: 24px; color: #a2adba; font-size: .98rem; line-height: 1.65; }
.ownership-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.ownership-benefits li { min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 10px; color: #d8e0e9; font-size: .76rem; line-height: 1.38; }
.benefit-ring { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ring); border-radius: 50%; box-shadow: 0 0 18px var(--glow); }
.benefit-ring img { width: 24px; height: 24px; filter: invert(97%) sepia(3%) saturate(1058%) hue-rotate(182deg) brightness(108%); }
.ring-cyan { --ring: rgba(41,221,255,.68); --glow: rgba(41,221,255,.12); }
.ring-violet { --ring: rgba(137,78,255,.7); --glow: rgba(137,78,255,.13); }
.ring-green { --ring: rgba(21,232,164,.68); --glow: rgba(21,232,164,.12); }
.investment-card {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  padding: 23px 28px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: linear-gradient(#06101d, #06101d) padding-box, linear-gradient(105deg, rgba(41,221,255,.64), rgba(85,94,255,.34), rgba(208,64,237,.62)) border-box;
  box-shadow: 0 22px 54px rgba(44,77,255,.08);
}
.investment-icon { width: 78px; height: 78px; display: grid; place-items: center; flex: 0 0 78px; border: 1px solid rgba(41,221,255,.72); border-radius: 50%; box-shadow: 0 0 24px rgba(41,221,255,.22), inset 0 0 24px rgba(41,221,255,.1); }
.investment-icon img { filter: invert(82%) sepia(76%) saturate(1575%) hue-rotate(132deg) brightness(108%); }
.investment-card p { display: grid; gap: 4px; }
.investment-card strong { color: #f1f4f8; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.investment-card em { background: linear-gradient(90deg, #25e2dc, #8e65ff); background-clip: text; -webkit-background-clip: text; color: transparent; font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-style: normal; }
.investment-card small { margin-top: 4px; color: #909dad; font-size: .72rem; }
.comparison-card { min-width: 0; display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; border: 1px solid rgba(154,183,214,.18); border-radius: 16px; background: rgba(5,11,20,.76); box-shadow: 0 34px 80px rgba(0,0,0,.22); }
.compare-column { min-width: 0; min-height: 590px; display: flex; flex-direction: column; align-items: stretch; padding: 36px 32px 30px; }
.compare-good { border-right: 1px solid rgba(24,220,183,.34); background: linear-gradient(180deg, rgba(4,35,38,.3), rgba(3,15,23,.28)); box-shadow: inset 0 0 52px rgba(20,226,186,.035); }
.compare-column header { min-height: 84px; padding-bottom: 20px; border-bottom: 1px solid rgba(167,198,230,.16); text-align: center; }
.compare-column h3 { color: #eef3f8; font-size: 1.45rem; line-height: 1.2; }
.compare-good h3 { background: linear-gradient(90deg, #39c8ff, #2cf4b3); background-clip: text; -webkit-background-clip: text; color: transparent; }
.compare-good h3 em { color: inherit; font-style: normal; }
.compare-other h3 { color: #a0a5ae; font-weight: 570; }
.compare-column header p { margin-top: 8px; color: #d7e1e9; font-size: .65rem; font-weight: 760; letter-spacing: .14em; }
.compare-other header p { color: #a2a8b1; }
.compare-symbol { width: 68px; height: 68px; display: grid; place-items: center; align-self: center; margin: 22px 0 14px; border: 1px solid rgba(25,230,189,.72); border-radius: 50%; box-shadow: 0 0 24px rgba(25,230,189,.12); }
.compare-symbol img { filter: invert(80%) sepia(85%) saturate(1178%) hue-rotate(114deg) brightness(101%); }
.compare-other .compare-symbol { border-color: rgba(155,164,178,.4); box-shadow: none; opacity: .68; }
.compare-other .compare-symbol img { filter: invert(73%) sepia(9%) saturate(237%) hue-rotate(180deg) brightness(88%); }
.compare-column ul { display: grid; gap: 18px; margin: 4px 0 24px; }
.compare-column li { display: grid; grid-template-columns: 22px minmax(0, 1fr); gap: 10px; color: #dde5ed; font-size: .82rem; line-height: 1.42; }
.compare-column li img { margin-top: 1px; filter: invert(80%) sepia(85%) saturate(1178%) hue-rotate(114deg) brightness(101%); }
.compare-other li { color: #929ba7; }
.compare-other li img { filter: invert(69%) sepia(7%) saturate(419%) hue-rotate(178deg) brightness(84%); }
.compare-good > a { min-height: 46px; display: flex; align-items: center; justify-content: center; margin-top: auto; border: 1px solid rgba(25,230,189,.58); border-radius: 10px; color: #28e5c5; font-size: .76rem; font-weight: 720; transition: background .25s ease, color .25s ease; }
.compare-good > a:hover { background: rgba(25,230,189,.08); color: #fff; }
.compare-warning { min-height: 46px; display: flex; align-items: center; justify-content: center; margin-top: auto; border-radius: 10px; background: rgba(255,255,255,.025); color: #7f8895; font-size: .73rem; }
.compare-vs { width: 66px; height: 66px; display: grid; place-items: center; position: absolute; z-index: 3; left: 50%; top: 58px; border: 1px solid transparent; border-radius: 50%; background: linear-gradient(#08111d, #08111d) padding-box, var(--gradient) border-box; color: #f4f6fa; font-size: 1.1rem; transform: translateX(-50%); box-shadow: 0 0 30px rgba(104,79,255,.18); }
.ownership-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; padding: 22px 28px 26px; border: 1px solid rgba(167,198,230,.14); border-radius: 14px; background: rgba(5,11,20,.64); }
.ownership-summary h3 { grid-column: 1 / -1; margin-bottom: 18px; color: #e9eef5; font-size: 1rem; text-align: center; }
.ownership-summary h3 em { color: #2fe3c6; font-style: normal; }
.ownership-summary > div { min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 0 18px; border-left: 1px solid rgba(167,198,230,.1); }
.ownership-summary > div:first-of-type { border-left: 0; }
.ownership-summary span { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 44px; color: #37e6cf; }
.ownership-summary span img { filter: invert(81%) sepia(77%) saturate(1139%) hue-rotate(111deg) brightness(100%); }
.ownership-summary > div:nth-of-type(even) span img { filter: invert(59%) sepia(90%) saturate(2735%) hue-rotate(229deg) brightness(102%); }
.ownership-summary p { color: #d8e1ea; font-size: .76rem; line-height: 1.45; }
.ownership-rays { position: absolute; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.ownership-rays i { width: 48%; height: 1px; position: absolute; left: -16%; top: 66%; background: linear-gradient(90deg, transparent, rgba(41,221,255,.56), rgba(173,71,255,.46), transparent); box-shadow: 0 0 12px rgba(71,120,255,.24); transform: rotate(-13deg); animation: ownership-ray 12s ease-in-out infinite alternate; }
.ownership-rays i:nth-child(2) { width: 42%; left: auto; right: -17%; top: 22%; opacity: .48; transform: rotate(14deg); animation-delay: -4s; }
.ownership-rays i:nth-child(3) { width: 65%; left: 18%; top: 92%; opacity: .24; transform: rotate(1deg); animation-delay: -8s; }

/* FAQ */
.faq-section {
  width: var(--container);
  margin: clamp(72px, 9vw, 128px) auto;
  padding: clamp(68px, 6.5vw, 96px) clamp(28px, 5vw, 76px) clamp(48px, 5vw, 72px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 12px;
  background: radial-gradient(circle at 50% 30%, rgba(49, 69, 145, .075), transparent 36%), rgba(2, 7, 18, .34);
}
.faq-heading { max-width: 980px; margin: 0 auto; text-align: center; }
.faq-heading h2 { margin-top: 20px; color: #f4f6fa; font-size: clamp(2.9rem, 4.45vw, 5.15rem); line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
.faq-heading h2 em { display: inline-block; padding-bottom: .05em; background: var(--gradient); background-size: 180% 180%; background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; animation: text-shift 8s ease-in-out infinite alternate; }
.faq-heading > p:last-child { margin-top: 16px; color: #a1acba; font-size: .96rem; line-height: 1.55; }
.faq-heading a { color: #35e0cf; }
.faq-list { max-width: 1100px; display: grid; gap: 6px; margin: 24px auto 0; }
.faq-item { overflow: hidden; border: 1px solid rgba(167,198,230,.12); border-radius: 10px; background: rgba(5,11,21,.72); transition: border-color .3s ease, background .3s ease; }
.faq-item[open] { border-color: transparent; background: linear-gradient(#06101d, #06101d) padding-box, linear-gradient(105deg, rgba(34,224,199,.68), rgba(70,105,255,.34), rgba(200,64,237,.62)) border-box; }
.faq-item summary { min-height: 58px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 20px; align-items: center; gap: 14px; padding: 8px 24px; color: #dbe3ec; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary strong { font-size: .88rem; line-height: 1.35; }
.faq-toggle { width: 28px; height: 28px; position: relative; border: 1px solid rgba(151,167,186,.58); border-radius: 50%; }
.faq-toggle::before, .faq-toggle::after { content: ""; width: 10px; height: 1px; position: absolute; left: 50%; top: 50%; background: #9aa8b9; transform: translate(-50%, -50%); transition: transform .25s ease, opacity .25s ease; }
.faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item[open] .faq-toggle { border-color: rgba(41,221,255,.68); box-shadow: 0 0 18px rgba(41,221,255,.11); }
.faq-item[open] .faq-toggle::after { opacity: 0; transform: translate(-50%, -50%) rotate(0); }
.faq-item summary > i { width: 8px; height: 8px; justify-self: end; border-right: 1px solid #8f9bab; border-bottom: 1px solid #8f9bab; transform: rotate(45deg) translate(-2px, -2px); transition: transform .25s ease; }
.faq-item[open] summary > i { transform: rotate(225deg) translate(-2px, -2px); }
.faq-item[open] summary { min-height: 74px; padding-top: 16px; }
.faq-item[open] summary strong { color: #f1f4f8; font-size: 1.08rem; }
.faq-content { padding: 0 28px 24px 82px; }
.faq-content > p { max-width: 650px; color: #a3aebb; font-size: .87rem; line-height: 1.65; }
.faq-content-featured { min-height: 165px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 30px; padding-bottom: 26px; }
.faq-visual { min-height: 155px; position: relative; display: grid; place-items: center; perspective: 700px; }
.faq-orbit { width: 300px; height: 105px; position: absolute; border-radius: 50%; background: conic-gradient(from 35deg, transparent 0 9%, #28dfcf 20%, #4e75ff 42%, #bd3eef 61%, transparent 77% 91%, #28dfcf 98%, transparent); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px)); mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 1px)); filter: drop-shadow(0 0 10px rgba(81,93,255,.42)); transform: rotate(-9deg); animation: faq-orbit 10s ease-in-out infinite alternate; }
.faq-answer-card { width: 154px; min-height: 176px; display: grid; place-items: center; align-content: center; gap: 7px; position: relative; z-index: 2; border: 1px solid transparent; border-radius: 16px; background: linear-gradient(150deg, rgba(9,25,37,.98), rgba(11,10,31,.98)) padding-box, var(--gradient) border-box; box-shadow: 0 22px 46px rgba(0,0,0,.32), 0 0 24px rgba(61,96,255,.13); transform: rotate(8deg) rotateY(-8deg); }
.faq-answer-card > span { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(41,221,255,.78); border-radius: 50%; box-shadow: 0 0 24px rgba(41,221,255,.22), inset 0 0 24px rgba(41,221,255,.08); }
.faq-answer-card img { filter: invert(79%) sepia(76%) saturate(1369%) hue-rotate(125deg) brightness(102%); }
.faq-answer-card strong { color: #42e3d8; font-size: .84rem; }
.faq-answer-card small { color: #7fdded; font-size: .63rem; }
.faq-x { width: 50px; height: 50px; display: grid; place-items: center; position: absolute; z-index: 3; right: 20px; bottom: 4px; border: 1px solid rgba(198,62,239,.66); border-radius: 50%; box-shadow: 0 0 22px rgba(198,62,239,.15); }
.faq-x img { filter: invert(58%) sepia(97%) saturate(4817%) hue-rotate(248deg) brightness(100%); }
.faq-contact { max-width: 1100px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto auto; align-items: center; gap: 20px; margin: 18px auto 0; padding: 22px 28px; border: 1px solid transparent; border-radius: 12px; background: linear-gradient(#06101d, #06101d) padding-box, linear-gradient(105deg, rgba(34,224,199,.68), rgba(70,105,255,.34), rgba(200,64,237,.62)) border-box; }
.faq-contact-icon { width: 66px; height: 66px; display: grid; place-items: center; border: 1px solid rgba(41,221,255,.66); border-radius: 50%; box-shadow: 0 0 24px rgba(41,221,255,.13), inset 0 0 20px rgba(173,71,255,.08); }
.faq-contact-icon img { filter: invert(76%) sepia(70%) saturate(1630%) hue-rotate(133deg) brightness(103%); }
.faq-contact p { display: grid; gap: 6px; }
.faq-contact strong { color: #eef3f8; font-size: 1.1rem; }
.faq-contact strong em { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; }
.faq-contact small { color: #8d99a9; font-size: .7rem; }
.faq-contact > a { min-height: 48px; display: inline-flex; align-items: center; gap: 10px; padding: 0 20px; border: 1px solid rgba(147,81,255,.52); border-radius: 25px; color: #dce5ee; font-size: .73rem; transition: border-color .25s ease, color .25s ease, background .25s ease; }
.faq-contact > a:hover { border-color: rgba(41,221,255,.68); color: #fff; background: rgba(41,221,255,.045); }
.faq-contact > a img { filter: invert(62%) sepia(93%) saturate(4440%) hue-rotate(226deg) brightness(104%); }
.faq-contact > .faq-whatsapp { border-color: rgba(41,221,255,.52); }
.faq-contact > .faq-whatsapp img { filter: invert(76%) sepia(70%) saturate(1630%) hue-rotate(133deg) brightness(103%); }
.faq-rays { position: absolute; inset: 0; z-index: -2; pointer-events: none; overflow: hidden; }
.faq-rays i { width: 48%; height: 1px; position: absolute; left: -15%; top: 54%; background: linear-gradient(90deg, transparent, rgba(41,221,255,.53), rgba(173,71,255,.44), transparent); box-shadow: 0 0 12px rgba(71,120,255,.22); transform: rotate(-14deg); animation: faq-ray 12s ease-in-out infinite alternate; }
.faq-rays i:nth-child(2) { width: 43%; left: auto; right: -15%; top: 36%; opacity: .5; transform: rotate(16deg); animation-delay: -5s; }

/* Final CTA */
.conversion-cta {
  width: var(--container);
  min-height: 720px;
  display: grid;
  place-items: start center;
  margin: clamp(72px, 9vw, 128px) auto 28px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 6vw, 82px) clamp(24px, 5vw, 72px) 245px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: linear-gradient(rgba(2,7,18,.2), rgba(2,7,18,.08)) padding-box, var(--gradient) border-box;
  box-shadow: 0 30px 90px rgba(0,0,0,.26), inset 0 0 70px rgba(70,76,255,.025);
}
.conversion-cta::before { content: ""; position: absolute; z-index: -3; inset: 0; background: linear-gradient(180deg, rgba(2,7,18,.68) 0%, rgba(2,7,18,.38) 43%, rgba(2,7,18,.02) 74%), url('/assets/images/cta-neon-landscape.webp') center bottom / cover no-repeat; }
.conversion-glow { width: 560px; height: 150px; position: absolute; z-index: -2; left: 50%; bottom: 18%; border-radius: 50%; background: radial-gradient(ellipse, rgba(103,74,255,.22), transparent 68%); filter: blur(18px); transform: translateX(-50%); animation: conversion-glow 8s ease-in-out infinite alternate; }
.conversion-content { max-width: 960px; display: grid; justify-items: center; text-align: center; }
.conversion-content .section-pill { display: inline-flex; gap: 9px; }
.conversion-content .section-pill img { filter: invert(75%) sepia(83%) saturate(1548%) hue-rotate(129deg) brightness(101%); }
.conversion-content h2 { margin-top: 26px; color: #f4f6fa; font-size: clamp(3.3rem, 5.25vw, 6.2rem); line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
.conversion-content h2 em { display: inline-block; background: var(--gradient); background-size: 180% 180%; background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; animation: text-shift 8s ease-in-out infinite alternate; }
.conversion-lead { margin-top: 22px; color: #a2adba; font-size: 1rem; line-height: 1.6; }
.conversion-benefits { width: min(100%, 680px); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.conversion-benefits li { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 12px; color: #dce4ed; font-size: .78rem; line-height: 1.4; text-align: left; }
.conversion-benefits span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid transparent; border-radius: 11px; background: linear-gradient(#07101e,#07101e) padding-box, var(--gradient) border-box; box-shadow: 0 0 20px rgba(75,95,255,.1); }
.conversion-benefits img { filter: invert(97%) sepia(3%) saturate(1058%) hue-rotate(182deg) brightness(108%); }
.conversion-button { width: min(100%, 510px); min-height: 64px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 38px; padding: 0 34px; border-radius: 12px; background: var(--gradient); color: #030711; font-size: .96rem; font-weight: 780; box-shadow: 0 20px 60px rgba(65,94,255,.24), 0 0 24px rgba(41,221,255,.1); transition: filter .25s ease, transform .25s var(--ease); }
.conversion-button:hover { filter: brightness(1.08); transform: translateY(-2px); }
.conversion-button span { font-size: 1.35rem; }
.conversion-note { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #97a3b2; font-size: .74rem; }
.conversion-note img { filter: invert(75%) sepia(83%) saturate(1548%) hue-rotate(129deg) brightness(101%); }
.client-trust { width: var(--container); margin: 0 auto 28px; padding: 24px clamp(24px, 5vw, 72px) 28px; border: 1px solid rgba(167,198,230,.12); border-radius: 14px; background: rgba(5,11,20,.7); }
.client-trust > p { color: #8592a3; font-size: .65rem; font-weight: 760; letter-spacing: .15em; text-align: center; }
.client-trust div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: center; gap: 24px; margin-top: 22px; }
.client-trust span { color: #aeb8c5; font-size: .78rem; font-weight: 760; letter-spacing: .08em; text-align: center; }

/* Homepage */
.home-shell { position: relative; isolation: isolate; }
.home-hero {
  min-height: min(720px, calc(100dvh - 100px));
  display: grid;
  grid-template-columns: minmax(440px, .9fr) minmax(560px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(48px, 4.8vw, 72px) clamp(28px, 4.2vw, 70px) 54px;
  position: relative;
  overflow: hidden;
}
.home-hero::before { content: ""; width: 560px; height: 560px; position: absolute; right: -250px; top: -230px; z-index: -1; border: 1px solid rgba(82,101,255,.16); border-radius: 50%; box-shadow: 0 0 120px rgba(50,79,255,.08); }
.home-hero-copy { min-width: 0; position: relative; z-index: 5; }
.home-hero-copy h1 { max-width: 680px; margin-top: 24px; color: #f5f7fb; font-size: clamp(3.7rem, 4.7vw, 6.4rem); font-weight: 730; line-height: .92; letter-spacing: 0; text-wrap: balance; }
.home-hero-copy h1 em { display: inline-block; padding-bottom: .08em; background: var(--gradient); background-size: 180% 180%; background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; animation: text-shift 8s ease-in-out infinite alternate; }
.home-hero-lead { max-width: 520px; margin-top: 24px; color: #aab5c3; font-size: 1rem; line-height: 1.6; }
.home-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.home-text-link { min-height: 50px; display: inline-flex; align-items: center; gap: 10px; color: #c7d0db; font-size: .86rem; font-weight: 680; transition: color .25s ease; }
.home-text-link:hover { color: #fff; }
.home-text-link span { color: var(--cyan); }
.home-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; padding: 0; list-style: none; }
.home-proof li { min-width: 0; display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; gap: 8px; color: #8f9dad; font-size: .69rem; line-height: 1.35; }
.home-proof img { width: 24px; filter: invert(77%) sepia(91%) saturate(1330%) hue-rotate(129deg) brightness(99%); }
.home-proof li:nth-child(2) img { filter: invert(69%) sepia(80%) saturate(3211%) hue-rotate(212deg) brightness(101%); }
.home-proof li:nth-child(3) img { filter: invert(62%) sepia(87%) saturate(2730%) hue-rotate(237deg) brightness(100%); }
.home-product { min-height: 520px; position: relative; z-index: 2; }
.home-browser { width: 88%; position: absolute; right: 0; top: 12%; z-index: 3; overflow: hidden; border: 1px solid rgba(140,209,255,.3); border-radius: 15px; background: #07101d; box-shadow: 0 34px 90px rgba(0,0,0,.45), 0 0 46px rgba(58,78,255,.1); transform: perspective(1200px) rotateY(-5deg) rotateX(1deg); }
.home-browser-bar { height: 34px; display: flex; align-items: center; gap: 6px; padding: 0 13px; border-bottom: 1px solid rgba(167,198,230,.11); background: #08111f; }
.home-browser-bar i { width: 6px; height: 6px; border-radius: 50%; background: #4f6074; }
.home-browser-bar i:first-child { background: #29ddff; }
.home-browser-bar span { min-width: 128px; margin-left: auto; margin-right: auto; color: #65788f; font-size: .55rem; text-align: center; }
.home-browser > img { width: 100%; height: 370px; object-fit: cover; object-position: top; }
.home-phone { width: 24%; position: absolute; left: 2%; bottom: 3%; z-index: 5; overflow: hidden; padding: 5px; border: 1px solid rgba(199,214,255,.42); border-radius: 25px; background: #030711; box-shadow: 0 28px 60px rgba(0,0,0,.55), 0 0 30px rgba(173,71,255,.12); transform: rotate(-7deg); }
.home-phone > span { width: 34%; height: 4px; position: absolute; left: 33%; top: 9px; z-index: 2; border-radius: 4px; background: #08101d; }
.home-phone img { width: 100%; height: 290px; border-radius: 20px; object-fit: cover; object-position: top; }
.home-orbit { position: absolute; pointer-events: none; border: 2px solid transparent; border-radius: 50%; background: linear-gradient(#020713,#020713) padding-box, var(--gradient) border-box; filter: drop-shadow(0 0 11px rgba(41,221,255,.62)); opacity: .75; }
.home-orbit-one { width: 680px; height: 480px; right: -10%; top: 7%; transform: rotate(-12deg); animation: orbit-breathe 9s ease-in-out infinite alternate; }
.home-orbit-two { width: 610px; height: 420px; right: 1%; bottom: 1%; transform: rotate(19deg); opacity: .42; animation: orbit-breathe-two 11s ease-in-out infinite alternate; }
.home-visual-chip { min-width: 114px; display: grid; gap: 2px; position: absolute; z-index: 7; padding: 10px 13px; border: 1px solid rgba(167,198,230,.22); border-radius: 9px; background: rgba(4,11,21,.92); box-shadow: 0 14px 34px rgba(0,0,0,.35); }
.home-visual-chip span { color: #8392a5; font-size: .57rem; letter-spacing: .05em; }
.home-visual-chip strong { color: #eaf2fa; font-size: .82rem; }
.home-chip-speed { right: 2%; bottom: 8%; }
.home-chip-speed strong { color: var(--green); }
.home-chip-cloud { left: 21%; top: 6%; }
.home-chip-cloud strong { color: var(--cyan); }
.home-services, .home-portfolio { padding: clamp(82px, 8vw, 128px) clamp(28px, 4.2vw, 70px); border-top: 1px solid var(--line); }
.home-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr); align-items: end; gap: 50px; }
.home-section-heading h2 { margin-top: 24px; color: #f4f6fa; font-size: clamp(3.25rem, 5vw, 5.8rem); line-height: .98; letter-spacing: 0; text-wrap: balance; }
.home-section-heading h2 em { display: inline-block; padding-bottom: .08em; background: var(--gradient); background-size: 190% 190%; background-clip: text; -webkit-background-clip: text; color: transparent; font-style: normal; animation: text-shift 9s ease-in-out infinite alternate; }
.home-section-heading > p { max-width: 430px; padding-bottom: 9px; color: #909dad; font-size: .93rem; line-height: 1.7; }
.home-service-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 56px; }
.home-service-card { min-height: 350px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto auto 1fr auto; align-content: start; gap: 0 18px; padding: 28px; position: relative; overflow: hidden; border: 1px solid rgba(167,198,230,.13); border-radius: 13px; background: linear-gradient(155deg, rgba(9,20,35,.92), rgba(4,10,20,.78)); transition: border-color .3s ease, transform .3s var(--ease), background .3s ease; }
.home-service-card::after { content: ""; height: 2px; position: absolute; left: 28px; right: 28px; bottom: 0; background: var(--card-accent, var(--cyan)); box-shadow: 0 0 18px var(--card-accent, var(--cyan)); opacity: .65; }
.home-service-card:hover { border-color: color-mix(in srgb, var(--card-accent, var(--cyan)) 46%, transparent); background: linear-gradient(155deg, rgba(11,25,43,.98), rgba(4,10,20,.86)); transform: translateY(-4px); }
.home-service-card.tone-cyan { --card-accent: var(--cyan); }
.home-service-card.tone-blue { --card-accent: var(--blue); }
.home-service-card.tone-violet { --card-accent: var(--violet); }
.home-service-card.tone-green { --card-accent: var(--green); }
.home-card-icon { width: 58px; height: 58px; display: grid; grid-row: 1; place-items: center; border: 1px solid color-mix(in srgb, var(--card-accent) 55%, transparent); border-radius: 12px; background: color-mix(in srgb, var(--card-accent) 8%, transparent); box-shadow: 0 0 24px color-mix(in srgb, var(--card-accent) 13%, transparent); }
.home-card-icon img { filter: invert(97%) sepia(4%) saturate(829%) hue-rotate(179deg) brightness(108%); }
.home-service-card small { grid-row: 1; color: #607086; font-size: .63rem; font-weight: 760; letter-spacing: .14em; }
.home-service-card h3 { grid-column: 1 / -1; margin-top: 34px; color: #f1f4f8; font-size: 1.4rem; line-height: 1.14; }
.home-service-card > p { grid-column: 1 / -1; margin-top: 16px; color: #8f9cac; font-size: .84rem; line-height: 1.62; }
.home-service-card > b { width: 42px; height: 42px; display: grid; grid-column: 2; grid-row: 5; place-items: center; align-self: end; justify-self: end; margin-top: 24px; border: 1px solid rgba(167,198,230,.18); border-radius: 50%; color: #dfe7ef; font-size: 1rem; font-weight: 400; }
.home-service-featured { min-height: 250px; grid-template-columns: 74px minmax(0, 1fr) 54px; grid-template-rows: auto auto auto; align-items: center; gap: 4px 30px; padding: 38px 42px; }
.home-service-featured .home-card-icon { grid-column: 1; grid-row: 1 / 4; }
.home-service-featured > small { grid-column: 2; grid-row: 1; align-self: end; color: var(--cyan); }
.home-service-featured > h3 { grid-column: 2; grid-row: 2; margin-top: 7px; font-size: clamp(2rem, 3vw, 3.25rem); }
.home-service-featured > p { max-width: 760px; grid-column: 2; grid-row: 3; margin-top: 10px; }
.home-service-featured > b { grid-column: 3; grid-row: 1 / 4; align-self: center; justify-self: end; margin-top: 0; }
.home-portfolio { background: linear-gradient(180deg, rgba(5,12,22,.18), rgba(8,15,27,.72)); }
.home-portfolio-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 56px; }
.home-project { min-width: 0; overflow: hidden; border-radius: 13px; background: rgba(5,11,20,.78); }
.home-project-image { aspect-ratio: 16 / 9; overflow: hidden; background: #08111d; }
.home-project-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .8s var(--ease), filter .8s ease; }
.home-project:hover .home-project-image img { transform: scale(1.025); filter: brightness(1.08); }
.home-project > div:last-child { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 21px; }
.home-project > div:last-child p { display: grid; gap: 5px; }
.home-project small { color: var(--cyan); font-size: .57rem; font-weight: 760; letter-spacing: .14em; }
.home-project strong { color: #f0f3f7; font-size: 1.15rem; }
.home-project > div:last-child > span { color: #758397; font-size: .7rem; }

/* Footer */
.site-footer { width: var(--container); margin: 28px auto 0; padding: 0 0 max(16px, env(safe-area-inset-bottom)); }
.footer-minimal { padding: 34px clamp(20px, 3vw, 42px) 18px; border-top: 1px solid rgba(167,198,230,.14); }
.footer-minimal-main { display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, .7fr); align-items: center; gap: clamp(30px, 4vw, 62px); }
.footer-about { display: grid; justify-items: start; }
.footer-brand { width: 196px; }
.footer-about > p { max-width: 270px; margin-top: 12px; color: #738195; font-size: .72rem; line-height: 1.55; }
.footer-site-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; }
.footer-site-nav a, .footer-minimal-contact a { color: #9ba8b8; font-size: .75rem; transition: color .25s ease; }
.footer-site-nav a:hover, .footer-minimal-contact a:hover { color: #fff; }
.footer-minimal-contact { display: grid; justify-items: end; gap: 10px; }
.footer-minimal-contact a:last-child { color: var(--cyan); font-weight: 720; }
.footer-minimal-contact span { margin-left: 6px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 28px; padding-top: 16px; border-top: 1px solid rgba(167,198,230,.07); color: #59687a; font-size: .62rem; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 210px minmax(0, 1fr) 190px; padding-inline: 28px; }
  .desktop-nav { gap: 22px; }
  .service-hero { grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr); padding-inline: 38px; }
  .hero-copy h1 { font-size: clamp(4rem, 7vw, 6.3rem); }
  .product-visual { min-height: 520px; }
  .orbit-one { width: 590px; height: 440px; }
  .platform-body { grid-template-columns: minmax(0, 1.45fr) minmax(290px, .75fr); }
  .platform-visual { min-height: 450px; }
  .platform-bottom { gap: 20px; }
  .platform-note small { max-width: 180px; }
  .home-hero { grid-template-columns: minmax(400px, .88fr) minmax(460px, 1.12fr); padding-inline: 38px; }
  .home-hero-copy h1 { font-size: clamp(3.5rem, 5.2vw, 5.2rem); }
  .home-product { min-height: 490px; }
  .home-service-grid { grid-template-columns: minmax(0, 1fr); }
  .home-service-card { min-height: 250px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 16px); }
  .service-shell, .services-shell, .home-shell { margin-top: 8px; border-radius: 9px; }
  .site-header { min-height: 70px; display: flex; align-items: center; padding: 0 16px; }
  .brand { width: 176px; height: 44px; }
  .desktop-nav, .outline-cta { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; margin-left: auto; position: relative; z-index: 3; flex: 0 0 44px; border: 1px solid var(--line-strong); border-radius: 50%; background: rgba(6, 14, 26, .9); cursor: pointer; }
  .menu-toggle i { width: 18px; height: 1px; display: block; background: #eef7ff; transition: transform .25s ease; }
  .menu-open .menu-toggle i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 76px; left: 8px; right: 8px; display: grid; gap: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 8px; background: rgba(4, 10, 20, .98); box-shadow: 0 28px 70px rgba(0,0,0,.52); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .25s ease, visibility .25s ease, transform .25s var(--ease); }
  .menu-open .mobile-menu { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-menu > a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-bottom: 1px solid var(--line); font-size: .92rem; }
  .mobile-menu .mobile-contact { margin-top: 10px; border: 0; border-radius: 6px; background: var(--gradient); color: #020713; font-weight: 760; }
  .service-hero { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 22px; padding: 62px 22px 42px; }
  .hero-copy { z-index: 4; }
  .hero-copy h1 { max-width: 660px; font-size: clamp(4rem, 12vw, 6.5rem); }
  .hero-lead { max-width: 610px; }
  .product-visual { width: 100%; min-height: 520px; }
  .laptop { width: 86%; right: 1%; top: 14%; }
  .phone { width: 26%; left: 5%; bottom: 1%; }
  .orbit-one { width: 82vw; height: 61vw; right: -7vw; }
  .orbit-two { width: 70vw; height: 52vw; right: 5vw; }
  .trust-strip div { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }
  .metrics { grid-template-columns: 1fr 1fr; margin-inline: 22px; }
  .metrics article:nth-child(2) { border-right: 0; }
  .metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capabilities { padding-inline: 26px; }
  .capability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-showcase { padding-inline: 26px; }
  .platform-body { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .platform-visual { width: min(100%, 720px); min-height: 420px; margin: 0 auto; }
  .platform-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .platform-features article { min-height: 146px; padding: 18px; border: 1px solid rgba(167,198,230,.1); border-radius: 12px; }
  .platform-bottom { grid-template-columns: 1fr 1fr; }
  .platform-cta { grid-column: 1 / -1; grid-row: 1; justify-content: center; }
  .platform-support { justify-content: flex-start; }
  .audience-section { padding-inline: 26px; }
  .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .audience-card { min-height: 350px; }
  .audience-summary { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .audience-promise { grid-column: 1 / -1; padding-bottom: 22px; border-bottom: 1px solid rgba(167,198,230,.1); }
  .audience-summary > article:nth-of-type(odd) { border-left: 0; }
  .ownership-main { grid-template-columns: minmax(0, 1fr); }
  .ownership-copy { max-width: 760px; margin: 0 auto; }
  .comparison-card { width: min(100%, 720px); margin: 0 auto; }
  .ownership-summary { grid-template-columns: 1fr 1fr; }
  .ownership-summary > div:nth-of-type(3) { border-left: 0; border-top: 1px solid rgba(167,198,230,.1); }
  .ownership-summary > div:nth-of-type(4) { border-top: 1px solid rgba(167,198,230,.1); }
  .faq-section { padding-inline: 26px; }
  .faq-content-featured { grid-template-columns: minmax(0, 1fr) 300px; }
  .faq-contact { grid-template-columns: auto minmax(0, 1fr) auto; }
  .faq-contact > .faq-whatsapp { grid-column: 3; }
  .faq-contact > a:first-of-type { display: none; }
  .home-hero { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 16px; padding: 62px 26px 44px; }
  .home-hero-copy h1 { max-width: 700px; font-size: clamp(4rem, 11vw, 6.2rem); }
  .home-product { min-height: 560px; }
  .home-browser { width: 86%; right: 1%; }
  .home-phone { width: 24%; left: 5%; }
  .home-services, .home-portfolio { padding-inline: 26px; }
  .home-section-heading { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .home-section-heading > p { padding-bottom: 0; }
  .home-portfolio-grid { grid-template-columns: minmax(0, 1fr); }
  .footer-minimal-main { grid-template-columns: 1fr auto; align-items: start; }
  .footer-about { grid-column: 1 / -1; }
  .footer-minimal-contact { justify-items: end; }
}

@media (max-width: 520px) {
  .brand { width: 150px; height: 40px; }
  .service-hero { gap: 6px; padding: 40px 14px 28px; }
  .hero-pill { max-width: 100%; padding-inline: 11px; font-size: .56rem; letter-spacing: .06em; }
  .hero-copy h1 { margin-top: 22px; font-size: clamp(2.95rem, 13.2vw, 3.55rem); line-height: .94; }
  .hero-lead { margin-top: 20px; font-size: .92rem; line-height: 1.6; }
  .hero-actions { display: grid; gap: 6px; margin-top: 24px; }
  .gradient-cta { width: 100%; }
  .quiet-cta { min-height: 46px; justify-content: center; }
  .quiet-cta i { width: 38px; height: 38px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; margin-top: 24px; }
  .hero-benefits li { min-width: 0; display: grid; justify-items: center; gap: 5px; font-size: .62rem; text-align: center; }
  .product-visual { min-height: 350px; margin-top: 2px; }
  .laptop { width: 92%; right: -5%; top: 16%; }
  .phone { width: 29%; left: 1%; bottom: 3%; padding: 4px; border-radius: 18px; }
  .phone img { border-radius: 14px; }
  .phone-speaker { top: 7px; height: 3px; }
  .chip-cloud { right: 2%; top: 4%; }
  .chip-speed { right: 0; bottom: 2%; }
  .visual-chip { min-width: 96px; padding: 8px 9px; }
  .orbit-one { width: 470px; height: 350px; right: -190px; top: 5%; }
  .orbit-two { width: 410px; height: 310px; right: -120px; bottom: -2%; }
  .trust-strip { padding: 24px 14px; }
  .trust-strip div { gap: 16px 10px; }
  .trust-strip span { font-size: .69rem; letter-spacing: .05em; }
  .metrics { margin: 28px 14px 34px; }
  .metrics article { min-height: 126px; padding: 18px 10px; }
  .metrics strong { font-size: 2.15rem; }
  .metrics span { font-size: .64rem; }
  .capabilities { width: calc(100vw - 16px); margin: 54px auto; padding: 56px 14px 64px; border-radius: 9px; }
  .capabilities-heading h2 { margin-top: 18px; font-size: clamp(2.85rem, 13vw, 3.55rem); line-height: .96; }
  .capabilities-heading > p:last-child { margin-top: 20px; padding-inline: 4px; font-size: .91rem; line-height: 1.6; }
  .capability-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 34px; }
  .capability-card { min-height: 0; padding: 23px 21px 24px; }
  .capability-icon { width: 52px; height: 52px; }
  .capability-icon img { width: 26px; height: 26px; }
  .capability-card h3 { margin-top: 18px; font-size: 1.12rem; }
  .capability-card p { font-size: .83rem; }
  .capabilities-cta { width: calc(100% - 8px); min-height: 54px; justify-content: center; margin-top: 26px; padding-inline: 18px; }
  .capability-rays i { left: -430px; opacity: .55; }
  .capability-rays i:nth-child(2) { left: -480px; }
  .capability-rays i:nth-child(3) { right: -440px; top: 46%; }
  .capability-rays i:nth-child(4) { right: -500px; top: 43%; }
  .hero-pill { font-size: .49rem; }
  .platform-showcase { width: calc(100vw - 16px); margin: 54px auto; padding: 56px 14px 62px; border-radius: 9px; }
  .platform-heading h2 { margin-top: 18px; font-size: clamp(2.8rem, 12.8vw, 3.5rem); line-height: .98; }
  .platform-heading > p:last-child { margin-top: 18px; font-size: .9rem; }
  .platform-visual { width: calc(100% + 28px); min-height: 285px; margin-left: -14px; }
  .platform-visual > img { width: 118%; margin-left: -9%; }
  .orbit-a { width: 430px; height: 310px; left: -58%; top: 0; }
  .orbit-b { width: 380px; height: 270px; right: -56%; bottom: -2%; }
  .platform-features { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .platform-features article { min-height: 118px; grid-template-columns: 58px minmax(0, 1fr); gap: 14px; padding: 17px 16px; }
  .platform-icon { width: 54px; height: 54px; }
  .platform-icon img { width: 27px; height: 27px; }
  .platform-features h3 { font-size: 1.08rem; }
  .platform-features p { font-size: .81rem; }
  .platform-bottom { grid-template-columns: minmax(0, 1fr); gap: 18px; margin-top: 24px; padding: 24px 6px 0; }
  .platform-cta { width: 100%; min-height: 56px; grid-column: auto; grid-row: auto; order: -1; gap: 18px; padding-inline: 20px; }
  .platform-note, .platform-support { justify-content: flex-start; }
  .platform-note small { max-width: none; }
  .audience-section { width: calc(100vw - 16px); margin: 54px auto; padding: 56px 0 48px; border-radius: 9px; }
  .audience-heading { padding-inline: 14px; }
  .audience-heading h2 { margin-top: 18px; font-size: clamp(2.65rem, 12vw, 3.35rem); line-height: .98; }
  .audience-heading > p:last-child { margin-top: 18px; font-size: .9rem; }
  .audience-grid { display: flex; gap: 10px; margin-top: 32px; padding: 0 14px 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .audience-grid::-webkit-scrollbar { display: none; }
  .audience-card { width: 252px; min-width: 252px; min-height: 370px; scroll-snap-align: center; }
  .audience-card:first-child { scroll-snap-align: start; }
  .audience-photo { aspect-ratio: 1.05; }
  .audience-summary { grid-template-columns: minmax(0, 1fr); gap: 0; margin: 26px 14px 0; padding: 22px 18px; }
  .audience-promise { grid-column: auto; gap: 16px; padding: 0 0 20px; }
  .promise-icon { width: 62px; height: 62px; flex-basis: 62px; }
  .promise-icon img { width: 33px; height: 33px; }
  .audience-promise strong { font-size: 1.03rem; }
  .audience-promise em { font-size: .92rem; }
  .audience-summary > article { min-height: 88px; align-items: center; padding: 14px 0; border-left: 0; border-bottom: 1px solid rgba(167,198,230,.08); }
  .audience-summary > article:last-child { border-bottom: 0; }
  .audience-summary article strong { font-size: .78rem; }
  .audience-summary article small { font-size: .66rem; }
  .ownership-section { width: calc(100vw - 16px); margin: 54px auto; padding: 56px 14px 48px; border-radius: 9px; }
  .ownership-copy h2 { margin-top: 20px; font-size: clamp(3rem, 14vw, 3.8rem); line-height: .98; }
  .ownership-lead { margin-top: 20px; font-size: .88rem; }
  .ownership-benefits { grid-template-columns: minmax(0, 1fr); gap: 13px; margin-top: 24px; }
  .ownership-benefits li { grid-template-columns: 42px minmax(0, 1fr); }
  .investment-card { gap: 16px; margin-top: 26px; padding: 20px 17px; }
  .investment-icon { width: 62px; height: 62px; flex-basis: 62px; }
  .investment-icon img { width: 36px; height: 36px; }
  .investment-card strong { font-size: 1.22rem; }
  .investment-card em { font-size: 1.16rem; }
  .investment-card small { font-size: .65rem; }
  .comparison-card { grid-template-columns: minmax(0, 1fr); overflow: visible; margin-top: 6px; }
  .compare-column { min-height: auto; padding: 30px 22px 26px; }
  .compare-good { border-right: 0; border-bottom: 1px solid rgba(24,220,183,.34); }
  .compare-column header { min-height: 72px; }
  .compare-column ul { margin-bottom: 28px; }
  .compare-vs { position: relative; left: auto; top: auto; grid-row: 2; justify-self: center; margin: -31px 0; transform: none; }
  .compare-other { grid-row: 3; padding-top: 48px; }
  .ownership-summary { grid-template-columns: minmax(0, 1fr); margin-top: 26px; padding: 22px 18px; }
  .ownership-summary h3 { margin-bottom: 8px; font-size: .94rem; }
  .ownership-summary > div { min-height: 76px; justify-content: flex-start; padding: 12px 5px; border-left: 0; border-top: 1px solid rgba(167,198,230,.09); }
  .ownership-summary > div:first-of-type { border-top: 0; }
  .ownership-summary p { font-size: .78rem; }
  .faq-section { width: calc(100vw - 16px); margin: 54px auto; padding: 56px 14px 48px; border-radius: 9px; }
  .faq-heading h2 { margin-top: 18px; font-size: clamp(2.7rem, 12.4vw, 3.45rem); line-height: .98; }
  .faq-heading > p:last-child { margin-top: 18px; font-size: .88rem; }
  .faq-list { margin-top: 26px; }
  .faq-item summary { grid-template-columns: 34px minmax(0, 1fr) 14px; gap: 10px; padding-inline: 14px; }
  .faq-toggle { width: 27px; height: 27px; }
  .faq-item summary strong { font-size: .8rem; }
  .faq-item[open] summary strong { font-size: .94rem; }
  .faq-content, .faq-content-featured { min-height: 0; grid-template-columns: minmax(0, 1fr); gap: 18px; padding: 0 16px 22px 58px; }
  .faq-content > p { font-size: .8rem; }
  .faq-visual { min-height: 178px; margin-left: -42px; }
  .faq-orbit { width: 270px; }
  .faq-contact { grid-template-columns: auto minmax(0, 1fr); gap: 14px; padding: 20px 16px; }
  .faq-contact-icon { width: 58px; height: 58px; }
  .faq-contact-icon img { width: 34px; height: 34px; }
  .faq-contact strong { font-size: 1rem; }
  .faq-contact small { font-size: .66rem; }
  .faq-contact > a:first-of-type { display: none; }
  .faq-contact > .faq-whatsapp { min-height: 50px; grid-column: 1 / -1; justify-content: center; border-radius: 8px; }
  .conversion-cta { min-height: 720px; margin-top: 54px; padding: 52px 14px 220px; border-radius: 10px; }
  .conversion-content h2 { margin-top: 22px; font-size: clamp(2.85rem, 12.6vw, 3.55rem); line-height: 1; }
  .conversion-lead { margin-top: 20px; font-size: .88rem; }
  .conversion-benefits { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 26px; }
  .conversion-benefits li { width: min(100%, 230px); margin: 0 auto; }
  .conversion-button { min-height: 58px; margin-top: 28px; padding-inline: 20px; font-size: .84rem; }
  .conversion-note { font-size: .68rem; }
  .client-trust { margin-bottom: 16px; padding: 22px 14px; border-radius: 9px; }
  .client-trust div { grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .client-trust span { font-size: .68rem; }
  .home-hero { padding: 42px 14px 30px; }
  .home-hero-copy h1 { margin-top: 22px; font-size: clamp(3rem, 13.4vw, 3.65rem); line-height: .93; }
  .home-hero-lead { margin-top: 20px; font-size: .91rem; }
  .home-hero-actions { display: grid; gap: 5px; margin-top: 24px; }
  .home-hero-actions .gradient-cta { width: 100%; }
  .home-text-link { justify-content: center; }
  .home-proof { gap: 5px; margin-top: 26px; }
  .home-proof li { grid-template-columns: 1fr; justify-items: center; gap: 6px; font-size: .6rem; text-align: center; }
  .home-product { min-height: 354px; margin-top: 2px; }
  .home-browser { width: 94%; right: -4%; top: 17%; border-radius: 9px; transform: none; }
  .home-browser-bar { height: 25px; padding-inline: 8px; }
  .home-browser > img { height: 244px; }
  .home-phone { width: 29%; left: 0; bottom: 2%; padding: 3px; border-radius: 16px; }
  .home-phone > span { top: 6px; height: 2px; }
  .home-phone img { height: 205px; border-radius: 13px; }
  .home-orbit-one { width: 460px; height: 330px; right: -220px; }
  .home-orbit-two { width: 400px; height: 290px; right: -140px; }
  .home-visual-chip { min-width: 91px; padding: 7px 8px; }
  .home-chip-cloud { left: 4%; top: 4%; }
  .home-chip-speed { right: 0; bottom: 1%; }
  .home-services, .home-portfolio { padding: 58px 14px 62px; }
  .home-section-heading h2 { margin-top: 18px; font-size: clamp(2.7rem, 12.2vw, 3.35rem); line-height: .98; }
  .home-section-heading > p { font-size: .86rem; }
  .home-service-grid { grid-template-columns: minmax(0, 1fr); gap: 9px; margin-top: 34px; }
  .home-service-card { min-height: 0; padding: 23px 20px; }
  .home-card-icon { width: 52px; height: 52px; }
  .home-service-card h3 { margin-top: 25px; font-size: 1.25rem; }
  .home-service-card > p { font-size: .81rem; }
  .home-service-featured { grid-template-columns: 52px minmax(0, 1fr); grid-template-rows: auto auto auto auto; gap: 0 14px; }
  .home-service-featured .home-card-icon { grid-column: 1; grid-row: 1; }
  .home-service-featured > small { grid-column: 2; grid-row: 1; align-self: center; }
  .home-service-featured > h3 { grid-column: 1 / -1; grid-row: 2; margin-top: 25px; font-size: 1.45rem; }
  .home-service-featured > p { grid-column: 1 / -1; grid-row: 3; margin-top: 14px; }
  .home-service-featured > b { grid-column: 2; grid-row: 4; margin-top: 22px; }
  .home-portfolio-grid { gap: 10px; margin-top: 34px; }
  .home-project-image { aspect-ratio: 1.14; }
  .home-project > div:last-child { min-height: 82px; padding: 15px 16px; }
  .home-project > div:last-child > span { display: none; }
  .site-footer { padding-bottom: max(8px, env(safe-area-inset-bottom)); }
  .footer-minimal { padding: 28px 14px 16px; }
  .footer-minimal-main { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .footer-about { grid-column: auto; }
  .footer-site-nav { display: grid; grid-template-columns: 1fr 1fr; justify-content: start; gap: 13px 24px; }
  .footer-minimal-contact { justify-items: start; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes text-shift { to { background-position: 100% 50%; } }
  @keyframes ray-drift { to { transform: translate3d(-30px, 22px, 0) rotate(-14deg); opacity: .32; } }
  @keyframes orbit-breathe { to { transform: translate3d(-16px, 10px, 0) rotate(-8deg); filter: drop-shadow(0 0 14px rgba(41,221,255,.82)); } }
  @keyframes orbit-breathe-two { to { transform: translate3d(12px, -12px, 0) rotate(27deg); opacity: .82; } }
  @keyframes icon-pulse { to { transform: rotate(14deg) scale(1.05); opacity: .72; } }
  @keyframes capability-ray-left { to { transform: translate3d(54px, -18px, 0) rotate(-19deg); opacity: .78; } }
  @keyframes capability-ray-right { to { transform: translate3d(-48px, 20px, 0) rotate(15deg); opacity: .76; } }
  @keyframes platform-orbit-a { to { transform: translate3d(18px, -10px, 0) rotate(21deg); filter: drop-shadow(0 0 14px rgba(41,221,255,.76)); } }
  @keyframes platform-orbit-b { to { transform: translate3d(-14px, 12px, 0) rotate(-9deg); opacity: .72; } }
  @keyframes platform-ray { to { transform: translate3d(44px, 18px, 0) rotate(-9deg); opacity: .62; } }
  @keyframes audience-ray { to { transform: translate3d(46px, -16px, 0) rotate(-11deg); opacity: .66; } }
  @keyframes ownership-ray { to { transform: translate3d(48px, 14px, 0) rotate(-9deg); opacity: .63; } }
  @keyframes faq-orbit { to { transform: translate3d(16px, -7px, 0) rotate(-4deg); filter: drop-shadow(0 0 14px rgba(81,93,255,.62)); } }
  @keyframes faq-ray { to { transform: translate3d(44px, 16px, 0) rotate(-10deg); opacity: .64; } }
  @keyframes conversion-glow { to { opacity: .7; transform: translateX(-50%) scale(1.12); } }
}

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

/* Cyber Pixel shared light design system */
body.home-page,
body.legal-page {
  --bg: #f7f5f2;
  --ink: #111111;
  --muted: #6c6862;
  --violet: #7657ff;
  --coral: #ff6b70;
  --lime: #dfff5b;
  --blue: #70dfff;
  --line: rgba(17, 17, 17, .1);
  --soft-violet: #ece7ff;
  --soft-blue: #def5ff;
  --ease: cubic-bezier(.2, .8, .2, 1);
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", system-ui, sans-serif;
  color-scheme: light;
}
body.home-page::before,
body.legal-page::before { display: none; }
body.home-page .container,
body.legal-page .container { width: min(calc(100% - 40px), 1320px); margin-inline: auto; }
body.home-page :focus-visible,
body.legal-page :focus-visible { outline-color: var(--violet); }
body.home-page ::selection,
body.legal-page ::selection { background: rgba(118, 87, 255, .2); color: var(--ink); }

.site-header {
  width: min(calc(100% - 32px), 1320px);
  height: 72px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: fixed;
  z-index: 500;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 12px 0 20px;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 22px;
  background: rgba(247, 245, 242, .82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}
.logo {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  overflow: visible;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}
.site-header .logo { letter-spacing: 0; }
.logo-mark {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--violet), var(--coral));
  box-shadow: 8px -5px 0 -2px var(--lime), -5px 7px 0 -3px var(--blue);
}
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 28px); margin-left: auto; }
.nav a { position: relative; color: var(--ink); font-size: 13px; font-weight: 650; white-space: nowrap; }
.nav a::after { content: ""; width: 100%; height: 1px; position: absolute; left: 0; bottom: -5px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
  transition: transform .24s var(--ease), background .24s, color .24s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--violet); }
.header-cta { min-height: 48px; margin-left: 4px; padding-inline: 18px; border-radius: 14px; }
.burger { display: none; width: 46px; height: 46px; padding: 0; border: 0; border-radius: 14px; background: var(--ink); color: #fff; place-items: center; cursor: pointer; }
.burger-icon,
.burger-icon::before,
.burger-icon::after { display: block; width: 17px; height: 2px; border-radius: 99px; background: currentColor; transition: transform .24s var(--ease), background .18s; }
.burger-icon { position: relative; }
.burger-icon::before,
.burger-icon::after { content: ""; position: absolute; left: 0; }
.burger-icon::before { transform: translateY(-5px); }
.burger-icon::after { transform: translateY(5px); }
.burger[aria-expanded="true"] .burger-icon { background: transparent; }
.burger[aria-expanded="true"] .burger-icon::before { transform: rotate(45deg); }
.burger[aria-expanded="true"] .burger-icon::after { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 490; inset: 0; display: flex; flex-direction: column; padding: 110px 24px 28px; background: var(--bg); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-24px); transition: transform .5s var(--ease), opacity .3s var(--ease), visibility 0s linear .5s; }
.mobile-menu.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.mobile-menu > a { padding: 10px 0; color: var(--ink); font-size: 36px; font-weight: 800; line-height: 1.08; letter-spacing: 0; }
.mobile-menu .btn { width: 100%; margin-top: auto; color: #fff; font-size: 15px; }
body.menu-open { overflow: hidden; }
body.menu-open .privacy-reopen { opacity: 0; pointer-events: none; }

.eyebrow {
  width: fit-content;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .64);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; margin-right: 8px; border-radius: 1px; background: var(--violet); box-shadow: 7px -4px 0 var(--blue), 7px 4px 0 var(--coral), 0 0 0 5px rgba(118, 87, 255, .08); }
.serif { display: inline-block; padding-bottom: .06em; margin-bottom: -.06em; font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 600; line-height: 1.1; letter-spacing: 0; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.stagger > * { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.stagger.in > * { opacity: 1; transform: none; }
.stagger.in > *:nth-child(2) { transition-delay: .06s; }
.stagger.in > *:nth-child(3) { transition-delay: .12s; }
.stagger.in > *:nth-child(4) { transition-delay: .18s; }

.cp-home-hero { min-height: min(850px, 100dvh); display: flex; align-items: center; padding: 116px 0 48px; overflow: hidden; }
.cp-hero-grid { display: grid; grid-template-columns: minmax(500px, 1.08fr) minmax(500px, .92fr); align-items: center; gap: clamp(38px, 5vw, 76px); }
.cp-hero-copy h1 { max-width: 720px; margin: 24px 0 0; font-size: clamp(58px, 5.3vw, 80px); font-weight: 800; line-height: .96; letter-spacing: 0; text-wrap: balance; }
.cp-hero-copy h1 .serif { color: var(--violet); }
.cp-hero-copy > p { max-width: 560px; margin-top: 26px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.cp-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.cp-text-link { min-height: 52px; display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 750; }
.cp-text-link span { color: var(--violet); }
.cp-hero-standard { min-width: 0; min-height: 560px; display: grid; grid-template-rows: auto 1fr auto; overflow: hidden; padding: 24px; border-radius: 30px; background: var(--ink); color: #fff; box-shadow: 0 30px 80px rgba(40, 31, 74, .15); }
.cp-standard-top { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .56); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.cp-standard-top b { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .82); font-size: inherit; }
.cp-standard-top b i { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(223, 255, 91, .1); }
.cp-standard-stage { min-width: 0; min-height: 390px; position: relative; display: grid; place-items: center; padding: 32px 20px 38px; }
.cp-standard-screen { width: min(92%, 510px); overflow: hidden; border: 1px solid rgba(17, 17, 17, .12); border-radius: 18px; background: #f7f5f2; color: var(--ink); box-shadow: 0 24px 60px rgba(0, 0, 0, .3); transform: rotate(-2deg); }
.cp-standard-browserbar { height: 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 13px; border-bottom: 1px solid var(--line); background: #fff; }
.cp-standard-browserbar > span { display: flex; gap: 4px; }
.cp-standard-browserbar > span i { width: 6px; height: 6px; border-radius: 50%; background: #d8d6d2; }
.cp-standard-browserbar > span i:first-child { background: var(--coral); }
.cp-standard-browserbar > span i:nth-child(2) { background: var(--lime); }
.cp-standard-browserbar b { color: var(--muted); font-size: 8px; font-weight: 700; }
.cp-standard-content { min-height: 260px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(130px, .75fr); align-items: stretch; }
.cp-standard-message { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 28px; }
.cp-standard-message small { color: var(--violet); font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.cp-standard-message strong { margin-top: 14px; font-size: clamp(25px, 2.35vw, 35px); line-height: 1.03; }
.cp-standard-message strong em { color: var(--violet); font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
.cp-standard-message > span { height: 5px; margin-top: 22px; border-radius: 9px; background: #dfddd9; }
.cp-standard-message > span:nth-of-type(1) { width: 92%; }
.cp-standard-message > span:nth-of-type(2) { width: 76%; margin-top: 7px; }
.cp-standard-message > span:nth-of-type(3) { width: 45%; margin-top: 20px; background: var(--ink); }
.cp-standard-score { display: grid; place-content: center; justify-items: center; margin: 16px; border-radius: 14px; background: var(--lime); text-align: center; }
.cp-standard-score small { font-size: 7px; font-weight: 850; letter-spacing: .08em; }
.cp-standard-score strong { font-size: clamp(58px, 6vw, 82px); line-height: .9; }
.cp-standard-score span { margin-top: 8px; font-size: 9px; font-weight: 700; }
.cp-standard-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; padding: 13px 15px; border: 1px solid rgba(17, 17, 17, .12); border-radius: 14px; background: #fff; color: var(--ink); box-shadow: 0 14px 35px rgba(0, 0, 0, .18); }
.cp-standard-card > div { display: grid; gap: 2px; }
.cp-standard-card strong { font-size: 14px; line-height: 1; }
.cp-standard-card small { color: var(--muted); font-size: 8px; }
.cp-standard-security { top: 22px; right: 0; }
.cp-standard-responsive { left: 0; bottom: 20px; }
.cp-standard-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: var(--violet); color: #fff; font-size: 17px; }
.cp-device-icon { width: 34px; height: 30px; position: relative; display: block; }
.cp-device-icon i:first-child { width: 28px; height: 20px; position: absolute; top: 2px; left: 0; border: 2px solid var(--ink); border-radius: 4px; }
.cp-device-icon i:first-child::after { content: ""; width: 12px; height: 2px; position: absolute; left: 6px; bottom: -6px; border-radius: 2px; background: var(--ink); }
.cp-device-icon i:last-child { width: 10px; height: 17px; position: absolute; right: 0; bottom: 0; border: 2px solid var(--violet); border-radius: 3px; background: #fff; }
.cp-standard-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 0; padding: 18px 0 0; border-top: 1px solid rgba(255, 255, 255, .14); list-style: none; }
.cp-standard-benefits li { min-width: 0; display: flex; align-items: center; gap: 7px; padding: 0 12px; border-right: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .64); font-size: 9px; line-height: 1.35; }
.cp-standard-benefits li:first-child { padding-left: 0; }
.cp-standard-benefits li:last-child { padding-right: 0; border-right: 0; }
.cp-standard-benefits li::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--lime); }

.cp-hero-search { min-width: 0; min-height: 610px; position: relative; overflow: visible; background: transparent; color: var(--ink); isolation: isolate; }
.cp-search-grid { display: none; }
.cp-search-center { width: min(84%, 540px); position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; justify-items: center; transform: translate(-50%, -50%); }
.cp-google-word { display: flex; margin-bottom: 22px; font-size: 62px; font-weight: 750; line-height: 1; letter-spacing: -2px; }
.cp-google-word span:nth-child(1),
.cp-google-word span:nth-child(4) { color: #4285f4; }
.cp-google-word span:nth-child(2),
.cp-google-word span:nth-child(6) { color: #ea4335; }
.cp-google-word span:nth-child(3) { color: #fbbc05; }
.cp-google-word span:nth-child(5) { color: #34a853; }
.cp-google-search { width: 100%; height: 76px; display: flex; align-items: center; padding: 0 25px; border: 1px solid rgba(17, 17, 17, .12); border-radius: 38px; background: #fff; color: var(--ink); box-shadow: 0 20px 55px rgba(49, 35, 92, .15); }
.cp-google-search img { width: 24px; height: 24px; flex: 0 0 auto; margin-right: 14px; opacity: .52; }
.cp-search-typing { min-width: 0; flex: 0 1 auto; overflow: hidden; padding: 3px 0 4px; font-size: 17px; font-weight: 650; line-height: 1.25; text-overflow: clip; white-space: nowrap; }
.cp-search-cursor { width: 2px; height: 25px; flex: 0 0 2px; margin-left: 3px; border-radius: 3px; background: var(--violet); animation: cpCursorBlink .8s steps(1) infinite; }
.cp-search-center > p { width: 100%; margin-top: 19px; padding: 0 185px 0 28px; color: var(--muted); font-size: 11px; line-height: 1.35; text-align: left; white-space: nowrap; }
.cp-search-badge { position: absolute; z-index: 4; display: flex; align-items: center; gap: 17px; padding: 18px 21px; border: 1px solid rgba(17, 17, 17, .11); border-radius: 20px; background: #fff; color: var(--ink); box-shadow: 0 22px 58px rgba(49, 35, 92, .16); }
.cp-search-badge > p { display: grid; gap: 4px; }
.cp-search-badge > p strong { font-size: 15px; line-height: 1; }
.cp-search-badge > p span { color: var(--muted); font-size: 9px; line-height: 1.2; }
.cp-search-speed { top: 18px; left: 16px; transform: rotate(-4deg); }
.cp-speed-ring { width: 82px; height: 82px; display: grid; grid-template-columns: auto auto; place-content: center; align-items: baseline; border: 7px solid #00c96b; border-radius: 50%; background: #ecfff4; color: #00a858; }
.cp-speed-ring strong { font-size: 25px; line-height: 1; }
.cp-speed-ring span { font-size: 10px; font-weight: 800; }
.cp-search-cloudflare { top: 26px; right: 16px; transform: rotate(3deg); }
.cp-search-cloudflare img { width: 112px; height: auto; }
.cp-search-mobile { left: 18px; bottom: 24px; transform: rotate(3deg); }
.cp-search-mobile .cp-device-icon { transform: scale(1); transform-origin: center; }
.cp-search-hosting { right: 18px; bottom: 20px; padding-right: 24px; background: var(--lime); transform: rotate(-3deg); }
.cp-search-hosting > span { font-size: 29px; font-weight: 850; letter-spacing: 0; }
.cp-search-hosting > p span { color: rgba(17, 17, 17, .58); }
.cp-search-code { top: 65%; right: 14px; background: var(--violet); color: #fff; transform: rotate(5deg); }
.cp-search-code > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 12px; background: rgba(255, 255, 255, .14); font-size: 15px; font-weight: 800; }
.cp-search-code > p span { color: rgba(255, 255, 255, .65); }

@keyframes cpCursorBlink { 50% { opacity: 0; } }

@media (prefers-reduced-motion: reduce) {
  .cp-search-cursor { animation: none; }
}

.cp-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cp-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cp-proof article { min-height: 132px; display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 17px; padding: 24px clamp(20px, 3vw, 42px); border-right: 1px solid var(--line); }
.cp-proof article:last-child { border-right: 0; }
.cp-proof article > img { width: 50px; height: 50px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.cp-proof article div { display: grid; gap: 5px; }
.cp-proof strong { font-size: 16px; }
.cp-proof span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.cp-home-section { padding: clamp(82px, 7vw, 106px) 0; }
.cp-section-heading { max-width: 1040px; }
.cp-section-heading h2 { margin: 22px 0 0; font-size: clamp(50px, 4.9vw, 72px); font-weight: 800; line-height: .98; letter-spacing: 0; text-wrap: balance; }
.cp-section-heading h2 .serif { color: var(--violet); }
.cp-section-heading > p { max-width: 650px; margin-top: 22px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.cp-service-section { background: #eee9ff; }
.cp-service-layout { min-height: 520px; display: grid; grid-template-columns: .9fr 1.1fr; margin-top: 44px; }
.cp-service-main { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(38px, 5vw, 64px); border-radius: 30px 0 0 30px; background: var(--ink); color: #fff; }
.cp-service-index { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.cp-service-main h3 { max-width: 520px; margin-top: auto; font-size: clamp(42px, 4vw, 58px); line-height: 1; letter-spacing: 0; }
.cp-service-main > p { max-width: 500px; margin-top: 22px; color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.7; }
.cp-service-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; font-size: 14px; }
.cp-service-link span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); transition: transform .25s var(--ease); }
.cp-service-main:hover .cp-service-link span { transform: translateX(3px); }
.cp-service-deliverables { min-width: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid rgba(17, 17, 17, .1); border-left: 0; border-radius: 0 30px 30px 0; background: #fff; }
.cp-service-deliverables article { min-width: 0; display: grid; grid-template-columns: 48px minmax(0, 1fr); align-content: center; gap: 16px; padding: clamp(26px, 3vw, 38px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cp-service-deliverables article:nth-child(2n) { border-right: 0; }
.cp-service-deliverables article:nth-last-child(-n + 2) { border-bottom: 0; }
.cp-service-deliverables article > img { width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 14px; background: #f8f7f5; }
.cp-service-deliverables h3 { font-size: 17px; line-height: 1.25; }
.cp-service-deliverables p { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.cp-service-layout + .cp-service-layout { margin-top: 18px; }
.cp-service-layout-secondary .cp-service-main { background: var(--lime); color: var(--ink); }
.cp-service-layout-secondary .cp-service-index { color: var(--violet); }
.cp-service-layout-secondary .cp-service-main > p { color: rgba(17, 17, 17, .62); }
.cp-service-layout-secondary .cp-service-link span { background: var(--ink); color: #fff; }

/* WordPress modernization service */
.wp-modern-page { background: var(--bg); }
.wp-hero { min-height: min(850px, 100dvh); display: flex; align-items: center; padding: 126px 0 62px; overflow: hidden; background: #f3f0ff; }
.wp-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center; gap: clamp(42px, 6vw, 86px); }
.wp-hero-copy h1 { max-width: 720px; margin-top: 24px; font-size: clamp(60px, 5.8vw, 88px); font-weight: 800; line-height: .94; letter-spacing: 0; }
.wp-hero-copy h1 .serif { color: var(--violet); }
.wp-hero-copy > p { max-width: 650px; margin-top: 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.wp-change-board { min-width: 0; padding: 14px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: 0 30px 90px rgba(50, 37, 98, .14); transform: rotate(1.2deg); }
.wp-browser-bar { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid var(--line); }
.wp-browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #d7d2ca; }
.wp-browser-bar > span:first-child { background: var(--coral); }
.wp-browser-bar > span:nth-child(2) { background: var(--yellow, #ffe58a); }
.wp-browser-bar > span:nth-child(3) { background: var(--lime); }
.wp-browser-bar strong { margin-left: 10px; color: var(--muted); font-size: 10px; font-weight: 700; }
.wp-change-columns { min-height: 470px; display: grid; grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr); align-items: stretch; padding: 12px 0 0; }
.wp-change-columns article { min-width: 0; display: flex; flex-direction: column; padding: 38px 30px; border-radius: 18px; }
.wp-change-columns small { font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.wp-change-columns article > strong { margin-top: auto; font-size: clamp(54px, 5vw, 76px); line-height: .9; }
.wp-change-columns article > span { margin-top: 7px; color: var(--muted); font-size: 11px; }
.wp-change-columns ul { display: grid; gap: 10px; margin: 30px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.wp-change-columns li { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.wp-change-columns li::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: currentColor; opacity: .55; }
.wp-before { background: #f6f3f0; color: #807871; }
.wp-after { background: var(--lime); color: var(--ink); }
.wp-after > span, .wp-after li { color: rgba(17, 17, 17, .62); }
.wp-change-arrow { width: 46px; height: 46px; display: grid; place-items: center; align-self: center; justify-self: center; z-index: 2; border-radius: 50%; background: var(--ink); color: #fff; font-size: 19px; }
.wp-section { padding: clamp(82px, 7vw, 110px) 0; }
.wp-signals { background: var(--bg); }
.wp-signal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 48px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.wp-signal-grid article { min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wp-signal-grid article > span { align-self: flex-end; color: #aaa49c; font-size: 10px; font-weight: 800; }
.wp-signal-grid img { width: 50px; height: 50px; margin-top: 24px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.wp-signal-grid h3 { margin-top: auto; font-size: 21px; line-height: 1.2; }
.wp-signal-grid p { margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.wp-scope { background: var(--ink); color: #fff; }
.wp-scope-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: clamp(50px, 8vw, 110px); }
.wp-scope-copy { align-self: start; position: sticky; top: 120px; }
.wp-scope-copy .eyebrow { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.05); }
.wp-scope-copy h2 { max-width: 650px; margin-top: 24px; font-size: clamp(50px, 4.8vw, 70px); line-height: .98; letter-spacing: 0; }
.wp-scope-copy h2 .serif { color: var(--lime); }
.wp-scope-copy > p { max-width: 580px; margin-top: 25px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.75; }
.wp-scope-copy .btn { margin-top: 34px; background: #fff; color: var(--ink); }
.wp-scope-list { border-top: 1px solid rgba(255,255,255,.15); }
.wp-scope-list article { min-height: 168px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 18px; align-content: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.wp-scope-list article > span { color: var(--lime); font-size: 10px; font-weight: 850; }
.wp-scope-list h3 { font-size: 25px; }
.wp-scope-list p { max-width: 520px; margin-top: 10px; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.65; }
.wp-comparison { background: #e5f7ff; }
.wp-comparison-table { margin-top: 50px; border: 1px solid rgba(17,17,17,.12); border-radius: 24px; overflow: hidden; background: rgba(255,255,255,.62); }
.wp-comparison-table > div { min-height: 78px; display: grid; grid-template-columns: 1fr 1.2fr 1.2fr; align-items: center; border-bottom: 1px solid var(--line); }
.wp-comparison-table > div:last-child { border-bottom: 0; }
.wp-comparison-table > div > * { height: 100%; display: flex; align-items: center; padding: 18px 28px; border-right: 1px solid var(--line); font-size: 13px; }
.wp-comparison-table > div > *:last-child { border-right: 0; }
.wp-comparison-head { min-height: 58px !important; background: var(--ink); color: #fff; }
.wp-comparison-head span { color: rgba(255,255,255,.65); font-size: 10px !important; font-weight: 800; letter-spacing: .08em; }
.wp-comparison-table div > span:last-child { font-weight: 750; }
.wp-process { background: var(--bg); }
.wp-process-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.wp-process-list li { min-height: 250px; display: flex; flex-direction: column; padding: 26px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.wp-process-list li:first-child { border-left: 1px solid var(--line); }
.wp-process-list li > span { color: var(--violet); font-size: 10px; font-weight: 850; }
.wp-process-list li > div { margin-top: auto; }
.wp-process-list h3 { font-size: 22px; }
.wp-process-list p { margin-top: 11px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.wp-seo { background: #eee9ff; }
.wp-seo-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr); gap: clamp(50px, 8vw, 110px); }
.wp-seo h2 { max-width: 650px; margin-top: 22px; font-size: clamp(48px, 4.6vw, 68px); line-height: .98; letter-spacing: 0; }
.wp-seo h2 .serif { color: var(--violet); }
.wp-seo-copy { display: grid; gap: 22px; }
.wp-seo-copy p { color: #58534d; font-size: 15px; line-height: 1.82; }
.wp-faq { padding-bottom: 72px; }
.wp-faq-list { padding-top: 0; }

@media (max-width: 1100px) {
  .wp-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: 38px; }
  .wp-change-columns article { padding: 30px 22px; }
  .wp-signal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-scope-grid, .wp-seo-grid { grid-template-columns: minmax(0, 1fr); }
  .wp-scope-copy { position: static; }
}

@media (max-width: 820px) {
  .wp-hero { min-height: auto; padding: 112px 0 58px; }
  .wp-hero-grid { grid-template-columns: minmax(0, 1fr); }
  .wp-hero-copy h1 { font-size: clamp(54px, 11vw, 76px); }
  .wp-change-board { max-width: 680px; transform: none; }
  .wp-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-process-list li:nth-child(3) { border-left: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .wp-hero { padding: 100px 0 42px; }
  .wp-hero-copy h1 { margin-top: 20px; font-size: clamp(43px, 12vw, 56px); }
  .wp-hero-copy > p { margin-top: 20px; font-size: 15px; }
  .wp-change-board { margin-top: 10px; padding: 8px; border-radius: 20px; }
  .wp-browser-bar { height: 42px; padding-inline: 12px; }
  .wp-change-columns { min-height: 390px; grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr); }
  .wp-change-columns article { padding: 24px 14px; border-radius: 14px; }
  .wp-change-columns article > strong { font-size: 44px; }
  .wp-change-columns ul { gap: 8px; margin-top: 22px; padding-top: 16px; }
  .wp-change-columns li { font-size: 9px; }
  .wp-change-arrow { width: 34px; height: 34px; font-size: 15px; }
  .wp-section { padding: 68px 0; }
  .wp-signal-grid { grid-template-columns: minmax(0, 1fr); margin-top: 34px; }
  .wp-signal-grid article { min-height: 260px; padding: 22px; }
  .wp-scope-grid { gap: 40px; }
  .wp-scope-copy h2, .wp-seo h2 { font-size: 42px; }
  .wp-scope-list article { min-height: 145px; grid-template-columns: 34px minmax(0, 1fr); }
  .wp-comparison-table { overflow-x: auto; margin-inline: -14px; border-radius: 0; }
  .wp-comparison-table > div { min-width: 690px; }
  .wp-comparison-table > div > * { padding: 16px 20px; }
  .wp-process-list { grid-template-columns: minmax(0, 1fr); margin-top: 34px; }
  .wp-process-list li { min-height: 190px; border-left: 1px solid var(--line); }
  .wp-seo-grid { gap: 36px; }
  .wp-seo-copy p { font-size: 14px; }
  .wp-faq { padding-bottom: 44px; }
}

.cp-portfolio-section { background: var(--bg); }
.cp-project-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 16px; margin-top: 44px; }
.cp-project { grid-column: span 5; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: #fff; }
.cp-project-wide { grid-column: span 7; }
.cp-project-image { aspect-ratio: 16 / 9; overflow: hidden; background: #ece9e5; }
.cp-project-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s var(--ease); }
.cp-project-image-screenshot { background: #f3f1ed; }
.cp-project-image-screenshot img { object-fit: contain; object-position: center; }
.cp-project:hover .cp-project-image img { transform: scale(1.02); }
.cp-project-meta { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; }
.cp-project-meta > div { display: grid; gap: 5px; }
.cp-project-meta small { color: var(--violet); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.cp-project-meta h3 { font-size: 20px; letter-spacing: 0; }
.cp-project-meta > span { color: var(--muted); font-size: 11px; }

.cp-seo-section { background: var(--ink); color: #fff; }
.cp-seo-layout { display: grid; gap: 58px; }
.cp-seo-heading { max-width: 1040px; }
.cp-seo-heading > span { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.cp-seo-heading h2 { max-width: 980px; margin-top: 18px; font-size: clamp(50px, 4.9vw, 72px); line-height: .99; letter-spacing: 0; text-wrap: balance; }
.cp-seo-heading h2 .serif { color: var(--lime); }
.cp-seo-heading > p { max-width: 720px; margin-top: 24px; color: rgba(255, 255, 255, .64); font-size: 17px; line-height: 1.7; }
.cp-seo-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .16); }
.cp-seo-content > article { min-width: 0; padding: 44px 46px 44px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.cp-seo-content > article:nth-child(2n) { padding-right: 0; padding-left: 46px; border-left: 1px solid rgba(255, 255, 255, .16); }
.cp-seo-content h3 { max-width: 520px; font-size: 25px; line-height: 1.2; letter-spacing: 0; }
.cp-seo-content article p { max-width: 68ch; margin-top: 18px; color: rgba(255, 255, 255, .62); font-size: 14px; line-height: 1.85; }
.cp-seo-content article a { color: var(--lime); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.cp-seo-process ol { display: grid; gap: 0; margin: 24px 0 0; padding: 0; list-style: none; counter-reset: seo-process; }
.cp-seo-process li { display: grid; grid-template-columns: 30px 150px minmax(0, 1fr); gap: 12px; padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, .12); counter-increment: seo-process; }
.cp-seo-process li::before { content: "0" counter(seo-process); color: var(--lime); font-size: 10px; font-weight: 850; }
.cp-seo-process li strong { font-size: 12px; }
.cp-seo-process li span { color: rgba(255, 255, 255, .52); font-size: 11px; line-height: 1.55; }
.cp-seo-summary { align-self: stretch; padding: 44px 46px; background: var(--lime); color: var(--ink); }
.cp-seo-summary h3 { font-size: 25px; }
.cp-seo-summary ul { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.cp-seo-summary li { display: grid; grid-template-columns: 18px 1fr; gap: 8px; font-size: 13px; line-height: 1.5; }
.cp-seo-summary li::before { content: "✓"; font-weight: 900; }
.cp-seo-summary > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 34px; font-size: 13px; font-weight: 850; }

.cp-contact-section { padding: 34px 0; }
.cp-contact-inner { min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(38px, 5vw, 68px); border-radius: 34px; background: var(--soft-blue); }
.cp-contact-inner > div > span { color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.cp-contact-inner h2 { max-width: 800px; margin: 14px 0 0; font-size: clamp(42px, 5vw, 70px); line-height: 1; letter-spacing: 0; }
.cp-contact-inner h2 .serif { color: var(--violet); }

.site-footer { width: 100%; margin: 0; padding: 68px 0 28px; color: var(--ink); }
.site-footer .footer-top { display: grid; grid-template-columns: 1.3fr .9fr 1fr; gap: 60px; padding-bottom: 58px; }
.site-footer .footer-brand { width: auto; }
.site-footer .footer-brand p { max-width: 340px; margin: 16px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.site-footer .footer-nav { display: grid; align-content: start; gap: 12px; font-size: 13px; font-weight: 700; }
.site-footer .footer-contact { display: grid; align-content: start; justify-items: end; }
.site-footer .footer-contact a { color: var(--violet); font-size: 14px; font-weight: 800; }
.site-footer .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; }

@media (max-width: 1100px) {
  .nav { gap: 16px; }
  .nav a { font-size: 11px; }
  .cp-hero-grid { grid-template-columns: .92fr 1.08fr; }
  .cp-hero-standard { min-height: 520px; }
  .cp-hero-search { min-height: 570px; }
  .cp-search-center { width: 80%; }
  .cp-search-speed { left: 0; }
  .cp-search-cloudflare { right: 0; }
  .cp-standard-stage { min-height: 350px; padding-inline: 8px; }
  .cp-standard-screen { width: 94%; }
  .cp-standard-message { padding: 22px; }
  .cp-hero-visual { min-height: 540px; }
  .cp-browser > img { height: 400px; }
  .cp-phone img { height: 260px; }
}

@media (max-width: 820px) {
  .site-header { top: 8px; height: 64px; min-height: 64px; padding: 0 9px 0 16px; }
  .nav, .header-cta { display: none; }
  .burger { display: grid; }
  .mobile-menu { display: flex; }
  .cp-home-hero { min-height: auto; padding: 112px 0 54px; }
  .cp-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .cp-hero-copy { max-width: 720px; }
  .cp-hero-copy h1 { font-size: clamp(54px, 11vw, 76px); }
  .cp-hero-standard { min-height: 500px; margin-top: 18px; }
  .cp-hero-search { min-height: 560px; margin-top: 18px; }
  .cp-search-center { width: min(78%, 560px); }
  .cp-standard-stage { min-height: 340px; }
  .cp-standard-screen { width: min(84%, 540px); }
  .cp-hero-visual { min-height: 570px; }
  .cp-browser { width: 86%; }
  .cp-proof-grid { display: flex; overflow-x: auto; margin-inline: -20px; padding-inline: 20px; scroll-padding-inline: 20px; scrollbar-width: none; }
  .cp-proof-grid::-webkit-scrollbar { display: none; }
  .cp-proof article { min-width: min(78vw, 330px); flex: 0 0 min(78vw, 330px); border-bottom: 0; scroll-snap-align: start; }
  .cp-service-card { grid-template-columns: minmax(0, 1fr); }
  .cp-service-copy { min-height: 470px; }
  .cp-service-media { min-height: 430px; }
  .cp-service-layout { min-height: 0; grid-template-columns: minmax(0, 1fr); }
  .cp-service-main { min-height: 430px; border-radius: 28px 28px 0 0; }
  .cp-service-deliverables { border-top: 0; border-left: 1px solid var(--line); border-radius: 0 0 28px 28px; }
  .cp-project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cp-project, .cp-project-wide { grid-column: auto; }
  .cp-seo-content { grid-template-columns: minmax(0, 1fr); }
  .cp-seo-content > article,
  .cp-seo-content > article:nth-child(2n) { padding: 38px 0; border-left: 0; }
  .cp-seo-summary { padding: 38px; }
  .cp-contact-inner { align-items: flex-start; flex-direction: column; }
  .site-footer .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  body.home-page .container,
  body.legal-page .container { width: min(calc(100% - 28px), 1320px); }
  .logo { font-size: 19px; }
  .mobile-menu > a { font-size: 31px; }
  .cp-home-hero { padding: 100px 0 38px; }
  .cp-hero-copy h1 { margin-top: 20px; font-size: clamp(43px, 12.4vw, 58px); line-height: .98; }
  .cp-hero-copy > p { margin-top: 20px; font-size: 15px; }
  .cp-hero-actions { display: grid; gap: 5px; margin-top: 24px; }
  .cp-hero-actions .btn { width: 100%; }
  .cp-text-link { justify-content: center; }
  .cp-hero-standard { min-height: 418px; margin-top: 12px; padding: 16px; border-radius: 24px; }
  .cp-hero-search { min-height: 500px; margin-top: 12px; }
  .cp-search-center { width: calc(100% - 20px); top: 51%; }
  .cp-google-word { margin-bottom: 16px; font-size: 46px; letter-spacing: -1px; }
  .cp-google-search { height: 62px; padding-inline: 18px; }
  .cp-google-search img { width: 20px; height: 20px; margin-right: 10px; }
  .cp-search-typing { font-size: 13px; }
  .cp-search-cursor { height: 20px; }
  .cp-search-center > p { width: auto; margin-top: 14px; padding: 0; font-size: 9px; text-align: center; white-space: normal; }
  .cp-search-badge { gap: 11px; padding: 12px 14px; border-radius: 14px; box-shadow: 0 18px 40px rgba(49, 35, 92, .16); }
  .cp-search-badge > p strong { font-size: 11px; }
  .cp-search-badge > p span { font-size: 7px; }
  .cp-search-speed { top: 9px; left: 8px; }
  .cp-speed-ring { width: 60px; height: 60px; border-width: 5px; }
  .cp-speed-ring strong { font-size: 18px; }
  .cp-speed-ring span { font-size: 7px; }
  .cp-search-cloudflare { top: 72px; right: 8px; }
  .cp-search-cloudflare img { width: 82px; }
  .cp-search-mobile { left: 8px; bottom: 12px; }
  .cp-search-mobile .cp-device-icon { width: 30px; transform: scale(.86); transform-origin: left center; }
  .cp-search-hosting { right: 8px; bottom: 52px; padding-right: 15px; }
  .cp-search-hosting > span { font-size: 21px; }
  .cp-search-code { display: none; }
  .cp-standard-top { min-height: 36px; padding-bottom: 12px; font-size: 7px; }
  .cp-standard-top > span { max-width: 145px; line-height: 1.35; }
  .cp-standard-stage { min-height: 292px; padding: 25px 0 30px; }
  .cp-standard-screen { width: 100%; border-radius: 14px; transform: none; }
  .cp-standard-browserbar { height: 30px; padding-inline: 10px; }
  .cp-standard-content { min-height: 190px; grid-template-columns: minmax(0, 1fr) 94px; }
  .cp-standard-message { padding: 17px; }
  .cp-standard-message small { font-size: 6px; }
  .cp-standard-message strong { margin-top: 10px; font-size: 22px; }
  .cp-standard-message > span { margin-top: 15px; }
  .cp-standard-message > span:nth-of-type(2) { margin-top: 6px; }
  .cp-standard-message > span:nth-of-type(3) { margin-top: 14px; }
  .cp-standard-score { margin: 8px; border-radius: 10px; }
  .cp-standard-score small { max-width: 64px; font-size: 5px; line-height: 1.3; }
  .cp-standard-score strong { font-size: 47px; }
  .cp-standard-score span { margin-top: 5px; font-size: 7px; }
  .cp-standard-card { gap: 7px; padding: 9px 10px; border-radius: 10px; }
  .cp-standard-card strong { font-size: 11px; }
  .cp-standard-card small { font-size: 6px; }
  .cp-standard-security { top: 11px; right: -6px; }
  .cp-standard-responsive { left: -6px; bottom: 11px; }
  .cp-standard-icon { width: 25px; height: 25px; border-radius: 7px; font-size: 14px; }
  .cp-device-icon { width: 29px; transform: scale(.82); transform-origin: left center; }
  .cp-standard-benefits { padding-top: 13px; }
  .cp-standard-benefits li { align-items: flex-start; padding-inline: 7px; font-size: 7px; }
  .cp-hero-visual { min-height: 365px; margin-top: 4px; }
  .cp-hero-visual::before { inset: 4% -8% 0 2%; border-radius: 28px; }
  .cp-browser { width: 92%; top: 8%; right: -4%; border-width: 5px; border-radius: 14px; transform: none; }
  .cp-browser-bar { height: 25px; }
  .cp-browser > img { height: 265px; border-radius: 8px; }
  .cp-phone { width: 29%; left: -1%; bottom: 0; padding: 3px; border-width: 3px; border-radius: 18px; }
  .cp-phone i { top: 6px; height: 3px; }
  .cp-phone img { height: 190px; border-radius: 12px; }
  .cp-score { width: 80px; height: 80px; right: -1%; bottom: 0; border-width: 6px; }
  .cp-score strong { font-size: 25px; }
  .cp-score span { font-size: 6px; }
  .cp-cloud { min-width: 118px; top: 0; left: 1%; padding: 9px 11px; border-radius: 10px; }
  .cp-cloud img { width: 72px; }
  .cp-cloud strong { font-size: 10px; }
  .cp-proof-grid { margin-inline: -14px; padding-inline: 14px; scroll-padding-inline: 14px; }
  .cp-proof article { min-height: 118px; min-width: 82vw; flex-basis: 82vw; padding: 20px 14px; }
  .cp-home-section { padding: 72px 0; }
  .cp-section-heading h2 { margin-top: 18px; font-size: clamp(42px, 11.8vw, 54px); line-height: 1; }
  .cp-section-heading > p { margin-top: 18px; font-size: 14px; }
  .cp-service-card { margin-top: 34px; border-radius: 24px; }
  .cp-service-copy { min-height: 0; padding: 28px 22px 30px; }
  .cp-service-copy h3 { margin-top: 30px; font-size: 36px; }
  .cp-service-copy > p { font-size: 14px; }
  .cp-service-copy ul { font-size: 12px; }
  .cp-service-link { margin-top: 34px; padding-top: 0; }
  .cp-service-media { min-height: 340px; }
  .cp-service-media > span { left: 14px; right: 14px; bottom: 14px; padding: 12px; font-size: 11px; }
  .cp-service-layout { margin-top: 34px; }
  .cp-service-main { min-height: 360px; padding: 28px 22px; border-radius: 24px 24px 0 0; }
  .cp-service-main h3 { font-size: 38px; }
  .cp-service-main > p { font-size: 14px; }
  .cp-service-deliverables { grid-template-columns: minmax(0, 1fr); border-radius: 0 0 24px 24px; }
  .cp-service-deliverables article { grid-template-columns: 44px minmax(0, 1fr); padding: 24px 22px; border-right: 0; border-bottom: 1px solid var(--line); }
  .cp-service-deliverables article:nth-last-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .cp-service-deliverables article:last-child { border-bottom: 0; }
  .cp-service-deliverables article > img { width: 44px; height: 44px; }
  .cp-seo-layout { gap: 38px; }
  .cp-seo-heading h2 { font-size: 42px; line-height: 1.02; }
  .cp-seo-heading > p { font-size: 15px; }
  .cp-seo-content > article,
  .cp-seo-content > article:nth-child(2n) { padding: 32px 0; }
  .cp-seo-content h3 { font-size: 23px; }
  .cp-seo-content article p { font-size: 13px; line-height: 1.78; }
  .cp-seo-process li { grid-template-columns: 28px minmax(0, 1fr); gap: 5px 10px; }
  .cp-seo-process li span { grid-column: 2; }
  .cp-seo-summary { margin-inline: -14px; padding: 32px 22px; }
  .cp-project-grid { grid-template-columns: minmax(0, 1fr); gap: 10px; margin-top: 34px; }
  .cp-project { border-radius: 22px; }
  .cp-project-image { aspect-ratio: 1.22; }
  .cp-project-meta { min-height: 82px; padding: 16px; }
  .cp-project-meta > span { display: none; }
  .cp-contact-section { padding-bottom: 14px; }
  .cp-contact-inner { min-height: 350px; justify-content: space-between; padding: 30px 22px; border-radius: 24px; }
  .cp-contact-inner h2 { font-size: 43px; }
  .cp-contact-inner .btn { width: 100%; }
  .site-footer { padding: 56px 0 20px; }
  .site-footer .footer-top { grid-template-columns: 1fr; gap: 30px; padding-bottom: 40px; }
  .site-footer .footer-brand { grid-column: auto; }
  .site-footer .footer-contact { justify-items: start; }
  .site-footer .footer-bottom { flex-direction: column; gap: 6px; }
}

/* Portfolio presentation */
.cp-portfolio-stage { margin-top: 44px; }
.cp-featured-project {
  height: 620px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  border-radius: 30px;
  background: #111;
  color: #fff;
}
.cp-featured-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(36px, 5vw, 68px); }
.cp-project-number { color: rgba(255, 255, 255, .48); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.cp-featured-copy > div { margin-block: auto; }
.cp-featured-copy small { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.cp-featured-copy h3 { margin-top: 12px; font-size: clamp(48px, 5vw, 72px); line-height: 1; letter-spacing: 0; }
.cp-featured-copy p { max-width: 440px; margin-top: 20px; color: rgba(255, 255, 255, .62); font-size: 15px; line-height: 1.7; }
.cp-featured-copy > strong { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; }
.cp-featured-copy > strong span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: #111; }
.cp-featured-window { min-width: 0; position: relative; margin: 24px 24px 24px 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 20px; background: #090909; }
.cp-project-browser-bar,
.case-browser-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: #0d0d0d; color: #aaa; }
.cp-project-browser-bar i,
.case-browser-bar i { width: 6px; height: 6px; flex: 0 0 auto; border-radius: 50%; background: #555; }
.cp-project-browser-bar i:first-child,
.case-browser-bar i:first-child { background: var(--coral); }
.cp-project-browser-bar span,
.case-browser-bar span { margin-inline: auto; font-size: 9px; font-style: normal; font-weight: 650; }
.cp-featured-window > .cp-project-browser-bar { position: relative; z-index: 2; }
.cp-featured-window img { width: 100%; height: calc(100% - 38px); position: absolute; left: 0; bottom: 0; object-fit: cover; object-position: top; transition: transform .7s var(--ease); }
.cp-featured-project:hover .cp-featured-window img { transform: scale(1.018); }
.cp-portfolio-stage > .cp-project-grid { align-items: start; margin-top: 16px; }
.cp-portfolio-stage .cp-project:nth-child(1) { grid-column: span 5; }
.cp-portfolio-stage .cp-project:nth-child(2) { grid-column: span 7; }
.cp-project-last { height: 390px; grid-column: 1 / -1; display: grid; grid-template-columns: 1.45fr .55fr; }
.cp-project-last .cp-project-image { height: 100%; min-height: 0; aspect-ratio: auto; }
.cp-project-last .cp-project-meta { min-height: 100%; align-items: flex-end; }

/* Expoforge project */
.portfolio-case-page article { overflow: clip; }
.case-hero { padding: 104px 0 0; background: #eee9ff; }
.case-hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(430px, .82fr) minmax(600px, 1.18fr); align-items: center; gap: clamp(40px, 5vw, 82px); }
.case-hero-copy { position: relative; z-index: 2; }
.case-breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 650; }
.case-breadcrumbs a:hover { color: var(--violet); }
.case-hero-copy h1 { max-width: 630px; margin: 24px 0 0; font-size: clamp(54px, 4.6vw, 66px); font-weight: 800; line-height: .96; letter-spacing: 0; text-wrap: balance; }
.case-hero-copy h1 .serif { color: var(--violet); }
.case-hero-copy > p { max-width: 590px; margin-top: 26px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.case-hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 32px; }
.case-hero-browser { height: 520px; align-self: end; overflow: hidden; margin: 0; border: 8px solid #111; border-bottom: 0; border-radius: 26px 26px 0 0; background: #111; box-shadow: 0 30px 80px rgba(49, 35, 92, .16); transform: rotate(1.4deg); transform-origin: bottom center; }
.case-hero-crop { height: calc(100% - 38px); overflow: hidden; border-radius: 14px 14px 0 0; }
.case-hero-crop img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.case-hero-browser-fragment { height: auto; align-self: center; }
.case-hero-fragment { height: auto; }
.case-hero-fragment img { height: auto; display: block; object-fit: contain; }
.case-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(17, 17, 17, .1); }
.case-facts > div { min-height: 118px; display: grid; align-content: center; gap: 7px; padding: 24px 32px; border-right: 1px solid rgba(17, 17, 17, .1); }
.case-facts > div:first-child { padding-left: 0; }
.case-facts > div:last-child { border-right: 0; }
.case-facts dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.case-facts dd { margin: 0; font-size: 14px; font-weight: 750; }
.case-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); align-items: start; gap: clamp(48px, 7vw, 100px); padding-block: 96px 120px; }
.case-nav { position: sticky; top: 118px; display: grid; gap: 12px; padding-top: 8px; }
.case-nav > span { margin-bottom: 10px; color: var(--violet); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.case-nav a { width: fit-content; color: var(--muted); font-size: 12px; font-weight: 700; }
.case-nav a:hover { color: var(--ink); }
.case-content { min-width: 0; max-width: 1010px; }
.case-section { padding: 92px 0; border-top: 1px solid var(--line); scroll-margin-top: 110px; }
.case-section:first-child { padding-top: 8px; border-top: 0; }
.case-index { display: block; margin-bottom: 24px; color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.case-section h2,
.case-visual-copy h2 { max-width: 930px; margin: 0; font-size: clamp(42px, 4vw, 58px); font-weight: 800; line-height: 1.04; letter-spacing: 0; text-wrap: balance; }
.case-section h2 .serif,
.case-visual-copy h2 .serif { color: var(--violet); }
.case-section > p,
.case-visual-copy > p { max-width: 790px; margin: 24px 0 0; color: var(--muted); font-size: 16px; line-height: 1.82; }
.case-section .case-lead { color: var(--ink); font-size: 19px; line-height: 1.7; }
.case-media { overflow: hidden; margin: 0 0 92px; border: 1px solid var(--line); border-radius: 26px; background: #111; }
.case-media .case-browser-bar { border-bottom: 1px solid rgba(255, 255, 255, .09); }
.case-crop { position: relative; overflow: hidden; background: #111; }
.case-crop img { width: 100%; height: auto; position: absolute; left: 0; }
.case-crop-services { height: 660px; }
.case-crop-services img { top: 0; transform: translateY(-15.5%); }
.case-media figcaption { padding: 16px 20px; background: #fff; color: var(--muted); font-size: 11px; line-height: 1.6; }
.case-challenges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-challenges article { min-height: 270px; padding: 34px 28px; border-right: 1px solid var(--line); }
.case-challenges article:first-child { padding-left: 0; }
.case-challenges article:last-child { padding-right: 0; border-right: 0; }
.case-challenges b { color: var(--violet); font-size: 11px; }
.case-challenges h3 { margin-top: 56px; font-size: 21px; }
.case-challenges p { margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.72; }
.case-dark-band { margin: 8px 0 92px; padding: clamp(42px, 6vw, 76px); border-radius: 30px; background: #111; color: #fff; scroll-margin-top: 110px; }
.case-dark-band > span { color: var(--lime); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.case-dark-band h2 { max-width: 780px; margin: 22px 0 0; font-size: clamp(42px, 4vw, 58px); line-height: 1.03; }
.case-dark-band > p { max-width: 650px; margin-top: 20px; color: rgba(255, 255, 255, .58); line-height: 1.7; }
.case-dark-band ol { margin: 54px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.case-dark-band li { display: grid; grid-template-columns: minmax(220px, .7fr) 1fr; gap: 30px; padding: 23px 0; border-top: 1px solid rgba(255, 255, 255, .13); counter-increment: steps; }
.case-dark-band li b::before { content: "0" counter(steps) " "; margin-right: 14px; color: var(--lime); font-size: 10px; }
.case-dark-band li b { font-size: 15px; }
.case-dark-band li small { color: rgba(255, 255, 255, .57); font-size: 12px; line-height: 1.65; }
.case-visual-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 16px; margin-bottom: 92px; scroll-margin-top: 110px; }
.case-visual-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(38px, 5vw, 64px); border-radius: 28px; background: #eee9ff; }
.case-visual-media { min-height: 690px; overflow: hidden; margin: 0; border-radius: 28px; background: #111; }
.case-crop-projects { height: 100%; }
.case-crop-projects img { top: 0; transform: translateY(-25.5%); }
.case-palette { display: flex; gap: 10px; margin-top: 34px; }
.case-palette i { width: 38px; height: 38px; border: 1px solid rgba(17, 17, 17, .1); border-radius: 10px; background: #111; }
.case-palette i:nth-child(2) { background: #f15a24; }
.case-palette i:nth-child(3) { background: #fff; }
.case-palette i:nth-child(4) { background: #625b52; }
.case-deliverables { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 54px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.case-deliverables > div { min-height: 230px; padding: 30px; background: #fff; }
.case-deliverables span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 13px; }
.case-deliverables strong { display: block; margin-top: 28px; font-size: 16px; }
.case-deliverables p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.case-configurator { margin-top: 0; }
.case-crop-configurator { height: 560px; }
.case-crop-configurator img { top: 0; transform: translateY(-48.5%); }
.case-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 54px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-results > div { min-height: 180px; display: grid; align-content: center; gap: 10px; padding: 26px; border-right: 1px solid var(--line); }
.case-results > div:first-child { padding-left: 0; }
.case-results > div:last-child { padding-right: 0; border-right: 0; }
.case-results dt { font-size: 16px; font-weight: 800; }
.case-results dd { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.case-full-preview { padding: 92px 0; border-top: 1px solid var(--line); }
.case-full-preview > div { margin-bottom: 36px; }
.case-full-preview > div span { color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.case-full-preview h2 { margin-top: 12px; font-size: clamp(38px, 4vw, 56px); }
.case-full-preview > div p { margin-top: 10px; color: var(--muted); font-size: 13px; }
.case-full-browser { overflow: hidden; margin: 0; border: 8px solid #111; border-radius: 26px; background: #111; }
.case-full-scroll { max-height: 1050px; overflow-y: auto; overscroll-behavior: contain; border-radius: 14px; scrollbar-color: var(--violet) #222; }
.case-full-scroll img { width: 100%; height: auto; display: block; }
.case-faq { padding: 92px 0 0; border-top: 1px solid var(--line); }
.case-faq h2 { max-width: 760px; margin-bottom: 36px; font-size: clamp(38px, 4vw, 54px); line-height: 1.05; }
.case-faq details { border-top: 1px solid var(--line); }
.case-faq details:last-child { border-bottom: 1px solid var(--line); }
.case-faq summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.case-faq summary::-webkit-details-marker { display: none; }
.case-faq summary::after { content: "+"; width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 18px; font-weight: 500; }
.case-faq details[open] summary::after { content: "−"; }
.case-faq details p { max-width: 780px; padding: 0 58px 30px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.case-contact { padding: 0 0 34px; }
.case-contact-inner { min-height: 360px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: clamp(40px, 5vw, 68px); border-radius: 34px; background: var(--soft-blue); }
.case-contact-inner > div > span { color: var(--violet); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.case-contact-inner h2 { max-width: 820px; margin-top: 14px; font-size: clamp(42px, 5vw, 68px); line-height: 1; }
.case-contact-inner h2 .serif { color: var(--violet); }

/* Equal portfolio grid and reusable project cases */
.cp-portfolio-stage .cp-project-grid-equal { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 16px; margin-top: 44px; }
.cp-portfolio-stage .cp-project-grid-equal .cp-project:nth-child(n) { height: 520px; grid-column: auto; display: grid; grid-template-rows: minmax(0, 1fr) auto; color: inherit; }
.cp-project-grid-equal .cp-project-image { min-height: 0; aspect-ratio: auto; }
.cp-project-grid-equal .cp-project-meta { min-height: 102px; }
.cp-project-grid-equal .cp-project-meta > span { color: var(--ink); font-weight: 750; }
.cp-project-grid-equal .cp-project:hover .cp-project-meta > span { color: var(--violet); }

.portfolio-case-page { --case-project-accent: var(--lime); }
.case-theme-orthopodo { --case-project-accent: #37a6af; }
.case-theme-terra { --case-project-accent: #ff9300; }
.case-theme-warsztaty { --case-project-accent: #ff6f9d; }
body.portfolio-case-page.case-theme-utracka { --case-project-accent: #245762; --violet: #245762; --soft-blue: #edf3e7; }
body.portfolio-case-page.case-theme-family { --case-project-accent: #7b5847; --violet: #7b5847; --soft-blue: #f4e7dc; }
body.portfolio-case-page.case-theme-zacisze { --case-project-accent: #7f9f73; --violet: #315f51; --soft-blue: #e8f1e5; }
body.portfolio-case-page.case-theme-asy { --case-project-accent: #e5c55c; --violet: #227c69; --soft-blue: #e0f0ec; }
.case-theme-orthopodo .case-hero { background: #e7f7f8; }
.case-theme-terra .case-hero { background: #fff0df; }
.case-theme-warsztaty .case-hero { background: #ffeaf2; }
.case-theme-utracka .case-hero { background: #e8ecdc; }
.case-theme-family .case-hero { background: #f4e7dc; }
.case-theme-zacisze .case-hero { background: #eef5e8; }
.case-theme-asy .case-hero { background: #e2f0ec; }
.case-theme-orthopodo .case-hero-copy h1,
.case-theme-terra .case-hero-copy h1,
.case-theme-warsztaty .case-hero-copy h1,
.case-theme-utracka .case-hero-copy h1,
.case-theme-family .case-hero-copy h1,
.case-theme-zacisze .case-hero-copy h1,
.case-theme-asy .case-hero-copy h1 { font-size: clamp(50px, 4.2vw, 60px); }
.portfolio-case-page .case-dark-band > span,
.portfolio-case-page .case-dark-band li b::before { color: var(--case-project-accent); }
.case-crop-dynamic { height: 100%; }
.case-crop-dynamic img { top: 0; transform: translateY(var(--case-crop-y, -15%)); }
.case-fragment { height: auto; }
.case-fragment img { width: 100%; height: auto; display: block; position: static; object-fit: contain; object-position: center; }
.case-crop-primary { height: 660px; }
.case-crop-secondary { height: 560px; }
.case-secondary-media { margin-top: 0; }
.case-faq details { overflow: clip; }
.case-faq summary::after { transition: color .25s ease, background .25s ease, transform .36s var(--ease); }
.case-faq details[open] summary::after { color: #fff; background: #111; transform: rotate(180deg); }

@media (max-width: 1100px) {
  .cp-featured-project { height: 570px; grid-template-columns: .9fr 1.1fr; }
  .case-hero-grid { grid-template-columns: .9fr 1.1fr; }
  .case-hero-browser { height: 500px; }
  .case-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 50px; }
}

@media (max-width: 820px) {
  .cp-portfolio-stage .cp-project-grid-equal .cp-project:nth-child(n) { height: 440px; }
  .cp-featured-project { height: auto; grid-template-columns: minmax(0, 1fr); }
  .cp-featured-copy { min-height: 440px; }
  .cp-featured-window { height: 500px; margin: 0 18px 18px; }
  .cp-project-last { display: block; }
  .cp-project-last { height: auto; }
  .cp-project-last .cp-project-image { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .cp-project-last .cp-project-meta { min-height: 88px; }
  .case-hero { padding-top: 104px; }
  .case-hero-grid { min-height: auto; grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .case-hero-copy h1 { max-width: 720px; font-size: clamp(54px, 10vw, 72px); }
  .case-hero-browser { width: 90%; height: 560px; justify-self: center; }
  .case-facts { margin-top: 0; overflow-x: auto; grid-template-columns: repeat(4, minmax(230px, 1fr)); scrollbar-width: none; }
  .case-facts::-webkit-scrollbar { display: none; }
  .case-facts > div:first-child { padding-left: 24px; }
  .case-layout { grid-template-columns: minmax(0, 1fr); padding-block: 74px 90px; }
  .case-nav { position: static; display: flex; gap: 8px; overflow-x: auto; margin-inline: -20px; padding: 0 20px 8px; scrollbar-width: none; }
  .case-nav::-webkit-scrollbar { display: none; }
  .case-nav > span { display: none; }
  .case-nav a { min-width: max-content; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: #fff; }
  .case-visual-grid { grid-template-columns: minmax(0, 1fr); }
  .case-visual-media { min-height: 600px; }
  .case-contact-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 520px) {
  .cp-portfolio-stage .cp-project-grid-equal { grid-template-columns: minmax(0, 1fr); }
  .cp-portfolio-stage .cp-project-grid-equal .cp-project:nth-child(n) { height: 390px; }
  .cp-project-grid-equal .cp-project-meta { min-height: 88px; }
  .cp-portfolio-stage { margin-top: 34px; }
  .cp-featured-project { min-height: 0; border-radius: 24px; }
  .cp-featured-copy { min-height: 390px; padding: 28px 22px; }
  .cp-featured-copy h3 { font-size: 48px; }
  .cp-featured-window { height: 340px; margin: 0 10px 10px; border-radius: 16px; }
  .cp-portfolio-stage .cp-project-grid { margin-top: 10px; }
  .cp-portfolio-stage .cp-project:nth-child(n) { grid-column: auto; }
  .case-hero { padding-top: 96px; }
  .case-breadcrumbs { margin-bottom: 22px; font-size: 10px; }
  .case-hero-copy h1 { font-size: 46px; line-height: .98; }
  .case-hero-copy > p { margin-top: 20px; font-size: 15px; }
  .case-hero-actions { display: grid; gap: 5px; margin-top: 24px; }
  .case-hero-actions .btn { width: 100%; }
  .case-hero-actions .cp-text-link { justify-content: center; }
  .case-hero-browser { width: 100%; height: 390px; border-width: 5px; border-radius: 18px 18px 0 0; transform: none; }
  .case-facts { margin-inline: -14px; padding-inline: 14px; scroll-padding-inline: 14px; }
  .case-facts > div { min-height: 104px; padding: 20px; }
  .case-layout { gap: 38px; padding-block: 56px 72px; }
  .case-nav { margin-inline: -14px; padding-inline: 14px; }
  .case-section { padding: 64px 0; }
  .case-section h2,
  .case-visual-copy h2 { font-size: 38px; }
  .case-section > p,
  .case-visual-copy > p { font-size: 14px; line-height: 1.75; }
  .case-section .case-lead { font-size: 16px; }
  .case-media { margin-bottom: 64px; border-radius: 20px; }
  .case-crop-services { height: 370px; }
  .case-crop-primary { height: 370px; }
  .case-media .case-fragment.case-crop-primary,
  .case-media .case-fragment.case-crop-secondary { height: auto; }
  .case-media .case-fragment.case-crop-primary img,
  .case-media .case-fragment.case-crop-secondary img { height: auto; object-fit: contain; }
  .case-challenges { grid-template-columns: minmax(0, 1fr); margin-top: 38px; }
  .case-challenges article { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-challenges article:last-child { border-bottom: 0; }
  .case-challenges h3 { margin-top: 28px; }
  .case-dark-band { margin-bottom: 64px; padding: 34px 22px; border-radius: 24px; }
  .case-dark-band h2 { font-size: 38px; }
  .case-dark-band ol { margin-top: 36px; }
  .case-dark-band li { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .case-visual-grid { gap: 10px; margin-bottom: 64px; }
  .case-visual-copy { padding: 36px 22px; border-radius: 24px; }
  .case-visual-media { min-height: 430px; border-radius: 24px; }
  .case-deliverables { grid-template-columns: minmax(0, 1fr); margin-top: 38px; }
  .case-deliverables > div { min-height: 0; padding: 24px; }
  .case-crop-configurator { height: 340px; }
  .case-crop-secondary { height: 340px; }
  .case-results { grid-template-columns: minmax(0, 1fr); margin-top: 38px; }
  .case-results > div { min-height: 130px; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-results > div:last-child { border-bottom: 0; }
  .case-full-preview { padding: 64px 0; }
  .case-full-browser { border-width: 5px; border-radius: 20px; }
  .case-full-scroll { max-height: 720px; }
  .case-faq { padding-top: 64px; }
  .case-faq h2 { font-size: 38px; }
  .case-faq summary { min-height: 76px; font-size: 13px; }
  .case-faq details p { padding-right: 0; font-size: 13px; }
  .case-contact { padding-bottom: 14px; }
  .case-contact-inner { min-height: 380px; justify-content: space-between; padding: 30px 22px; border-radius: 24px; }
  .case-contact-inner h2 { font-size: 42px; }
  .case-contact-inner .btn { width: 100%; }
}

/* Screenshot fragments keep their natural ratio at every breakpoint. */
.portfolio-case-page .case-hero-browser-fragment { height: auto; }
.portfolio-case-page .case-fragment { height: auto; }
.portfolio-case-page .case-visual-media-fragment { min-height: 0; }
