﻿/*
Theme Name: Ferramentas Guru
Theme URI: https://ferramentasguru.netlify.app/
Author: Ferramentas Guru
Description: Tema landing page Ferramentas Guru com catalogo, videos, carrossel, CTAs, responsividade e campo para Meta Pixel.
Version: 1.0.5
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ferramentas-guru
*/

/* FG MAIN CSS INLINE */
:root {
  --ink: #0a1730;
  --muted: #5f6f6a;
  --line: #dce6e2;
  --paper: #f8faf7;
  --panel: #ffffff;
  --panel-soft: #f0f6f2;
  --mint: #2f80ff;
  --mint-dark: #1557d6;
  --amber: #ffb020;
  --coral: #ff6b57;
  --cyan: #33bfd8;
  --navy: #071225;
  --shadow: 0 18px 45px rgba(7, 18, 37, 0.12);
  --glass: rgba(255, 255, 255, 0.72);
  --hero-overlay:
    linear-gradient(90deg, rgba(7, 18, 37, 0.94), rgba(7, 18, 37, 0.72) 48%, rgba(7, 18, 37, 0.32)),
    radial-gradient(circle at 68% 24%, rgba(47, 128, 255, 0.44), transparent 34%);
  --pointer-x: 50vw;
  --pointer-y: 50vh;
  --visual-vw: 100vw;
  --mobile-player-w: calc(100vw - 24px);
  --mobile-player-h: 56.25vw;
}

html[data-theme="dark"] {
  --ink: #f4f8ff;
  --muted: #9fb4c7;
  --line: rgba(141, 196, 255, 0.18);
  --paper: #030817;
  --panel: #071225;
  --panel-soft: #091a36;
  --mint: #4da3ff;
  --mint-dark: #9ccfff;
  --amber: #ffc454;
  --coral: #ff725f;
  --cyan: #4bddff;
  --navy: #030817;
  --shadow: 0 26px 60px rgba(0, 0, 0, 0.4);
  --glass: rgba(7, 18, 37, 0.78);
  --hero-overlay:
    linear-gradient(90deg, rgba(3, 8, 23, 0.96), rgba(3, 8, 23, 0.82) 52%, rgba(3, 8, 23, 0.42)),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(77, 163, 255, 0.34), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(75, 221, 255, 0.24), transparent 32%);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(77, 163, 255, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--paper), var(--paper));
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
  width: 100%;
}

body::before,
body::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

body::before {
  background-image:
    linear-gradient(rgba(77, 163, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 163, 255, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 78%);
}

body::after {
  background:
    radial-gradient(circle at 18% 12%, rgba(75, 221, 255, 0.16), transparent 32%),
    radial-gradient(circle at 82% 20%, rgba(255, 114, 95, 0.13), transparent 30%),
    radial-gradient(circle at 54% 90%, rgba(77, 163, 255, 0.12), transparent 34%);
  filter: blur(2px);
}

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

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

button,
input {
  font: inherit;
}

.cursor-dot,
.cursor-aura {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 100;
}

.has-cursor .cursor-dot,
.has-cursor .cursor-aura {
  opacity: 1;
}

.cursor-dot {
  background: var(--mint);
  border-radius: 999px;
  height: 8px;
  margin: -4px 0 0 -4px;
  mix-blend-mode: difference;
  width: 8px;
}

.cursor-aura {
  border: 1px solid rgba(77, 163, 255, 0.45);
  border-radius: 999px;
  height: 48px;
  margin: -24px 0 0 -24px;
  transition: height 160ms ease, margin 160ms ease, width 160ms ease;
  width: 48px;
}

.cursor-active .cursor-aura {
  height: 76px;
  margin: -38px 0 0 -38px;
  width: 76px;
}

@media (hover: hover) and (pointer: fine) {
  body.has-cursor,
  body.has-cursor * {
    cursor: none !important;
  }
}

.site-header {
  align-items: center;
  backdrop-filter: blur(16px);
  background: var(--glass);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 22px;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand,
.header-cta,
.theme-toggle,
.main-nav,
.hero-actions,
.hero-proof,
.trust-strip,
.trust-item,
.catalog-header,
.search-box,
.category-tabs,
.text-link,
.guarantee-box,
.site-footer,
.site-footer nav {
  align-items: center;
  display: flex;
}

.brand {
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  border-radius: 8px;
  color: #06100d;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.main-nav {
  color: var(--muted);
  gap: 24px;
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a:hover {
  color: var(--ink);
}

.header-cta,
.theme-toggle,
.btn {
  border-radius: 8px;
  font-weight: 900;
  justify-content: center;
}

.header-cta {
  background: linear-gradient(135deg, var(--ink), rgba(16, 33, 29, 0.74));
  color: var(--panel);
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
}

.theme-toggle {
  background: var(--panel);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
}

html[data-theme="dark"] .header-cta {
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  color: #06100d;
}

.hero {
  isolation: isolate;
  min-height: calc(100svh - 100px);
  overflow: hidden;
  padding: clamp(78px, 12vw, 136px) clamp(18px, 5vw, 72px) clamp(58px, 8vw, 84px);
  position: relative;
}

.hero::after {
  background: var(--hero-overlay);
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero::before {
  animation: scan 10s linear infinite;
  background: linear-gradient(180deg, transparent, rgba(77, 163, 255, 0.22), transparent);
  content: "";
  height: 36%;
  left: 0;
  mix-blend-mode: screen;
  opacity: 0.22;
  position: absolute;
  right: 0;
  top: -40%;
  z-index: 0;
}

.hero-bg {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.hero-bg > img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.72;
  position: absolute;
  width: 100%;
}

.hero-video-bg {
  background: #030817;
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.hero-video-bg > div {
  height: 100%;
  width: 100%;
}

.hero-video-bg iframe {
  border: 0;
  filter: saturate(1.18) contrast(1.08) brightness(0.86);
  height: max(100%, 56.25vw);
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.04);
  width: max(100%, 177.78vh);
}

.hero-logos {
  animation: logoWallIntro 900ms cubic-bezier(0.22, 1, 0.36, 1) both, logoWallDrift 11s ease-in-out 1s infinite;
  bottom: 8%;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 74px);
  perspective: 900px;
  position: absolute;
  right: clamp(18px, 7vw, 92px);
  transform: rotate(-4deg);
  transform-origin: center;
}

.logo-tile {
  align-items: center;
  animation: logoTileFloat 6.8s ease-in-out infinite;
  animation-delay: calc(var(--tile-index, 0) * -360ms);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.16);
  display: flex;
  height: 74px;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
  position: relative;
  transform: translateZ(0);
}

.logo-tile::after {
  animation: logoTileShine 4.8s ease-in-out infinite;
  animation-delay: calc(var(--tile-index, 0) * 140ms);
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.34) 48%, transparent 72%);
  content: "";
  inset: -45% -120%;
  opacity: 0;
  position: absolute;
  transform: translateX(-36%);
}

.logo-tile img {
  max-height: 48px;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.hero-content {
  color: #fff;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero h1,
.showcase-copy h2,
.section-heading h2,
.split h2,
.final-cta h2 {
  position: relative;
}

.text-shine::after {
  animation: textLightSweep 14s cubic-bezier(0.45, 0, 0.2, 1) infinite;
  background:
    linear-gradient(105deg, transparent 0%, transparent 41%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.96) 49%, rgba(113, 189, 255, 0.96) 51%, rgba(255, 255, 255, 0.82) 54%, transparent 60%, transparent 100%);
  background-position: 165% 50%;
  background-size: 360% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  content: attr(data-shine-text);
  inset: 0;
  pointer-events: none;
  position: absolute;
  text-shadow: none;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.hero h1.text-shine::after {
  animation-delay: 0.8s;
}

.showcase-copy h2.text-shine::after {
  animation-delay: 2.6s;
}

.section-heading h2.text-shine::after,
.split h2.text-shine::after,
.final-cta h2.text-shine::after {
  animation-delay: 4s;
}

.hero h1 {
  text-shadow: 0 0 34px rgba(77, 163, 255, 0.18);
  font-size: clamp(4rem, 13vw, 9rem);
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
  max-width: 820px;
}

.hero-lede {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.12rem, 2.2vw, 1.42rem);
  margin: 30px 0 0;
  max-width: 680px;
}

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

.btn {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  gap: 10px;
  height: 52px;
  line-height: 1;
  padding: 0 20px;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn i,
.btn span {
  align-items: center;
  display: inline-flex;
}

.btn i {
  flex: 0 0 auto;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  box-shadow: 0 16px 32px rgba(47, 128, 255, 0.28);
  color: #071512;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
}

@keyframes scan {
  to {
    transform: translateY(420%);
  }
}

@keyframes logoWallIntro {
  0% {
    opacity: 0;
    transform: rotate(-7deg) translate3d(44px, 34px, 0) scale(0.92);
  }
  100% {
    opacity: 1;
    transform: rotate(-4deg) translate3d(0, 0, 0) scale(1);
  }
}

@keyframes logoWallDrift {
  0%,
  100% {
    transform: rotate(-4deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(-10px, -16px, 0);
  }
}

@keyframes logoTileFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
  }
  35% {
    transform: translate3d(0, -9px, 0) rotateX(5deg) rotateY(-4deg);
  }
  70% {
    transform: translate3d(0, 5px, 0) rotateX(-3deg) rotateY(5deg);
  }
}

@keyframes logoTileShine {
  0%,
  34% {
    opacity: 0;
    transform: translateX(-40%);
  }
  45% {
    opacity: 0.62;
  }
  60% {
    opacity: 0;
    transform: translateX(78%);
  }
  100% {
    opacity: 0;
    transform: translateX(78%);
  }
}

@keyframes textLightSweep {
  0%,
  16% {
    background-position: 165% 50%;
  }
  58%,
  100% {
    background-position: -165% 50%;
  }
}

.btn-secondary.dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--ink);
}

.hero-proof {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 34px;
  padding-top: 24px;
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.74);
}

.hero-proof strong {
  color: #fff;
  display: block;
  font-size: 1.1rem;
}

.trust-strip {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  background: var(--panel);
  gap: 12px;
  min-height: 86px;
  padding: 18px clamp(16px, 3vw, 28px);
}

.trust-item i {
  color: var(--mint-dark);
  font-size: 1.2rem;
}

.trust-item span {
  font-weight: 800;
}

.ai-showcase {
  display: grid;
  gap: clamp(28px, 5vw, 60px);
  grid-template-columns: minmax(300px, 0.48fr) minmax(640px, 1.52fr);
  margin: 0 auto;
  max-width: 1560px;
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 72px);
  position: relative;
}

.ai-showcase::before {
  background:
    radial-gradient(circle at 32% 26%, rgba(75, 221, 255, 0.18), transparent 34%),
    radial-gradient(circle at 78% 72%, rgba(77, 163, 255, 0.14), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.showcase-copy,
.ai-carousel {
  position: relative;
  z-index: 1;
}

.showcase-copy {
  align-self: center;
}

.showcase-copy h2 {
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.showcase-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  margin-top: 22px;
}

.showcase-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.showcase-pills span {
  align-items: center;
  background: rgba(77, 163, 255, 0.1);
  border: 1px solid rgba(77, 163, 255, 0.22);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 900;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
}

.showcase-pills i {
  color: var(--mint);
}

.ai-carousel {
  overflow: visible;
}

.carousel-stage {
  border-radius: 14px;
  overflow: visible;
}

.ai-cinema {
  align-items: stretch;
  background:
    radial-gradient(circle at 78% 18%, color-mix(in srgb, var(--slide-accent), transparent 70%), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(141, 196, 255, 0.22);
  border-radius: 16px;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #fff;
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  grid-template-columns: 1fr;
  min-height: 650px;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 34px);
  position: relative;
}

.ai-cinema::before,
.ai-cinema::after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.ai-cinema::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  mask-image: radial-gradient(circle at 40% 40%, #000, transparent 76%);
}

.ai-cinema::after {
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.16), transparent 54%);
  inset: -55% -20%;
  transform: rotate(10deg);
}

.cinema-player,
.cinema-copy {
  position: relative;
  z-index: 1;
}

.cinema-player {
  align-self: center;
  width: 100%;
}

.cinema-player-shell {
  aspect-ratio: 16 / 9;
  background: #020713;
  border: 1px solid rgba(141, 196, 255, 0.28);
  border-radius: 14px;
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.42);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cinema-actions {
  align-items: center;
  bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  position: absolute;
  right: 14px;
  z-index: 4;
}

.cinema-control {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(3, 8, 23, 0.74);
  border: 1px solid rgba(141, 196, 255, 0.36);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.cinema-control:hover {
  background: rgba(77, 163, 255, 0.22);
  border-color: rgba(77, 163, 255, 0.72);
  transform: translateY(-2px);
}

#youtube-cinema-player,
#youtube-cinema-player iframe {
  height: 100%;
  width: 100%;
}

.cinema-player-shell > #youtube-cinema-player,
.cinema-player-shell > iframe#youtube-cinema-player {
  border: 0;
  display: block;
  height: 100% !important;
  inset: 0;
  max-width: 100%;
  position: absolute;
  width: 100% !important;
}

#youtube-cinema-player.is-disabled {
  display: none;
}

.ai-cinema.is-switching .cinema-player-shell {
  animation: cinemaSwap 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ai-cinema.is-switching .cinema-copy {
  animation: copySwap 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cinema-poster {
  align-items: center;
  background-color: #061226;
  background-position: center;
  background-size: cover;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 12px;
  inset: 0;
  justify-content: center;
  position: absolute;
  text-align: center;
  transition: opacity 220ms ease, visibility 220ms ease;
  z-index: 2;
}

.cinema-poster strong {
  background: rgba(3, 8, 23, 0.72);
  border: 1px solid rgba(141, 196, 255, 0.28);
  border-radius: 8px;
  padding: 9px 13px;
}

.cinema-poster::before {
  background:
    linear-gradient(180deg, rgba(3, 8, 23, 0.16), rgba(3, 8, 23, 0.68)),
    radial-gradient(circle, rgba(77, 163, 255, 0.28), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
}

.cinema-poster > * {
  position: relative;
  z-index: 1;
}

.cinema-poster.is-hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.cinema-copy {
  align-self: start;
  display: grid;
  gap: 10px 18px;
  grid-template-columns: auto 1fr;
}

.cinema-kicker {
  align-items: center;
  display: flex;
  gap: 12px;
  grid-row: span 3;
  margin-bottom: 0;
}

.cinema-kicker img {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  height: 42px;
  object-fit: contain;
  padding: 8px;
  width: 42px;
}

.cinema-kicker span {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 900;
}

.cinema-copy h3 {
  font-size: clamp(2rem, 4vw, 3.45rem);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0;
}

.cinema-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  margin: 0;
}

.cinema-link {
  color: var(--mint-dark);
  grid-column: 2;
}

.ai-slide {
  align-items: stretch;
  background:
    radial-gradient(circle at 76% 22%, color-mix(in srgb, var(--slide-accent), transparent 62%), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  box-shadow: var(--shadow);
  color: #fff;
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: minmax(220px, 0.85fr) minmax(280px, 1fr);
  min-height: 430px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  position: relative;
}

.ai-slide::before {
  background:
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.15), transparent),
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.14), transparent 20rem);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.slide-orbit {
  align-self: center;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  grid-column: 1;
  justify-self: center;
  position: relative;
  width: min(260px, 70%);
}

.slide-orbit::before,
.slide-orbit::after {
  border: 1px solid color-mix(in srgb, var(--slide-accent), transparent 30%);
  border-radius: inherit;
  content: "";
  inset: 12%;
  position: absolute;
}

.slide-orbit::after {
  animation: orbitPulse 2.8s ease-in-out infinite;
  inset: -10%;
  opacity: 0.24;
}

.ai-slide > img {
  align-self: center;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 18px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.34);
  grid-column: 1;
  justify-self: center;
  max-height: 118px;
  max-width: 118px;
  object-fit: contain;
  padding: 22px;
  position: relative;
  z-index: 1;
}

.slide-copy {
  align-self: end;
  grid-column: 2;
  position: relative;
  z-index: 1;
}

.slide-copy > span {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 900;
}

.slide-copy h3 {
  font-size: clamp(2rem, 5vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.92;
  margin: 8px 0 18px;
}

.slide-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
  margin: 0;
  max-width: 520px;
}

.video-slide {
  grid-template-columns: minmax(0, 1.1fr) minmax(270px, 0.9fr);
}

.video-frame {
  align-self: center;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.36);
  grid-column: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.video-poster {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  text-align: center;
}

.video-poster::before {
  background:
    linear-gradient(180deg, rgba(3, 8, 23, 0.22), rgba(3, 8, 23, 0.7)),
    radial-gradient(circle, rgba(77, 163, 255, 0.22), transparent 42%);
  content: "";
  inset: 0;
  position: absolute;
}

.video-poster > * {
  position: relative;
  z-index: 1;
}

.play-ring {
  align-items: center;
  animation: playPulse 1.8s ease-in-out infinite;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  border-radius: 999px;
  box-shadow: 0 0 38px rgba(77, 163, 255, 0.42);
  color: #06100d;
  display: flex;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.video-poster strong {
  font-size: 1.05rem;
}

.video-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.carousel-controls {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 18px;
}

.carousel-controls > button {
  align-items: center;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.carousel-dots {
  align-items: center;
  display: flex;
  gap: 8px;
  max-width: min(920px, 76vw);
  overflow-x: auto;
  padding: 6px;
  scrollbar-width: none;
}

.carousel-dots::-webkit-scrollbar {
  display: none;
}

.carousel-dots button {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 8px;
  height: 42px;
  justify-content: flex-start;
  padding: 0 11px 0 7px;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
  width: auto;
}

.carousel-dots img {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 7px;
  height: 26px;
  object-fit: contain;
  padding: 4px;
  width: 26px;
}

.carousel-dots button.is-active {
  background: rgba(77, 163, 255, 0.16);
  border-color: rgba(77, 163, 255, 0.72);
  box-shadow: 0 0 22px rgba(77, 163, 255, 0.18);
  color: var(--ink);
  transform: translateY(-2px) scale(1.02);
}

@keyframes orbitPulse {
  50% {
    opacity: 0.5;
    transform: scale(1.08);
  }
}

@keyframes playPulse {
  50% {
    transform: scale(1.08);
  }
}

@keyframes cinemaSwap {
  0% {
    opacity: 0.55;
    transform: translateX(18px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes copySwap {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 72px);
}

.section-tight {
  padding-top: clamp(56px, 7vw, 84px);
}

.section-heading {
  margin: 0 auto 34px;
  max-width: 780px;
  text-align: center;
}

.section-heading h2,
.split h2,
.final-cta h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.section-heading p:not(.eyebrow),
.split p,
.final-cta p,
.plan-note,
.faq-answer,
.site-footer p {
  color: var(--muted);
}

.featured-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 auto 24px;
  max-width: 1180px;
}

.featured-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 150px;
  padding: 18px;
  transform: perspective(900px) rotateX(var(--tilt-x, 0)) rotateY(var(--tilt-y, 0));
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.featured-card:hover {
  border-color: color-mix(in srgb, var(--mint), transparent 30%);
  box-shadow: var(--shadow);
}

.featured-card img,
.tool-logo,
.testimonial-grid img {
  border-radius: 8px;
}

.featured-card img {
  height: 44px;
  margin-bottom: 18px;
  object-fit: contain;
  width: 44px;
}

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

.featured-card strong {
  font-size: 0.98rem;
}

.featured-card span {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 5px;
}

.catalog-panel,
.price-card,
.guarantee-box,
.testimonial-grid article,
.faq-item {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(16, 33, 29, 0.06);
}

.catalog-panel {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(18px, 3vw, 28px);
}

.catalog-header {
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.catalog-header h3 {
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.1;
  margin: 0;
}

.search-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  gap: 10px;
  min-height: 48px;
  padding: 0 14px;
  width: min(340px, 100%);
}

.search-box input {
  background: transparent;
  border: 0;
  color: var(--ink);
  outline: 0;
  width: 100%;
}

.category-tabs {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.category-tabs button {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  min-height: 40px;
  padding: 0 12px;
}

.category-tabs button.is-active {
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  border-color: transparent;
  color: #06100d;
}

.tool-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-height: 460px;
  overflow: auto;
  padding-right: 4px;
}

.tool-item {
  align-items: center;
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  min-height: 58px;
  padding: 10px;
}

.tool-logo {
  align-items: center;
  background: var(--panel-soft);
  color: var(--mint-dark);
  display: inline-flex;
  flex: 0 0 36px;
  font-weight: 900;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  width: 36px;
}

.tool-logo img {
  height: 100%;
  object-fit: contain;
  padding: 4px;
  width: 100%;
}

.tool-item strong,
.tool-item span {
  display: block;
}

.tool-item strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.tool-item span {
  color: var(--muted);
  font-size: 0.78rem;
  margin-top: 2px;
}

.contrast-band {
  background:
    radial-gradient(circle at 78% 22%, rgba(77, 163, 255, 0.22), transparent 34%),
    radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.12), transparent 36%),
    linear-gradient(135deg, #05112a, #09224b 54%, #030817);
  border-block: 1px solid var(--line);
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(26px, 6vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  margin: 0 auto;
  max-width: 1180px;
}

.split p {
  font-size: 1.05rem;
  margin: 24px 0;
}

.text-link {
  color: var(--mint-dark);
  font-weight: 900;
  gap: 8px;
}

.savings-board {
  background: var(--navy);
  border-radius: 8px;
  color: #fff;
  padding: clamp(22px, 4vw, 34px);
}

.saving-row,
.saving-total {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.saving-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
}

.saving-row.muted {
  color: rgba(255, 255, 255, 0.62);
}

.saving-row-expensive span {
  color: rgba(255, 255, 255, 0.62);
}

.saving-row-expensive strong {
  color: #ff5a6a;
  text-shadow: 0 0 22px rgba(255, 90, 106, 0.28);
}

.cost-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 18px 0 6px;
}

.cost-stack span {
  background: rgba(255, 90, 106, 0.1);
  border: 1px solid rgba(255, 90, 106, 0.25);
  border-radius: 8px;
  color: rgba(255, 211, 215, 0.94);
  font-size: 0.78rem;
  font-weight: 900;
  min-height: 30px;
  padding: 5px 9px;
}

.saving-row strong {
  white-space: nowrap;
}

.saving-total {
  color: var(--mint);
  padding-top: 24px;
}

.saving-total strong {
  display: block;
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  line-height: 1;
  text-align: right;
}

.steps,
.bonus-grid,
.pricing-grid,
.testimonial-grid {
  display: grid;
  gap: 16px;
  margin: 0 auto;
  max-width: 1180px;
}

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

.step-card {
  border-top: 4px solid var(--mint);
  padding: 26px 0 0;
}

.step-card span {
  color: var(--coral);
  font-size: 0.84rem;
  font-weight: 900;
}

.step-card h3,
.bonus-grid h3,
.price-card h3,
.guarantee-box h3,
.faq-item h3 {
  margin: 8px 0 8px;
}

.step-card p {
  color: var(--muted);
  margin: 0;
}

.platform-card {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  padding: 26px 0 0;
}

.platform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.platform-list span {
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 900;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
}

.platform-list i {
  color: var(--mint);
}

.bonuses-section {
  background: var(--paper);
}

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

.bonus-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  transform: perspective(900px) rotateX(var(--tilt-x, 0)) rotateY(var(--tilt-y, 0));
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.bonus-grid article:hover {
  border-color: color-mix(in srgb, var(--coral), transparent 34%);
  box-shadow: var(--shadow);
}

.bonus-grid i {
  color: var(--coral);
  font-size: 1.55rem;
}

.bonus-grid p {
  color: var(--muted);
  min-height: 72px;
}

.bonus-grid span {
  color: var(--mint-dark);
  display: block;
  font-size: 0.88rem;
  font-weight: 900;
}

.fit-section {
  background:
    radial-gradient(circle at 18% 24%, rgba(77, 163, 255, 0.16), transparent 32%),
    linear-gradient(180deg, var(--paper), var(--panel-soft));
}

.fit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.fit-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: clamp(22px, 3vw, 30px);
  position: relative;
  overflow: hidden;
}

.fit-card::before {
  background: linear-gradient(90deg, var(--mint), transparent);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fit-card-good::before {
  background: linear-gradient(90deg, var(--mint), var(--cyan));
}

.fit-icon {
  align-items: center;
  background: rgba(77, 163, 255, 0.12);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--mint);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.fit-card h3 {
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  margin: 16px 0 14px;
}

.fit-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fit-card li {
  color: var(--muted);
  padding-left: 22px;
  position: relative;
}

.fit-card li::before {
  background: var(--mint);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.72em;
  width: 7px;
}

.pricing-section {
  background:
    radial-gradient(circle at 42% 10%, rgba(77, 163, 255, 0.18), transparent 32%),
    radial-gradient(circle at 78% 78%, rgba(37, 99, 235, 0.12), transparent 34%),
    linear-gradient(180deg, #05112a, #091a36 58%, #030817);
}

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

.price-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 26px;
  position: relative;
  transform: perspective(900px) rotateX(var(--tilt-x, 0)) rotateY(var(--tilt-y, 0));
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.price-card.highlighted {
  background: var(--navy);
  border-color: var(--navy);
  box-shadow: var(--shadow);
  color: #fff;
  transform: perspective(900px) rotateX(var(--tilt-x, 0)) rotateY(var(--tilt-y, 0));
}

.badge {
  background: var(--amber);
  color: #2b1a00;
  font-size: 0.76rem;
  font-weight: 900;
  padding: 7px 10px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.plan-note {
  margin: 0 0 16px;
}

.price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(2.3rem, 6vw, 3.3rem);
  font-weight: 900;
  gap: 6px;
  line-height: 1;
  margin: 18px 0 20px;
}

.price span {
  font-size: 1rem;
}

.price small {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  width: 100%;
}

.highlighted .price small,
.highlighted .plan-note {
  color: rgba(255, 255, 255, 0.68);
}

.price-card ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.price-card li {
  align-items: center;
  display: flex;
  gap: 8px;
}

.price-card li i {
  color: var(--mint);
}

.btn-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--line);
  color: var(--ink);
  margin-top: auto;
  width: 100%;
}

.btn-card:hover {
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  border-color: transparent;
  color: #071512;
}

.btn-wide {
  margin-top: auto;
  width: 100%;
}

.guarantee-box {
  gap: 18px;
  margin: 28px auto 0;
  max-width: 860px;
  padding: 22px;
}

.guarantee-box i {
  color: var(--mint-dark);
  font-size: 2rem;
}

.guarantee-box h3,
.guarantee-box p {
  margin: 0;
}

.purchase-reassurance {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 16px auto 0;
  max-width: 860px;
}

.purchase-reassurance span {
  align-items: center;
  background: rgba(77, 163, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
}

.purchase-reassurance i {
  color: var(--mint);
}

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

.testimonial-grid article {
  padding: 24px;
  transform: perspective(900px) rotateX(var(--tilt-x, 0)) rotateY(var(--tilt-y, 0));
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.testimonial-grid article:hover {
  border-color: color-mix(in srgb, var(--cyan), transparent 40%);
  box-shadow: var(--shadow);
}

.testimonial-grid img {
  background: #eaf7f1;
  height: 58px;
  width: 58px;
}

.testimonial-grid p {
  color: var(--ink);
  font-size: 1.02rem;
  margin: 18px 0;
}

.testimonial-grid strong,
.testimonial-grid span {
  display: block;
}

.testimonial-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.faq-list {
  display: grid;
  gap: 10px;
  margin: 0 auto;
  max-width: 860px;
}

.faq-item {
  overflow: hidden;
}

.faq-item button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 20px;
  text-align: left;
  width: 100%;
}

.faq-item button i {
  color: var(--muted);
  transition: transform 180ms ease;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-answer p {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0 20px;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 20px;
}

.faq-item.is-open button i {
  transform: rotate(180deg);
}

.final-cta {
  background: var(--panel);
  border-top: 1px solid var(--line);
  padding: clamp(58px, 9vw, 96px) clamp(18px, 5vw, 72px);
  text-align: center;
}

.final-cta p {
  margin-inline: auto;
  max-width: 620px;
}

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

.floating-whatsapp {
  align-items: center;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 18px 34px rgba(29, 78, 216, 0.34);
  color: #061226;
  display: flex;
  font-size: 1.7rem;
  height: 56px;
  justify-content: center;
  position: fixed;
  right: 22px;
  width: 56px;
  z-index: 30;
}

.floating-music-toggle {
  align-items: center;
  backdrop-filter: blur(14px);
  background: rgba(7, 18, 37, 0.82);
  border: 1px solid rgba(141, 196, 255, 0.32);
  border-radius: 8px;
  bottom: 90px;
  box-shadow: 0 18px 34px rgba(3, 8, 23, 0.34);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 9px;
  min-height: 46px;
  padding: 0 14px;
  position: fixed;
  right: 22px;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  z-index: 31;
}

.floating-music-toggle:hover {
  background: rgba(77, 163, 255, 0.22);
  border-color: rgba(77, 163, 255, 0.72);
  transform: translateY(-2px);
}

.floating-music-toggle.is-muted {
  color: rgba(255, 255, 255, 0.78);
}

.mobile-conversion-bar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(3, 8, 23, 0.94);
  border: 1px solid rgba(141, 196, 255, 0.26);
  border-radius: 12px 12px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 40px rgba(3, 8, 23, 0.42);
  color: #fff;
  display: none;
  gap: 12px;
  justify-content: space-between;
  left: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  transform: translateY(110%);
  transition: transform 220ms ease;
  pointer-events: none;
  visibility: hidden;
  z-index: 42;
}

.mobile-conversion-bar strong,
.mobile-conversion-bar span {
  display: block;
  line-height: 1.15;
}

.mobile-conversion-bar strong {
  font-size: 0.9rem;
}

.mobile-conversion-bar span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
}

.mobile-conversion-bar a {
  align-items: center;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  border-radius: 8px;
  color: #061226;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  white-space: nowrap;
}

.mobile-conversion-bar.is-visible {
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-footer {
  align-items: flex-start;
  background: var(--navy);
  color: #fff;
  gap: 24px;
  justify-content: space-between;
  padding: 34px clamp(18px, 5vw, 72px);
}

.site-footer > div,
.site-footer .disclaimer {
  max-width: 420px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.62);
  margin: 6px 0 0;
}

.site-footer nav {
  flex-wrap: wrap;
  gap: 16px;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
}

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

.disclaimer {
  font-size: 0.8rem;
}

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

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

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

  .hero-logos {
    opacity: 0.38;
    right: -10px;
  }

  .price-card.highlighted {
    transform: none;
  }
}

@media (max-width: 820px) {
  .cursor-dot,
  .cursor-aura {
    display: none;
  }

  .mobile-conversion-bar {
    display: flex;
  }

  .floating-whatsapp {
    bottom: 86px;
  }

  .floating-music-toggle {
    bottom: 152px;
  }

  .site-header {
    height: auto;
    padding-block: 12px;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero::after {
    background: var(--hero-overlay);
  }

  .hero-logos {
    grid-template-columns: repeat(4, 54px);
    opacity: 0.28;
    right: 10px;
    top: 86px;
  }

  .logo-tile {
    height: 54px;
    padding: 8px;
  }

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

  .ai-slide,
  .video-slide {
    grid-template-columns: 1fr;
    min-height: 520px;
  }

  .ai-cinema {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .carousel-dots {
    max-width: calc(100vw - 128px);
  }

  .slide-orbit,
  .ai-slide > img,
  .video-frame,
  .slide-copy {
    grid-column: 1;
  }

  .slide-copy {
    align-self: end;
  }

  .video-frame {
    align-self: start;
  }

  .catalog-header,
  .split,
  .site-footer {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .catalog-header,
  .site-footer {
    flex-direction: column;
  }

  .steps,
  .testimonial-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand span:last-child {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 62px);
    padding: 54px 20px 34px;
  }

  .hero::before {
    opacity: 0.1;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(3, 8, 23, 0.78) 0%, rgba(3, 8, 23, 0.48) 44%, rgba(3, 8, 23, 0.82) 100%),
      linear-gradient(90deg, rgba(3, 8, 23, 0.82), rgba(3, 8, 23, 0.16)),
      radial-gradient(circle at 78% 18%, rgba(77, 163, 255, 0.18), transparent 42%);
  }

  .hero-bg > img {
    opacity: 0.18;
  }

  .hero-video-bg iframe {
    filter: saturate(1.18) contrast(1.08) brightness(0.9);
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1.1);
  }

  .hero-logos {
    display: none;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 12vw, 3.25rem);
    max-width: 330px;
  }

  .hero-content,
  .hero-lede,
  .hero-actions,
  .hero-proof {
    max-width: 100%;
  }

  .hero-lede {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.98rem;
    line-height: 1.5;
    margin-top: 22px;
    max-width: 335px;
  }

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

  .hero-actions .btn {
    height: 50px;
    padding-inline: 14px;
  }

  .hero-proof {
    border-top: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 22px;
    padding-top: 0;
  }

  .hero-proof span {
    background: rgba(7, 18, 37, 0.56);
    border: 1px solid rgba(141, 196, 255, 0.18);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.72);
    min-height: 66px;
    padding: 10px;
  }

  .hero-proof strong {
    font-size: 0.96rem;
    line-height: 1.1;
  }

  .theme-toggle {
    min-height: 38px;
    padding-inline: 11px;
  }

  .theme-toggle span {
    display: none;
  }

  .ai-showcase {
    gap: 24px;
    padding: 56px 0 72px;
  }

  .showcase-copy {
    padding-inline: 16px;
  }

  .showcase-copy h2 {
    font-size: 2.35rem;
  }

  .ai-slide,
  .video-slide {
    min-height: 560px;
    padding: 18px;
  }

  .ai-cinema {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    padding: 12px;
  }

  .carousel-stage {
    border-radius: 0;
  }

  .cinema-player-shell {
    border-radius: 10px;
    height: var(--mobile-player-h) !important;
    max-height: 320px;
    width: var(--mobile-player-w) !important;
  }

  .cinema-actions {
    background: rgba(3, 8, 23, 0.72);
    border-top: 1px solid rgba(141, 196, 255, 0.18);
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 0;
    padding: 8px;
    right: 0;
  }

  .cinema-control {
    font-size: 0.76rem;
    justify-content: center;
    min-height: 36px;
    padding-inline: 8px;
  }

  .play-ring {
    height: 58px;
    width: 58px;
  }

  .cinema-poster {
    gap: 9px;
    padding: 14px 14px 58px;
  }

  .cinema-poster strong {
    font-size: 0.82rem;
    max-width: min(260px, calc(100vw - 56px));
    padding: 8px 10px;
  }

  .cinema-copy h3 {
    font-size: clamp(2rem, 12vw, 2.45rem);
  }

  .cinema-copy {
    grid-template-columns: 1fr;
    padding: 4px 2px 0;
  }

  .cinema-kicker {
    grid-row: auto;
    margin-bottom: 12px;
  }

  .cinema-link {
    grid-column: 1;
  }

  .carousel-dots {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }

  .carousel-dots span {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .carousel-dots button {
    font-size: 0.82rem;
    height: 40px;
    min-width: 154px;
    padding: 0 10px 0 7px;
  }

  .carousel-dots img {
    flex: 0 0 24px;
    height: 24px;
    width: 24px;
  }

  .slide-copy h3 {
    font-size: 2.25rem;
  }

  .carousel-controls {
    gap: 10px;
    padding-inline: 10px;
  }

  .carousel-controls > button {
    flex: 0 0 40px;
  }

  .hero-actions .btn,
  .featured-grid,
  .bonus-grid,
  .pricing-grid,
  .tool-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .featured-grid,
  .bonus-grid,
  .pricing-grid,
  .tool-list {
    display: grid;
  }

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

  .saving-row,
  .saving-total {
    display: block;
  }

  .saving-row strong,
  .saving-total strong {
    margin-top: 8px;
    text-align: left;
  }

  .floating-whatsapp {
    bottom: 86px;
    right: 16px;
  }

  .floating-music-toggle {
    bottom: 152px;
    font-size: 0.78rem;
    justify-content: center;
    min-width: 42px;
    min-height: 42px;
    padding-inline: 11px;
    right: 16px;
  }

  .floating-music-toggle span {
    display: none;
  }

  .mobile-conversion-bar {
    display: flex;
  }
}

@media (hover: none) and (pointer: coarse) {
  html,
  body {
    max-width: var(--visual-vw);
    overflow-x: hidden;
  }

  .cursor-dot,
  .cursor-aura {
    display: none;
  }

  .ai-showcase {
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: var(--visual-vw);
    overflow: hidden;
    padding: 56px 0 72px;
    width: var(--visual-vw);
  }

  .showcase-copy {
    max-width: var(--visual-vw);
    overflow: hidden;
    padding-inline: 16px;
  }

  .showcase-copy h2,
  .showcase-copy p {
    max-width: calc(var(--visual-vw) - 32px);
  }

  .showcase-pills {
    flex-wrap: nowrap;
    max-width: calc(var(--visual-vw) - 32px);
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .showcase-pills::-webkit-scrollbar {
    display: none;
  }

  .ai-carousel,
  .carousel-stage,
  .ai-cinema {
    max-width: var(--visual-vw);
    width: var(--visual-vw);
  }

  .ai-cinema {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .cinema-player {
    display: flex;
    justify-content: center;
  }

  .cinema-player-shell {
    aspect-ratio: auto;
    border-radius: 10px;
    height: var(--mobile-player-h) !important;
    max-height: 320px;
    width: var(--mobile-player-w) !important;
  }

  .cinema-player-shell > #youtube-cinema-player,
  .cinema-player-shell > iframe#youtube-cinema-player,
  #youtube-cinema-player iframe {
    pointer-events: none;
  }

  .cinema-copy {
    grid-template-columns: minmax(0, 1fr);
    padding: 4px 2px 0;
  }

  .cinema-copy h3 {
    font-size: clamp(2rem, 12vw, 2.45rem);
  }

  .cinema-link {
    grid-column: 1;
  }

  .carousel-controls {
    gap: 10px;
    padding-inline: 10px;
    width: var(--visual-vw);
  }

  .carousel-dots {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }

  .carousel-dots span {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .carousel-dots button {
    font-size: 0.82rem;
    min-width: 154px;
  }
}

.is-mobile-layout,
.is-mobile-layout body {
  max-width: var(--visual-vw);
  overflow-x: hidden;
}

.is-mobile-layout .cursor-dot,
.is-mobile-layout .cursor-aura {
  display: none;
}

.is-mobile-layout .ai-showcase {
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: var(--visual-vw);
  overflow: hidden;
  padding: 56px 0 72px;
  width: var(--visual-vw);
}

.is-mobile-layout .showcase-copy {
  max-width: var(--visual-vw);
  overflow: hidden;
  padding-inline: 16px;
}

.is-mobile-layout .showcase-copy h2,
.is-mobile-layout .showcase-copy p {
  max-width: calc(var(--visual-vw) - 32px);
}

.is-mobile-layout .showcase-pills {
  flex-wrap: nowrap;
  max-width: calc(var(--visual-vw) - 32px);
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.is-mobile-layout .showcase-pills::-webkit-scrollbar {
  display: none;
}

.is-mobile-layout .ai-carousel,
.is-mobile-layout .carousel-stage,
.is-mobile-layout .ai-cinema {
  max-width: var(--visual-vw);
  width: var(--visual-vw);
}

.is-mobile-layout .ai-cinema {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  grid-template-columns: minmax(0, 1fr);
  padding: 12px;
}

.is-mobile-layout .cinema-player {
  display: flex;
  justify-content: center;
}

.is-mobile-layout .cinema-player-shell {
  aspect-ratio: auto;
  border-radius: 10px;
  height: var(--mobile-player-h) !important;
  max-height: 320px;
  width: var(--mobile-player-w) !important;
}

.is-mobile-layout .cinema-player-shell > #youtube-cinema-player,
.is-mobile-layout .cinema-player-shell > iframe#youtube-cinema-player,
.is-mobile-layout #youtube-cinema-player iframe {
  pointer-events: none;
}

.is-mobile-layout .cinema-copy {
  grid-template-columns: minmax(0, 1fr);
  padding: 4px 2px 0;
}

.is-mobile-layout .cinema-copy h3 {
  font-size: clamp(2rem, 12vw, 2.45rem);
}

.is-mobile-layout .cinema-link {
  grid-column: 1;
}

.is-mobile-layout .carousel-controls {
  gap: 10px;
  padding-inline: 10px;
  width: var(--visual-vw);
}

.is-mobile-layout .carousel-dots {
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
}

.is-mobile-layout .carousel-dots span {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.is-mobile-layout .carousel-dots button {
  font-size: 0.82rem;
  min-width: 154px;
}

@media (prefers-reduced-motion: reduce) {
  .hero-logos,
  .logo-tile,
  .logo-tile::after,
  .text-shine::after {
    animation: none;
  }

  .text-shine::after {
    opacity: 0;
  }
}

