﻿/* Sweden IPTV — styles.min.css — Shared design system */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --grad-start: #2563EB;
  --grad-end: #FACC15;
  --grad: linear-gradient(135deg, #1E3A8A 0%, #2563EB 55%, #FACC15 100%);
  --grad-text: linear-gradient(90deg, #2563EB, #FACC15);
  --bg: #0A0E1A;
  --bg-dark: #0A0E1A;
  --bg-alt: #0F1629;
  --bg2: #0F1629;
  --bg-card: #151B2E;
  --bg-card2: #0F1629;
  --card: #151B2E;
  --border: #1E293B;
  --card-border: #1E293B;
  --blue-dark: #1E3A8A;
  --blue: #2563EB;
  --blue-light: #3B82F6;
  --yellow: #FACC15;
  --gold: #FACC15;
  --green: #22C55E;
  --wa-green: #22C55E;
  --whatsapp: #22C55E;
  --text: #F8FAFC;
  --text-main: #F8FAFC;
  --text2: #94A3B8;
  --text-muted: #94A3B8;
  --radius: 16px;
  --shadow-card: 0 4px 24px rgba(37,99,235,0.12);
  --shadow-glow: 0 0 80px rgba(37,99,235,0.2);
  --transition: 0.3s ease;
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text-main); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
h1,h2,h3,h4 { font-family: 'Sora', sans-serif; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.grad-text { background: linear-gradient(135deg, #2563EB, #FACC15); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.text-center { text-align: center; }
.mb-12 { margin-bottom: 12px; }
.mb-16 { margin-bottom: 16px; }
.mb-48 { margin-bottom: 48px; }
section { padding: 80px 0; }
.section-label { font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--grad-start); margin-bottom: 12px; }
.section-title { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 20px; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: linear-gradient(135deg, #2563EB, #FACC15); color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; padding: 14px 32px; border-radius: 50px; border: none; cursor: pointer; transition: opacity .2s, transform .2s; text-decoration: none; }
.btn-primary:hover { opacity: .9; transform: translateY(-2px); }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--text-main); font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; padding: 13px 32px; border-radius: 50px; border: 2px solid rgba(37,99,235,.6); cursor: pointer; transition: border-color .2s, transform .2s; text-decoration: none; }
.btn-outline:hover { border-color: #2563EB; transform: translateY(-2px); }

/* NAVBAR */
nav { position: sticky; top: 0; z-index: 100; background: rgba(10,14,26,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); overflow: visible; }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; max-width: 1160px; margin: 0 auto; gap: 16px; }
.nav-logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.35rem; white-space: nowrap; }
.nav-logo span { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-links a { font-size: .875rem; font-weight: 500; color: var(--text-muted); padding: 6px 10px; border-radius: 8px; transition: color .2s, background .2s; white-space: nowrap; }
.nav-links a:hover, .nav-links a.active { color: var(--text-main); background: rgba(255,255,255,.06); }
.nav-cta { font-size: .875rem; padding: 10px 22px; white-space: nowrap; }
@media(max-width:900px){ .nav-links { display: none; } }

/* HERO */
.hero { padding: 90px 0 70px; text-align: center; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37,99,235,.18) 0%, transparent 70%); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.3); color: var(--green); font-size: .8rem; font-weight: 600; padding: 6px 16px; border-radius: 50px; margin-bottom: 28px; }
.hero-badge .dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; margin-bottom: 20px; }
.hero-sub { max-width: 680px; margin: 0 auto 36px; font-size: 1.15rem; color: var(--text-muted); }
.hero-sub strong { color: var(--text-main); }
.hero-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 36px; }
.trust-bar { display: flex; align-items: center; justify-content: center; gap: 24px; flex-wrap: wrap; font-size: .85rem; color: var(--text-muted); }
.trust-bar span { display: flex; align-items: center; gap: 6px; }

/* PAGE HERO (for inner pages) */
.page-hero { padding: 60px 0 40px; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37,99,235,.12) 0%, transparent 70%); }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; margin-bottom: 16px; }
.page-hero p { color: var(--text-muted); font-size: 1.05rem; max-width: 700px; }
.breadcrumb { font-size: .82rem; color: var(--text-muted); margin-bottom: 20px; display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--blue-light); }

/* STATS */
.stats { padding: 50px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
@media(max-width:700px){ .stats-grid { grid-template-columns: repeat(2,1fr); } }
.stat-num { font-family: 'Sora', sans-serif; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; }
.stat-label { font-size: .85rem; color: var(--text-muted); margin-top: 4px; }

/* CARDS */
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media(max-width:700px){ .benefits-grid { grid-template-columns: 1fr; } }
.benefit-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; transition: transform .2s, border-color .2s; }
.benefit-card:hover { transform: translateY(-4px); border-color: var(--blue); }
.benefit-icon { font-size: 2.2rem; margin-bottom: 16px; }
.benefit-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.benefit-card p { font-size: .9rem; color: var(--text-muted); line-height: 1.7; }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px 28px; transition: transform .2s, border-color .2s; }
.card:hover { transform: translateY(-4px); border-color: var(--blue); }
.card-icon { font-size: 2.2rem; margin-bottom: 16px; }

/* WHAT IS IPTV */
.what-iptv { background: var(--bg-card); }
.what-iptv .container { max-width: 820px; }
.what-iptv p { color: var(--text-muted); margin-bottom: 16px; font-size: .97rem; line-height: 1.8; }
.what-iptv a { color: var(--blue-light); text-decoration: underline; }

/* PRICE */
.price-section { text-align: center; }
.price-card { display: inline-block; background: var(--bg-card); border: 1px solid rgba(37,99,235,.5); border-radius: 20px; padding: 48px 56px; max-width: 520px; width: 100%; box-shadow: 0 0 60px rgba(37,99,235,.18); }
@media(max-width:600px){ .price-card { padding: 36px 24px; } }
.price-badge { display: inline-block; background: linear-gradient(135deg, #2563EB, #FACC15); color: #fff; font-size: .78rem; font-weight: 700; padding: 5px 16px; border-radius: 50px; margin-bottom: 20px; }
.price-amount { font-family: 'Sora', sans-serif; font-size: 3.6rem; font-weight: 800; }
.price-period { font-size: 1rem; color: var(--text-muted); margin-bottom: 8px; }
.price-note { font-size: .85rem; color: var(--green); font-weight: 600; margin-bottom: 28px; }
.price-features { list-style: none; text-align: left; margin-bottom: 32px; display: flex; flex-direction: column; gap: 10px; }
.price-features li { display: flex; align-items: center; gap: 10px; font-size: .93rem; }
.price-features li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; }

/* TRUST */
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
@media(max-width:900px){ .trust-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:480px){ .trust-grid { grid-template-columns: 1fr; } }
.trust-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 22px; text-align: center; }
.trust-card .t-icon { font-size: 2rem; margin-bottom: 14px; }
.trust-card h3 { font-size: 1rem; margin-bottom: 8px; }
.trust-card p { font-size: .85rem; color: var(--text-muted); }
.trust-card .verified { font-size: .78rem; color: var(--green); font-weight: 600; margin-top: 10px; }

/* COMPATIBILITY */
.compat-section { background: var(--bg-card); }
.compat-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
@media(max-width:900px){ .compat-grid { grid-template-columns: repeat(3,1fr); } }
@media(max-width:480px){ .compat-grid { grid-template-columns: repeat(2,1fr); } }
.compat-card { background: var(--bg-card2); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 12px; text-align: center; }
.compat-card .c-icon { font-size: 2.2rem; margin-bottom: 10px; }
.compat-card span { font-size: .8rem; color: var(--text-muted); display: block; line-height: 1.4; }

/* REVIEWS */
.reviews-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
@media(max-width:700px){ .reviews-grid { grid-template-columns: 1fr; } }
.review-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px 24px; }
.review-stars { color: var(--gold); font-size: 1.1rem; margin-bottom: 8px; }
.review-text { font-size: .93rem; color: var(--text-muted); margin-bottom: 16px; line-height: 1.7; font-style: italic; }
.review-author { font-weight: 600; font-size: .88rem; }
.review-verified { font-size: .76rem; color: var(--green); margin-top: 4px; }
.rating-summary { text-align: center; margin-bottom: 40px; }
.rating-big { font-family: 'Sora', sans-serif; font-size: 3rem; font-weight: 800; }
.rating-stars { color: var(--gold); font-size: 1.4rem; margin: 6px 0; }
.rating-count { font-size: .85rem; color: var(--text-muted); }

/* FAQ */
.faq-list { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
details { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
summary { padding: 20px 24px; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.4rem; color: var(--grad-start); flex-shrink: 0; transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details .faq-body { padding: 0 24px 20px; color: var(--text-muted); font-size: .93rem; line-height: 1.7; }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.step-item { text-align: center; }
.step-number { font-family: 'Sora', sans-serif; font-size: 4rem; font-weight: 800; background: linear-gradient(135deg, #2563EB, #FACC15); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 16px; display: block; }
.step-item h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step-item p { font-size: .9rem; color: var(--text-muted); }

/* COMPARE TABLE */
.compare-table { width: 100%; border-collapse: collapse; border-radius: var(--radius); overflow: hidden; }
.compare-table th { background: var(--bg-card2); padding: 14px 20px; text-align: left; font-family: 'Sora', sans-serif; font-size: .85rem; color: var(--text-muted); font-weight: 600; }
.compare-table td { padding: 14px 20px; border-top: 1px solid var(--border); font-size: .9rem; }
.compare-table tr:hover td { background: rgba(37,99,235,.04); }
.check { color: var(--green); }
.cross { color: #EF4444; }

/* RESELLER */
.reseller { background: var(--bg-card); }
.reseller-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.reseller h2 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }
.reseller p { color: var(--text-muted); margin-top: 8px; font-size: .95rem; }
.packs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 24px; }
.pack-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 28px; text-align: center; position: relative; transition: transform .2s, border-color .2s; }
.pack-card:hover { transform: translateY(-4px); border-color: var(--blue); }
.pack-card.featured { border-color: var(--blue); box-shadow: 0 0 40px rgba(37,99,235,.15); }
.pack-badge-top { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #2563EB, #FACC15); color: #fff; font-size: .75rem; font-weight: 700; padding: 4px 14px; border-radius: 50px; white-space: nowrap; }
.pack-name { font-family: 'Sora', sans-serif; font-size: 1.4rem; font-weight: 800; margin-bottom: 8px; }
.pack-credits { font-family: 'Sora', sans-serif; font-size: 3rem; font-weight: 800; background: linear-gradient(135deg, #2563EB, #FACC15); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
.pack-note { font-size: .85rem; color: var(--text-muted); margin: 8px 0 20px; }

/* FINAL CTA */
.final-cta { background: linear-gradient(135deg, rgba(37,99,235,.25) 0%, rgba(37,99,235,.08) 100%); border-top: 1px solid rgba(37,99,235,.3); border-bottom: 1px solid rgba(37,99,235,.2); text-align: center; }
.final-cta h2 { font-size: clamp(1.6rem, 3.5vw, 2.6rem); margin-bottom: 16px; }
.final-cta p { color: var(--text-muted); max-width: 560px; margin: 0 auto 36px; font-size: 1rem; }
.final-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }

/* FOOTER */
footer { background: var(--bg-card); border-top: 1px solid var(--border); padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media(max-width:900px){ .footer-grid { grid-template-columns: 1fr 1fr; } }
@media(max-width:480px){ .footer-grid { grid-template-columns: 1fr; } }
.footer-brand p { color: var(--text-muted); font-size: .88rem; margin-top: 12px; max-width: 280px; line-height: 1.7; }
.footer-col h4 { font-family: 'Sora', sans-serif; font-size: .9rem; font-weight: 700; margin-bottom: 16px; color: var(--text-main); }
.footer-col a { display: block; font-size: .85rem; color: var(--text-muted); margin-bottom: 10px; transition: color .2s; }
.footer-col a:hover { color: var(--text-main); }
.footer-bottom { border-top: 1px solid var(--border); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .82rem; color: var(--text-muted); }
.footer-legal { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-legal a { color: var(--text-muted); transition: color .2s; }
.footer-legal a:hover { color: var(--text-main); }

/* WA FLOAT */
.wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 200; width: 58px; height: 58px; background: #22C55E; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 24px rgba(34,197,94,.45); transition: transform .2s; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }

/* PROSE (content pages) */
.prose p { color: var(--text-muted); margin-bottom: 16px; line-height: 1.8; }
.prose h2 { font-family: 'Sora', sans-serif; font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 700; margin: 40px 0 16px; color: var(--text-main); }
.prose ul { color: var(--text-muted); padding-left: 20px; margin-bottom: 16px; }
.prose ul li { margin-bottom: 8px; line-height: 1.7; }
.prose .highlight-box { background: var(--bg-card); border: 1px solid var(--border); border-left: 4px solid var(--blue); border-radius: 8px; padding: 20px 24px; margin: 24px 0; }
.prose .highlight-box p { margin: 0; color: var(--text-muted); }

/* MOBILE */
@media(max-width:768px){
  section { padding: 60px 0; }
  .price-card { padding: 36px 24px; }
  .price-amount { font-size: 2.8rem; }
  .hero-btns { flex-direction: column; align-items: center; }
  .btn-primary, .btn-outline { width: 100%; max-width: 320px; min-height: 48px; justify-content: center; }
  .wa-float { width: 50px; height: 50px; bottom: 20px; right: 20px; }
  .wa-float svg { width: 26px; height: 26px; }
  .reseller-inner { flex-direction: column; align-items: flex-start; }
  .final-btns { flex-direction: column; align-items: center; }
}
@media(max-width:480px){
  .trust-bar { flex-direction: column; gap: 10px; }
}

/* PAGE BG ALT */
.bg-alt { background: var(--bg-alt); }
.bg-card { background: var(--bg-card); }

/* Logo image */
.nav-logo img { height: 80px; width: auto; display: block; margin: -12px 0; }
