/* Tegvo.com — Shared Stylesheet */
:root {
  --bg: #F7F8FA;
  --white: #FFFFFF;
  --ink: #16181D;
  --slate: #454B57;
  --slate-muted: #3D434F;
  --border-light: rgba(22, 24, 29, 0.12);
  --coral: #F8455A;
  --coral-dark: #E63950;
  --blue: #1B9CD8;
  --teal: #10C5A8;
  --wa-green: #25D366;
  --wa-green-dark: #20BD5A;
  --wa-teal: #075E54;
  --grad: linear-gradient(120deg, #F8455A, #1B9CD8 55%, #10C5A8);
  --shadow: 0 10px 30px rgba(22, 24, 29, 0.08);
  --shadow-lg: 0 22px 50px rgba(22, 24, 29, 0.12);
  --radius: 16px;
  --maxw: 1240px;
  --nav-h: 72px;
  --nav-offset: calc(var(--nav-h) + env(safe-area-inset-top, 0px));
  --nav-glass-bg: rgba(255, 255, 255, 0.16);
  --nav-glass-bg-scrolled: rgba(255, 255, 255, 0.42);
  --nav-glass-blur: 28px;
  --nav-glass-blur-scrolled: 38px;
  --font-display: "Sora", system-ui, sans-serif;
  --font-body: "Manrope", system-ui, sans-serif;
}

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

html {
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul, ol { list-style: none; }

:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 48px);
}

.section-pad { padding: 96px 0; }
@media (max-width: 768px) { .section-pad { padding: 64px 0; } }

/* Typography */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  overflow: visible;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.75rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 4vw, 2.875rem); margin-bottom: 14px; }
h3 { font-size: 1.25rem; }

.text-slate { color: var(--slate); }
.text-grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--coral);
}

.sub {
  color: var(--slate);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.7;
  max-width: 640px;
}

.sub strong { color: var(--ink); font-weight: 700; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 32px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  min-height: 48px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-coral {
  background: var(--coral-dark);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(248, 69, 90, 0.32);
}
.btn-coral:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(248, 69, 90, 0.4); }

.btn-wa {
  background: var(--wa-green);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.35);
}

.btn-wa:hover {
  transform: translateY(-2px);
  background: var(--wa-green-dark);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.42);
}

.btn-wa-outline {
  background: var(--white);
  color: var(--wa-teal);
  border: 1.5px solid var(--wa-green);
}

.btn-wa-outline:hover {
  transform: translateY(-2px);
  background: rgba(37, 211, 102, 0.08);
  box-shadow: var(--shadow);
}

.wa-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.btn-wa .wa-icon,
.btn-wa-outline .wa-icon {
  width: 18px;
  height: 18px;
}

.btn-line {
  background: var(--white);
  color: var(--ink);
  border: 1.5px solid var(--ink);
}
.btn-line:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid rgba(22, 24, 29, 0.22);
}
.btn-ghost:hover { border-color: var(--coral); color: var(--coral); }

.section-ai .btn-ghost {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(22, 24, 29, 0.28);
}

.btn-sm { padding: 11px 24px; font-size: 13.5px; min-height: 44px; }
.btn-block { width: 100%; }

/* Eyebrow & underline */
.eyebrow {
  display: inline-block;
  border: 1.5px solid var(--coral);
  color: var(--coral);
  letter-spacing: 0.28em;
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 999px;
  margin-bottom: 22px;
}

.uline {
  display: block;
  width: 120px;
  height: 4px;
  border-radius: 4px;
  background: var(--grad);
  margin-top: 14px;
  transform-origin: left center;
  transform: scaleX(0);
}

/* Cards */
.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  padding: 32px 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--ink);
  border-radius: 999px;
  padding: 11px 20px;
  font-size: 13.5px;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.chip:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.price {
  display: inline-block;
  border: 1.5px solid var(--blue);
  color: var(--blue);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
}

.tag {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 800;
  text-transform: uppercase;
}
.tag-teal { color: var(--teal); }
.tag-coral { color: var(--coral); }
.tag-blue { color: var(--blue); }

/* Navbar — frosted glass header */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  min-height: var(--nav-h);
  height: auto;
  padding-top: env(safe-area-inset-top, 0px);
  display: flex;
  align-items: center;
  isolation: isolate;
  background: var(--nav-glass-bg);
  backdrop-filter: blur(var(--nav-glass-blur)) saturate(190%) brightness(1.04);
  -webkit-backdrop-filter: blur(var(--nav-glass-blur)) saturate(190%) brightness(1.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 4px 24px rgba(22, 24, 29, 0.05);
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease,
    -webkit-backdrop-filter 0.35s ease;
}

.nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.22) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.nav::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.9) 15%,
    rgba(248, 69, 90, 0.22) 50%,
    rgba(27, 156, 216, 0.18) 65%,
    rgba(255, 255, 255, 0.9) 85%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 1;
}

.nav.scrolled {
  background: var(--nav-glass-bg-scrolled);
  backdrop-filter: blur(var(--nav-glass-blur-scrolled)) saturate(200%) brightness(1.02);
  -webkit-backdrop-filter: blur(var(--nav-glass-blur-scrolled)) saturate(200%) brightness(1.02);
  border-bottom-color: rgba(255, 255, 255, 0.35);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 8px 32px rgba(22, 24, 29, 0.08);
}

.nav.scrolled::before {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.32) 0%,
    rgba(255, 255, 255, 0.06) 55%,
    rgba(255, 255, 255, 0) 100%
  );
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .nav { background: rgba(255, 255, 255, 0.97); }
  .nav.scrolled { background: var(--white); }
  .mobile-menu { background: var(--white); }
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  flex-shrink: 0;
}

.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  transition: none;
}

.logo-chip img {
  height: 42px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

.nav.scrolled .logo-chip {
  box-shadow: none;
}

.nav-logo img { height: 42px; width: auto; max-width: 220px; object-fit: contain; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  padding: 4px 0;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.85);
}

.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after { transform: scaleX(1); }

.nav-links a:hover,
.nav-links a.active { color: var(--coral); }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 1101;
}

.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(36px) saturate(190%) brightness(1.03);
  -webkit-backdrop-filter: blur(36px) saturate(190%) brightness(1.03);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu a {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ink);
}

.mobile-menu a:hover { color: var(--coral); }

@media (max-width: 900px) {
  .nav-links, .nav .btn-coral.btn-sm, .nav .btn-wa.btn-sm { display: none; }
  .nav-toggle { display: flex; }
}

/* Footer */
.footer {
  background: var(--ink);
  color: #C5CAD3;
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
}

.footer-brand .logo-chip {
  margin-bottom: 16px;
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.footer-brand .logo-chip img {
  filter: none;
  margin-bottom: 0;
  height: 42px;
  max-width: 220px;
  object-fit: contain;
}
.footer-brand p { font-size: 14px; line-height: 1.6; margin-bottom: 20px; }

.footer h4 {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}

.footer ul li { margin-bottom: 10px; }
.footer ul a { font-size: 14px; transition: color 0.2s; }
.footer ul a:hover { color: var(--white); }

.footer-online {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  animation: onlinePulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes onlinePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(37, 211, 102, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .online-dot { animation: none; }
}

.social-links { display: flex; gap: 12px; flex-wrap: wrap; }
.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.social-links a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}
.social-links svg {
  width: 18px;
  height: 18px;
  fill: var(--white);
  display: block;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

/* FAB WhatsApp */
.fab-wa {
  position: fixed;
  right: max(20px, env(safe-area-inset-right, 0px));
  bottom: max(20px, env(safe-area-inset-bottom, 0px));
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--wa-green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.45);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
}

.fab-wa .wa-icon {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
  pointer-events: none;
}

.fab-wa svg.wa-icon {
  fill: var(--white);
}

.fab-wa.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fab-wa:hover {
  transform: translateY(-3px);
  background: var(--wa-green-dark);
}

.social-links a.social-wa {
  background: var(--wa-green);
}

.social-links a.social-wa:hover {
  background: var(--wa-green-dark);
}

.social-links a.social-wa .social-wa-icon {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.social-links a .social-icon {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
  pointer-events: none;
}

.social-links a.social-fb:hover {
  background: #1877F2;
}

.social-links a.social-li:hover {
  background: #0A66C2;
}

/* Hero */
.hero {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-offset) + 40px) 0 80px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.hero-grid > * {
  min-width: 0;
}

.hero-copy {
  text-align: left;
  max-width: 620px;
  padding: 0;
}

.hero-copy .eyebrow { margin-bottom: 18px; }

.hero h1 {
  font-size: 68px;
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero h1 .line { display: block; overflow: hidden; }
.hero .hero-sub { margin: 0 0 32px; max-width: 540px; }
.hero-btns { display: flex; gap: 12px; justify-content: flex-start; flex-wrap: wrap; margin-bottom: 32px; }

.hero-chips {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* Hero visual — light service orbit */
.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 64px 16px 72px;
  overflow: visible;
}

.hero.is-ready .hero-visual,
.hero.is-ready .hero-stage {
  opacity: 1;
  transform: none;
}

.hero-stage {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1 / 1;
  overflow: visible;
}

.hero-stage-aura {
  position: absolute;
  border-radius: 50%;
  filter: blur(42px);
  opacity: 0.55;
  pointer-events: none;
}

.hero-stage-aura--coral {
  width: 52%;
  height: 52%;
  top: 8%;
  right: 6%;
  background: rgba(248, 69, 90, 0.35);
}

.hero-stage-aura--blue {
  width: 46%;
  height: 46%;
  bottom: 10%;
  left: 4%;
  background: rgba(27, 156, 216, 0.32);
}

.hero-stage-aura--teal {
  width: 38%;
  height: 38%;
  top: 42%;
  left: 38%;
  background: rgba(16, 197, 168, 0.28);
}

.hero-stage-orbit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 18px rgba(27, 156, 216, 0.08));
}

.hero-orbit-comet {
  transform-origin: 200px 200px;
}

.hero-stage-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 132px;
  height: 72px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 18px 48px rgba(22, 24, 29, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  z-index: 2;
}

.hero-stage-core--icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  padding: 0;
  box-shadow:
    0 22px 56px rgba(22, 24, 29, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.95),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-core-ring {
  position: absolute;
  inset: -14px;
  border-radius: 999px;
  border: 1px solid rgba(248, 69, 90, 0.22);
  animation: heroCorePulse 3.2s ease-in-out infinite;
  box-shadow: 0 0 28px rgba(248, 69, 90, 0.12);
}

.hero-stage-core--icon .hero-core-ring {
  border-radius: 50%;
}

@keyframes heroCorePulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.08); opacity: 1; }
}

.hero-core-logo {
  display: block;
  height: 32px;
  width: auto;
  max-width: 104px;
  object-fit: contain;
}

.hero-core-logo--icon {
  height: 58px;
  max-width: 78px;
}

.hero-svc-orbit {
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hero-svc-pod {
  --hero-pod-accent: var(--coral);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 136px;
  margin-left: -68px;
  margin-top: -68px;
  padding: 14px 12px 12px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.95);
  box-shadow:
    0 18px 40px rgba(22, 24, 29, 0.1),
    0 8px 24px rgba(22, 24, 29, 0.04);
  backdrop-filter: blur(12px);
  transform-origin: center center;
  transition: box-shadow 0.45s ease, border-color 0.45s ease, transform 0.45s ease;
  overflow: visible;
}

.hero-svc-pod::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -22px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(22, 24, 29, 0.16), transparent 72%);
  filter: blur(10px);
  z-index: -3;
  pointer-events: none;
}

.hero-svc-pod[data-theme="coral"] { --hero-pod-accent: var(--coral); }
.hero-svc-pod[data-theme="blue"] { --hero-pod-accent: var(--blue); }
.hero-svc-pod[data-theme="teal"] { --hero-pod-accent: var(--teal); }

.hero-svc-pod:nth-child(1) { transform: rotate(0deg) translateY(-190px) rotate(0deg); }
.hero-svc-pod:nth-child(2) { transform: rotate(90deg) translateY(-190px) rotate(-90deg); }
.hero-svc-pod:nth-child(3) { transform: rotate(180deg) translateY(-190px) rotate(-180deg); }
.hero-svc-pod:nth-child(4) { transform: rotate(270deg) translateY(-190px) rotate(-270deg); }

.hero-svc-pod-tail {
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: calc(100% - 6px);
  width: 56px;
  border-radius: 20px 0 0 20px;
  background: linear-gradient(
    to left,
    color-mix(in srgb, var(--hero-pod-accent) 42%, white),
    color-mix(in srgb, var(--hero-pod-accent) 18%, transparent) 42%,
    rgba(22, 24, 29, 0.05) 72%,
    transparent
  );
  filter: blur(10px);
  opacity: 0.82;
  z-index: -2;
  pointer-events: none;
  transition: transform 0.6s ease, opacity 0.45s ease;
}

.hero-svc-orbit[data-orbit-dir="cw"] .hero-svc-pod-tail {
  right: auto;
  left: calc(100% - 6px);
  transform: scaleX(-1);
}

.hero-svc-pod-glow {
  position: absolute;
  inset: -8px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--hero-pod-accent) 30%, white),
    color-mix(in srgb, var(--hero-pod-accent) 12%, transparent) 55%,
    rgba(22, 24, 29, 0.04)
  );
  opacity: 0.45;
  filter: blur(6px);
  z-index: -1;
  transition: opacity 0.45s ease;
}

.hero-svc-pod.is-active {
  border-color: color-mix(in srgb, var(--hero-pod-accent) 48%, white);
  box-shadow:
    0 24px 52px color-mix(in srgb, var(--hero-pod-accent) 26%, transparent),
    0 12px 28px rgba(22, 24, 29, 0.08),
    -16px 0 36px -10px color-mix(in srgb, var(--hero-pod-accent) 22%, transparent);
}

.hero-svc-pod.is-active .hero-svc-pod-glow { opacity: 1; }
.hero-svc-pod.is-active .hero-svc-pod-tail { opacity: 1; width: 68px; }

.hero-svc-pod-icon {
  font-size: 14px;
  line-height: 1;
  color: var(--hero-pod-accent);
}

.hero-svc-pod-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--ink);
  line-height: 1.25;
}

.hero-svc-pod-preview {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(244,247,252,0.9));
  border: 1px solid rgba(22, 24, 29, 0.06);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}

.hero-svc-pod-preview--video { place-items: stretch; }

.hero-svc-phone {
  margin: 10px auto 0;
  width: 34px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid rgba(22, 24, 29, 0.12);
  background: linear-gradient(180deg, #f8f9fc, #eef2f8);
}

.hero-svc-play {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 7px;
  color: #fff;
  background: var(--coral);
}

.hero-svc-pod-preview--image {
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  padding: 8px;
}

.hero-svc-pod-preview--image span {
  border-radius: 3px;
  background: linear-gradient(135deg, rgba(27,156,216,0.35), rgba(16,197,168,0.28));
}

.hero-svc-pod-preview--design {
  padding: 10px 8px 8px;
}

.hero-svc-pod-preview--design span {
  display: block;
  height: 8px;
  border-radius: 3px;
  margin-bottom: 4px;
  background: linear-gradient(90deg, rgba(16,197,168,0.45), rgba(27,156,216,0.2));
}

.hero-svc-pod-preview--design span:nth-child(1) { width: 88%; margin-left: 0; }
.hero-svc-pod-preview--design span:nth-child(2) { width: 72%; margin-left: 8%; opacity: 0.85; }
.hero-svc-pod-preview--design span:nth-child(3) { width: 56%; margin-left: 16%; opacity: 0.7; margin-bottom: 0; }

.hero-svc-pod-preview--ebook { padding: 8px; }

.hero-svc-book-cover {
  width: 38px;
  height: 48px;
  border-radius: 3px 6px 6px 3px;
  background: linear-gradient(160deg, #F8455A, #ff7a8c);
  box-shadow: inset -4px 0 0 rgba(0,0,0,0.08);
}

.hero-stage-sparkles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-stage-sparkles span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(248, 69, 90, 0.35);
}

.hero-stage-sparkles span:nth-child(1) { top: 14%; left: 22%; }
.hero-stage-sparkles span:nth-child(2) { top: 24%; right: 18%; background: rgba(27,156,216,0.55); }
.hero-stage-sparkles span:nth-child(3) { bottom: 20%; left: 16%; background: rgba(16,197,168,0.55); }
.hero-stage-sparkles span:nth-child(4) { bottom: 28%; right: 22%; }
.hero-stage-sparkles span:nth-child(5) { top: 48%; left: 8%; width: 4px; height: 4px; }
.hero-stage-sparkles span:nth-child(6) { top: 56%; right: 10%; width: 4px; height: 4px; }

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

  .hero-copy {
    text-align: center;
    max-width: none;
    margin: 0 auto;
  }

  .hero h1 {
    font-size: clamp(2.25rem, 8vw, 68px);
  }

  .hero .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }
  .hero-chips { justify-content: center; }

  .hero-visual {
    min-height: 480px;
    padding: 52px 12px 56px;
    order: 2;
  }

  .hero-copy { order: 1; }

  .hero-stage {
    width: min(100%, 440px);
  }

  .hero-stage-core--icon { width: 96px; height: 96px; }

  .hero-svc-pod {
    width: 108px;
    margin-left: -54px;
    margin-top: -54px;
  }

  .hero-svc-pod:nth-child(1) { transform: rotate(0deg) translateY(-149px) rotate(0deg); }
  .hero-svc-pod:nth-child(2) { transform: rotate(90deg) translateY(-149px) rotate(-90deg); }
  .hero-svc-pod:nth-child(3) { transform: rotate(180deg) translateY(-149px) rotate(-180deg); }
  .hero-svc-pod:nth-child(4) { transform: rotate(270deg) translateY(-149px) rotate(-270deg); }

  .hero-svc-pod-preview { width: 58px; height: 58px; }
}

@media (max-width: 600px) {
  .hero-visual {
    min-height: 440px;
    padding: 48px 8px 52px;
  }

  .hero-stage { width: min(100%, 360px); }
  .hero-svc-pod { width: 92px; margin-left: -46px; margin-top: -46px; padding: 12px 10px 10px; }
  .hero-svc-pod:nth-child(1) { transform: rotate(0deg) translateY(-122px) rotate(0deg); }
  .hero-svc-pod:nth-child(2) { transform: rotate(90deg) translateY(-122px) rotate(-90deg); }
  .hero-svc-pod:nth-child(3) { transform: rotate(180deg) translateY(-122px) rotate(-180deg); }
  .hero-svc-pod:nth-child(4) { transform: rotate(270deg) translateY(-122px) rotate(-270deg); }
  .hero-svc-pod-preview { width: 50px; height: 50px; }
  .hero-stage-core--icon { width: 84px; height: 84px; }
  .hero-core-logo--icon { height: 48px; max-width: 64px; }
  .hero-svc-pod-tail { width: 40px; }
}

.hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.35;
  pointer-events: none;
}

.hero-blob-1 { width: 420px; height: 420px; background: var(--coral); top: -120px; left: -80px; }
.hero-blob-2 { width: 420px; height: 420px; background: var(--blue); bottom: -100px; right: -60px; }
.hero-blob-3 { width: 300px; height: 300px; background: var(--teal); bottom: 40px; left: 18%; }

.chip-icon { font-weight: 400; margin-right: 4px; }
.chip-coral { color: var(--coral); }
.chip-blue { color: var(--blue); }
.chip-teal { color: var(--teal); }

.scroll-hint {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #9aa0ab;
  font-size: 11px;
  letter-spacing: 0.3em;
  z-index: 2;
}

/* Trust strip */
.trust-strip {
  background: var(--white);
  border-top: 1px solid rgba(22, 24, 29, 0.06);
  border-bottom: 1px solid rgba(22, 24, 29, 0.06);
  padding: 28px 0;
}

.trust-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.trust-label {
  font-size: 14px;
  color: var(--slate);
  font-weight: 500;
}

.trust-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 32px;
}

.trust-stat {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.trust-stat b {
  font-family: var(--font-display);
  font-size: 18px;
}

/* Categories */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 46px;
}

.cat-card {
  position: relative;
  border-top: 3px solid var(--coral);
  min-height: 200px;
}

.cat-card.border-blue { border-top-color: var(--blue); }
.cat-card.border-teal { border-top-color: var(--teal); }

.cat-card.featured {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 22px 50px rgba(248, 69, 90, 0.18);
}

.cat-badge {
  position: absolute;
  top: -13px;
  right: 20px;
  background: var(--grad);
  color: var(--white);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 6px 14px;
  border-radius: 999px;
}

.cat-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 18px;
}

.cat-icon.coral { background: rgba(248, 69, 90, 0.1); color: var(--coral); }
.cat-icon.blue { background: rgba(27, 156, 216, 0.1); color: var(--blue); }
.cat-icon.teal { background: rgba(16, 197, 168, 0.1); color: var(--teal); }

.cat-card h3 { margin-bottom: 9px; font-size: 21px; }
.cat-card p { color: var(--slate); font-size: 14px; line-height: 1.6; margin-bottom: 14px; }

.cat-link {
  font-size: 13.5px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.25s ease;
}

.cat-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.cat-card.featured:hover { transform: translateY(-10px) scale(1.02); }
.cat-card:hover .cat-link { gap: 8px; }

.link-coral { color: var(--coral); }
.link-blue { color: var(--blue); }
.link-teal { color: var(--teal); }

@media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cat-grid { grid-template-columns: 1fr; } .cat-card.featured { transform: none; } }

/* AI Model section */
.section-ai {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 8% 18%, rgba(248, 69, 90, 0.09), transparent 58%),
    radial-gradient(ellipse 60% 50% at 92% 72%, rgba(27, 156, 216, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(16, 197, 168, 0.06), transparent 50%),
    #FEF1F3;
}

.section-ai::before,
.section-ai::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.section-ai::before {
  width: 420px;
  height: 420px;
  top: 12%;
  left: -140px;
  background: rgba(248, 69, 90, 0.14);
}

.section-ai::after {
  width: 460px;
  height: 460px;
  bottom: 8%;
  right: -120px;
  background: rgba(27, 156, 216, 0.12);
}

.section-ai > .container {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.section-ai .reveal {
  overflow: visible;
}

.section-ai #ai-heading {
  line-height: 1.18;
  padding-top: 0.08em;
}

.section-ai .sub { color: var(--slate-muted); }

.ai-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 60px;
  align-items: center;
  margin-top: 42px;
}

.video-panel-wrap {
  position: relative;
  padding: 2px;
  border-radius: 22px;
  background: linear-gradient(
    155deg,
    rgba(248, 69, 90, 0.22) 0%,
    rgba(255, 228, 234, 0.55) 32%,
    rgba(27, 156, 216, 0.18) 68%,
    rgba(16, 197, 168, 0.2) 100%
  );
  box-shadow:
    0 20px 48px rgba(248, 69, 90, 0.07),
    0 8px 24px rgba(27, 156, 216, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.section-ai .video-panel-wrap {
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  animation: none;
  box-shadow:
    0 22px 50px rgba(248, 69, 90, 0.06),
    0 10px 28px rgba(27, 156, 216, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.section-ai .video-panel-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    160deg,
    rgba(248, 69, 90, 0.28),
    rgba(254, 241, 243, 0.15) 38%,
    rgba(27, 156, 216, 0.22) 72%,
    rgba(16, 197, 168, 0.2)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes aiGradShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.video-panel {
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  aspect-ratio: 9/16;
  max-height: 520px;
  margin: 0 auto;
  position: relative;
}

.section-ai .video-panel {
  border-radius: 20px;
  box-shadow:
    0 12px 36px rgba(22, 24, 29, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.ai-model-stage .video-panel {
  background: #0a1018;
  box-shadow:
    0 16px 40px rgba(8, 12, 24, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.ai-stage-inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(168deg, #0c0814 0%, #18102a 38%, #0a1e2e 72%, #081018 100%);
}

/* AI generation canvas — advanced animation, no static images */
.ai-gen-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  --ring-pct: 0;
  --bar-pct: 0;
  --theme-accent: #10C5A8;
}

.ai-gen-bg {
  position: absolute;
  inset: 0;
}

.ai-gen-noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1;
}

.ai-gen-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(52px);
  opacity: 0.6;
  will-change: transform;
}

.ai-gen-orb-1 {
  width: 60%;
  height: 42%;
  top: 5%;
  left: -10%;
  background: radial-gradient(circle, rgba(248, 69, 90, 0.8), transparent 68%);
  animation: aiOrb1 7s ease-in-out infinite;
}

.ai-gen-orb-2 {
  width: 52%;
  height: 48%;
  bottom: 8%;
  right: -14%;
  background: radial-gradient(circle, rgba(27, 156, 216, 0.75), transparent 68%);
  animation: aiOrb2 9s ease-in-out infinite;
}

.ai-gen-orb-3 {
  width: 44%;
  height: 38%;
  top: 40%;
  left: 26%;
  background: radial-gradient(circle, rgba(16, 197, 168, 0.7), transparent 68%);
  animation: aiOrb3 6.5s ease-in-out infinite;
}

@keyframes aiOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(14%, 10%) scale(1.15); }
  66% { transform: translate(6%, -4%) scale(0.95); }
}

@keyframes aiOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-12%, -8%) scale(1.1); }
}

@keyframes aiOrb3 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate(8%, -12%) scale(1.2); opacity: 0.8; }
}

.ai-gen-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse 85% 75% at 50% 42%, black 15%, transparent 78%);
  animation: aiGridDrift 20s linear infinite;
}

@keyframes aiGridDrift {
  0% { background-position: 0 0; }
  100% { background-position: 24px 24px; }
}

.ai-gen-grid-pulse {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 55% 45% at 50% 38%, rgba(16, 197, 168, 0.12), transparent 70%);
  animation: aiGridPulse 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes aiGridPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.ai-gen-beam {
  position: absolute;
  left: -5%;
  right: -5%;
  height: 28%;
  top: -28%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(16, 197, 168, 0.08) 20%,
    rgba(27, 156, 216, 0.35) 50%,
    rgba(248, 69, 90, 0.2) 80%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 2;
  filter: blur(1px);
  animation: aiBeamLoop 2.8s linear infinite;
}

.ai-gen-beam--2 {
  animation-delay: 1.4s;
  opacity: 0.65;
  height: 18%;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
}

@keyframes aiBeamLoop {
  0% { transform: translateY(0); opacity: 0; }
  6% { opacity: 1; }
  94% { opacity: 0.85; }
  100% { transform: translateY(480%); opacity: 0; }
}

/* Neural mesh */
.ai-gen-neural {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.55;
  pointer-events: none;
}

.ai-gen-neural svg {
  width: 100%;
  height: 100%;
}

.ai-neural-line {
  fill: none;
  stroke: rgba(16, 197, 168, 0.35);
  stroke-width: 0.8;
  stroke-dasharray: 4 6;
  animation: aiNeuralDash 3s linear infinite;
}

.ai-neural-node {
  fill: rgba(255, 255, 255, 0.7);
  animation: aiNodePulse 2.4s ease-in-out infinite;
}

.ai-neural-node:nth-child(2) { animation-delay: 0.3s; }
.ai-neural-node:nth-child(3) { animation-delay: 0.6s; }
.ai-neural-node:nth-child(4) { animation-delay: 0.9s; }
.ai-neural-node:nth-child(5) { animation-delay: 1.2s; }
.ai-neural-node:nth-child(6) { animation-delay: 1.5s; }

@keyframes aiNeuralDash {
  to { stroke-dashoffset: -20; }
}

@keyframes aiNodePulse {
  0%, 100% { opacity: 0.4; r: 2; }
  50% { opacity: 1; }
}

/* HUD corner brackets */
.ai-gen-hud-frame {
  position: absolute;
  inset: 14px;
  z-index: 4;
  pointer-events: none;
}

.ai-hud-corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: rgba(16, 197, 168, 0.55);
  border-style: solid;
  animation: aiCornerPulse 2.5s ease-in-out infinite;
}

.ai-hud-corner--tl { top: 0; left: 0; border-width: 2px 0 0 2px; border-radius: 4px 0 0 0; }
.ai-hud-corner--tr { top: 0; right: 0; border-width: 2px 2px 0 0; border-radius: 0 4px 0 0; animation-delay: 0.4s; }
.ai-hud-corner--bl { bottom: 0; left: 0; border-width: 0 0 2px 2px; border-radius: 0 0 0 4px; animation-delay: 0.8s; }
.ai-hud-corner--br { bottom: 0; right: 0; border-width: 0 2px 2px 0; border-radius: 0 0 4px 0; animation-delay: 1.2s; }

@keyframes aiCornerPulse {
  0%, 100% { opacity: 0.45; border-color: rgba(16, 197, 168, 0.45); }
  50% { opacity: 1; border-color: rgba(27, 156, 216, 0.85); }
}

/* Progress ring cluster */
.ai-gen-ring-wrap {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 108px;
  z-index: 3;
}

.ai-gen-ring-outer {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  animation: aiRingSpin 12s linear infinite;
}

.ai-gen-ring-pulse {
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1px solid rgba(16, 197, 168, 0.25);
  animation: aiRingPulse 2.8s ease-out infinite;
}

@keyframes aiRingSpin {
  to { transform: rotate(360deg); }
}

@keyframes aiRingPulse {
  0% { transform: scale(0.92); opacity: 0.8; }
  70% { transform: scale(1.18); opacity: 0; }
  100% { transform: scale(1.18); opacity: 0; }
}

.ai-gen-ring {
  position: absolute;
  inset: 0;
}

.ai-gen-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  filter: drop-shadow(0 0 8px rgba(16, 197, 168, 0.4));
}

.ai-gen-ring-track {
  stroke: rgba(255, 255, 255, 0.1);
}

.ai-gen-ring-fill {
  stroke: url(#aiRingGrad);
  stroke-linecap: round;
  stroke-dasharray: 327;
  stroke-dashoffset: calc(327 - (327 * var(--ring-pct) / 100));
  transition: stroke-dashoffset 0.08s linear;
  filter: url(#aiRingGlow);
}

.ai-gen-ring-head {
  stroke: rgba(255, 255, 255, 0.9);
  stroke-linecap: round;
  stroke-dasharray: 8 319;
  stroke-dashoffset: calc(-1 * (327 * var(--ring-pct) / 100));
  opacity: 0.85;
  transition: stroke-dashoffset 0.08s linear;
}

.ai-gen-ring-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--white);
  text-shadow: 0 0 20px rgba(16, 197, 168, 0.6);
  animation: aiIconPulse 2.2s ease-in-out infinite;
}

@keyframes aiIconPulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.8; }
  50% { transform: scale(1.18) rotate(8deg); opacity: 1; }
}

.ai-gen-silhouette {
  position: absolute;
  bottom: 16%;
  left: 50%;
  transform: translateX(-50%);
  width: 54%;
  max-width: 190px;
  z-index: 1;
  animation: aiSilFloat 4.5s ease-in-out infinite;
}

.ai-gen-sil-glow {
  position: absolute;
  inset: -20% -10%;
  background: radial-gradient(ellipse at 50% 60%, rgba(16, 197, 168, 0.25), transparent 65%);
  animation: aiSilGlow 3s ease-in-out infinite;
  pointer-events: none;
}

.ai-gen-sil-scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(16, 197, 168, 0.8), rgba(255, 255, 255, 0.6), rgba(16, 197, 168, 0.8), transparent);
  box-shadow: 0 0 12px rgba(16, 197, 168, 0.6);
  animation: aiSilScan 3.5s ease-in-out infinite;
  z-index: 2;
  pointer-events: none;
}

@keyframes aiSilGlow {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
}

@keyframes aiSilScan {
  0% { top: 0; opacity: 0; }
  8% { opacity: 1; }
  92% { opacity: 0.8; }
  100% { top: 100%; opacity: 0; }
}

.ai-gen-silhouette svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 28px rgba(16, 197, 168, 0.3));
}

.ai-sil-shimmer {
  animation: aiSilShimmer 4s ease-in-out infinite;
}

@keyframes aiSilShimmer {
  0%, 100% { opacity: 0; transform: translateY(-100%); }
  45%, 55% { opacity: 0.5; }
  50% { transform: translateY(0); }
}

@keyframes aiSilFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-10px); }
}

.ai-gen-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.ai-gen-particles span {
  position: absolute;
  border-radius: 50%;
  background: var(--white);
  opacity: 0;
  animation: aiParticle 3.5s ease-in-out infinite;
}

.ai-gen-particles span:nth-child(odd) {
  width: 3px;
  height: 3px;
  box-shadow: 0 0 6px rgba(16, 197, 168, 0.8);
}

.ai-gen-particles span:nth-child(even) {
  width: 5px;
  height: 5px;
  box-shadow: 0 0 10px rgba(27, 156, 216, 0.7);
}

.ai-gen-particles span:nth-child(1) { left: 12%; top: 22%; animation-delay: 0s; }
.ai-gen-particles span:nth-child(2) { left: 82%; top: 28%; animation-delay: 0.35s; }
.ai-gen-particles span:nth-child(3) { left: 45%; top: 14%; animation-delay: 0.7s; }
.ai-gen-particles span:nth-child(4) { left: 68%; top: 52%; animation-delay: 1.05s; }
.ai-gen-particles span:nth-child(5) { left: 18%; top: 58%; animation-delay: 1.4s; }
.ai-gen-particles span:nth-child(6) { left: 90%; top: 44%; animation-delay: 1.75s; }
.ai-gen-particles span:nth-child(7) { left: 6%; top: 42%; animation-delay: 0.5s; }
.ai-gen-particles span:nth-child(8) { left: 58%; top: 70%; animation-delay: 0.9s; }
.ai-gen-particles span:nth-child(9) { left: 32%; top: 36%; animation-delay: 1.25s; }
.ai-gen-particles span:nth-child(10) { left: 75%; top: 18%; animation-delay: 1.6s; }
.ai-gen-particles span:nth-child(11) { left: 25%; top: 78%; animation-delay: 0.2s; }
.ai-gen-particles span:nth-child(12) { left: 52%; top: 8%; animation-delay: 0.55s; }
.ai-gen-particles span:nth-child(13) { left: 95%; top: 65%; animation-delay: 0.85s; }
.ai-gen-particles span:nth-child(14) { left: 38%; top: 48%; animation-delay: 1.15s; }
.ai-gen-particles span:nth-child(15) { left: 62%; top: 82%; animation-delay: 1.5s; }

@keyframes aiParticle {
  0%, 100% { opacity: 0; transform: translateY(0) scale(0.4); }
  15%, 85% { opacity: 0.85; transform: translateY(-16px) scale(1); }
}

/* Side data streams */
.ai-gen-data-col {
  position: absolute;
  top: 22%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 2;
  pointer-events: none;
  opacity: 0.35;
}

.ai-gen-data-col--l { left: 8px; }
.ai-gen-data-col--r { right: 8px; align-items: flex-end; }

.ai-gen-data-col span {
  font-family: ui-monospace, 'Cascadia Code', monospace;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(16, 197, 168, 0.9);
  text-transform: uppercase;
  animation: aiDataFlicker 2s ease-in-out infinite;
}

.ai-gen-data-col--l span:nth-child(1) { animation-delay: 0s; }
.ai-gen-data-col--l span:nth-child(2) { animation-delay: 0.3s; }
.ai-gen-data-col--l span:nth-child(3) { animation-delay: 0.6s; }
.ai-gen-data-col--l span:nth-child(4) { animation-delay: 0.9s; }
.ai-gen-data-col--l span:nth-child(5) { animation-delay: 1.2s; }
.ai-gen-data-col--r span:nth-child(1) { animation-delay: 0.15s; }
.ai-gen-data-col--r span:nth-child(2) { animation-delay: 0.45s; }
.ai-gen-data-col--r span:nth-child(3) { animation-delay: 0.75s; }
.ai-gen-data-col--r span:nth-child(4) { animation-delay: 1.05s; }
.ai-gen-data-col--r span:nth-child(5) { animation-delay: 1.35s; }

@keyframes aiDataFlicker {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 0.9; }
}

.ai-gen-hud {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  text-align: center;
  width: 90%;
}

.ai-gen-status {
  display: block;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
  text-shadow: 0 0 20px rgba(16, 197, 168, 0.35);
}

.ai-gen-dots {
  display: inline-flex;
  gap: 3px;
  margin-left: 2px;
  vertical-align: baseline;
}

.ai-gen-dots i {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(16, 197, 168, 0.9);
  animation: aiDotBlink 1.2s ease-in-out infinite;
}

.ai-gen-dots i:nth-child(2) { animation-delay: 0.2s; }
.ai-gen-dots i:nth-child(3) { animation-delay: 0.4s; }

@keyframes aiDotBlink {
  0%, 100% { opacity: 0.2; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(-2px); }
}

.ai-gen-pct {
  display: block;
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #10C5A8 0%, #1B9CD8 45%, #F8455A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--teal);
  filter: drop-shadow(0 0 12px rgba(16, 197, 168, 0.35));
  margin-bottom: 8px;
}

.ai-gen-pct-sym {
  font-size: 0.55em;
  -webkit-text-fill-color: transparent;
}

.ai-gen-bar {
  display: block;
  height: 3px;
  width: 72%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 99px;
  overflow: hidden;
}

.ai-gen-bar-fill {
  display: block;
  height: 100%;
  width: calc(var(--bar-pct) * 1%);
  background: linear-gradient(90deg, #10C5A8, #1B9CD8, #F8455A);
  border-radius: 99px;
  box-shadow: 0 0 10px rgba(16, 197, 168, 0.5);
  transition: width 0.08s linear;
}

.ai-gen-vignette {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 85% at 50% 45%, transparent 40%, rgba(8, 10, 18, 0.55) 100%);
}

.ai-gen-flash {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.35), transparent 55%);
  opacity: 0;
}

.ai-gen-canvas.is-glitch .ai-gen-flash {
  animation: aiFlash 0.45s ease-out;
}

.ai-gen-canvas.is-glitch .ai-gen-silhouette {
  animation: aiSilGlitch 0.45s ease-out;
}

@keyframes aiFlash {
  0% { opacity: 0.7; }
  100% { opacity: 0; }
}

@keyframes aiSilGlitch {
  0%, 100% { transform: translateX(-50%) translateY(0); filter: none; }
  20% { transform: translateX(calc(-50% - 4px)) translateY(2px); }
  40% { transform: translateX(calc(-50% + 3px)) translateY(-1px); }
  60% { transform: translateX(calc(-50% - 2px)) translateY(0); }
}

.ai-gen-canvas[data-theme="coral"] { --theme-accent: #F8455A; }
.ai-gen-canvas[data-theme="gold"] { --theme-accent: #FFB43C; }
.ai-gen-canvas[data-theme="festive"] { --theme-accent: #FF7832; }
.ai-gen-canvas[data-theme="luxury"] { --theme-accent: #7850FF; }
.ai-gen-canvas[data-theme="bridal"] { --theme-accent: #FF6482; }

.ai-gen-canvas[data-theme="coral"] .ai-gen-orb-1 { background: radial-gradient(circle, rgba(248, 69, 90, 0.9), transparent 68%); }
.ai-gen-canvas[data-theme="gold"] .ai-gen-orb-1 { background: radial-gradient(circle, rgba(255, 180, 60, 0.85), transparent 68%); }
.ai-gen-canvas[data-theme="festive"] .ai-gen-orb-1 { background: radial-gradient(circle, rgba(255, 120, 50, 0.85), transparent 68%); }
.ai-gen-canvas[data-theme="luxury"] .ai-gen-orb-1 { background: radial-gradient(circle, rgba(120, 80, 255, 0.8), transparent 68%); }
.ai-gen-canvas[data-theme="bridal"] .ai-gen-orb-1 { background: radial-gradient(circle, rgba(255, 100, 130, 0.85), transparent 68%); }

.ai-gen-canvas[data-theme] .ai-hud-corner { border-color: color-mix(in srgb, var(--theme-accent) 55%, transparent); }
.ai-gen-canvas[data-theme] .ai-gen-ring-pulse { border-color: color-mix(in srgb, var(--theme-accent) 35%, transparent); }
.ai-gen-canvas[data-theme="coral"] .ai-hud-corner { border-color: rgba(248, 69, 90, 0.55); }
.ai-gen-canvas[data-theme="gold"] .ai-hud-corner { border-color: rgba(255, 180, 60, 0.55); }
.ai-gen-canvas[data-theme="festive"] .ai-hud-corner { border-color: rgba(255, 120, 50, 0.55); }
.ai-gen-canvas[data-theme="luxury"] .ai-hud-corner { border-color: rgba(120, 80, 255, 0.55); }
.ai-gen-canvas[data-theme="bridal"] .ai-hud-corner { border-color: rgba(255, 100, 130, 0.55); }

.video-panel video,
.video-panel .video-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ai-scenes { display: none; }

.ai-model-badge {
  position: absolute;
  left: 14px;
  bottom: 52px;
  z-index: 3;
  background: rgba(22, 24, 29, 0.82);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(12px);
}

.ai-model-stage.is-ready .ai-model-badge {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.ai-niche-pill {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  opacity: 0;
  transform: translateY(10px);
}

.ai-model-stage.is-ready .ai-niche-pill {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.45s ease 0.08s, transform 0.45s ease 0.08s;
}

.ai-niche-label {
  display: inline-block;
  background: rgba(22, 24, 29, 0.78);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 7px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 14px rgba(22, 24, 29, 0.2);
}

.ai-dots {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(22, 24, 29, 0.45);
  backdrop-filter: blur(6px);
  opacity: 0;
}

.ai-model-stage.is-ready .ai-dots {
  opacity: 1;
  transition: opacity 0.4s ease 0.15s;
}

.ai-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ai-dot.is-active {
  background: var(--white);
  transform: scale(1.25);
}

.ai-dot:hover { background: rgba(255, 255, 255, 0.75); }

.ai-grid-copy .sub,
.ai-grid-copy .svc-item,
.ai-grid-copy .stat-item,
.ai-grid-copy .ai-grid-cta {
  opacity: 0;
  transform: translateY(22px);
}

.section-ai.ai-copy-visible .ai-grid-copy .sub,
.section-ai.ai-copy-visible .ai-grid-copy .svc-item,
.section-ai.ai-copy-visible .ai-grid-copy .stat-item,
.section-ai.ai-copy-visible .ai-grid-copy .ai-grid-cta {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .video-panel-wrap { animation: none; }
  .ai-gen-beam,
  .ai-gen-orb,
  .ai-gen-silhouette,
  .ai-gen-ring-outer,
  .ai-gen-ring-pulse,
  .ai-gen-ring-icon,
  .ai-gen-particles span,
  .ai-gen-grid,
  .ai-gen-grid-pulse,
  .ai-gen-sil-scan,
  .ai-gen-sil-glow,
  .ai-sil-shimmer,
  .ai-neural-line,
  .ai-neural-node,
  .ai-hud-corner,
  .ai-gen-data-col span,
  .ai-gen-dots i { animation: none; }
  .ai-gen-beam { display: none; }
  .ai-gen-canvas { --ring-pct: 72; --bar-pct: 72; }
  .ai-model-badge,
  .ai-niche-pill,
  .ai-dots { opacity: 1; transform: none; }
  .ai-grid-copy .sub,
  .ai-grid-copy .svc-item,
  .ai-grid-copy .stat-item,
  .ai-grid-copy .ai-grid-cta { opacity: 1; transform: none; }
}

.ai-dual-block {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
}

.ai-dual-showcase {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(248, 69, 90, 0.04);
}

.ai-dual-heading-wrap {
  margin-top: 0;
  margin-bottom: 28px;
  padding-top: 0;
  text-align: left;
  width: 100%;
  overflow: visible;
}

.ai-dual-heading {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.875rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 0;
  padding-top: 0;
  overflow: visible;
}

.ai-dual-heading-wrap .uline {
  margin-left: 0;
  margin-right: auto;
}

.ai-dual-wrap {
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
}

.ai-dual-panel {
  aspect-ratio: 9/16;
  max-height: 440px;
  width: 100%;
  overflow: hidden;
  background: #0a0a0a;
}

.ai-reel-panel .ai-dual-badge {
  pointer-events: none;
}

.yt-reel-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #0a0a0a;
}

.yt-reel-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 180%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.ai-dual-slides {
  position: absolute;
  inset: 0;
}

.ai-dual-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.ai-dual-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.ai-dual-badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 3;
  background: rgba(22, 24, 29, 0.82);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

.ai-dual-play {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: 0 6px 18px rgba(248, 69, 90, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ai-dual-play:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 22px rgba(248, 69, 90, 0.55);
}

.ai-dual-dots {
  display: none;
}

.ai-dual-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  padding: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}

.ai-dual-dot.is-active {
  background: var(--white);
  transform: scale(1.25);
}

.ai-dual-dot:hover { background: rgba(255, 255, 255, 0.75); }

@media (max-width: 900px) {
  .ai-dual-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 18px;
  }

  .ai-dual-wrap { max-width: 100%; }
  .ai-dual-panel { max-height: 360px; }
}

@media (max-width: 560px) {
  .ai-dual-showcase {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
  }

  .ai-dual-panel { max-height: 280px; }
  .ai-dual-badge { font-size: 9px; padding: 6px 10px; left: 10px; bottom: 10px; }
  .ai-dual-play { width: 30px; height: 30px; top: 10px; right: 10px; font-size: 10px; }
}

@media (max-width: 480px) {
  .ai-dual-showcase {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px;
  }

  .ai-dual-heading-wrap {
    margin-bottom: 22px;
  }

  .ai-dual-heading {
    font-size: clamp(1.5rem, 6vw, 2.25rem);
  }

  .ai-dual-wrap { max-width: 280px; }
  .ai-dual-panel { max-height: 400px; }
}

.video-placeholder {
  background: linear-gradient(160deg, #f5e6dc, #cdb39a);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #9aa0ab;
  font-size: 11.5px;
  letter-spacing: 0.3em;
}

.video-placeholder .ph-circle {
  width: 108px;
  height: 108px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #e9d9c8, #cdb39a);
  border: 3px solid var(--white);
  box-shadow: var(--shadow);
}

.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 26px 0;
}

.svc-grid--six { margin-bottom: 28px; }

.svc-item { font-size: 15px; font-weight: 600; color: var(--ink); }

.stats-row {
  display: flex;
  gap: 44px;
  margin: 28px 0 30px;
  flex-wrap: wrap;
}

.stat-item b {
  font-family: var(--font-display);
  font-size: 38px;
  display: block;
  font-weight: 700;
}

.stat-item span {
  color: var(--slate-muted);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Thumbnail marquee */
.thumb-strip-wrap {
  margin-top: 54px;
  overflow: hidden;
  padding-bottom: 24px;
  position: relative;
}

.section-ai .thumb-strip-wrap::before,
.section-ai .thumb-strip-wrap::after {
  content: "";
  position: absolute;
  top: 36px;
  bottom: 56px;
  width: 72px;
  z-index: 2;
  pointer-events: none;
}

.section-ai .thumb-strip-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #FEF1F3 15%, rgba(254, 241, 243, 0));
}

.section-ai .thumb-strip-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #FEF1F3 15%, rgba(254, 241, 243, 0));
}

.section-ai .thumb-card {
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(248, 69, 90, 0.05);
}

.section-ai .thumb-card:hover {
  box-shadow: 0 14px 32px rgba(248, 69, 90, 0.08);
}

.reel-strip-label {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--slate-muted);
  margin-bottom: 18px;
}

.reel-strip-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.thumb-card--yt .thumb-poster img {
  object-position: center center;
}

.thumb-strip {
  display: flex;
  gap: 18px;
}

.thumb-strip.marquee { animation: marquee 40s linear infinite; width: max-content; }

.thumb-card {
  flex: 0 0 160px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-light);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.thumb-card:hover { transform: translateY(-4px); }

.thumb-card:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 3px;
}

.thumb-card .thumb-poster {
  position: relative;
  width: 100%;
  height: 188px;
  flex-shrink: 0;
  overflow: hidden;
  background: linear-gradient(160deg, #f5e6dc, #cdb39a);
}

.thumb-card .thumb-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.thumb-card .thumb-poster img[src*="nyra-saree"] {
  object-position: left center;
}

.thumb-card .play-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb-card .thumb-label {
  display: block;
  padding: 10px 12px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--ink);
  background: var(--white);
  border-top: 1px solid rgba(22, 24, 29, 0.08);
}

.thumb-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.thumb-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.thumb-scroll .thumb-card { scroll-snap-align: start; }

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

@media (max-width: 900px) {
  .ai-grid { grid-template-columns: 1fr; gap: 40px; }
  .thumb-strip.marquee { display: none; }
}

@media (min-width: 901px) {
  .thumb-scroll { display: none; }
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(22, 24, 29, 0.85);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  padding: 20px;
}

.lightbox.open { opacity: 1; visibility: visible; }

.lightbox-inner {
  position: relative;
  max-width: 400px;
  width: 100%;
}

.lightbox video,
.lightbox-yt {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 9/16;
  background: var(--ink);
  overflow: hidden;
}

.lightbox-yt iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: var(--radius);
  display: block;
}

.lightbox-msg {
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: var(--radius);
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
  color: var(--slate);
}

.lightbox-msg strong {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.1rem;
}

.pagination span.disabled {
  color: var(--slate);
  opacity: 0.5;
  cursor: default;
}

body.menu-open,
body.lightbox-open { overflow: hidden; }

.lightbox-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* E-Books */
.ebook-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.ebook-card {
  text-align: center;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.book-cover-wrap {
  perspective: 800px;
  margin-bottom: 18px;
}

.book-cover {
  height: 240px;
  border-radius: 8px 12px 12px 8px;
  position: relative;
  display: flex;
  align-items: stretch;
  padding: 18px 14px;
  box-shadow: 12px 12px 26px rgba(22, 24, 29, 0.18);
  transition: transform 0.4s ease;
  overflow: hidden;
}

.book-cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 9px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 8px 0 0 8px;
  z-index: 2;
}

.book-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.18), transparent 48%),
    radial-gradient(circle at 82% 78%, rgba(0, 0, 0, 0.14), transparent 42%);
  pointer-events: none;
}

.book-cover-wrap:hover .book-cover { transform: rotateY(-8deg); }

.cover-1 { background: linear-gradient(160deg, #F8455A 0%, #90222e 100%); }
.cover-2 { background: linear-gradient(160deg, #1B9CD8 0%, #0e4a68 100%); }
.cover-3 { background: linear-gradient(160deg, #10C5A8 0%, #06584b 100%); }
.cover-4 { background: linear-gradient(160deg, #3c414b 0%, #16181D 100%); }

.book-cover-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 10px;
  text-align: center;
  padding-left: 6px;
}

.book-cover-logo {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

.book-cover-label {
  font-size: 9px;
  letter-spacing: 0.28em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.book-cover-title {
  font-family: var(--font-display);
  font-size: 14.5px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  max-width: 92%;
  text-wrap: balance;
}

.ebook-card h3 {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.ebook-card p {
  color: var(--slate);
  font-size: 13.5px;
  margin-bottom: 14px;
  line-height: 1.55;
  flex: 1;
}

.ebook-card .price {
  margin: 0 auto 14px;
}

.ebook-card .btn {
  margin-top: auto;
}

.delivery-note {
  text-align: center;
  margin-top: 28px;
  color: var(--slate);
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.delivery-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(16, 197, 168, 0.14);
  color: var(--teal);
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

@media (max-width: 900px) { .ebook-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ebook-grid { grid-template-columns: 1fr; } }

/* Products */
.section-products { background: var(--white); }

.marquee-strip {
  overflow: hidden;
  margin-bottom: 50px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.marquee-strip-track {
  display: flex;
  width: max-content;
  animation: marquee 32s linear infinite;
}

.marquee-strip-inner {
  flex-shrink: 0;
  padding-right: 48px;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(22, 24, 29, 0.12);
  -webkit-text-stroke: 1.5px rgba(22, 24, 29, 0.38);
  paint-order: stroke fill;
}

@supports not (-webkit-text-stroke: 1px black) {
  .marquee-strip-inner {
    color: rgba(22, 24, 29, 0.28);
    -webkit-text-stroke: 0;
  }
}

.filter-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 34px 0 28px;
}

.filter-pill {
  background: var(--white);
  box-shadow: var(--shadow);
  color: var(--slate);
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 13.5px;
  font-weight: 600;
  min-height: 44px;
  transition: background 0.25s, color 0.25s;
  cursor: pointer;
  font-family: var(--font-body);
}

.filter-pill:focus-visible {
  outline: 2px solid var(--coral);
  outline-offset: 2px;
}

.filter-pill.active {
  background: var(--coral-dark);
  color: var(--white);
}

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

.product-card {
  text-align: center;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.product-thumb {
  height: 168px;
  border-radius: 12px;
  margin-bottom: 14px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.product-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.2), transparent 48%),
    radial-gradient(circle at 82% 78%, rgba(0, 0, 0, 0.12), transparent 42%);
  pointer-events: none;
}

.product-thumb::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.product-thumb-brand {
  position: relative;
  z-index: 1;
}

.logo-chip--thumb {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: transparent;
}

.logo-chip--thumb img {
  height: 28px;
  max-width: 110px;
}

.product-thumb-type {
  font-size: 9px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.product-thumb-title {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--white);
  text-align: center;
  line-height: 1.35;
  max-width: 94%;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.pt-1 { background: linear-gradient(145deg, #14c9ab, #0a7d6a 70%); }
.pt-2 { background: linear-gradient(145deg, #18b89a, #06584b 70%); }
.pt-3 { background: linear-gradient(145deg, #ff5a6e, #a8303f 70%); }
.pt-4 { background: linear-gradient(145deg, #ef4458, #7e1f2b 70%); }
.pt-5 { background: linear-gradient(145deg, #22aee8, #0f5e84 70%); }
.pt-6 { background: linear-gradient(145deg, #1899d0, #0a4763 70%); }

.product-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 1.35;
}

.product-card .tag {
  display: block;
  margin-bottom: 10px;
}

.product-card .price {
  margin-bottom: 14px;
}

.product-card .btn {
  margin-top: auto;
}

@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .product-grid { grid-template-columns: 1fr; } }

/* Process */
.process-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 52px;
  position: relative;
}

.process-line {
  position: absolute;
  top: 27px;
  left: 10%;
  right: 10%;
  height: 3px;
  border-radius: 3px;
  background: var(--grad);
  opacity: 0.5;
  transform-origin: left center;
  transform: scaleX(0);
}

.process-step { text-align: center; position: relative; z-index: 1; }

.step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-weight: 800;
  font-size: 17px;
  color: var(--white);
  box-shadow: var(--shadow);
}

.step-num.n1 { background: var(--coral); }
.step-num.n2 { background: var(--blue); }
.step-num.n3 { background: var(--teal); }

.process-step h3 { font-size: 20px; margin-bottom: 8px; }
.process-step p { color: var(--slate); font-size: 14px; line-height: 1.6; max-width: 280px; margin: 0 auto; }

@media (max-width: 768px) {
  .process-flow { grid-template-columns: 1fr; gap: 40px; }
  .process-line { display: none; }
}

/* Why Tegvo */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.why-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
}

.why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon.teal { background: rgba(16, 197, 168, 0.1); color: var(--teal); }
.why-icon.coral { background: rgba(248, 69, 90, 0.1); color: var(--coral); }
.why-icon.blue { background: rgba(27, 156, 216, 0.1); color: var(--blue); }

.why-card h3 { font-size: 16px; margin-bottom: 4px; }
.why-card p { color: var(--slate); font-size: 14px; line-height: 1.5; }

@media (max-width: 900px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }

/* Testimonials */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 42px;
}

.testimonial-card { padding: 28px; }

.testimonial-card--featured {
  border: 2px solid transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    var(--grad) border-box;
  box-shadow: 0 14px 36px rgba(248, 69, 90, 0.1), var(--shadow-lg);
}

.testimonial-card--featured cite {
  font-weight: 700;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: var(--white);
  margin-bottom: 16px;
}

.testimonial-card blockquote {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-card cite {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  display: block;
}

.testimonial-card cite span {
  display: block;
  font-weight: 400;
  color: var(--slate);
  font-size: 13px;
  margin-top: 2px;
}

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

/* FAQ */
.faq-list { margin-top: 32px; max-width: 840px; }

.faq-item {
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 21px 26px;
  font-size: 16.5px;
  font-weight: 600;
  text-align: left;
  color: var(--ink);
  min-height: 44px;
}

.faq-icon {
  color: var(--coral);
  font-size: 22px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-body {
  height: 0;
  overflow: hidden;
}

.faq-body-inner {
  padding: 0 26px 21px;
  color: var(--slate);
  font-size: 14.5px;
  line-height: 1.65;
}

/* Contact */
.contact-band {
  margin: 0 clamp(20px, 4vw, 48px) 96px;
  border-radius: 26px;
  padding: 80px clamp(20px, 4vw, 48px);
  text-align: center;
  position: relative;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--grad);
  opacity: 0.08;
}

.contact-band > * { position: relative; }

.contact-band h2 { font-size: clamp(2rem, 5vw, 3.25rem); margin-bottom: 8px; }
.contact-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin: 26px 0 0; font-style: normal; }

.contact-form {
  max-width: 560px;
  margin: 42px auto 0;
  display: grid;
  gap: 13px;
  text-align: left;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: var(--white);
  border: 1.5px solid #e3e6eb;
  border-radius: 12px;
  padding: 15px;
  color: var(--ink);
  font-size: 14.5px;
  font-family: var(--font-body);
  width: 100%;
  min-height: 48px;
}

.contact-form textarea { min-height: 120px; resize: vertical; }

.contact-recaptcha-wrap {
  display: flex;
  justify-content: center;
  margin: 6px 0 18px;
  min-height: 78px;
}

.contact-recaptcha {
  transform-origin: center center;
}

.contact-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.contact-form button[type="submit"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-error {
  color: var(--coral);
  font-size: 13px;
  margin-top: -8px;
}

.form-submit-error {
  margin-top: 0;
  margin-bottom: 12px;
  text-align: center;
}

.form-success {
  text-align: center;
  padding: 24px;
  color: var(--teal);
  font-weight: 600;
  font-size: 16px;
}

/* Page hero (inner pages) */
.page-hero {
  padding: calc(var(--nav-offset) + 60px) 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero .hero-blob { opacity: 0.2; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); margin-bottom: 16px; }
.page-hero .sub { margin: 0 auto; }

/* About page */
.story-text { max-width: 720px; margin: 0 auto; }
.story-text p { color: var(--slate); margin-bottom: 20px; line-height: 1.75; }

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.mission-card {
  padding: 36px;
  border-left: 4px solid transparent;
  border-image: var(--grad) 1;
}

.mission-card h3 { margin-bottom: 12px; color: var(--coral); }
.mission-card p { color: var(--slate); line-height: 1.65; }

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.value-card { padding: 28px; text-align: center; }
.value-card h3 { font-size: 16px; margin: 12px 0 8px; }
.value-card p { color: var(--slate); font-size: 14px; line-height: 1.5; }

.team-intro {
  max-width: 640px;
  margin: 20px auto 0;
  text-align: center;
  color: var(--slate);
  font-size: 16px;
  line-height: 1.7;
}

.team-intro strong {
  color: var(--ink);
  font-weight: 700;
}

.team-card--lead {
  position: relative;
  margin-top: 44px;
  padding: 36px 32px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid transparent;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    var(--grad) border-box;
  box-shadow: 0 16px 40px rgba(248, 69, 90, 0.12), var(--shadow-lg);
}

.team-lead-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(248, 69, 90, 0.28);
}

.team-avatar--lead {
  width: 88px;
  height: 88px;
  font-size: 26px;
  margin-bottom: 20px;
  background: var(--grad);
  box-shadow: 0 14px 32px rgba(248, 69, 90, 0.25);
}

.team-card--lead h3 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  margin-bottom: 8px;
}

.team-role--lead {
  font-size: 13px;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--coral);
  margin-bottom: 16px;
}

.team-card--lead p {
  color: var(--slate-muted);
  font-size: 15px;
  line-height: 1.65;
  max-width: 460px;
}

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

.team-card {
  padding: 28px 24px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.team-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(22, 24, 29, 0.14);
}

.team-avatar--coral { background: linear-gradient(145deg, #F8455A, #c42f42); }
.team-avatar--blue { background: linear-gradient(145deg, #1B9CD8, #0f5e84); }
.team-avatar--teal { background: linear-gradient(145deg, #10C5A8, #0a7d6a); }

.team-card h3 {
  font-size: 17px;
  margin-bottom: 6px;
  line-height: 1.3;
}

.team-role {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--coral);
  margin-bottom: 14px;
}

.team-card:nth-child(1) .team-role { color: var(--coral); }
.team-card:nth-child(2) .team-role { color: var(--teal); }
.team-card:nth-child(3) .team-role { color: var(--coral); }

.team-card p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.section-ai-about {
  background: var(--white);
}

.ai-explainer {
  background: #FEF1F3;
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(248, 69, 90, 0.12);
  box-shadow: 0 18px 48px rgba(248, 69, 90, 0.08);
}

.ai-explainer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.ai-explainer-content h2 {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  margin-bottom: 0;
  line-height: 1.15;
}

.ai-explainer-content .uline {
  margin-top: 16px;
  margin-bottom: 24px;
}

.ai-explainer-lead {
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.65;
  margin-bottom: 16px;
}

.ai-explainer-content p {
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 16px;
  max-width: 58ch;
}

.ai-benefit-list {
  list-style: none;
  margin: 8px 0 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ai-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.5;
}

.ai-benefit-list li span {
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.4;
}

.ai-explainer .transparency {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.6;
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 58ch;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  border: 1px solid rgba(22, 24, 29, 0.06);
}

.ai-explainer .transparency strong {
  color: var(--ink);
  font-weight: 700;
}

.ai-explainer-aside {
  background: var(--white);
  border-radius: calc(var(--radius) - 4px);
  padding: 28px 24px;
  box-shadow: 0 10px 30px rgba(22, 24, 29, 0.06);
  border: 1px solid rgba(22, 24, 29, 0.06);
}

.ai-explainer-aside-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: 16px;
}

.ai-explainer-svc {
  margin-bottom: 22px;
}

.ai-explainer-stats {
  display: flex;
  gap: 28px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.ai-explainer-aside .btn {
  width: 100%;
}

@media (max-width: 900px) {
  .ai-explainer-grid {
    grid-template-columns: 1fr;
  }

  .ai-explainer-content p,
  .ai-explainer .transparency {
    max-width: none;
  }
}

.stats-band {
  background: var(--white);
  padding: 48px 0;
  margin-top: 48px;
}

.stats-band-inner {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  text-align: center;
}

@media (max-width: 768px) {
  .mission-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .team-card--lead { padding: 32px 24px 36px; }
}
@media (max-width: 480px) {
  .values-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
}

/* Portfolio */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.portfolio-card {
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.portfolio-thumb {
  height: 200px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 16px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.portfolio-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.2), transparent 48%),
    radial-gradient(circle at 82% 78%, rgba(0, 0, 0, 0.12), transparent 42%);
  pointer-events: none;
}

.portfolio-thumb-brand {
  position: relative;
  z-index: 1;
}

.portfolio-logo {
  height: 26px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

.portfolio-thumb-type {
  font-size: 9px;
  letter-spacing: 0.24em;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.portfolio-thumb-title {
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--white);
  text-align: center;
  line-height: 1.35;
  max-width: 94%;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.pf-1 { background: linear-gradient(145deg, #ff5a6e, #a8303f 70%); }
.pf-2 { background: linear-gradient(145deg, #1a1a2e, #4a1942 70%); }
.pf-3 { background: linear-gradient(145deg, #22aee8, #0f5e84 70%); }
.pf-4 { background: linear-gradient(145deg, #14c9ab, #0a7d6a 70%); }
.pf-5 { background: linear-gradient(145deg, #18b89a, #06584b 70%); }
.pf-6 { background: linear-gradient(145deg, #F8455A, #90222e 70%); }
.pf-7 { background: linear-gradient(145deg, #ef4458, #7e1f2b 70%); }
.pf-8 { background: linear-gradient(145deg, #c084fc, #6b21a8 70%); }
.pf-9 { background: linear-gradient(145deg, #1899d0, #0a4763 70%); }

.portfolio-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.portfolio-body .tag {
  display: block;
  margin-bottom: 10px;
}

.portfolio-body h3 {
  font-size: 17px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.portfolio-body p {
  color: var(--slate);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 12px;
  flex: 1;
}

.portfolio-meta {
  font-size: 12px;
  font-weight: 600;
  color: var(--slate);
  letter-spacing: 0.04em;
  opacity: 0.85;
}

.portfolio-note {
  text-align: center;
  margin-top: 36px;
  color: var(--slate);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.portfolio-note code {
  font-size: 12px;
  background: rgba(22, 24, 29, 0.06);
  padding: 2px 8px;
  border-radius: 6px;
}

@media (max-width: 900px) {
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .portfolio-grid { grid-template-columns: 1fr; }
}

/* Blog */
.featured-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
  align-items: center;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.featured-post:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.featured-post-img {
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  background: var(--grad);
  overflow: hidden;
}

.featured-post-img img { width: 100%; height: 100%; object-fit: cover; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.blog-card { overflow: hidden; padding: 0; }
.blog-card-img {
  aspect-ratio: 16/9;
  background: var(--grad);
  overflow: hidden;
}

.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 24px; }
.blog-card-body h3 { font-size: 18px; margin: 10px 0 8px; line-height: 1.35; }
.blog-card-body p { color: var(--slate); font-size: 14px; line-height: 1.55; margin-bottom: 12px; }

.blog-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: var(--slate);
}

.read-more {
  font-size: 14px;
  font-weight: 700;
  color: var(--coral);
  margin-top: 12px;
  display: inline-block;
}

.newsletter {
  background: var(--white);
  border-radius: var(--radius);
  padding: 40px;
  margin-top: 64px;
  text-align: center;
  box-shadow: var(--shadow);
}

.newsletter-form {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 20px auto 0;
  flex-wrap: wrap;
  justify-content: center;
}

.newsletter-form input {
  flex: 1;
  min-width: 200px;
  padding: 14px 18px;
  border: 1.5px solid #e3e6eb;
  border-radius: 999px;
  font-size: 14px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.pagination span, .pagination a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.pagination .active {
  background: var(--coral-dark);
  color: var(--white);
}

.pagination a:hover { background: rgba(248, 69, 90, 0.1); color: var(--coral); }

@media (max-width: 900px) {
  .featured-post { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) { .blog-grid { grid-template-columns: 1fr; } }

/* Blog post */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: var(--grad);
  z-index: 1001;
  width: 0%;
  transition: width 0.1s linear;
}

.breadcrumb {
  font-size: 14px;
  color: var(--slate);
  margin-bottom: 24px;
}

.breadcrumb a:hover { color: var(--coral); }

.article-header { margin-bottom: 40px; }
.article-header h1 { font-size: clamp(1.75rem, 4vw, 2.75rem); margin: 16px 0; }

.article-cover {
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  background: var(--grad);
  margin-bottom: 48px;
  overflow: hidden;
}

.article-body {
  max-width: 720px;
  margin: 0 auto;
}

.article-body h2 {
  font-size: 1.5rem;
  margin: 40px 0 16px;
}

.article-body h3 {
  font-size: 1.2rem;
  margin: 32px 0 12px;
}

.article-body p {
  color: var(--slate);
  line-height: 1.8;
  margin-bottom: 20px;
}

.article-body ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 20px;
  color: var(--slate);
}

.article-body li { margin-bottom: 8px; line-height: 1.7; }

.pull-quote {
  border-left: 4px solid;
  border-image: var(--grad) 1;
  padding: 20px 24px;
  margin: 32px 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--ink);
}

.article-cta {
  background: #FEF1F3;
  border-radius: var(--radius);
  padding: 28px 32px;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.share-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 48px 0;
  padding-top: 32px;
  border-top: 1px solid rgba(22, 24, 29, 0.08);
}

.share-row a, .share-row button {
  padding: 10px 20px;
  border-radius: 999px;
  border: 1.5px solid #e3e6eb;
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s, color 0.2s;
}

.share-row a:hover, .share-row button:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.author-box {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 28px;
  margin: 48px 0;
}

.author-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--grad);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
}

.toast {
  position: fixed;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  z-index: 3000;
}

.toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* Legal pages */
.legal-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 48px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: calc(var(--nav-offset) + 24px);
}

.legal-toc h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--slate);
  margin-bottom: 16px;
}

.legal-toc a {
  display: block;
  font-size: 14px;
  color: var(--slate);
  padding: 8px 0;
  border-bottom: 1px solid rgba(22, 24, 29, 0.06);
  transition: color 0.2s;
}

.legal-toc a:hover { color: var(--coral); }

.legal-body { max-width: 720px; }
.legal-body h2 {
  font-size: 1.35rem;
  margin: 40px 0 12px;
  scroll-margin-top: calc(var(--nav-offset) + 20px);
}

.legal-body p, .legal-body li {
  color: var(--slate);
  line-height: 1.75;
  margin-bottom: 16px;
}

.legal-disclaimer {
  background: rgba(248, 69, 90, 0.06);
  border-left: 3px solid var(--coral);
  padding: 16px 20px;
  font-size: 13px;
  color: var(--slate);
  margin-bottom: 32px;
  border-radius: 0 8px 8px 0;
}

.legal-updated {
  font-size: 14px;
  color: var(--slate);
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; display: none; }
}

/* 404 */
.page-404 {
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-offset) + 32px) 0 80px;
  background: linear-gradient(180deg, #fff8f9 0%, var(--bg) 38%, #f4f8fc 100%);
}

.page-404-inner {
  position: relative;
  z-index: 1;
}

.page-404-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  gap: 44px;
  align-items: center;
  margin-bottom: 72px;
}

.page-404-hero > * {
  min-width: 0;
}

.page-404-stage {
  position: relative;
  min-height: 420px;
}

.page-404.is-ready .page-404-stage,
.page-404.is-ready .page-404-copy,
.page-404.is-ready .page-404-chips,
.page-404.is-ready .page-404-services,
.page-404.is-ready .page-404-cta {
  opacity: 1;
  transform: none;
}

.page-404-canvas {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(165deg, #16181d 0%, #1f2430 55%, #12141a 100%);
  box-shadow: 0 24px 60px rgba(22, 24, 29, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  --page404-accent: #F8455A;
}

.page-404-canvas[data-theme="coral"] { --page404-accent: #F8455A; }
.page-404-canvas[data-theme="blue"] { --page404-accent: #1B9CD8; }
.page-404-canvas[data-theme="teal"] { --page404-accent: #10C5A8; }

.page-404-canvas-bg {
  position: absolute;
  inset: 0;
}

.page-404-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(44px);
  opacity: 0.7;
}

.page-404-orb--coral {
  width: 58%;
  height: 42%;
  top: 8%;
  left: -8%;
  background: radial-gradient(circle, rgba(248, 69, 90, 0.75), transparent 68%);
}

.page-404-orb--blue {
  width: 52%;
  height: 38%;
  right: -10%;
  top: 28%;
  background: radial-gradient(circle, rgba(27, 156, 216, 0.65), transparent 68%);
}

.page-404-orb--teal {
  width: 48%;
  height: 36%;
  left: 18%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(16, 197, 168, 0.55), transparent 68%);
}

.page-404-noise {
  position: absolute;
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-404-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 45%, #000 20%, transparent 100%);
}

.page-404-beam {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.07) 50%, transparent 58%);
  animation: page404Beam 4.5s ease-in-out infinite;
}

@keyframes page404Beam {
  0%, 100% { transform: translateX(-30%); opacity: 0.35; }
  50% { transform: translateX(30%); opacity: 0.85; }
}

.page-404-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 2px solid color-mix(in srgb, var(--page404-accent) 62%, transparent);
  z-index: 2;
}

.page-404-corner--tl { top: 18px; left: 18px; border-right: 0; border-bottom: 0; border-radius: 4px 0 0 0; }
.page-404-corner--tr { top: 18px; right: 18px; border-left: 0; border-bottom: 0; border-radius: 0 4px 0 0; }
.page-404-corner--bl { bottom: 58px; left: 18px; border-right: 0; border-top: 0; border-radius: 0 0 0 4px; }
.page-404-corner--br { bottom: 58px; right: 18px; border-left: 0; border-top: 0; border-radius: 0 0 4px 0; }

.page-404-orbit {
  position: absolute;
  inset: 26px 26px auto 26px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.page-404-orbit-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-404-orbit-track {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.page-404-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  transform-origin: center;
  pointer-events: auto;
  cursor: pointer;
  z-index: 4;
}

.page-404-node:nth-child(1) { transform: rotate(0deg) translateY(-148px); }
.page-404-node:nth-child(2) { transform: rotate(90deg) translateY(-148px); }
.page-404-node:nth-child(3) { transform: rotate(180deg) translateY(-148px); }
.page-404-node:nth-child(4) { transform: rotate(270deg) translateY(-148px); }

.page-404-node-icon {
  font-size: 14px;
  line-height: 1;
}

.page-404-node.is-active {
  background: color-mix(in srgb, var(--page404-accent) 68%, rgba(255, 255, 255, 0.08));
  border-color: color-mix(in srgb, var(--page404-accent) 68%, rgba(255, 255, 255, 0.14));
  box-shadow: 0 0 0 8px color-mix(in srgb, var(--page404-accent) 18%, transparent);
}

.page-404-showcase {
  position: absolute;
  inset: 96px 52px 74px;
  z-index: 3;
  border-radius: 20px;
  padding: 14px;
  background: linear-gradient(160deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(6px);
  display: flex;
  flex-direction: column;
}

.page-404-showcase-tag {
  align-self: flex-start;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  margin-bottom: 10px;
}

.page-404-scenes {
  position: relative;
  flex: 1;
  min-height: 182px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(6,7,10,0.62), rgba(6,7,10,0.3));
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
}

.page-404-scene {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(1.04);
  pointer-events: none;
}

.page-404-scene.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.page-404.is-ready .page-404-scene.is-active {
  opacity: 1 !important;
  transform: scale(1) !important;
}

.page-404-phone {
  position: relative;
  width: 118px;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.24);
  background: linear-gradient(180deg, rgba(8,8,10,0.95), rgba(20,22,28,0.85));
  box-shadow: 0 14px 28px rgba(0,0,0,0.3);
}

.page-404-phone-notch {
  position: absolute;
  left: 50%;
  top: 9px;
  transform: translateX(-50%);
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,0.22);
}

.page-404-phone-play {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  background: linear-gradient(140deg, #F8455A, #ff6a7f);
  box-shadow: 0 0 18px rgba(248,69,90,0.45);
}

.page-404-phone-scan {
  position: absolute;
  left: 7px;
  right: 7px;
  top: 38px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.85), transparent);
}

.page-404-phone-label {
  position: absolute;
  left: 8px;
  bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.74);
}

.page-404-img-grid {
  width: 162px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.page-404-img-grid > span {
  display: block;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, rgba(248,69,90,0.52), rgba(27,156,216,0.52));
  border: 1px solid rgba(255,255,255,0.14);
}

.page-404-img-grid > span:nth-child(2),
.page-404-img-grid > span:nth-child(3) {
  background: linear-gradient(135deg, rgba(16,197,168,0.5), rgba(27,156,216,0.5));
}

.page-404-img-spark {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  right: 28%;
  top: 26%;
  background: rgba(255,255,255,0.13) !important;
  border: 1px solid rgba(255,255,255,0.24) !important;
}

.page-404-design-stack {
  position: relative;
  width: 168px;
  height: 152px;
}

.page-404-design-card {
  position: absolute;
  inset: auto 0 0 auto;
  width: 118px;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow: 0 12px 24px rgba(0,0,0,0.26);
}

.page-404-design-card--1 {
  right: 0;
  bottom: 0;
  background: linear-gradient(140deg, rgba(248,69,90,0.55), rgba(27,156,216,0.5));
}
.page-404-design-card--2 {
  right: 24px;
  bottom: 14px;
  background: linear-gradient(140deg, rgba(27,156,216,0.55), rgba(16,197,168,0.45));
}
.page-404-design-card--3 {
  right: 48px;
  bottom: 28px;
  background: linear-gradient(140deg, rgba(16,197,168,0.55), rgba(248,69,90,0.45));
}

.page-404-book {
  position: relative;
  width: 140px;
  aspect-ratio: 5 / 6;
}

.page-404-book-spine {
  position: absolute;
  left: 0;
  top: 6%;
  bottom: 6%;
  width: 16px;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04));
}

.page-404-book-cover {
  position: absolute;
  left: 12px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.22);
  background: linear-gradient(135deg, rgba(248,69,90,0.6), rgba(120,80,255,0.5), rgba(27,156,216,0.52));
  box-shadow: 0 16px 28px rgba(0,0,0,0.28);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
}

.page-404-book-cover strong {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.88);
}

.page-404-book-dl {
  align-self: flex-end;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.25);
}

.page-404-showcase-meta {
  margin-top: 12px;
  display: grid;
  gap: 4px;
}

.page-404-svc-title {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}

.page-404-svc-desc {
  font-size: 12px;
  color: rgba(255,255,255,0.66);
  line-height: 1.4;
}

.page-404-showcase-hud {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-404-hud-track {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  overflow: hidden;
}

.page-404-hud-fill {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #F8455A, #1B9CD8, #10C5A8);
}

.page-404-hud-pct {
  font-size: 12px;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.06em;
}

.page-404-hud-pct span { font-size: 10px; opacity: 0.7; }

.page-404-data-col {
  position: absolute;
  top: 26%;
  display: grid;
  gap: 6px;
  z-index: 3;
}

.page-404-data-col span {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.42);
}

.page-404-data-col--l { left: 12px; text-align: left; }
.page-404-data-col--r { right: 12px; text-align: right; }

.page-404-code-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(248,69,90,0.1);
  color: var(--coral);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.page-404-copy {
  text-align: left;
}

.page-404-copy h1 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.1;
  margin: 12px 0 16px;
}

.page-404-lead {
  font-size: 1.1rem;
  color: var(--slate);
  line-height: 1.65;
  max-width: 52ch;
  margin-bottom: 28px;
}

.page-404-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.page-404-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.page-404-services {
  margin-bottom: 56px;
}

.page-404-services-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 36px;
}

.page-404-services-head h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 10px 0 0;
}

.page-404-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.page-404-svc-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.page-404-svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(22, 24, 29, 0.1);
}

.page-404-svc-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.page-404-svc-card--coral .page-404-svc-icon { background: rgba(248, 69, 90, 0.12); color: var(--coral); }
.page-404-svc-card--blue .page-404-svc-icon { background: rgba(27, 156, 216, 0.12); color: var(--blue); }
.page-404-svc-card--teal .page-404-svc-icon { background: rgba(16, 197, 168, 0.12); color: var(--teal); }

.page-404-svc-card h3 {
  font-size: 17px;
  margin: 0;
  line-height: 1.3;
}

.page-404-svc-card p {
  font-size: 14px;
  color: var(--slate);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.page-404-svc-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--coral);
}

.page-404-svc-card--blue .page-404-svc-link { color: var(--blue); }
.page-404-svc-card--teal .page-404-svc-link { color: var(--teal); }

.page-404-cta {
  text-align: center;
  border-radius: 24px;
  margin-top: 8px;
}

.page-404-cta p {
  color: var(--slate);
  max-width: 52ch;
  margin: 0 auto 24px;
  line-height: 1.6;
}

.page-404-cta .contact-btns {
  justify-content: center;
}

@media (max-width: 960px) {
  .page-404-hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-404-stage {
    order: 2;
  }

  .page-404-canvas {
    max-width: 380px;
    margin: 0 auto;
  }

  .page-404-copy {
    order: 1;
    text-align: center;
  }

  .page-404-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .page-404-links {
    justify-content: center;
  }

  .page-404-chips {
    justify-content: center;
  }

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

@media (max-width: 600px) {
  .page-404 {
    padding-top: calc(var(--nav-offset) + 20px);
  }

  .page-404-svc-grid {
    grid-template-columns: 1fr;
  }

  .page-404-links .btn {
    width: 100%;
    justify-content: center;
  }

  .page-404-data-col {
    display: none;
  }

  .page-404-showcase {
    inset: 72px 24px 56px;
    padding: 12px;
  }

  .page-404-orbit {
    inset: 18px 18px auto 18px;
  }

  .page-404-node:nth-child(1) { transform: rotate(0deg) translateY(-120px); }
  .page-404-node:nth-child(2) { transform: rotate(90deg) translateY(-120px); }
  .page-404-node:nth-child(3) { transform: rotate(180deg) translateY(-120px); }
  .page-404-node:nth-child(4) { transform: rotate(270deg) translateY(-120px); }

  .page-404-stage {
    min-height: 360px;
  }
}

/* Mobile & tablet responsive polish */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: calc(var(--nav-offset) + 28px) 0 56px;
  }

  .scroll-hint {
    display: none;
  }

  .hero-visual {
    min-height: 400px;
    padding: 44px 8px 48px;
  }

  .hero-chips {
    gap: 10px;
  }

  .chip {
    padding: 10px 16px;
    font-size: 13px;
  }

  .stats-row {
    gap: 24px;
  }

  .stat-item b {
    font-size: 32px;
  }

  .trust-stats {
    gap: 10px 20px;
  }

  .trust-stat {
    font-size: 13px;
  }

  .contact-band {
    margin: 0 clamp(16px, 4vw, 32px) 64px;
    padding: 56px clamp(16px, 4vw, 32px);
    border-radius: 20px;
  }

  .contact-btns .btn {
    min-width: 0;
  }

  .card {
    padding: 24px 20px;
  }

  .nav-logo img,
  .logo-chip img {
    height: 38px;
    max-width: 180px;
  }
}

@media (max-width: 480px) {
  .hero-btns {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-btns .btn {
    width: 100%;
  }

  .hero-chips {
    justify-content: center;
  }

  .svc-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .stats-row {
    gap: 18px;
  }

  .stat-item b {
    font-size: 28px;
  }

  .trust-label {
    font-size: 13px;
    padding: 0 8px;
  }

  .thumb-card {
    flex: 0 0 140px;
  }

  .thumb-card .thumb-poster {
    height: 168px;
  }

  .fab-wa {
    width: 52px;
    height: 52px;
  }

  .mobile-menu {
    padding: env(safe-area-inset-top, 0px) 20px env(safe-area-inset-bottom, 0px);
  }

  h1 {
    font-size: clamp(2rem, 9vw, 2.75rem);
  }
}

/* Reveal animations — visible by default; GSAP animates in on scroll */
.reveal,
.reveal-item {
  opacity: 1;
  transform: none;
}

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

  .hero-blob { animation: none !important; }
  .thumb-strip.marquee,
  .marquee-strip-track { animation: none !important; }
  .uline { transform: scaleX(1); }
  .process-line { transform: scaleX(1); }
}

/* Blob float animation */
@media (prefers-reduced-motion: no-preference) {
  .hero-blob-1 { animation: float1 12s ease-in-out infinite; }
  .hero-blob-2 { animation: float2 14s ease-in-out infinite; }
  .hero-blob-3 { animation: float3 10s ease-in-out infinite; }
}

@keyframes float1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(30px, 20px); }
}

@keyframes float2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-25px, -15px); }
}

@keyframes float3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -20px); }
}

/* What we do recap */
.recap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 42px;
}

.recap-card {
  padding: 24px;
  text-align: center;
  transition: transform 0.3s ease;
}

.recap-card:hover { transform: translateY(-4px); }

@media (max-width: 768px) { .recap-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .recap-grid { grid-template-columns: 1fr; } }
