@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');
/* ==========================================================================
   nnorge — main stylesheet
   Design system: paper background, ink text, teal/violet/coral aurora accent,
   Space Grotesk display + Inter body. Ported 1:1 from the approved demo.
   ========================================================================== */

:root{
  --paper:#F7F8FA;
  --paper-2:#FFFFFF;
  --ink:#14161F;
  --ink-soft:#575B6B;
  --line:#E7E9EE;
  --teal:#22C7B0;
  --violet:#7C5CFC;
  --coral:#FF6B4A;
  --shadow: 0 8px 30px rgba(20,22,31,0.06);
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:'Inter', sans-serif;
  background:var(--paper);
  color:var(--ink);
  font-weight:400;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{
  font-family:'Space Grotesk', sans-serif;
  font-weight:600;
  letter-spacing:-0.01em;
  line-height:1.15;
  margin:0;
}
p{margin:0;}
.eyebrow{
  font-family:'Inter', sans-serif;
  font-weight:600;
  font-size:.72rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--violet);
}
a{color:inherit; text-decoration:none;}
img,video{max-width:100%; display:block;}
ul{margin:0;}
.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden;}
.wrap{max-width:1180px; margin:0 auto; padding:0 32px;}
/* Default section spacing used by the homepage. Page/article content is scoped
   separately below so Gutenberg/Custom HTML sections do not inherit a huge gap. */
section{padding:150px 0;}
@media(max-width:900px){ section{padding:90px 0;} }

.aurora-line{
  height:2px; width:100%;
  background:linear-gradient(90deg, transparent, var(--teal), var(--violet), var(--coral), transparent);
  background-size:200% 100%;
  opacity:.55;
  animation:auroraShift 8s ease-in-out infinite;
}
@keyframes auroraShift{
  0%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
  100%{background-position:0% 50%;}
}

/* ===== LOGO ===== */
.logo{display:flex; align-items:center; gap:11px; font-family:'Space Grotesk'; font-weight:700; font-size:1.2rem;}
.logo img.custom-logo{ height:34px; width:auto; }
.logo-mark{
  width:38px; height:38px; border-radius:11px; position:relative; overflow:hidden;
  background:linear-gradient(160deg, #14161F 0%, #262A3D 100%);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.logo-mark svg{width:20px; height:20px;}
.logo-word{color:var(--ink);}
.logo-word b{font-weight:700;}
.logo-word .accent{color:var(--teal);}
footer .logo-word{color:#fff;}

/* ===== HEADER ===== */
header.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(247,248,250,0.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.admin-bar header.site-header{ top:32px; }
@media(max-width:782px){ .admin-bar header.site-header{ top:46px; } }
.nav{display:flex; align-items:center; justify-content:space-between; padding:16px 32px; max-width:1180px; margin:0 auto; gap:20px;}
.navlinks{display:flex; gap:34px; font-size:.92rem; font-weight:500; color:var(--ink-soft); list-style:none; padding:0; margin:0;}
.navlinks li{display:flex;}
.navlinks a:hover, .navlinks .current-menu-item a{color:var(--ink);}
.menu-toggle{display:none; background:none; border:1px solid var(--line); border-radius:10px; width:42px; height:42px; align-items:center; justify-content:center; cursor:pointer;}
.btn{
  padding:11px 22px; border-radius:999px; font-weight:600; font-size:.88rem;
  display:inline-block; cursor:pointer; border:1px solid transparent;
}
.btn-primary{background:var(--ink); color:#fff;}
.btn-primary:hover{background:#2b2e3d;}
.btn-outline{border-color:var(--line); color:var(--ink); background:#fff;}
.btn-outline:hover{border-color:var(--ink);}
.btn-accent{background:linear-gradient(120deg, var(--teal), var(--violet)); color:#fff;}

/* ===== HERO ===== */
.hero{
  position:relative; overflow:hidden; padding:0;
  min-height:90vh; display:flex; align-items:center;
  background:#0E1018;
}
.kenburns-layer{
  position:absolute; inset:-6%;
  display:grid; grid-template-columns:repeat(8,1fr); gap:6px;
  animation:kenburns 34s ease-in-out infinite alternate;
  opacity:.65;
}
@keyframes kenburns{
  0%{ transform:scale(1) translate(0,0); }
  100%{ transform:scale(1.12) translate(-1.5%, -1%); }
}
.poster{
  border-radius:6px; aspect-ratio:2/3;
  background:linear-gradient(160deg, var(--c1), var(--c2));
  position:relative; overflow:hidden;
}
.poster::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(120deg, transparent 30%, rgba(255,255,255,.10) 50%, transparent 70%);
  background-size:250% 250%;
  animation:sheen 6s linear infinite;
  animation-delay:var(--delay, 0s);
}
@keyframes sheen{
  0%{ background-position:200% 0%; }
  100%{ background-position:-50% 0%; }
}
.light-orb{
  position:absolute; border-radius:50%; filter:blur(70px);
  mix-blend-mode:screen; pointer-events:none;
}
.orb1{ width:480px; height:480px; background:rgba(34,199,176,.35); top:-10%; left:5%; animation:float1 18s ease-in-out infinite; }
.orb2{ width:420px; height:420px; background:rgba(124,92,252,.38); bottom:-15%; right:5%; animation:float2 22s ease-in-out infinite; }
.orb3{ width:340px; height:340px; background:rgba(255,107,74,.22); top:35%; left:45%; animation:float3 26s ease-in-out infinite; }
@keyframes float1{ 0%,100%{ transform:translate(0,0); } 50%{ transform:translate(60px,40px); } }
@keyframes float2{ 0%,100%{ transform:translate(0,0); } 50%{ transform:translate(-50px,-30px); } }
@keyframes float3{ 0%,100%{ transform:translate(0,0); } 50%{ transform:translate(-40px,50px); } }

.hero-flag{
  position:absolute; right:-6%; top:0; bottom:0; width:46%;
  background-image:linear-gradient(90deg, rgba(14,16,24,1) 0%, rgba(14,16,24,.25) 35%, rgba(14,16,24,.05) 60%), var(--flag-url);
  background-size:cover; background-position:center;
  opacity:.5; z-index:1; pointer-events:none;
}
.hero-overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(14,16,24,.55) 0%, rgba(14,16,24,.88) 75%, rgba(14,16,24,.98) 100%);
}
.hero-content{position:relative; z-index:2; max-width:680px; padding:130px 32px 90px; margin:0 auto;}
.hero .eyebrow{color:var(--teal);}
.hero h1{font-size:3.1rem; margin:18px 0 20px; color:#fff;}
.hero p.lead{font-size:1.08rem; color:#C7CAD6; max-width:540px; margin-bottom:32px;}
.hero-ctas{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:36px;}
.trust-row{display:flex; gap:28px; flex-wrap:wrap; font-size:.85rem; color:#9A9EB0; font-weight:500; list-style:none; padding:0;}
.trust-row span{display:flex; align-items:center; gap:7px;}
.dot{width:6px; height:6px; border-radius:50%; background:var(--teal); display:inline-block;}

/* ===== INTRO ===== */
.intro{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.intro h2{font-size:2rem; margin:10px 0 18px;}
.intro p{color:var(--ink-soft); margin-bottom:26px;}
.screen-mock{
  position:relative; border-radius:24px; padding:18px;
  background:linear-gradient(160deg, #191b26, #0B0C12);
  box-shadow:var(--shadow);
}
.screen-mock .bar{display:flex; gap:6px; margin-bottom:16px; padding:0 4px;}
.screen-mock .bar span{width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.18);}
.screen-grid{
  display:grid; grid-template-columns:repeat(3,1fr); grid-template-rows:repeat(2,1fr); gap:10px;
  aspect-ratio:16/10; position:relative;
}
.screen-tile{
  border-radius:10px; background:linear-gradient(155deg, var(--c1), var(--c2)); position:relative; overflow:hidden;
}
.screen-tile.big{ grid-row:1 / 3; grid-column:1 / 3; }
.screen-tile .tlabel{
  position:absolute; bottom:10px; left:10px; color:#fff; font-family:'Space Grotesk';
  font-weight:600; font-size:.78rem; opacity:.95;
}
.live-badge{
  position:absolute; top:14px; left:14px; z-index:3;
  background:var(--coral); color:#fff; font-size:.65rem; font-weight:700; letter-spacing:.04em;
  padding:4px 10px; border-radius:999px; display:flex; align-items:center; gap:5px;
}
.live-badge .pulse{width:6px; height:6px; border-radius:50%; background:#fff; animation:pulseDot 1.6s ease-in-out infinite;}
@keyframes pulseDot{ 0%,100%{opacity:1;} 50%{opacity:.35;} }
.play-btn{
  position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;
  width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.92);
  display:flex; align-items:center; justify-content:center; box-shadow:0 8px 20px rgba(0,0,0,.35);
}

/* ===== WHY US ===== */
.why-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:44px;}
.feature-card{
  position:relative; border-radius:20px; padding:34px 30px; overflow:hidden;
  min-height:230px; display:flex; flex-direction:column; justify-content:flex-end;
  box-shadow:0 20px 45px rgba(20,22,31,.16);
  transition:transform .3s ease;
}
.feature-card:hover{ transform:translateY(-6px); }
.feature-card .bg{ position:absolute; inset:0; }
.feature-card .bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg, rgba(11,12,18,.15) 0%, rgba(11,12,18,.85) 100%);
}
.feature-card .bg-glow{
  position:absolute; width:220px; height:220px; border-radius:50%; filter:blur(60px); opacity:.55;
}
.fc-18k .bg{ background:radial-gradient(circle at 70% 20%, #123a35, #0B0C12 65%); }
.fc-18k .bg-glow{ background:var(--teal); top:-40px; right:-30px; }
.fc-4k .bg{ background:radial-gradient(circle at 30% 15%, #2a1f4a, #0B0C12 65%); }
.fc-4k .bg-glow{ background:var(--violet); top:-30px; left:-30px; }
.fc-flex .bg{ background:radial-gradient(circle at 60% 80%, #3a2015, #0B0C12 65%); }
.fc-flex .bg-glow{ background:var(--coral); bottom:-40px; right:-20px; }
.feature-card .icon-badge{ position:relative; z-index:2; margin-bottom:auto; }
.feature-card h3{ position:relative; z-index:2; color:#fff; margin-bottom:8px; }
.feature-card p{ position:relative; z-index:2; color:#B6B9C6; font-size:.9rem; }
.icon-badge{
  width:44px; height:44px; border-radius:12px; margin-bottom:18px;
  background:linear-gradient(135deg, var(--teal), var(--violet));
  display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.1rem;
}
.section-head{max-width:620px; margin-bottom:8px;}
.section-head h2{font-size:2rem; margin:10px 0 12px;}
.section-head p{color:var(--ink-soft);}
.center{text-align:center; margin-left:auto; margin-right:auto;}

/* ===== AUTO CAROUSEL ===== */
.carousel-viewport{overflow:hidden; position:relative; margin-top:28px;}
.carousel-viewport::before, .carousel-viewport::after{
  content:""; position:absolute; top:0; bottom:0; width:60px; z-index:2; pointer-events:none;
}
.carousel-viewport::before{ left:0; background:linear-gradient(90deg, var(--paper), transparent); }
.carousel-viewport::after{ right:0; background:linear-gradient(270deg, var(--paper), transparent); }
.carousel-track{
  display:flex; gap:18px; width:max-content;
  animation:marquee 34s linear infinite;
}
.carousel-viewport:hover .carousel-track{ animation-play-state:paused; }
@keyframes marquee{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}
.poster-card{
  min-width:150px; aspect-ratio:2/3; border-radius:14px;
  background:linear-gradient(160deg, var(--c1), var(--c2));
  position:relative; box-shadow:var(--shadow); flex-shrink:0;
  display:flex; align-items:flex-end; padding:12px;
}
.poster-card span{color:#fff; font-family:'Space Grotesk'; font-weight:600; font-size:.82rem;}
.tab-row{display:flex; gap:10px; margin:28px 0 6px; flex-wrap:wrap;}
.tab{
  padding:9px 18px; border-radius:999px; border:1px solid var(--line); background:#fff;
  font-size:.85rem; font-weight:600; color:var(--ink-soft); cursor:pointer;
}
.tab.active{background:var(--ink); color:#fff; border-color:var(--ink);}

/* ===== PRICING ===== */
.pricing-wrap{background:var(--paper-2); border:1px solid var(--line); border-radius:24px; padding:52px; box-shadow:var(--shadow);}
.device-tabs{display:flex; gap:10px; justify-content:center; margin:28px 0 40px; flex-wrap:wrap;}
.plans-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
.plan{border:1px solid var(--line); border-radius:18px; padding:28px 22px; text-align:center; position:relative;}
.plan.featured{border:2px solid var(--violet);}
.plan .tag{
  position:absolute; top:-13px; left:50%; transform:translateX(-50%);
  background:var(--violet); color:#fff; font-size:.7rem; font-weight:700;
  padding:4px 12px; border-radius:999px; letter-spacing:.04em; white-space:nowrap;
}
.plan h4{font-size:.95rem; color:var(--ink-soft); font-weight:600; margin-bottom:6px;}
.plan .price{font-family:'Space Grotesk'; font-size:2.1rem; font-weight:700; margin-bottom:18px;}
.plan .price sup{font-size:.9rem; font-weight:500; color:var(--ink-soft);}
.plan ul{list-style:none; text-align:left; margin-bottom:24px; font-size:.85rem; color:var(--ink-soft); padding:0;}
.plan ul li{padding:6px 0; display:flex; gap:8px; align-items:flex-start;}
.plan ul li:before{content:"✓"; color:var(--teal); font-weight:700;}
.plan .btn{width:100%; text-align:center;}
.guarantee{text-align:center; margin-top:28px; font-size:.85rem; color:var(--ink-soft); font-weight:500;}

/* ===== BANNER ===== */
.banner{
  position:relative; overflow:hidden;
  background:linear-gradient(120deg, #14161F 0%, #262A3D 100%);
  border-radius:28px; padding:56px; color:#fff;
  display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:center;
}
.banner .light-orb{ opacity:.7; }
.banner h3{font-size:1.65rem; margin-bottom:14px; font-family:'Space Grotesk'; position:relative; z-index:2;}
.banner p{color:#C7CAD6; margin-bottom:14px; font-size:.94rem; position:relative; z-index:2;}
.banner .btn{position:relative; z-index:2;}
.banner-visual{
  aspect-ratio:4/3; border-radius:18px; position:relative; z-index:2;
  background:linear-gradient(150deg, rgba(34,199,176,.35), rgba(124,92,252,.35));
  border:1px solid rgba(255,255,255,.15);
}

/* ===== APP CARD ===== */
.app-card{
  position:relative; overflow:hidden;
  background:linear-gradient(120deg, #1a1330 0%, #4b3aa8 60%, #7C5CFC 100%);
  border-radius:28px; padding:56px; color:#fff;
  display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:center;
}
.app-card h3{font-size:1.65rem; margin-bottom:14px; font-family:'Space Grotesk'; position:relative; z-index:2;}
.app-card p{color:#D9D3F5; margin-bottom:26px; font-size:.94rem; max-width:440px; position:relative; z-index:2;}
.store-row{display:flex; gap:12px; flex-wrap:wrap; position:relative; z-index:2;}
.store-badge{
  display:flex; align-items:center; gap:10px; background:#fff; color:var(--ink);
  padding:10px 18px; border-radius:12px; font-family:'Inter';
}
.store-badge .glyph{width:22px; height:22px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
.store-badge .txt{line-height:1.2;}
.store-badge .txt small{display:block; font-size:.62rem; color:var(--ink-soft); font-weight:500;}
.store-badge .txt strong{display:block; font-size:.85rem; font-weight:700;}
.device-mock{position:relative; z-index:2; aspect-ratio:5/4;}
.device-mock .tv{
  position:absolute; right:0; top:6%; width:78%; aspect-ratio:16/10; border-radius:12px;
  background:linear-gradient(155deg, #22243a, #0d0e18); border:1px solid rgba(255,255,255,.15);
  box-shadow:0 30px 60px rgba(0,0,0,.4);
  display:grid; grid-template-columns:repeat(3,1fr); gap:6px; padding:12px;
}
.device-mock .tv .tile{border-radius:6px; background:linear-gradient(160deg, var(--c1), var(--c2));}
.device-mock .phone{
  position:absolute; left:0; bottom:0; width:34%; aspect-ratio:9/18; border-radius:20px;
  background:linear-gradient(160deg, #22243a, #0d0e18); border:1px solid rgba(255,255,255,.18);
  box-shadow:0 25px 50px rgba(0,0,0,.45); padding:8px;
}
.device-mock .phone .screen{width:100%; height:100%; border-radius:12px; background:linear-gradient(180deg, rgba(47,217,196,.35), rgba(124,92,252,.35));}

/* ===== SETUP STEPS ===== */
.steps{display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:44px;}
.step{position:relative; padding-top:8px;}
.step .num{font-family:'Space Grotesk'; font-size:.78rem; font-weight:700; color:var(--violet); margin-bottom:10px; display:block;}
.step h4{font-size:1rem; margin-bottom:8px;}
.step p{font-size:.88rem; color:var(--ink-soft);}

/* ===== TESTIMONIALS ===== */
.testimonial-viewport{overflow:hidden; position:relative;}
.testimonial-viewport::before, .testimonial-viewport::after{
  content:""; position:absolute; top:0; bottom:0; width:60px; z-index:2; pointer-events:none;
}
.testimonial-viewport::before{ left:0; background:linear-gradient(90deg, var(--paper), transparent); }
.testimonial-viewport::after{ right:0; background:linear-gradient(270deg, var(--paper), transparent); }
.testimonial-track{
  display:flex; gap:20px; width:max-content;
  animation:marqueeSlow 40s linear infinite;
}
.testimonial-viewport:hover .testimonial-track{ animation-play-state:paused; }
@keyframes marqueeSlow{
  0%{ transform:translateX(0); }
  100%{ transform:translateX(-50%); }
}
.t-card{
  min-width:320px; background:#fff; border:1px solid var(--line); border-radius:18px; padding:26px;
  box-shadow:var(--shadow);
}
.stars{color:#F5A623; font-size:.9rem; margin-bottom:12px; letter-spacing:2px;}
.t-card p{font-size:.92rem; color:var(--ink); margin-bottom:18px;}
.t-person{display:flex; align-items:center; gap:10px;}
.avatar{width:36px; height:36px; border-radius:50%; background:linear-gradient(135deg, var(--teal), var(--violet)); flex-shrink:0;}
.t-person strong{display:block; font-size:.85rem;}
.t-person span{font-size:.78rem; color:var(--ink-soft);}

/* ===== FAQ ===== */
.faq-item{border-bottom:1px solid var(--line); padding:22px 0;}
.faq-q{display:flex; justify-content:space-between; align-items:center; cursor:pointer; font-weight:600; font-size:1rem; gap:16px;}
.faq-q .plus{font-size:1.3rem; color:var(--violet); transition:transform .2s; flex-shrink:0;}
.faq-a{max-height:0; overflow:hidden; transition:max-height .3s ease; color:var(--ink-soft); font-size:.92rem;}
.faq-item.open .faq-a{max-height:400px; padding-top:14px;}
.faq-item.open .plus{transform:rotate(45deg);}

/* ===== CTA BANNER ===== */
.cta-band{
  background:linear-gradient(100deg, var(--teal) 0%, var(--violet) 100%);
  border-radius:28px; padding:64px; text-align:center; color:#fff;
  position:relative; overflow:hidden;
}
.cta-band::before{
  content:""; position:absolute; inset:0;
  background-image:linear-gradient(100deg, rgba(34,199,176,.82), rgba(124,92,252,.82)), var(--flag-url, none);
  background-size:cover; background-position:center;
}
.cta-band > *{ position:relative; z-index:2; }
.cta-band h3{font-size:1.9rem; margin-bottom:12px; font-family:'Space Grotesk';}
.cta-band p{margin-bottom:26px; opacity:.92;}
.cta-band .btn-primary{background:#fff; color:var(--ink);}

/* ===== CONTACT FORM ===== */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px;}
.contact-form{display:flex; flex-direction:column; gap:16px;}
.contact-form label{font-size:.85rem; font-weight:600; margin-bottom:6px; display:block;}
.contact-form input, .contact-form textarea{
  width:100%; padding:13px 16px; border-radius:12px; border:1px solid var(--line);
  font-family:'Inter'; font-size:.92rem; background:#fff; color:var(--ink);
}
.contact-form textarea{min-height:140px; resize:vertical;}
.contact-form input:focus, .contact-form textarea:focus{outline:2px solid var(--violet); outline-offset:1px;}
.contact-info-card{background:#14161F; color:#fff; border-radius:20px; padding:36px;}
.contact-info-card h4{color:#fff; margin-bottom:10px; font-size:1.1rem;}
.contact-info-card p{color:#B6B9C6; font-size:.9rem; margin-bottom:22px;}
.contact-info-row{display:flex; gap:12px; align-items:flex-start; margin-bottom:18px;}
.contact-info-row .ico{width:34px; height:34px; border-radius:9px; background:linear-gradient(135deg,var(--teal),var(--violet)); flex-shrink:0;}
.form-notice{padding:14px 18px; border-radius:12px; font-size:.88rem; margin-bottom:16px;}
.form-notice.success{background:#E6F9F4; color:#0E6B57;}
.form-notice.error{background:#FDECEA; color:#B3261E;}

/* ===== BLOG / ARCHIVE / SINGLE ===== */
.blog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:44px;}
.post-card{background:#fff; border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:var(--shadow); display:flex; flex-direction:column;}
.post-card .thumb{aspect-ratio:16/10; background:linear-gradient(160deg,var(--violet),#14161F);}
.post-card .body{padding:22px;}
.post-card .cat{font-size:.7rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--violet); margin-bottom:10px; display:block;}
.post-card h3{font-size:1.05rem; margin-bottom:10px;}
.post-card h3 a:hover{color:var(--violet);}
.post-card .excerpt{font-size:.88rem; color:var(--ink-soft); margin-bottom:14px;}
.post-card .meta{font-size:.78rem; color:var(--ink-soft); opacity:.8;}
.pagination-row{display:flex; justify-content:center; gap:10px; margin-top:56px;}
.pagination-row a, .pagination-row span{padding:10px 16px; border-radius:10px; border:1px solid var(--line); font-size:.85rem; font-weight:600;}
.pagination-row .current{background:var(--ink); color:#fff; border-color:var(--ink);}
.single-article{max-width:760px; margin:0 auto;}
.single-article .entry-header{margin-bottom:32px;}
.single-article .entry-header h1{font-size:2.2rem; margin:14px 0;}
.single-article .entry-meta{font-size:.85rem; color:var(--ink-soft);}
.single-article .entry-content{font-size:1.02rem; color:var(--ink);}
.single-article .entry-content p{margin-bottom:1.3em; color:var(--ink-soft);}
.single-article .entry-content h2{font-size:1.5rem; margin:2em 0 .7em;}
.single-article .entry-content h3{font-size:1.2rem; margin:1.6em 0 .6em;}
.single-article .entry-content img{border-radius:16px; margin:1.5em 0;}
.single-article .entry-content a{color:var(--violet); text-decoration:underline;}
.single-article .entry-content blockquote{border-left:3px solid var(--violet); padding-left:20px; color:var(--ink-soft); font-style:italic; margin:1.5em 0;}

/* ===== 404 ===== */
.error-404{text-align:center; padding:160px 0;}
.error-404 h1{font-size:5rem; background:linear-gradient(120deg,var(--teal),var(--violet)); -webkit-background-clip:text; background-clip:text; color:transparent;}
.error-404 p{color:var(--ink-soft); margin:18px 0 30px;}

/* ===== KANALER PAGE ===== */
.channel-region{margin-bottom:20px; background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden;}
.channel-region summary{padding:20px 24px; font-weight:600; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-family:'Space Grotesk';}
.channel-region .chips{display:flex; flex-wrap:wrap; gap:8px; padding:0 24px 22px;}
.channel-region .chips span{background:var(--paper); border:1px solid var(--line); padding:7px 13px; border-radius:999px; font-size:.8rem; color:var(--ink-soft);}

/* ===== FOOTER ===== */
footer.site-footer{background:#14161F; color:#B6B9C6; padding:70px 0 30px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:40px; margin-bottom:48px;}
.footer-grid h5{color:#fff; font-size:.85rem; margin-bottom:16px; font-weight:600;}
.footer-grid ul{list-style:none; padding:0; margin:0;}
.footer-grid a, .footer-grid p{display:block; font-size:.85rem; margin-bottom:10px; color:#9A9EB0;}
.footer-grid a:hover{color:#fff;}
.footer-bottom{border-top:1px solid #2A2D3D; padding-top:24px; text-align:center; font-size:.8rem; color:#6E7285;}

@media(max-width:900px){
  .intro, .banner, .why-grid, .plans-grid, .steps, .footer-grid, .contact-grid, .blog-grid{grid-template-columns:1fr;}
  .hero h1{font-size:2.2rem;}
  .navlinks{position:fixed; top:0; left:0; right:0; bottom:0; background:var(--paper); flex-direction:column; padding:100px 32px 32px; gap:22px; font-size:1.1rem; transform:translateX(100%); transition:transform .3s ease; z-index:60;}
  .navlinks.open{transform:translateX(0);}
  .menu-toggle{display:flex;}
}

/* IPTV Norge brand override */
.iptv-norge-brand{display:flex!important;align-items:center!important}
.iptv-norge-brand img{display:block!important;height:38px!important;width:auto!important;max-width:170px!important;object-fit:contain!important}
.site-header .iptv-norge-brand img{height:42px!important;max-width:185px!important}
@media(max-width:760px){.site-header .iptv-norge-brand img{height:34px!important;max-width:150px!important}}
/* Photo tiles: make mockups feel like real streaming UI rather than blank gradients */
.screen-tile,.poster-card,.tile{background-color:#10151d}

/* v3 pricing visibility + monthly equivalent */
.pricing-wrap .device-plan-group{min-height:330px;align-items:stretch}
.pricing-wrap .device-plan-group[style*="display:none"]{display:none!important}
.pricing-wrap .device-plan-group[style*="display:grid"]{display:grid!important}
.plan .price-cycle{font-size:.72rem;color:var(--ink-soft);font-weight:500;margin-left:4px}
.monthly-equivalent{font-size:.78rem;color:var(--violet);font-weight:700;margin:-8px 0 18px}
@media(max-width:900px){.plans-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.plans-grid{grid-template-columns:1fr}.pricing-wrap .device-plan-group{min-height:0}}
/* A deep Norwegian-flag accent behind the final CTA */
.cta-norway{background:
 linear-gradient(90deg,rgba(20,22,31,.90),rgba(20,22,31,.55)),
 var(--flag-url) center/cover no-repeat;
}
.cta-norway:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,22,31,.25),rgba(124,92,252,.18));pointer-events:none}

.norway-flag-strip{position:relative;overflow:hidden;border-radius:22px;margin-top:30px;margin-bottom:20px;display:grid;grid-template-columns:1fr .85fr;min-height:200px;border:1px solid rgba(255,255,255,.12);background:#14161f;color:#fff}
.norway-flag-copy{padding:40px;position:relative;z-index:2}.norway-flag-copy h3{font-family:'Space Grotesk';font-size:1.8rem;margin:8px 0}.norway-flag-copy p{color:#d3d6df;max-width:500px}.norway-flag-image{background-size:cover;background-position:center;position:relative}.norway-flag-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#14161f 0%,rgba(20,22,31,.25) 30%,rgba(20,22,31,.1) 100%)}
@media(max-width:700px){.norway-flag-strip{grid-template-columns:1fr}.norway-flag-image{min-height:160px}.norway-flag-copy{padding:28px}}

/* ===== SECTION RHYTHM / SPACING FIX =====
   Keeps each major homepage section visually separate instead of touching. */
.hero + .aurora-line{margin-bottom:0}
.intro{margin-top:92px;margin-bottom:104px}
.intro + .wrap{margin-bottom:104px}
.why-grid{margin-top:0!important;margin-bottom:104px!important}
#kanaler{margin-top:0!important;margin-bottom:108px!important}
#priser{margin-top:0!important;margin-bottom:108px!important}
#priser + .wrap{margin-top:0!important;margin-bottom:108px!important}
#priser + .wrap .banner{margin-top:0}
#priser + .wrap + .wrap{margin-top:0!important;margin-bottom:108px!important}
.banner{margin-bottom:0}
.app-card{margin-top:0;margin-bottom:108px}
#anmeldelser{margin-bottom:108px!important}
#faq{margin-bottom:108px!important}
#kontakt{margin-bottom:0!important}
.steps{margin-bottom:0}
.norway-flag-strip{margin-top:0;margin-bottom:108px!important}
@media(max-width:760px){
  .intro{margin-top:58px;margin-bottom:66px}
  .intro + .wrap,.why-grid,#kanaler,#priser,#priser + .wrap,#priser + .wrap + .wrap,.app-card,#anmeldelser,#faq,.norway-flag-strip{margin-bottom:70px!important}
}


/* ===== v6 SECTION SPACING / BREATHING ROOM =====
   Adds consistent vertical rhythm so major sections never touch each other. */
:root{
  --section-gap: 92px;
  --section-gap-mobile: 64px;
}

section{
  margin-bottom: var(--section-gap);
}

section:last-child{
  margin-bottom: 0;
}

/* Keep inner wrappers from visually colliding with the next section. */
.hero{
  margin-bottom: var(--section-gap);
}

.intro{
  margin-bottom: var(--section-gap);
}

.why-grid,
#kanaler,
#priser,
#anmeldelser,
#faq,
#kontakt,
.app-card,
.norway-flag-strip,
.steps,
.banner{
  margin-bottom: var(--section-gap) !important;
}

/* Pricing / feature blocks get extra breathing room before and after. */
.plans-grid,
.device-plan-group{
  margin-top: 34px;
  margin-bottom: 42px;
}

.pricing-wrap{
  margin-bottom: var(--section-gap);
}

/* Make the 3 information cards feel separate from the carousel below. */
.why-grid + *,
.cards + *,
.content-strip + *,
.features-grid + *{
  margin-top: 46px;
}

/* If the theme uses adjacent wrapper blocks, add a safe gap between them. */
.wrap + .wrap{
  margin-top: 24px;
}

/* Avoid double spacing where a section already owns the gap. */
section + section{
  margin-top: 0;
}

/* Mobile: still roomy, but compact enough for scrolling. */
@media(max-width:760px){
  section{
    margin-bottom: var(--section-gap-mobile);
  }
  .hero,
  .intro,
  .why-grid,
  #kanaler,
  #priser,
  #anmeldelser,
  #faq,
  #kontakt,
  .app-card,
  .norway-flag-strip,
  .steps,
  .banner,
  .pricing-wrap{
    margin-bottom: var(--section-gap-mobile) !important;
  }
  .plans-grid,
  .device-plan-group{
    margin-top: 24px;
    margin-bottom: 30px;
  }
}

/* ===== v7 HARD SECTION SEPARATION ===== */
main > section.wrap{
  display:flow-root;
  padding-top:88px !important;
  padding-bottom:88px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}

main > section.wrap + section.wrap{
  margin-top:72px !important;
}

main > section.wrap.hero{
  padding-top:120px !important;
  padding-bottom:100px !important;
  margin-bottom:0 !important;
}

main > section.wrap#kanaler,
main > section.wrap#priser,
main > section.wrap#anmeldelser,
main > section.wrap#faq,
main > section.wrap#kontakt{
  padding-top:96px !important;
  padding-bottom:96px !important;
}

main > section.wrap .why-grid,
main > section.wrap .pricing-wrap,
main > section.wrap .banner,
main > section.wrap .steps,
main > section.wrap .app-card,
main > section.wrap .testimonial-viewport{
  margin-top:48px !important;
}

main > section.wrap .section-head + .tab-row{
  margin-top:34px !important;
}
main > section.wrap .tab-row + .carousel-viewport{
  margin-top:34px !important;
}
main > section.wrap .section-head{
  margin-bottom:0 !important;
}

@media(max-width:760px){
  main > section.wrap{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }
  main > section.wrap + section.wrap{
    margin-top:48px !important;
  }
  main > section.wrap.hero{
    padding-top:104px !important;
    padding-bottom:72px !important;
  }
  main > section.wrap#kanaler,
  main > section.wrap#priser,
  main > section.wrap#anmeldelser,
  main > section.wrap#faq,
  main > section.wrap#kontakt{
    padding-top:72px !important;
    padding-bottom:72px !important;
  }
  main > section.wrap .why-grid,
  main > section.wrap .pricing-wrap,
  main > section.wrap .banner,
  main > section.wrap .steps,
  main > section.wrap .app-card,
  main > section.wrap .testimonial-viewport{
    margin-top:34px !important;
  }
}

/* =========================================================
   V8 — HARD PAGE RHYTHM
   The previous spacing rules were cached because the theme
   asset version remained 1.0.0. This version deliberately
   targets the actual homepage section structure.
   ========================================================= */

main > section{
  position:relative;
  padding-top:96px !important;
  padding-bottom:96px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* A visible separator of breathing room between every major section */
main > section + section{
  margin-top:96px !important;
}

/* The hero is intentionally tighter at its top but has a generous
   visual landing area before the next section. */
main > section.hero{
  padding-top:120px !important;
  padding-bottom:110px !important;
  margin-bottom:0 !important;
}

/* Cards/info section -> library section */
main > section.intro{
  margin-bottom:0 !important;
}
main > section.intro + section{
  margin-top:110px !important;
}

/* Library carousel */
main > section#kanaler{
  padding-top:105px !important;
  padding-bottom:105px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
}
main > section#kanaler + section{
  margin-top:110px !important;
}

/* Norwegian flag identity block */
main > section.norway-flag-strip{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
main > section.norway-flag-strip + section{
  margin-top:110px !important;
}

/* Pricing */
main > section#priser{
  padding-top:105px !important;
  padding-bottom:105px !important;
}
main > section#priser + section{
  margin-top:110px !important;
}

/* The internal blocks need their own air as well. */
main > section .section-head{
  margin-bottom:34px !important;
}
main > section .why-grid{
  margin-top:46px !important;
}
main > section .pricing-wrap{
  margin-top:44px !important;
}
main > section .steps{
  margin-top:46px !important;
}
main > section .app-card{
  margin-top:46px !important;
}
main > section .testimonial-viewport{
  margin-top:42px !important;
}

/* Prevent banners/cards from visually touching the next heading. */
main > section .banner,
main > section .app-card,
main > section .steps,
main > section .testimonial-viewport,
main > section .faq-wrap{
  margin-bottom:0 !important;
}

/* Extra separation for the specific transitions visible in the screenshots. */
main > section#priser + section + section{
  margin-top:110px !important;
}

/* Mobile still keeps clear breathing room. */
@media(max-width:760px){
  main > section{
    padding-top:68px !important;
    padding-bottom:68px !important;
  }
  main > section + section{
    margin-top:64px !important;
  }
  main > section.hero{
    padding-top:104px !important;
    padding-bottom:76px !important;
  }
  main > section#kanaler,
  main > section#priser{
    padding-top:76px !important;
    padding-bottom:76px !important;
  }
  main > section#kanaler + section,
  main > section.norway-flag-strip + section,
  main > section#priser + section{
    margin-top:70px !important;
  }
}

/* V9 — No artificial gap between Hero and the first content section.
   Keep the rest of the page spacing untouched. */
main > section.hero + section.intro{
  margin-top:0 !important;
  padding-top:0 !important;
}
main > section.hero + section.intro > div:first-child{
  margin-top:0 !important;
}
@media(max-width:760px){
  main > section.hero + section.intro{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}

/* v10 — testimonial cards are comment-only */
.testimonial-card .testimonial-author,
.testimonial-card .testimonial-avatar,
.testimonial-card .author-info,
.testimonial-card .author,
.testimonial-card .avatar,
.testimonial-card .testimonial-meta{
  display:none !important;
}
.testimonial-card{
  min-height:220px;
}
.testimonial-card .quote,
.testimonial-card blockquote{
  margin-bottom:0 !important;
}

/* v12 — testimonials remain a carousel; ONLY author identity is removed */
.t-card .t-person,
.t-card .testimonial-author,
.t-card .testimonial-meta{
  display:none !important;
}
.t-card{
  min-height:210px;
}
.t-card p{
  margin-bottom:0 !important;
}

/* =========================================================
   V13 — FEATURE CARD SECTION CLEANUP
   The 18K / 4K / Flexible cards get their own breathing
   space so the section never looks tucked into neighboring
   content.
   ========================================================= */

main > section.feature-section{
  padding-top:82px !important;
  padding-bottom:82px !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  overflow:visible;
}

main > section.feature-section .why-grid{
  width:100%;
  margin:0 auto !important;
  padding:0 !important;
  gap:28px !important;
}

main > section.feature-section .feature-card{
  min-height:250px;
  padding:38px 32px !important;
  border-radius:22px;
}

main > section.feature-section + section{
  margin-top:92px !important;
}

@media(max-width:900px){
  main > section.feature-section{
    padding-top:64px !important;
    padding-bottom:64px !important;
  }
  main > section.feature-section .why-grid{
    gap:20px !important;
  }
}

@media(max-width:760px){
  main > section.feature-section{
    padding-top:52px !important;
    padding-bottom:52px !important;
  }
  main > section.feature-section .feature-card{
    min-height:220px;
    padding:30px 24px !important;
  }
  main > section.feature-section + section{
    margin-top:68px !important;
  }
}


/* V14 — premium metric badges (18K / 4K / ∞) */
main > section.feature-section .icon-badge{
  width:auto !important;
  min-width:74px !important;
  height:42px !important;
  padding:0 16px !important;
  margin:0 0 28px 0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:flex-start !important;
  position:relative !important;
  z-index:3 !important;

  color:#fff !important;
  font-family:'Space Grotesk',Inter,Arial,sans-serif !important;
  font-size:.95rem !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;

  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.22) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 22px rgba(0,0,0,.18) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
}

main > section.feature-section .icon-badge::after{
  content:"";
  position:absolute;
  inset:3px;
  border-radius:inherit;
  border:1px solid rgba(255,255,255,.05);
  pointer-events:none;
}

main > section.feature-section .fc-18k .icon-badge{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 24px rgba(21,196,170,.10),
    0 0 0 1px rgba(20,196,170,.05);
}

main > section.feature-section .fc-4k .icon-badge{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 24px rgba(124,92,252,.12),
    0 0 0 1px rgba(124,92,252,.06);
}

main > section.feature-section .fc-flex .icon-badge{
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.10),
    0 8px 24px rgba(255,112,76,.10),
    0 0 0 1px rgba(255,112,76,.05);
}

main > section.feature-section .feature-card{
  padding-top:32px !important;
}

main > section.feature-section .feature-card h3{
  margin-top:0 !important;
}

@media(max-width:760px){
  main > section.feature-section .icon-badge{
    min-width:68px !important;
    height:40px !important;
    padding:0 14px !important;
    margin-bottom:22px !important;
  }
}

/* v15: legacy square badges are disabled in favor of .metric-badge */
main > section.feature-section .icon-badge{
  display:none !important;
}

/* =========================================================
   V17 — TRUE 3-PANEL COVERFLOW CAROUSEL
   No JavaScript required. One card is always in front,
   two cards sit behind on the sides and rotate automatically.
   ========================================================= */

main > section.feature-section .feature-carousel{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:390px !important;
  min-height:390px !important;
  margin:0 auto !important;
  padding:0 !important;
  overflow:hidden !important;
}

main > section.feature-section .feature-carousel .feature-card{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:36% !important;
  min-height:255px !important;
  margin:0 !important;
  box-sizing:border-box !important;
  transform-origin:center center !important;
  animation-duration:9s !important;
  animation-timing-function:cubic-bezier(.22,.61,.36,1) !important;
  animation-iteration-count:infinite !important;
  animation-play-state:running !important;
  backface-visibility:hidden !important;
  will-change:transform,opacity,filter !important;
  z-index:1 !important;
  opacity:.38 !important;
  filter:brightness(.58) saturate(.75) !important;
  pointer-events:none !important;
}

main > section.feature-section .feature-carousel:hover .feature-card{
  animation-play-state:paused !important;
}

main > section.feature-section .feature-carousel .feature-card:nth-child(1){
  animation-name:iptvNorgeCardA !important;
}
main > section.feature-section .feature-carousel .feature-card:nth-child(2){
  animation-name:iptvNorgeCardB !important;
}
main > section.feature-section .feature-carousel .feature-card:nth-child(3){
  animation-name:iptvNorgeCardC !important;
}

@keyframes iptvNorgeCardA{
  0%,27%{
    transform:translate3d(-50%,-50%,60px) scale(1.06) !important;
    opacity:1 !important;
    filter:none !important;
    z-index:5 !important;
  }
  33%,60%{
    transform:translate3d(72%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
  66%,93%{
    transform:translate3d(-172%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
  100%{
    transform:translate3d(-50%,-50%,60px) scale(1.06) !important;
    opacity:1 !important;
    filter:none !important;
    z-index:5 !important;
  }
}

@keyframes iptvNorgeCardB{
  0%,27%{
    transform:translate3d(72%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
  33%,60%{
    transform:translate3d(-172%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
  66%,93%{
    transform:translate3d(-50%,-50%,60px) scale(1.06) !important;
    opacity:1 !important;
    filter:none !important;
    z-index:5 !important;
  }
  100%{
    transform:translate3d(72%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
}

@keyframes iptvNorgeCardC{
  0%,27%{
    transform:translate3d(-172%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
  33%,60%{
    transform:translate3d(-50%,-50%,60px) scale(1.06) !important;
    opacity:1 !important;
    filter:none !important;
    z-index:5 !important;
  }
  66%,93%{
    transform:translate3d(72%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
  100%{
    transform:translate3d(-172%,-50%,0) scale(.86) !important;
    opacity:.5 !important;
    filter:brightness(.62) saturate(.75) !important;
    z-index:3 !important;
  }
}

/* Make the side cards look like they're actually behind the front card. */
main > section.feature-section .feature-carousel .feature-card .bg{
  border-radius:22px !important;
}

@media(max-width:980px){
  main > section.feature-section .feature-carousel{
    height:360px !important;
    min-height:360px !important;
  }
  main > section.feature-section .feature-carousel .feature-card{
    width:44% !important;
  }
}

@media(max-width:680px){
  main > section.feature-section .feature-carousel{
    height:330px !important;
    min-height:330px !important;
    overflow:hidden !important;
  }
  main > section.feature-section .feature-carousel .feature-card{
    width:72% !important;
    min-height:230px !important;
  }
  @keyframes iptvNorgeCardA{
    0%,27%{transform:translate3d(-50%,-50%,40px) scale(1) !important;opacity:1 !important;filter:none !important;z-index:5 !important}
    33%,60%{transform:translate3d(34%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
    66%,93%{transform:translate3d(-134%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
    100%{transform:translate3d(-50%,-50%,40px) scale(1) !important;opacity:1 !important;filter:none !important;z-index:5 !important}
  }
  @keyframes iptvNorgeCardB{
    0%,27%{transform:translate3d(34%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
    33%,60%{transform:translate3d(-134%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
    66%,93%{transform:translate3d(-50%,-50%,40px) scale(1) !important;opacity:1 !important;filter:none !important;z-index:5 !important}
    100%{transform:translate3d(34%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
  }
  @keyframes iptvNorgeCardC{
    0%,27%{transform:translate3d(-134%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
    33%,60%{transform:translate3d(-50%,-50%,40px) scale(1) !important;opacity:1 !important;filter:none !important;z-index:5 !important}
    66%,93%{transform:translate3d(34%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
    100%{transform:translate3d(-134%,-50%,0) scale(.78) !important;opacity:.22 !important;filter:brightness(.55) !important;z-index:3 !important}
  }
}

/* v18: legacy V17 keyframe animation is intentionally disabled.
   The inline 3D controller above owns this carousel now. */
main > section.feature-section .feature-carousel .feature-card{
  animation:none !important;
}

/* v19 — requested IPTV Norge logo from the supplied reference image */
.site-header .iptv-norge-brand{
  width:118px !important;
  height:58px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
  flex:0 0 118px !important;
}
.site-header .iptv-norge-brand img{
  width:118px !important;
  height:83px !important;
  max-width:none !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:92px !important;
    height:48px !important;
    flex-basis:92px !important;
  }
  .site-header .iptv-norge-brand img{
    width:92px !important;
    height:65px !important;
  }
}

/* v20 — crisp IPTV Norge header logo */
.site-header .iptv-norge-brand{
  width:126px !important;
  height:54px !important;
  flex:0 0 126px !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
}
.site-header .iptv-norge-brand img{
  width:126px !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
}
.site-header .iptv-norge-brand img[src$=".svg"]{
  object-fit:contain !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:98px !important;
    height:46px !important;
    flex-basis:98px !important;
  }
  .site-header .iptv-norge-brand img{
    width:98px !important;
  }
}

/* v21 — restore the original IPTV Norge logo, only scaled down */
.site-header .iptv-norge-brand{
  width:96px !important;
  height:48px !important;
  flex:0 0 96px !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
}
.site-header .iptv-norge-brand img{
  width:96px !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
  object-fit:contain !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:78px !important;
    height:42px !important;
    flex-basis:78px !important;
  }
  .site-header .iptv-norge-brand img{
    width:78px !important;
  }
}

/* v22 — INLINE HEADER LOGO: guaranteed crisp + compact */
.site-header .iptv-norge-brand{
  width:118px !important;
  height:52px !important;
  flex:0 0 118px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
  margin:0 !important;
  padding:0 !important;
}
.site-header .iptv-norge-inline-logo{
  display:block !important;
  width:118px !important;
  height:auto !important;
  max-width:none !important;
  overflow:visible !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:92px !important;
    height:44px !important;
    flex-basis:92px !important;
  }
  .site-header .iptv-norge-inline-logo{
    width:92px !important;
  }
}

/* v23 — exact supplied IPTV Norge logo image */
.site-header .iptv-norge-brand{
  width:132px !important;
  height:54px !important;
  flex:0 0 132px !important;
  display:flex !important;
  align-items:center !important;
  overflow:visible !important;
  margin:0 !important;
  padding:0 !important;
}
.site-header .iptv-norge-brand img{
  width:132px !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
  object-fit:contain !important;
  object-position:center !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:104px !important;
    height:46px !important;
    flex-basis:104px !important;
  }
  .site-header .iptv-norge-brand img{
    width:104px !important;
  }
}

/* v24 — transparent compact header logo */
.site-header .iptv-norge-brand{
  width:92px !important;
  height:48px !important;
  flex:0 0 92px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  overflow:visible !important;
}
.site-header .iptv-norge-brand img{
  width:92px !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:76px !important;
    height:42px !important;
    flex-basis:76px !important;
  }
  .site-header .iptv-norge-brand img{
    width:76px !important;
  }
}

/* v27 — exact screenshot logo, compact */
.site-header .iptv-norge-brand{
  width:100px !important;
  height:48px !important;
  flex:0 0 100px !important;
  display:flex !important;
  align-items:center !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  overflow:visible !important;
}
.site-header .iptv-norge-brand img{
  width:100px !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
  background:transparent !important;
  object-fit:contain !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:82px !important;
    height:42px !important;
    flex-basis:82px !important;
  }
  .site-header .iptv-norge-brand img{
    width:82px !important;
  }
}

/* v28 — exact logo supplied by client, compact */
.site-header .iptv-norge-brand{
  width:102px !important;
  height:50px !important;
  flex:0 0 102px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  overflow:visible !important;
}
.site-header .iptv-norge-brand img{
  width:102px !important;
  height:auto !important;
  max-width:none !important;
  display:block !important;
  object-fit:contain !important;
  background:transparent !important;
}
@media(max-width:760px){
  .site-header .iptv-norge-brand{
    width:82px !important;
    height:42px !important;
    flex-basis:82px !important;
  }
  .site-header .iptv-norge-brand img{
    width:82px !important;
  }
}

/* v32 — uploaded editorial artwork */
.carousel-card .poster-card,
.carousel-track .poster-card{
  background-position:center center !important;
}
.screen-tile,
.device-mock .tile{
  background-repeat:no-repeat !important;
}

/* =========================================================
   V33 — FINAL MEDIA / HERO FLAG FIX
   Keep the approved layout. Only make supplied imagery
   visible, crisp, and correctly layered.
   ========================================================= */

/* Hero: the supplied Norway flag is its own solid layer.
   No poster imagery should bleed through the flag. */
.hero{
  isolation:isolate;
}
.hero-flag{
  z-index:2 !important;
  opacity:1 !important;
  right:-4% !important;
  width:46% !important;
  background-image:var(--flag-url) !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center right !important;
  mix-blend-mode:normal !important;
}
.hero-overlay{
  z-index:1 !important;
}
.hero-content{
  z-index:4 !important;
}
.kenburns-layer{
  z-index:0 !important;
  opacity:.72 !important;
}

/* Supplied images in screen mockups: full image visibility with a
   very light readability gradient rather than the previous heavy fade. */
.screen-tile{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}
.screen-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,7,12,.02) 35%,rgba(5,7,12,.28) 100%);
  pointer-events:none;
  border-radius:inherit;
}
.screen-tile .tlabel,
.screen-tile .live-badge,
.screen-tile .play-btn{
  z-index:3 !important;
}

/* Make the carousel poster artwork crisp and avoid squeezing. */
.poster-card{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}
.poster-card span{
  text-shadow:0 2px 8px rgba(0,0,0,.6);
}

/* App device mockup: show supplied images clearly. */
.device-mock .tv .tile,
.device-mock .phone .screen{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}
.device-mock .tv .tile{
  position:relative;
  overflow:hidden;
}
.device-mock .tv .tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(5,7,12,.02),rgba(5,7,12,.22));
  pointer-events:none;
}

/* The dedicated Norway flag tile remains clear and distinct. */
.device-mock .tv .tile.flag-tile{
  background-size:cover !important;
  background-position:center !important;
}

/* Banner image uses supplied editorial artwork, not stock TV imagery. */
.banner-visual{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}

/* Prevent empty-image fallback backgrounds from winning over inline images. */
.screen-tile[style*="url("],
.device-mock .tile[style*="url("],
.device-mock .phone .screen[style*="url("]{
  background-color:#111522 !important;
}

@media(max-width:760px){
  .hero-flag{
    right:-16% !important;
    width:66% !important;
    background-position:center right !important;
  }
}

/* =========================================================
   V35 — EXACT CLIENT MEDIA ONLY
   Base template: v33.2.
   No mockup geometry changed; only requested image slots and
   the cinematic hero background are changed.
   ========================================================= */

/* HERO: replace the old poster/screen collage with the two exact
   supplied images, but preserve the approved hero composition. */
.hero{
  isolation:isolate;
  background:#0b0e16 !important;
}
.v35-hero-gallery{
  position:absolute !important;
  inset:-4% !important;
  display:block !important;
  overflow:hidden !important;
  z-index:0 !important;
  opacity:1 !important;
  animation:none !important;
}
.v35-hero-art{
  position:absolute;
  top:0;
  bottom:0;
  width:58%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  filter:saturate(.92) contrast(1.03);
  opacity:.70;
}
.v35-art-football{
  left:0;
  animation:v35FloatLeft 18s ease-in-out infinite alternate;
}
.v35-art-gaming{
  right:4%;
  animation:v35FloatRight 21s ease-in-out infinite alternate;
}
.v35-hero-gallery::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      rgba(7,10,16,.80) 0%,
      rgba(7,10,16,.45) 38%,
      rgba(7,10,16,.14) 64%,
      rgba(7,10,16,.24) 100%),
    linear-gradient(180deg,
      rgba(6,9,15,.16) 0%,
      rgba(6,9,15,.44) 76%,
      rgba(6,9,15,.82) 100%);
  pointer-events:none;
}
@keyframes v35FloatLeft{
  from{transform:scale(1.04) translate3d(0,0,0);}
  to{transform:scale(1.10) translate3d(-1.6%,-.5%,0);}
}
@keyframes v35FloatRight{
  from{transform:scale(1.04) translate3d(0,0,0);}
  to{transform:scale(1.10) translate3d(1.8%,.6%,0);}
}

/* Norway flag: still present, but integrated into the imagery with a
   soft transparent edge so it never looks like a separate hard panel. */
.hero-flag.v35-hero-flag{
  z-index:2 !important;
  right:-5% !important;
  width:44% !important;
  opacity:.24 !important;
  mix-blend-mode:normal !important;
  background-image:var(--flag-url) !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center right !important;
  -webkit-mask-image:linear-gradient(90deg,
    transparent 0%,
    rgba(0,0,0,.18) 15%,
    rgba(0,0,0,.72) 43%,
    #000 70%);
  mask-image:linear-gradient(90deg,
    transparent 0%,
    rgba(0,0,0,.18) 15%,
    rgba(0,0,0,.72) 43%,
    #000 70%);
}

/* Keep copy clearly on top of all imagery. */
.hero-overlay{
  z-index:3 !important;
}
.hero-content{
  z-index:5 !important;
}

/* Only the requested big screen image changes; existing mockup shape/layout stays. */
.screen-mock .screen-tile.big{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}

/* Only the main TV tile image changes; the TV mockup itself is untouched. */
.device-mock .tv .tile:first-child{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}

/* Preserve the real Norway flag tile inside the existing TV mockup. */
.device-mock .tv .flag-tile{
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
}

@media(max-width:760px){
  .v35-hero-art{
    width:78%;
    opacity:.55;
  }
  .v35-art-football{left:-20%;}
  .v35-art-gaming{right:-18%;}
  .hero-flag.v35-hero-flag{
    width:66% !important;
    right:-18% !important;
    opacity:.18 !important;
  }
}

/* V37 — Cinemark section image: no blue/purple wash, integrated edges */
.v37-cinemark{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  border-radius:22px !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center !important;
  filter:none !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,.08),
    inset 18px 0 34px rgba(5,8,14,.16),
    inset -18px 0 34px rgba(5,8,14,.16) !important;
}
.v37-cinemark::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(
    90deg,
    rgba(7,10,16,.16) 0%,
    rgba(7,10,16,0) 13%,
    rgba(7,10,16,0) 87%,
    rgba(7,10,16,.16) 100%
  );
  pointer-events:none;
  z-index:1;
}
/* No color wash from the generic banner-visual overlay. */
.v37-cinemark{
  opacity:1 !important;
}

/* =========================================================
   V38 — subtle animated wave divider
   Only the separator between the hero and first section changes.
   ========================================================= */
.wave-divider{
  position:relative;
  height:54px;
  width:100%;
  margin:0;
  overflow:hidden;
  background:#f7f8fa;
  pointer-events:none;
  z-index:2;
}
.wave-divider .wave{
  position:absolute;
  left:-6%;
  width:112%;
  height:30px;
  border-radius:50%;
  border:1.5px solid transparent;
  border-top-color:rgba(34,199,176,.38);
  border-right-color:rgba(124,92,252,.20);
  border-left-color:rgba(255,107,74,.12);
  filter:blur(.1px);
  transform-origin:center;
}
.wave-divider .wave-a{
  top:-16px;
  animation:softWaveA 11s ease-in-out infinite;
}
.wave-divider .wave-b{
  top:-10px;
  opacity:.72;
  border-top-color:rgba(124,92,252,.34);
  animation:softWaveB 14s ease-in-out infinite;
}
.wave-divider .wave-c{
  top:-4px;
  opacity:.44;
  border-top-color:rgba(255,107,74,.30);
  animation:softWaveC 17s ease-in-out infinite;
}
@keyframes softWaveA{
  0%,100%{ transform:translate3d(-2%,0,0) scaleX(1.02); }
  50%{ transform:translate3d(2%,3px,0) scaleX(1.08); }
}
@keyframes softWaveB{
  0%,100%{ transform:translate3d(2%,1px,0) scaleX(1.06); }
  50%{ transform:translate3d(-2%,-1px,0) scaleX(1.01); }
}
@keyframes softWaveC{
  0%,100%{ transform:translate3d(-1%,2px,0) scaleX(1.01); }
  50%{ transform:translate3d(1%,0,0) scaleX(1.05); }
}

/* Remove the old hairline emphasis at this exact transition so the
   waves become the visual separator instead of a hard line. */
.wave-divider + .intro{
  margin-top:0 !important;
}

@media(max-width:760px){
  .wave-divider{ height:44px; }
}

/* V39 — guaranteed-visible wave divider */
.wave-divider{
  position:relative !important;
  height:82px !important;
  width:100% !important;
  margin:0 !important;
  overflow:hidden !important;
  background:#f7f8fa !important;
  display:block !important;
  z-index:3 !important;
  pointer-events:none !important;
}
.wave-svg{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  width:100% !important;
  height:100% !important;
  display:block !important;
  overflow:visible !important;
}
.wave-path{
  fill:none !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  vector-effect:non-scaling-stroke !important;
}
.wave-path-a{
  stroke:rgba(34,199,176,.62) !important;
  stroke-width:2.5 !important;
  animation:waveDriftA 8s ease-in-out infinite !important;
  transform-origin:50% 50% !important;
}
.wave-path-b{
  stroke:rgba(124,92,252,.52) !important;
  stroke-width:2.2 !important;
  animation:waveDriftB 10s ease-in-out infinite !important;
  transform-origin:50% 50% !important;
}
.wave-path-c{
  stroke:rgba(255,107,74,.42) !important;
  stroke-width:2 !important;
  animation:waveDriftC 12s ease-in-out infinite !important;
  transform-origin:50% 50% !important;
}
@keyframes waveDriftA{
  0%,100%{transform:translateX(-1.5%) scaleX(1.01);}
  50%{transform:translateX(1.5%) scaleX(1.04);}
}
@keyframes waveDriftB{
  0%,100%{transform:translateX(1.2%) scaleX(1.03);}
  50%{transform:translateX(-1.2%) scaleX(1.01);}
}
@keyframes waveDriftC{
  0%,100%{transform:translateX(-.8%) scaleX(1.02);}
  50%{transform:translateX(.8%) scaleX(1.04);}
}

/* Hide the old 2px aurora line so it cannot compete with the waves. */
.aurora-line{
  display:none !important;
}

/* =========================================================
   V41 — compact comment/testimonial cards ONLY
   ========================================================= */

/* The testimonials area keeps its existing layout/animation, but cards
   use a tighter fixed-ish height so empty vertical space disappears. */
.testimonials,
.reviews,
.review-carousel,
.testimonial-carousel{
  --v41-card-height: 205px;
}

/* Common card selectors used by the theme. */
.testimonials .review-card,
.testimonials .testimonial-card,
.reviews .review-card,
.reviews .testimonial-card,
.review-carousel .review-card,
.review-carousel .testimonial-card,
.testimonial-carousel .review-card,
.testimonial-carousel .testimonial-card{
  min-height: var(--v41-card-height) !important;
  height: var(--v41-card-height) !important;
  padding: 26px 30px !important;
  box-sizing: border-box !important;
  overflow:hidden !important;
}

/* Remove the large internal bottom gap without touching typography elsewhere. */
.testimonials .review-card p:last-child,
.testimonials .testimonial-card p:last-child,
.reviews .review-card p:last-child,
.reviews .testimonial-card p:last-child{
  margin-bottom:0 !important;
}

/* Keep the heading/subtitle spacing normal but don't reserve a huge section
   just because the cards are vertically tall. */
.testimonials .cards,
.reviews .cards,
.review-carousel .cards,
.testimonial-carousel .cards{
  align-items:stretch !important;
}

/* The screenshot shows the cards mostly empty beneath the comment text.
   Tighten vertical layout in the visible card content only. */
.testimonials .review-content,
.testimonials .testimonial-content,
.reviews .review-content,
.reviews .testimonial-content{
  gap:12px !important;
  min-height:0 !important;
}

/* Preserve horizontal carousel behavior and prevent cards from getting
   artificially tall on wider screens. */
@media (min-width: 900px){
  .testimonials .review-card,
  .testimonials .testimonial-card,
  .reviews .review-card,
  .reviews .testimonial-card{
    max-height: var(--v41-card-height) !important;
  }
}

@media (max-width: 760px){
  .testimonials,
  .reviews,
  .review-carousel,
  .testimonial-carousel{
    --v41-card-height: 185px;
  }

  .testimonials .review-card,
  .testimonials .testimonial-card,
  .reviews .review-card,
  .reviews .testimonial-card{
    padding:22px 22px !important;
  }
}

/* =========================================================
   V42 — actually compact testimonial cards
   The theme's real card class is .t-card.
   ========================================================= */
#anmeldelser .testimonial-viewport{
  overflow:hidden !important;
}

#anmeldelser .t-card{
  min-width:320px !important;
  min-height:0 !important;
  height:158px !important;
  padding:20px 24px !important;
  border-radius:16px !important;
  box-sizing:border-box !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-start !important;
  overflow:hidden !important;
}

#anmeldelser .t-card .stars{
  margin-bottom:9px !important;
  line-height:1 !important;
  font-size:.82rem !important;
}

#anmeldelser .t-card p{
  margin:0 !important;
  line-height:1.45 !important;
  font-size:.90rem !important;
}

@media (max-width:760px){
  #anmeldelser .t-card{
    min-width:285px !important;
    height:145px !important;
    padding:18px 20px !important;
  }
}

/* V44 — footer shortcuts exactly mirror header navigation */
.footer-shortcuts{
  display:flex;
  flex-direction:column;
  gap:9px;
}
.footer-shortcuts a{
  color:inherit;
  text-decoration:none;
  transition:opacity .2s ease, transform .2s ease;
}
.footer-shortcuts a:hover{
  opacity:.82;
  transform:translateX(2px);
}

/* =========================================================
   V52 — finer mobile proportions
   Smaller feature cards, side arrows instead of text hint,
   and a generally tighter image/mockup scale across phone sections.
   ========================================================= */
@media (max-width:1024px){

  /* Feature row: a little smaller than v51, with side chevrons. */
  .feature-section .feature-carousel{
    position:relative!important;
    width:100vw!important;
    padding-left:34px!important;
    padding-right:34px!important;
    gap:9px!important;
  }

  .feature-section .feature-carousel>.feature-card{
    flex-basis:64vw!important;
    width:64vw!important;
    min-width:64vw!important;
    max-width:64vw!important;
    height:136px!important;
    min-height:136px!important;
    max-height:136px!important;
    padding:12px 14px!important;
    border-radius:12px!important;
  }

  .feature-section .feature-card h3{
    font-size:.70rem!important;
    line-height:1.14!important;
    margin-bottom:4px!important;
  }
  .feature-section .feature-card p{
    font-size:.54rem!important;
    line-height:1.30!important;
  }
  .feature-section .feature-card .metric-badge{
    min-width:34px!important;
    height:22px!important;
    padding:0 6px!important;
    margin-bottom:5px!important;
    border-radius:7px!important;
    font-size:.58rem!important;
  }
  .feature-section .feature-card .metric-badge span{font-size:.64rem!important;}
  .feature-section .feature-card .metric-badge small{font-size:.42rem!important;}

  /* Simple, non-blocking side arrows. They are visual only. */
  .feature-section{
    position:relative!important;
  }
  .feature-section::before,
  .feature-section::after{
    position:absolute!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:10!important;
    width:26px!important;
    height:26px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.92)!important;
    border:1px solid rgba(20,22,31,.10)!important;
    box-shadow:0 4px 14px rgba(15,23,42,.10)!important;
    color:var(--ink)!important;
    font-size:16px!important;
    font-weight:600!important;
    pointer-events:none!important;
    line-height:1!important;
  }
  .feature-section::before{
    content:"‹"!important;
    left:5px!important;
  }
  .feature-section::after{
    content:"›"!important;
    right:5px!important;
  }

  /* Tighten the surrounding sections slightly. */
  main > section{
    padding-top:34px!important;
    padding-bottom:34px!important;
  }

  .section-head{
    margin-bottom:14px!important;
  }
  .section-head h2,
  .section-head .title{
    font-size:1.28rem!important;
    line-height:1.18!important;
  }
  .section-head p{
    font-size:.80rem!important;
    line-height:1.42!important;
  }

  /* Smaller media blocks so they sit proportionally with text/cards. */
  .screen-mock{
    width:84%!important;
    max-width:84%!important;
    transform:scale(.84)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
  .device-mock{
    width:78%!important;
    max-width:78%!important;
    transform:scale(.76)!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .banner .banner-visual{
    min-height:150px!important;
    height:150px!important;
    border-radius:13px!important;
  }
  .app-card{
    padding:18px!important;
    gap:16px!important;
  }
  .app-card .device-mock{
    transform:scale(.72)!important;
    margin-top:-18px!important;
    margin-bottom:-20px!important;
  }

  /* Cards and copy elsewhere */
  .feature-card,
  .plan,
  .t-card{
    border-radius:12px!important;
  }
  .plan{
    padding:18px 15px!important;
  }
  .plan .price{
    font-size:1.55rem!important;
  }
  .plan li{
    font-size:.76rem!important;
  }

  .steps{
    gap:14px!important;
  }
  .step h4{font-size:.86rem!important;}
  .step p{font-size:.74rem!important;}

  /* FAQ and CTA become a little denser. */
  .faq-q{font-size:.82rem!important;}
  .faq-a{font-size:.78rem!important;}
  .cta-band{
    padding:24px 16px!important;
  }
  .cta-band h3{font-size:1.18rem!important;}
  .cta-band p{font-size:.80rem!important;}

  /* Keep feature media/card proportions visually balanced. */
  .feature-section .why-grid{
    align-items:center!important;
  }
}

@media (max-width:390px){
  .feature-section .feature-carousel{
    padding-left:30px!important;
    padding-right:30px!important;
    gap:8px!important;
  }
  .feature-section .feature-carousel>.feature-card{
    flex-basis:68vw!important;
    width:68vw!important;
    min-width:68vw!important;
    max-width:68vw!important;
    height:130px!important;
    min-height:130px!important;
    max-height:130px!important;
    padding:11px 13px!important;
  }
  .feature-section .feature-card h3{font-size:.67rem!important;}
  .feature-section .feature-card p{font-size:.52rem!important;}
  .feature-section .feature-card .metric-badge{
    min-width:32px!important;height:20px!important;font-size:.54rem!important;
  }

  .screen-mock{
    width:80%!important;
    max-width:80%!important;
    transform:scale(.80)!important;
  }
  .device-mock{
    width:74%!important;
    max-width:74%!important;
    transform:scale(.72)!important;
  }
}

/* =========================================================
   V53 — rebalance mobile proportions
   Restore mockups closer to the earlier size, while making
   feature cards + inner text slightly smaller.
   ========================================================= */

@media (max-width:1024px){

  /* Restore mockups/media to a more natural size */
  .screen-mock{
    width:92% !important;
    max-width:92% !important;
    transform:scale(.93) !important;
    transform-origin:center center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .device-mock{
    width:88% !important;
    max-width:88% !important;
    transform:scale(.86) !important;
    transform-origin:center center !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .app-card .device-mock{
    width:86% !important;
    max-width:86% !important;
    transform:scale(.82) !important;
    margin-top:-8px !important;
    margin-bottom:-10px !important;
  }

  .banner .banner-visual{
    min-height:165px !important;
    height:165px !important;
  }

  /* Feature cards: a little smaller, without shrinking the whole section */
  .feature-section .feature-carousel>.feature-card{
    flex-basis:61vw !important;
    width:61vw !important;
    min-width:61vw !important;
    max-width:61vw !important;
    height:128px !important;
    min-height:128px !important;
    max-height:128px !important;
    padding:11px 13px !important;
  }

  /* Smaller text inside the feature cards */
  .feature-section .feature-card h3{
    font-size:.66rem !important;
    line-height:1.12 !important;
    margin-bottom:3px !important;
  }

  .feature-section .feature-card p{
    font-size:.50rem !important;
    line-height:1.27 !important;
  }

  .feature-section .feature-card .metric-badge{
    min-width:31px !important;
    height:20px !important;
    padding:0 5px !important;
    margin-bottom:4px !important;
    border-radius:6px !important;
  }

  .feature-section .feature-card .metric-badge span{
    font-size:.60rem !important;
  }

  .feature-section .feature-card .metric-badge small{
    font-size:.39rem !important;
  }

  /* Small side indicators */
  .feature-section::before,
  .feature-section::after{
    width:24px !important;
    height:24px !important;
    font-size:15px !important;
  }
}

@media (max-width:390px){
  .screen-mock{
    width:90% !important;
    max-width:90% !important;
    transform:scale(.91) !important;
  }

  .device-mock{
    width:84% !important;
    max-width:84% !important;
    transform:scale(.82) !important;
  }

  .app-card .device-mock{
    width:82% !important;
    max-width:82% !important;
    transform:scale(.79) !important;
  }

  .feature-section .feature-carousel>.feature-card{
    flex-basis:65vw !important;
    width:65vw !important;
    min-width:65vw !important;
    max-width:65vw !important;
    height:124px !important;
    min-height:124px !important;
    max-height:124px !important;
    padding:10px 12px !important;
  }

  .feature-section .feature-card h3{
    font-size:.63rem !important;
  }

  .feature-section .feature-card p{
    font-size:.48rem !important;
  }
}

/* =========================================================
   V54 — final mobile balance
   18K/4K/∞ card dimensions stay as-is; only their inner text
   is made slightly more readable. Other cards get tighter,
   while the main mockups are allowed a little more presence.
   ========================================================= */

@media (max-width:1024px){

  /* DO NOT resize the 18K / 4K / infinity cards themselves. */
  .feature-section .feature-carousel>.feature-card{
    flex-basis:61vw !important;
    width:61vw !important;
    min-width:61vw !important;
    max-width:61vw !important;
    height:128px !important;
    min-height:128px !important;
    max-height:128px !important;
  }

  /* Just make the text readable again inside those cards. */
  .feature-section .feature-card h3{
    font-size:.76rem !important;
    line-height:1.17 !important;
    margin-bottom:4px !important;
  }
  .feature-section .feature-card p{
    font-size:.58rem !important;
    line-height:1.34 !important;
  }
  .feature-section .feature-card .metric-badge{
    min-width:32px !important;
    height:21px !important;
    font-size:.60rem !important;
  }
  .feature-section .feature-card .metric-badge span{
    font-size:.65rem !important;
  }
  .feature-section .feature-card .metric-badge small{
    font-size:.42rem !important;
  }

  /* Other informational cards: slightly smaller overall + compact text. */
  .feature-section + section .banner,
  .pricing-wrap,
  .norway-flag-strip,
  .cta-band,
  #anmeldelser .t-card{
    transform:none !important;
  }

  .plan{
    padding:15px 13px !important;
    border-radius:11px !important;
  }
  .plan h4{
    font-size:.78rem !important;
  }
  .plan .price{
    font-size:1.42rem !important;
  }
  .plan ul,
  .plan li{
    font-size:.70rem !important;
  }

  .norway-flag-copy{
    padding:22px !important;
  }
  .norway-flag-copy h3{
    font-size:1.22rem !important;
  }
  .norway-flag-copy p{
    font-size:.76rem !important;
  }

  .banner{
    padding:18px !important;
    border-radius:15px !important;
  }
  .banner h3{
    font-size:1.18rem !important;
  }
  .banner p{
    font-size:.78rem !important;
  }

  .t-card{
    padding:15px 16px !important;
  }
  .t-card p{
    font-size:.78rem !important;
    line-height:1.35 !important;
  }

  /* Mockups: give the important visual blocks a little more scale
     than v53, without letting them overflow. */
  .screen-mock{
    width:95% !important;
    max-width:95% !important;
    transform:scale(.96) !important;
    margin-top:-4px !important;
    margin-bottom:-4px !important;
  }

  .device-mock{
    width:93% !important;
    max-width:93% !important;
    transform:scale(.90) !important;
    margin-top:-4px !important;
    margin-bottom:-6px !important;
  }

  .app-card .device-mock{
    width:91% !important;
    max-width:91% !important;
    transform:scale(.86) !important;
    margin-top:0 !important;
    margin-bottom:-4px !important;
  }

  .banner .banner-visual{
    min-height:175px !important;
    height:175px !important;
  }
}

@media (max-width:390px){
  /* Keep the feature card dimensions unchanged; only readability changes. */
  .feature-section .feature-carousel>.feature-card{
    flex-basis:65vw !important;
    width:65vw !important;
    min-width:65vw !important;
    max-width:65vw !important;
    height:124px !important;
    min-height:124px !important;
    max-height:124px !important;
  }
  .feature-section .feature-card h3{
    font-size:.72rem !important;
  }
  .feature-section .feature-card p{
    font-size:.55rem !important;
  }

  .screen-mock{
    width:93% !important;
    max-width:93% !important;
    transform:scale(.93) !important;
  }

  .device-mock{
    width:90% !important;
    max-width:90% !important;
    transform:scale(.86) !important;
  }

  .app-card .device-mock{
    width:89% !important;
    max-width:89% !important;
    transform:scale(.82) !important;
  }
}

/* =========================================================
   V56 — ONLY the 18K / 4K / ∞ mobile feature cards
   Base: uploaded v54. Everything else stays untouched.
   ========================================================= */
@media (max-width:760px){
  main > section.feature-section .feature-carousel{
    /* Keep the existing v54 coverflow/carousel behaviour. */
    height:330px !important;
    min-height:330px !important;
  }

  main > section.feature-section .feature-carousel .feature-card{
    /* Slightly larger card presence — not the whole page. */
    width:68% !important;
    min-height:225px !important;
  }

  /* Make the text a little easier to read inside the cards. */
  main > section.feature-section .feature-card h3{
    font-size:.88rem !important;
    line-height:1.18 !important;
    margin-bottom:7px !important;
  }

  main > section.feature-section .feature-card p{
    font-size:.70rem !important;
    line-height:1.40 !important;
  }

  main > section.feature-section .feature-card .metric-badge{
    min-width:46px !important;
    height:29px !important;
    padding:0 8px !important;
    margin-bottom:10px !important;
    border-radius:8px !important;
  }

  /* Keep swipe arrows subtle and small. */
  main > section.feature-section::before,
  main > section.feature-section::after{
    width:22px !important;
    height:22px !important;
    font-size:14px !important;
  }
}

@media (max-width:390px){
  main > section.feature-section .feature-carousel{
    height:310px !important;
    min-height:310px !important;
  }
  main > section.feature-section .feature-carousel .feature-card{
    width:72% !important;
    min-height:210px !important;
  }
  main > section.feature-section .feature-card h3{
    font-size:.84rem !important;
  }
  main > section.feature-section .feature-card p{
    font-size:.66rem !important;
  }
}

/* =========================================================
   V58 — MOBILE: ONLY THE "VÅR APP" CARD
   Source is v56. No other section is changed.
   Mobile layout: text/buttons first, large mockup underneath.
   ========================================================= */

@media screen and (max-width:760px){

  /* Target the app card specifically and override the desktop grid. */
  .wrap .app-card{
    display:flex !important;
    flex-direction:column !important;
    grid-template-columns:none !important;
    align-items:stretch !important;
    gap:18px !important;
    padding:22px 17px 16px !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  /* Text + all three store buttons stay together at the top. */
  .wrap .app-card > div:first-child{
    order:1 !important;
    width:100% !important;
    min-width:0 !important;
  }

  .wrap .app-card > div:first-child .eyebrow{
    display:block !important;
    margin-bottom:7px !important;
  }

  .wrap .app-card > div:first-child h3{
    font-size:1.10rem !important;
    line-height:1.16 !important;
    margin:0 0 10px !important;
  }

  .wrap .app-card > div:first-child p{
    font-size:.72rem !important;
    line-height:1.42 !important;
    max-width:none !important;
    margin:0 0 14px !important;
  }

  .wrap .app-card .store-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:7px !important;
    width:100% !important;
  }

  .wrap .app-card .store-badge{
    width:100% !important;
    max-width:265px !important;
    min-height:48px !important;
    padding:9px 13px !important;
    box-sizing:border-box !important;
    border-radius:10px !important;
  }

  .wrap .app-card .store-badge .txt small{
    font-size:.52rem !important;
  }

  .wrap .app-card .store-badge .txt strong{
    font-size:.73rem !important;
  }

  /* The ONLY mockup affected: move it below the copy/buttons and enlarge it. */
  .wrap .app-card > .device-mock{
    order:2 !important;
    position:relative !important;
    display:block !important;
    width:112% !important;
    max-width:none !important;
    min-width:0 !important;
    height:250px !important;
    aspect-ratio:auto !important;
    flex:0 0 250px !important;
    align-self:center !important;
    margin:4px -6% -6px !important;
    transform:none !important;
    overflow:visible !important;
    z-index:2 !important;
  }

  /* Make the TV/phone composition itself larger inside the mockup. */
  .wrap .app-card > .device-mock .tv{
    width:84% !important;
    right:0 !important;
    top:6% !important;
    padding:9px !important;
    gap:5px !important;
    border-radius:12px !important;
  }

  .wrap .app-card > .device-mock .tv .tile{
    border-radius:5px !important;
  }

  .wrap .app-card > .device-mock .phone{
    width:36% !important;
    left:1% !important;
    bottom:0 !important;
    padding:7px !important;
    border-radius:19px !important;
  }

  .wrap .app-card > .device-mock .phone .screen{
    border-radius:12px !important;
  }
}

@media screen and (max-width:390px){

  .wrap .app-card{
    gap:16px !important;
    padding:20px 15px 13px !important;
  }

  .wrap .app-card > div:first-child h3{
    font-size:1.04rem !important;
  }

  .wrap .app-card > div:first-child p{
    font-size:.69rem !important;
  }

  .wrap .app-card .store-badge{
    max-width:250px !important;
    min-height:46px !important;
  }

  .wrap .app-card > .device-mock{
    width:116% !important;
    height:232px !important;
    flex-basis:232px !important;
    margin-left:-8% !important;
    margin-right:-8% !important;
  }

  .wrap .app-card > .device-mock .tv{
    width:85% !important;
  }

  .wrap .app-card > .device-mock .phone{
    width:36% !important;
  }
}

/* =========================================================
   V59 — MOBILE ONLY: Vår app store buttons
   Make Google Play / App Store / Windows compact and inline.
   Mockup and all other sections remain unchanged.
   ========================================================= */
@media screen and (max-width:760px){
  .wrap .app-card .store-row{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    justify-content:space-between !important;
    gap:6px !important;
    width:100% !important;
  }

  .wrap .app-card .store-badge{
    flex:1 1 0 !important;
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:58px !important;
    height:58px !important;
    padding:7px 7px !important;
    gap:6px !important;
    border-radius:10px !important;
    box-sizing:border-box !important;
    white-space:nowrap !important;
  }

  .wrap .app-card .store-badge .glyph{
    width:20px !important;
    height:20px !important;
    flex:0 0 20px !important;
  }

  .wrap .app-card .store-badge .glyph svg{
    width:16px !important;
    height:16px !important;
  }

  .wrap .app-card .store-badge .txt{
    min-width:0 !important;
    line-height:1.08 !important;
    overflow:hidden !important;
  }

  .wrap .app-card .store-badge .txt small{
    display:block !important;
    font-size:.42rem !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
  }

  .wrap .app-card .store-badge .txt strong{
    display:block !important;
    font-size:.58rem !important;
    line-height:1.1 !important;
    white-space:nowrap !important;
  }
}

@media screen and (max-width:390px){
  .wrap .app-card .store-row{
    gap:5px !important;
  }

  .wrap .app-card .store-badge{
    min-height:54px !important;
    height:54px !important;
    padding:6px 6px !important;
    gap:5px !important;
    border-radius:9px !important;
  }

  .wrap .app-card .store-badge .glyph{
    width:18px !important;
    height:18px !important;
    flex-basis:18px !important;
  }

  .wrap .app-card .store-badge .glyph svg{
    width:15px !important;
    height:15px !important;
  }

  .wrap .app-card .store-badge .txt small{
    font-size:.38rem !important;
  }

  .wrap .app-card .store-badge .txt strong{
    font-size:.53rem !important;
  }
}

/* =========================================================
   V60 — MOBILE ONLY: Vår app mockup slightly smaller
   Keep v59 button layout exactly as-is.
   ========================================================= */
@media screen and (max-width:760px){
  .wrap .app-card > .device-mock{
    width:103% !important;
    max-width:none !important;
    height:228px !important;
    flex-basis:228px !important;
    margin-left:-1.5% !important;
    margin-right:-1.5% !important;
  }

  .wrap .app-card > .device-mock .tv{
    width:82% !important;
  }

  .wrap .app-card > .device-mock .phone{
    width:34% !important;
  }
}

@media screen and (max-width:390px){
  .wrap .app-card > .device-mock{
    width:106% !important;
    height:218px !important;
    flex-basis:218px !important;
    margin-left:-3% !important;
    margin-right:-3% !important;
  }

  .wrap .app-card > .device-mock .tv{
    width:83% !important;
  }

  .wrap .app-card > .device-mock .phone{
    width:34% !important;
  }
}

/* =========================================================
   V61 — MOBILE ONLY: make the 3 Vår app store cards smaller
   Keep their horizontal arrangement and the mockup unchanged.
   ========================================================= */
@media screen and (max-width:760px){
  .wrap .app-card .store-row{
    gap:5px !important;
  }

  .wrap .app-card .store-badge{
    flex:1 1 0 !important;
    min-height:48px !important;
    height:48px !important;
    padding:6px 6px !important;
    border-radius:9px !important;
    gap:5px !important;
  }

  .wrap .app-card .store-badge .glyph{
    width:17px !important;
    height:17px !important;
    flex:0 0 17px !important;
  }

  .wrap .app-card .store-badge .glyph svg{
    width:14px !important;
    height:14px !important;
  }

  .wrap .app-card .store-badge .txt small{
    font-size:.36rem !important;
    line-height:1.02 !important;
  }

  .wrap .app-card .store-badge .txt strong{
    font-size:.50rem !important;
    line-height:1.06 !important;
  }
}

@media screen and (max-width:390px){
  .wrap .app-card .store-row{
    gap:4px !important;
  }

  .wrap .app-card .store-badge{
    min-height:45px !important;
    height:45px !important;
    padding:5px !important;
    gap:4px !important;
  }

  .wrap .app-card .store-badge .glyph{
    width:16px !important;
    height:16px !important;
    flex-basis:16px !important;
  }

  .wrap .app-card .store-badge .glyph svg{
    width:13px !important;
    height:13px !important;
  }

  .wrap .app-card .store-badge .txt small{
    font-size:.34rem !important;
  }

  .wrap .app-card .store-badge .txt strong{
    font-size:.47rem !important;
  }
}

/* =========================================================
   V66 — independent mobile navigation
   ========================================================= */
.desktop-nav{
  display:flex;
  align-items:center;
  gap:34px;
  font-size:.92rem;
  font-weight:500;
  color:var(--ink-soft);
}
.desktop-nav a{
  color:var(--ink-soft);
  text-decoration:none;
}
.desktop-nav a:hover{color:var(--ink);}

.nav-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.iptv-mobile-menu-panel{
  display:none;
}

@media (max-width:900px){
  .desktop-nav{display:none!important;}

  .nav-actions{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
  }

  .menu-toggle{
    display:flex!important;
    position:relative!important;
    z-index:2147483647!important;
    width:42px!important;
    height:42px!important;
    align-items:center!important;
    justify-content:center!important;
    background:#fff!important;
    border:1px solid var(--line)!important;
    border-radius:10px!important;
    padding:0!important;
    cursor:pointer!important;
  }

  .iptv-mobile-menu-panel{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    height:100dvh!important;
    z-index:2147483640!important;
    display:block!important;
    background:#fff!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translate3d(100%,0,0)!important;
    transition:transform .22s ease, opacity .22s ease, visibility 0s linear .22s!important;
    overflow-y:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }

  .iptv-mobile-menu-panel.is-open{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translate3d(0,0,0)!important;
    transition:transform .22s ease, opacity .22s ease!important;
  }

  .iptv-mobile-menu-inner{
    width:100%!important;
    min-height:100%!important;
    box-sizing:border-box!important;
    padding:118px 30px 36px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:0!important;
    background:#fff!important;
  }

  .iptv-mobile-menu-inner a{
    width:100%!important;
    box-sizing:border-box!important;
    padding:14px 0!important;
    color:#14161F!important;
    text-decoration:none!important;
    font-size:1.12rem!important;
    line-height:1.25!important;
    font-weight:600!important;
  }

  html.iptv-menu-open,
  body.iptv-menu-open{
    overflow:hidden!important;
    height:100%!important;
  }

  /* Keep the header itself above the menu so the same hamburger remains usable. */
  .site-header{
    position:relative!important;
    z-index:2147483647!important;
  }

  .nav{
    position:relative!important;
    z-index:2147483647!important;
  }
}

@media (max-width:390px){
  .iptv-mobile-menu-inner{
    padding:108px 24px 30px!important;
  }
  .iptv-mobile-menu-inner a{
    font-size:1.04rem!important;
    padding:13px 0!important;
  }
}

/* V67 — hero only */
.hero .hero-content{
  text-align:left !important;
  align-items:flex-start !important;
  justify-content:center !important;
}
.hero .hero-content h1,
.hero .hero-content p,
.hero .hero-content .eyebrow{
  text-align:left !important;
}
.hero .hero-actions{
  justify-content:flex-start !important;
  align-items:center !important;
}
.hero .hero-actions .btn{
  border-radius:10px !important;
}
@media (max-width:900px){
  .hero .hero-content{
    text-align:left !important;
    align-items:flex-start !important;
  }
  .hero .hero-actions{
    justify-content:flex-start !important;
  }
  .hero .hero-actions .btn{
    border-radius:9px !important;
  }
}

/* =========================================================
   V68 — HERO TEXT POSITION ONLY
   Move hero text closer to the center, but keep it left-aligned.
   Do not center the text and do not alter other sections.
   ========================================================= */
@media (min-width:901px){
  .hero .hero-content{
    width:min(700px, 46vw) !important;
    margin-left:clamp(140px, 25vw, 420px) !important;
    margin-right:0 !important;
    text-align:left !important;
    align-items:flex-start !important;
  }
}

@media (min-width:901px) and (max-width:1200px){
  .hero .hero-content{
    margin-left:clamp(90px, 18vw, 250px) !important;
    width:min(620px, 48vw) !important;
  }
}

@media (max-width:900px){
  .hero .hero-content{
    margin-left:0 !important;
    margin-right:0 !important;
    width:100% !important;
    text-align:left !important;
    align-items:flex-start !important;
  }
}

/* =========================================================
   V69 — HERO BALANCE
   Left-aligned, closer to center; wider typography; compact
   rectangular buttons. Hero only.
   ========================================================= */
@media (min-width:901px){
  .hero .hero-content{
    width:min(760px, 48vw) !important;
    margin-left:clamp(220px, 18vw, 360px) !important;
    margin-right:0 !important;
    text-align:left !important;
    align-items:flex-start !important;
  }

  .hero .hero-content h1{
    max-width:760px !important;
    font-size:3.25rem !important;
    line-height:1.12 !important;
    margin-bottom:18px !important;
  }

  .hero .hero-content p.lead{
    max-width:690px !important;
    font-size:1.12rem !important;
    line-height:1.52 !important;
    margin-bottom:30px !important;
  }

  .hero .hero-ctas{
    gap:18px !important;
    margin-bottom:0 !important;
    justify-content:flex-start !important;
  }

  .hero .hero-ctas .btn{
    border-radius:7px !important;
    min-height:50px !important;
    padding:13px 22px !important;
  }
}

@media (min-width:901px) and (max-width:1200px){
  .hero .hero-content{
    width:min(690px, 55vw) !important;
    margin-left:clamp(120px, 15vw, 210px) !important;
  }
  .hero .hero-content h1{
    font-size:2.8rem !important;
  }
  .hero .hero-content p.lead{
    max-width:620px !important;
    font-size:1.02rem !important;
  }
}

@media (max-width:900px){
  .hero .hero-content{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    text-align:left !important;
    align-items:flex-start !important;
  }

  .hero .hero-content h1{
    max-width:100% !important;
    line-height:1.16 !important;
  }

  .hero .hero-content p.lead{
    max-width:100% !important;
    line-height:1.45 !important;
  }

  .hero .hero-ctas{
    gap:10px !important;
    margin-bottom:0 !important;
    justify-content:flex-start !important;
  }

  .hero .hero-ctas .btn{
    border-radius:7px !important;
    padding:11px 16px !important;
  }
}

/* =========================================================
   V70 — HERO SIZE/TYPOGRAPHY MATCH
   Match the supplied reference hero's visual scale:
   ~640px desktop hero height, ~710px content width.
   ========================================================= */
@media (min-width:901px){
  .hero{
    min-height:640px !important;
    height:640px !important;
    display:flex !important;
    align-items:center !important;
  }

  .hero .hero-content{
    width:710px !important;
    max-width:44vw !important;
    margin-left:clamp(250px, 19.5vw, 380px) !important;
    margin-right:0 !important;
    text-align:left !important;
    align-items:flex-start !important;
    padding-top:4px !important;
  }

  .hero .hero-content .eyebrow{
    font-size:.78rem !important;
    line-height:1.2 !important;
    letter-spacing:.04em !important;
    margin-bottom:18px !important;
  }

  .hero .hero-content h1{
    font-size:2.55rem !important;
    line-height:1.13 !important;
    font-weight:700 !important;
    max-width:710px !important;
    margin:0 0 22px !important;
  }

  .hero .hero-content p.lead{
    font-size:1rem !important;
    line-height:1.55 !important;
    max-width:710px !important;
    margin:0 0 34px !important;
  }

  .hero .hero-ctas{
    display:flex !important;
    flex-direction:row !important;
    gap:34px !important;
    margin:0 !important;
    justify-content:flex-start !important;
    align-items:center !important;
  }

  .hero .hero-ctas .btn{
    min-height:49px !important;
    padding:13px 24px !important;
    border-radius:5px !important;
    font-size:.88rem !important;
    line-height:1 !important;
  }
}

@media (min-width:901px) and (max-width:1200px){
  .hero .hero-content{
    width:650px !important;
    max-width:52vw !important;
    margin-left:clamp(145px, 15vw, 230px) !important;
  }

  .hero .hero-content h1{
    font-size:2.35rem !important;
  }
}

@media (max-width:900px){
  .hero{
    min-height:620px !important;
  }
}

/* =========================================================
   V71 — HERO HEIGHT SLIGHTLY SHORTER
   Hero only. Keep typography/content unchanged.
   ========================================================= */
@media (min-width:901px){
  .hero{
    min-height:600px !important;
    height:600px !important;
  }
}


/* =========================================================
   v76 — Unified internal page + article template
   Full-bleed sections, centered inner content, same system
   as homepage. Applies to Pages, Articles, Archives and
   the dedicated Priser/Kanaler/Kontakt/FAQ templates.
   ========================================================= */

html,body{
  width:100%;
  overflow-x:hidden;
}

.iptv-page-template,
.iptv-single-template,
.iptv-archive-template,
.iptv-special-page,
.iptv-404-template{
  width:100%;
  min-width:0;
}


/* =========================================================
   PAGE / ARTICLE TEMPLATE — FULL WIDTH + COMPACT FLOW
   ========================================================= */

.iptv-page-template .iptv-page-body{
  padding:0 !important;
  margin:0 !important;
}

.iptv-page-template .iptv-page-body > .iptv-page-content{
  padding:52px 0 90px !important;
  margin:0 auto !important;
}

.iptv-page-template .entry-content{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* Stop the global `section{padding:150px}` from adding giant gaps
   around sections inserted inside a WordPress Custom HTML block. */
.iptv-page-template .entry-content > section{
  padding-top:0;
  padding-bottom:0;
}

/* If an individual section intentionally has its own inline padding,
   WordPress will keep the inline rule above normal theme CSS. */

.iptv-page-featured{
  width:100%;
  margin:0 auto 42px;
  padding:0;
}

.iptv-page-featured img{
  display:block;
  width:100%;
  height:auto;
  max-height:540px;
  object-fit:cover;
  border-radius:24px;
}

.iptv-page-article{
  width:100%;
  margin:0;
}

/* Full-width content bands; inner components decide their own max width. */
body.page .iptv-page-body,
body.page .iptv-page-content,
body.single .iptv-article-body,
body.archive .iptv-archive-body{
  width:100%;
}

body.page .iptv-page-content{
  max-width:1180px;
}

@media(max-width:900px){
  .iptv-page-template .iptv-page-body > .iptv-page-content{
    padding:42px 20px 70px !important;
  }

  .iptv-page-template .iptv-page-hero.has-featured-background{
    min-height:520px;
  }

  .iptv-page-template .iptv-page-hero.has-featured-background h1{
    font-size:46px;
  }

  .iptv-page-featured{
    margin-bottom:30px;
  }

  .iptv-page-featured img{
    max-height:380px;
    border-radius:20px;
  }
}

@media(max-width:650px){
  .iptv-page-template .iptv-page-body > .iptv-page-content{
    padding:34px 15px 60px !important;
  }

  .iptv-page-template .iptv-page-hero.has-featured-background{
    min-height:500px;
    padding:0 18px !important;
  }

  .iptv-page-template .iptv-page-hero.has-featured-background h1{
    font-size:38px;
  }

  .iptv-page-template .iptv-page-hero.has-featured-background p{
    font-size:16px;
  }


  .iptv-page-featured img{
    border-radius:18px;
  }

  .iptv-page-template .entry-content > section{
    padding-top:0 !important;
    padding-bottom:0 !important;
  }
}

/* Full-width page hero */
.iptv-page-hero,
.iptv-article-hero{
  position:relative;
  width:100%;
  padding:92px 24px 72px;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 10%,rgba(34,199,176,.10),transparent 34%),
    radial-gradient(circle at 90% 10%,rgba(124,92,252,.13),transparent 36%),
    linear-gradient(180deg,#f8f9fb 0%,#f3f5f8 100%);
  border-bottom:1px solid var(--line);
}

.iptv-page-hero::after,
.iptv-article-hero::after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-22px;
  height:44px;
  background:
    radial-gradient(60% 80% at 50% 0%,rgba(124,92,252,.08),transparent 70%);
  filter:blur(16px);
  pointer-events:none;
}

.iptv-page-hero-inner,
.iptv-article-hero-inner{
  position:relative;
  z-index:2;
  max-width:1180px;
  margin:0 auto;
}


/* =========================================================
   PAGE HERO — FULL-WIDTH REFERENCE STYLE
   Featured image is used as the background of the hero.
   ========================================================= */

.iptv-page-template .iptv-page-hero.has-featured-background{
  position:relative;
  min-height:455px;
  width:100%;
  padding:0 24px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:
    linear-gradient(180deg,rgba(7,20,30,.50),rgba(7,20,30,.74)),
    var(--iptv-page-featured) center center/cover no-repeat;
  border:0;
  color:#fff;
}

.iptv-page-template .iptv-page-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,12,20,.10),rgba(5,12,20,.26));
  pointer-events:none;
}

.iptv-page-template .iptv-page-hero.no-featured-background{
  position:relative;
  min-height:420px;
  width:100%;
  padding:80px 24px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 12% 12%,rgba(111,77,246,.12),transparent 35%),
    radial-gradient(circle at 88% 12%,rgba(39,199,201,.10),transparent 35%),
    linear-gradient(180deg,#f8f9fb,#f3f5f8);
  border-bottom:1px solid var(--line);
}

.iptv-page-template .iptv-page-hero-inner{
  position:relative;
  z-index:2;
  width:min(1000px,100%);
  margin:0 auto;
  text-align:center;
}

.iptv-page-template .iptv-page-hero-copy{
  width:100%;
  margin:0 auto;
}

.iptv-page-template .iptv-page-hero.has-featured-background .eyebrow{
  color:#72e5e2;
}

.iptv-page-template .iptv-page-hero.has-featured-background h1{
  max-width:900px;
  margin:0 auto 28px;
  color:#fff;
  font-size:clamp(48px,5.2vw,72px);
  line-height:1.06;
  letter-spacing:-.035em;
  text-shadow:0 5px 26px rgba(0,0,0,.20);
}

.iptv-page-template .iptv-page-hero.has-featured-background p{
  max-width:780px;
  margin:0 auto;
  color:rgba(255,255,255,.90);
  font-size:18px;
  line-height:1.72;
}

.iptv-page-template .iptv-page-hero.no-featured-background h1{
  margin:0 auto 22px;
  max-width:900px;
}

.iptv-page-template .iptv-page-hero.no-featured-background p{
  max-width:780px;
  margin:0 auto;
  color:var(--ink-soft);
  font-size:18px;
  line-height:1.72;
}

.iptv-page-hero h1,
.iptv-article-hero h1{
  max-width:900px;
  margin:0;
  font-size:clamp(2.6rem,5vw,4.6rem);
  line-height:1.03;
  letter-spacing:-.035em;
}

.iptv-page-hero p,
.iptv-article-hero p{
  max-width:760px;
  margin:22px 0 0;
  color:var(--ink-soft);
  font-size:1.08rem;
  line-height:1.75;
}

/* Full-width body bands */
.iptv-page-body,
.iptv-special-body,
.iptv-archive-body,
.iptv-article-body{
  width:100%;
  background:var(--paper);
}

.iptv-page-content,
.iptv-wide-content,
.iptv-archive-content{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto;
  padding:80px 0 100px;
}

.iptv-page-article{
  width:100%;
}

.iptv-prose{
  width:min(860px,100%);
  margin:0 auto;
  font-size:1.04rem;
}

.iptv-page-template .entry-content{
  color:var(--ink);
}

.iptv-page-template .entry-content > *{
  max-width:100%;
}

.iptv-page-template .entry-content > .wp-block-html,
.iptv-page-template .entry-content > .wp-block-group,
.iptv-page-template .entry-content > .wp-block-columns{
  width:100%;
}

/* The custom HTML block is allowed to use full page width.
   Its own internal design controls the content width. */
.iptv-page-template .entry-content > .wp-block-html{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Wide pricing surface */
.iptv-priser-body{
  width:100%;
  background:
    linear-gradient(180deg,#ffffff 0%,#f7f8fa 100%);
}

.iptv-priser-body .iptv-wide-content{
  padding-top:70px;
}

.iptv-priser-template .pricing-wrap{
  width:100%;
  margin-top:0;
  border-radius:28px;
  box-shadow:0 18px 55px rgba(20,22,31,.08);
}

.iptv-inline-section{
  margin-top:90px;
  padding-top:90px;
  border-top:1px solid var(--line);
}

.faq-list-wide{
  width:min(820px,100%);
  margin:40px auto 0;
}

/* Special page CTA */
.iptv-page-cta{
  margin-top:70px;
  border-radius:24px;
  padding:48px 52px;
  background:
    linear-gradient(100deg,rgba(20,22,31,.93),rgba(20,22,31,.66)),
    var(--flag-url) center/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.iptv-page-cta h2{
  color:#fff;
  margin:5px 0 8px;
  font-size:2rem;
}

.iptv-page-cta p{
  color:#c5c8d3;
  margin:0;
}

.iptv-page-cta .eyebrow{
  color:var(--teal);
}

/* Channels */
.channel-directory{
  max-width:960px;
  margin:0 auto;
}

.iptv-kanaler-template .channel-region{
  margin-bottom:16px;
  border-radius:18px;
}

.iptv-kanaler-template .channel-region summary{
  min-height:68px;
  padding:20px 24px;
}

.iptv-kanaler-template .channel-count{
  color:var(--ink-soft);
  font-size:.85rem;
  font-weight:400;
}

.iptv-kanaler-template .chips{
  padding:0 24px 24px;
}

.iptv-kanaler-template .chips span{
  background:#fff;
  border-color:var(--line);
  border-radius:999px;
  padding:9px 14px;
}

/* Contact */
.iptv-kontakt-template .contact-grid{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  align-items:stretch;
}

.iptv-form-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:34px;
  box-shadow:var(--shadow);
}

.form-card-head{
  margin-bottom:8px;
}

.form-card-head h2{
  margin:8px 0 8px;
  font-size:2rem;
}

.form-card-head p{
  color:var(--ink-soft);
  margin-bottom:24px;
}

.iptv-contact-panel{
  min-height:100%;
  padding:38px;
  border-radius:22px;
  background:
    radial-gradient(circle at 85% 15%,rgba(124,92,252,.28),transparent 35%),
    linear-gradient(150deg,#171a25,#0d0f16);
}

.iptv-contact-panel .eyebrow{
  color:var(--teal);
}

.iptv-contact-panel h2{
  color:#fff;
  margin:9px 0;
  font-size:2rem;
}

.iptv-contact-panel > p{
  color:#b7bbc7;
}

.iptv-contact-panel .contact-info-row{
  margin-top:28px;
}

.iptv-contact-panel .contact-info-row strong{
  color:#fff;
}

.iptv-contact-panel .contact-info-row span{
  display:block;
  color:#9ca2b2;
  margin-top:4px;
  font-size:.86rem;
}

/* FAQ page */
.iptv-faq-content{
  width:min(900px,calc(100% - 64px));
  margin:0 auto;
  padding:80px 0 110px;
}

.iptv-faq-content .faq-item{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:0 22px;
  margin-bottom:12px;
}

.iptv-faq-content .faq-q{
  min-height:66px;
}

/* Articles */
.iptv-article-hero{
  padding-top:80px;
  padding-bottom:66px;
}

.iptv-article-hero-inner{
  width:min(980px,100%);
}

.iptv-article-hero h1{
  max-width:900px;
  font-size:clamp(2.3rem,4.7vw,4.1rem);
}

.iptv-article-meta{
  color:var(--ink-soft);
  font-size:.88rem;
  margin-top:18px;
}

.iptv-article-body{
  padding:70px 24px 110px;
}

.iptv-article-card{
  width:min(900px,100%);
  margin:0 auto;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:42px 48px 48px;
  box-shadow:0 18px 55px rgba(20,22,31,.07);
}

.iptv-article-cover{
  width:calc(100% + 96px);
  margin:-42px -48px 42px;
  overflow:hidden;
}

.iptv-article-cover img{
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:24px 24px 0 0;
}

.iptv-article-card .entry-content{
  width:100%;
  max-width:760px;
  margin:0 auto;
  font-size:1.05rem;
}

.iptv-article-card .entry-content p{
  margin-bottom:1.35em;
  color:var(--ink-soft);
}

.iptv-article-card .entry-content h2{
  margin:2.2em 0 .75em;
  font-size:1.75rem;
}

.iptv-article-card .entry-content h3{
  margin:1.7em 0 .65em;
  font-size:1.3rem;
}

.iptv-article-card .entry-content ul,
.iptv-article-card .entry-content ol{
  color:var(--ink-soft);
  margin-bottom:1.4em;
}

.iptv-article-card .entry-content img{
  border-radius:16px;
  margin:2em 0;
}

.iptv-article-card .entry-content a{
  color:var(--violet);
  text-decoration:underline;
}

.iptv-article-footer{
  width:100%;
  max-width:760px;
  margin:45px auto 0;
  padding-top:25px;
  border-top:1px solid var(--line);
}

.iptv-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.iptv-tags a{
  padding:7px 12px;
  border-radius:999px;
  background:var(--paper);
  color:var(--ink-soft);
  font-size:.8rem;
}

.iptv-comments-wrap{
  width:min(900px,100%);
  margin:28px auto 0;
}

/* Blog / archives */
.iptv-archive-body{
  padding:0;
}

.iptv-post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.iptv-post-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .22s ease, box-shadow .22s ease;
}

.iptv-post-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(20,22,31,.11);
}

.iptv-post-thumb{
  display:block;
  aspect-ratio:16/10;
  background:#10151d center/cover no-repeat;
}

.iptv-post-body{
  padding:25px;
}

.iptv-post-cat{
  display:block;
  color:var(--violet);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:700;
  font-size:.7rem;
  margin-bottom:9px;
}

.iptv-post-body h2{
  font-size:1.25rem;
  margin:0 0 12px;
}

.iptv-post-body h2 a:hover{
  color:var(--violet);
}

.iptv-post-body p{
  color:var(--ink-soft);
  font-size:.9rem;
  line-height:1.65;
}

.iptv-post-meta{
  margin-top:16px;
  color:#8a8f9e;
  font-size:.78rem;
}

.iptv-empty-state{
  width:min(760px,100%);
  margin:0 auto;
  padding:90px 30px;
  text-align:center;
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
}

/* Generic WordPress pages using Gutenberg / Custom HTML */
body.page main,
body.single main{
  width:100%;
}

body.page .entry-content,
body.single .entry-content{
  width:100%;
}

body.page .entry-content > .wp-block-html{
  width:100%;
  max-width:none;
  margin-left:0;
  margin-right:0;
}

body.page .entry-content > .wp-block-html > *{
  max-width:100%;
}

/* Avoid WordPress theme/editor content width from squeezing page sections */
body.page .wp-site-blocks,
body.single .wp-site-blocks{
  max-width:none;
}

body.page .is-layout-constrained > .wp-block-html,
body.single .is-layout-constrained > .wp-block-html{
  max-width:none !important;
}

/* Mobile */
@media(max-width:900px){
  .iptv-page-content,
  .iptv-wide-content,
  .iptv-archive-content{
    width:min(100% - 40px,1180px);
    padding-top:60px;
    padding-bottom:70px;
  }

  .iptv-post-grid{
    grid-template-columns:1fr 1fr;
  }

  .iptv-page-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .iptv-article-card{
    padding:34px 30px 38px;
  }

  .iptv-article-cover{
    width:calc(100% + 60px);
    margin:-34px -30px 34px;
  }
}

@media(max-width:650px){
  .iptv-page-hero,
  .iptv-article-hero{
    padding:58px 20px 48px;
  }

  .iptv-page-hero h1,
  .iptv-article-hero h1{
    font-size:2.35rem;
  }

  .iptv-page-hero p,
  .iptv-article-hero p{
    font-size:1rem;
  }

  .iptv-page-content,
  .iptv-wide-content,
  .iptv-archive-content{
    width:calc(100% - 30px);
    padding-top:44px;
    padding-bottom:60px;
  }

  .iptv-faq-content{
    width:calc(100% - 30px);
    padding-top:45px;
    padding-bottom:70px;
  }

  .iptv-post-grid{
    grid-template-columns:1fr;
  }

  .iptv-page-cta{
    padding:34px 26px;
  }

  .iptv-article-body{
    padding:42px 15px 70px;
  }

  .iptv-article-card{
    padding:28px 20px 30px;
    border-radius:20px;
  }

  .iptv-article-cover{
    width:calc(100% + 40px);
    margin:-28px -20px 28px;
  }

  .iptv-article-cover img{
    border-radius:20px 20px 0 0;
  }

  .iptv-special-page .pricing-wrap{
    border-radius:20px;
    padding:24px 16px;
  }
}


/* =========================================================
   HERO -> CONTENT LIGHT WAVE SEPARATOR
   ========================================================= */

.iptv-page-template .iptv-page-hero.has-featured-background::after{
  content:"";
  position:absolute;
  z-index:5;
  left:-5%;
  right:-5%;
  bottom:-1px;
  height:74px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 90' preserveAspectRatio='none'%3E%3Cpath d='M0 38 C180 7 330 7 510 38 S840 69 1040 38 S1370 7 1600 38' fill='none' stroke='%2374e5e2' stroke-opacity='.55' stroke-width='2'/%3E%3Cpath d='M0 47 C180 16 330 16 510 47 S840 78 1040 47 S1370 16 1600 47' fill='none' stroke='%237d66ff' stroke-opacity='.42' stroke-width='2'/%3E%3Cpath d='M0 56 C180 25 330 25 510 56 S840 87 1040 56 S1370 25 1600 56' fill='none' stroke='%23ff9d8f' stroke-opacity='.32' stroke-width='2'/%3E%3C/svg%3E")
    center bottom/100% 100% no-repeat;
  pointer-events:none;
  opacity:.95;
  animation:iptv-wave-drift 14s ease-in-out infinite alternate;
}

.iptv-page-template .iptv-page-hero.has-featured-background::before{
  content:"";
  position:absolute;
  z-index:4;
  left:0;
  right:0;
  bottom:0;
  height:64px;
  background:linear-gradient(
    180deg,
    transparent 0%,
    rgba(255,255,255,.03) 55%,
    rgba(255,255,255,.08) 100%
  );
  pointer-events:none;
}

@keyframes iptv-wave-drift{
  0%{ transform:translate3d(-1.5%,0,0); }
  100%{ transform:translate3d(1.5%,0,0); }
}

@media(max-width:650px){
  .iptv-page-template .iptv-page-hero.has-featured-background::after{
    height:58px;
  }
}

/* =========================================================
   ARTICLE FIX — FEATURED IMAGE ABOVE TITLE + OPEN CONTENT
   ========================================================= */

.iptv-single-template .iptv-article-hero-with-featured{
  padding:52px 24px 58px !important;
  background:
    radial-gradient(circle at 10% 10%,rgba(34,199,176,.10),transparent 34%),
    radial-gradient(circle at 90% 10%,rgba(124,92,252,.13),transparent 36%),
    linear-gradient(180deg,#f8f9fb 0%,#f3f5f8 100%);
  border-bottom:1px solid var(--line);
}

.iptv-single-template .iptv-article-hero-with-featured::after{
  display:none;
}

.iptv-single-template .iptv-article-hero-with-featured .iptv-article-hero-inner{
  width:min(1180px,100%);
  margin:0 auto;
}

.iptv-article-featured-top{
  width:100%;
  margin:0 auto 34px;
  overflow:hidden;
  border-radius:24px;
}

.iptv-article-featured-top img{
  display:block;
  width:100%;
  height:auto;
  max-height:560px;
  object-fit:cover;
  border-radius:24px;
}

.iptv-article-title-wrap{
  width:min(920px,100%);
  margin:0 auto;
  text-align:center;
}

.iptv-article-title-wrap .eyebrow{
  display:block;
  margin:0 0 14px;
  color:var(--violet);
}

.iptv-article-title-wrap h1{
  max-width:920px;
  margin:0 auto 16px;
  color:var(--ink);
  font-size:clamp(42px,5vw,68px);
  line-height:1.04;
  letter-spacing:-.035em;
}

.iptv-article-title-wrap .iptv-article-meta{
  margin-top:0;
  color:var(--ink-soft);
  font-size:.9rem;
}

.iptv-single-template .iptv-article-body-clean{
  padding:48px 24px 95px !important;
  background:var(--paper) !important;
}

.iptv-single-template .iptv-article-card-clean{
  width:min(860px,100%);
  margin:0 auto;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.iptv-single-template .iptv-article-card-clean .entry-content{
  width:100%;
  max-width:860px;
  margin:0 auto !important;
}

.iptv-single-template .iptv-article-card-clean .entry-content p{
  color:var(--ink-soft);
  font-size:1.05rem;
  line-height:1.85;
}

.iptv-single-template .iptv-article-card-clean .entry-content h2{
  margin-top:2em;
}

.iptv-single-template .iptv-article-card-clean .entry-content h3{
  margin-top:1.6em;
}

.iptv-single-template .iptv-article-card-clean .entry-content img{
  width:auto;
  max-width:100%;
  height:auto;
  margin:2em auto;
  border-radius:18px;
}

.iptv-single-template .iptv-article-card-clean .iptv-article-footer{
  width:100%;
  max-width:860px;
  margin:42px auto 0;
  padding-top:24px;
  border-top:1px solid var(--line);
}

@media(max-width:900px){
  .iptv-single-template .iptv-article-hero-with-featured{
    padding:38px 20px 45px !important;
  }

  .iptv-article-featured-top{
    margin-bottom:26px;
    border-radius:20px;
  }

  .iptv-article-featured-top img{
    max-height:420px;
    border-radius:20px;
  }

  .iptv-article-title-wrap h1{
    font-size:clamp(36px,7vw,54px);
  }

  .iptv-single-template .iptv-article-body-clean{
    padding:40px 20px 75px !important;
  }
}

@media(max-width:650px){
  .iptv-single-template .iptv-article-hero-with-featured{
    padding:28px 15px 38px !important;
  }

  .iptv-article-featured-top{
    margin-bottom:22px;
    border-radius:17px;
  }

  .iptv-article-featured-top img{
    max-height:320px;
    border-radius:17px;
  }

  .iptv-article-title-wrap h1{
    font-size:34px;
  }

  .iptv-single-template .iptv-article-body-clean{
    padding:30px 15px 60px !important;
  }

  .iptv-single-template .iptv-article-card-clean .entry-content p{
    font-size:1rem;
    line-height:1.8;
  }
}


/* =========================================================
   SINGLE POSTS — FEATURED IMAGE HERO
   Only affects single blog posts.
   ========================================================= */

.iptv-single-template .iptv-single-featured-hero{
  position:relative;
  width:100%;
  min-height:560px;
  padding:0 24px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;

  background-color:#0b1220;

  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;

  border:0;
}

.iptv-single-template .iptv-single-featured-hero::after{
  content:"";
  position:absolute;
  left:-5%;
  right:-5%;
  bottom:-20px;
  height:55px;

  background:
    radial-gradient(
      60% 90% at 50% 0%,
      rgba(124,92,252,.10),
      transparent 72%
    );

  filter:blur(14px);
  pointer-events:none;
}

.iptv-single-template .iptv-single-featured-overlay{
  position:absolute;
  inset:0;
  z-index:1;

  background:
    linear-gradient(
      90deg,
      rgba(5,12,20,.18),
      rgba(5,12,20,.10)
    );

  pointer-events:none;
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-hero-inner{
  position:relative;
  z-index:2;

  width:min(1180px,100%);
  margin:0 auto;

  display:flex;
  align-items:center;
  justify-content:center;
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap{
  width:min(980px,100%);
  margin:0 auto;
  text-align:center;
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap .eyebrow{
  display:block;
  margin:0 0 14px;

  color:var(--teal);
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap h1{
  max-width:980px;
  margin:0 auto 18px;

  color:#fff;

  font-size:clamp(42px,5vw,72px);
  line-height:1.04;
  letter-spacing:-.035em;
  text-shadow:0 2px 20px rgba(0,0,0,.18);
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap .iptv-article-meta{
  margin-top:0;

  color:rgba(255,255,255,.90);

  font-size:.92rem;
}

/* Keep article content open — no card/container frame. */
.iptv-single-template .iptv-article-body-clean{
  padding:52px 24px 95px !important;
  background:var(--paper) !important;
}

.iptv-single-template .iptv-article-card-clean{
  width:min(860px,100%);
  margin:0 auto;
  padding:0 !important;

  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.iptv-single-template .iptv-article-card-clean
.entry-content{
  width:100%;
  max-width:860px;
  margin:0 auto !important;
}

@media(max-width:900px){

  .iptv-single-template .iptv-single-featured-hero{
    min-height:480px;
    padding:0 20px !important;
  }

  .iptv-single-template .iptv-single-featured-hero
  .iptv-article-title-wrap h1{
    font-size:clamp(38px,7vw,58px);
  }

  .iptv-single-template .iptv-article-body-clean{
    padding:42px 20px 75px !important;
  }

}

@media(max-width:650px){

  .iptv-single-template .iptv-single-featured-hero{
    min-height:430px;
    padding:0 15px !important;
  }

  .iptv-single-template .iptv-single-featured-hero
  .iptv-article-title-wrap h1{
    font-size:36px;
  }

  .iptv-single-template .iptv-single-featured-hero
  .iptv-article-title-wrap .iptv-article-meta{
    font-size:.86rem;
  }

  .iptv-single-template .iptv-article-body-clean{
    padding:34px 15px 60px !important;
  }

}

/* =========================================================
   FINAL SINGLE POST TUNING
   Only affects single blog posts.
   ========================================================= */

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap h1{
  color:#fff !important;
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap .eyebrow{
  color:#32d8d2 !important;
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap .iptv-article-meta{
  color:rgba(255,255,255,.92) !important;
}

.iptv-single-template .iptv-article-body-clean{
  margin:0 !important;
  padding:18px 24px 85px !important;
}

.iptv-single-template .iptv-article-card-clean{
  margin:0 auto !important;
}

@media(max-width:900px){
  .iptv-single-template .iptv-article-body-clean{
    padding:16px 20px 70px !important;
  }
}

@media(max-width:650px){
  .iptv-single-template .iptv-article-body-clean{
    padding:14px 15px 58px !important;
  }
}

/* =========================================================
   SINGLE POST FINAL SPACING / OPEN CONTENT FIX
   ========================================================= */

.iptv-single-template .iptv-single-featured-hero{
  margin-bottom:0 !important;
}

.iptv-single-template .iptv-article-body-clean{
  margin-top:0 !important;
  padding-top:8px !important;
  padding-bottom:80px !important;
  background:var(--paper) !important;
}

.iptv-single-template .iptv-article-body-clean > .iptv-article-card-clean{
  width:min(860px,100%) !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.iptv-single-template .iptv-article-card-clean,
.iptv-single-template .iptv-article-card-clean::before,
.iptv-single-template .iptv-article-card-clean::after{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.iptv-single-template .iptv-article-card-clean .entry-content{
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

.iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap h1{
  color:#fff !important;
  text-shadow:0 2px 18px rgba(0,0,0,.30) !important;
}

@media(max-width:900px){
  .iptv-single-template .iptv-article-body-clean{
    padding-top:7px !important;
  }
}

@media(max-width:650px){
  .iptv-single-template .iptv-article-body-clean{
    padding-top:6px !important;
  }
}


/* =========================================================
   FINAL SINGLE-POST FIX — USER REQUEST
   1) WHITE title over featured image
   2) Remove large gap after hero
   3) Remove any card/frame around article content
   Only affects single blog posts.
   ========================================================= */

body.single .iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap h1{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
  text-shadow:0 2px 18px rgba(0,0,0,.42) !important;
}

body.single .iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap .eyebrow{
  color:#32d8d2 !important;
  opacity:1 !important;
}

body.single .iptv-single-template .iptv-single-featured-hero
.iptv-article-title-wrap .iptv-article-meta{
  color:rgba(255,255,255,.94) !important;
  opacity:1 !important;
}

/* Pull article content close to the featured hero. */
body.single .iptv-single-template .iptv-article-body-clean{
  margin-top:-165px !important;
  padding-top:0 !important;
  padding-left:24px !important;
  padding-right:24px !important;
  padding-bottom:80px !important;
  background:var(--paper) !important;
  position:relative !important;
  z-index:3 !important;
}

/* Completely remove the old article card treatment. */
body.single .iptv-single-template .iptv-article-body-clean
.iptv-article-card-clean{
  width:min(900px,100%) !important;
  margin:0 auto !important;
  padding:34px 0 0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

body.single .iptv-single-template .iptv-article-body-clean
.iptv-article-card-clean::before,
body.single .iptv-single-template .iptv-article-body-clean
.iptv-article-card-clean::after{
  display:none !important;
  content:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

body.single .iptv-single-template
.iptv-article-card-clean .entry-content{
  width:100% !important;
  max-width:900px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* Prevent old generic single-post card rules from reappearing. */
body.single .iptv-single-template
.iptv-article-card-clean,
body.single .iptv-single-template
.iptv-article-card-clean .entry-content,
body.single .iptv-single-template
.iptv-article-card-clean .entry-content > *{
  box-shadow:none !important;
}

/* Tablet */
@media(max-width:900px){
  body.single .iptv-single-template .iptv-article-body-clean{
    margin-top:-120px !important;
    padding-top:0 !important;
    padding-left:20px !important;
    padding-right:20px !important;
    padding-bottom:70px !important;
  }

  body.single .iptv-single-template .iptv-article-body-clean
  .iptv-article-card-clean{
    padding-top:28px !important;
  }
}

/* Mobile */
@media(max-width:650px){
  body.single .iptv-single-template .iptv-article-body-clean{
    margin-top:-75px !important;
    padding-top:0 !important;
    padding-left:15px !important;
    padding-right:15px !important;
    padding-bottom:58px !important;
  }

  body.single .iptv-single-template .iptv-article-body-clean
  .iptv-article-card-clean{
    padding-top:22px !important;
  }
}

/* =========================================================
   v80.1 — SINGLE POST HARD FIX
   Only affects actual single posts.
   ========================================================= */
body.single-post .nnorge-single-featured-hero .iptv-article-title-wrap h1,
body.single .nnorge-single-featured-hero .iptv-article-title-wrap h1{
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  opacity:1 !important;
}

body.single-post .nnorge-single-body,
body.single .nnorge-single-body{
  width:100% !important;
  margin:0 !important;
  padding:18px 24px 75px !important;
  background:var(--paper) !important;
}

body.single-post .nnorge-single-article,
body.single .nnorge-single-article{
  width:min(900px,100%) !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

body.single-post .nnorge-single-article .entry-content,
body.single .nnorge-single-article .entry-content{
  width:100% !important;
  max-width:900px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* =========================================================
 * WooCommerce — DIGITAL IPTV CHECKOUT / CART
 * Fully scoped: does not affect normal pages or post layouts.
 * ========================================================= */

/* -------------------------
   Cart wrapper
   ------------------------- */
.woocommerce-cart .site-main,
.woocommerce-cart .ct-container,
.woocommerce-cart .woocommerce{
  width:100%;
}

.woocommerce-cart .woocommerce{
  max-width:1120px;
  margin:0 auto;
  padding:48px 22px 72px;
}

.woocommerce-cart table.shop_table.cart{
  background:#fff;
  border:1px solid #e7e9ef;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(20,30,50,.05);
}

.woocommerce-cart table.shop_table th{
  color:#667085;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.04em;
  border:0;
  background:#fafbfc;
}

.woocommerce-cart table.shop_table td{
  border-color:#eef0f3;
  vertical-align:middle;
}

.woocommerce-cart table.shop_table td.product-thumbnail img{
  width:110px !important;
  height:110px !important;
  object-fit:contain;
  border-radius:12px;
  background:#f7f8fb;
}

.woocommerce-cart table.shop_table td.product-name a{
  color:#111827 !important;
  font-weight:700;
  text-decoration:none !important;
}

.woocommerce-cart table.shop_table td.product-price .amount,
.woocommerce-cart table.shop_table td.product-subtotal .amount{
  color:#6f4df6;
  font-weight:700;
}

.woocommerce-cart .cart-collaterals .cart_totals{
  background:#fff;
  border:1px solid #e7e9ef;
  border-radius:18px;
  padding:24px;
  box-shadow:0 10px 28px rgba(20,30,50,.05);
}

.woocommerce-cart .cart_totals h2{
  color:#111827;
  font-size:24px;
  margin:0 0 18px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background:#6f4df6 !important;
  color:#fff !important;
  border-radius:11px;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  text-decoration:none !important;
}

/* -------------------------
   Checkout page — dedicated digital IPTV layout
   ------------------------- */
.woocommerce-checkout{
  background:#f7f8fb;
}

.woocommerce-checkout .site-main,
.woocommerce-checkout .ct-container{
  width:100% !important;
  max-width:none !important;
}

.iptv-checkout-page{
  width:100%;
  background:#f7f8fb;
}

.iptv-checkout-shell{
  width:min(1120px,100%);
  margin:0 auto;
  padding:52px 20px 80px;
}

.iptv-checkout-intro{
  width:min(780px,100%);
  margin:0 auto 30px;
  text-align:center;
}

.iptv-checkout-intro .eyebrow{
  display:block;
  margin:0 0 10px;
  color:#6f4df6;
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.iptv-checkout-intro h1{
  margin:0 0 12px;
  color:#111827;
  font-size:clamp(34px,5vw,48px);
  line-height:1.08;
  letter-spacing:-.03em;
  font-weight:700;
}

.iptv-checkout-intro p{
  margin:0 auto;
  max-width:720px;
  color:#667085;
  font-size:15px;
  line-height:1.75;
}

.iptv-checkout-card{
  width:100%;
  background:#fff;
  border:1px solid #e7e9ef;
  border-radius:22px;
  padding:30px;
  box-shadow:0 14px 36px rgba(20,30,50,.055);
}

.iptv-checkout-card .woocommerce{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
}

.iptv-checkout-card form.checkout{
  display:grid !important;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.78fr);
  gap:28px;
  align-items:start;
}

.iptv-checkout-card #customer_details{
  margin:0;
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}

.iptv-checkout-card #order_review_heading{
  display:none !important;
}

.iptv-checkout-card #order_review{
  position:sticky;
  top:24px;
  margin:0;
  padding:24px;
  background:#f8f9fc;
  border:1px solid #e7e9ef;
  border-radius:17px;
  box-shadow:none;
}

.iptv-checkout-card h3{
  margin:0 0 18px !important;
  color:#111827 !important;
  font-size:22px !important;
  line-height:1.25;
  font-weight:700 !important;
  letter-spacing:-.02em;
}

.iptv-checkout-card .form-row{
  margin:0 0 16px;
}

.iptv-checkout-card label{
  display:block;
  margin:0 0 7px !important;
  color:#344054 !important;
  font-size:13px !important;
  font-weight:600 !important;
}

.iptv-checkout-card input.input-text,
.iptv-checkout-card select,
.iptv-checkout-card textarea{
  width:100% !important;
  min-height:48px;
  margin:0 !important;
  padding:12px 14px !important;
  color:#111827 !important;
  background:#fff !important;
  border:1px solid #dfe3ea !important;
  border-radius:10px !important;
  box-shadow:none !important;
  font-size:14px !important;
}

.iptv-checkout-card textarea{
  min-height:112px;
  resize:vertical;
}

.iptv-checkout-card input.input-text:focus,
.iptv-checkout-card select:focus,
.iptv-checkout-card textarea:focus{
  outline:none !important;
  border-color:#6f4df6 !important;
  box-shadow:0 0 0 3px rgba(111,77,246,.10) !important;
}

.iptv-checkout-card .col2-set{
  margin:0;
}

.iptv-checkout-card .col2-set .col-1,
.iptv-checkout-card .col2-set .col-2{
  width:100%;
  float:none;
}

.iptv-checkout-card .woocommerce-shipping-fields,
.iptv-checkout-card .shipping_address,
.iptv-checkout-card #ship-to-different-address{
  display:none !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table{
  width:100% !important;
  margin:0 !important;
  border:0 !important;
  border-collapse:collapse !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table th,
.iptv-checkout-card .woocommerce-checkout-review-order-table td{
  padding:11px 0 !important;
  border:0 !important;
  vertical-align:middle;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table thead th{
  color:#667085 !important;
  font-size:11px !important;
  font-weight:700 !important;
  text-transform:uppercase;
  letter-spacing:.05em;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table .product-name{
  color:#111827 !important;
  font-size:14px !important;
  font-weight:600 !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table .product-total{
  color:#6f4df6 !important;
  font-size:14px !important;
  font-weight:700 !important;
  text-align:right;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total{
  border-top:1px solid #e7e9ef !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total th,
.iptv-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total td{
  padding-top:17px !important;
  font-size:18px !important;
  font-weight:700 !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table tfoot .order-total .amount{
  color:#6f4df6 !important;
}

.iptv-checkout-card #payment{
  margin-top:22px;
  padding:0;
  background:transparent !important;
  border:0 !important;
}

.iptv-checkout-card #payment ul.payment_methods{
  margin:0 0 14px !important;
  padding:14px !important;
  background:#fff !important;
  border:1px solid #e7e9ef !important;
  border-radius:12px !important;
}

.iptv-checkout-card #payment li{
  font-size:13px;
}

.iptv-checkout-card .woocommerce-terms-and-conditions-wrapper{
  margin:14px 0;
  color:#667085;
  font-size:12px;
  line-height:1.6;
}

.iptv-checkout-card #place_order{
  width:100% !important;
  min-height:54px;
  margin:14px 0 0 !important;
  padding:0 18px !important;
  border:0 !important;
  border-radius:11px !important;
  background:#6f4df6 !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:700 !important;
  box-shadow:none !important;
  cursor:pointer;
}

.iptv-checkout-card #place_order:hover{
  background:#5e40e5 !important;
}

.iptv-checkout-card .woocommerce-info,
.iptv-checkout-card .woocommerce-message,
.iptv-checkout-card .woocommerce-error{
  margin:0 0 18px !important;
  border:1px solid #e7e9ef !important;
  border-radius:12px !important;
  box-shadow:none !important;
}

@media(max-width:850px){
  .iptv-checkout-shell{
    padding:34px 14px 55px;
  }

  .iptv-checkout-card{
    padding:22px 18px;
    border-radius:18px;
  }

  .iptv-checkout-card form.checkout{
    grid-template-columns:1fr !important;
    gap:18px;
  }

  .iptv-checkout-card #order_review{
    position:static;
  }
}

@media(max-width:600px){
  .iptv-checkout-intro{
    margin-bottom:22px;
  }

  .iptv-checkout-intro h1{
    font-size:34px;
  }

  .iptv-checkout-intro p{
    font-size:14px;
  }

  .iptv-checkout-card{
    padding:19px 15px;
  }

  .iptv-checkout-card #order_review{
    padding:18px 15px;
  }
}


/* =========================================================
 * Checkout refinement — product controls + framed intro
 * ========================================================= */
.iptv-checkout-card .iptv-checkout-intro{
  margin:0 0 26px;
  padding:24px 28px;
  text-align:center;
  background:linear-gradient(135deg,#f8f9fc 0%,#ffffff 100%);
  border:1px solid #e7e9ef;
  border-radius:18px;
}

.iptv-checkout-card .iptv-checkout-intro h1{
  margin:0 0 10px;
  color:#111827;
  font-size:clamp(30px,4vw,44px);
}

.iptv-checkout-card .iptv-checkout-intro p{
  max-width:760px;
  margin:0 auto;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table .product-name{
  min-width:0;
}

.iptv-checkout-product-line{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}

.iptv-checkout-product-thumb{
  width:58px !important;
  height:58px !important;
  flex:0 0 58px;
  object-fit:contain !important;
  margin:0 !important;
  padding:4px;
  background:#fff;
  border:1px solid #e7e9ef;
  border-radius:10px;
}

.iptv-checkout-product-name{
  min-width:0;
  display:inline-block;
}

.iptv-checkout-item-controls{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-left:12px;
  vertical-align:middle;
  white-space:nowrap;
}

.iptv-qty-btn{
  width:28px;
  height:28px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #dfe3ea;
  border-radius:8px;
  background:#fff;
  color:#111827;
  font-size:18px;
  line-height:1;
  cursor:pointer;
}

.iptv-qty-btn:hover{
  border-color:#6f4df6;
  color:#6f4df6;
}

.iptv-qty-value{
  min-width:20px;
  text-align:center;
  color:#111827;
  font-size:13px;
  font-weight:700;
}

.iptv-remove-item{
  margin-left:5px;
  color:#98a2b3 !important;
  font-size:12px;
  font-weight:600;
  text-decoration:underline !important;
}

.iptv-remove-item:hover{
  color:#df2e31 !important;
}

.iptv-checkout-updating .iptv-checkout-card #order_review{
  opacity:.72;
  pointer-events:none;
}

@media(max-width:600px){
  .iptv-checkout-card .iptv-checkout-intro{
    padding:20px 16px;
    margin-bottom:20px;
  }

  .iptv-checkout-card .iptv-checkout-intro h1{
    font-size:32px;
  }

  .iptv-checkout-product-line{
    align-items:flex-start;
  }

  .iptv-checkout-product-thumb{
    width:48px !important;
    height:48px !important;
    flex-basis:48px;
  }

  .iptv-checkout-item-controls{
    margin-left:0;
    margin-top:7px;
  }
}

/* =========================================================
 * Checkout product rows — one added product per line
 * ========================================================= */
.iptv-checkout-card .woocommerce-checkout-review-order-table .cart_item td.product-name{
  padding:16px 0 !important;
}

.iptv-checkout-card .iptv-checkout-product-line{
  display:flex;
  align-items:center;
  gap:14px;
  width:100%;
}

.iptv-checkout-card .iptv-checkout-product-name{
  flex:1 1 auto;
  min-width:0;
  font-size:14px;
  line-height:1.4;
  font-weight:600;
  color:#111827;
}

.iptv-checkout-card .iptv-checkout-item-controls{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  margin-left:0;
}

.iptv-checkout-card .iptv-checkout-item-qty{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:30px;
  height:28px;
  padding:0 8px;
  border:1px solid #e7e9ef;
  border-radius:8px;
  background:#f8f9fc;
  color:#475467;
  font-size:12px;
  font-weight:700;
}

.iptv-checkout-card .iptv-remove-item{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 9px;
  border-radius:8px;
  color:#98a2b3 !important;
  font-size:12px;
  font-weight:600;
  text-decoration:none !important;
  transition:all .2s ease;
}

.iptv-checkout-card .iptv-remove-item:hover{
  background:#fff1f1;
  color:#df2e31 !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table tr.cart_item{
  border-bottom:1px solid #eef0f4;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table tr.cart_item:last-of-type{
  border-bottom:0;
}

@media(max-width:600px){
  .iptv-checkout-card .woocommerce-checkout-review-order-table .cart_item td.product-name{
    padding:13px 0 !important;
  }

  .iptv-checkout-card .iptv-checkout-product-line{
    gap:10px;
  }

  .iptv-checkout-card .iptv-checkout-product-name{
    font-size:13px;
  }

  .iptv-checkout-card .iptv-checkout-product-thumb{
    width:46px !important;
    height:46px !important;
    flex-basis:46px;
  }
}

/* =========================================================
 * Checkout — make ×1 + Fjern controls clearly separated
 * ========================================================= */
.iptv-checkout-card .woocommerce-checkout-review-order-table .cart_item td.product-name{
  padding:18px 0 !important;
}

.iptv-checkout-card .iptv-checkout-product-line{
  display:grid !important;
  grid-template-columns:64px minmax(0,1fr);
  align-items:center;
  column-gap:14px;
  width:100%;
}

.iptv-checkout-card .iptv-checkout-product-thumb{
  width:64px !important;
  height:64px !important;
  grid-column:1;
  grid-row:1;
  flex:none !important;
  object-fit:contain !important;
  margin:0 !important;
  padding:4px !important;
  background:#fff;
  border:1px solid #e7e9ef;
  border-radius:10px;
}

.iptv-checkout-card .iptv-checkout-product-name{
  grid-column:2;
  grid-row:1;
  min-width:0;
  display:block;
  color:#111827;
  font-size:14px;
  line-height:1.45;
  font-weight:650;
}

.iptv-checkout-card .iptv-checkout-item-controls{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:9px !important;
  width:100%;
  margin:11px 0 0 !important;
  padding-left:78px;
  clear:both;
}

.iptv-checkout-card .iptv-checkout-item-qty{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:46px !important;
  height:34px !important;
  padding:0 11px !important;
  border:1px solid #d8dce5 !important;
  border-radius:9px !important;
  background:#f8f9fc !important;
  color:#111827 !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  text-decoration:none !important;
}

.iptv-checkout-card .iptv-remove-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:66px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 12px !important;
  border:1px solid #efb3b3 !important;
  border-radius:9px !important;
  background:#fff !important;
  color:#d92d20 !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  text-decoration:none !important;
  transition:all .18s ease;
}

.iptv-checkout-card .iptv-remove-item:hover{
  background:#fff1f1 !important;
  border-color:#d92d20 !important;
  color:#b42318 !important;
}

/* Keep the price visually aligned with the product row. */
.iptv-checkout-card .woocommerce-checkout-review-order-table .product-total{
  white-space:nowrap;
  padding-top:18px !important;
  vertical-align:top !important;
}

@media(max-width:600px){
  .iptv-checkout-card .iptv-checkout-product-line{
    grid-template-columns:52px minmax(0,1fr);
    column-gap:11px;
  }

  .iptv-checkout-card .iptv-checkout-product-thumb{
    width:52px !important;
    height:52px !important;
  }

  .iptv-checkout-card .iptv-checkout-item-controls{
    padding-left:63px;
    margin-top:9px !important;
  }
}


/* =========================================================
 * FINAL CHECKOUT PRODUCT CONTROL FIX
 * ========================================================= */
.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name{
  vertical-align:top !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-checkout-product-line{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  gap:14px !important;
  margin:0 !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-checkout-product-name{
  flex:1 1 auto !important;
  min-width:0 !important;
  display:block !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-checkout-item-controls{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  width:100% !important;
  margin:12px 0 0 !important;
  padding:0 0 0 78px !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-checkout-item-qty{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:42px !important;
  height:36px !important;
  padding:0 11px !important;
  border:1px solid #dfe3ea !important;
  border-radius:8px !important;
  background:#f8f9fc !important;
  color:#111827 !important;
  font-size:13px !important;
  font-weight:700 !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-remove-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:78px !important;
  height:36px !important;
  padding:0 15px !important;
  margin:0 !important;
  border:0 !important;
  border-radius:8px !important;
  background:#e53935 !important;
  color:#ffffff !important;
  font-size:13px !important;
  font-weight:700 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  cursor:pointer !important;
  transition:background .18s ease, transform .18s ease !important;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-remove-item::before{
  content:'×';
  margin-right:6px;
  font-size:16px;
  font-weight:800;
  line-height:1;
}

.iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-remove-item:hover{
  background:#c62828 !important;
  color:#ffffff !important;
  transform:translateY(-1px);
}

@media(max-width:600px){
  .iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-checkout-product-line{
    gap:10px !important;
  }

  .iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-checkout-item-controls{
    padding-left:62px !important;
    margin-top:9px !important;
    gap:8px !important;
  }

  .iptv-checkout-card .woocommerce-checkout-review-order-table td.product-name .iptv-remove-item{
    min-width:72px !important;
    height:34px !important;
    font-size:12px !important;
  }
}


/* =========================================================
   IPTV NORGE — GLOBAL WHATSAPP FLOATING BUTTON
   ========================================================= */

.iptv-whatsapp-floating{
  position:fixed !important;
  right:24px !important;
  bottom:24px !important;
  left:auto !important;
  top:auto !important;

  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  min-height:56px !important;

  padding:0 !important;
  margin:0 !important;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  z-index:2147483647 !important;

  background:#25D366 !important;
  border:0 !important;
  border-radius:50% !important;

  box-shadow:0 8px 24px rgba(0,0,0,.18) !important;

  text-decoration:none !important;
  line-height:0 !important;

  -webkit-tap-highlight-color:transparent;
}

.iptv-whatsapp-floating svg{
  width:31px !important;
  height:31px !important;
  display:block !important;
  fill:#fff !important;
}

.iptv-whatsapp-floating:hover{
  background:#20bd5a !important;
  transform:translateY(-2px) !important;
}

.iptv-whatsapp-floating:focus,
.iptv-whatsapp-floating:active{
  outline:none !important;
}

@media (max-width:650px){
  .iptv-whatsapp-floating{
    right:14px !important;
    bottom:14px !important;

    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;

    border-radius:50% !important;

    box-shadow:0 7px 18px rgba(0,0,0,.18) !important;

    transform:none !important;
  }

  .iptv-whatsapp-floating svg{
    width:27px !important;
    height:27px !important;
  }

  .iptv-whatsapp-floating:hover{
    transform:none !important;
  }
}


/* =========================================================
   NORGEIPTV HERO V2 — background image + fixed-scroll feel
   Hero-only redesign. Existing homepage structure below stays intact.
   ========================================================= */
.hero.hero-v2{
  position:relative !important;
  min-height:calc(100vh - 88px) !important;
  height:calc(100vh - 88px) !important;
  max-height:920px !important;
  overflow:hidden !important;
  padding:0 !important;
  display:flex !important;
  align-items:stretch !important;
  isolation:isolate !important;
  background:#090a0d !important;
  border-radius:0 !important;
}

.hero-v2-bg{
  position:absolute !important;
  inset:0 !important;
  z-index:0 !important;
  background-image:url('../hero/norgeiptv-hero-tv-mosaic-bg.jpg') !important;
  background-size:cover !important;
  background-position:68% center !important;
  background-repeat:no-repeat !important;
  background-attachment:fixed !important;
  transform:scale(1.01) !important;
  will-change:transform !important;
}

.hero-v2-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:
    linear-gradient(90deg,
      rgba(5,6,8,.48) 0%,
      rgba(5,6,8,.30) 30%,
      rgba(5,6,8,.12) 58%,
      rgba(5,6,8,.04) 80%,
      rgba(5,6,8,.10) 100%),
    linear-gradient(180deg,
      rgba(5,6,8,.10) 0%,
      rgba(5,6,8,.02) 42%,
      rgba(5,6,8,.26) 100%);
  pointer-events:none !important;
}

.hero-v2-vignette{
  position:absolute !important;
  inset:-10% !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:
    radial-gradient(circle at 70% 45%, transparent 0 38%, rgba(0,0,0,.03) 70%, rgba(0,0,0,.12) 100%);
}

.hero-v2-inner{
  position:relative !important;
  z-index:4 !important;
  width:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:40px !important;
  padding:100px 34px 86px !important;
  box-sizing:border-box !important;
}

.hero-v2-copy{
  width:min(680px, 72vw) !important;
  padding:34px 0 30px !important;
}

.hero-v2-kicker{
  display:flex !important;
  align-items:center !important;
  gap:9px !important;
  font-size:.74rem !important;
  letter-spacing:.19em !important;
  text-transform:uppercase !important;
  font-weight:700 !important;
  color:#e6c77b !important;
}

.hero-v2-kicker span:not(.hero-v2-kicker-dot){ color:rgba(255,255,255,.42) !important; }
.hero-v2-kicker-dot{
  width:7px !important;
  height:7px !important;
  border-radius:50% !important;
  background:#e6c77b !important;
  box-shadow:0 0 0 5px rgba(230,199,123,.12), 0 0 20px rgba(230,199,123,.55) !important;
}

.hero-v2 h1{
  margin:22px 0 20px !important;
  max-width:780px !important;
  color:#fff !important;
  font-size:clamp(3.2rem, 6vw, 6.35rem) !important;
  line-height:.95 !important;
  letter-spacing:-.055em !important;
  font-weight:800 !important;
  text-wrap:balance !important;
}
.hero-v2 h1 span{
  color:#e6c77b !important;
  display:inline-block !important;
  text-shadow:0 0 32px rgba(230,199,123,.10) !important;
}

.hero-v2-lead{
  max-width:610px !important;
  margin:0 0 32px !important;
  color:rgba(255,255,255,.72) !important;
  font-size:1.04rem !important;
  line-height:1.75 !important;
}

.hero-v2-ctas{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:28px !important;
}
.hero-v2-btn{
  min-height:56px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  padding:0 22px !important;
  border-radius:12px !important;
  text-decoration:none !important;
  font-weight:750 !important;
  font-size:.94rem !important;
  transition:transform .22s ease, box-shadow .22s ease, background .22s ease !important;
}
.hero-v2-btn:hover{ transform:translateY(-2px) !important; }
.hero-v2-btn-primary{
  color:#121212 !important;
  background:#e6c77b !important;
  box-shadow:0 18px 36px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.25) !important;
}
.hero-v2-btn-primary:hover{ background:#f0d58f !important; box-shadow:0 20px 42px rgba(0,0,0,.34) !important; }
.hero-v2-btn-primary span{ font-size:1.15rem !important; line-height:1 !important; }
.hero-v2-btn-ghost{
  color:#fff !important;
  border:1px solid rgba(255,255,255,.26) !important;
  background:rgba(255,255,255,.055) !important;
  backdrop-filter:blur(10px) !important;
}
.hero-v2-btn-ghost:hover{ background:rgba(255,255,255,.11) !important; }

.hero-v2-tags{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
}
.hero-v2-tags span{
  padding:7px 10px !important;
  border:1px solid rgba(255,255,255,.11) !important;
  border-radius:999px !important;
  background:rgba(0,0,0,.18) !important;
  color:rgba(255,255,255,.62) !important;
  font-size:.66rem !important;
  letter-spacing:.11em !important;
  font-weight:700 !important;
}

.hero-v2-side{
  width:150px !important;
  align-self:stretch !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:flex-end !important;
  align-items:flex-end !important;
  padding-bottom:28px !important;
}
.hero-v2-side-line{
  width:1px !important;
  height:90px !important;
  background:linear-gradient(180deg,transparent,#e6c77b) !important;
  margin-bottom:14px !important;
  opacity:.65 !important;
}
.hero-v2-side-copy{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:4px !important;
  text-align:right !important;
  text-transform:uppercase !important;
  letter-spacing:.17em !important;
}
.hero-v2-side-copy span{
  color:rgba(255,255,255,.42) !important;
  font-size:.6rem !important;
}
.hero-v2-side-copy strong{
  color:#fff !important;
  font-size:.74rem !important;
}

.hero-v2-scroll{
  position:absolute !important;
  left:34px !important;
  bottom:26px !important;
  z-index:5 !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  color:rgba(255,255,255,.46) !important;
  font-size:.57rem !important;
  letter-spacing:.22em !important;
  font-weight:700 !important;
}
.hero-v2-scroll-line{
  display:block !important;
  width:36px !important;
  height:1px !important;
  background:#e6c77b !important;
}

/* Subtle fixed-background parallax feel while the user scrolls through the hero. */
@media (min-width:761px){
  .hero-v2-bg{ background-attachment:fixed !important; }
}

@media (max-width:760px){
  .hero.hero-v2{
    min-height:calc(100svh - 72px) !important;
    height:calc(100svh - 72px) !important;
    max-height:none !important;
  }
  .hero-v2-bg{
    background-attachment:scroll !important;
    background-position:68% center !important;
    transform:none !important;
  }
  .hero-v2-overlay{
    background:
      linear-gradient(180deg, rgba(5,6,8,.12) 0%, rgba(5,6,8,.28) 48%, rgba(5,6,8,.64) 100%),
      linear-gradient(90deg, rgba(5,6,8,.40) 0%, rgba(5,6,8,.08) 100%);
  }
  .hero-v2-inner{
    align-items:flex-end !important;
    padding:72px 20px 92px !important;
  }
  .hero-v2-copy{
    width:100% !important;
    padding:0 !important;
  }
  .hero-v2-kicker{ font-size:.62rem !important; letter-spacing:.14em !important; }
  .hero-v2 h1{
    font-size:clamp(2.8rem, 13vw, 4.2rem) !important;
    line-height:.96 !important;
    margin:16px 0 16px !important;
  }
  .hero-v2-lead{ font-size:.88rem !important; line-height:1.6 !important; margin-bottom:22px !important; }
  .hero-v2-ctas{ width:100% !important; }
  .hero-v2-btn{ min-height:52px !important; flex:1 1 auto !important; }
  .hero-v2-tags{ gap:6px !important; }
  .hero-v2-tags span{ font-size:.58rem !important; padding:6px 8px !important; }
  .hero-v2-side{ display:none !important; }
  .hero-v2-scroll{ left:20px !important; bottom:22px !important; }
}


/* NORGEIPTV HERO V3 FIX: visible image + clean overlay */
.hero.hero-v2 .hero-v2-bg{
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-color:#090a0d !important;
}
@media (min-width:761px){
  .hero.hero-v2 .hero-v2-bg{
    background-attachment:fixed !important;
    background-position:68% center !important;
  }
}

/* =========================================================
   NORGEIPTV HERO V5 — HARD FIX FOR LIVE SITE
   Uses a real image element instead of relying on CSS background
   attachment, so the poster wall cannot disappear behind overlays.
   ========================================================= */
.hero.hero-v2{
  position:relative!important;
  overflow:hidden!important;
  isolation:isolate!important;
  background:#111318!important;
}
.hero.hero-v2 .hero-v2-bg{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  overflow:hidden!important;
  background:#111318!important;
}
.hero.hero-v2 .hero-v2-bg-image{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  object-position:68% center!important;
  max-width:none!important;
  opacity:1!important;
  transform:none!important;
  filter:none!important;
}
.hero.hero-v2 .hero-v2-overlay{
  z-index:1!important;
  background:
    linear-gradient(90deg, rgba(5,6,8,.40) 0%, rgba(5,6,8,.18) 34%, rgba(5,6,8,.04) 68%, rgba(5,6,8,.10) 100%),
    linear-gradient(180deg, rgba(5,6,8,.05) 0%, rgba(5,6,8,.03) 42%, rgba(5,6,8,.20) 100%)!important;
}
.hero.hero-v2 .hero-v2-vignette{
  z-index:2!important;
  background:radial-gradient(circle at 66% 48%, transparent 0 42%, rgba(0,0,0,.06) 72%, rgba(0,0,0,.16) 100%)!important;
}
.hero.hero-v2 .hero-v2-inner{z-index:4!important;}
.hero.hero-v2 .hero-v2-scroll{z-index:5!important;}

@media (min-width:761px){
  .hero.hero-v2 .hero-v2-bg-image{
    position:fixed!important;
    top:0!important;
    left:0!important;
    width:100vw!important;
    height:100vh!important;
    object-position:68% center!important;
  }
}

@media (max-width:760px){
  .hero.hero-v2 .hero-v2-bg-image{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-position:65% center!important;
  }
  .hero.hero-v2 .hero-v2-overlay{
    background:
      linear-gradient(180deg, rgba(5,6,8,.08) 0%, rgba(5,6,8,.16) 46%, rgba(5,6,8,.46) 100%),
      linear-gradient(90deg, rgba(5,6,8,.28) 0%, rgba(5,6,8,.04) 100%)!important;
  }
}

/* =========================================================
   NORGEIPTV HERO — RESTORE SPLIT IMAGE LAYOUT
   Keep the same hero composition as the reference screenshot.
   Only the text/button visibility is corrected.
   ========================================================= */
.hero.hero-v2{
  background:#0b0d12 !important;
  overflow:hidden !important;
  position:relative !important;
}

/* Desktop: poster wall occupies the left side; black panel stays on the right. */
@media (min-width:761px){
  .hero.hero-v2 .hero-v2-bg{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:auto !important;
    bottom:0 !important;
    width:41.5% !important;
    height:100% !important;
    overflow:hidden !important;
    background:#08090c !important;
    z-index:0 !important;
  }

  .hero.hero-v2 .hero-v2-bg-image{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    opacity:1 !important;
    transform:none !important;
    filter:none !important;
  }

  .hero.hero-v2 .hero-v2-overlay{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    background:
      linear-gradient(90deg,
        rgba(4,5,8,.10) 0%,
        rgba(4,5,8,.04) 55%,
        rgba(4,5,8,.52) 100%),
      linear-gradient(180deg,
        rgba(4,5,8,.04) 0%,
        rgba(4,5,8,.08) 60%,
        rgba(4,5,8,.26) 100%) !important;
  }

  .hero.hero-v2 .hero-v2-vignette{
    position:absolute !important;
    inset:0 !important;
    z-index:2 !important;
    background:linear-gradient(90deg, transparent 0 82%, rgba(0,0,0,.42) 100%) !important;
  }

  .hero.hero-v2 .hero-v2-inner{
    position:relative !important;
    z-index:4 !important;
    width:100% !important;
    min-height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    box-sizing:border-box !important;
    padding:92px 7.5% 84px calc(41.5% + 42px) !important;
  }

  .hero.hero-v2 .hero-v2-copy{
    width:min(740px, 52vw) !important;
    max-width:740px !important;
    padding:0 !important;
  }

  .hero.hero-v2 .hero-v2-kicker{
    color:#e6c77b !important;
    opacity:1 !important;
    text-shadow:0 1px 8px rgba(0,0,0,.35) !important;
  }
  .hero.hero-v2 .hero-v2-kicker span:not(.hero-v2-kicker-dot){
    color:rgba(255,255,255,.72) !important;
  }

  .hero.hero-v2 h1{
    color:#ffffff !important;
    opacity:1 !important;
    text-shadow:0 3px 22px rgba(0,0,0,.30) !important;
    font-size:clamp(3rem, 5.1vw, 5.7rem) !important;
    line-height:.96 !important;
    margin:22px 0 20px !important;
  }
  .hero.hero-v2 h1 span{
    color:#e6c77b !important;
  }

  .hero.hero-v2 .hero-v2-lead{
    color:rgba(255,255,255,.86) !important;
    opacity:1 !important;
    max-width:650px !important;
    font-size:1.03rem !important;
    line-height:1.72 !important;
  }

  .hero.hero-v2 .hero-v2-ctas{
    opacity:1 !important;
    visibility:visible !important;
    margin-top:4px !important;
    margin-bottom:28px !important;
  }
  .hero.hero-v2 .hero-v2-btn{
    opacity:1 !important;
    visibility:visible !important;
    min-height:58px !important;
  }
  .hero.hero-v2 .hero-v2-btn-primary{
    display:inline-flex !important;
    color:#111318 !important;
    background:#f0cf78 !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:0 12px 30px rgba(0,0,0,.24) !important;
  }
  .hero.hero-v2 .hero-v2-btn-ghost{
    display:inline-flex !important;
    color:#fff !important;
    background:rgba(255,255,255,.045) !important;
    border:1px solid rgba(255,255,255,.46) !important;
  }
  .hero.hero-v2 .hero-v2-btn-primary span{
    color:#111318 !important;
  }

  .hero.hero-v2 .hero-v2-tags{
    opacity:1 !important;
  }
  .hero.hero-v2 .hero-v2-tags span{
    color:rgba(255,255,255,.78) !important;
    border-color:rgba(255,255,255,.26) !important;
    background:rgba(0,0,0,.22) !important;
  }

  .hero.hero-v2 .hero-v2-side{
    display:none !important;
  }

  .hero.hero-v2 .hero-v2-scroll{
    left:28px !important;
    bottom:24px !important;
    color:rgba(255,255,255,.72) !important;
    z-index:6 !important;
  }
}

/* Mobile keeps the full-width hero image and does not alter the original layout behavior. */
@media (max-width:760px){
  .hero.hero-v2 .hero-v2-bg{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
  }
  .hero.hero-v2 .hero-v2-bg-image{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:65% center !important;
  }
  .hero.hero-v2 .hero-v2-lead{ color:rgba(255,255,255,.9) !important; }
  .hero.hero-v2 .hero-v2-btn-primary{ color:#111318 !important; background:#f0cf78 !important; }
  .hero.hero-v2 .hero-v2-btn-ghost{ color:#fff !important; border-color:rgba(255,255,255,.48) !important; }
}

/* NORGEIPTV HERO TYPOGRAPHY — FINAL SMALLER LUXURY TYPE */
.hero.hero-v2 .hero-v2-copy,
.hero.hero-v2 .hero-v2-lead,
.hero.hero-v2 .hero-v2-btn,
.hero.hero-v2 .hero-v2-tags,
.hero.hero-v2 .hero-v2-kicker{
  font-family:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif !important;
}

.hero.hero-v2 h1{
  font-family:'Playfair Display',Georgia,'Times New Roman',serif !important;
  font-weight:600 !important;
  font-size:clamp(2.15rem,3vw,3.45rem) !important;
  line-height:1.0 !important;
  letter-spacing:-.02em !important;
  margin:18px 0 18px !important;
  max-width:620px !important;
}

.hero.hero-v2 h1 span{
  font-weight:600 !important;
}

@media (min-width:761px){
  .hero.hero-v2 .hero-v2-lead{
    font-size:.92rem !important;
    line-height:1.68 !important;
    max-width:590px !important;
  }
  .hero.hero-v2 .hero-v2-btn{
    min-height:52px !important;
    padding:0 20px !important;
    font-size:.86rem !important;
  }
  .hero.hero-v2 .hero-v2-tags span{
    font-size:.58rem !important;
  }
}

@media (max-width:760px){
  .hero.hero-v2 h1{
    font-size:clamp(2rem,9vw,3rem) !important;
    line-height:1.02 !important;
  }
  .hero.hero-v2 .hero-v2-lead{
    font-size:.82rem !important;
  }
}

/* =========================================================
   HERO — RED / BLACK LUXURY ACCENT OVERRIDE
   ========================================================= */
.hero.hero-v2 h1 .hero-v2-line-two,
.hero.hero-v2 h1 span.hero-v2-line-two,
.hero.hero-v2 h1 span{
  color:#d71920 !important;
  text-shadow:0 0 28px rgba(215,25,32,.10) !important;
}

.hero.hero-v2 .hero-v2-kicker{
  color:#d71920 !important;
}

.hero.hero-v2 .hero-v2-btn{
  border-radius:4px !important;
}

.hero.hero-v2 .hero-v2-btn-primary{
  color:#fff !important;
  background:#d71920 !important;
  border:1px solid #d71920 !important;
  box-shadow:0 12px 30px rgba(0,0,0,.26) !important;
}
.hero.hero-v2 .hero-v2-btn-primary:hover{
  color:#fff !important;
  background:#b51219 !important;
  border-color:#b51219 !important;
}
.hero.hero-v2 .hero-v2-btn-primary span{
  color:#fff !important;
}

.hero.hero-v2 .hero-v2-btn-ghost{
  color:#fff !important;
  background:rgba(0,0,0,.22) !important;
  border:1px solid rgba(215,25,32,.72) !important;
  border-radius:4px !important;
}
.hero.hero-v2 .hero-v2-btn-ghost:hover{
  color:#fff !important;
  background:rgba(215,25,32,.12) !important;
  border-color:#d71920 !important;
}

.hero.hero-v2 .hero-v2-side-line,
.hero.hero-v2 .hero-v2-scroll-line{
  background:linear-gradient(180deg,transparent,#d71920) !important;
}


/* HERO BACKGROUND UPDATE: colorful curved TV-screen mosaic with dark right side */
.hero.hero-v2 .hero-v2-bg{background-image:url('../hero/norgeiptv-hero-tv-mosaic-bg.jpg') !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;background-attachment:scroll !important;}
.hero.hero-v2 .hero-v2-bg-image{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center center !important;}
.hero.hero-v2 .hero-v2-overlay{background:linear-gradient(90deg,rgba(5,6,8,.05) 0%,rgba(5,6,8,.08) 35%,rgba(5,6,8,.62) 57%,rgba(5,6,8,.94) 78%,rgba(5,6,8,.98) 100%),linear-gradient(180deg,rgba(5,6,8,.04),rgba(5,6,8,.18)) !important;}

/* FINAL HERO IMAGE FIX — use the supplied TV-mosaic artwork cleanly across the full hero */
.hero.hero-v2 .hero-v2-bg{
  background-image:url('../hero/norgeiptv-hero-tv-mosaic-bg.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-attachment:scroll !important;
}
.hero.hero-v2 .hero-v2-bg-image{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  max-width:none !important;
  transform:none !important;
}
.hero.hero-v2 .hero-v2-overlay{
  background:
    linear-gradient(90deg, rgba(5,6,8,.02) 0%, rgba(5,6,8,.05) 38%, rgba(5,6,8,.52) 60%, rgba(5,6,8,.91) 78%, rgba(5,6,8,.98) 100%),
    linear-gradient(180deg, rgba(5,6,8,.03) 0%, rgba(5,6,8,.08) 55%, rgba(5,6,8,.22) 100%) !important;
}
.hero.hero-v2 .hero-v2-vignette{
  background:radial-gradient(circle at 62% 48%, transparent 0 34%, rgba(0,0,0,.05) 68%, rgba(0,0,0,.16) 100%) !important;
}
@media (min-width:761px){
  .hero.hero-v2 .hero-v2-bg-image{position:absolute !important;}
}


/* FINAL HERO COMPOSITION FIX — single full-width artwork, no split/duplicate image */
.hero.hero-v2 .hero-v2-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  background-image:url('../hero/norgeiptv-hero-tv-mosaic-bg.jpg') !important;
  background-size:cover !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  transform:none !important;
  overflow:hidden !important;
}
.hero.hero-v2 .hero-v2-bg-image{
  display:none !important;
}
.hero.hero-v2 .hero-v2-overlay{
  background:
    linear-gradient(90deg, rgba(5,6,8,.02) 0%, rgba(5,6,8,.03) 34%, rgba(5,6,8,.28) 52%, rgba(5,6,8,.78) 67%, rgba(5,6,8,.96) 82%, rgba(5,6,8,.99) 100%),
    linear-gradient(180deg, rgba(5,6,8,.02) 0%, rgba(5,6,8,.03) 55%, rgba(5,6,8,.16) 100%) !important;
}
.hero.hero-v2 .hero-v2-vignette{
  background:radial-gradient(circle at 62% 48%, transparent 0 36%, rgba(0,0,0,.04) 70%, rgba(0,0,0,.12) 100%) !important;
}
@media(max-width:760px){
  .hero.hero-v2 .hero-v2-bg{background-position:center center !important;}
}

/* =========================================================
   HERO FINAL — TRUE SINGLE FULL-WIDTH ARTWORK
   Remove every previous split-panel/background behavior.
   ========================================================= */
.hero.hero-v2{
  position:relative !important;
  overflow:hidden !important;
  background:#08152f !important;
}

.hero.hero-v2 .hero-v2-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:0 !important;
  overflow:hidden !important;
  transform:none !important;
  background-image:
    linear-gradient(90deg,
      rgba(8,18,48,0) 0%,
      rgba(8,18,48,0) 48%,
      rgba(8,18,48,.08) 58%,
      rgba(8,18,48,.28) 72%,
      rgba(8,18,48,.52) 88%,
      rgba(8,18,48,.70) 100%),
    url('../hero/norgeiptv-hero-tv-mosaic-bg.jpg') !important;
  background-size:cover, cover !important;
  background-position:center center, center center !important;
  background-repeat:no-repeat, no-repeat !important;
  background-attachment:scroll !important;
}

.hero.hero-v2 .hero-v2-bg-image{
  display:none !important;
}

.hero.hero-v2 .hero-v2-overlay,
.hero.hero-v2 .hero-v2-vignette{
  display:none !important;
}

@media (max-width:760px){
  .hero.hero-v2 .hero-v2-bg{
    background-size:cover, cover !important;
    background-position:center center, center center !important;
  }
}

/* =========================================================
   NORGEIPTV HERO — FINAL TRUE FULL-WIDTH ARTWORK OVERRIDE
   This block intentionally comes LAST so older split-layout rules
   (41.5% poster wall / right panel) cannot override the hero.
   ========================================================= */
.hero.hero-v2{
  position:relative !important;
  width:100% !important;
  max-width:none !important;
  min-height:calc(100vh - 88px) !important;
  height:calc(100vh - 88px) !important;
  overflow:hidden !important;
  background:#111318 !important;
  isolation:isolate !important;
}

.hero.hero-v2 .hero-v2-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  overflow:hidden !important;
  background:transparent !important;
  z-index:0 !important;
}

.hero.hero-v2 .hero-v2-bg-image{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
  opacity:1 !important;
}

/* No black/right-side panel and no vignette that creates a visible split. */
.hero.hero-v2 .hero-v2-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg,
    rgba(4,6,12,.00) 0%,
    rgba(4,6,12,.00) 52%,
    rgba(4,6,12,.08) 72%,
    rgba(4,6,12,.18) 100%) !important;
}

.hero.hero-v2 .hero-v2-vignette{
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:transparent !important;
}

.hero.hero-v2 .hero-v2-inner{
  position:relative !important;
  z-index:4 !important;
  width:100% !important;
  min-height:100% !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  padding:80px 7.5% 70px !important;
}

.hero.hero-v2 .hero-v2-copy{
  width:min(700px, 50vw) !important;
  max-width:700px !important;
  padding:0 !important;
  margin-left:auto !important;
}

.hero.hero-v2 .hero-v2-side{display:none !important;}

@media (max-width:760px){
  .hero.hero-v2{
    min-height:calc(100svh - 72px) !important;
    height:calc(100svh - 72px) !important;
  }
  .hero.hero-v2 .hero-v2-bg-image{
    object-position:center center !important;
  }
  .hero.hero-v2 .hero-v2-inner{
    justify-content:flex-start !important;
    align-items:flex-end !important;
    padding:60px 20px 80px !important;
  }
  .hero.hero-v2 .hero-v2-copy{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
}


/* HARD FINAL HERO: direct single full-width artwork; all legacy background layers disabled. */
.hero.hero-v2{background-image:url('../hero/norgeiptv-hero-tv-mosaic-bg.jpg') !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;background-attachment:scroll !important;}
.hero.hero-v2 .hero-v2-bg{display:none !important;background:none !important;background-image:none !important;}
.hero.hero-v2 .hero-v2-bg-image,.hero.hero-v2 .hero-v2-overlay,.hero.hero-v2 .hero-v2-vignette{display:none !important;background:none !important;background-image:none !important;}
.hero.hero-v2 .hero-v2-inner{position:relative !important;z-index:5 !important;}

/* FINAL HERO OVERRIDE — single full-bleed image, never a split background. */
section.hero.hero-v2{background:transparent!important;background-image:none!important;background-color:transparent!important;overflow:hidden!important;position:relative!important;}
section.hero.hero-v2 .hero-v2-bg,section.hero.hero-v2 .hero-v2-bg-image,section.hero.hero-v2 .hero-v2-overlay,section.hero.hero-v2 .hero-v2-vignette{display:none!important;background:none!important;background-image:none!important;}
section.hero.hero-v2 .hero-v2-full-bg{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;z-index:0!important;}


/* FINAL RED ACCENT PASS — match the supplied reference: all primary actions and accent text use clear Norwegian red. */
:root{--norge-red:#e31b23;--norge-red-dark:#c9151d;}
.btn-primary,
.btn-accent{background:#e31b23 !important;color:#fff !important;border-color:#e31b23 !important;}
.btn-primary:hover,
.btn-accent:hover{background:#c9151d !important;color:#fff !important;border-color:#c9151d !important;}
.btn-outline{color:#e31b23 !important;border-color:#e31b23 !important;}
.btn-outline:hover{color:#fff !important;background:#e31b23 !important;border-color:#e31b23 !important;}
.eyebrow,.hero .eyebrow,.iptv-page-template .iptv-page-hero.has-featured-background .eyebrow,.iptv-page-cta .eyebrow{color:#e31b23 !important;}

/* =========================================================
   FINAL SITE ACCENT — RED ONLY
   Match the approved reference: red CTAs, red accent text,
   red pricing highlight, no purple/teal accent UI.
   ========================================================= */
:root{
  --accent-red:#ed1c24;
  --accent-red-dark:#c81018;
  --accent-red-soft:#ffe7e9;
  --violet:var(--accent-red);
  --teal:var(--accent-red);
  --coral:#ff4b52;
}

/* Global accent text */
.eyebrow,
.iptv-page-template .eyebrow,
.iptv-article-title-wrap .eyebrow,
.iptv-post-cat,
.iptv-post-body h2 a:hover,
.iptv-article-card .entry-content a,
.iptv-article-footer a,
.monthly-equivalent,
.step .num,
.faq-q .plus{
  color:var(--accent-red)!important;
}

/* Main buttons / CTAs */
.btn-accent,
.btn.btn-accent,
.hero .btn-accent,
.iptv-page-hero .btn-accent{
  background:var(--accent-red)!important;
  border-color:var(--accent-red)!important;
  color:#fff!important;
  background-image:none!important;
}
.btn-accent:hover,
.btn.btn-accent:hover{
  background:var(--accent-red-dark)!important;
  border-color:var(--accent-red-dark)!important;
}

/* Red outline CTA used in the reference */
.btn-outline:hover{
  border-color:var(--accent-red)!important;
  color:var(--accent-red)!important;
}

/* Pricing: replace the old purple highlight completely */
.pricing-wrap .plan.featured,
.plan.featured{
  border-color:var(--accent-red)!important;
}
.pricing-wrap .plan .tag,
.plan.featured .tag{
  background:var(--accent-red)!important;
  color:#fff!important;
}
.pricing-wrap .monthly-equivalent,
.plan .monthly-equivalent{
  color:var(--accent-red)!important;
}
.pricing-wrap .plan.featured .btn-accent,
.plan.featured .btn-accent{
  background:var(--accent-red)!important;
  border-color:var(--accent-red)!important;
}
.pricing-wrap .plan:not(.featured) .btn-outline{
  color:var(--accent-red)!important;
  border-color:var(--accent-red)!important;
  background:#fff!important;
}
.pricing-wrap .plan:not(.featured) .btn-outline:hover{
  background:var(--accent-red)!important;
  color:#fff!important;
}

/* Content tabs / carousel active state */
.tab.active,
.tab:hover{
  color:var(--accent-red)!important;
}
section#kanaler .norge-carousel-dot.active{
  background:var(--accent-red)!important;
}

/* Red wave/accent lines instead of the old multicolor treatment */
.aurora-line{
  background:linear-gradient(90deg,transparent,var(--accent-red),var(--accent-red),transparent)!important;
}
.wave-path-a,.wave-path-b,.wave-path-c{
  stroke:var(--accent-red)!important;
}

/* Header CTA */
header.site-header .btn-primary,
.site-header .btn-primary{
  background:var(--accent-red)!important;
  border-color:var(--accent-red)!important;
  color:#fff!important;
}
header.site-header .btn-primary:hover,
.site-header .btn-primary:hover{
  background:var(--accent-red-dark)!important;
  border-color:var(--accent-red-dark)!important;
}

/* Red focus/active controls */
.device-tabs .tab.active{
  background:#14161f!important;
  color:#fff!important;
}

/* Remove purple from common form/link states */
.contact-form input:focus,
.contact-form textarea:focus{
  outline-color:var(--accent-red)!important;
}

/* Keep the cinema hero itself untouched — only its copy/CTAs use red. */
.hero.hero-v2 .hero-v2-copy .eyebrow,
.hero.hero-v2 .hero-v2-copy .accent,
.hero.hero-v2 .hero-v2-copy .hero-v2-lead strong{
  color:var(--accent-red)!important;
}


/* APP MOCKUPS — alternate content + subtle blue screen lighting */
.app-card .device-mock .tv,
.app-card .device-mock .phone{
  position:absolute!important;
  overflow:hidden!important;
}
.app-card .device-mock .tv::after{
  content:""!important; position:absolute!important; inset:0!important; z-index:3!important;
  pointer-events:none!important; border-radius:inherit!important;
  background:
    radial-gradient(circle at 30% 45%,rgba(64,156,255,.20) 0%,rgba(64,156,255,.08) 25%,rgba(64,156,255,0) 55%),
    linear-gradient(115deg,rgba(35,118,255,.10),rgba(0,0,0,0) 48%,rgba(70,150,255,.16))!important;
  mix-blend-mode:screen!important;
}
.app-card .device-mock .phone .screen{
  position:relative!important; overflow:hidden!important;
}
.app-card .device-mock .phone .screen::after{
  content:""!important; position:absolute!important; inset:0!important; z-index:2!important;
  pointer-events:none!important; border-radius:inherit!important;
  background:
    radial-gradient(circle at 55% 38%,rgba(52,145,255,.28) 0%,rgba(35,105,255,.12) 30%,rgba(0,0,0,0) 68%),
    linear-gradient(180deg,rgba(38,132,255,.12),rgba(0,0,0,0) 52%,rgba(20,86,180,.14))!important;
  mix-blend-mode:screen!important;
}
.app-card .device-mock .tv .tile,
.app-card .device-mock .phone .screen{
  filter:saturate(1.04) contrast(1.02)!important;
}


/* PHONE MOCKUP ONLY — remove the blue ghost lighting. Everything else remains unchanged. */
.app-card .device-mock .phone .screen::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
  mix-blend-mode:normal!important;
}

/* =========================================================
   REVIEWS REDESIGN — clean editorial 3-card layout
   Content unchanged; only the presentation is redesigned.
   ========================================================= */
main > section.wrap#anmeldelser{
  position:relative!important;
  padding-top:86px!important;
  padding-bottom:86px!important;
  overflow:hidden!important;
}
main > section.wrap#anmeldelser::before{
  content:""!important;
  position:absolute!important;
  width:520px!important;
  height:520px!important;
  right:-260px!important;
  top:10px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(237,28,36,.075) 0%,rgba(237,28,36,0) 70%)!important;
  pointer-events:none!important;
}
#anmeldelser .section-head{
  position:relative!important;
  z-index:2!important;
  max-width:760px!important;
  margin:0 auto 38px!important;
  text-align:center!important;
}
#anmeldelser .section-head .eyebrow{
  color:#ed1c24!important;
  letter-spacing:.18em!important;
  font-size:.7rem!important;
  font-weight:800!important;
}
#anmeldelser .section-head h2{
  margin:12px 0 12px!important;
  font-size:clamp(2rem,3.2vw,2.8rem)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
#anmeldelser .section-head p{
  margin:0!important;
  color:var(--ink-soft)!important;
  font-size:1rem!important;
}
#anmeldelser .testimonial-viewport{
  position:relative!important;
  z-index:2!important;
  overflow:visible!important;
  padding:0!important;
}
#anmeldelser .testimonial-viewport::before,
#anmeldelser .testimonial-viewport::after{display:none!important}
#anmeldelser .testimonial-track{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
  animation:none!important;
  transform:none!important;
}
#anmeldelser .testimonial-track .t-card:nth-child(n+4){display:none!important}
#anmeldelser .t-card{
  position:relative!important;
  min-width:0!important;
  min-height:230px!important;
  height:auto!important;
  padding:30px 30px 28px!important;
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(20,25,35,.09)!important;
  border-radius:22px!important;
  box-shadow:0 18px 45px rgba(17,24,39,.07)!important;
  overflow:hidden!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
#anmeldelser .t-card::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  width:100%!important;
  height:4px!important;
  background:linear-gradient(90deg,#ed1c24,#ff6b70)!important;
}
#anmeldelser .t-card::after{
  content:"“"!important;
  position:absolute!important;
  right:22px!important;
  top:12px!important;
  font-family:Georgia,serif!important;
  font-size:5rem!important;
  line-height:1!important;
  color:rgba(237,28,36,.08)!important;
  pointer-events:none!important;
}
#anmeldelser .t-card:hover{
  transform:translateY(-5px)!important;
  border-color:rgba(237,28,36,.18)!important;
  box-shadow:0 24px 55px rgba(17,24,39,.10)!important;
}
#anmeldelser .stars{
  position:relative!important;
  z-index:1!important;
  margin:0 0 18px!important;
  color:#ed1c24!important;
  font-size:.85rem!important;
  letter-spacing:3px!important;
}
#anmeldelser .t-card p{
  position:relative!important;
  z-index:1!important;
  margin:0!important;
  color:#20242d!important;
  font-size:.98rem!important;
  line-height:1.7!important;
}
@media(max-width:900px){
  #anmeldelser .testimonial-track{grid-template-columns:1fr 1fr!important}
  #anmeldelser .testimonial-track .t-card:nth-child(n+3){display:none!important}
}
@media(max-width:620px){
  main > section.wrap#anmeldelser{padding-top:70px!important;padding-bottom:70px!important}
  #anmeldelser .section-head{margin-bottom:28px!important}
  #anmeldelser .testimonial-track{grid-template-columns:1fr!important}
  #anmeldelser .testimonial-track .t-card:nth-child(n+2){display:none!important}
  #anmeldelser .t-card{min-height:210px!important;padding:26px 24px!important}
}

/* =========================================================
   REVIEWS REDESIGN — automatic single-review showcase
   ========================================================= */
#anmeldelser.reviews-showcase{
  position:relative!important;
  max-width:1180px!important;
  margin:0 auto 108px!important;
}
#anmeldelser .reviews-intro{
  text-align:center!important;
  max-width:760px!important;
  margin:0 auto 34px!important;
}
#anmeldelser .reviews-intro .eyebrow{display:block!important;}
#anmeldelser .reviews-intro h2{
  margin:10px 0 10px!important;
  font-size:clamp(2rem,3.2vw,2.8rem)!important;
  line-height:1.08!important;
}
#anmeldelser .reviews-intro p{
  margin:0!important;
  color:var(--ink-soft)!important;
  font-size:1rem!important;
}
#anmeldelser .reviews-stage{
  position:relative!important;
  min-height:300px!important;
  padding:8px 0 42px!important;
}
#anmeldelser .reviews-stage-glow{
  position:absolute!important;
  left:50%!important;
  top:40px!important;
  width:62%!important;
  height:220px!important;
  transform:translateX(-50%)!important;
  background:radial-gradient(ellipse,rgba(237,28,36,.10) 0%,rgba(237,28,36,.035) 42%,transparent 72%)!important;
  pointer-events:none!important;
}
#anmeldelser .reviews-slides{
  position:relative!important;
  width:min(760px,100%)!important;
  min-height:246px!important;
  margin:0 auto!important;
}
#anmeldelser .review-slide{
  position:absolute!important;
  inset:0!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(18px) scale(.985)!important;
  transition:opacity .55s ease,transform .55s ease,visibility .55s ease!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(20,24,34,.09)!important;
  border-radius:24px!important;
  padding:30px 38px 26px!important;
  box-shadow:0 24px 55px rgba(20,24,34,.09)!important;
  overflow:hidden!important;
}
#anmeldelser .review-slide::before{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;top:0!important;
  height:4px!important;
  background:linear-gradient(90deg,#ed1c24,rgba(237,28,36,.25))!important;
}
#anmeldelser .review-slide.is-active{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0) scale(1)!important;
}
#anmeldelser .review-slide-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-bottom:16px!important;
}
#anmeldelser .review-label{
  font-size:.66rem!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  color:var(--ink-soft)!important;
}
#anmeldelser .review-slide .stars{
  margin:0!important;
  color:#ed1c24!important;
  font-size:.82rem!important;
  letter-spacing:2px!important;
  line-height:1!important;
}
#anmeldelser .review-quote-mark{
  position:absolute!important;
  right:28px!important;
  top:22px!important;
  color:rgba(237,28,36,.09)!important;
  font-family:Georgia,serif!important;
  font-size:7rem!important;
  line-height:.8!important;
  pointer-events:none!important;
}
#anmeldelser .review-slide p{
  position:relative!important;
  z-index:1!important;
  max-width:650px!important;
  margin:0!important;
  color:var(--ink)!important;
  font-size:1.18rem!important;
  line-height:1.62!important;
  font-weight:500!important;
}
#anmeldelser .review-footer{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:24px!important;
  color:var(--ink-soft)!important;
  font-size:.78rem!important;
  font-weight:700!important;
}
#anmeldelser .review-line{
  width:34px!important;
  height:2px!important;
  border-radius:99px!important;
  background:#ed1c24!important;
}
#anmeldelser .reviews-controls{
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
}
#anmeldelser .review-dot{
  width:8px!important;
  height:8px!important;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#d8dbe1!important;
  cursor:pointer!important;
  transition:width .25s ease,background .25s ease,transform .25s ease!important;
}
#anmeldelser .review-dot.is-active{
  width:26px!important;
  border-radius:99px!important;
  background:#ed1c24!important;
}
#anmeldelser .review-dot:focus-visible{
  outline:2px solid #ed1c24!important;
  outline-offset:4px!important;
}
@media(max-width:760px){
  #anmeldelser.reviews-showcase{margin-bottom:78px!important;}
  #anmeldelser .reviews-intro{margin-bottom:24px!important;}
  #anmeldelser .reviews-stage{min-height:290px!important;}
  #anmeldelser .reviews-slides{min-height:240px!important;}
  #anmeldelser .review-slide{padding:26px 24px 22px!important;border-radius:20px!important;}
  #anmeldelser .review-slide p{font-size:1rem!important;line-height:1.55!important;}
  #anmeldelser .review-quote-mark{right:18px!important;top:24px!important;font-size:5.5rem!important;}
  #anmeldelser .review-label{font-size:.6rem!important;}
}


/* REVIEWS — layered editorial slider, inspired by the supplied reference */
main > section.wrap#anmeldelser.reviews-showcase{
  max-width:1180px!important;
  margin:0 auto 105px!important;
  padding:0 0 8px!important;
}
#anmeldelser .reviews-minimal-head{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  max-width:900px!important;
  margin:0 auto 18px!important;
  min-height:34px!important;
  text-align:left!important;
}
#anmeldelser .reviews-mini-title{
  display:block!important;
  margin:0!important;
  color:#171a22!important;
  font-size:.86rem!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:.01em!important;
}
#anmeldelser .reviews-arrow-controls{
  display:flex!important;
  align-items:center!important;
  gap:20px!important;
}
#anmeldelser .review-arrow{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  padding:0!important;
  width:20px!important;
  height:24px!important;
  display:grid!important;
  place-items:center!important;
  color:#171a22!important;
  font-family:Arial,sans-serif!important;
  font-size:27px!important;
  font-weight:300!important;
  line-height:1!important;
  cursor:pointer!important;
  opacity:.72!important;
  transition:opacity .2s ease,transform .2s ease!important;
}
#anmeldelser .review-arrow:hover{opacity:1!important;transform:scale(1.08)!important}
#anmeldelser .review-arrow:focus-visible{outline:2px solid #ed1c24!important;outline-offset:4px!important;border-radius:4px!important}
#anmeldelser .reviews-stage{
  position:relative!important;
  width:min(900px,100%)!important;
  min-height:335px!important;
  margin:0 auto!important;
  padding:0 0 34px!important;
  overflow:hidden!important;
}
#anmeldelser .reviews-stage-glow{display:none!important}
#anmeldelser .reviews-slides{
  position:relative!important;
  width:100%!important;
  height:292px!important;
  min-height:292px!important;
  margin:0!important;
  overflow:visible!important;
  perspective:1000px!important;
}
#anmeldelser .review-slide{
  position:absolute!important;
  top:28px!important;
  left:50%!important;
  width:min(405px,72%)!important;
  height:205px!important;
  min-height:205px!important;
  inset-inline:auto!important;
  padding:25px 27px 22px!important;
  border:0!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(18,22,31,.08)!important;
  opacity:0!important;
  visibility:visible!important;
  transform:translateX(-50%) scale(.94)!important;
  transition:transform .55s cubic-bezier(.22,.7,.2,1),opacity .55s ease,z-index 0s linear .1s!important;
  overflow:hidden!important;
}
#anmeldelser .review-slide::before{display:none!important}
#anmeldelser .review-slide.is-active{
  z-index:5!important;
  opacity:1!important;
  transform:translateX(-50%) translateY(0) scale(1)!important;
  box-shadow:0 18px 42px rgba(18,22,31,.10)!important;
}
#anmeldelser .review-slide.is-prev,
#anmeldelser .review-slide.is-next{
  z-index:2!important;
  opacity:.32!important;
  filter:saturate(.65)!important;
}
#anmeldelser .review-slide.is-prev{
  transform:translateX(calc(-50% - 155px)) translateY(12px) rotate(-4deg) scale(.94)!important;
}
#anmeldelser .review-slide.is-next{
  transform:translateX(calc(-50% + 155px)) translateY(12px) rotate(4deg) scale(.94)!important;
}
#anmeldelser .review-slide-top{
  margin:0 0 14px!important;
  justify-content:flex-start!important;
}
#anmeldelser .review-label{
  font-size:.62rem!important;
  color:#777d88!important;
  letter-spacing:.12em!important;
}
#anmeldelser .review-slide .stars{
  position:absolute!important;
  top:23px!important;
  right:24px!important;
  margin:0!important;
  color:#ed1c24!important;
  font-size:.78rem!important;
  letter-spacing:1.5px!important;
}
#anmeldelser .review-quote-mark{
  top:16px!important;
  right:20px!important;
  color:rgba(237,28,36,.08)!important;
  font-size:5.3rem!important;
}
#anmeldelser .review-slide p{
  max-width:100%!important;
  margin:0!important;
  padding-right:4px!important;
  color:#252932!important;
  font-size:1rem!important;
  line-height:1.55!important;
  font-weight:450!important;
}
#anmeldelser .review-footer{
  margin-top:20px!important;
  color:#6e7480!important;
  font-size:.72rem!important;
}
#anmeldelser .review-line{width:28px!important;height:1.5px!important}
#anmeldelser .reviews-controls{
  position:absolute!important;
  left:50%!important;
  bottom:0!important;
  transform:translateX(-50%)!important;
}
#anmeldelser .review-dot{width:7px!important;height:7px!important;background:#d9dce2!important}
#anmeldelser .review-dot.is-active{width:24px!important;background:#ed1c24!important}
@media(max-width:760px){
  main > section.wrap#anmeldelser.reviews-showcase{margin-bottom:78px!important;padding:0 16px 6px!important}
  #anmeldelser .reviews-minimal-head{margin-bottom:12px!important}
  #anmeldelser .reviews-stage{min-height:320px!important}
  #anmeldelser .reviews-slides{height:280px!important;min-height:280px!important}
  #anmeldelser .review-slide{width:min(360px,82%)!important;height:220px!important;min-height:220px!important;padding:24px 22px 20px!important}
  #anmeldelser .review-slide.is-prev{transform:translateX(calc(-50% - 82px)) translateY(14px) rotate(-3deg) scale(.91)!important}
  #anmeldelser .review-slide.is-next{transform:translateX(calc(-50% + 82px)) translateY(14px) rotate(3deg) scale(.91)!important}
  #anmeldelser .review-slide p{font-size:.95rem!important}
}

/* REVIEWS FINAL FIX — centered layered stack, no clipping */
#anmeldelser.reviews-showcase{
  max-width:1180px!important;
  margin:0 auto 105px!important;
  padding:0!important;
}
#anmeldelser .reviews-minimal-head{
  width:min(900px,calc(100% - 40px))!important;
  max-width:none!important;
  margin:0 auto 18px!important;
  min-height:34px!important;
}
#anmeldelser .reviews-stage{
  position:relative!important;
  width:min(1000px,calc(100% - 40px))!important;
  min-height:365px!important;
  margin:0 auto!important;
  padding:0 0 42px!important;
  overflow:visible!important;
}
#anmeldelser .reviews-slides{
  position:relative!important;
  width:100%!important;
  height:305px!important;
  min-height:305px!important;
  margin:0!important;
  overflow:visible!important;
  perspective:1200px!important;
}
#anmeldelser .review-slide{
  top:30px!important;
  left:50%!important;
  width:min(440px,76%)!important;
  height:220px!important;
  min-height:220px!important;
  padding:27px 30px 23px!important;
  border:1px solid rgba(20,24,34,.055)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(18,22,31,.10)!important;
  transform:translateX(-50%) scale(.92)!important;
  transition:transform .62s cubic-bezier(.22,.7,.2,1),opacity .62s ease,filter .62s ease!important;
}
#anmeldelser .review-slide.is-active{
  z-index:5!important;
  opacity:1!important;
  transform:translateX(-50%) translateY(0) scale(1)!important;
  filter:none!important;
  box-shadow:0 22px 52px rgba(18,22,31,.13)!important;
}
#anmeldelser .review-slide.is-prev,
#anmeldelser .review-slide.is-next{
  z-index:2!important;
  opacity:.30!important;
  filter:saturate(.6)!important;
}
#anmeldelser .review-slide.is-prev{
  transform:translateX(calc(-50% - 205px)) translateY(18px) rotate(-4deg) scale(.92)!important;
}
#anmeldelser .review-slide.is-next{
  transform:translateX(calc(-50% + 205px)) translateY(18px) rotate(4deg) scale(.92)!important;
}
#anmeldelser .review-slide-top{margin-bottom:15px!important}
#anmeldelser .review-slide p{font-size:1rem!important;line-height:1.58!important}
#anmeldelser .review-footer{margin-top:21px!important}
#anmeldelser .reviews-controls{bottom:0!important}
@media(max-width:760px){
  #anmeldelser .reviews-minimal-head{width:calc(100% - 32px)!important}
  #anmeldelser .reviews-stage{width:calc(100% - 32px)!important;min-height:340px!important}
  #anmeldelser .reviews-slides{height:275px!important;min-height:275px!important}
  #anmeldelser .review-slide{width:min(360px,78%)!important;height:215px!important;min-height:215px!important;padding:24px 22px 20px!important}
  #anmeldelser .review-slide.is-prev{transform:translateX(calc(-50% - 92px)) translateY(16px) rotate(-3deg) scale(.90)!important}
  #anmeldelser .review-slide.is-next{transform:translateX(calc(-50% + 92px)) translateY(16px) rotate(3deg) scale(.90)!important}
}

/* =========================================================
   PRICING — LIGHT EDITORIAL REDESIGN
   Structure inspired by the supplied pricing reference;
   keep the site's light #F7F8FA canvas and existing content.
   ========================================================= */
.pricing-modern-hero{
  position:relative!important;
  min-height:285px!important;
  overflow:hidden!important;
  background:#f7f8fa!important;
  border:0!important;
}
.pricing-modern-hero .pricing-ghost-title{
  position:absolute!important;
  left:50%!important;
  top:20px!important;
  transform:translateX(-50%)!important;
  font-size:clamp(8rem,18vw,16rem)!important;
  line-height:.8!important;
  font-weight:800!important;
  letter-spacing:-.08em!important;
  color:rgba(20,22,31,.035)!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  user-select:none!important;
}
.pricing-modern-hero .iptv-page-hero-inner{
  position:relative!important;
  z-index:2!important;
  padding-top:78px!important;
  padding-bottom:36px!important;
  text-align:center!important;
}
.pricing-modern-hero .eyebrow{
  color:#ed1c24!important;
  font-weight:800!important;
  letter-spacing:.18em!important;
}
.pricing-modern-hero h1{
  margin:13px auto 10px!important;
  font-size:clamp(2.35rem,4.3vw,4.1rem)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
  color:#14161f!important;
}
.pricing-modern-hero p{
  max-width:760px!important;
  margin:0 auto!important;
  color:#62708a!important;
  font-size:1.05rem!important;
  line-height:1.6!important;
}
.iptv-priser-body{
  background:#f7f8fa!important;
}
.iptv-priser-body .iptv-wide-content{
  padding-top:0!important;
  padding-bottom:72px!important;
}
.iptv-priser-template .pricing-wrap{
  width:min(1320px,calc(100% - 56px))!important;
  margin:0 auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.pricing-wrap .device-tabs{
  width:min(560px,100%)!important;
  margin:0 auto 36px!important;
  padding:6px!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:4px!important;
  background:#eceff3!important;
  border:1px solid #e1e5ea!important;
  border-radius:999px!important;
}
.pricing-wrap .device-tabs .tab{
  min-height:44px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  color:#58657a!important;
  background:transparent!important;
  font-weight:700!important;
  font-size:.9rem!important;
  cursor:pointer!important;
  transition:.22s ease!important;
}
.pricing-wrap .device-tabs .tab:hover{color:#14161f!important;background:#fff!important}
.pricing-wrap .device-tabs .tab.active{
  background:#14161f!important;
  color:#fff!important;
  box-shadow:0 5px 16px rgba(20,22,31,.12)!important;
}
.pricing-wrap .plans-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.pricing-wrap .plan{
  min-height:500px!important;
  display:flex!important;
  flex-direction:column!important;
  padding:30px 24px 24px!important;
  text-align:left!important;
  position:relative!important;
  background:rgba(255,255,255,.74)!important;
  border:1px solid #dfe3e8!important;
  border-radius:22px!important;
  box-shadow:0 14px 40px rgba(20,22,31,.045)!important;
  overflow:visible!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.pricing-wrap .plan:hover{
  transform:translateY(-4px)!important;
  box-shadow:0 20px 48px rgba(20,22,31,.08)!important;
}
.pricing-wrap .plan.featured{
  border:1.5px solid #ed1c24!important;
  background:linear-gradient(180deg,rgba(255,242,243,.92),rgba(255,255,255,.82))!important;
  box-shadow:0 18px 48px rgba(237,28,36,.11)!important;
}
.pricing-wrap .plan .tag{
  position:absolute!important;
  top:-13px!important;
  left:24px!important;
  right:auto!important;
  padding:6px 13px!important;
  border-radius:999px!important;
  font-size:.72rem!important;
  letter-spacing:.01em!important;
  font-weight:800!important;
}
.pricing-wrap .plan h4{
  margin:4px 0 20px!important;
  font-size:1.15rem!important;
  color:#14161f!important;
}
.pricing-wrap .plan .price{
  display:flex!important;
  align-items:baseline!important;
  gap:5px!important;
  margin:0!important;
  font-size:3rem!important;
  line-height:1!important;
  letter-spacing:-.055em!important;
  font-weight:800!important;
  color:#14161f!important;
}
.pricing-wrap .plan .price sup{
  position:relative!important;
  top:-.65em!important;
  font-size:.82rem!important;
  letter-spacing:0!important;
}
.pricing-wrap .plan .price small{
  font-size:.78rem!important;
  font-weight:500!important;
  letter-spacing:0!important;
  color:#718097!important;
}
.pricing-wrap .monthly-equivalent{
  display:inline-flex!important;
  align-self:flex-start!important;
  margin:17px 0 22px!important;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#f0f2f5!important;
  color:#ed1c24!important;
  font-size:.78rem!important;
  font-weight:800!important;
}
.pricing-wrap .plan.featured .monthly-equivalent{background:#ffe5e7!important;color:#c81018!important}
.pricing-wrap .plan ul{
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  display:grid!important;
  gap:13px!important;
}
.pricing-wrap .plan ul li{
  position:relative!important;
  padding-left:22px!important;
  margin:0!important;
  color:#58657a!important;
  font-size:.9rem!important;
  line-height:1.45!important;
}
.pricing-wrap .plan ul li::before{
  content:'✓'!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  color:#ed1c24!important;
  font-weight:900!important;
}
.pricing-wrap .plan .btn{
  margin-top:auto!important;
  width:100%!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  font-size:.9rem!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.pricing-wrap .plan:not(.featured) .btn-outline{
  background:transparent!important;
  color:#ed1c24!important;
  border:1px solid #ed1c24!important;
}
.pricing-wrap .plan.featured .btn-accent{
  background:#ed1c24!important;
  border:1px solid #ed1c24!important;
  color:#fff!important;
}
.pricing-info-row{
  width:100%!important;
  margin:30px 0 0!important;
  padding:22px 28px!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  background:rgba(255,255,255,.56)!important;
  border:1px solid #e2e6eb!important;
  border-radius:20px!important;
}
.pricing-info-row>div{
  padding:0 28px!important;
  border-right:1px solid #e2e6eb!important;
}
.pricing-info-row>div:first-child{padding-left:0!important}
.pricing-info-row>div:last-child{border-right:0!important;padding-right:0!important}
.pricing-info-row strong,.pricing-info-row span{display:block!important}
.pricing-info-row strong{font-size:.95rem!important;color:#14161f!important;margin-bottom:5px!important}
.pricing-info-row span{font-size:.82rem!important;color:#6d7890!important}
.pricing-wrap .guarantee{
  margin:20px 0 0!important;
  text-align:center!important;
  color:#738097!important;
  font-size:.78rem!important;
}
@media(max-width:1000px){
  .pricing-wrap .plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .pricing-wrap .plan{min-height:480px!important}
}
@media(max-width:620px){
  .pricing-modern-hero{min-height:245px!important}
  .pricing-modern-hero .iptv-page-hero-inner{padding-top:58px!important}
  .pricing-modern-hero h1{font-size:2.25rem!important}
  .pricing-modern-hero p{font-size:.95rem!important}
  .iptv-priser-template .pricing-wrap{width:calc(100% - 28px)!important}
  .pricing-wrap .device-tabs{grid-template-columns:repeat(2,1fr)!important;border-radius:18px!important}
  .pricing-wrap .plans-grid{grid-template-columns:1fr!important}
  .pricing-wrap .plan{min-height:0!important;padding:28px 22px 22px!important}
  .pricing-info-row{grid-template-columns:1fr!important;gap:16px!important;padding:20px!important}
  .pricing-info-row>div{padding:0 0 16px!important;border-right:0!important;border-bottom:1px solid #e2e6eb!important}
  .pricing-info-row>div:last-child{padding-bottom:0!important;border-bottom:0!important}
}


/* Final cleanup for device waves: no blur/glow/hairline. */
.norge-device-wave-top,.norge-device-wave-bottom{filter:none!important;box-shadow:none!important;border:0!important;outline:0!important;}
.norge-device-wave-top svg,.norge-device-wave-bottom svg{filter:none!important;box-shadow:none!important;}

/* REVIEW TITLE — large clear ghost title behind the cards; slider/animation untouched */
#anmeldelser.reviews-showcase{
  position:relative!important;
  isolation:isolate!important;
}
#anmeldelser.reviews-showcase::before{
  content:"Review"!important;
  position:absolute!important;
  z-index:0!important;
  top:26px!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:100%!important;
  text-align:center!important;
  font-size:clamp(7rem,16vw,13.5rem)!important;
  line-height:.78!important;
  letter-spacing:-.075em!important;
  font-weight:800!important;
  color:rgba(176,178,185,.22)!important;
  pointer-events:none!important;
  white-space:nowrap!important;
}
#anmeldelser .reviews-minimal-head,
#anmeldelser .reviews-stage{position:relative!important;z-index:1!important;}
#anmeldelser .reviews-minimal-head .reviews-mini-title{
  position:relative!important;
  z-index:2!important;
  color:transparent!important;
  font-size:0!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::before{
    top:30px!important;
    font-size:clamp(5.2rem,24vw,8rem)!important;
  }
}

/* REVIEW TITLE VISIBILITY FIX — title stays behind cards but reads clearly like the reference */
#anmeldelser.reviews-showcase::before{
  top:4px!important;
  z-index:0!important;
  font-size:clamp(8.5rem,17vw,14rem)!important;
  line-height:.82!important;
  color:rgba(176,178,185,.30)!important;
  opacity:1!important;
}
#anmeldelser .reviews-stage{z-index:2!important;}
#anmeldelser .review-slide{z-index:3!important;}
#anmeldelser .review-slide.is-active{z-index:5!important;}
#anmeldelser .review-slide.is-prev,#anmeldelser .review-slide.is-next{z-index:2!important;}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::before{
    top:10px!important;
    font-size:clamp(5.8rem,25vw,8.5rem)!important;
  }
}


/* FINAL REVIEW TITLE POSITION FIX — title stays behind cards, only slightly visible above them. */
#anmeldelser .reviews-minimal-head .reviews-mini-title{display:none!important;}
#anmeldelser .reviews-stage{position:relative!important;}
#anmeldelser .reviews-stage::before{
  top:28px!important;
  z-index:0!important;
  opacity:.72!important;
}
#anmeldelser .reviews-slides,
#anmeldelser .reviews-controls,
#anmeldelser .reviews-arrow-controls{position:relative!important;z-index:2!important;}

/* FINAL REVIEW CLEANUP — keep ONE ghost "Review" title only. */
#anmeldelser .reviews-stage::before{
  content:none!important;
  display:none!important;
}
#anmeldelser.reviews-showcase::before{
  content:"Review"!important;
  top:10px!important;
  z-index:0!important;
  color:rgba(176,178,185,.27)!important;
  opacity:1!important;
}
#anmeldelser .reviews-stage,
#anmeldelser .reviews-minimal-head{
  position:relative!important;
  z-index:2!important;
}
#anmeldelser .reviews-slides,
#anmeldelser .reviews-controls,
#anmeldelser .reviews-arrow-controls{
  position:relative!important;
  z-index:3!important;
}
#anmeldelser .review-slide{z-index:4!important;}
#anmeldelser .review-slide.is-active{z-index:6!important;}
#anmeldelser .review-slide.is-prev,#anmeldelser .review-slide.is-next{z-index:4!important;}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::before{
    top:14px!important;
    font-size:clamp(5.8rem,25vw,8.5rem)!important;
  }
}


/* FINAL REVIEW TITLE POLISH — title layout only; carousel animation untouched. */
#anmeldelser.reviews-showcase::before{
  content:"Review"!important;
  position:absolute!important;
  left:50%!important;
  top:58px!important;
  transform:translateX(-50%)!important;
  width:100%!important;
  text-align:center!important;
  z-index:0!important;
  font-size:clamp(8rem,15vw,13rem)!important;
  line-height:.82!important;
  letter-spacing:-.075em!important;
  font-weight:800!important;
  color:rgba(176,178,185,.30)!important;
  opacity:1!important;
  pointer-events:none!important;
  white-space:nowrap!important;
}
#anmeldelser.reviews-showcase::after{
  content:"KUNDEANMELDELSER"!important;
  position:absolute!important;
  left:50%!important;
  top:28px!important;
  transform:translateX(-50%)!important;
  z-index:1!important;
  font-size:.72rem!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.22em!important;
  color:#ed1c24!important;
  white-space:nowrap!important;
  pointer-events:none!important;
}
#anmeldelser .reviews-stage,
#anmeldelser .reviews-minimal-head{
  position:relative!important;
  z-index:2!important;
}
#anmeldelser .reviews-slides,
#anmeldelser .reviews-controls,
#anmeldelser .reviews-arrow-controls{
  position:relative!important;
  z-index:3!important;
}
#anmeldelser .review-slide{z-index:4!important;}
#anmeldelser .review-slide.is-active{z-index:6!important;}
#anmeldelser .review-slide.is-prev,
#anmeldelser .review-slide.is-next{z-index:4!important;}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::before{
    top:54px!important;
    font-size:clamp(5.8rem,24vw,8rem)!important;
  }
  #anmeldelser.reviews-showcase::after{
    top:25px!important;
    font-size:.62rem!important;
    letter-spacing:.18em!important;
  }
}


/* FINAL REVIEW TITLE FIX — real title layer behind cards; carousel/animation untouched. */
#anmeldelser .reviews-ghost-title{
  position:absolute!important;
  z-index:1!important;
  left:50%!important;
  top:-18px!important;
  transform:translateX(-50%)!important;
  width:100%!important;
  text-align:center!important;
  font-size:clamp(8rem,15vw,13rem)!important;
  line-height:.82!important;
  letter-spacing:-.075em!important;
  font-weight:800!important;
  white-space:nowrap!important;
  pointer-events:none!important;
  user-select:none!important;
  color:rgba(176,178,185,.30)!important;
  background:linear-gradient(180deg,rgba(176,178,185,.34) 0%,rgba(237,28,36,.07) 100%)!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}
/* Disable all older pseudo-element versions so there is exactly one Review title. */
#anmeldelser.reviews-showcase::before{content:none!important;display:none!important;}
#anmeldelser .reviews-stage::before{content:none!important;display:none!important;}
#anmeldelser .reviews-stage{overflow:visible!important;}
#anmeldelser .reviews-slides,
#anmeldelser .reviews-controls,
#anmeldelser .reviews-arrow-controls{position:relative!important;z-index:3!important;}
#anmeldelser .review-slide{z-index:4!important;}
#anmeldelser .review-slide.is-active{z-index:6!important;}
@media(max-width:760px){
  #anmeldelser .reviews-ghost-title{
    top:-8px!important;
    font-size:clamp(5.8rem,24vw,8.5rem)!important;
  }
}


/* REFERENCE REVIEW TITLE — move the large ghost title upward so it is clearly visible behind the cards. */
#anmeldelser .reviews-ghost-title{
  top:-105px!important;
  z-index:1!important;
  font-size:clamp(9rem,17vw,14rem)!important;
  line-height:.80!important;
  color:rgba(176,178,185,.30)!important;
  opacity:1!important;
  pointer-events:none!important;
}
#anmeldelser .reviews-slides,
#anmeldelser .reviews-controls,
#anmeldelser .reviews-arrow-controls{
  position:relative!important;
  z-index:3!important;
}
#anmeldelser .review-slide{z-index:4!important;}
#anmeldelser .review-slide.is-active{z-index:6!important;}
@media(max-width:760px){
  #anmeldelser .reviews-ghost-title{
    top:-62px!important;
    font-size:clamp(5.8rem,25vw,8.5rem)!important;
  }
}


/* FINAL — spacing only. Do not alter testimonial cards, text, or animation. */
#anmeldelser.reviews-showcase{
  padding-top:48px!important;
}
/* Keep the small section label comfortably above the cards. */
#anmeldelser.reviews-showcase::after{
  top:0!important;
}
/* Lift only the large ghost Review title so it sits higher behind the cards. */
#anmeldelser.reviews-showcase::before{
  top:4px!important;
}
#anmeldelser .reviews-ghost-title{
  top:-92px!important;
}
@media(max-width:760px){
  #anmeldelser.reviews-showcase{padding-top:36px!important;}
  #anmeldelser.reviews-showcase::after{top:0!important;}
  #anmeldelser.reviews-showcase::before{top:4px!important;}
  #anmeldelser .reviews-ghost-title{top:-58px!important;}
}

/* FINAL MICRO FIX — move only the KUNDEANMELDELSER title slightly upward. */
#anmeldelser.reviews-showcase::after{
  top:18px!important;
}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::after{
    top:15px!important;
  }
}

/* FINAL REVIEW LABEL POSITION — move only KUNDEANMELDELSER upward. */
#anmeldelser.reviews-showcase::after{
  top:-8px!important;
}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::after{
    top:-5px!important;
  }
}


/* FINAL MICRO FIX — move only KUNDEANMELDELSER above the i-dot. Nothing else changes. */
#anmeldelser.reviews-showcase::after{top:-34px!important;}
@media(max-width:760px){#anmeldelser.reviews-showcase::after{top:-28px!important;}}

/* FINAL MICRO POLISH — lift only KUNDEANMELDELSER a little more and add a very soft red glow beneath the large Review word. Cards, text, controls and animation unchanged. */
#anmeldelser.reviews-showcase::after{
  top:-46px!important;
}
#anmeldelser .reviews-ghost-title{
}
@media(max-width:760px){
  #anmeldelser.reviews-showcase::after{top:-40px!important;}
}

/* =========================================================
   HEADER REDESIGN — floating glass navigation site-wide
   Same visual treatment across homepage and inner pages.
   Existing links, buttons and mobile menu remain intact.
   ========================================================= */
@media (min-width:901px){
  header.site-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:100!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    padding:18px 24px 0!important;
  }

  body.home header.site-header,
  body.front-page header.site-header{
    position:absolute!important;
    top:0!important;
  }

  body.home .admin-bar header.site-header,
  body.front-page .admin-bar header.site-header{
    top:32px!important;
  }

  header.site-header .nav{
    width:min(1280px,100%)!important;
    max-width:none!important;
    min-height:74px!important;
    margin:0 auto!important;
    padding:9px 16px 9px 20px!important;
    gap:22px!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:24px!important;
    background:rgba(14,16,22,.66)!important;
    box-shadow:0 18px 48px rgba(0,0,0,.20)!important;
    backdrop-filter:blur(18px) saturate(125%)!important;
    -webkit-backdrop-filter:blur(18px) saturate(125%)!important;
  }

  .site-header .iptv-norge-brand{
    flex:0 0 auto!important;
    width:185px!important;
    min-width:185px!important;
    justify-content:flex-start!important;
  }

  .site-header .iptv-norge-brand img{
    height:58px!important;
    width:auto!important;
    max-width:185px!important;
    object-fit:contain!important;
    filter:drop-shadow(0 5px 12px rgba(0,0,0,.20))!important;
  }

  .site-header .desktop-nav{
    flex:0 1 auto!important;
    margin:0 auto!important;
    padding:5px!important;
    gap:2px!important;
    align-items:center!important;
    justify-content:center!important;
    border:1px solid rgba(255,255,255,.13)!important;
    border-radius:999px!important;
    background:rgba(255,255,255,.055)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
  }

  .site-header .desktop-nav a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:42px!important;
    padding:0 17px!important;
    border-radius:999px!important;
    color:rgba(255,255,255,.88)!important;
    font-size:.9rem!important;
    font-weight:600!important;
    line-height:1!important;
    text-decoration:none!important;
    transition:background .2s ease,color .2s ease,transform .2s ease!important;
  }

  /* Home remains the only page with the white active Hjem pill. */
  body.home .site-header .desktop-nav a:first-child,
  body.front-page .site-header .desktop-nav a:first-child{
    color:#15171d!important;
    background:#fff!important;
    box-shadow:0 5px 16px rgba(0,0,0,.13)!important;
  }

  .site-header .desktop-nav a:hover{
    color:#fff!important;
    background:rgba(255,255,255,.11)!important;
  }

  body.home .site-header .desktop-nav a:first-child:hover,
  body.front-page .site-header .desktop-nav a:first-child:hover{
    color:#15171d!important;
    background:#fff!important;
  }

  .site-header .nav-actions{
    flex:0 0 auto!important;
  }

  .site-header .nav-actions .btn-primary{
    min-height:48px!important;
    padding:0 27px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    font-size:.94rem!important;
    font-weight:700!important;
    background:#ed1c24!important;
    border:1px solid #ed1c24!important;
    box-shadow:0 10px 24px rgba(237,28,36,.18)!important;
  }
}

@media (max-width:900px){
  header.site-header{
    position:sticky!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:100!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:12px 14px 0!important;
  }

  body.home header.site-header,
  body.front-page header.site-header{
    position:absolute!important;
    top:0!important;
  }

  header.site-header .nav{
    width:100%!important;
    max-width:none!important;
    padding:8px 10px!important;
    min-height:62px!important;
    border-radius:18px!important;
    background:rgba(14,16,22,.68)!important;
    border:1px solid rgba(255,255,255,.16)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.18)!important;
    backdrop-filter:blur(15px)!important;
    -webkit-backdrop-filter:blur(15px)!important;
  }

  .site-header .iptv-norge-brand img{
    height:42px!important;
    width:auto!important;
  }

  .site-header .nav-actions .btn-primary{
    display:none!important;
  }

  .site-header .menu-toggle{
    background:#fff!important;
    border:0!important;
    border-radius:999px!important;
  }
}


/* FINAL HEADER TUNING — slightly smaller, more transparent, identical site-wide */
@media (min-width:901px){
  header.site-header{
    padding:12px 20px 0!important;
  }
  header.site-header .nav{
    width:min(1180px,100%)!important;
    min-height:62px!important;
    padding:6px 12px 6px 14px!important;
    gap:16px!important;
    border-radius:20px!important;
    background:rgba(14,16,22,.42)!important;
    border-color:rgba(255,255,255,.15)!important;
    box-shadow:0 14px 36px rgba(0,0,0,.14)!important;
    backdrop-filter:blur(16px) saturate(120%)!important;
    -webkit-backdrop-filter:blur(16px) saturate(120%)!important;
  }
  .site-header .iptv-norge-brand{
    width:155px!important;
    min-width:155px!important;
  }
  .site-header .iptv-norge-brand img{
    height:48px!important;
    max-width:155px!important;
  }
  .site-header .desktop-nav{
    padding:4px!important;
  }
  .site-header .desktop-nav a{
    min-height:36px!important;
    padding:0 14px!important;
    font-size:.86rem!important;
  }
  .site-header .nav-actions .btn-primary{
    min-height:42px!important;
    padding:0 23px!important;
    font-size:.9rem!important;
  }
}

/* Keep exactly the same header dimensions on every page, not only the homepage. */

/* FINAL — new supplied NORGEIPTV logo, compact and consistent site-wide */
.site-header .iptv-norge-brand{
  width:132px!important;
  min-width:132px!important;
  height:52px!important;
  flex:0 0 132px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  background:transparent!important;
}
.site-header .iptv-norge-brand img{
  display:block!important;
  width:120px!important;
  height:auto!important;
  max-width:120px!important;
  max-height:52px!important;
  object-fit:contain!important;
  object-position:center!important;
  background:transparent!important;
}
.site-footer .iptv-norge-brand img{
  display:block!important;
  width:78px!important;
  height:auto!important;
  max-width:78px!important;
  max-height:56px!important;
  object-fit:contain!important;
}
@media(max-width:900px){
  .site-header .iptv-norge-brand{
    width:104px!important;
    min-width:104px!important;
    height:46px!important;
    flex-basis:104px!important;
  }
  .site-header .iptv-norge-brand img{
    width:94px!important;
    max-width:94px!important;
    max-height:46px!important;
  }
}

/* FINAL MICRO FIX — make the floating header more transparent/ghosted without changing its size, layout, or animations. */
@media (min-width:901px){
  header.site-header .nav{
    background:rgba(14,16,22,.26)!important;
    border-color:rgba(255,255,255,.12)!important;
    box-shadow:0 14px 36px rgba(0,0,0,.10)!important;
    backdrop-filter:blur(18px) saturate(115%)!important;
    -webkit-backdrop-filter:blur(18px) saturate(115%)!important;
  }
}
@media (max-width:900px){
  header.site-header .nav{
    background:rgba(14,16,22,.28)!important;
    border-color:rgba(255,255,255,.12)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.11)!important;
    backdrop-filter:blur(17px) saturate(115%)!important;
    -webkit-backdrop-filter:blur(17px) saturate(115%)!important;
  }
}

/* =========================================================
   MOBILE COMPACT PASS — ALL HOMEPAGE SECTIONS EXCEPT REVIEWS
   Keep the existing designs; only reduce scale/widths so nothing
   overflows on phones. Review section is intentionally untouched.
   ========================================================= */
@media screen and (max-width:760px){
  /* Global mobile breathing room for non-review homepage sections. */
  body.home section:not(#anmeldelser),
  body.front-page section:not(#anmeldelser){
    max-width:100%!important;
    overflow:hidden!important;
  }

  /* Intro / Norsk TV-opplevelse */
  .norgeiptv-intro-v2{
    width:calc(100% - 32px)!important;
    max-width:680px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-top:44px!important;
    margin-bottom:52px!important;
    display:block!important;
    padding:0!important;
  }
  .norgeiptv-intro-copy{
    width:100%!important;
    max-width:620px!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  .norgeiptv-intro-copy .eyebrow{
    font-size:.72rem!important;
    letter-spacing:.15em!important;
  }
  .norgeiptv-intro-copy h2{
    max-width:560px!important;
    margin:12px auto 14px!important;
    font-size:clamp(1.85rem,7.8vw,2.35rem)!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
  }
  .norgeiptv-intro-copy p{
    max-width:560px!important;
    margin:0 auto 22px!important;
    font-size:.92rem!important;
    line-height:1.58!important;
  }
  .norgeiptv-intro-copy .btn{
    font-size:.88rem!important;
    min-height:46px!important;
    padding:0 20px!important;
  }
  .norgeiptv-showcase-row,
  .norgeiptv-featured-row,
  .norgeiptv-cards-only{
    width:100%!important;
    max-width:100%!important;
    margin:34px auto 0!important;
  }
  .norgeiptv-tv-column,
  .norgeiptv-features-column{
    max-width:100%!important;
  }
  .norgeiptv-tv-mockup,
  .screen-mock{
    max-width:100%!important;
  }

  /* Feature cards directly under the intro. */
  body.home section.wrap.feature-section:not(#anmeldelser),
  body.front-page section.wrap.feature-section:not(#anmeldelser){
    width:calc(100% - 32px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    margin-top:0!important;
    margin-bottom:52px!important;
    padding:0!important;
  }
  .feature-section .why-grid{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
  }
  .feature-section .feature-card{
    width:100%!important;
    max-width:100%!important;
    min-height:210px!important;
    padding:22px!important;
    border-radius:16px!important;
  }
  .feature-section .feature-card h3{
    max-width:88%!important;
    font-size:1.05rem!important;
    line-height:1.18!important;
  }
  .feature-section .feature-card p{
    max-width:92%!important;
    font-size:.76rem!important;
    line-height:1.5!important;
  }
  .feature-section .metric-badge{
    transform:scale(.82)!important;
    transform-origin:top right!important;
  }

  /* Utforsk innholdet — keep the intended stack and compact scale. */
  section#kanaler{
    width:calc(100% - 32px)!important;
    max-width:680px!important;
    margin:0 auto 56px!important;
    padding:0!important;
    overflow:visible!important;
  }
  section#kanaler .norge-content-copy{
    width:100%!important;
    max-width:620px!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  section#kanaler .section-head,
  section#kanaler .section-head.center{
    width:100%!important;
    max-width:620px!important;
    margin:0 auto!important;
    padding:0!important;
    text-align:center!important;
  }
  section#kanaler .section-head .eyebrow{
    display:block!important;
    font-size:.76rem!important;
    line-height:1.2!important;
    letter-spacing:.13em!important;
    margin:0 auto!important;
  }
  section#kanaler .section-head p{
    width:100%!important;
    max-width:590px!important;
    margin:10px auto 0!important;
    font-size:.88rem!important;
    line-height:1.5!important;
    text-align:center!important;
    white-space:normal!important;
    overflow:visible!important;
  }
  section#kanaler .tab-row{
    width:100%!important;
    max-width:620px!important;
    margin:14px auto 0!important;
    padding:0!important;
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    gap:6px!important;
    overflow:visible!important;
  }
  section#kanaler .tab-row .tab{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    padding:5px 9px!important;
    font-size:.66rem!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }
  section#kanaler .norge-content-carousel{
    width:min(100%,350px)!important;
    max-width:350px!important;
    margin:24px auto 0!important;
    padding:0 30px 28px!important;
    overflow:visible!important;
  }
  section#kanaler .norge-content-viewport{
    width:100%!important;
    height:280px!important;
    max-width:100%!important;
    margin:0 auto!important;
    overflow:hidden!important;
    border-radius:15px!important;
  }
  section#kanaler .norge-content-track{
    height:280px!important;
    gap:0!important;
  }
  section#kanaler .norge-content-track>.poster-card{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    height:280px!important;
    min-height:280px!important;
    max-height:280px!important;
    border-radius:15px!important;
  }
  section#kanaler .norge-carousel-arrow{
    width:34px!important;height:34px!important;
    min-width:34px!important;min-height:34px!important;
    top:calc(50% - 17px)!important;
    font-size:15px!important;
  }
  section#kanaler .norge-carousel-arrow.prev{left:-2px!important;}
  section#kanaler .norge-carousel-arrow.next{right:-2px!important;}
  section#kanaler .norge-carousel-dots{bottom:2px!important;}

  /* Norsk TV-opplevelse banner */
  .norway-flag-strip{
    width:calc(100% - 32px)!important;
    max-width:680px!important;
    margin:0 auto 56px!important;
    min-height:0!important;
    border-radius:16px!important;
    grid-template-columns:1fr!important;
    overflow:hidden!important;
  }
  .norway-flag-copy{
    padding:24px 20px!important;
    text-align:center!important;
  }
  .norway-flag-copy .eyebrow{font-size:.72rem!important;}
  .norway-flag-copy h3{
    font-size:1.45rem!important;
    line-height:1.12!important;
    margin:7px 0 10px!important;
  }
  .norway-flag-copy p{
    max-width:520px!important;
    margin:0 auto!important;
    font-size:.78rem!important;
    line-height:1.5!important;
  }
  .norway-flag-image{min-height:170px!important;}

  /* Pricing */
  section#priser{
    width:calc(100% - 32px)!important;
    max-width:680px!important;
    margin:0 auto 56px!important;
    padding:0!important;
  }
  section#priser .section-head,
  section#priser .section-head.center{
    width:100%!important;
    max-width:620px!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  section#priser .section-head .eyebrow{font-size:.72rem!important;}
  section#priser .section-head h2{
    max-width:580px!important;
    margin:9px auto 10px!important;
    font-size:clamp(1.75rem,7vw,2.25rem)!important;
    line-height:1.1!important;
  }
  section#priser .section-head p{
    max-width:560px!important;
    margin:0 auto!important;
    font-size:.82rem!important;
    line-height:1.5!important;
  }
  section#priser .device-tabs{
    width:100%!important;
    max-width:560px!important;
    margin:20px auto 22px!important;
    gap:6px!important;
  }
  section#priser .device-tabs .tab{
    min-height:42px!important;
    padding:0 12px!important;
    font-size:.78rem!important;
  }
  section#priser .plans-grid{
    width:100%!important;
    max-width:560px!important;
    margin:0 auto 24px!important;
    gap:10px!important;
  }
  section#priser .plan{
    padding:18px 14px!important;
    border-radius:14px!important;
  }
  section#priser .plan h4{font-size:.92rem!important;}
  section#priser .plan .price{font-size:1.55rem!important;}
  section#priser .plan ul{font-size:.72rem!important;line-height:1.45!important;}
  section#priser .plan .btn{font-size:.78rem!important;min-height:42px!important;}
  section#priser .guarantee{
    max-width:560px!important;
    margin:0 auto!important;
    font-size:.7rem!important;
    line-height:1.45!important;
    text-align:center!important;
  }

  /* Smart TV / Firestick / Apple TV immersive section */
  .norge-device-immersive{
    min-height:430px!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .norge-device-immersive-content{
    width:calc(100% - 40px)!important;
    max-width:680px!important;
    min-height:430px!important;
    margin:0 auto!important;
    padding:70px 0 72px!important;
    justify-content:flex-end!important;
    align-items:flex-start!important;
  }
  .norge-device-kicker{
    font-size:.58rem!important;
    letter-spacing:.12em!important;
    margin-bottom:12px!important;
  }
  .norge-device-redline{width:42px!important;height:3px!important;margin-bottom:16px!important;}
  .norge-device-immersive-content h3{
    max-width:470px!important;
    margin-bottom:12px!important;
    font-size:clamp(1.55rem,6.8vw,2rem)!important;
    line-height:1.08!important;
  }
  .norge-device-immersive-content p{
    max-width:500px!important;
    font-size:.76rem!important;
    line-height:1.5!important;
  }
  .norge-device-button{
    margin-top:18px!important;
    padding:10px 18px!important;
    font-size:.78rem!important;
  }

  /* Get started steps */
  body.home section.wrap:not(#kanaler):not(#priser):not(#anmeldelser) .steps,
  body.front-page section.wrap:not(#kanaler):not(#priser):not(#anmeldelser) .steps{
    width:100%!important;
    max-width:620px!important;
    margin:24px auto 0!important;
    gap:18px!important;
  }
  .steps .step{padding-top:4px!important;}
  .steps .step .num{font-size:.66rem!important;margin-bottom:6px!important;}
  .steps .step h4{font-size:.88rem!important;margin-bottom:5px!important;}
  .steps .step p{font-size:.72rem!important;line-height:1.45!important;}

  /* Vår IPTV-app — compact like the other sections */
  .wrap .app-card{
    width:100%!important;
    max-width:680px!important;
    margin:0 auto 56px!important;
    padding:22px 18px 18px!important;
    border-radius:16px!important;
    gap:18px!important;
    overflow:hidden!important;
  }
  .wrap .app-card > div:first-child{
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
    text-align:center!important;
  }
  .wrap .app-card > div:first-child .eyebrow{font-size:.7rem!important;}
  .wrap .app-card > div:first-child h3{
    max-width:520px!important;
    margin:8px auto 10px!important;
    font-size:1.25rem!important;
    line-height:1.12!important;
  }
  .wrap .app-card > div:first-child p{
    max-width:520px!important;
    margin:0 auto 16px!important;
    font-size:.74rem!important;
    line-height:1.5!important;
  }
  .wrap .app-card .store-row{
    justify-content:center!important;
    gap:6px!important;
  }
  .wrap .app-card .store-badge{
    min-height:40px!important;
    padding:6px 8px!important;
    gap:6px!important;
  }
  .wrap .app-card .store-badge .glyph svg{width:14px!important;height:14px!important;}
  .wrap .app-card .store-badge .txt small{font-size:.48rem!important;}
  .wrap .app-card .store-badge .txt strong{font-size:.62rem!important;}
  .wrap .app-card > .device-mock{
    width:min(100%,390px)!important;
    max-width:390px!important;
    height:190px!important;
    flex:0 0 190px!important;
    margin:0 auto!important;
  }
  .wrap .app-card > .device-mock .tv{width:82%!important;right:0!important;top:4%!important;}
  .wrap .app-card > .device-mock .phone{width:31%!important;left:2%!important;bottom:0!important;}

  /* FAQ / remaining text sections: compact typography only. */
  section#faq .section-head h2{
    font-size:clamp(1.75rem,7vw,2.25rem)!important;
    line-height:1.1!important;
  }
  section#faq .section-head p,
  section#faq .faq-item p{
    font-size:.82rem!important;
    line-height:1.5!important;
  }
  section#faq .faq-item h3,
  section#faq .faq-question{
    font-size:.9rem!important;
  }
}

/* FAQ CONTACT MOBILE FINAL */
@media (max-width: 767px) {
  .faq-contact { padding: 24px 18px !important; }
  .faq-contact-inner { max-width: 100% !important; }
  .faq-contact-brand { font-size: 11px !important; margin-bottom: 7px !important; }
  .faq-contact h2 { font-size: 22px !important; line-height: 1.2 !important; margin: 0 0 9px !important; }
  .faq-contact p { font-size: 13px !important; line-height: 1.45 !important; margin: 0 !important; }
}


/* =========================================================
   CLEAN HAMBURGER FIX — OPEN STATE ONLY
   Header keeps its normal behavior when menu is closed.
   When menu opens, header sits above the white menu panel.
   ========================================================= */
@media (max-width:900px){
  html.iptv-menu-open header.site-header,
  body.iptv-menu-open header.site-header{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    z-index:2147483647 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  html.iptv-menu-open header.site-header .nav,
  body.iptv-menu-open header.site-header .nav{
    position:relative !important;
    z-index:2147483648 !important;
  }

  html.iptv-menu-open .iptv-mobile-menu-panel{
    z-index:2147483640 !important;
  }
}

/* NORGEIPTV — FINAL LIGHT SCROLL ANIMATION */
.norge-real-scroll{
  opacity:0;
  transform:translateY(35px);
  transition:opacity .65s ease, transform .65s cubic-bezier(.22,1,.36,1);
}
.norge-real-scroll.is-in{
  opacity:1;
  transform:translateY(0);
}
@media (prefers-reduced-motion:reduce){
  .norge-real-scroll{opacity:1!important;transform:none!important;transition:none!important}
}

/* =========================================================
   FINAL — UNIVERSAL PAGE HERO IMAGE FIT
   Keep every featured hero image proportional and consistent
   across pages without stretching or changing the layout.
   ========================================================= */
.iptv-page-template .iptv-page-hero.has-featured-background{
  height:clamp(420px,31vw,520px) !important;
  min-height:0 !important;
  width:100% !important;
  padding:0 24px !important;
  background-image:
    linear-gradient(180deg,rgba(7,20,30,.42),rgba(7,20,30,.72)),
    var(--iptv-page-featured) !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center center !important;
  background-attachment:scroll !important;
}

.iptv-page-template .iptv-page-hero.has-featured-background .iptv-page-hero-inner{
  width:min(1000px,100%) !important;
  max-width:1000px !important;
  min-height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

@media(max-width:900px){
  .iptv-page-template .iptv-page-hero.has-featured-background{
    height:500px !important;
    min-height:500px !important;
    background-position:center center !important;
  }
}

@media(max-width:650px){
  .iptv-page-template .iptv-page-hero.has-featured-background{
    height:460px !important;
    min-height:460px !important;
    padding:0 18px !important;
    background-position:center center !important;
  }
}

/* =========================================================
   UNIVERSAL PAGE HERO — FEATURED IMAGE SAFE FIT
   Uses the page's featured image on every page template.
   ========================================================= */
.iptv-page-template .iptv-page-hero.has-featured-background,
.iptv-special-page .iptv-page-hero.has-featured-background{
  position:relative !important;
  width:100% !important;
  min-height:455px !important;
  height:clamp(420px, 34vw, 560px) !important;
  padding:0 24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background-color:#10151d !important;
  background-image:var(--iptv-page-featured) !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center center !important;
  background-attachment:scroll !important;
  border:0 !important;
  color:#fff !important;
}

.iptv-page-template .iptv-page-hero.has-featured-background::after,
.iptv-special-page .iptv-page-hero.has-featured-background::after{
  z-index:0 !important;
}

.iptv-page-template .iptv-page-hero.has-featured-background .iptv-page-hero-overlay,
.iptv-special-page .iptv-page-hero.has-featured-background .iptv-page-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(180deg,rgba(5,10,16,.28) 0%,rgba(5,10,16,.48) 55%,rgba(5,10,16,.72) 100%) !important;
  pointer-events:none !important;
}

.iptv-page-template .iptv-page-hero.has-featured-background .iptv-page-hero-inner,
.iptv-special-page .iptv-page-hero.has-featured-background .iptv-page-hero-inner{
  position:relative !important;
  z-index:3 !important;
}

.iptv-page-template .iptv-page-hero.has-featured-background h1,
.iptv-special-page .iptv-page-hero.has-featured-background h1{
  color:#fff !important;
  text-shadow:0 4px 22px rgba(0,0,0,.28) !important;
}

.iptv-page-template .iptv-page-hero.has-featured-background p,
.iptv-special-page .iptv-page-hero.has-featured-background p{
  color:rgba(255,255,255,.92) !important;
  text-shadow:0 2px 12px rgba(0,0,0,.22) !important;
}

@media(max-width:900px){
  .iptv-page-template .iptv-page-hero.has-featured-background,
  .iptv-special-page .iptv-page-hero.has-featured-background{
    height:clamp(400px, 55vw, 520px) !important;
  }
}

@media(max-width:650px){
  .iptv-page-template .iptv-page-hero.has-featured-background,
  .iptv-special-page .iptv-page-hero.has-featured-background{
    min-height:420px !important;
    height:clamp(420px, 92vw, 500px) !important;
    padding:0 18px !important;
    background-position:center center !important;
  }
}

/* =========================================================
   UNIVERSAL HERO — pages, posts and WooCommerce products
   The content supplies the image; the hero controls the fit.
   ========================================================= */
.iptv-page-hero.has-featured-background,
.iptv-article-hero.nnorge-single-featured-hero,
.iptv-single-template .iptv-single-featured-hero,
.nnorge-universal-hero.has-image{
  position:relative;
  width:100%;
  min-height:clamp(420px, 46vw, 620px);
  padding:0 24px !important;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background-color:#0b1220;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:scroll;
  border:0;
  isolation:isolate;
}

/* Page templates store their image in a CSS variable. */
.iptv-page-hero.has-featured-background{
  background-image:
    linear-gradient(180deg,rgba(5,12,20,.34) 0%,rgba(5,12,20,.54) 48%,rgba(5,12,20,.82) 100%),
    var(--iptv-page-featured);
}

/* Posts and products use the image supplied directly by PHP. */
.iptv-single-template .iptv-single-featured-hero,
.nnorge-universal-hero.has-image{
  background-image:
    linear-gradient(180deg,rgba(5,12,20,.30) 0%,rgba(5,12,20,.52) 50%,rgba(5,12,20,.82) 100%),
    var(--nnorge-universal-hero-image, none);
}

.iptv-page-hero.has-featured-background::before,
.iptv-article-hero.nnorge-single-featured-hero::before,
.iptv-single-template .iptv-single-featured-hero::before,
.nnorge-universal-hero.has-image::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.05),transparent 52%);
}

.iptv-page-hero.has-featured-background .iptv-page-hero-inner,
.iptv-article-hero.nnorge-single-featured-hero .iptv-article-hero-inner,
.iptv-single-template .iptv-single-featured-hero .iptv-article-hero-inner,
.nnorge-universal-hero .nnorge-universal-hero-inner{
  position:relative;
  z-index:2;
  width:min(1180px,100%);
  margin:0 auto;
}

.nnorge-universal-hero-inner{
  text-align:center;
}

.nnorge-universal-hero-inner .eyebrow{
  display:block;
  margin:0 0 14px;
  color:#72e5e2;
}

.nnorge-universal-hero-inner h1{
  max-width:980px;
  margin:0 auto 18px;
  color:#fff;
  font-size:clamp(42px,5vw,72px);
  line-height:1.04;
  letter-spacing:-.035em;
  text-shadow:0 5px 26px rgba(0,0,0,.22);
}

.nnorge-universal-hero-inner p{
  width:min(780px,100%);
  margin:0 auto;
  color:rgba(255,255,255,.90);
  font-size:18px;
  line-height:1.72;
}

/* No featured image: retain the clean light hero instead of forcing a crop. */
.iptv-page-hero.no-featured-background,
.nnorge-universal-hero.no-image{
  background:
    radial-gradient(circle at 12% 12%,rgba(111,77,246,.12),transparent 35%),
    radial-gradient(circle at 88% 12%,rgba(39,199,201,.10),transparent 35%),
    linear-gradient(180deg,#f8f9fb,#f3f5f8);
}

/* WooCommerce: the product hero owns the title, so avoid a duplicate title. */
body.single-product .summary > .product_title,
body.single-product .summary .woocommerce-product-details__short-description{
  display:none;
}

@media (max-width: 700px){
  .iptv-page-hero.has-featured-background,
  .iptv-article-hero.nnorge-single-featured-hero,
  .iptv-single-template .iptv-single-featured-hero,
  .nnorge-universal-hero.has-image{
    min-height:clamp(380px, 78vw, 520px);
    padding:0 18px !important;
    background-position:center center;
  }

  .nnorge-universal-hero-inner h1{
    font-size:clamp(38px,10vw,56px);
  }

  .nnorge-universal-hero-inner p{
    font-size:16px;
    line-height:1.6;
  }
}


/* =========================================================
   FINAL UNIVERSAL HERO ENGINE — LAST OVERRIDE
   One predictable hero treatment for every page/post/product.
   The content/template supplies the image; this block controls
   only sizing, cropping, overlay and responsive behavior.
   ========================================================= */
.nnorge-universal-hero-frame,
.nnorge-universal-hero,
.iptv-page-hero.has-featured-background,
.iptv-single-template .iptv-single-featured-hero,
.iptv-article-hero.nnorge-single-featured-hero{
  position:relative !important;
  width:100% !important;
  height:clamp(430px, 38vw, 560px) !important;
  min-height:430px !important;
  max-height:560px !important;
  margin:0 !important;
  padding:0 24px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background-color:#10151d !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center center !important;
  background-attachment:scroll !important;
  border:0 !important;
}

/* Featured-image pages: keep the actual page image and add the readable overlay. */
.nnorge-universal-hero-frame.has-featured-background{
  background-image:
    linear-gradient(180deg,rgba(5,12,20,.24) 0%,rgba(5,12,20,.46) 52%,rgba(5,12,20,.76) 100%),
    var(--iptv-page-featured) !important;
}

/* Posts and WooCommerce products: their own image is supplied by PHP. */
.nnorge-universal-hero-frame.iptv-single-featured-hero,
.nnorge-universal-hero.nnorge-product-hero.has-image{
  background-image:
    linear-gradient(180deg,rgba(5,12,20,.24) 0%,rgba(5,12,20,.46) 52%,rgba(5,12,20,.78) 100%),
    var(--nnorge-universal-hero-image, none) !important;
}

/* Fallback when there is no featured image. */
.nnorge-universal-hero-frame:not(.has-featured-background):not(.iptv-single-featured-hero),
.nnorge-universal-hero.no-image{
  background-image:
    radial-gradient(circle at 12% 12%,rgba(111,77,246,.12),transparent 35%),
    radial-gradient(circle at 88% 12%,rgba(39,199,201,.10),transparent 35%),
    linear-gradient(180deg,#f8f9fb,#f3f5f8) !important;
}

.nnorge-universal-hero-frame .iptv-page-hero-inner,
.nnorge-universal-hero-frame .iptv-article-hero-inner,
.nnorge-universal-hero-frame .iptv-page-hero-copy,
.nnorge-universal-hero-frame .nnorge-universal-hero-inner{
  position:relative !important;
  z-index:3 !important;
  width:min(1180px,100%) !important;
  margin:0 auto !important;
}

.nnorge-universal-hero-frame .iptv-page-hero-inner,
.nnorge-universal-hero-frame .iptv-article-hero-inner,
.nnorge-universal-hero-frame .nnorge-universal-hero-inner{
  text-align:center;
}

/* Make sure the readability overlay always sits above the image but below text. */
.nnorge-universal-hero-frame .iptv-page-hero-overlay,
.nnorge-universal-hero-frame .iptv-single-featured-overlay,
.nnorge-universal-hero-frame .nnorge-universal-hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(5,12,20,.04),rgba(5,12,20,.10)) !important;
}

.nnorge-universal-hero-frame.has-featured-background .eyebrow,
.nnorge-universal-hero-frame.iptv-single-featured-hero .eyebrow,
.nnorge-universal-hero.nnorge-product-hero .eyebrow{
  position:relative !important;
  z-index:3 !important;
}

@media (max-width:900px){
  .nnorge-universal-hero-frame,
  .nnorge-universal-hero,
  .iptv-page-hero.has-featured-background,
  .iptv-single-template .iptv-single-featured-hero,
  .iptv-article-hero.nnorge-single-featured-hero{
    height:clamp(400px,55vw,520px) !important;
    min-height:400px !important;
    max-height:520px !important;
    background-position:center center !important;
  }
}

@media (max-width:650px){
  .nnorge-universal-hero-frame,
  .nnorge-universal-hero,
  .iptv-page-hero.has-featured-background,
  .iptv-single-template .iptv-single-featured-hero,
  .iptv-article-hero.nnorge-single-featured-hero{
    height:clamp(390px,92vw,500px) !important;
    min-height:390px !important;
    max-height:500px !important;
    padding:0 18px !important;
    background-position:center center !important;
  }
}

/* =========================================================
   FINAL REAL FIX — HEADER OVERLAYS EVERY UNIVERSAL HERO
   The header must never create a white/light band above a page,
   post or product hero. Every template starts its hero at the
   top of the page and the glass nav sits above it.
   ========================================================= */
header.site-header{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:2147483000 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:12px 20px 0 !important;
}

.admin-bar header.site-header{
  top:32px !important;
}

@media (max-width:782px){
  .admin-bar header.site-header{
    top:46px !important;
  }
}

/* Keep only the glass navigation surface; never a solid header strip. */
header.site-header .nav{
  position:relative !important;
  z-index:2147483001 !important;
}

/* All universal hero types begin at the top underneath the overlay header. */
body.page .iptv-page-hero,
body.single .iptv-article-hero,
body.single-product .nnorge-product-hero,
body.archive .iptv-page-hero,
body.blog .iptv-page-hero,
body.error404 .iptv-page-hero,
body.home .hero{
  margin-top:0 !important;
}

@media (max-width:900px){
  header.site-header{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    padding:12px 14px 0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  header.site-header .nav{
    width:100% !important;
    max-width:none !important;
  }
}

@media (min-width:901px){
  header.site-header{
    position:absolute !important;
  }
}

/* =========================================================
   FINAL WORDPRESS DESKTOP HERO HEADER FIX
   Site-wide: the floating header overlays the hero on every
   Page, Post, Product and archive — not only the homepage.
   ========================================================= */
@media (min-width:901px){
  html,body{margin:0!important;padding:0!important;}

  header.site-header,
  body.page header.site-header,
  body.single header.site-header,
  body.single-product header.site-header,
  body.archive header.site-header,
  body.blog header.site-header,
  body.search header.site-header,
  body.error404 header.site-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:auto!important;
    margin:0!important;
    padding:12px 20px 0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    z-index:2147483000!important;
  }

  body.admin-bar header.site-header,
  body.admin-bar.page header.site-header,
  body.admin-bar.single header.site-header,
  body.admin-bar.single-product header.site-header,
  body.admin-bar.archive header.site-header,
  body.admin-bar.blog header.site-header,
  body.admin-bar.search header.site-header,
  body.admin-bar.error404 header.site-header{
    top:32px!important;
  }

  /* The hero/content must never be pushed down by the header. */
  header.site-header + .iptv-mobile-menu-panel + main,
  header.site-header + main,
  header.site-header ~ main{
    margin-top:0!important;
  }

  /* Keep the floating glass navigation centered and responsive. */
  header.site-header .nav{
    width:min(1180px,100%)!important;
    max-width:1180px!important;
    margin:0 auto!important;
  }
}

/* WordPress admin bar is the only intentional top offset. */
@media (min-width:901px){
  body:not(.admin-bar) header.site-header{top:0!important;}
}


/* =========================================================
   DEFINITIVE DESKTOP HEADER / HERO FIX
   Inner pages must not reserve header space. The header floats
   over the first visual block exactly like the homepage.
   ========================================================= */
@media (min-width:901px){
  html, body{margin:0!important;padding:0!important;}

  body:not(.admin-bar) header.site-header,
  body.admin-bar header.site-header,
  body.page header.site-header,
  body.single header.site-header,
  body.single-product header.site-header,
  body.archive header.site-header,
  body.blog header.site-header,
  body.search header.site-header,
  body.error404 header.site-header{
    position:absolute!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    margin:0!important;
    padding:12px 20px 0!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    z-index:2147483000!important;
  }

  body.admin-bar header.site-header,
  body.admin-bar.page header.site-header,
  body.admin-bar.single header.site-header,
  body.admin-bar.single-product header.site-header,
  body.admin-bar.archive header.site-header,
  body.admin-bar.blog header.site-header,
  body.admin-bar.search header.site-header,
  body.admin-bar.error404 header.site-header{
    top:32px!important;
  }

  /* Never let the header itself create vertical layout space. */
  header.site-header + .iptv-mobile-menu-panel + main,
  header.site-header + main,
  header.site-header ~ main{
    margin-top:0!important;
  }

  /* All universal hero variants start at the viewport top. */
  body.page .iptv-page-template,
  body.page .iptv-special-page,
  body.single .iptv-single-template,
  body.single-product .iptv-single-template,
  body.archive .iptv-archive-template,
  body.blog .iptv-page-template,
  body.search .iptv-archive-template,
  body.error404 .iptv-404-template{
    margin-top:0!important;
    padding-top:0!important;
  }

  body.page .iptv-page-hero:first-child,
  body.page main > .iptv-page-hero:first-child,
  body.single main > .iptv-article-hero:first-child,
  body.single-product main > .nnorge-product-hero:first-child,
  body.archive main > .iptv-page-hero:first-child,
  body.blog main > .iptv-page-hero:first-child,
  body.error404 main > .iptv-page-hero:first-child{
    margin-top:0!important;
  }
}


/* =========================================================
   DEFINITIVE FRONT-END DESKTOP FIX — NO TOP WHITE BAND
   WordPress can add an html top margin for the admin bar.
   The front-end hero/header system must not inherit that gap.
   ========================================================= */
@media (min-width:901px){
  html,
  html.admin-bar{
    margin-top:0 !important;
  }

  body{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  /* Header overlays the first visual block. */
  header.site-header,
  body.page header.site-header,
  body.single header.site-header,
  body.single-product header.site-header,
  body.archive header.site-header,
  body.blog header.site-header,
  body.search header.site-header,
  body.error404 header.site-header{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    width:100% !important;
    margin:0 !important;
    padding:12px 20px 0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    z-index:2147483000 !important;
  }

  /* Do not reserve any space for the header. */
  body.page .iptv-page-template,
  body.page .iptv-special-page,
  body.single .iptv-single-template,
  body.single-product .iptv-single-template,
  body.archive .iptv-archive-template,
  body.blog .iptv-page-template,
  body.search .iptv-archive-template,
  body.error404 .iptv-404-template{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  header.site-header + .iptv-mobile-menu-panel + main,
  header.site-header + main,
  header.site-header ~ main{
    margin-top:0 !important;
  }

  /* Hero is the first painted block, underneath the floating nav. */
  body.page main > .iptv-page-hero:first-child,
  body.single main > .iptv-article-hero:first-child,
  body.single-product main > .nnorge-product-hero:first-child,
  body.archive main > .iptv-page-hero:first-child,
  body.blog main > .iptv-page-hero:first-child,
  body.error404 main > .iptv-page-hero:first-child{
    margin-top:0 !important;
  }
}


/* =========================================================
   TRUE DESKTOP HEADER / HERO RESET
   If WordPress keeps the admin-bar body class while the admin
   toolbar is hidden, its legacy 32px offset creates the white
   band above the floating header. Reset that offset completely
   on the front end; the admin bar, when actually visible, stays
   above the page without affecting hero layout.
   ========================================================= */
@media (min-width:901px){
  html,
  html.admin-bar{
    margin-top:0 !important;
  }

  body,
  body.admin-bar{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  /* Never use the old 32px admin-bar offset for the floating site header. */
  body.admin-bar header.site-header,
  body.admin-bar.page header.site-header,
  body.admin-bar.single header.site-header,
  body.admin-bar.single-product header.site-header,
  body.admin-bar.archive header.site-header,
  body.admin-bar.blog header.site-header,
  body.admin-bar.search header.site-header,
  body.admin-bar.error404 header.site-header{
    top:0 !important;
  }

  /* If an admin bar is actually rendered, keep it out of the front-end
     hero flow; it must never create a blank strip in the page layout. */
  #wpadminbar{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:2147483647 !important;
  }

  /* The visual page always starts at the viewport top. */
  body.page main,
  body.single main,
  body.single-product main,
  body.archive main,
  body.blog main,
  body.search main,
  body.error404 main{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.page main > .iptv-page-hero:first-child,
  body.single main > .iptv-article-hero:first-child,
  body.single-product main > .nnorge-product-hero:first-child,
  body.archive main > .iptv-page-hero:first-child,
  body.blog main > .iptv-page-hero:first-child,
  body.error404 main > .iptv-page-hero:first-child{
    margin-top:0 !important;
  }
}


/* =========================================================
   WORDPRESS-SAFE UNIVERSAL HEADER / HERO — DEFINITIVE FIX
   The header is a floating overlay. It never creates a white
   strip or reserves vertical space on desktop. The first hero
   remains the first block in normal document flow.
   ========================================================= */
html, body {
  margin-top: 0 !important;
}

header.site-header {
  position: absolute !important;
  inset: 0 0 auto 0 !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  z-index: 2147483000 !important;
  pointer-events: none !important;
}

header.site-header .nav,
header.site-header .nav * {
  pointer-events: auto;
}

header.site-header .nav {
  position: relative !important;
  margin: 0 auto !important;
  width: min(1180px, calc(100% - 40px)) !important;
  max-width: 1180px !important;
}

/* Never offset the page because of the header or WP admin-bar class. */
body.page main,
body.single main,
body.single-product main,
body.archive main,
body.blog main,
body.search main,
body.error404 main,
body.home main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* No artificial top gap before any first hero. */
body.page main > .iptv-page-hero:first-child,
body.page main > .iptv-article-hero:first-child,
body.single main > .iptv-article-hero:first-child,
body.single-product main > .nnorge-product-hero:first-child,
body.archive main > .iptv-page-hero:first-child,
body.blog main > .iptv-page-hero:first-child,
body.search main > .iptv-page-hero:first-child,
body.error404 main > .iptv-page-hero:first-child,
body.home main > .hero:first-child {
  margin-top: 0 !important;
}

/* Desktop: absolutely no header top padding. */
@media (min-width: 901px) {
  header.site-header {
    position: absolute !important;
    top: 0 !important;
    padding: 0 !important;
  }
}

/* Mobile keeps the existing compact floating navigation. */
@media (max-width: 900px) {
  header.site-header {
    position: absolute !important;
    top: 0 !important;
    padding: 0 !important;
  }
}

/* WP admin bar itself is fixed and must not push the front-end layout. */
html.admin-bar {
  margin-top: 0 !important;
}
#wpadminbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

/* WORDPRESS DESKTOP HERO HEADER — FINAL CLEAN RULE
   One rule only: the header is removed from document flow and overlays the first visual block. */
@media (min-width:901px){
  html,html.admin-bar,body,body.admin-bar{margin:0!important;padding:0!important;}
  body > header.site-header{
    position:absolute!important;top:0!important;left:0!important;right:0!important;width:100%!important;
    margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;
    z-index:2147483000!important;
  }
  body > header.site-header .nav{margin:12px auto 0!important;transform:none!important;}
  body > main{margin:0!important;padding:0!important;}
  body > main > :first-child{margin-top:0!important;}
  #wpadminbar{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:2147483647!important;}
}
