/* =========================================================
   TiviOne 4K — IPTV Landing Page
   Light theme, modern cards, CSS-only marquees & accordion
   ========================================================= */

:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-alt: #eef2f8;
  --border: #e4e9f1;
  --text: #101828;
  --text-muted: #5b6472;
  --text-soft: #8a93a3;

  --brand: #8b2fe0;
  --brand-dark: #6a1fb0;
  --brand-light: #f3e9fe;
  --ink: #1a0e33;
  --accent: #22d3ee;
  --brand-gradient: linear-gradient(135deg, #22d3ee 0%, #8b2fe0 40%, #ec1f8f 70%, #ff8a1f 100%);

  --whatsapp: #25d366;
  --whatsapp-dark: #1ebe5b;

  --gold: #c8912a;
  --gold-bg: #fdf3e0;

  --pricing-bg: #0a0714;
  --card-bg: #171129;

  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;

  --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06);
  --shadow: 0 8px 24px rgba(16, 24, 40, 0.08);
  --shadow-lg: 0 20px 48px rgba(16, 24, 40, 0.12);

  --font-heading: "Sora", "Manrope", sans-serif;
  --font-body: "Manrope", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

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

ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

section.section { padding: 96px 0; }
.section-alt { background: var(--surface-alt); }

.section-head {
  max-width: 640px;
  margin: 0 auto 56px;
  text-align: center;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--brand);
  background: var(--brand-light);
  padding: 9px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.section-head h2 {
  font-size: clamp(28px, 3.6vw, 40px);
  margin-bottom: 14px;
}

.section-head p {
  color: var(--text-muted);
  font-size: 17px;
}

/* =========================================================
   Buttons
   ========================================================= */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 15px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

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

.btn-primary {
  background: var(--brand-gradient);
  background-size: 160% 160%;
  background-position: 100% 50%;
  color: #fff;
  box-shadow: 0 10px 24px rgba(139, 47, 224, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-position 0.4s ease;
}
.btn-primary:hover { background-position: 0% 50%; box-shadow: 0 14px 32px rgba(139, 47, 224, 0.45); }

.btn-outline {
  background: var(--surface-alt);
  color: var(--ink);
  border-color: #d7deea;
  border-width: 1.5px;
}
.btn-outline:hover { border-color: var(--brand); color: var(--brand); background: var(--brand-light); }

.btn-ghost {
  background: var(--surface);
  color: var(--ink);
  border-color: var(--border);
  box-shadow: var(--shadow-sm);
}
.btn-ghost:hover { border-color: var(--whatsapp); color: var(--whatsapp-dark); }
.btn-ghost .fa-whatsapp { color: var(--whatsapp); font-size: 18px; }

.btn-lg { padding: 16px 30px; font-size: 16px; }

/* =========================================================
   Header
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(246, 248, 251, 0.85);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 78px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.brand-mark-icon {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 10px rgba(139, 47, 224, 0.4));
}

.brand-mark-bolt {
  filter: drop-shadow(0 1px 2px rgba(80, 20, 120, 0.18));
}

.brand-text {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 21px;
  /* same ramp as the play mark, so wordmark and icon read as one lockup */
  background: linear-gradient(100deg, #29b6f0 0%, #7b3ce8 32%, #ec1f8f 64%, #f5326a 84%, #ff8a1f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.brand-text .accent { color: inherit; -webkit-text-fill-color: transparent; }
.brand-4k {
  font-size: 11px;
  font-weight: 800;
  background: linear-gradient(100deg, #ec1f8f, #ff8a1f);
  color: #fff;
  -webkit-text-fill-color: #fff;
  padding: 2px 6px;
  border-radius: 5px;
  vertical-align: middle;
  margin-left: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}

.main-nav a {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-muted);
  transition: color 0.15s ease;
}
.main-nav a:hover { color: var(--ink); }

.header-cta { flex-shrink: 0; }

.nav-toggle { display: none; }
.nav-burger { display: none; }

/* =========================================================
   Hero
   ========================================================= */

.hero {
  position: relative;
  padding: 88px 0 100px;
  background:
    radial-gradient(circle at 85% 10%, rgba(139, 47, 224, 0.12), transparent 45%),
    radial-gradient(circle at 5% 90%, rgba(34, 211, 238, 0.10), transparent 40%),
    var(--bg);
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.hero-copy, .hero-visual { min-width: 0; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--brand-dark);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 8px 16px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.eyebrow i { color: var(--brand); }

.hero-copy h1 {
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.4;
  margin-bottom: 22px;
}

.hero-brand {
  position: relative;
  display: inline-block;
  /* logo ramp, deepened — the light cyan/orange ends wash out at hero size */
  background: linear-gradient(100deg, #1e88d8 0%, #6d34e0 40%, #d81a86 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-brand .accent { color: inherit; -webkit-text-fill-color: transparent; }
.hero-brand::after {
  content: "";
  position: absolute;
  left: 3px;
  right: 8px;
  bottom: -1px;
  height: 5px;
  border-radius: 999px;
  background: var(--brand-gradient);
}

.hero-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 540px;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 44px;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}

.hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stats strong {
  font-family: var(--font-heading);
  font-size: 24px;
  color: var(--ink);
}

.hero-stats span {
  font-size: 13px;
  color: var(--text-soft);
  font-weight: 600;
}

.hero-visual {
  position: relative;
  height: 480px;
}

.poster-shadow-blob {
  position: absolute;
  width: 300px;
  height: 300px;
  right: 0;
  bottom: -30px;
  background: radial-gradient(circle, rgba(139, 47, 224, 0.4), transparent 70%);
  filter: blur(45px);
  z-index: 0;
}

.hero-poster-stack {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.stack-poster {
  position: absolute;
  border-radius: 18px;
  overflow: hidden;
  border: 5px solid var(--surface);
  box-shadow: 0 25px 50px -10px rgba(16, 24, 40, 0.35);
}
.stack-poster img { width: 100%; height: 100%; object-fit: cover; display: block; }

.stack-poster-main {
  width: 250px;
  height: 360px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-3deg);
  z-index: 5;
}
.stack-poster-1 { width: 150px; height: 210px; left: 0; top: 6%; transform: rotate(-12deg); z-index: 2; }
.stack-poster-2 { width: 150px; height: 210px; right: 2%; top: 0; transform: rotate(9deg); z-index: 3; }
.stack-poster-3 { width: 140px; height: 195px; right: 0; bottom: 8%; transform: rotate(-9deg); z-index: 4; }
.stack-poster-4 { width: 140px; height: 195px; left: 4%; bottom: 0; transform: rotate(11deg); z-index: 2; }

.hero-chip {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--ink);
  box-shadow: var(--shadow-lg);
  z-index: 6;
  animation: chip-float 4.5s ease-in-out infinite;
}
.hero-chip i { color: var(--brand); font-size: 14px; }
.hero-chip-1 { top: 2%; left: -4%; animation-delay: 0s; }
.hero-chip-2 { bottom: 6%; right: -6%; animation-delay: 1.4s; }
.hero-chip-3 { top: 44%; right: -2%; animation-delay: 2.8s; }

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

/* =========================================================
   Trust strip
   ========================================================= */

.trust-strip {
  padding: 52px 0;
  background: var(--bg);
}

/* small screens keep the 4-card strip; desktop uses .trust-features below */
.trust-grid {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.trust-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.trust-feature {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 30px 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.trust-feature:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d7deea;
}

.trust-feature-head {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 56px; /* room for a two-line title so all body copy stays aligned */
  margin-bottom: 14px;
}
.trust-feature-head i {
  flex-shrink: 0;
  display: inline-block;
  font-size: 30px;
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.trust-feature-head h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
}

.trust-feature p {
  font-size: 14.5px;
  font-weight: 400;
  color: var(--text-soft);
  line-height: 1.8;
  margin: 0;
}

.trust-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d7deea;
}

.trust-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-gradient);
  background-size: 160% 160%;
  background-position: 100% 50%;
  color: #fff;
  box-shadow: 0 6px 16px rgba(139, 47, 224, 0.32);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background-position 0.4s ease;
}
.trust-card:hover .trust-icon { background-position: 0% 50%; }

.trust-card strong { display: block; font-size: 14.5px; color: var(--ink); white-space: nowrap; }
.trust-card > div span { font-size: 12.5px; color: var(--text-soft); }

@media (max-width: 1080px) {
  .trust-features { display: none; }
  .trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
}

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

/* =========================================================
   Poster spinner (Movies & Series)
   ========================================================= */

.poster-spinner-wrap {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}

.poster-spinner { width: 100%; overflow: hidden; }

.poster-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: scroll-left 105s linear infinite;
}

.poster-card {
  flex: 0 0 auto;
  width: 215px;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  background: var(--surface);
  transition: transform 0.25s ease;
}
.poster-card:hover { transform: translateY(-6px) scale(1.02); }

.poster-card img { width: 100%; height: 320px; object-fit: cover; }

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

/* =========================================================
   Logo wall — sits under the poster rows in Sport / Films & Series
   ========================================================= */

.logo-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
}

.logo-tile {
  flex: 0 0 auto;
  width: 180px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.logo-tile:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: #d7deea;
}

.logo-tile img {
  max-width: 100%;
  max-height: 58px;
  width: auto;
  object-fit: contain;
}
/* square/tall marks carry whitespace, so they need a taller cap to match */
.logo-tile img[src*="laliga"],
.logo-tile img[src*="bundesliga"],
.logo-tile img[src*="serie-a"],
.logo-tile img[src*="eredivisie"] { max-height: 76px; }

.logo-tile-fa { flex-direction: column; gap: 8px; }
.logo-tile-fa i { font-size: 26px; color: var(--brand); }
.logo-tile-fa span { font-size: 12.5px; font-weight: 700; color: var(--ink); text-align: center; }

@media (max-width: 980px) {
  .logo-tile { width: 156px; height: 98px; }
  .logo-tile img { max-height: 48px; }
}
@media (max-width: 640px) {
  .logo-wall { gap: 12px; margin-top: 30px; }
  .logo-tile { width: calc(50% - 6px); height: 88px; padding: 14px 16px; }
  .logo-tile img { max-height: 44px; }
  .logo-tile img[src*="laliga"],
  .logo-tile img[src*="bundesliga"],
  .logo-tile img[src*="serie-a"],
  .logo-tile img[src*="eredivisie"] { max-height: 58px; }
}

/* =========================================================
   Channels slider
   ========================================================= */

.channel-spinner-wrap {
  position: relative;
  overflow: hidden;
  padding: 6px 0;
  mask-image: linear-gradient(to right, transparent 0, #000 70px, #000 calc(100% - 70px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 70px, #000 calc(100% - 70px), transparent 100%);
}
.channel-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: scroll-left 46s linear infinite;
}

.channel-card {
  flex: 0 0 auto;
  width: 232px;
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.channel-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: #d7deea;
}

.channel-card img {
  max-width: 100%;
  max-height: 56px;
  width: auto;
  object-fit: contain;
}

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

@media (max-width: 640px) {
  .channel-card { width: 150px; height: 88px; padding: 16px 18px; }
  .channel-card img { max-height: 44px; }
}

/* second poster row scrolls the other way */
.poster-row-2 { margin-top: 22px; }
.poster-track-reverse { animation: scroll-right 88s linear infinite; }

/* competition posters under the sports logo grid */
.comp-spinner-wrap { margin-top: 34px; }
.poster-track-comp { animation: scroll-left 27s linear infinite; }
.poster-track-comp .poster-card { width: 180px; }
.poster-track-comp .poster-card img { height: 268px; }

@media (prefers-reduced-motion: reduce) {
  .poster-track, .poster-track-reverse, .poster-track-comp, .device-track { animation: none; }
}

/* =========================================================
   Device spinner
   ========================================================= */

.device-spinner-wrap {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}

.device-spinner { width: 100%; overflow: hidden; }

.device-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: scroll-right 29s linear infinite;
}

.device-pill {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 22px 36px;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
}

.device-pill i {
  font-size: 26px;
  color: var(--brand);
  width: 30px;
  text-align: center;
}

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

/* =========================================================
   Pricing
   ========================================================= */

.plan-toggle-input { display: none; }

.plan-toggle {
  position: relative;
  display: flex;
  width: max-content;
  margin: 0 auto 44px;
  padding: 5px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: 999px;
}

.plan-toggle-thumb {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 5px);
  height: calc(100% - 10px);
  background: var(--brand-gradient);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(139, 47, 224, 0.35);
  transition: transform 0.3s ease;
  z-index: 1;
}
#mode-multiscreen:checked ~ .plan-toggle .plan-toggle-thumb { transform: translateX(100%); }

.plan-toggle-option {
  position: relative;
  z-index: 2;
  padding: 11px 28px;
  border-radius: 999px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.25s ease;
  white-space: nowrap;
}
#mode-standard:checked ~ .plan-toggle label[for="mode-standard"],
#mode-multiscreen:checked ~ .plan-toggle label[for="mode-multiscreen"] {
  color: #fff;
}

.pricing-grid.pricing-grid-multiscreen { display: none; }
#mode-multiscreen:checked ~ .pricing-grid.pricing-grid-standard { display: none; }
#mode-multiscreen:checked ~ .pricing-grid.pricing-grid-multiscreen { display: grid; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 36px;
}

.price-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #d7deea; }

.price-card-body { padding: 34px 30px; }

.price-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.price-card-popular .price-icon {
  background: var(--brand-gradient);
  color: #fff;
  box-shadow: 0 10px 22px rgba(139, 47, 224, 0.35);
}

.price-card h3 { font-size: 20px; margin-bottom: 16px; }

.price-amount {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 14px;
}

.price-original {
  color: var(--text-soft);
  font-size: 15px;
  text-decoration: line-through;
}

.price-main {
  display: flex;
  align-items: baseline;
  font-family: var(--font-heading);
  font-weight: 800;
  color: var(--ink);
}
.price-main .currency { font-size: 22px; margin-right: 2px; }
.price-main .price-whole { font-size: 42px; }
.price-main .price-decimal { font-size: 22px; font-weight: 700; color: var(--text-soft); }

.price-amount .period { font-size: 14px; font-weight: 600; color: var(--text-soft); margin-top: 2px; }

.price-discount {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #b45309;
  background: linear-gradient(90deg, rgba(255, 176, 32, 0.18), rgba(255, 122, 26, 0.18));
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.price-discount i { font-size: 10px; }

.price-gift {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--brand-dark);
  margin-bottom: 22px;
}
.price-gift i { color: var(--brand); }

.price-features { display: flex; flex-direction: column; gap: 14px; margin-bottom: 34px; }
.price-features li { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--text-muted); line-height: 1.5; }
.price-features li i {
  flex-shrink: 0;
  width: 18px;
  text-align: center;
  color: var(--brand);
  font-size: 14px;
  margin-top: 2px;
}

.price-card .btn { width: 100%; }

.price-secure-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-soft);
  margin-top: 14px;
}
.price-secure-mini i { color: var(--whatsapp-dark); }

.price-card-popular {
  background: linear-gradient(180deg, var(--brand-light) 0%, var(--surface) 220px);
  border-color: transparent;
  box-shadow: 0 0 0 1.5px var(--brand), 0 0 34px rgba(139, 47, 224, 0.28), 0 0 70px rgba(236, 31, 143, 0.14);
}
.price-card-popular:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1.5px var(--brand), 0 0 44px rgba(139, 47, 224, 0.36), 0 0 80px rgba(236, 31, 143, 0.18);
}

.price-card-value .price-icon { background: var(--gold-bg); color: var(--gold); }
.price-card-value {
  background: linear-gradient(180deg, var(--gold-bg) 0%, var(--surface) 220px);
  border-color: transparent;
  box-shadow: 0 0 0 1.5px var(--gold), 0 0 34px rgba(200, 145, 42, 0.28), 0 0 70px rgba(200, 145, 42, 0.14);
}
.price-card-value:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 0 1.5px var(--gold), 0 0 44px rgba(200, 145, 42, 0.36), 0 0 80px rgba(200, 145, 42, 0.18);
}

.price-badge {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-gradient);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 14px rgba(139, 47, 224, 0.35);
  z-index: 2;
}

.price-badge-value {
  background: linear-gradient(90deg, var(--gold), #e0b050);
  color: #2a1200;
  box-shadow: 0 6px 14px rgba(200, 145, 42, 0.35);
}

.payment-methods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
}
.payment-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text-muted);
  font-size: 13.5px;
  font-weight: 600;
  padding: 11px 18px;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
}
.payment-pill i { color: var(--brand); font-size: 15px; }

.pricing-lifetime { margin-top: 36px; }

.lifetime-card {
  background: linear-gradient(120deg, #221a3d 0%, #2c2050 100%);
  border: 1px solid rgba(200, 145, 42, 0.25);
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 70px rgba(200, 145, 42, 0.12);
  position: relative;
  overflow: hidden;
}

.lifetime-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 10%, rgba(200, 145, 42, 0.25), transparent 55%);
}

.lifetime-info { position: relative; z-index: 1; max-width: 480px; }

.lifetime-visual {
  position: relative;
  z-index: 1;
  width: 190px;
  height: 260px;
  flex-shrink: 0;
}

.lp-item {
  position: absolute;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.lp-item img { width: 100%; height: 100%; object-fit: cover; display: block; }

.lp-item-1 { width: 120px; height: 170px; left: 0; top: 10px; transform: rotate(-8deg); z-index: 2; }
.lp-item-2 { width: 130px; height: 185px; left: 32px; top: 32px; transform: rotate(4deg); z-index: 3; }
.lp-item-3 { width: 115px; height: 165px; right: 0; bottom: 5px; transform: rotate(10deg); z-index: 1; }

.price-badge-gold {
  position: static;
  transform: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--gold-bg);
  color: var(--gold);
  margin-bottom: 16px;
  box-shadow: none;
}

.lifetime-info h3 { color: #fff; font-size: 26px; margin-bottom: 10px; }
.lifetime-info > p { color: #b9c4d1; font-size: 15px; margin-bottom: 24px; max-width: 480px; }

.lifetime-watermark {
  position: absolute;
  right: 6px;
  bottom: -36px;
  font-size: 240px;
  color: rgba(255, 255, 255, 0.045);
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}

.lifetime-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.lifetime-chips li {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbe2ec;
  font-size: 13.5px;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 999px;
}
.lifetime-chips i { color: var(--gold); font-size: 13px; }

.lifetime-cta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(255, 212, 121, 0.09), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 212, 121, 0.18);
  border-radius: var(--radius-lg);
  padding: 30px 38px 26px;
  box-shadow: 0 0 46px rgba(200, 145, 42, 0.10);
}

.lt-save {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-heading);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2c1e04;
  background: linear-gradient(90deg, #ffd479, #e0a63c);
  padding: 7px 15px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(200, 145, 42, 0.28);
}

.lt-price { text-align: center; }

.lt-price-old {
  display: block;
  color: #8fa0b6;
  font-size: 15px;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.lt-price-now {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(90deg, #ffd479, #ff9d2e);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lt-currency { font-size: 30px; margin-top: 7px; margin-right: 3px; }
.lt-amount { font-size: 70px; letter-spacing: -0.03em; }
.lt-cents { font-size: 30px; margin-top: 7px; }

.lt-once {
  display: block;
  margin-top: 10px;
  color: #a89bc9;
  font-size: 13px;
  font-weight: 600;
}

.lt-secure {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #93a1b3;
  font-size: 12.5px;
}
.lt-secure i { color: #4ade80; }

/* =========================================================
   Lifetime card — mobile-only redesign
   ========================================================= */

.lifetime-card-mobile {
  display: none;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #2f1a5c 0%, #1b0e3a 55%, #100826 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 44px 28px 32px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

.lifetime-card-mobile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 0%, rgba(139, 47, 224, 0.35), transparent 55%),
              radial-gradient(circle at 85% 100%, rgba(255, 138, 31, 0.18), transparent 50%);
  pointer-events: none;
}

.lm-ribbon {
  position: absolute;
  top: 24px;
  right: -60px;
  width: 210px;
  transform: rotate(45deg);
  background: linear-gradient(90deg, #ffb020, #ff7a1a);
  color: #2a1200;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  padding: 6px 0;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  z-index: 2;
}

.lm-icon {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  box-shadow: 0 0 30px rgba(139, 47, 224, 0.4);
}

.lm-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.lm-price { position: relative; z-index: 1; margin-bottom: 28px; }

.lm-price-old {
  display: block;
  color: #8a7fae;
  font-size: 16px;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.lm-price-new {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: var(--font-heading);
  font-weight: 800;
  background: linear-gradient(90deg, #ffd479, #ff9d2e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.lm-price-main { font-size: 48px; }
.lm-price-cents { font-size: 24px; }

.lm-price-period {
  display: block;
  color: #a89bc9;
  font-size: 13.5px;
  margin-top: 4px;
}

.lm-features {
  position: relative;
  z-index: 1;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  margin-bottom: 28px;
}
.lm-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ded6f0;
  font-size: 14.5px;
}
.lm-features i {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  color: #ffb020;
  font-size: 16px;
}

.lm-cta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: var(--brand-gradient);
  background-size: 160% 160%;
  background-position: 100% 50%;
  color: #fff;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 15.5px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 17px;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(139, 47, 224, 0.45);
  transition: transform 0.18s ease, background-position 0.4s ease;
  margin-bottom: 18px;
}
.lm-cta:hover { transform: translateY(-2px); background-position: 0% 50%; }

.lm-secure {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #a89bc9;
  font-size: 13px;
  margin-bottom: 18px;
}
.lm-secure i { color: #ffb020; }

.lm-payments {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  background: #fff;
  border-radius: 999px;
  padding: 14px 20px;
}
.lm-payments i { font-size: 26px; color: #172033; }
.lm-payments .fa-cc-visa { color: #1a1f71; }
.lm-payments .fa-cc-mastercard { color: #eb001b; }
.lm-payments .fa-cc-paypal { color: #00457c; }
.lm-payments .fa-apple-pay { color: #000; }
.lm-pay-ideal {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 13.5px;
  color: #cc0066;
  letter-spacing: 0.01em;
}

/* =========================================================
   Reviews spinner
   ========================================================= */

.review-spinner-wrap {
  position: relative;
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}

.review-spinner { width: 100%; overflow: hidden; }

.review-track {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: scroll-left 70s linear infinite;
}

.review-card {
  flex: 0 0 auto;
  width: 340px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
}

.review-stars { color: #f5a623; font-size: 14px; margin-bottom: 14px; letter-spacing: 2px; }

.review-card p {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 22px;
  min-height: 120px;
}

.review-photo {
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 18px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
}

.review-photo img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center center; /* per-photo override set inline on each img */
}

.review-author { display: flex; align-items: center; gap: 12px; }

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
}

.review-author strong { display: block; font-size: 14px; color: var(--ink); }
.review-author span { font-size: 12.5px; color: var(--text-soft); }

/* =========================================================
   FAQ
   ========================================================= */

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 6px 26px;
  box-shadow: var(--shadow-sm);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary i {
  flex-shrink: 0;
  color: var(--brand);
  transition: transform 0.25s ease;
}

.faq-item[open] summary i { transform: rotate(180deg); }

.faq-answer { padding-bottom: 22px; }
.faq-answer p { color: var(--text-muted); font-size: 15px; max-width: 680px; }

/* =========================================================
   Final CTA
   ========================================================= */

.final-cta {
  padding: 90px 0;
  background: var(--brand-gradient);
}

.final-cta-inner { text-align: center; }
.final-cta-inner h2 { color: #fff; font-size: clamp(28px, 3.6vw, 38px); margin-bottom: 14px; }
.final-cta-inner p { color: #f5e4ff; font-size: 17px; margin-bottom: 32px; }
.final-cta .btn-primary {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.final-cta .btn-primary:hover { background: #fff; color: var(--brand-dark); transform: translateY(-3px); }

/* =========================================================
   Footer
   ========================================================= */

.site-footer { background: var(--ink); padding-top: 72px; }

.footer-inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand p { color: #93a1b3; font-size: 14px; margin: 16px 0 22px; max-width: 300px; }

/* wordmark keeps the icon gradient here too — it reads well on the dark footer */

.footer-social { display: flex; gap: 12px; }
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfd8e3;
  transition: background 0.2s ease, color 0.2s ease;
}
.footer-social a:hover { background: var(--brand); color: #fff; }

.footer-col h4 { color: #fff; font-size: 14px; margin-bottom: 20px; letter-spacing: 0.02em; }
.footer-col { display: flex; flex-direction: column; gap: 13px; }
.footer-col a { color: #93a1b3; font-size: 14.5px; transition: color 0.15s ease; }
.footer-col a:hover { color: #fff; }

.footer-bottom { padding: 24px 0; }
.footer-bottom p { color: #6b7789; font-size: 13px; text-align: center; }

/* =========================================================
   WhatsApp floating button
   ========================================================= */

.whatsapp-fab {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--whatsapp);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.5);
  z-index: 300;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-fab:hover {
  transform: scale(1.08);
  background: var(--whatsapp-dark);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.6);
}

.whatsapp-fab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--whatsapp);
  animation: pulse-ring 2.4s ease-out infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 1080px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin-left: auto; margin-right: auto; }
  .price-card-popular { transform: none; }
  .price-card-popular:hover { transform: translateY(-4px); }
  .lifetime-card-desktop { display: none; }
  .lifetime-card-mobile { display: block; }
  .pricing-lifetime { max-width: 440px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { height: 380px; margin-top: 40px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 980px) {
  .main-nav {
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    background: var(--surface);
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 16px 24px 24px;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    transform: translateY(-130%);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .main-nav a { width: 100%; padding: 12px 0; border-bottom: 1px solid var(--border); }

  .nav-burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 26px;
    height: 20px;
    cursor: pointer;
    order: 3;
  }
  .nav-burger span {
    display: block;
    height: 2px;
    background: var(--ink);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

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

  .header-cta { display: none; }
}

@media (max-width: 640px) {
  section.section { padding: 64px 0; }
  .hero { padding: 56px 0 72px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; white-space: normal; text-align: center; }
  .hero-stats { gap: 24px; }
  .hero-visual { height: 380px; }
  .stack-poster-main { width: 190px; height: 270px; }
  .stack-poster-1, .stack-poster-2 { width: 110px; height: 155px; }
  .stack-poster-3, .stack-poster-4 { width: 100px; height: 140px; }
  .hero-chip { font-size: 11.5px; padding: 8px 13px; }
  .hero-chip-1 { left: 0; }
  .hero-chip-2 { right: 0; }
  .hero-chip-3 { display: none; }
  .poster-shadow-blob { width: 220px; height: 220px; }

  .footer-inner { grid-template-columns: 1fr; gap: 30px; }
  .lifetime-card { padding: 32px 24px; }
  .price-card-popular { transform: none; }

  .poster-card { width: 170px; }
  .poster-card img { height: 250px; }
  .review-card { width: 280px; }

  .device-pill { padding: 17px 26px; gap: 12px; font-size: 15px; }
  .device-pill i { font-size: 21px; width: 24px; }

  .whatsapp-fab { right: 18px; bottom: 18px; width: 62px; height: 62px; font-size: 30px; }

  .price-card-body { padding: 24px 20px; }
  .price-icon { width: 44px; height: 44px; border-radius: 12px; font-size: 17px; margin-bottom: 14px; }
  .price-card h3 { font-size: 18px; margin-bottom: 10px; }
  .price-amount { margin-bottom: 8px; }
  .price-original { font-size: 13px; }
  .price-main .currency { font-size: 18px; }
  .price-main .price-whole { font-size: 32px; }
  .price-main .price-decimal { font-size: 18px; }
  .price-amount .period { font-size: 12.5px; margin-top: 0; }
  .price-discount { font-size: 10px; padding: 5px 10px; margin-bottom: 10px; }
  .price-gift { font-size: 12.5px; gap: 6px; margin-bottom: 16px; }
  .price-features { gap: 9px; margin-bottom: 24px; }
  .price-features li { font-size: 13px; gap: 10px; line-height: 1.4; }
  .price-features li i { font-size: 13px; width: 16px; margin-top: 1px; }
  .price-card .btn { padding: 12px 20px; font-size: 14px; }
  .price-secure-mini { margin-top: 10px; font-size: 11px; }
}
