:root{--site-header-bar: 4.35rem}.site-header{--header-bg: #020302;--header-line: rgba(255, 248, 216, .1);--header-line-soft: rgba(255, 248, 216, .08);--header-text: #fff8d8;--header-muted: rgba(255, 248, 216, .72);--header-orange-2: #fff0a8;position:sticky;top:0;z-index:100;width:100%;border-bottom:1px solid var(--header-line);background:var(--header-bg);color:var(--header-text);line-height:1.35;box-shadow:0 10px 30px #0000003d}.site-header__inner{width:min(100% - 2rem,1240px);min-height:var(--site-header-bar);margin-inline:auto;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:1rem;align-items:center}.site-header__brand{display:flex;align-items:center;margin:0;color:var(--header-text);text-decoration:none;grid-column:1;grid-row:1;min-width:0}.site-header__brand-text{display:flex;align-items:center;gap:.24rem;font-family:Inter,var(--font-sans, system-ui, sans-serif);line-height:1}.site-header__brand-iptv,.site-header__brand-norge{color:var(--header-text);font-size:clamp(1rem,2vw,1.22rem);letter-spacing:0;text-transform:none;line-height:1}.site-header__brand-iptv{font-weight:500}.site-header__brand-norge{font-weight:600}.site-header__brand:focus-visible{outline:2px solid rgba(255,240,168,.46);outline-offset:4px;border-radius:.8rem}.site-header__menu-button{display:none}.site-header__nav{display:flex;justify-content:flex-end;align-items:center;gap:1.05rem;min-width:0;grid-column:2;grid-row:1;justify-self:stretch}.site-header__nav-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:clamp(.65rem,1.8vw,1.35rem);margin:0;padding:0}.site-header__link{color:var(--header-muted);font-size:.78rem;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;transition:color .18s ease}.site-header__link:hover{color:#fff}.site-header__link:focus-visible{outline:2px solid rgba(255,240,168,.42);outline-offset:4px;border-radius:999px}.site-header__actions{display:flex;align-items:center;gap:.55rem;flex:0 0 auto}.site-header__action{min-height:2.3rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--header-line);border-radius:999px;padding:.56rem .92rem;font-size:.76rem;font-weight:500;line-height:1;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.site-header__action:hover{transform:translateY(-1px);border-color:#fff0a87a}.site-header__action--ghost{color:var(--header-text);background:#fff8d80e}.site-header__action--primary{color:#050706;border-color:#fff0a8b8;background:linear-gradient(135deg,#fff8d8,#fff0a8);box-shadow:0 12px 28px #fff0a829}@media(max-width:820px){:root{--site-header-bar: 4.5rem}.site-header{position:fixed;top:0;left:0;right:0;padding-top:env(safe-area-inset-top,0px)}html{scroll-padding-top:calc(var(--site-header-bar) + env(safe-area-inset-top,0px))}body{padding-top:0}.site-shell{padding-top:calc(var(--site-header-bar) + env(safe-area-inset-top,0px))}.site-header__inner{min-height:0;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(var(--site-header-bar),auto) auto;row-gap:0;align-items:center}.site-header[data-menu-open=true] .site-header__inner{row-gap:.75rem}.site-header__brand{grid-column:1;grid-row:1;align-self:center}.site-header__menu-button{appearance:none;grid-column:2;grid-row:1;align-self:center;width:2.2rem;height:2.2rem;display:inline-grid;place-items:center;border:0;border-radius:999px;background:transparent;color:var(--header-text);cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.site-header__menu-button:hover{color:var(--header-orange-2);background:#fff8d814;transform:translateY(-1px)}.site-header[data-menu-open=true] .site-header__menu-button{color:#050706;background:#fff0a8}.site-header__menu-icon{grid-area:1 / 1;width:1.24rem;height:1.24rem;transition:opacity .16s ease,transform .16s ease}.site-header__menu-icon--close,.site-header[data-menu-open=true] .site-header__menu-icon--open{opacity:0;transform:scale(.85)}.site-header[data-menu-open=true] .site-header__menu-icon--close{opacity:1;transform:scale(1)}.site-header__nav{grid-column:1 / -1;grid-row:2;align-self:start;justify-self:stretch;min-height:0;display:grid;justify-content:stretch;justify-items:stretch;align-items:stretch;gap:.82rem;max-height:0;margin-bottom:0;border:0;border-radius:1rem;padding:0;background:#020302;opacity:0;overflow:hidden;pointer-events:none;visibility:hidden;transition:max-height .28s ease,margin .28s ease,opacity .2s ease,border-color .28s ease,padding .28s ease,visibility 0s linear .28s}.site-header[data-menu-open=true] .site-header__nav{max-height:30rem;margin-bottom:.8rem;border:1px solid var(--header-line);padding:.88rem;box-shadow:0 22px 56px #05070647;opacity:1;pointer-events:auto;visibility:visible;transition:max-height .28s ease,margin .28s ease,opacity .2s ease,padding .28s ease,visibility 0s}.site-header__nav-list,.site-header__actions{width:100%;display:grid;grid-template-columns:1fr;justify-content:stretch;justify-items:stretch;align-items:stretch;gap:0}.site-header__nav-list{border:0;border-radius:0;overflow:visible;background:transparent}.site-header__nav-list li{min-width:0}.site-header__nav-list li+li{border-top:1px solid var(--header-line-soft)}.site-header__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.site-header__link,.site-header__action{min-height:2.75rem;padding:.7rem .2rem}.site-header__link{width:100%;display:flex;border:0;border-radius:0;color:#fff8d8c7;background:transparent;font-size:.82rem;font-weight:500;justify-content:flex-start}.site-header__link:hover{color:var(--header-text);background:transparent}.site-header__action{width:100%;min-height:2.85rem;justify-content:center;padding:.78rem .9rem;border-radius:.9rem;font-size:.8rem}}@media(max-width:440px){.site-header__inner{width:min(100% - 1.25rem,1240px)}.site-header__brand-iptv,.site-header__brand-norge{font-size:.94rem}.site-header__nav-list,.site-header__actions{grid-template-columns:1fr}.site-header__actions{gap:.45rem}}.site-footer{--footer-bg: #020302;--footer-line: rgba(255, 248, 216, .22);--footer-text: #fff8d8;--footer-muted: rgba(255, 248, 216, .72);--footer-soft: rgba(255, 248, 216, .5);--footer-orange: #fff0a8;--footer-orange-2: #fff8d8;width:100%;border-top:1px solid var(--footer-line);background:radial-gradient(circle at 10% 0%,rgba(255,240,168,.26),transparent 21rem),radial-gradient(circle at 88% 8%,rgba(255,248,216,.16),transparent 24rem),var(--footer-bg);color:var(--footer-text)}.site-footer__inner{width:min(100% - 2rem,1240px);margin:0 auto;padding:clamp(2.4rem,6vw,5rem) 0 1.4rem}.site-footer__cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem;align-items:end;margin-bottom:1rem;border:1px solid var(--footer-line);border-radius:1.6rem;padding:clamp(1.2rem,3vw,2rem);background:radial-gradient(circle at 85% 0%,rgba(255,240,168,.32),transparent 18rem),radial-gradient(circle at 0% 100%,rgba(255,248,216,.16),transparent 16rem),linear-gradient(180deg,#ffffff13,#ffffff06)}.site-footer__cta-kicker{grid-column:1 / -1;margin:0;color:var(--footer-orange-2);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.site-footer__cta h2{max-width:18ch;margin:0;color:var(--footer-text);font-size:clamp(1.8rem,4.2vw,4rem);font-weight:620;line-height:.98;letter-spacing:-.04em}.site-footer__cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.site-footer__cta-btn{min-height:2.65rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--footer-line);border-radius:999px;padding:.68rem 1rem;font-size:.82rem;font-weight:700;line-height:1;text-decoration:none}.site-footer__cta-btn--primary{color:#050706;border-color:transparent;background:linear-gradient(135deg,#fff8d8,#fff0a8);box-shadow:0 16px 38px #fff0a83d}.site-footer__cta-btn--ghost{color:var(--footer-text);background:#ffffff0f}.site-footer__cta-btn--ghost:hover{border-color:#fff0a87a;background:#fff8d814}.site-footer__top{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.35fr);gap:clamp(1rem,4vw,2.6rem);border:1px solid var(--footer-line);border-radius:1.35rem;padding:clamp(1rem,3vw,1.4rem);background:linear-gradient(135deg,#fff0a81a,#ffffff06),#ffffff09}.site-footer__brand-col{display:grid;gap:.75rem;align-content:start}.site-footer__brand{display:inline-flex;align-items:center;gap:.62rem;color:var(--footer-text);text-decoration:none}.site-footer__brand-mark{width:2.35rem;height:2.35rem;display:grid;place-items:center;border:1px solid rgba(255,240,168,.45);border-radius:.72rem;background:#fff0a81f;color:var(--footer-orange-2);font-size:.72rem;font-weight:750}.site-footer__brand-text{display:inline-flex;gap:.24rem;align-items:baseline;font-family:var(--font-logo, "Montserrat", system-ui, sans-serif)}.site-footer__brand-iptv,.site-footer__brand-norge{color:var(--footer-text);font-size:clamp(1rem,2vw,1.22rem);line-height:1;letter-spacing:0;text-transform:uppercase}.site-footer__brand-iptv{font-weight:520}.site-footer__brand-norge{font-weight:800}.site-footer__desc{max-width:34ch;margin:0;color:var(--footer-muted);font-size:.84rem;line-height:1.55}.site-footer__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.site-footer__group{display:grid;align-content:start;gap:.62rem}.site-footer__group-title{margin:0;color:var(--footer-text);font-size:.73rem;font-weight:700;line-height:1.1;letter-spacing:.08em;text-transform:uppercase}.site-footer__group-list{display:grid;gap:.38rem;list-style:none;margin:0;padding:0}.site-footer__link{color:var(--footer-muted);font-size:.8rem;font-weight:460;line-height:1.35;text-decoration:none}.site-footer__link:hover{color:var(--footer-orange)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:.7rem .2rem 0}.site-footer__copyright{margin:0;color:var(--footer-soft);font-size:.72rem;font-weight:520}@media(max-width:860px){.site-footer__cta,.site-footer__top{grid-template-columns:1fr}.site-footer__cta-actions{justify-content:flex-start}.site-footer__links{grid-template-columns:1fr}}@media(max-width:520px){.site-footer__inner{width:min(100% - 1.25rem,1240px)}.site-footer__cta-actions{display:grid;grid-template-columns:1fr}}:root{color-scheme:light;--color-page: #f8fafc;--color-surface: #ffffff;--color-text: #0f172a;--color-text-strong: #111827;--color-text-body: #374151;--color-muted: #475569;--color-muted-soft: #6b7280;--color-border: #e2e8f0;--color-border-soft: #e5e7eb;--color-brand: #0f766e;--color-brand-strong: #115e59;--color-accent: #f59e0b;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-logo: Montserrat, var(--font-sans);--space-page-x: clamp(1rem, 3vw, 2rem);--space-section-y: clamp(2.25rem, 5vw, 4rem);--space-section-inner-y: clamp(1.1rem, 2.6vw, 1.8rem);--container: 1180px;--container-homepage: 1200px;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: 1rem;--shadow-soft: 0 14px 34px rgb(15 23 42 / 8%);--shadow-card: 0 1px 2px rgb(15 23 42 / 4%);--shadow-card-hover: 0 8px 20px rgb(15 23 42 / 6%);--app-min-height: 100vh}@supports (min-height: 100dvh){:root{--app-min-height: 100dvh}}@media(max-width:680px){:root{--space-page-x: 1rem;--space-section-y: clamp(1.85rem, 7vw, 2.6rem);--space-section-inner-y: clamp(.9rem, 4vw, 1.3rem)}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/_assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/_assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/_assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:800;src:url(/_assets/inter-latin-800-normal-BYj_oED-.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:500;src:url(/_assets/montserrat-latin-500-normal-DRFEGfly.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:700;src:url(/_assets/montserrat-latin-700-normal-BdjcYUrC.woff2) format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-display:swap;font-weight:800;src:url(/_assets/montserrat-latin-800-normal-axpkC1rd.woff2) format("woff2")}*{box-sizing:border-box}html{min-width:320px;width:100%;overflow-x:clip;background:var(--color-page);color:var(--color-text);font-family:var(--font-sans);line-height:1.5;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}body{margin:0;width:100%;min-height:var(--app-min-height);overflow-x:clip}body,button,input,textarea,select{font:inherit}:where(main,section,article,aside,header,footer,nav,div,ul,ol,li,p,h1,h2,h3,h4,h5,h6){min-width:0}:where(p,h1,h2,h3,h4,h5,h6,li,a,span){overflow-wrap:break-word}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}:focus-visible{outline:3px solid rgb(15 118 110 / 35%);outline-offset:3px}.site-shell{min-height:var(--app-min-height);display:flex;flex-direction:column;min-width:0;overflow-x:clip}.site-shell>main{flex:1}@media(max-width:680px){html,body,.site-shell{overflow-x:hidden}}
