:root {
  --ink: #111319;
  --coal: #080a0f;
  --panel: #151922;
  --paper: #f6f1e6;
  --white: #ffffff;
  --line: rgba(17, 19, 25, 0.14);
  --line-dark: rgba(255, 255, 255, 0.16);
  --muted: #626b70;
  --teal: #067c86;
  --green: #2d7c55;
  --gold: #d9ad35;
  --red: #c64636;
  --blue: #315f9d;
  --shadow: 0 28px 80px rgba(10, 12, 17, 0.18);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 12px clamp(16px, 5vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  background: rgba(8, 10, 15, 0.84);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  background: radial-gradient(circle at 30% 28%, rgba(217, 173, 53, 0.9), transparent 20%),
    linear-gradient(135deg, #10141d 0%, #0b2830 52%, #1f4638 100%);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.35);
}

.brand-mark__orb,
.brand-mark__bridge,
.brand-mark__road {
  position: absolute;
  inset: 0;
}

.brand-mark__orb::before,
.brand-mark__orb::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 20px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
}

.brand-mark__orb::before {
  left: 6px;
}

.brand-mark__orb::after {
  right: 6px;
}

.brand-mark__bridge::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 21px;
  width: 6px;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
}

.brand-mark__road::before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 11px;
  height: 12px;
  border-top: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong {
  display: block;
  font-size: 18px;
  line-height: 1.05;
}

.brand-copy small {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.desktop-nav ul {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desktop-nav li {
  display: contents;
}

.desktop-nav a,
.nav-button,
.footer-links button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
}

.desktop-nav a:hover,
.nav-button:hover {
  color: var(--white);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.order-entry-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 0 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.order-entry-indicator {
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(217, 173, 53, 0.18);
}

body.has-recent-order .order-entry-indicator {
  color: var(--gold);
  background: var(--gold);
}

.whatsapp-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
}

.icon-button {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: inherit;
  background: transparent;
}

.menu-button {
  display: none;
  place-items: center;
  gap: 4px;
  border-color: rgba(255, 255, 255, 0.18);
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.logo-hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(48px, 9vw, 96px) 20px 68px;
  color: var(--white);
  background: linear-gradient(135deg, #07090e 0%, #0b1519 38%, #18231f 62%, #21190e 100%);
}

.logo-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26vh;
  background: linear-gradient(to bottom, transparent, rgba(246, 241, 230, 0.08));
  pointer-events: none;
}

.hero-atmosphere,
.hero-atmosphere span {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sweep {
  width: 140%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  animation: sweepMove 3.2s ease-out infinite;
}

.sweep-a {
  transform: rotate(-8deg) translateX(-25%);
}

.sweep-b {
  transform: rotate(13deg) translateX(25%);
  animation-delay: 0.85s;
  opacity: 0.44;
}

.signal-line::before {
  content: "";
  position: absolute;
  left: 7vw;
  right: 7vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(6, 124, 134, 0.7), transparent);
}

.line-a::before {
  top: 23%;
}

.line-b::before {
  bottom: 20%;
  background: linear-gradient(90deg, transparent, rgba(217, 173, 53, 0.58), transparent);
}

.particle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 32px rgba(217, 173, 53, 0.65);
  animation: particleFloat 5s ease-in-out infinite;
}

.p1 {
  left: 18%;
  top: 28%;
}

.p2 {
  left: 76%;
  top: 35%;
  animation-delay: 0.8s;
  background: var(--teal);
}

.p3 {
  left: 56%;
  top: 76%;
  animation-delay: 1.4s;
  background: var(--green);
}

.hero-lockup {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 32px));
  text-align: center;
}

.cinematic-logo {
  position: relative;
  width: clamp(160px, 30vw, 320px);
  height: clamp(160px, 30vw, 320px);
  margin: 0 auto 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
  background: radial-gradient(circle at 52% 38%, rgba(217, 173, 53, 0.22), transparent 22%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.42);
  animation: logoReveal 1.6s cubic-bezier(0.18, 0.82, 0.24, 1) both;
}

.cinematic-logo::before {
  content: "";
  position: absolute;
  inset: -30%;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.22), transparent 58%);
  transform: translateX(-80%) rotate(12deg);
  animation: logoGlint 3.1s ease-in-out infinite 0.4s;
}

.lens {
  position: absolute;
  top: 39%;
  width: 37%;
  height: 20%;
  border: 3px solid rgba(255, 255, 255, 0.84);
  border-radius: 50%;
  background: rgba(6, 124, 134, 0.22);
}

.lens-left {
  left: 12%;
}

.lens-right {
  right: 12%;
}

.logo-sun {
  position: absolute;
  left: calc(50% - 18px);
  top: 24%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 50px rgba(217, 173, 53, 0.8);
  animation: sunPulse 2.8s ease-in-out infinite;
}

.logo-road {
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 18%;
  height: 20%;
  border-top: 4px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.logo-hero h1 {
  margin: 0;
  font-size: clamp(56px, 12vw, 160px);
  line-height: 0.88;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-line {
  width: min(760px, 100%);
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.6vw, 28px);
  line-height: 1.35;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 800;
}

.button.primary {
  color: #0c1015;
  background: var(--gold);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.button.full {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.trust-row span,
.proof-points span,
.benefit-pill,
.payment-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 11px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.07);
  font-size: 12px;
  font-weight: 800;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.brand-loop {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  background: var(--coal);
}

.brand-loop__track {
  display: flex;
  width: max-content;
  gap: 28px;
  padding: 16px 0;
  animation: loopTrack 22s linear infinite;
}

.brand-loop__track span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.section,
.conflict-band,
.proof-section,
.system-section,
.activity-section,
.cro-trust-section,
.bundle-section {
  padding: clamp(56px, 8vw, 108px) clamp(16px, 5vw, 56px);
}

.cro-trust-section {
  background: #fbf8ef;
}

.trust-badge-grid,
.bundle-grid,
.cro-benefit-grid,
.before-after-grid,
.timeline-list {
  display: grid;
  gap: 14px;
}

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

.trust-badge-grid article,
.bundle-card,
.cro-benefit-grid article,
.before-after-grid article,
.timeline-list article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 16px 40px rgba(17, 19, 25, 0.08);
}

.trust-badge-grid article {
  min-height: 190px;
  padding: 18px;
}

.trust-badge-grid strong,
.bundle-card strong,
.cro-benefit-grid strong,
.before-after-grid strong,
.timeline-list strong {
  display: block;
  line-height: 1.18;
}

.trust-badge-grid strong {
  margin-bottom: 12px;
  font-size: 20px;
}

.trust-badge-grid span,
.bundle-card p {
  color: var(--muted);
  line-height: 1.55;
}

.bundle-section {
  background: #efe8da;
}

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

.bundle-card {
  display: grid;
  gap: 14px;
  min-height: 280px;
  padding: 22px;
}

.bundle-card span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bundle-card strong {
  font-size: clamp(24px, 3vw, 36px);
}

.bundle-card.featured {
  color: var(--white);
  background: linear-gradient(145deg, #0b0d13, #12312a);
}

.bundle-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.conflict-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--coal);
}

.conflict-band article {
  min-height: 230px;
  padding: clamp(24px, 4vw, 42px);
  color: var(--white);
  background: linear-gradient(145deg, #0f131b, #15251f);
}

.conflict-band article:nth-child(2) {
  background: linear-gradient(145deg, #14171f, #102830);
}

.conflict-band article:nth-child(3) {
  background: linear-gradient(145deg, #15130e, #2b2312);
}

.conflict-band span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.conflict-band h2,
.section-heading h2,
.proof-copy h2,
.system-section h2,
.activity-section h2,
.product-title-page h1,
.landing-section h2 {
  margin: 0;
  font-size: clamp(30px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.conflict-band p,
.proof-copy p,
.system-section p,
.activity-section p,
.landing-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.conflict-band article p {
  color: rgba(255, 255, 255, 0.68);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-heading > div:first-child {
  width: min(760px, 100%);
}

.segmented-control,
.use-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.segmented-control button,
.use-filter button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.45);
  font-weight: 800;
}

.segmented-control button.active,
.use-filter button.active {
  color: var(--white);
  background: var(--ink);
}

.use-filter {
  margin-bottom: 22px;
}

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

.product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 46px rgba(17, 19, 25, 0.08);
}

.product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: linear-gradient(135deg, #fdfaf2, #e4e1d5);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: transform 0.45s ease;
}

.product-card:hover .product-card__media img {
  transform: scale(1.04);
}

.product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}

.card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 28px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0;
  min-height: 52px;
  font-size: 18px;
  line-height: 1.18;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.price {
  color: var(--red);
  font-size: 22px;
  font-weight: 950;
}

.compare-price {
  color: var(--muted);
  font-size: 13px;
  text-decoration: line-through;
}

.rating {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.benefit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-height: 68px;
}

.benefit-pill {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 8px;
  margin-top: auto;
}

.card-actions .button {
  min-height: 42px;
  padding: 0 10px;
  font-size: 13px;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  color: var(--white);
  background: linear-gradient(140deg, #091017, #112922 58%, #21190d);
}

.proof-media {
  min-height: 420px;
  display: grid;
  place-items: center;
}

.proof-frame {
  width: min(420px, 100%);
  aspect-ratio: 4 / 5;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  padding: 28px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 30%, rgba(217, 173, 53, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(6, 124, 134, 0.24), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow);
}

.proof-frame span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.proof-frame strong {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.95;
}

.proof-copy p {
  color: rgba(255, 255, 255, 0.7);
}

.proof-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.system-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rule-grid article,
.activity-item,
.spec-card,
.faq-item,
.review-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 16px 40px rgba(17, 19, 25, 0.08);
}

.rule-grid article {
  min-height: 150px;
  padding: 20px;
}

.rule-grid strong {
  display: block;
  margin-bottom: 12px;
  font-size: 22px;
}

.rule-grid span {
  color: var(--muted);
  line-height: 1.5;
}

.activity-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 5vw, 64px);
  background: #ebe5d8;
}

.activity-list {
  display: grid;
  gap: 10px;
  max-height: 330px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

.activity-list__track {
  display: grid;
  gap: 10px;
  animation: activityRoll 24s linear infinite;
}

.activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 70px;
  padding: 16px;
}

.activity-item span {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.story-modal,
.guided-drawer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
}

.story-modal.open,
.guided-drawer.open {
  display: block;
}

.modal-backdrop,
.drawer-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(8, 10, 15, 0.72);
}

.story-panel,
.guided-panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(760px, 100vw);
  overflow: auto;
  padding: 22px;
  color: var(--ink);
  background: var(--paper);
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.35);
  animation: drawerIn 0.28s ease both;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.1fr);
  gap: 22px;
  margin-top: 52px;
}

.story-visual {
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(145deg, #081017, #14392f);
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}

.story-copy h2,
.guided-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1;
}

.story-copy p,
.guided-panel p {
  color: var(--muted);
  line-height: 1.6;
}

.story-grid {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.story-grid article,
.guided-step,
.assignment-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: rgba(255, 255, 255, 0.64);
}

.story-grid strong,
.guided-step strong {
  display: block;
  margin-bottom: 6px;
}

.close-button {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 78px;
  background: rgba(255, 255, 255, 0.75);
}

.guided-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 54px 0 18px;
}

.guided-progress span {
  height: 6px;
  border-radius: 999px;
  background: rgba(17, 19, 25, 0.12);
}

.guided-progress span.active {
  background: var(--gold);
}

.guided-form {
  display: grid;
  gap: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
}

textarea {
  min-height: 94px;
  padding-top: 12px;
  resize: vertical;
}

.assignment-box {
  color: var(--ink);
}

.assignment-box .payment-badge {
  margin: 4px 4px 0 0;
  color: var(--white);
  background: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(16px, 5vw, 56px) 90px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--coal);
}

.site-footer strong {
  display: block;
  color: var(--white);
  font-size: 22px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 14px;
}

.mobile-sticky-cta,
.product-sticky-cta {
  position: fixed;
  z-index: 60;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(8, 10, 15, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
}

.mobile-sticky-cta a,
.mobile-sticky-cta button,
.product-sticky-cta a,
.product-sticky-cta button {
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  color: #0c1015;
  background: var(--gold);
  font-weight: 900;
}

.mobile-sticky-cta a,
.product-sticky-cta a {
  display: grid;
  place-items: center;
}

.mobile-sticky-cta a:last-child,
.product-sticky-cta a:last-child {
  color: var(--white);
  background: var(--green);
}

.mobile-sticky-cta .sticky-track-order,
.product-sticky-cta .sticky-track-order {
  color: var(--white);
  background: #2f343b;
}

.mobile-sticky-cta .sticky-whatsapp,
.product-sticky-cta .sticky-whatsapp {
  color: var(--white);
  background: var(--green);
}

.recent-order-access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.recent-order-access[hidden] {
  display: none;
}

.recent-order-access small {
  color: var(--muted);
}

body.kayavista-experience #moderncart-floating-cart,
body.kayavista-experience #moderncart-slide-out-modal {
  display: none !important;
}

.product-page {
  color: var(--ink);
  background: var(--paper);
}

.product-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(24px, 5vw, 72px);
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 6vw, 78px) clamp(16px, 5vw, 56px);
  color: var(--white);
  background: linear-gradient(135deg, #080a0f 0%, #0b2027 46%, #21190d 100%);
}

.product-title-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.product-title-page h1 {
  font-size: clamp(38px, 5.4vw, 78px);
}

.product-title-page p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.55;
}

.product-gallery {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-self: center;
  min-height: 0;
}

.gallery-thumbs {
  display: grid;
  gap: 10px;
  align-content: start;
  max-height: min(74vh, 680px);
  overflow: auto;
  padding-right: 4px;
}

.gallery-thumbs button {
  width: 82px;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.gallery-thumbs button.active {
  border-color: var(--gold);
}

.gallery-thumbs img,
.main-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-gallery-image {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.12), transparent 32%), rgba(255, 255, 255, 0.05);
}

.main-gallery-image img {
  padding: clamp(14px, 3vw, 32px);
}

.landing-section {
  padding: clamp(52px, 8vw, 100px) clamp(16px, 5vw, 56px);
}

.compact-section {
  padding-top: clamp(36px, 5vw, 68px);
  padding-bottom: clamp(36px, 5vw, 68px);
}

.landing-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(320px, 1.12fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.landing-copy h2 {
  margin-bottom: 16px;
}

.benefit-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.benefit-panel article,
.video-card,
.order-box {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 16px 40px rgba(17, 19, 25, 0.08);
}

.benefit-panel strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.benefit-panel span {
  color: var(--muted);
  line-height: 1.5;
}

.product-trust-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-trust-grid article {
  min-height: 160px;
}

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

.cro-benefit-grid article {
  min-height: 150px;
  padding: 18px;
}

.cro-benefit-grid span,
.before-after-grid span,
.timeline-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #0c1015;
  background: var(--gold);
  font-size: 12px;
  font-weight: 950;
}

.cro-benefit-grid strong {
  font-size: 20px;
}

.before-after-section {
  color: var(--white);
  background: linear-gradient(135deg, #0b0d13, #17261f);
}

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

.before-after-grid article {
  min-height: 240px;
  padding: 24px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.before-after-grid strong {
  font-size: clamp(24px, 3.2vw, 42px);
}

.timeline-list {
  counter-reset: timeline;
}

.timeline-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px;
}

.timeline-list span {
  margin-bottom: 0;
}

.review-pending {
  color: var(--gold);
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.detail-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
}

.detail-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 12px;
}

.spec-grid,
.faq-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.spec-card,
.faq-item,
.review-card {
  min-height: 150px;
  padding: 18px;
}

.spec-card strong,
.faq-item strong,
.review-card strong {
  display: block;
  margin-bottom: 10px;
}

.spec-card span,
.faq-item p,
.review-card p {
  color: var(--muted);
  line-height: 1.55;
}

.order-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(24px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(135deg, #0b0d13, #12312a);
}

.order-section p {
  color: rgba(255, 255, 255, 0.7);
}

.order-box {
  color: var(--ink);
}

.video-card {
  overflow: hidden;
  display: grid;
  gap: 12px;
}

.video-card img,
.video-card video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: var(--radius);
  background: #0c1015;
}

.video-card audio {
  width: 100%;
}

.product-urgency-box {
  display: grid;
  gap: 10px;
  width: min(440px, 100%);
  margin-top: 22px;
  border: 1px solid rgba(217, 173, 53, 0.32);
  border-radius: var(--radius);
  padding: 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.product-urgency-box strong {
  font-size: 20px;
}

.product-urgency-box span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.not-found {
  min-height: 70vh;
  display: grid;
  place-items: center;
  padding: 40px;
  text-align: center;
}

@keyframes sweepMove {
  0% {
    opacity: 0;
    transform: translateX(-30%) rotate(-8deg);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(30%) rotate(-8deg);
  }
}

@keyframes particleFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-22px);
  }
}

@keyframes logoReveal {
  0% {
    opacity: 0;
    transform: scale(0.82);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes logoGlint {
  0%,
  45% {
    transform: translateX(-80%) rotate(12deg);
  }
  100% {
    transform: translateX(80%) rotate(12deg);
  }
}

@keyframes sunPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}

@keyframes drawerIn {
  from {
    transform: translateX(28px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes activityRoll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50% - 5px));
  }
}

@media (max-width: 1180px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .desktop-nav {
    position: fixed;
    left: 12px;
    right: 12px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(8, 10, 15, 0.94);
  }

  body.menu-open .desktop-nav {
    display: flex;
  }

  .menu-button {
    display: grid;
  }

  .section-heading,
  .proof-section,
  .system-section,
  .activity-section,
  .product-hero,
  .landing-grid,
  .order-section,
  .story-layout {
    grid-template-columns: 1fr;
  }

  .section-heading {
    align-items: start;
  }

  .conflict-band,
  .product-grid,
  .trust-badge-grid,
  .bundle-grid,
  .product-trust-grid,
  .cro-benefit-grid,
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(5, 70px);
    grid-auto-flow: column;
    overflow-x: auto;
    max-height: none;
  }

  .gallery-thumbs button {
    width: 70px;
  }

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

  .mobile-sticky-cta,
  .product-sticky-cta {
    display: grid;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 66px;
    padding: 9px 12px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy small,
  .whatsapp-link {
    display: none;
  }

  .logo-hero {
    min-height: calc(100vh - 66px);
    padding: 44px 14px 64px;
  }

  .hero-actions,
  .card-actions {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    display: grid;
  }

  .trust-row {
    justify-content: stretch;
  }

  .trust-row span {
    justify-content: center;
    width: calc(50% - 4px);
  }

  .section,
  .conflict-band,
  .proof-section,
  .system-section,
  .activity-section,
  .cro-trust-section,
  .bundle-section,
  .landing-section,
  .product-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-hero {
    gap: 20px;
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 110px;
  }

  .product-title-page {
    gap: 14px;
  }

  .product-title-page h1 {
    font-size: clamp(34px, 10.4vw, 44px);
    line-height: 0.96;
  }

  .product-title-page p {
    font-size: 16px;
  }

  .product-gallery {
    order: -1;
  }

  .main-gallery-image {
    min-height: 260px;
  }

  .product-grid,
  .benefit-panel,
  .detail-gallery,
  .spec-grid,
  .faq-grid,
  .review-grid,
  .rule-grid,
  .timeline-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .story-panel,
  .guided-panel {
    width: 100vw;
    padding: 16px;
  }

  .story-visual {
    min-height: 280px;
  }

  .site-footer {
    flex-direction: column;
  }
}

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

/* V10 commerce, international market, and order-system upgrades. */
.market-control {
  display: inline-flex;
  align-items: center;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

.market-control select {
  min-height: 42px;
  max-width: 154px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  padding: 0 34px 0 12px;
  color: var(--white);
  background: #20242a;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.button.text-link {
  min-height: 44px;
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.logo-hero {
  min-height: min(860px, calc(100vh - 72px));
  padding-top: 42px;
  padding-bottom: 82px;
}

.cinematic-logo {
  width: clamp(160px, 18vw, 230px);
  height: clamp(160px, 18vw, 230px);
  margin-bottom: 22px;
}

.logo-hero h1 {
  font-size: clamp(52px, 7vw, 92px);
  line-height: 0.96;
}

.hero-line {
  font-size: clamp(17px, 2vw, 22px);
}

.market-kicker {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.order-journey-section {
  padding: clamp(56px, 8vw, 104px) clamp(16px, 5vw, 56px);
  background: #eef2ef;
}

.order-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.order-journey-grid article {
  min-height: 240px;
  padding: 24px;
  background: #ffffff;
}

.order-journey-grid span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 34px;
  border-radius: 50%;
  color: #0c1015;
  background: var(--gold);
  font-weight: 950;
}

.order-journey-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 19px;
}

.order-journey-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.product-title-page h1 {
  max-width: 760px;
  font-size: clamp(42px, 4.4vw, 64px);
  line-height: 1;
}

.product-hero {
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
}

.review-empty-state,
.order-confirmation-card,
.order-status-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #ffffff;
}

.review-empty-state {
  max-width: 760px;
}

.review-empty-state strong,
.order-confirmation-card h3 {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
}

.faq-item {
  cursor: pointer;
}

.faq-item summary {
  font-weight: 900;
}

.faq-item[open] summary {
  margin-bottom: 12px;
}

.guided-form textarea,
.order-status-form input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #ffffff;
  font: inherit;
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
}

.payment-summary {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.order-confirmation-actions {
  display: grid;
  gap: 9px;
  margin: 16px 0;
}

.whatsapp-button {
  color: #ffffff;
  background: var(--green);
}

.asset-note {
  color: var(--muted);
  font-size: 13px;
}

.video-card video {
  aspect-ratio: 9 / 16;
  max-height: 720px;
  object-fit: cover;
}

.video-card img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.order-tracking-page {
  min-height: calc(100vh - 72px);
  background: var(--paper);
}

.order-tracking-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  padding: clamp(70px, 10vw, 140px) clamp(16px, 7vw, 92px);
  color: #ffffff;
  background: linear-gradient(135deg, #080a0f, #0d282a 62%, #20180e);
}

.order-tracking-hero h1 {
  margin: 12px 0 20px;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
}

.order-tracking-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.order-status-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.order-status-form label {
  display: grid;
  gap: 8px;
  font-weight: 850;
}

.order-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 22px;
}

.order-timeline span {
  border-top: 3px solid var(--line);
  padding-top: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.order-timeline span.complete {
  border-color: var(--green);
  color: var(--ink);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 52px;
  padding-bottom: 96px;
}

.footer-order-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

body.wp-theme-kayavista-theme #moderncart-floating-cart,
body.wp-theme-kayavista-theme #moderncart-slide-out-modal,
body.theme-kayavista-theme #moderncart-floating-cart,
body.theme-kayavista-theme #moderncart-slide-out-modal {
  display: none !important;
}

body.drawer-open .product-sticky-cta,
body.drawer-open .mobile-sticky-cta,
body.modal-open .product-sticky-cta,
body.modal-open .mobile-sticky-cta {
  display: none !important;
}

@media (max-width: 920px) {
  .order-journey-grid,
  .order-tracking-hero {
    grid-template-columns: 1fr;
  }

  .order-journey-grid {
    gap: 1px;
  }

  .product-sticky-cta {
    display: none;
  }

  body.show-product-sticky .product-sticky-cta {
    display: grid;
  }
}

@media (max-width: 680px) {
  body.kayavista-experience {
    padding-bottom: 76px;
  }

  .market-control select {
    width: 92px;
    max-width: 92px;
    padding-left: 8px;
    font-size: 11px;
  }

  .order-entry-link {
    min-height: 40px;
    padding: 0 9px;
    font-size: 12px;
  }

  .mobile-sticky-cta a,
  .mobile-sticky-cta button,
  .product-sticky-cta a,
  .product-sticky-cta button {
    padding-inline: 6px;
    font-size: 12px;
  }

  .logo-hero {
    min-height: calc(100vh - 66px);
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .cinematic-logo {
    width: 128px;
    height: 128px;
    margin-bottom: 16px;
  }

  .logo-hero h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .hero-line {
    margin-top: 16px;
    font-size: 16px;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 20px;
  }

  .product-title-page h1 {
    font-size: clamp(34px, 9.6vw, 42px);
    line-height: 1;
  }

  .product-hero {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
    overflow: hidden;
  }

  .product-title-page,
  .product-gallery,
  .main-gallery-image {
    min-width: 0;
    max-width: 100%;
  }

  .product-gallery {
    order: -1;
  }

  .order-journey-grid,
  .order-timeline {
    grid-template-columns: 1fr;
  }

  .order-journey-grid article {
    min-height: 0;
  }

  .order-tracking-hero h1 {
    font-size: 48px;
  }

  .product-sticky-cta,
  .mobile-sticky-cta {
    z-index: 999;
    bottom: max(8px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 420px) {
  .brand-copy {
    display: none;
  }

  .header-actions {
    gap: 6px;
  }

  .market-control select {
    width: 82px;
    max-width: 82px;
  }
}

.info-page {
  min-height: 70vh;
  color: var(--white);
  background: linear-gradient(145deg, #071014, #102a27 58%, #21190e);
}

.kv-wrap {
  width: min(100%, 1360px);
  margin-inline: auto;
  padding-inline: clamp(16px, 5vw, 56px);
}

.info-hero {
  max-width: 980px;
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(48px, 7vw, 88px);
}

.info-hero h1 {
  max-width: 900px;
  margin: 16px 0 24px;
  font-size: clamp(48px, 7vw, 88px);
  line-height: 0.98;
}

.info-hero > p:not(.eyebrow) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  line-height: 1.55;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding-bottom: 96px;
  background: rgba(255, 255, 255, 0.12);
}

.info-grid article {
  min-height: 230px;
  padding: 30px;
  color: var(--ink);
  background: var(--paper);
}

.info-grid strong {
  display: block;
  margin-bottom: 14px;
  font-size: 24px;
}

.info-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

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

  .info-grid article {
    min-height: 0;
  }
}
