/* =====================================================================
   IPTVUKAPP.com  -  Header + Hero
   Monochrome platinum over the cinematic photo. Powerful type.
   Authentic liquid glass (SVG feDisplacementMap) on header + holders.
   Type: Archivo (display, powerful) / General Sans (body).
   ===================================================================== */
@property --glint { syntax: "<angle>"; initial-value: 0deg; inherits: false; }

:root {
  --ink:      #100A0B;
  --text:     #FBF8F6;
  --text-dim: rgba(251,248,246, 0.70);
  --line:     rgba(255,255,255, 0.16);

  /* single brand accent (electric cyan) - two-token for dark + light surfaces */
  --accent:         #E88442;            /* fills, dots, icons on DARK */
  --accent-glow:    rgba(232,132,66, 0.50);
  --accent-ink:     #16070A;            /* text that sits ON cyan fills */
  --accent-on-light:#8A1A31;            /* cyan-coloured text/links on WHITE sections (AA) */

  --font-display: "Archivo", system-ui, sans-serif;
  --font-body:    "General Sans", system-ui, sans-serif;
  --maxw: 1260px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 0.34s;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); background: var(--ink); color: var(--text); font-size: 16px; line-height: 1.6; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
.ic-gg { width: 1em; height: 1em; display: inline-block; vertical-align: -0.16em; flex: none; }
.ic-wa { width: 1.1em; height: 1.1em; display: inline-block; vertical-align: -0.2em; flex: none; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 2px solid #fff; outline-offset: 3px; border-radius: 6px; }
::selection { background: #fff; color: var(--ink); }
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 4vw, 44px); }

/* ---------- Reusable liquid glass (snipzy technique) ---------- */
.glass { position: relative; overflow: hidden; isolation: isolate; }
.glass > .glass-filter { position: absolute; inset: 0; z-index: 0; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); filter: url(#glass-distortion) saturate(135%) brightness(1.05); }
.glass > .glass-overlay { position: absolute; inset: 0; z-index: 1; background: rgba(255,255,255, 0.10); }
.glass > .glass-specular { position: absolute; inset: 0; z-index: 2; border-radius: inherit; pointer-events: none; box-shadow: inset 1px 1px 1px rgba(255,255,255,0.6), inset -1px -1px 1px rgba(255,255,255,0.16), inset 0 0 0 1px rgba(255,255,255,0.10); }
.glass > .glass-content { position: relative; z-index: 3; }

/* ---------- Logo ---------- */
.brand { display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-weight: 800; font-size: 1.18rem; letter-spacing: 0.005em; color: #fff; }
.brand .mark { width: 36px; height: 40px; flex: none; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.55)); }
.brand .wm b { font-weight: 800; }
.brand .wm span { font-weight: 500; color: rgba(255,255,255,0.6); }

/* ---------- Header ---------- */
.header { position: fixed; inset: 0 0 auto; z-index: 100; padding-top: 18px; transition: padding var(--dur) var(--ease); }
.header .nav { display: block; border-radius: 22px; --mx: 50%; --my: 50%; box-shadow: 0 22px 50px -26px rgba(0,0,0,0.85); transition: box-shadow var(--dur); }
.header .nav .glass-overlay { background: radial-gradient(260px circle at var(--mx) var(--my), rgba(255,255,255,0.14), transparent 60%), rgba(255,255,255,0.035); transition: background var(--dur); }
.header.scrolled { padding-top: 10px; }
.header.scrolled .nav .glass-overlay { background: radial-gradient(260px circle at var(--mx) var(--my), rgba(255,255,255,0.12), transparent 60%), rgba(23,13,15,0.34); }
.nav-row { display: flex; align-items: center; gap: 1.5rem; height: 64px; padding-inline: 18px; }
.nav-links { display: flex; align-items: center; gap: 0.15rem; margin-left: auto; }
.nav-links a { font-family: var(--font-body); font-weight: 500; font-size: 0.93rem; color: rgba(255,255,255,0.82); padding: 0.5rem 0.95rem; border-radius: 999px; transition: color var(--dur), background var(--dur); }
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.12); }
.menu-btn { display: none; width: 44px; height: 44px; border-radius: 13px; align-items: center; justify-content: center; font-size: 1.4rem; color: #fff; margin-left: auto; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.25); }
.mobile-nav { position: fixed; inset: 86px 0 0; z-index: 99; background: rgba(16,10,11,0.93); backdrop-filter: blur(24px); padding: 24px clamp(20px, 6vw, 40px); display: none; flex-direction: column; gap: 0.1rem; overflow-y: auto; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; padding: 1.05rem 0; border-bottom: 1px solid rgba(255,255,255,0.10); color: #fff; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-img { position: absolute; inset: 0; z-index: 0; }
.hero-img picture { display: block; width: 100%; height: 100%; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: 74% center; }
.hero-img::after { content: ""; position: absolute; inset: 0; background:
  linear-gradient(95deg, rgba(14,8,9,0.97) 0%, rgba(14,8,9,0.88) 26%, rgba(14,8,9,0.52) 50%, rgba(14,8,9,0.14) 76%, rgba(14,8,9,0) 100%),
  radial-gradient(120% 120% at 86% 42%, rgba(255,255,255,0.12), transparent 48%); }
.hero-inner { position: relative; z-index: 1; width: 100%; padding-top: 132px; padding-bottom: 72px; }
.hero-copy { max-width: 640px; }
.metal { background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 42%, #A7AFBE 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
/* eyebrow / kicker - the only amber in the headline zone is the dot */
.hero .eyebrow { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-body); font-weight: 600; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(251,248,246,0.82); margin-bottom: 0.9rem; }
.hero .eyebrow .eb-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 var(--accent-glow); animation: cdlive 1.9s infinite; }
.hero h1 { font-family: var(--font-display); font-weight: 800; line-height: 0.98; letter-spacing: -0.028em; font-size: clamp(2.6rem, 5.5vw, 4.2rem); margin-bottom: 0.6rem; text-wrap: balance; }
/* supporting line: clearly subordinate to H1 (body font, lighter, dimmer) */
.hero .subhead { font-family: var(--font-body); font-weight: 500; line-height: 1.2; font-size: clamp(1.1rem, 2vw, 1.45rem); color: rgba(251,248,246,0.72); margin-bottom: 1.4rem; max-width: 40ch; }
.hero .lead { color: var(--text-dim); font-size: clamp(0.98rem, 1.1vw, 1.05rem); max-width: 56ch; margin-bottom: 2.2rem; }

/* CTA + countdown row */
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem 1.6rem; }

/* liquid-glass CTA (kept) */
.btn-glass {
  position: relative; display: inline-flex; align-items: center; gap: 0.7rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: #fff;
  min-height: 62px; padding: 0 1.6rem 0 0.6rem; border-radius: 999px; isolation: isolate; overflow: hidden;
  background: linear-gradient(150deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06));
  backdrop-filter: blur(18px) saturate(170%); -webkit-backdrop-filter: blur(18px) saturate(170%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(255,255,255,0.06), 0 22px 50px -20px rgba(0,0,0,0.6);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur);
}
.btn-glass .border-glint { position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none; z-index: 2;
  background: conic-gradient(from var(--glint), rgba(255,255,255,0) 0deg, rgba(255,255,255,0) 60deg, rgba(255,255,255,0.95) 90deg, rgba(255,255,255,0) 120deg, rgba(255,255,255,0) 240deg, rgba(255,255,255,0.85) 270deg, rgba(255,255,255,0) 300deg, rgba(255,255,255,0) 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; animation: glint 5s linear infinite; }
.btn-glass::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1.5px; pointer-events: none; z-index: 1; background: rgba(255,255,255,0.22); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.btn-glass::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,0.45) 50%, transparent 62%); transform: translateX(-130%); transition: transform 0.8s var(--ease); }
@keyframes glint { to { --glint: 360deg; } }
.btn-glass .deal-chip { position: relative; z-index: 3; display: inline-grid; place-items: center; height: 46px; padding: 0 1.05rem; border-radius: 999px; font-family: var(--font-display); font-weight: 800; font-size: 0.9rem; color: var(--ink); background: #fff; box-shadow: 0 6px 16px -8px rgba(0,0,0,0.5); }
.btn-glass .lbl, .btn-glass .arrow { position: relative; z-index: 3; }
.btn-glass .arrow { font-size: 1.1rem; transition: transform var(--dur) var(--ease); }
.btn-glass:hover { transform: translateY(-4px); background: linear-gradient(150deg, rgba(255,255,255,0.26), rgba(255,255,255,0.1)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 30px 60px -20px rgba(0,0,0,0.7), 0 0 40px -6px rgba(255,255,255,0.35); }
.btn-glass:hover::after { transform: translateX(130%); }
.btn-glass:hover .arrow { transform: translateX(5px); }
.btn-glass:active { transform: translateY(-1px) scale(0.99); }

/* countdown scarcity (polished) */
.countdown { display: flex; align-items: center; gap: 0.85rem; }
.cd-meta { display: flex; align-items: center; gap: 0.5rem; }
.cd-live { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 var(--accent-glow); animation: cdlive 1.8s infinite; flex: none; }
@keyframes cdlive { 0% { box-shadow: 0 0 0 0 var(--accent-glow); } 70% { box-shadow: 0 0 0 8px transparent; } 100% { box-shadow: 0 0 0 0 transparent; } }
.cd-label { font-family: var(--font-body); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-dim); line-height: 1.15; }
.cd-clock { display: flex; align-items: flex-start; gap: 0.4rem; }
.cd-unit { display: flex; flex-direction: column; align-items: center; min-width: 60px; padding: 0.6rem 0.5rem 0.5rem; border-radius: 15px; background: linear-gradient(180deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)); box-shadow: inset 0 1px 0 rgba(255,255,255,0.34), inset 0 0 0 1px rgba(255,255,255,0.08), 0 12px 26px -16px rgba(0,0,0,0.8); }
.cd-unit b { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.cd-unit small { font-size: 0.58rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-dim); margin-top: 0.35rem; }
.cd-sep { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: rgba(255,255,255,0.35); font-style: normal; margin-top: 0.5rem; }

/* badges (no rectangle, float over the photo with a soft shadow) */
.badges { display: flex; flex-wrap: wrap; gap: 1.1rem 1.7rem; margin-top: 2rem; }
.badge { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 0.9rem; font-weight: 500; color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,0.75); }
.badge i { font-size: 1.2rem; color: var(--accent); filter: drop-shadow(0 1px 8px rgba(0,0,0,0.5)); }

/* devices: free-floating icons, centered, smaller, subtle float + glow */
.devices { position: relative; margin: 2.3rem auto 0; max-width: 412px; }
.devices::before { content: ""; position: absolute; inset: -34% -8%; z-index: -1; border-radius: 50%; background: radial-gradient(closest-side, var(--accent-glow), transparent 72%); opacity: 0.16; filter: blur(26px); animation: devglow 5.5s ease-in-out infinite; }
.devices img { width: 100%; height: auto; display: block; opacity: 0.85; animation: devfloat 6s ease-in-out infinite; }
@keyframes devfloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
@keyframes devglow { 0%, 100% { opacity: 0.10; } 50% { opacity: 0.22; } }

/* hero intro */
html.js .hero [data-intro] { opacity: 0; transform: translateY(28px); }
html.js .hero.ready [data-intro] { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .nav-links { display: none; }
  .menu-btn { display: flex; }
}

/* ---- Mobile (primary focus): image banner to the ball, then centered content ---- */
@media (max-width: 760px) {
  .hero { display: block; min-height: 0; }
  .hero-img { position: relative; inset: auto; width: 100%; height: 41svh; min-height: 290px; }
  .hero-img img { object-position: center top; }
  /* fade just below the ball into the page so the heading sits right under it */
  .hero-img::after { background: linear-gradient(180deg, rgba(14,8,9,0) 50%, rgba(14,8,9,0.55) 76%, #100A0B 100%); }
  .hero-inner { position: relative; z-index: 1; padding-top: 1.5rem; padding-bottom: 44px; text-align: center; }
  .hero-copy { max-width: 100%; }
  .hero h1 { font-size: clamp(2.2rem, 9.6vw, 3rem); line-height: 1.02; margin-bottom: 0.9rem; }
  .hero .lead { font-size: 0.96rem; line-height: 1.6; max-width: 42ch; margin: 0 auto 1.8rem; }
  .countdown { display: none; }                 /* no countdown on mobile */
  /* boxed, centered CTA (no stretched gaps) */
  .cta-row { display: flex; justify-content: center; }
  .btn-glass { width: auto; min-width: 282px; max-width: 100%; justify-content: center; min-height: 60px; padding: 0 1.5rem; gap: 0.6rem; }
  /* mobile trust strip: 3-up, icon over short text */
  .badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 2rem auto 0; max-width: 400px; background: none; box-shadow: none; }
  .badge { flex-direction: column; align-items: center; gap: 0.5rem; text-align: center; font-size: 0.72rem; font-weight: 600; line-height: 1.25; color: rgba(251,248,246,0.86); text-shadow: none; padding: 0.95rem 0.4rem; border-radius: 14px; background: rgba(255,255,255,0.04); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08); }
  .badge i { font-size: 1.55rem; color: var(--accent); }
  .devices { margin: 2rem auto 0; max-width: 300px; }
  .devices img { opacity: 0.85; }
  .devices::before { animation: none; }
}
@media (max-width: 400px) {
  .hero-img { height: 38svh; }
  .badge { font-size: 0.68rem; padding: 0.8rem 0.3rem; }
}

/* =====================================================================
   WHY CHOOSE  (light premium section - the bright counterpart to the hero)
   ===================================================================== */
.section-light {
  background: #ECE5E0; color: #2D3436; position: relative;
  --nm-sh: #B9BFCA; --nm-li: #FFFFFF;          /* neumorphic shadow / highlight pair */
  --feat-accent: #D73F5D;                        /* EFL royal blue */
  --feat-ink: #2D3436; --feat-muted: #6F434C;
}
/* z-index -1 keeps this glow on the section background. Without it the
   absolutely positioned pseudo-element paints OVER the in-flow text, and the
   heading and paragraph nearest the 22% origin washed out to ~70% opacity. */
.section-light::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(58% 48% at 22% 0%, rgba(255,255,255,0.55), transparent 70%); }
.why { position: relative; z-index: 1; padding-block: clamp(64px, 9vw, 118px); }
.why-head { max-width: 900px; margin: 0 auto clamp(46px, 5vw, 68px); text-align: center; }
.why-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; font-size: clamp(2.1rem, 5.2vw, 3.5rem); color: var(--feat-ink); }
.why-head h2 .hl { color: var(--feat-accent); }
.why-head p { margin-top: 1.15rem; color: var(--feat-muted); font-size: clamp(1.02rem, 1.25vw, 1.18rem); max-width: 78ch; margin-inline: auto; line-height: 1.7; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
/* neumorphic "bolted module" card */
/* clean professional card */
.fcard { position: relative; background: #fff; border: 1px solid rgba(45,52,54,0.08); border-radius: 20px; padding: 2.1rem 1.9rem; box-shadow: 0 20px 44px -30px rgba(84,26,38,0.3); overflow: hidden; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s; }
.fcard::after { content: ""; position: absolute; left: 0; top: 0; height: 3px; width: 100%; background: linear-gradient(90deg, var(--feat-accent), #EFAA7C); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.fcard:hover { transform: translateY(-7px); border-color: rgba(215,63,93,0.28); box-shadow: 0 34px 60px -32px rgba(84,26,38,0.42); }
.fcard:hover::after { transform: scaleX(1); }
.vents { display: none; }
.ic-housing { --ic-color: var(--feat-accent); color: var(--ic-color); position: relative; width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 1.4rem; background: linear-gradient(160deg, rgba(215,63,93,0.16), rgba(215,63,93,0.05)); box-shadow: inset 0 0 0 1px rgba(215,63,93,0.12); transition: transform .4s var(--ease), box-shadow .4s; }
.fcard:hover .ic-housing { transform: translateY(-2px); box-shadow: inset 0 0 0 1px rgba(215,63,93,0.28), 0 12px 24px -10px rgba(215,63,93,0.5); }
.ic-housing .feat-ic { font-size: 30px; line-height: 1; transition: transform .45s var(--ease); animation: featpulse 3.4s ease-in-out infinite; }
.fcard:nth-child(2) .ic-housing .feat-ic { animation-delay: -1.1s; }
.fcard:nth-child(3) .ic-housing .feat-ic { animation-delay: -2.2s; }
.fcard:nth-child(4) .ic-housing .feat-ic { animation-delay: -0.6s; }
.fcard:nth-child(5) .ic-housing .feat-ic { animation-delay: -1.7s; }
.fcard:nth-child(6) .ic-housing .feat-ic { animation-delay: -2.8s; }
.fcard:hover .feat-ic { transform: scale(1.16) rotate(-8deg); }
@keyframes featpulse { 0%, 100% { filter: drop-shadow(0 0 0 rgba(215,63,93,0)); } 50% { filter: drop-shadow(0 3px 7px rgba(215,63,93,0.4)); } }
.fcard h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.01em; margin-bottom: 0.55rem; color: var(--feat-ink); transition: color .3s; }
.fcard:hover h3 { color: var(--feat-accent); }
.fcard p { color: var(--feat-muted); font-size: 0.96rem; line-height: 1.6; }
/* custom icon animations */
.ic-signal rect { fill: currentColor; transform-box: fill-box; transform-origin: bottom; }
@media (prefers-reduced-motion: no-preference) {
  .ic-signal .b1 { animation: eqbar 1.4s ease-in-out infinite; }
  .ic-signal .b2 { animation: eqbar 1.4s ease-in-out infinite .12s; }
  .ic-signal .b3 { animation: eqbar 1.4s ease-in-out infinite .24s; }
  .ic-signal .b4 { animation: eqbar 1.4s ease-in-out infinite .36s; }
  .ic-cast .w1 { animation: ripple 2.1s ease-out infinite; }
  .ic-cast .w2 { animation: ripple 2.1s ease-out infinite .45s; }
  .ic-bolt .bolt { animation: boltglow 2.4s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
  .ic-focus { animation: focuspulse 2.8s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
}
.fcard:hover .ic-dev .dev-phone { transform: translateX(2px); }
.ic-dev .dev-phone { transition: transform .35s var(--ease); transform-box: fill-box; transform-origin: center; }
@keyframes eqbar { 0%, 100% { transform: scaleY(.45); } 50% { transform: scaleY(1); } }
@keyframes ripple { 0% { opacity: .15; } 45% { opacity: 1; } 100% { opacity: .15; } }
@keyframes boltglow { 0%, 100% { opacity: .7; } 50% { opacity: 1; filter: drop-shadow(0 0 4px rgba(237,162,112,.85)); } }
@keyframes focuspulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(.9); } }

/* scroll reveal (shared) */
/* reveal disabled - features & pricing render static */

@media (max-width: 980px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .why-grid { grid-template-columns: 1fr; } .why { padding-block: clamp(56px, 12vw, 84px); } .fcard { padding: 1.6rem; } }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
  html.js .hero [data-intro], html.js .tier { opacity: 1 !important; transform: none !important; }
  .tier--top::before { animation: none !important; }
  .btn-glass .border-glint, .devices img, .devices::before, .cd-live, .eb-dot { animation: none !important; }
}

/* =====================================================================
   PRICING (dark) - 12-month is the target; lifetime anchors; flash urgency
   ===================================================================== */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.section-pricing { background: #100A0B; color: var(--text); position: relative; }
.pricing { padding-block: clamp(64px, 9vw, 120px); }

.flash { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; width: fit-content; max-width: 100%; margin: 0 auto 1.9rem; background: rgba(255,176,32,0.1); box-shadow: inset 0 0 0 1px rgba(255,176,32,0.32); border-radius: 12px; padding: 10px 16px; color: #FFC368; font-size: 0.85rem; font-weight: 600; text-align: center; }
.flash > i { color: #FFB020; }
.flash-time { font-family: ui-monospace, "SFMono-Regular", monospace; font-variant-numeric: tabular-nums; letter-spacing: 1px; background: rgba(255,255,255,0.08); padding: 3px 10px; border-radius: 6px; color: #FFD27A; }

.pricing-head { text-align: center; max-width: 640px; margin: 0 auto clamp(38px, 4vw, 54px); }
.pricing-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; font-size: clamp(2rem, 5vw, 3.2rem); }
.pricing-head .paccent { color: var(--accent); }
.psub { margin-top: 1rem; color: var(--text-dim); font-size: clamp(0.98rem, 1.2vw, 1.1rem); max-width: 54ch; margin-inline: auto; }

.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; background: linear-gradient(170deg, rgba(255,255,255,0.055), rgba(255,255,255,0.02)); border-radius: 18px; padding: 1.5rem 1.25rem; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10), 0 20px 44px -28px rgba(0,0,0,0.85); transition: transform .25s var(--ease), box-shadow .25s; }
.pper { color: var(--text-dim); font-size: 0.85rem; font-weight: 600; margin-left: 0.15rem; }
.psave { align-self: flex-start; display: inline-flex; align-items: center; gap: 0.3rem; margin-bottom: 0.85rem; font-family: var(--font-display); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.02em; color: #16080B; background: #C3465F; padding: 0.26rem 0.62rem; border-radius: 999px; }
.psave--muted { color: var(--text-dim); background: rgba(255,255,255,0.08); }
.plan-feats { list-style: none; margin: 1.05rem 0 0; padding-top: 1.05rem; border-top: 1px solid rgba(255,255,255,0.1); display: grid; gap: 0.5rem; }
.plan-feats li { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.83rem; color: var(--text-dim); line-height: 1.35; }
.plan-feats li > i { color: var(--accent); font-size: 0.95rem; flex: none; margin-top: 0.1rem; }
.plan--featured .plan-feats li { color: var(--text); }
.feat-hl { color: #C3465F; font-weight: 600; background: rgba(195,70,95,0.1); box-shadow: inset 0 0 0 1px rgba(195,70,95,0.32); border-radius: 8px; padding: 0.42rem 0.5rem; margin: 0.2rem -0.2rem 0; }
.feat-hl > i { color: #C3465F !important; }
.plan:hover { transform: translateY(-4px); }
.plan--muted { opacity: 0.6 !important; }
.plan--muted:hover { transform: none; }
.plan--featured { margin-top: -12px; background: linear-gradient(170deg, rgba(232,132,66,0.14), rgba(255,255,255,0.02)); box-shadow: inset 0 0 0 2px var(--accent), 0 26px 56px -26px rgba(232,132,66,0.45); }
.plan--featured:hover { transform: translateY(-6px); }

.pbadge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #1A060A; font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; letter-spacing: 0.04em; padding: 0.32rem 0.9rem; border-radius: 999px; white-space: nowrap; box-shadow: 0 8px 20px -8px rgba(232,132,66,0.7); }
.pbadge--inline { position: static; transform: none; display: inline-block; margin-bottom: 0.7rem; background: rgba(255,176,32,0.16); color: #FFC368; box-shadow: none; }

.pterm { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.pwas { font-size: 0.82rem; color: var(--text-dim); margin-top: 0.5rem; }
.pwas s { opacity: 0.7; }
.pprice { display: flex; align-items: baseline; gap: 0.5rem; margin: 0.25rem 0 0.2rem; flex-wrap: wrap; }
.pnow { font-family: var(--font-display); font-weight: 800; font-size: 2.4rem; line-height: 1; letter-spacing: -0.02em; }
.plan--featured .pnow { font-size: 2.9rem; }
.psave { font-size: 0.7rem; font-weight: 700; color: #16080B; background: #C3465F; padding: 2px 8px; border-radius: 999px; }
.pmonthly { font-size: 0.82rem; color: var(--text-dim); }
.pday { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 0.75rem; font-size: 0.82rem; font-weight: 700; color: #C3465F; }
.phint { margin-top: 0.6rem; font-size: 0.8rem; color: var(--text-dim); }
.phint--info { color: var(--accent); font-weight: 600; }
.pguar { display: flex; align-items: center; gap: 0.4rem; margin-top: 0.7rem; font-size: 0.78rem; color: #C3465F; }
.pnote { display: flex; align-items: center; gap: 0.4rem; margin-top: 0.7rem; font-size: 0.78rem; color: var(--text-dim); }
.pbtn { display: flex; align-items: center; justify-content: center; gap: 0.5rem; margin-top: 1.35rem; min-height: 50px; border-radius: 12px; font-family: var(--font-display); font-weight: 600; font-size: 0.95rem; transition: transform .2s var(--ease), background .25s; }
.pbtn--primary { background: var(--accent); color: #1A060A; box-shadow: 0 14px 30px -12px rgba(232,132,66,0.6); }
.pbtn--primary:hover { transform: translateY(-2px); }
.pbtn--ghost { background: rgba(255,255,255,0.05); color: var(--text); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2); }
.pbtn--ghost:hover { background: rgba(255,255,255,0.1); }
.pbtn--muted { background: transparent; color: var(--text-dim); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12); font-size: 0.88rem; }

.includes { margin-top: clamp(32px, 4vw, 48px); background: rgba(255,255,255,0.03); border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1); padding: clamp(1.5rem, 3vw, 2.2rem); }
.inc-title { font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; text-align: center; margin-bottom: 1.5rem; }
.inc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.85rem 1.6rem; }
.inc-item { display: flex; align-items: center; gap: 0.6rem; font-size: 0.92rem; color: var(--text); }
.inc-item > i { color: var(--accent); font-size: 1.15rem; flex: none; }
.inc-item--sport { font-weight: 600; }
.inc-item--sport > i { color: #C3465F; }
.inc-item--hl { font-weight: 700; color: #C3465F; background: rgba(195,70,95,0.1); box-shadow: inset 0 0 0 1px rgba(195,70,95,0.32); border-radius: 10px; padding: 0.55rem 0.7rem; }
.inc-item--hl > i { color: #C3465F; }

.ptrust { margin-top: 1.7rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 0.8rem 1.8rem; color: var(--text-dim); font-size: 0.86rem; }
.ptrust span { display: inline-flex; align-items: center; gap: 0.45rem; }
.ptrust i { color: var(--accent); }

@media (max-width: 980px) {
  .plans { grid-template-columns: repeat(2, 1fr); }
  .plan--featured { margin-top: 0; }
  .inc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .plans { grid-template-columns: 1fr; }
  .inc-grid { grid-template-columns: 1fr; }
}

/* ---- Pricing extras: static deal pill + 12-month exclusive perks ---- */
.pdeal { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.1rem; background: rgba(232,132,66,0.12); color: var(--accent); font-family: var(--font-display); font-weight: 700; font-size: 0.76rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.45rem 0.95rem; border-radius: 999px; }
.pexcl { list-style: none; margin: 1rem 0 0; display: grid; gap: 0.55rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.1); }
.pexcl li { display: flex; align-items: center; gap: 0.55rem; font-size: 0.84rem; color: var(--text); }
.pexcl i { color: var(--accent); font-size: 1.05rem; flex: none; }

/* =====================================================================
   PRICING v5 - dark, powerful; electric-blue 12-month spotlight, dark Lifetime
   ===================================================================== */
.pricing-sec { background: radial-gradient(120% 92% at 50% -12%, #46242B 0%, #2E181D 50%, #221316 100%), #281418; color: var(--text); position: relative; padding-block: clamp(64px, 9vw, 128px); overflow: hidden; }
.pricing-sec .floodlight { position: absolute; inset: 0; pointer-events: none; z-index: 0; background:
    radial-gradient(46% 36% at 50% -2%, rgba(232,134,69,0.22), transparent 72%),
    radial-gradient(42% 32% at 80% 26%, rgba(232,132,66,0.13), transparent 70%); }
/* simple dot texture */
.pricing-sec::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.5;
  background-image: radial-gradient(rgba(255,255,255,0.05) 1px, transparent 1.6px); background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(130% 100% at 50% 0%, #000 35%, transparent 86%);
  mask-image: radial-gradient(130% 100% at 50% 0%, #000 35%, transparent 86%); }
.pricing-sec .wrap { position: relative; z-index: 1; }
.psec-head { text-align: center; max-width: 700px; margin: 0 auto clamp(40px, 5vw, 62px); }
.psec-deal { display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.1rem; background: rgba(225,135,75,0.16); color: #F4C6A8; font-family: var(--font-display); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.45rem 0.95rem; border-radius: 999px; box-shadow: inset 0 0 0 1px rgba(239,170,124,0.25); }
.psec-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; font-size: clamp(2.1rem, 5vw, 3.5rem); color: #fff; }
.psec-head h2 .hl { color: #EFAA7C; }
.psec-head p { margin-top: 1rem; color: var(--text-dim); font-size: clamp(1rem, 1.2vw, 1.1rem); max-width: 62ch; margin-inline: auto; }

/* ---- tiers: 4-column banded cards ---- */
.tiers { max-width: 1240px; margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; align-items: stretch; }

/* generic scroll reveal (shared) */
html.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
html.js [data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html.js [data-reveal] { opacity: 1 !important; transform: none !important; } }

/* ---- slightly-dark cards; the 12-month is the bold premium anchor ---- */
.ptier { position: relative; display: flex; flex-direction: column; padding: 1.9rem 1.55rem; border-radius: 18px;
  background: linear-gradient(180deg, #341D22, #251518); border: 1px solid rgba(255,255,255,0.08); color: #fff;
  box-shadow: 0 28px 56px -34px rgba(0,0,0,0.85); transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.ptier:hover { transform: translateY(-6px); border-color: rgba(238,165,116,0.32); box-shadow: 0 46px 80px -34px rgba(0,0,0,0.9); }

.ptier-top { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; margin-bottom: 1.1rem; }
.ptier-name { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: #fff; letter-spacing: -0.02em; }
.ptier-off { font-family: var(--font-display); font-weight: 700; font-size: 0.66rem; letter-spacing: 0.05em; text-transform: uppercase; color: #F3BE9B; background: rgba(238,165,116,0.12); box-shadow: inset 0 0 0 1px rgba(238,165,116,0.24); padding: 0.3rem 0.6rem; border-radius: 999px; white-space: nowrap; }

.ptier-price { display: flex; align-items: baseline; gap: 0.45rem; }
.ptier-price .amt { font-family: var(--font-display); font-weight: 800; font-size: 3.3rem; line-height: 1; color: #fff; letter-spacing: -0.035em; }
.ptier-price .per { color: #B59884; font-size: 0.9rem; font-weight: 600; }
.ptier-permo { margin-top: 0.55rem; color: #B59884; font-size: 0.84rem; }

/* button sits ABOVE the features; non-featured = quiet ghost */
.pbtn { position: relative; width: 100%; min-height: 52px; margin-top: 1.4rem; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0 1.3rem; font-family: var(--font-display); font-weight: 700; font-size: 0.96rem; color: #fff; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); transition: transform .3s var(--ease), box-shadow .3s, background .3s, border-color .3s; }
.pbtn i { font-size: 0.98rem; transition: transform .3s var(--ease); }
.pbtn:hover { transform: translateY(-2px); background: rgba(238,165,116,0.14); border-color: rgba(238,165,116,0.5); }
.pbtn:hover i { transform: translateX(3px); }
.pbtn:active { transform: translateY(0); }

/* divider */
.ptier-rule { height: 1px; background: rgba(255,255,255,0.1); margin: 1.4rem 0 1.25rem; }

/* feature list */
.pfeats { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.62rem; }
.pfeats li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.86rem; color: #DACCC2; line-height: 1.4; }
.pfeats li > i { flex: none; font-size: 1.18rem; color: #EDA06D; }
.pf-hl { color: #fff; font-weight: 700; }

/* plan tag (12mo / lifetime) */
.ptier-tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 0.3rem; font-family: var(--font-display); font-weight: 800; font-size: 0.64rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.36rem 0.78rem; border-radius: 999px; margin-bottom: 1rem; color: #350B13; background: linear-gradient(90deg, #EA9054, #F1B58D); box-shadow: 0 8px 20px -6px rgba(232,132,66,0.55); }
.ptier-tag i { font-size: 0.74rem; }
.ptier-tag--life { color: #FAE3D4; background: rgba(238,165,116,0.12); box-shadow: inset 0 0 0 1px rgba(238,165,116,0.4); }

/* 12-MONTH: deep-blue premium card with a bright cyan glow ring */
.ptier--top { margin-top: -22px; border: none; color: #fff;
  background: linear-gradient(180deg, #802839 0%, #5F1B29 60%, #4A141F 100%);
  box-shadow: 0 0 0 1.5px rgba(234,144,84,0.6), 0 0 66px -14px rgba(234,144,84,0.4), 0 50px 96px -28px rgba(147,33,56,0.7); }
.ptier--top:hover { transform: translateY(-28px); box-shadow: 0 0 0 1.5px rgba(234,144,84,0.9), 0 0 84px -12px rgba(234,144,84,0.52), 0 62px 112px -28px rgba(147,33,56,0.82); }
.ptier--top .ptier-off { color: #3A0913; background: linear-gradient(90deg, #EA9054, #F1B58D); box-shadow: none; }
.ptier--top .ptier-price .per, .ptier--top .ptier-permo { color: rgba(255,255,255,0.78); }
.ptier--top .ptier-rule { background: rgba(255,255,255,0.2); }
.ptier--top .pfeats li { color: rgba(255,255,255,0.9); }
.ptier--top .pfeats li > i { color: #EDA371; }
.ptier--top .ptier-tag { color: #350B13; background: linear-gradient(90deg, #EA9054, #F1B58D); }

/* PREMIUM 12-month checkout button: glossy bright-cyan, glowing, taller */
.pbtn--hot { color: #3A0913; min-height: 58px; font-size: 1.02rem; border: none;
  background: linear-gradient(180deg, #EFAC7F 0%, #DE3D5D 100%);
  box-shadow: 0 18px 36px -10px rgba(222,61,93,0.8), inset 0 1px 0 rgba(255,255,255,0.7), inset 0 -3px 7px rgba(58,7,17,0.2); }
.pbtn--hot:hover { transform: translateY(-3px); background: linear-gradient(180deg, #F1B791, #E58646); box-shadow: 0 28px 52px -10px rgba(222,61,93,0.95), inset 0 1px 0 rgba(255,255,255,0.8), inset 0 -3px 7px rgba(58,7,17,0.2); }

/* lifetime: quiet blue button */
.pbtn--life2 { color: #FAE3D4; background: rgba(238,165,116,0.12); border-color: rgba(238,165,116,0.4); }
.pbtn--life2:hover { background: rgba(238,165,116,0.2); border-color: rgba(238,165,116,0.62); }

@media (max-width: 980px) {
  .tiers { grid-template-columns: repeat(2, 1fr); }
  .ptier--top { margin-top: 0; }
}
@media (max-width: 560px) {
  .tiers { grid-template-columns: 1fr; }
  .ptier--top { order: -2; }
  .ptier--life { order: -1; }
}

/* ---- Pricing: payment row + subtle support line ---- */
.pay { margin-top: 2.1rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.8rem 1.4rem; }
.pay-secure { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--font-display); font-weight: 700; color: var(--text); font-size: 0.92rem; }
.pay-secure i { color: #EFAA7C; }
.pay-brands-img { height: 42px; width: auto; max-width: 100%; display: block; }
.pay-trust { margin-top: 0.95rem; text-align: center; color: var(--text-dim); font-size: 0.8rem; }
.psupport { margin: 1.7rem auto 0; max-width: 74ch; text-align: center; color: rgba(251,248,246,0.42); font-size: 0.82rem; line-height: 1.7; }

/* ============================================================
   PROOF / SERVICE SECTION  (light trustworthy, blue accents)
   ============================================================ */
.svc { --svc-blue: #D73F5D; --svc-ink: #2C161B; --svc-dim: #824E58; --svc-green: #982B41;
  position: relative; overflow: hidden; background: linear-gradient(180deg, #FEFCFA 0%, #FBF4EF 100%); color: var(--svc-ink); padding: 48px 0; }
@media (min-width: 880px) { .svc { padding: 80px 0; } }
.svc .wrap { position: relative; z-index: 1; }
/* texture: fine diagonal hatch, faded toward edges */
.svc-tex { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.9;
  background-image: repeating-linear-gradient(45deg, rgba(84,26,38,0.032) 0 1px, transparent 1px 15px);
  -webkit-mask-image: radial-gradient(135% 100% at 50% 0%, #000 38%, transparent 86%);
  mask-image: radial-gradient(135% 100% at 50% 0%, #000 38%, transparent 86%); }
.svc-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(38% 34% at 20% 10%, rgba(215,63,93,0.10), transparent 70%),
    radial-gradient(36% 40% at 90% 82%, rgba(232,132,66,0.09), transparent 70%); }

.svc-head { max-width: 860px; margin: 0 auto 2.6rem; text-align: center; }
.svc-eyebrow { display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--svc-blue); margin-bottom: 0.85rem; }
.svc-head h2 { font-family: var(--font-display); font-weight: 800; line-height: 1.05; letter-spacing: -0.025em; font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
.svc-hl { color: var(--svc-blue); }
.svc-head p { margin: 1rem auto 0; max-width: 64ch; color: var(--svc-dim); font-size: clamp(1rem, 1.3vw, 1.12rem); line-height: 1.65; }

/* split: left (lead + image + cta) | right (feature panel) */
.svc-split { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
@media (min-width: 940px) { .svc-split { grid-template-columns: 1fr 1.05fr; gap: 3rem; } }

/* left column */
.svc-left { display: flex; flex-direction: column; }
.svc-lead { position: relative; padding-left: 1.2rem; color: #5A363D; font-weight: 500; font-size: clamp(1.1rem, 1.7vw, 1.32rem); line-height: 1.55; max-width: 46ch; margin-bottom: 1.2rem; }
.svc-lead::before { content: ""; position: absolute; left: 0; top: 0.3rem; bottom: 0.3rem; width: 4px; border-radius: 4px; background: linear-gradient(180deg, #E88645, #DD3556); }
.svc-lead strong { display: block; color: #2F161B; font-weight: 800; font-size: 1.08em; letter-spacing: -0.01em; margin-bottom: 0.4rem; }
.svc-lead em { font-style: normal; color: #E88645; font-weight: 700; }
.svc-lead-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.7rem; }
.svc-lead-tags li { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-display); font-weight: 700; font-size: 0.8rem; color: #412228; background: #fff; border: 1px solid rgba(84,26,38,0.1); padding: 0.42rem 0.8rem; border-radius: 999px; box-shadow: 0 10px 22px -16px rgba(84,26,38,0.5); }
.svc-lead-tags i { color: #E88645; font-size: 0.95rem; }
.svc-stage { position: relative; }
.svc-stage-frame { position: relative; }
.svc-stage-frame img { display: block; width: 100%; height: auto; filter: drop-shadow(0 28px 40px rgba(100,26,41,0.35)); }
.svc-left .svc-cta { align-self: flex-start; margin-top: 1.7rem; }

/* right: features as individual cards (numbered-accent style) */
.svc-panel-h { font-family: var(--font-display); font-weight: 800; font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--svc-blue); margin: 0 0 1rem 0.2rem; }
.svc-flist { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.svc-frow { display: flex; gap: 0.9rem; align-items: flex-start; padding: 1rem 1.15rem; border-radius: 14px; background: #fff; border: 1px solid rgba(84,26,38,0.08); box-shadow: 0 16px 32px -28px rgba(84,26,38,0.5); transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; }
.svc-frow:hover { transform: translateX(5px); border-color: rgba(215,63,93,0.28); box-shadow: 0 22px 40px -26px rgba(84,26,38,0.55); }
.svc-frow > i { flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; font-size: 1.08rem; color: #fff; background: linear-gradient(160deg, #B9344E, #931F36); box-shadow: 0 8px 16px -8px rgba(147,31,54,0.6); }
.svc-frow h3 { font-family: var(--font-display); font-weight: 700; font-size: 1rem; letter-spacing: -0.01em; margin-bottom: 0.16rem; line-height: 1.25; }
.svc-frow p { color: var(--svc-dim); font-size: 0.88rem; line-height: 1.5; }
.svc-frow--hl { background: linear-gradient(120deg, #491B24, #240E13); border-color: rgba(239,170,124,0.3); }
.svc-frow--hl > i { background: linear-gradient(160deg, #EDA371, #E88645); box-shadow: 0 8px 16px -8px rgba(232,134,69,0.7); }
.svc-frow--hl h3 { color: #fff; }
.svc-frow--hl p { color: rgba(255,255,255,0.74); }
.svc-cta { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem;
  color: #fff; padding: 0 1.7rem; min-height: 56px; border-radius: 13px;
  background: linear-gradient(180deg, #EB9359, #B92D49); box-shadow: 0 18px 38px -16px rgba(215,63,93,0.7), inset 0 1px 0 rgba(255,255,255,0.35);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur); }
.svc-cta i { transition: transform var(--dur) var(--ease); }
.svc-cta:hover { transform: translateY(-3px); box-shadow: 0 26px 48px -16px rgba(215,63,93,0.85), inset 0 1px 0 rgba(255,255,255,0.35); }
.svc-cta:hover i { transform: translateX(4px); }

/* ============================================================
   SHOWCASE: movies + sports (centered blocks, word rotator)
   ============================================================ */
.show { position: relative; overflow: hidden; background: linear-gradient(180deg, #FFFFFF 0%, #FBF6F2 100%); color: #39181E; padding: 56px 0; }
@media (min-width: 880px) { .show { padding: 96px 0; } }
.show .wrap { position: relative; z-index: 1; }
.show-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(42% 30% at 50% 6%, rgba(232,134,69,0.08), transparent 70%),
    radial-gradient(42% 30% at 50% 94%, rgba(232,132,66,0.07), transparent 70%); }

/* split blocks: text on one side, image on the other (alternating) */
.show-block { display: grid; gap: 1.2rem 0; align-items: center; grid-template-areas: "h" "m" "p"; max-width: 1180px; margin-inline: auto; }
.show-block + .show-block { margin-top: clamp(52px, 8vw, 100px); }
.show-h { grid-area: h; font-family: var(--font-display); font-weight: 800; line-height: 1.12; letter-spacing: -0.025em; font-size: clamp(1.6rem, 3.3vw, 2.5rem); color: #39181E; text-wrap: balance; }
.show-hl { color: #E88645; }
.rotator { display: inline-block; color: #E88645; will-change: opacity, filter, transform; transition: opacity .28s ease, filter .28s ease, transform .28s ease; }
.rotator.swap { opacity: 0; filter: blur(12px); transform: translateY(-6px) scale(0.94); }
.show-media { grid-area: m; margin: 0.4rem 0; }
.show-media img { display: block; width: 100%; max-width: 560px; height: auto; margin: 0 auto; filter: drop-shadow(0 30px 52px rgba(100,26,41,0.28)); }
.show-media.is-empty { display: none; }
.show-p { grid-area: p; color: #6F434C; font-size: clamp(1rem, 1.15vw, 1.08rem); line-height: 1.7; }

@media (min-width: 900px) {
  .show-block { grid-template-columns: 1.02fr 1fr; column-gap: clamp(2.2rem, 5vw, 4.5rem); grid-template-areas: "h m" "p m"; align-content: center; }
  .show-block:nth-of-type(even) { grid-template-columns: 1fr 1.02fr; grid-template-areas: "m h" "m p"; }
  .show-p { align-self: start; max-width: 52ch; }
  .show-media { margin: 0; }
}
@media (prefers-reduced-motion: reduce) { .rotator.swap { transform: none; filter: none; } }

/* showcase CTA (sports block) */
.show-block.has-cta { grid-template-areas: "h" "m" "p" "c"; }
.show-cta { grid-area: c; justify-self: stretch; margin-top: 1.5rem; display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; min-height: 58px; padding: 0 1.9rem; border-radius: 14px; font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; color: #fff; background: linear-gradient(135deg, #E88645 0%, #B92D49 100%); box-shadow: 0 20px 40px -14px rgba(232,134,69,0.7), inset 0 1px 0 rgba(255,255,255,0.4); transition: transform .3s var(--ease), box-shadow .3s; }
.show-cta i { transition: transform .3s var(--ease); }
.show-cta:hover { transform: translateY(-3px); box-shadow: 0 28px 54px -14px rgba(232,134,69,0.9), inset 0 1px 0 rgba(255,255,255,0.4), 0 0 34px -6px rgba(232,132,66,0.55); }
.show-cta:hover i { transform: translateX(4px); }
@media (min-width: 900px) {
  .show-block:nth-of-type(even).has-cta { grid-template-areas: "m h" "m p" "m c"; }
  .show-cta { justify-self: start; }
}

/* ============================================================
   REVIEWS (WhatsApp-style proof cards, dark, mobile-first)
   ============================================================ */
.rev { position: relative; overflow: hidden; background: radial-gradient(120% 80% at 50% -10%, #301218 0%, #1C0C0F 55%, #13080A 100%); color: #fff; padding: 56px 0 72px; }
@media (min-width: 880px) { .rev { padding: 90px 0 104px; } }
.rev-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(40% 30% at 50% 0%, rgba(195,53,81,0.12), transparent 70%),
    radial-gradient(40% 34% at 82% 88%, rgba(232,134,69,0.12), transparent 72%); }
.rev .wrap { position: relative; z-index: 1; }

.rev-head-block { text-align: center; max-width: 720px; margin: 0 auto clamp(32px, 5vw, 52px); }
.rev-badge { display: inline-flex; align-items: center; gap: 0.55rem; font-family: var(--font-display); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: #F3E0D3; background: rgba(195,53,81,0.1); border: 1px solid rgba(195,53,81,0.3); padding: 0.4rem 0.5rem 0.4rem 0.4rem; border-radius: 999px; margin-bottom: 1.2rem; }
.rev-badge-num { display: inline-flex; align-items: center; justify-content: center; font-weight: 800; font-size: 0.82rem; color: #052; background: linear-gradient(160deg, #D24460, #A9213C); color: #1F070C; padding: 0.28rem 0.55rem; border-radius: 999px; }
.rev-title { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.04; font-size: clamp(2rem, 5vw, 3.2rem); }
.rev-sub { margin: 1rem auto 0; max-width: 60ch; color: rgba(245,237,232,0.66); font-size: clamp(0.98rem, 1.2vw, 1.08rem); line-height: 1.6; }

/* carousel with arrows */
.rev-carousel { position: relative; }
.rev-track { display: flex; gap: 16px; overflow-x: auto; padding: 6px 2px 10px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.rev-track::-webkit-scrollbar { display: none; }

.rev-card { flex: 0 0 auto; width: min(86vw, 340px); margin: 0; border-radius: 18px; overflow: hidden; background: #2A1419; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 26px 54px -34px rgba(0,0,0,0.9); }

/* arrows on the sides, tucked into the gutter, gently pulsing */
.rev-arrows { display: contents; }
@keyframes revpulse { 0%, 100% { box-shadow: 0 12px 26px -12px rgba(0,0,0,0.8), 0 0 0 0 rgba(195,53,81,0.55); } 50% { box-shadow: 0 12px 26px -12px rgba(0,0,0,0.8), 0 0 0 9px rgba(195,53,81,0); } }
.rev-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; font-size: 1.16rem; color: #fff; background: rgba(28,13,16,0.9); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.28); cursor: pointer; animation: revpulse 2.6s ease-in-out infinite; transition: background .25s, border-color .25s, color .25s; }
.rev-prev { left: 2px; }
.rev-next { right: 2px; }
@media (min-width: 640px) { .rev-prev { left: -22px; } .rev-next { right: -22px; } }
.rev-arrow:hover { animation: none; background: rgba(195,53,81,0.95); border-color: rgba(195,53,81,0.8); color: #1F070C; box-shadow: 0 16px 30px -12px rgba(195,53,81,0.7); }
.rev-arrow:active { transform: translateY(-50%) scale(0.92); }
@media (prefers-reduced-motion: reduce) { .rev-arrow { animation: none; } }
.rev-card-head { display: flex; align-items: center; gap: 0.7rem; padding: 0.85rem 1rem; background: linear-gradient(180deg, #3A1A20, #271216); border-bottom: 1px solid rgba(255,255,255,0.06); }
.rev-av { flex: none; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; font-family: var(--font-display); font-weight: 800; font-size: 0.74rem; color: #1F070C; background: linear-gradient(160deg, #D24460, #A9213C); }
.rev-av--vip { background: linear-gradient(160deg, #EFAA7C, #E58A4E); color: #fff; }
.rev-meta { display: flex; flex-direction: column; line-height: 1.2; min-width: 0; }
.rev-meta b { font-family: var(--font-display); font-weight: 700; font-size: 0.94rem; color: #fff; }
.rev-meta span { font-size: 0.76rem; color: rgba(245,237,232,0.55); }
.rev-card-head > i { margin-left: auto; color: #C33551; font-size: 1.3rem; }
.rev-card img { display: block; width: 100%; height: auto; }

.rev-foot { display: flex; justify-content: center; margin-top: clamp(28px, 4vw, 44px); }
.rev-cta { display: inline-flex; align-items: center; gap: 0.6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: #1F070C; min-height: 56px; padding: 0 1.8rem; border-radius: 14px; background: linear-gradient(160deg, #D24460, #A9213C); box-shadow: 0 20px 40px -14px rgba(195,53,81,0.6), inset 0 1px 0 rgba(255,255,255,0.4); transition: transform .3s var(--ease), box-shadow .3s; }
.rev-cta i { transition: transform .3s var(--ease); }
.rev-cta:hover { transform: translateY(-3px); box-shadow: 0 28px 52px -14px rgba(195,53,81,0.8), inset 0 1px 0 rgba(255,255,255,0.4); }
.rev-cta:hover i { transform: translateX(4px); }

/* ---- mobile: centre things ---- */
@media (max-width: 899px) {
  .show-h, .show-p { text-align: center; }
  .show-media img { margin-inline: auto; }
}
@media (max-width: 939px) {
  .svc-left { text-align: center; align-items: center; }
  .svc-lead { padding-left: 0; padding-top: 1.15rem; margin-inline: auto; }
  .svc-lead::before { left: 50%; right: auto; top: 0; bottom: auto; transform: translateX(-50%); width: 46px; height: 4px; }
  .svc-lead-tags { justify-content: center; }
  .svc-left .svc-cta { align-self: center; }
}

/* ============================================================
   DEVICES (compatibility logos, dark, centred, mobile-first)
   ============================================================ */
.dev { position: relative; overflow: hidden; background: radial-gradient(120% 80% at 50% -10%, #311319 0%, #1C0C0F 55%, #13080A 100%); color: #fff; padding: 56px 0 66px; }
@media (min-width: 880px) { .dev { padding: 90px 0 100px; } }
.dev-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(46% 34% at 50% 0%, rgba(232,134,69,0.16), transparent 70%),
    radial-gradient(40% 30% at 82% 88%, rgba(232,132,66,0.08), transparent 72%); }
/* lightweight diagonal cross-hatch texture (pure CSS, no image/filter) */
.dev::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.7;
  background-image:
    repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 19px),
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 19px);
  -webkit-mask-image: radial-gradient(130% 100% at 50% 15%, #000 32%, transparent 88%);
  mask-image: radial-gradient(130% 100% at 50% 15%, #000 32%, transparent 88%); }
.dev .wrap { position: relative; z-index: 1; text-align: center; }
.dev-head { max-width: 760px; margin: 0 auto; }
.dev-eyebrow { display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: #EDA371; margin-bottom: 0.85rem; }
.dev-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.06; font-size: clamp(1.9rem, 4.4vw, 3rem); }
.dev-hl { color: #EDA06D; }
.dev-head p { margin: 1rem auto 0; max-width: 60ch; color: rgba(245,237,232,0.68); font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.65; }
.dev-logos { margin: clamp(1.8rem, 4vw, 3rem) auto 0; max-width: 760px; }
.dev-logos img { display: block; width: 100%; height: auto; margin: 0 auto; }
.dev-note { margin: clamp(1.6rem, 3vw, 2.4rem) auto 0; max-width: 74ch; color: rgba(245,237,232,0.55); font-size: clamp(0.9rem, 1.1vw, 1rem); line-height: 1.7; }

/* ============================================================
   EXPLAINER (what is IPTV) + STATS strip
   ============================================================ */
.explain { position: relative; overflow: hidden; background: linear-gradient(180deg, #FFFFFF 0%, #FAF3EE 100%); color: #39181E; padding: 54px 0; }
@media (min-width: 880px) { .explain { padding: 92px 0; } }
.explain-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(38% 30% at 20% 8%, rgba(232,134,69,0.08), transparent 70%),
    radial-gradient(40% 32% at 84% 84%, rgba(232,132,66,0.07), transparent 72%); }
.explain .wrap { position: relative; z-index: 1; max-width: 940px; text-align: center; }

/* ---- hero visual: animated signal-flow diagram (inline SVG, scales anywhere) ---- */
.wxflow-wrap { max-width: 720px; margin: 0 auto clamp(1.2rem, 3vw, 2rem); }
.wxflow { display: block; width: 100%; height: auto; }
.fx-rail { fill: none; stroke: rgba(84,26,38,0.1); stroke-width: 3; stroke-linecap: round; }
.fx-line { fill: none; stroke: url(#fx-line); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 10 14; animation: fxflow 1.6s linear infinite; }
.fx-line--d1 { animation-delay: 0.3s; }
.fx-line--d2 { animation-delay: 0.6s; }
@keyframes fxflow { to { stroke-dashoffset: -24; } }
.fx-card { fill: #FFFFFF; stroke: rgba(84,26,38,0.12); stroke-width: 1.5; filter: drop-shadow(0 14px 18px rgba(100,26,41,0.16)); }
.fx-screen { fill: #34141A; }
.fx-ink { stroke: #E88645; stroke-width: 2.4; fill: none; }
.fx-ink--thin { stroke-width: 1.6; opacity: 0.75; }
.fx-lbl { font-family: var(--font-body); font-weight: 600; font-size: 19px; fill: #824E58; }
.fx-hubcard { filter: drop-shadow(0 22px 26px rgba(92,22,36,0.4)); }
.fx-hublbl { font-family: var(--font-display); font-weight: 800; font-size: 17px; letter-spacing: 0.04em; fill: #FFFFFF; }
.fx-4k { font-family: var(--font-display); font-weight: 800; font-size: 10.5px; fill: #350B13; }
.fx-mini-play { fill: #EDA371; }
.fx-stand { fill: rgba(84,26,38,0.25); }
.fx-dot { fill: rgba(84,26,38,0.3); }
.fx-ring { fill: none; stroke: rgba(234,144,84,0.55); stroke-width: 1.6; transform-box: fill-box; transform-origin: center; opacity: 0; animation: fxring 3.4s ease-out infinite; }
.fx-ring--2 { animation-delay: 1.7s; }
@keyframes fxring { 0% { transform: scale(0.92); opacity: 0.7; } 100% { transform: scale(1.45); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .fx-line { animation: none; } .fx-ring { animation: none; opacity: 0.18; } }

.explain-h { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.explain-hl { color: #E88645; }

/* copy with a clever divider, kept compact */
.wx-copy { max-width: 62ch; margin: 1.1rem auto 0; }
.wx-copy p { color: #824E58; font-size: clamp(0.95rem, 1.05vw, 1.02rem); line-height: 1.7; }
.wx-div { display: flex; align-items: center; justify-content: center; gap: 0.8rem; margin: 1.1rem auto; color: #E88645; }
.wx-div span { height: 1px; width: clamp(40px, 12vw, 90px); background: linear-gradient(90deg, transparent, rgba(232,134,69,0.55)); }
.wx-div span:last-child { background: linear-gradient(90deg, rgba(232,134,69,0.55), transparent); }
.wx-div i { font-size: 1rem; opacity: 0.85; }

.explain-sub { margin-top: clamp(2.4rem, 5vw, 3.2rem); font-family: var(--font-display); font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; font-size: clamp(1.4rem, 3vw, 2rem); }

/* liquid-glass checklist container */
.wx-checks-wrap { position: relative; max-width: 820px; margin: clamp(1.5rem, 3vw, 2.2rem) auto 0; padding: clamp(1.2rem, 3vw, 2rem) clamp(1.2rem, 3vw, 2.2rem); border-radius: 24px; text-align: left;
  background: linear-gradient(160deg, rgba(56,23,29,0.94), rgba(34,13,17,0.95));
  box-shadow: 0 44px 90px -40px rgba(102,24,40,0.7), 0 0 50px -12px rgba(234,144,84,0.35), inset 0 1px 0 rgba(255,255,255,0.08); }
.wx-checks-wrap::before { content: ""; position: absolute; inset: 0; border-radius: 24px; padding: 1.5px; background: linear-gradient(135deg, #EA9054, #EFAA7C 55%, #E88645); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.wx-checks { list-style: none; display: grid; gap: 0; }
.wx-checks li { display: flex; align-items: flex-start; gap: 0.85rem; padding: 0.85rem 0.2rem; color: #F9EFE9; font-size: clamp(0.94rem, 1.1vw, 1.02rem); line-height: 1.5; }
.wx-checks li + li { border-top: 1px solid rgba(255,255,255,0.08); }
@media (min-width: 760px) { .wx-checks { grid-template-columns: 1fr 1fr; column-gap: 2.2rem; } .wx-checks li { border-top: none; } .wx-checks li:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,0.08); } }
.wx-ck { flex: none; width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; margin-top: 0.06rem; font-size: 0.9rem; color: #350B13; background: linear-gradient(160deg, #EFAC7F, #DE3D5D); box-shadow: 0 8px 16px -7px rgba(222,61,93,0.7), inset 0 1px 0 rgba(255,255,255,0.5); }

/* stats: 4 light rectangles inside the same section */
.wx-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 900px; margin: clamp(2.4rem, 5vw, 3.4rem) auto 0; }
@media (min-width: 820px) { .wx-stats { grid-template-columns: repeat(4, 1fr); } }
.wx-stat { background: #fff; border: 1px solid rgba(84,26,38,0.08); border-radius: 16px; padding: 1.5rem 0.8rem; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 0.3rem; box-shadow: 0 20px 42px -30px rgba(84,26,38,0.55); transition: transform .3s var(--ease), box-shadow .3s; }
.wx-stat:hover { transform: translateY(-4px); box-shadow: 0 30px 54px -30px rgba(84,26,38,0.6); }
.wx-stat-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; font-size: 1.6rem; color: #E88645; background: linear-gradient(160deg, rgba(232,134,69,0.15), rgba(232,134,69,0.04)); box-shadow: inset 0 0 0 1px rgba(232,134,69,0.16); margin-bottom: 0.3rem; }
.wx-stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.6rem, 4.4vw, 2.15rem); line-height: 1; letter-spacing: -0.03em; color: #2D1117; white-space: nowrap; }
.wx-stat-lbl { color: #5A6478; font-size: 0.85rem; }

/* premium order CTA */
.explain-cta-row { margin-top: clamp(2.2rem, 4vw, 3rem); display: flex; justify-content: center; }
.wx-cta { position: relative; display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; color: #fff; min-height: 62px; padding: 0 0.6rem 0 1.7rem; border-radius: 16px;
  background: linear-gradient(135deg, #E88645 0%, #AA2943 100%); box-shadow: 0 22px 44px -14px rgba(232,134,69,0.75), inset 0 1px 0 rgba(255,255,255,0.35); transition: transform .3s var(--ease), box-shadow .3s; overflow: hidden; }
.wx-cta::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 46%; background: linear-gradient(180deg, rgba(255,255,255,0.24), transparent); pointer-events: none; }
.wx-cta-txt { position: relative; }
.wx-cta-off { position: relative; font-family: var(--font-display); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.05em; color: #310911; background: linear-gradient(160deg, #F3BE9B, #EA9054); padding: 0.5rem 0.7rem; border-radius: 11px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.6); }
.wx-cta i { position: relative; font-size: 1.05rem; transition: transform .3s var(--ease); }
.wx-cta:hover { transform: translateY(-3px); box-shadow: 0 30px 56px -14px rgba(232,134,69,0.9), inset 0 1px 0 rgba(255,255,255,0.35); }
.wx-cta:hover i { transform: translateX(4px); }
/* mobile: keep it on one line, scale down instead of stacking */
.wx-cta { white-space: nowrap; }
@media (max-width: 480px) {
  .wx-cta { gap: 0.5rem; font-size: 0.9rem; min-height: 54px; padding: 0 0.5rem 0 1.05rem; }
  .wx-cta-off { font-size: 0.62rem; padding: 0.4rem 0.5rem; border-radius: 9px; }
  .wx-cta i { font-size: 0.92rem; }
}
@media (max-width: 350px) {
  .wx-cta { font-size: 0.82rem; }
  .wx-cta-off { display: none; }
}

/* ============================================================
   SPORTS: all premium channels (dark cinematic)
   ============================================================ */
.sport { position: relative; overflow: hidden; color: #fff; padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(120% 85% at 50% -10%, #441921 0%, #1E0D10 52%, #13080A 100%); }
.sport-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    linear-gradient(115deg, transparent 30%, rgba(234,144,84,0.055) 42%, transparent 50%),
    linear-gradient(245deg, transparent 32%, rgba(232,134,69,0.06) 44%, transparent 54%),
    radial-gradient(48% 36% at 50% 0%, rgba(232,134,69,0.2), transparent 72%),
    radial-gradient(38% 30% at 14% 78%, rgba(232,132,66,0.09), transparent 70%); }
/* texture: fine pitch-line grid, faded to the edges */
.sport::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.6;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.028) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.028) 0 1px, transparent 1px 44px);
  -webkit-mask-image: radial-gradient(120% 95% at 50% 30%, #000 35%, transparent 88%);
  mask-image: radial-gradient(120% 95% at 50% 30%, #000 35%, transparent 88%); }
.sport .wrap { position: relative; z-index: 1; max-width: 900px; text-align: center; }
.sport-h { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; font-size: clamp(1.8rem, 4.2vw, 2.9rem); text-wrap: balance; }
.sport-hl { color: #EDA06D; }
.sport-media { margin: clamp(0.2rem, 1vw, 0.6rem) auto; }
.sport-media img { display: block; width: 100%; max-width: 480px; height: auto; margin: 0 auto; }
.sport-media.is-empty { display: none; }
.sport-p { max-width: 68ch; margin: 0 auto; color: rgba(245,237,232,0.72); font-size: clamp(1rem, 1.25vw, 1.12rem); line-height: 1.75; }
/* highlighted closing line: ink-sweep highlight */
.sport-never { position: relative; display: inline-block; font-family: var(--font-display); font-weight: 800; color: #fff; padding: 0.06em 0.34em; margin-top: 0.35em; white-space: normal; }
.sport-never::before { content: ""; position: absolute; inset: 0.05em -0.1em; z-index: -1; border-radius: 0.4em; transform: skewX(-8deg);
  background: linear-gradient(92deg, #E88645 0%, #B92D49 100%); box-shadow: 0 8px 26px -8px rgba(232,134,69,0.8); }

/* ============================================================
   STEPS: how to get your IPTV (light, numbered cards)
   ============================================================ */
.steps { position: relative; overflow: hidden; color: #39181E; padding: clamp(56px, 8vw, 100px) 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF4EF 100%); }
.steps-tex { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.75;
  background-image: radial-gradient(rgba(84,26,38,0.05) 1px, transparent 1.5px); background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(125% 95% at 50% 0%, #000 32%, transparent 84%);
  mask-image: radial-gradient(125% 95% at 50% 0%, #000 32%, transparent 84%); }
.steps .wrap { position: relative; z-index: 1; }
.steps-head { text-align: center; max-width: 760px; margin: 0 auto clamp(2.2rem, 4.5vw, 3.4rem); }
.steps-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; font-size: clamp(1.8rem, 4.2vw, 2.9rem); }
.steps-hl { color: #E88645; }
.steps-sub { margin-top: 1.05rem; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.55rem 0.6rem; }
.steps-sub-chip { display: inline-flex; align-items: center; gap: 0.4rem; font-family: var(--font-display); font-weight: 800; font-size: 0.8rem; letter-spacing: 0.04em; text-transform: uppercase; color: #fff; padding: 0.42rem 0.85rem; border-radius: 999px;
  background: linear-gradient(135deg, #E88645, #AA2943); box-shadow: 0 10px 22px -10px rgba(232,134,69,0.8), inset 0 1px 0 rgba(255,255,255,0.3); }
.steps-sub-chip i { font-size: 0.95rem; }
.steps-sub-txt { font-family: var(--font-display); font-weight: 700; font-size: clamp(0.95rem, 1.4vw, 1.1rem); color: #5A363D; }

.steps-grid { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 1100px; margin-inline: auto; }
@media (min-width: 860px) { .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; } }

.step { position: relative; display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 1.7rem 1.6rem 1.8rem; border-radius: 20px;
  background: #fff; border: 1px solid rgba(84,26,38,0.08); box-shadow: 0 24px 50px -34px rgba(84,26,38,0.5);
  transition: transform .35s var(--ease), box-shadow .35s, border-color .3s; }
.step:hover { transform: translateY(-5px); border-color: rgba(232,134,69,0.26); box-shadow: 0 34px 64px -34px rgba(84,26,38,0.55); }
.step-top { width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.1rem; }
.step-n { font-family: var(--font-display); font-weight: 800; font-size: 3.4rem; line-height: 1; letter-spacing: -0.04em;
  background: linear-gradient(180deg, #E89C69, #F5CDB2); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.step-ic { width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; font-size: 1.5rem; color: #E88645;
  background: linear-gradient(160deg, rgba(232,134,69,0.14), rgba(232,134,69,0.04)); box-shadow: inset 0 0 0 1px rgba(232,134,69,0.18); }
.step h3 { font-family: var(--font-display); font-weight: 800; font-size: 1.22rem; letter-spacing: -0.015em; margin-bottom: 0.55rem; }
.step p { color: #824E58; font-size: 0.95rem; line-height: 1.65; }
.step-btn { margin-top: 1.15rem; display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; color: #fff;
  min-height: 46px; padding: 0 1.2rem; border-radius: 12px; background: linear-gradient(135deg, #E88645, #AA2943);
  box-shadow: 0 14px 28px -12px rgba(232,134,69,0.75), inset 0 1px 0 rgba(255,255,255,0.3); transition: transform .3s var(--ease), box-shadow .3s; }
.step-btn i { font-size: 1rem; transition: transform .3s var(--ease); }
.step-btn:hover { transform: translateY(-2px); box-shadow: 0 20px 38px -12px rgba(232,134,69,0.9), inset 0 1px 0 rgba(255,255,255,0.3); }
.step-btn:hover i { transform: translateX(3px); }
.step-btn--wa { background: linear-gradient(135deg, #BB3953, #811D31); box-shadow: 0 14px 28px -12px rgba(157,37,61,0.75), inset 0 1px 0 rgba(255,255,255,0.3); }
.step-btn--wa:hover { box-shadow: 0 20px 38px -12px rgba(157,37,61,0.9), inset 0 1px 0 rgba(255,255,255,0.3); }
.step-btn--wa i { font-size: 1.2rem; }

/* ============================================================
   UK COVERAGE (dark, centered, bordered card)
   ============================================================ */
.ukcov { position: relative; overflow: hidden; color: #fff; padding: clamp(56px, 8vw, 96px) 0;
  background: linear-gradient(180deg, #1C0D10 0%, #220F13 100%); }
.ukcov-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(44% 34% at 50% 0%, rgba(232,134,69,0.14), transparent 72%); }
/* texture: faint map-graticule grid (coverage feel), fading outward */
.ukcov::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.7;
  background-image:
    repeating-linear-gradient(0deg, rgba(255,255,255,0.026) 0 1px, transparent 1px 48px),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.026) 0 1px, transparent 1px 48px),
    radial-gradient(rgba(232,156,105,0.06) 1px, transparent 1.6px);
  background-size: auto, auto, 24px 24px;
  -webkit-mask-image: radial-gradient(115% 90% at 50% 20%, #000 32%, transparent 86%);
  mask-image: radial-gradient(115% 90% at 50% 20%, #000 32%, transparent 86%); }
.ukcov .wrap { position: relative; z-index: 1; max-width: 980px; text-align: center; }
.ukcov-eyebrow { display: inline-flex; align-items: center; gap: 0.7rem; font-family: var(--font-display); font-weight: 800; font-size: 0.82rem; letter-spacing: 0.22em; text-transform: uppercase; color: #E89C69; }
.ukcov-pin { flex: none; color: #E89C69; filter: drop-shadow(0 0 10px rgba(232,156,105,0.6)); }
@media (max-width: 560px) {
  .ukcov-eyebrow { flex-direction: column; gap: 0.75rem; font-size: 0.74rem; letter-spacing: 0.18em; max-width: 30ch; margin-inline: auto; line-height: 1.6; }
  .ukcov-pin { width: 24px; height: 43px; }
}
.ukcov-h { margin-top: 0.9rem; font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.06; font-size: clamp(2rem, 4.8vw, 3.2rem); }
.ukcov-hl { color: #E89C69; }
.ukcov-card { margin: clamp(1.8rem, 3.5vw, 2.6rem) auto 0; max-width: 880px; border: 1px solid rgba(255,255,255,0.16); border-radius: 18px; padding: clamp(1.4rem, 3vw, 2.1rem) clamp(1.2rem, 3.5vw, 2.4rem);
  background: rgba(255,255,255,0.02); }
.ukcov-card p { color: rgba(245,237,232,0.85); font-size: clamp(0.98rem, 1.3vw, 1.15rem); line-height: 1.75; }
.ukcov-card strong { color: #fff; font-weight: 700; }
.ukcov-link { color: #EDA371; text-decoration: none; border-bottom: 1px solid rgba(237,163,113,0.4); transition: color .25s, border-color .25s; }
.ukcov-link:hover { color: #F3BE9B; border-color: rgba(243,190,155,0.7); }

/* ============================================================
   IPTV Q&A (light, no containers: icon + subheading + text)
   ============================================================ */
.qa { position: relative; color: #39181E; padding: clamp(56px, 8vw, 96px) 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF6F2 100%); }
.qa-grid { display: grid; grid-template-columns: 1fr; gap: clamp(2.2rem, 5vw, 2.8rem); max-width: 1140px; margin-inline: auto; }
@media (min-width: 880px) { .qa-grid { grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 4vw, 3rem); } }
.qa-item { text-align: left; }
.qa-ic { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; font-size: 1.55rem; color: #fff; margin-bottom: 1.05rem;
  background: linear-gradient(160deg, #E88645, #AA2943); box-shadow: 0 14px 28px -12px rgba(232,134,69,0.75), inset 0 1px 0 rgba(255,255,255,0.3); }
.qa-item h3 { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.18rem, 1.8vw, 1.34rem); letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 0.6rem; }
.qa-item p { color: #6F434C; font-size: 0.95rem; line-height: 1.7; }
@media (max-width: 879px) {
  .qa-item { display: grid; grid-template-columns: 54px 1fr; column-gap: 1rem; }
  .qa-ic { margin-bottom: 0; grid-row: 1 / span 2; }
  .qa-item h3 { align-self: center; margin-bottom: 0; }
  .qa-item p { grid-column: 2; margin-top: 0.5rem; }
}

/* ============================================================
   SUPPORT (dark, split: image | copy, human-first)
   ============================================================ */
.sup { position: relative; overflow: hidden; color: #fff; padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(120% 85% at 50% -10%, #3B171E 0%, #1C0D10 55%, #13090B 100%); }
.sup-glow { position: absolute; inset: 0; z-index: 0; pointer-events: none; background:
    radial-gradient(40% 34% at 24% 30%, rgba(232,134,69,0.16), transparent 70%),
    radial-gradient(34% 30% at 86% 80%, rgba(232,132,66,0.08), transparent 70%); }
.sup .wrap { position: relative; z-index: 1; }
.sup-grid { display: grid; grid-template-columns: 1fr; grid-template-areas: "h" "m" "b"; gap: 1.4rem; align-items: center; max-width: 1120px; margin-inline: auto; }
@media (min-width: 920px) { .sup-grid { grid-template-columns: 0.95fr 1.05fr; grid-template-areas: "m h" "m b"; column-gap: clamp(2.4rem, 5vw, 4.5rem); } }

.sup-h { grid-area: h; font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.1; font-size: clamp(1.7rem, 3.8vw, 2.6rem); text-wrap: balance; text-align: center; }
@media (min-width: 920px) { .sup-h { text-align: left; align-self: end; } }
.sup-hl { color: #EDA06D; }

.sup-media { grid-area: m; position: relative; max-width: 460px; margin-inline: auto; }
.sup-media img { display: block; width: 100%; height: auto; filter: drop-shadow(0 30px 50px rgba(0,0,0,0.55)); }
.sup-response { position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 0.45rem; white-space: nowrap;
  font-family: var(--font-display); font-weight: 700; font-size: 0.76rem; color: #fff; padding: 0.5rem 0.9rem; border-radius: 999px;
  background: rgba(36,15,19,0.88); backdrop-filter: blur(8px); border: 1px solid rgba(238,165,116,0.35); box-shadow: 0 14px 30px -14px rgba(0,0,0,0.8); }
.sup-response i { color: #EDA371; font-size: 0.95rem; }

.sup-body { grid-area: b; text-align: center; }
@media (min-width: 920px) { .sup-body { text-align: left; align-self: start; } }
.sup-p { color: rgba(245,237,232,0.74); font-size: clamp(0.98rem, 1.2vw, 1.08rem); line-height: 1.75; max-width: 58ch; margin-inline: auto; }
@media (min-width: 920px) { .sup-p { margin-inline: 0; } }

.sup-cta-wrap { margin-top: 1.6rem; display: flex; flex-direction: column; align-items: center; gap: 0.75rem; }
@media (min-width: 920px) { .sup-cta-wrap { align-items: flex-start; } }
.sup-cta { position: relative; display: inline-flex; align-items: center; gap: 0.65rem; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; color: #fff;
  min-height: 58px; padding: 0 1.6rem; border-radius: 15px; overflow: hidden;
  background: linear-gradient(135deg, #E88645 0%, #AA2943 100%);
  box-shadow: 0 20px 42px -14px rgba(232,134,69,0.8), inset 0 1px 0 rgba(255,255,255,0.32);
  transition: transform .3s var(--ease), box-shadow .3s; }
.sup-cta::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 46%; background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent); pointer-events: none; }
.sup-cta > i:first-child { font-size: 1.25rem; color: #F4C8AA; }
.sup-cta-arr { font-size: 1rem; transition: transform .3s var(--ease); }
.sup-cta:hover { transform: translateY(-3px); box-shadow: 0 28px 54px -14px rgba(232,134,69,0.95), inset 0 1px 0 rgba(255,255,255,0.32); }
.sup-cta:hover .sup-cta-arr { transform: translateX(4px); }
.sup-nobots { display: inline-flex; align-items: center; gap: 0.45rem; color: rgba(245,237,232,0.6); font-size: 0.84rem; }
.sup-nobots-dot { width: 8px; height: 8px; border-radius: 50%; background: #D24460; box-shadow: 0 0 0 0 rgba(210,68,96,0.55); animation: cdlive 1.9s infinite; }
@media (prefers-reduced-motion: reduce) { .sup-nobots-dot { animation: none; } }

/* ============================================================
   FAQ (light, two columns, smooth accordion)
   ============================================================ */
.faq { position: relative; overflow: hidden; color: #39181E; padding: clamp(56px, 8vw, 100px) 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBF4F0 100%); }
.faq-tex { position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: 0.7;
  background-image: radial-gradient(rgba(84,26,38,0.05) 1px, transparent 1.5px); background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(125% 95% at 50% 0%, #000 32%, transparent 84%);
  mask-image: radial-gradient(125% 95% at 50% 0%, #000 32%, transparent 84%); }
.faq .wrap { position: relative; z-index: 1; }
.faq-head { text-align: center; max-width: 720px; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.faq-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.06; font-size: clamp(1.9rem, 4.4vw, 3rem); }
.faq-hl { color: #E88645; }
.faq-head p { margin-top: 0.8rem; color: #824E58; font-size: clamp(0.98rem, 1.2vw, 1.08rem); }

.faq-cols { display: grid; grid-template-columns: 1fr; gap: 12px; max-width: 1140px; margin-inline: auto; align-items: start; }
@media (min-width: 980px) { .faq-cols { grid-template-columns: 1fr 1fr; gap: 16px; } }
.faq-col { display: grid; gap: 12px; }

.faq-item { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(84,26,38,0.08); border-radius: 14px; box-shadow: 0 16px 34px -28px rgba(84,26,38,0.5);
  transition: border-color .3s, box-shadow .3s, transform .3s var(--ease); }
.faq-item::before { content: ""; position: absolute; left: 0; top: 12px; bottom: 12px; width: 3px; border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, #E88645, #DD3556); transform: scaleY(0); transform-origin: top; transition: transform .4s var(--ease); }
.faq-item:hover { border-color: rgba(232,134,69,0.22); transform: translateY(-1px); }
.faq-item.open { border-color: rgba(232,134,69,0.32); box-shadow: 0 22px 44px -28px rgba(84,26,38,0.55); }
.faq-item.open::before { transform: scaleY(1); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 0.9rem; text-align: left;
  font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: #39181E; padding: 1.05rem 1.15rem; cursor: pointer; transition: background .3s; }
.faq-q:hover { background: rgba(232,134,69,0.04); }
.faq-item.open .faq-q { background: linear-gradient(180deg, rgba(232,134,69,0.06), transparent); }
.faq-q i { flex: none; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; font-size: 0.95rem; color: #E88645;
  background: rgba(232,134,69,0.1); box-shadow: inset 0 0 0 1px rgba(232,134,69,0.18); transition: transform .35s var(--ease), background .3s, color .3s; }
.faq-item.open .faq-q i { transform: rotate(45deg); color: #fff; background: linear-gradient(160deg, #E88645, #AA2943); box-shadow: none; }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-in { overflow: hidden; min-height: 0; }
.faq-a-in p { padding: 0 1.15rem 1.15rem; color: #6F434C; font-size: 0.93rem; line-height: 1.7; }
@media (prefers-reduced-motion: reduce) { .faq-a { transition: none; } .faq-q i { transition: none; } }

/* ============================================================
   FOOTER (dark, pro, centered on mobile)
   ============================================================ */
.footer { position: relative; overflow: hidden; color: #fff; padding: clamp(52px, 7vw, 84px) 0 30px;
  background: radial-gradient(90% 70% at 50% -20%, #33161C 0%, #1A0C0F 55%, #11080A 100%); }
.footer::before { content: ""; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239,170,124,0.5), transparent); }
.footer::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.4;
  background-image: radial-gradient(rgba(255,255,255,0.04) 1px, transparent 1.5px); background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(120% 90% at 50% 0%, #000 25%, transparent 78%);
  mask-image: radial-gradient(120% 90% at 50% 0%, #000 25%, transparent 78%); }
.footer .wrap { position: relative; z-index: 1; }
.foot-grid { display: grid; grid-template-columns: 1fr; gap: 2.4rem; max-width: 1140px; margin-inline: auto; }
@media (min-width: 820px) { .foot-grid { grid-template-columns: 1.5fr 0.75fr 0.75fr; gap: 3rem; } }
.foot-brand .brand { margin-bottom: 1.1rem; }
/* The crest's inner face is near-black, which sinks into the near-black
   footer. A soft brand-cyan halo lifts it off the background without
   altering the artwork. Keeps the base drop-shadow, since setting `filter`
   replaces the whole list. */
.foot-brand .brand .mark { filter: drop-shadow(0 4px 12px rgba(0,0,0,0.55)) drop-shadow(0 0 13px rgba(234,144,84,0.34)); }
.foot-txt { color: rgba(245,237,232,0.6); font-size: 0.92rem; line-height: 1.75; max-width: 44ch; margin-bottom: 1.2rem; }
.foot-mail { display: inline-flex; align-items: center; gap: 0.55rem; color: #F3BE9B; font-size: 0.92rem; font-weight: 600;
  padding: 0.55rem 0.95rem; border-radius: 999px; background: rgba(239,170,124,0.08); box-shadow: inset 0 0 0 1px rgba(239,170,124,0.22);
  transition: color .25s, background .25s, box-shadow .25s; }
.foot-mail:hover { color: #FAE3D4; background: rgba(239,170,124,0.14); box-shadow: inset 0 0 0 1px rgba(239,170,124,0.4); }
.foot-mail i { font-size: 1.05rem; }
.foot-col h3 { font-family: var(--font-display); font-weight: 800; font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; color: #EFAA7C; margin-bottom: 1.05rem; }
.foot-col ul { display: grid; gap: 0.6rem; }
.foot-col a { position: relative; color: rgba(245,237,232,0.78); font-size: 0.94rem; transition: color .25s, padding-left .25s var(--ease); }
.foot-col a::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 2px; border-radius: 2px; background: #EFAA7C; transform: translateY(-50%); transition: width .25s var(--ease); }
.foot-col a:hover { color: #fff; padding-left: 14px; }
.foot-col a:hover::before { width: 8px; }
.foot-note { max-width: 1140px; margin: 2.6rem auto 0; padding: 1.05rem 1.2rem; border-radius: 12px;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); }
.foot-note p { color: rgba(245,237,232,0.45); font-size: 0.8rem; line-height: 1.7; }
.foot-note a { color: rgba(243,190,155,0.85); text-decoration: underline; text-underline-offset: 3px; }
.foot-note a:hover { color: #FAE3D4; }
.foot-bottom { max-width: 1140px; margin: 1.7rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.1rem 1.6rem; }
.foot-copy { color: rgba(245,237,232,0.5); font-size: 0.84rem; }
.foot-pay { height: auto; width: 100%; max-width: 320px; }
/* mobile: centre everything */
@media (max-width: 819px) {
  .foot-grid { text-align: center; }
  .foot-brand { display: flex; flex-direction: column; align-items: center; }
  .foot-txt { margin-inline: auto; }
  .foot-note { text-align: center; }
  .foot-bottom { flex-direction: column; justify-content: center; text-align: center; }
  .foot-pay { max-width: 300px; }
}

/* ---------- Latest from the blog (home) ---------- */
.hb { position: relative; overflow: hidden; color: #39181E; padding: clamp(56px, 8vw, 100px) 0; background: #FFFFFF; }
.hb-head { text-align: center; max-width: 680px; margin: 0 auto clamp(2rem, 4vw, 2.8rem); }
.hb-head h2 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.025em; line-height: 1.08; font-size: clamp(1.9rem, 4.4vw, 3rem); text-wrap: balance; }
.hb-hl { color: #E88645; }
.hb-head p { margin-top: 0.85rem; color: #824E58; font-size: clamp(0.98rem, 1.2vw, 1.08rem); }
.hb-grid { display: grid; grid-template-columns: 1fr; gap: 1.3rem; max-width: 1120px; margin-inline: auto; }
@media (min-width: 620px) { .hb-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .hb-grid { grid-template-columns: repeat(3, 1fr); } }
/* keep the grid centred and sensibly sized while the blog is still short */
.hb-grid[data-posts="1"] { grid-template-columns: 1fr; max-width: 440px; }
.hb-grid[data-posts="2"] { max-width: 760px; }
@media (min-width: 620px) { .hb-grid[data-posts="2"] { grid-template-columns: repeat(2, 1fr); } }
.hb-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border-radius: 20px; background: #fff;
  border: 1px solid rgba(84,26,38,0.09); box-shadow: 0 18px 40px -32px rgba(84,26,38,0.55);
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; }
.hb-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg, #E88645, #DD3556); transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease); }
.hb-card:hover { transform: translateY(-6px); border-color: rgba(232,134,69,0.28);
  box-shadow: 0 34px 60px -34px rgba(84,26,38,0.6); }
.hb-card:hover::before { transform: scaleX(1); }
.hb-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.hb-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.hb-card:hover .hb-media img { transform: scale(1.05); }
.hb-cat { position: absolute; top: 10px; left: 10px; z-index: 1; display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--font-display); font-weight: 800; font-size: 0.66rem; letter-spacing: 0.09em; text-transform: uppercase;
  color: #E88645; background: rgba(255,255,255,0.94); padding: 0.35rem 0.7rem; border-radius: 999px;
  box-shadow: 0 8px 18px -8px rgba(84,26,38,0.4); }
.hb-body { padding: 1.15rem 1.2rem 1.25rem; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.hb-body h3 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.015em; line-height: 1.24; font-size: 1.08rem; }
.hb-body h3 a { color: inherit; }
.hb-body h3 a:hover { color: #E88645; }
.hb-excerpt { margin-top: 0.55rem; color: #824E58; font-size: 0.89rem; line-height: 1.66; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.hb-meta { margin-top: 0.85rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.4rem 1rem; font-size: 0.78rem; color: #7A8399; }
.hb-meta i { color: #E88645; margin-right: 0.25rem; }
/* --- card refinements: frosted category chip, image scrim, ruled meta row --- */
.hb-media { background: #241014; }
.hb-media::after { content: ""; position: absolute; inset: auto 0 0 0; height: 42%; pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(28,12,15,0.34)); opacity: 0; transition: opacity .4s var(--ease); }
.hb-card:hover .hb-media::after { opacity: 1; }
.hb-cat { top: 12px; left: 12px; font-size: 0.63rem; letter-spacing: 0.1em; padding: 0.34rem 0.68rem;
  color: #39181E; background: rgba(255,255,255,0.82); backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(10px) saturate(160%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7), 0 8px 20px -10px rgba(28,12,15,0.7); }
.hb-cat i { color: #E88645; }
.hb-body { padding: 1.2rem 1.25rem 1.35rem; }
.hb-body h3 { font-size: 1.1rem; line-height: 1.26; }
.hb-body h3 a { transition: color .25s var(--ease); }
.hb-excerpt { margin-top: 0.6rem; line-height: 1.7; }
.hb-meta { margin-top: 1rem; padding-top: 0.8rem; width: 100%;
  border-top: 1px solid rgba(84,26,38,0.09); font-size: 0.76rem; }
.hb-read { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1rem;
  font-family: var(--font-display); font-weight: 700; font-size: 0.82rem; color: #fff;
  padding: 0.5rem 0.85rem; border-radius: 10px;
  background: linear-gradient(135deg, #E88645, #B82B47);
  box-shadow: 0 10px 20px -12px rgba(232,134,69,0.95), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.hb-read:hover { transform: translateY(-2px); color: #fff;
  box-shadow: 0 14px 26px -12px rgba(232,134,69,1), inset 0 1px 0 rgba(255,255,255,0.3); }
.hb-read i { font-size: 0.82rem; transition: transform .25s var(--ease); }
.hb-read:hover i { transform: translateX(3px); }
.hb-more { text-align: center; margin-top: clamp(1.8rem, 3.5vw, 2.4rem); }
.hb-btn { display: inline-flex; align-items: center; gap: 0.55rem; min-height: 50px; padding: 0 1.5rem; border-radius: 14px;
  font-family: var(--font-display); font-weight: 700; font-size: 0.95rem; color: #39181E;
  background: #fff; box-shadow: inset 0 0 0 1.5px rgba(84,26,38,0.16); transition: all .3s var(--ease); }
.hb-btn:hover { transform: translateY(-2px); color: #E88645; box-shadow: inset 0 0 0 1.5px rgba(232,134,69,0.45), 0 16px 32px -18px rgba(84,26,38,0.4); }
.hb-btn i { transition: transform .25s var(--ease); }
.hb-btn:hover i { transform: translateX(3px); }

/* ---------- Mobile polish: centred CTA labels on full-width buttons ---------- */
@media (max-width: 619px) {
  .cta-row2 .cta-btn { position: relative; justify-content: center; }
  .cta-row2 .cta-btn .lbl { justify-content: center; }
  .cta-row2 .cta-btn .ic-r { position: absolute; right: 1.15rem; top: 50%; transform: translateY(-50%); }
  .cta-row2 .cta-btn:hover .ic-r { transform: translateY(-50%) translateX(3px); }
}
