:root{--navy:#062a4b;--navy2:#0b416d;--blue:#1684cf;--yellow:#ffc928;--ink:#10263a;--muted:#647789;--bg:#f4f7fa;--white:#fff;--radius:18px;--shadow:0 10px 30px rgba(6,42,75,.10);--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}img{max-width:100%;height:auto}a{text-decoration:none;color:var(--navy)}.container{width:min(var(--max),calc(100% - 36px));margin:auto}
.site-header{position:sticky;top:0;z-index:1000;background:var(--navy);box-shadow:0 4px 20px rgba(0,0,0,.14)}
.nav-wrap{width:min(var(--max),calc(100% - 40px));min-height:74px;margin:auto;display:flex;align-items:center;gap:16px}
.brand{display:flex;align-items:center;flex:0 0 auto;background:#fff;border-radius:12px;padding:5px 9px;box-shadow:0 3px 12px rgba(0,0,0,.12)}
.brand img{width:145px;height:auto;display:block}
.main-nav{margin-left:auto;min-width:0;flex:1 1 auto;overflow:visible}
.main-nav>ul{list-style:none;margin:0;padding:0;display:flex;gap:2px;align-items:center;justify-content:flex-end;white-space:nowrap}
.main-nav li{position:relative}
.main-nav a{color:#fff;display:block;padding:12px 9px;font-size:14px;font-weight:750;border-radius:9px;line-height:1.15}
.main-nav a:hover,.main-nav .current>a{color:var(--yellow);background:rgba(255,255,255,.08)}
.main-nav li.deeper>a:after{content:" ▾";font-size:9px;opacity:.85}
.main-nav ul.mod-menu__sub{display:none;position:absolute;top:calc(100% + 4px);left:0;min-width:245px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 14px 35px rgba(6,42,75,.18);border:1px solid #e5edf3;white-space:normal}
.main-nav li:hover>ul.mod-menu__sub,.main-nav li:focus-within>ul.mod-menu__sub{display:block}
.main-nav ul.mod-menu__sub a{color:var(--ink);padding:10px 12px;font-size:14px}
.main-nav ul.mod-menu__sub a:hover{background:#edf5fa;color:var(--navy)}
.main-nav li a[href*="bli-medlem"]{display:none}
.nav-cta{flex:0 0 128px;background:var(--yellow);color:var(--navy);font-weight:850;padding:12px 15px;border-radius:999px;text-align:center;box-shadow:0 5px 14px rgba(0,0,0,.12);white-space:nowrap}
.nav-cta:hover{transform:translateY(-1px);box-shadow:0 7px 18px rgba(0,0,0,.16)}
.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}
.topbar{background:var(--navy2);color:#fff;padding:6px 0;font-size:13px}
.hero{position:relative;overflow:hidden;background:#0b416d;color:#fff;min-height:470px}.hero-bg{position:absolute;inset:0;background-color:#0b416d;background-position:center center;background-size:cover;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,31,55,.92) 0%,rgba(3,31,55,.72) 31%,rgba(3,31,55,.18) 64%,rgba(3,31,55,.06) 100%)}.hero-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;min-height:470px}.hero-copy{padding:70px 0;max-width:650px;position:relative;z-index:2}.hero h1{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-1.5px;margin:8px 0 18px}.hero p{font-size:19px;max-width:620px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800}.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.btn{display:inline-flex;padding:12px 20px;border-radius:999px;font-weight:800;border:2px solid transparent}.btn-yellow{background:var(--yellow);color:var(--navy)}.btn-outline{border-color:#fff;color:#fff}.hero-credit{position:absolute;right:18px;bottom:12px;color:rgba(255,255,255,.78);font-size:10px;z-index:3;background:rgba(0,0,0,.22);padding:4px 8px;border-radius:6px}
.section{padding:60px 0}.white{background:#fff}.light{background:var(--bg)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:28px}.section-heading h2{font-size:40px;line-height:1.1;margin:5px 0}.section-heading p{margin:0;color:var(--muted)}.blue{color:var(--blue)}.text-link{font-weight:800;white-space:nowrap}.centered{text-align:center;display:block}
.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) minmax(260px,1fr);gap:20px}.news-card,.news-side-card{border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}.news-card{display:flex;flex-direction:column}.news-image{display:block;height:190px;overflow:hidden;background:#eaf0f5}.news-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.news-card:hover .news-image img{transform:scale(1.03)}.news-content{padding:20px 22px 22px}.news-card h3,.news-side-card h3{font-size:21px;line-height:1.25;margin:7px 0}.news-card h3 a{color:var(--ink)}.news-card p,.news-side-card p{color:var(--muted)}.news-label{color:var(--blue);font-size:11px;font-weight:900;letter-spacing:1.5px}.news-meta{font-size:11px;color:var(--muted);margin-bottom:6px}.news-more{font-weight:850;color:var(--navy);display:inline-block;margin-top:6px}.news-image-placeholder{height:190px;display:grid;place-items:center;background:linear-gradient(135deg,#e8eef3,#d8e4ec);color:#587084;font-weight:900;letter-spacing:1.5px;font-size:11px}.news-side-card{background:var(--navy);color:#fff;padding:25px}.news-side-card p{color:#c9d8e3}.news-side-card a{color:var(--yellow);font-weight:800}.news-side-card strong{color:#fff}
.cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{background:#fff;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.feature-card .icon{width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);font-weight:900;color:var(--navy);font-size:20px}.feature-card h3{font-size:22px;margin-bottom:8px}
.birds-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:25px;margin-top:30px}.bird-option{text-align:center;font-weight:800}.bird-option img{width:100%;max-width:170px;height:125px;object-fit:contain;display:block;margin:auto}.bird-option span{display:block;margin-top:6px}
.page-wrap{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:30px;padding-top:50px;padding-bottom:60px}.component-area{min-width:0}.component-area .item-page,.component-area .blog-item{background:#fff;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}.sidebar .moduletable{background:#fff;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-bottom:20px}
.site-footer{background:var(--navy);color:#dceaf4}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px;padding:50px 0}.footer-logo{width:220px}.site-footer a{color:#dceaf4}.footer-bottom{border-top:1px solid rgba(255,255,255,.13);padding:18px 0;font-size:13px}.footer-bottom .container{display:flex;justify-content:space-between}
@media(max-width:1240px){
  .nav-wrap{gap:12px;width:min(var(--max),calc(100% - 28px))}
  .brand img{width:145px}
  .main-nav a{font-size:13px;padding-left:7px;padding-right:7px}
  .nav-cta{flex-basis:116px;padding-left:10px;padding-right:10px}
}
@media(max-width:1120px){.nav-wrap{gap:10px}.brand img{width:132px}.main-nav a{font-size:12.5px;padding:10px 6px}.nav-cta{flex-basis:108px;padding:11px 8px;font-size:13px}}@media(max-width:980px){.main-nav{display:none}.menu-toggle{display:block;margin-left:auto}.nav-cta{display:block}.birds-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:800px){.nav-wrap{min-height:70px}.brand{padding:5px 9px;border-radius:11px}.brand img{width:145px}.menu-toggle{display:block;margin-left:auto}.main-nav{position:absolute;left:0;right:0;top:70px;background:var(--navy);display:none;padding:10px 18px}.main-nav.is-open{display:block}.main-nav ul{display:block;white-space:normal}.main-nav a{font-size:14px;padding:12px 10px}.main-nav ul.mod-menu__sub{position:static;display:block;background:rgba(255,255,255,.06);box-shadow:none;padding-left:10px}.main-nav ul.mod-menu__sub a{color:#fff}.hero-inner{grid-template-columns:1fr;text-align:center}.hero-copy{padding:58px 0 35px;margin:auto}.hero-overlay{background:linear-gradient(180deg,rgba(3,31,55,.55),rgba(3,31,55,.82))}.hero-credit{right:8px;bottom:8px}.hero p{margin-left:auto;margin-right:auto}.hero-bird{padding-bottom:25px}.hero-bird img{max-height:280px}.news-grid{grid-template-columns:1fr}.news-image{height:210px}.news-image-placeholder{height:210px}.cards-3{grid-template-columns:1fr}.page-wrap{grid-template-columns:1fr}.birds-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.container,.nav-wrap{width:calc(100% - 24px)}.section{padding:42px 0}.section-heading{display:block}.text-link{display:inline-block;margin-top:12px}.hero h1{font-size:40px}.hero p{font-size:17px}.birds-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom .container{display:block}}

/* 0.4.2: Hero images may have any original dimensions. They are always cropped,
   never stretched. */
.hero-bg{background-size:cover;background-position:center center;background-repeat:no-repeat}

/* 0.4.3 Hero image preservation:
   The selected source image is shown as a real image and fitted inside the
   right side of the Hero. Nothing is cropped from the foreground photo.
   A blurred copy fills the background for photos with different proportions. */
.hero{isolation:isolate}
.hero-bg{background-image:var(--pj-hero-bg);background-position:center;background-size:cover;background-repeat:no-repeat;filter:blur(18px);transform:scale(1.06);opacity:.45;z-index:-3}
.hero-photo-wrap{position:absolute;right:0;top:0;bottom:0;width:calc(100% - 590px);display:flex;align-items:center;justify-content:flex-end;padding:0 2.5% 0 0;z-index:0;overflow:hidden}
.hero-photo{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 28px rgba(0,0,0,.18))}
.hero-overlay{z-index:1;background:linear-gradient(90deg,rgba(3,31,55,.96) 0%,rgba(3,31,55,.82) 30%,rgba(3,31,55,.34) 55%,rgba(3,31,55,.06) 78%,rgba(3,31,55,.04) 100%)}
.hero-inner{z-index:2}
.hero-copy{z-index:3}
.hero-credit{z-index:4}

@media(max-width:900px){
 .hero-photo-wrap{width:100%;height:52%;top:auto;bottom:0;padding:0;justify-content:center;align-items:flex-end}
 .hero-photo{max-width:92%;max-height:100%}
 .hero-overlay{background:linear-gradient(180deg,rgba(3,31,55,.72) 0%,rgba(3,31,55,.76) 42%,rgba(3,31,55,.88) 100%)}
 .hero-copy{padding-top:42px;padding-bottom:170px}
 .hero{min-height:650px}
}

/* 0.4.4: fixed compact Hero height */
.hero{
  height:470px !important;
  min-height:470px !important;
  max-height:470px !important;
}
.hero-inner{
  height:470px !important;
  min-height:470px !important;
}
.hero-photo-wrap{
  height:470px !important;
  top:0 !important;
  bottom:auto !important;
}
.hero-photo{
  max-height:410px !important;
  max-width:92% !important;
  width:auto !important;
  height:auto !important;
}

@media(max-width:900px){
  .hero{
    height:620px !important;
    min-height:620px !important;
    max-height:620px !important;
  }
  .hero-inner{
    height:620px !important;
    min-height:620px !important;
  }
  .hero-photo-wrap{
    height:270px !important;
    top:auto !important;
    bottom:0 !important;
  }
  .hero-photo{
    max-height:255px !important;
    max-width:90% !important;
  }
}

/* 0.4.5 FINAL HERO LAYOUT
   Fixed desktop height. Foreground photo is contained, never cropped/stretched. */
.hero#pjHero{
  position:relative !important;
  height:430px !important;
  min-height:430px !important;
  max-height:430px !important;
  overflow:hidden !important;
}
.hero#pjHero .hero-inner{
  position:relative !important;
  height:430px !important;
  min-height:430px !important;
  max-height:430px !important;
  display:block !important;
}
.hero#pjHero .hero-copy{
  position:relative !important;
  z-index:5 !important;
  width:52% !important;
  max-width:650px !important;
  padding:72px 0 0 !important;
  margin:0 !important;
  text-align:left !important;
}
.hero#pjHero .hero-photo-wrap{
  position:absolute !important;
  z-index:2 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  left:52% !important;
  width:auto !important;
  height:430px !important;
  padding:0 25px 0 15px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.hero#pjHero .hero-photo{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:390px !important;
  object-fit:contain !important;
  object-position:center !important;
}
.hero#pjHero .hero-overlay{
  z-index:3 !important;
  background:linear-gradient(90deg,rgba(3,31,55,.98) 0%,rgba(3,31,55,.88) 35%,rgba(3,31,55,.45) 58%,rgba(3,31,55,.12) 100%) !important;
}
.hero#pjHero .hero-credit{
  z-index:6 !important;
}
@media(max-width:900px){
  .hero#pjHero{
    height:600px !important;
    min-height:600px !important;
    max-height:600px !important;
  }
  .hero#pjHero .hero-inner{
    height:600px !important;
    min-height:600px !important;
    max-height:600px !important;
  }
  .hero#pjHero .hero-copy{
    width:100% !important;
    max-width:none !important;
    padding:42px 0 0 !important;
    text-align:center !important;
  }
  .hero#pjHero .hero-photo-wrap{
    left:0 !important;
    top:290px !important;
    bottom:0 !important;
    height:310px !important;
    padding:0 12px !important;
  }
  .hero#pjHero .hero-photo{
    max-width:94% !important;
    max-height:290px !important;
  }
  .hero#pjHero .hero-overlay{
    background:linear-gradient(180deg,rgba(3,31,55,.74) 0%,rgba(3,31,55,.78) 45%,rgba(3,31,55,.90) 100%) !important;
  }
}

/* 0.4.8 – full background Hero
   The selected photo is the Hero background itself.
   It is centered and uses cover, so the image naturally zooms/crops
   according to its original aspect ratio. */
.hero#pjHero{
  position:relative !important;
  height:430px !important;
  min-height:430px !important;
  max-height:430px !important;
  overflow:hidden !important;
  background:#07375a !important;
}
.hero#pjHero .hero-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:0 !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  filter:none !important;
  transform:none !important;
  opacity:1 !important;
}
.hero#pjHero .hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(90deg,
    rgba(3,31,55,.94) 0%,
    rgba(3,31,55,.78) 30%,
    rgba(3,31,55,.34) 56%,
    rgba(3,31,55,.08) 78%,
    rgba(3,31,55,.03) 100%) !important;
}
.hero#pjHero .hero-inner{
  position:relative !important;
  z-index:2 !important;
  height:430px !important;
  min-height:430px !important;
  max-height:430px !important;
}
.hero#pjHero .hero-copy{
  position:relative !important;
  z-index:3 !important;
  width:52% !important;
  max-width:680px !important;
  padding-top:70px !important;
}
@media(max-width:900px){
  .hero#pjHero{
    height:600px !important;
    min-height:600px !important;
    max-height:600px !important;
  }
  .hero#pjHero .hero-inner{
    height:600px !important;
    min-height:600px !important;
    max-height:600px !important;
  }
  .hero#pjHero .hero-bg{
    background-position:center center !important;
    background-size:cover !important;
  }
  .hero#pjHero .hero-overlay{
    background:linear-gradient(180deg,
      rgba(3,31,55,.72) 0%,
      rgba(3,31,55,.72) 40%,
      rgba(3,31,55,.88) 100%) !important;
  }
  .hero#pjHero .hero-copy{
    width:100% !important;
    max-width:none !important;
    padding-top:42px !important;
  }
}

/* 0.4.9 – final full-background Hero.
   Image is selected server-side and shown as the actual Hero background. */
.hero#pjHero{
  height:430px !important;
  min-height:430px !important;
  max-height:430px !important;
  overflow:hidden !important;
  position:relative !important;
}
.hero#pjHero .hero-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:0 !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-color:#0b416d !important;
  filter:none !important;
  transform:none !important;
  opacity:1 !important;
}
.hero#pjHero .hero-overlay{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(90deg,rgba(3,31,55,.94) 0%,rgba(3,31,55,.76) 30%,rgba(3,31,55,.32) 58%,rgba(3,31,55,.07) 82%,rgba(3,31,55,.02) 100%) !important;
}
.hero#pjHero .hero-inner{
  position:relative !important;
  z-index:2 !important;
  height:430px !important;
  min-height:430px !important;
  max-height:430px !important;
}
@media(max-width:900px){
  .hero#pjHero,.hero#pjHero .hero-inner{
    height:600px !important;
    min-height:600px !important;
    max-height:600px !important;
  }
  .hero#pjHero .hero-overlay{
    background:linear-gradient(180deg,rgba(3,31,55,.70),rgba(3,31,55,.88)) !important;
  }
}

/* 0.5.1 – Hero uses the prepared 1920x430 images as a true background. */
.hero#pjHero{height:430px !important;min-height:430px !important;max-height:430px !important;}
.hero#pjHero .hero-bg{background-size:cover !important;background-position:center center !important;}

/* 0.5.2 – Hero aspect-ratio follows 1920x430 exactly.
   1920 / 430 = 4.465116.
   The Hero therefore scales with the viewport width instead of having a
   fixed height. With a 1920x430 source image, cover will not crop. */

.hero#pjHero{
  position:relative !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  aspect-ratio:1920 / 430 !important;
  overflow:hidden !important;
  background:#0b416d !important;
}

.hero#pjHero .hero-bg-contain{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  z-index:0 !important;
  background-position:center center !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
  background-color:#0b416d !important;
  filter:none !important;
  transform:none !important;
  opacity:1 !important;
}

.hero#pjHero .hero-dim{
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(
    90deg,
    rgba(3,31,55,.94) 0%,
    rgba(3,31,55,.76) 30%,
    rgba(3,31,55,.32) 58%,
    rgba(3,31,55,.07) 82%,
    rgba(3,31,55,.02) 100%
  ) !important;
}

.hero#pjHero .hero-inner{
  position:relative !important;
  z-index:3 !important;
  height:100% !important;
  min-height:0 !important;
  max-height:none !important;
}

.hero#pjHero .hero-copy{
  position:absolute !important;
  left:0 !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  z-index:4 !important;
  width:52% !important;
  max-width:680px !important;
  padding:0 !important;
  margin:0 !important;
}

.hero#pjHero .hero-credit{
  position:absolute !important;
  z-index:5 !important;
  right:0 !important;
  bottom:12px !important;
}

/* Prevent older .hero styles from imposing a fixed height through common rules. */
.hero#pjHero,
.hero#pjHero .hero-inner,
.hero#pjHero .hero-bg-contain,
.hero#pjHero .hero-dim{
  box-sizing:border-box !important;
}

@media(max-width:900px){
  /* Mobile gets a more usable Hero height; the desktop image ratio is not
     forced because portrait phone screens would make the banner too short. */
  .hero#pjHero{
    aspect-ratio:auto !important;
    height:600px !important;
    min-height:600px !important;
    max-height:600px !important;
  }
  .hero#pjHero .hero-inner{
    height:600px !important;
  }
  .hero#pjHero .hero-bg-contain{
    background-position:center center !important;
    background-size:cover !important;
  }
  .hero#pjHero .hero-dim{
    background:linear-gradient(
      180deg,
      rgba(3,31,55,.70) 0%,
      rgba(3,31,55,.76) 45%,
      rgba(3,31,55,.90) 100%
    ) !important;
  }
  .hero#pjHero .hero-copy{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:100% !important;
    max-width:none !important;
    padding-top:42px !important;
    text-align:center !important;
  }
}

/* Papegojskoj 0.6.0 – homepage/header visual system */
.site-header{position:sticky;top:0;z-index:1000;background:#071b35;border-bottom:1px solid rgba(255,255,255,.05)}
.nav-wrap{width:min(1320px,calc(100% - 48px));min-height:118px;gap:26px;align-items:center}
.brand{position:relative;display:flex;align-items:center;justify-content:flex-start;flex:0 0 530px;min-height:92px;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important;overflow:visible}
.pj-brand-bird{position:absolute;left:0;top:-8px;width:128px;height:108px;display:flex;align-items:center;justify-content:center;z-index:2}
.pj-brand-bird img{width:125px;height:auto;max-height:112px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(0,0,0,.35))}
.pj-brand-wordmark{margin-left:62px;display:flex;align-items:center;justify-content:center;min-width:430px;height:72px;padding:0 26px 0 68px;border:4px solid #f5f1df;border-radius:42px;color:#081b34;background:transparent;font-size:39px;line-height:1;font-weight:900;letter-spacing:-1px;text-align:center;position:relative;background:#f5f1df;box-shadow:inset 0 0 0 3px #071b35}
.pj-brand-wordmark:after{content:"";position:absolute;inset:6px;border:2px solid #f5f1df;border-radius:34px;pointer-events:none}
.main-nav{margin-left:auto;flex:0 1 auto}
.main-nav>ul{gap:4px}
.main-nav a{font-size:15px;padding:13px 10px;font-weight:800;color:#fff}
.nav-cta{flex:0 0 auto;background:#ffc928;color:#071b35;padding:15px 23px;border-radius:999px;font-size:16px;font-weight:900}
.account-menu{position:relative;flex:0 0 auto;margin-left:0}
.account-trigger{border:0;background:transparent;color:#fff;display:flex;align-items:center;gap:9px;padding:10px 4px;cursor:pointer;font-size:15px;font-weight:800}
.account-avatar{width:34px;height:34px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:13px;color:#fff}
.account-chevron{font-size:18px;line-height:1;transform:translateY(-2px)}
.account-dropdown{position:absolute;right:0;top:calc(100% + 10px);width:230px;background:#f8f5ea;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.28);padding:9px;z-index:2000}
.account-dropdown[hidden]{display:none}
.account-dropdown a{display:block;color:#12253b;padding:11px 12px;border-radius:6px;font-size:15px}
.account-dropdown a:hover{background:#ebe5d6}
.account-dropdown .account-bird-link{font-weight:800}
.account-dropdown .account-logout{border-top:1px solid #ddd5c3;margin-top:5px;padding-top:13px}
.hero#pjHero{height:430px!important;min-height:430px!important;max-height:430px!important;background:#061b32!important}
.hero#pjHero .hero-inner{height:430px!important;min-height:430px!important;max-height:430px!important;width:min(1320px,calc(100% - 48px))!important}
.hero#pjHero .hero-copy{width:56%!important;max-width:760px!important;padding-top:64px!important}
.hero#pjHero .hero-copy h1{font-size:clamp(48px,5vw,76px)!important;line-height:.98!important;letter-spacing:-2px!important;margin:0 0 2px!important;font-weight:900!important}
.hero#pjHero .hero-tagline{font-size:24px!important;line-height:1.12!important;margin:0 0 16px!important;color:#fff;font-weight:500}
.hero#pjHero .hero-copy>p:not(.hero-tagline){font-size:17px!important;line-height:1.5!important;max-width:600px!important}
.hero#pjHero .hero-buttons{margin-top:20px!important;gap:18px!important}
.hero#pjHero .btn{padding:14px 25px!important;border-radius:999px!important;font-size:16px!important}
.hero#pjHero .btn-yellow{background:#ffc928!important;color:#081b34!important}
.hero#pjHero .btn-outline{border:2px solid #fff!important;color:#fff!important;background:transparent!important}
.hero#pjHero .hero-bg{background-position:center right!important;background-size:cover!important}
.hero#pjHero .hero-overlay{background:linear-gradient(90deg,rgba(3,25,48,.98) 0%,rgba(3,25,48,.88) 35%,rgba(3,25,48,.35) 62%,rgba(3,25,48,.04) 100%)!important}
.quick-features{padding:28px 0 58px!important;background:#071b35!important}
.cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cards-4 .feature-card{background:#0d2a47;border:1px solid rgba(255,255,255,.04);border-radius:17px;padding:32px 24px 28px;text-align:center;box-shadow:none;min-height:230px;color:#fff}
.cards-4 .feature-card .icon{font-size:54px;line-height:1;color:#ffb900;font-weight:400;margin-bottom:18px}
.cards-4 .feature-card h3{font-size:19px;letter-spacing:.5px;margin:0 0 10px;color:#fff}
.cards-4 .feature-card p{margin:0;color:#e7edf3;font-size:15px;line-height:1.45}
@media(max-width:1200px){.brand{flex-basis:410px}.pj-brand-wordmark{min-width:360px;font-size:32px;padding-left:58px}.main-nav a{padding-left:7px;padding-right:7px;font-size:13px}.nav-wrap{gap:14px}.cards-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.nav-wrap{min-height:82px}.brand{flex-basis:auto;min-height:68px}.pj-brand-bird{width:82px;height:70px;top:-1px}.pj-brand-bird img{width:82px;max-height:76px}.pj-brand-wordmark{min-width:240px;height:50px;margin-left:30px;padding-left:35px;padding-right:15px;font-size:22px;border-width:3px}.pj-brand-wordmark:after{inset:5px;border-width:1.5px}.account-menu{margin-right:2px}.account-name{display:none}.hero#pjHero,.hero#pjHero .hero-inner{height:480px!important;min-height:480px!important;max-height:480px!important}.hero#pjHero .hero-copy{width:100%!important;padding-top:40px!important;text-align:center!important}.hero#pjHero .hero-copy h1{font-size:46px!important}.hero#pjHero .hero-tagline{font-size:22px!important}.hero#pjHero .hero-bg{background-position:62% center!important}.quick-features{padding-top:18px!important}.cards-4{grid-template-columns:1fr}.cards-4 .feature-card{min-height:190px}}
@media(max-width:560px){.nav-wrap{width:calc(100% - 24px)}.brand{flex:1 1 auto}.pj-brand-wordmark{min-width:0;width:100%;font-size:18px;height:44px;margin-left:18px;padding-left:30px}.pj-brand-bird{width:62px}.pj-brand-bird img{width:62px}.nav-cta{padding:11px 13px;font-size:13px}.account-trigger{padding-left:0}.main-nav{top:82px}.hero#pjHero .hero-copy h1{font-size:52px!important}.hero#pjHero .hero-tagline{font-size:23px!important}}

/* Papegojskoj 0.6.1 – header alignment fix
   Keeps the logo in its own flex column so navigation can never overlap it. */
.site-header .nav-wrap{
  width:min(1320px,calc(100% - 48px)) !important;
  min-height:112px !important;
  display:flex !important;
  align-items:center !important;
  gap:20px !important;
}
.site-header .brand{
  position:relative !important;
  flex:0 0 520px !important;
  width:520px !important;
  min-width:520px !important;
  height:100px !important;
  min-height:100px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
}
.site-header .pj-brand-bird{
  left:-2px !important;
  top:-6px !important;
  width:126px !important;
  height:108px !important;
  z-index:3 !important;
}
.site-header .pj-brand-bird img{
  width:122px !important;
  max-height:108px !important;
}
.site-header .pj-brand-wordmark{
  position:absolute !important;
  left:62px !important;
  top:14px !important;
  margin:0 !important;
  width:454px !important;
  min-width:454px !important;
  height:72px !important;
  padding:0 22px 0 58px !important;
  font-size:38px !important;
  letter-spacing:-1.2px !important;
  white-space:nowrap !important;
}
.site-header .main-nav{
  margin-left:0 !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  overflow:visible !important;
}
.site-header .main-nav > ul{
  justify-content:flex-end !important;
  flex-wrap:nowrap !important;
  gap:1px !important;
  min-width:0 !important;
}
.site-header .main-nav a{
  padding:11px 8px !important;
  font-size:14px !important;
  white-space:nowrap !important;
}
.site-header .nav-cta{
  flex:0 0 145px !important;
  min-width:145px !important;
  padding:14px 18px !important;
  font-size:16px !important;
}
.site-header .account-menu{
  flex:0 0 auto !important;
  min-width:105px !important;
}
@media(max-width:1250px){
  .site-header .nav-wrap{gap:12px !important}
  .site-header .brand{flex-basis:450px !important;width:450px !important;min-width:450px !important}
  .site-header .pj-brand-wordmark{width:390px !important;min-width:390px !important;font-size:32px !important;left:58px !important}
  .site-header .pj-brand-bird{width:110px !important}
  .site-header .pj-brand-bird img{width:108px !important}
  .site-header .main-nav a{padding-left:5px !important;padding-right:5px !important;font-size:13px !important}
  .site-header .nav-cta{flex-basis:125px !important;min-width:125px !important;font-size:14px !important}
}
@media(max-width:980px){
  .site-header .nav-wrap{min-height:82px !important}
  .site-header .brand{flex:1 1 auto !important;width:auto !important;min-width:0 !important;height:72px !important;min-height:72px !important}
  .site-header .pj-brand-bird{width:82px !important;height:72px !important;top:0 !important}
  .site-header .pj-brand-bird img{width:80px !important;max-height:74px !important}
  .site-header .pj-brand-wordmark{left:40px !important;top:10px !important;width:calc(100% - 40px) !important;min-width:0 !important;height:52px !important;font-size:23px !important;padding-left:40px !important;padding-right:14px !important}
  .site-header .nav-cta{flex:0 0 auto !important;min-width:120px !important}
}
@media(max-width:700px){
  .site-header .brand{max-width:calc(100% - 150px) !important}
  .site-header .nav-cta{min-width:112px !important;padding:11px 13px !important;font-size:13px !important}
}

/* Papegojskoj 0.6.2 – Joomla tree/dropdown navigation */
.site-header .main-nav > ul,
.site-header .main-nav ul.mod-menu{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:2px !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}
.site-header .main-nav li{position:relative !important;list-style:none !important;margin:0 !important;padding:0 !important}
.site-header .main-nav > ul > li > a,
.site-header .main-nav > ul > li > span{
  display:flex !important;
  align-items:center !important;
  min-height:44px !important;
  white-space:nowrap !important;
}
.site-header .main-nav li.has-submenu > a::after,
.site-header .main-nav li.has-submenu > span::after{
  content:'⌄';
  font-size:12px;
  margin-left:6px;
  opacity:.8;
  transform:translateY(-1px);
}
.site-header .main-nav ul.mod-menu__sub,
.site-header .main-nav li > ul:not(.mod-menu){
  position:absolute !important;
  left:0 !important;
  top:100% !important;
  z-index:2500 !important;
  display:none !important;
  min-width:235px !important;
  max-width:320px !important;
  margin:0 !important;
  padding:8px !important;
  background:#f8f5ea !important;
  border:1px solid rgba(7,27,53,.10) !important;
  border-radius:10px !important;
  box-shadow:0 18px 45px rgba(0,0,0,.28) !important;
}
.site-header .main-nav li.has-submenu:hover > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu:hover > ul:not(.mod-menu),
.site-header .main-nav li.has-submenu:focus-within > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu:focus-within > ul:not(.mod-menu),
.site-header .main-nav li.has-submenu.submenu-open > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu.submenu-open > ul:not(.mod-menu){
  display:block !important;
}
.site-header .main-nav ul.mod-menu__sub li,
.site-header .main-nav li > ul:not(.mod-menu) li{width:100% !important}
.site-header .main-nav ul.mod-menu__sub a,
.site-header .main-nav li > ul:not(.mod-menu) a{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  min-height:42px !important;
  padding:10px 12px !important;
  border-radius:7px !important;
  color:#12253b !important;
  font-size:14px !important;
  font-weight:700 !important;
  white-space:normal !important;
}
.site-header .main-nav ul.mod-menu__sub a:hover,
.site-header .main-nav li > ul:not(.mod-menu) a:hover,
.site-header .main-nav ul.mod-menu__sub a:focus,
.site-header .main-nav li > ul:not(.mod-menu) a:focus{
  background:#ebe5d6 !important;
  color:#071b35 !important;
}
/* Second and deeper levels open to the side on desktop. */
.site-header .main-nav ul.mod-menu__sub li.has-submenu > ul,
.site-header .main-nav li > ul:not(.mod-menu) li.has-submenu > ul{
  left:calc(100% - 2px) !important;
  top:-8px !important;
}
.site-header .main-nav ul.mod-menu__sub li.has-submenu > a::after,
.site-header .main-nav li > ul:not(.mod-menu) li.has-submenu > a::after{
  content:'›';
  margin-left:auto;
  font-size:18px;
}

/* Mobile: turn the same Joomla menu into an expandable tree. */
@media(max-width:980px){
  .site-header .main-nav{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    top:82px !important;
    width:100% !important;
    background:#071b35 !important;
    padding:10px 18px 18px !important;
    box-shadow:0 18px 35px rgba(0,0,0,.25) !important;
    display:none !important;
    max-height:calc(100vh - 82px) !important;
    overflow:auto !important;
  }
  .site-header .main-nav.open{display:block !important}
  .site-header .main-nav > ul,
  .site-header .main-nav ul.mod-menu{
    display:block !important;
    width:100% !important;
  }
  .site-header .main-nav li{width:100% !important}
  .site-header .main-nav > ul > li > a,
  .site-header .main-nav > ul > li > span{
    min-height:48px !important;
    padding:12px 10px !important;
    border-bottom:1px solid rgba(255,255,255,.10) !important;
  }
  .site-header .main-nav li.has-submenu > a::after,
  .site-header .main-nav li.has-submenu > span::after{display:none !important}
  .site-header .main-nav li.has-submenu > .pj-submenu-toggle{
    position:absolute !important;
    right:4px !important;
    top:4px !important;
    width:42px !important;
    height:42px !important;
    border:0 !important;
    background:transparent !important;
    color:#fff !important;
    font-size:22px !important;
    cursor:pointer !important;
    z-index:2 !important;
  }
  .site-header .main-nav li.has-submenu > .pj-submenu-toggle::before{content:'+'}
  .site-header .main-nav li.has-submenu.submenu-open > .pj-submenu-toggle::before{content:'−'}
  .site-header .main-nav ul.mod-menu__sub,
  .site-header .main-nav li > ul:not(.mod-menu),
  .site-header .main-nav ul.mod-menu__sub li.has-submenu > ul,
  .site-header .main-nav li > ul:not(.mod-menu) li.has-submenu > ul{
    position:static !important;
    display:none !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
    padding:4px 0 6px 12px !important;
    background:rgba(255,255,255,.055) !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }
  .site-header .main-nav li.has-submenu.submenu-open > ul.mod-menu__sub,
  .site-header .main-nav li.has-submenu.submenu-open > ul:not(.mod-menu){display:block !important}
  .site-header .main-nav ul.mod-menu__sub a,
  .site-header .main-nav li > ul:not(.mod-menu) a{
    min-height:42px !important;
    padding:9px 12px !important;
    color:#fff !important;
    background:transparent !important;
    border-bottom:1px solid rgba(255,255,255,.06) !important;
  }
  .site-header .main-nav ul.mod-menu__sub a:hover,
  .site-header .main-nav li > ul:not(.mod-menu) a:hover{background:rgba(255,255,255,.08) !important;color:#ffc928 !important}
}


/* 0.6.5 - Joomla-driven header menu.
   The template does not know menu item names or levels. Joomla's menu module
   supplies the complete tree; these rules only control presentation. */
.site-header .nav-wrap{
  display:grid;
  grid-template-columns:250px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  min-height:88px;
}
.site-header .brand{justify-self:start;min-width:0;position:relative;z-index:3}
.site-header .main-nav{margin:0;min-width:0;overflow:visible;align-self:stretch;display:flex;align-items:center}
.site-header .main-nav .mod-menu,
.site-header .main-nav .mod-menu.mod-list{
  list-style:none;margin:0;padding:0;width:100%;display:flex;align-items:center;justify-content:center;gap:2px;white-space:nowrap;
}
.site-header .main-nav .mod-menu > li{position:relative;list-style:none;margin:0;padding:0}
.site-header .main-nav .mod-menu a{
  color:#fff;display:block;padding:12px 10px;font-size:14px;font-weight:800;border-radius:9px;line-height:1.15;white-space:nowrap;
}
.site-header .main-nav .mod-menu a:hover,
.site-header .main-nav .mod-menu .current > a,
.site-header .main-nav .mod-menu .active > a{color:var(--yellow);background:rgba(255,255,255,.08)}
.site-header .main-nav .mod-menu li.deeper > a::after,
.site-header .main-nav .mod-menu li.parent > a::after,
.site-header .main-nav .mod-menu li.has-child > a::after{content:' ▾';font-size:10px;opacity:.9}
/* Joomla versions/classes vary, so target any nested UL rather than a specific class. */
.site-header .main-nav .mod-menu li > ul{
  display:none;position:absolute;top:calc(100% + 5px);left:0;z-index:1200;min-width:245px;max-width:320px;
  list-style:none;margin:0;padding:8px;background:#fff;border:1px solid #e5edf3;border-radius:12px;
  box-shadow:0 16px 38px rgba(6,42,75,.22);white-space:normal;
}
.site-header .main-nav .mod-menu li:hover > ul,
.site-header .main-nav .mod-menu li:focus-within > ul,
.site-header .main-nav .mod-menu li.submenu-open > ul{display:block}
.site-header .main-nav .mod-menu li > ul li{position:relative;list-style:none;margin:0;padding:0}
.site-header .main-nav .mod-menu li > ul a{color:var(--ink);padding:10px 12px;font-size:14px;border-radius:8px}
.site-header .main-nav .mod-menu li > ul a:hover,
.site-header .main-nav .mod-menu li > ul .current > a{background:#edf5fa;color:var(--navy)}
.site-header .main-nav .mod-menu li > ul li > ul{top:-8px;left:calc(100% + 5px)}
.site-header .nav-cta{align-self:center;position:relative;z-index:3}
.site-header .main-nav .mod-menu li a[href*="bli-medlem"]{display:none}

@media(max-width:1180px){
 .site-header .nav-wrap{grid-template-columns:220px minmax(0,1fr) auto;gap:10px}
 .site-header .brand img{width:125px}
 .site-header .main-nav .mod-menu a{font-size:13px;padding-left:7px;padding-right:7px}
 .site-header .nav-cta{flex-basis:auto;padding:11px 14px;font-size:13px}
}
@media(max-width:980px){
 .site-header .nav-wrap{display:flex;min-height:76px}
 .site-header .brand{flex:0 0 auto}
 .site-header .main-nav{display:none;position:absolute;left:0;right:0;top:76px;background:var(--navy);padding:10px 18px;align-items:stretch}
 .site-header .main-nav.is-open,.site-header .main-nav.open{display:block}
 .site-header .main-nav .mod-menu{display:block;width:100%;white-space:normal}
 .site-header .main-nav .mod-menu > li > a{font-size:15px;padding:12px 10px}
 .site-header .main-nav .mod-menu li > ul{position:static;display:none;max-width:none;background:rgba(255,255,255,.06);border:0;box-shadow:none;border-radius:8px;padding:4px 10px}
 .site-header .main-nav .mod-menu li:hover > ul{display:none}
 .site-header .main-nav .mod-menu li.submenu-open > ul,
 .site-header .main-nav .mod-menu li:focus-within > ul{display:block}
 .site-header .main-nav .mod-menu li > ul a{color:#fff}
 .site-header .main-nav .mod-menu li > ul li > ul{left:auto;top:auto}
 .site-header .menu-toggle{display:block;margin-left:auto}
}


/* Papegojskoj 0.6.6 – hamburger-first dynamic Joomla tree navigation.
   Desktop: only the hamburger is visible. Hover/focus opens the Joomla menu.
   The menu hierarchy is never hard-coded; Joomla supplies every level. */
.site-header .nav-wrap{
  position:relative !important;
}
.site-header .menu-launcher{
  position:relative !important;
  flex:0 0 auto !important;
  z-index:3000 !important;
}
.site-header .menu-toggle{
  display:flex !important;
  width:48px !important;
  height:48px !important;
  margin:0 !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.28) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.08) !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  gap:5px !important;
  cursor:pointer !important;
}
.site-header .menu-toggle span{
  display:block !important;
  width:22px !important;
  height:2px !important;
  background:#fff !important;
  border-radius:2px !important;
}
.site-header .main-nav{
  position:absolute !important;
  left:0 !important;
  top:calc(100% + 8px) !important;
  width:285px !important;
  margin:0 !important;
  padding:9px !important;
  background:#071b35 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:12px !important;
  box-shadow:0 22px 50px rgba(0,0,0,.38) !important;
  display:none !important;
}
.site-header .menu-launcher:hover .main-nav,
.site-header .menu-launcher:focus-within .main-nav,
.site-header .main-nav.open{
  display:block !important;
}
.site-header .main-nav > ul,
.site-header .main-nav ul.mod-menu{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.site-header .main-nav li{
  position:relative !important;
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
}
.site-header .main-nav > ul > li > a,
.site-header .main-nav > ul > li > span{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:100% !important;
  min-height:48px !important;
  box-sizing:border-box !important;
  padding:11px 13px !important;
  border-radius:8px !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}
.site-header .main-nav > ul > li:hover > a,
.site-header .main-nav > ul > li:focus-within > a,
.site-header .main-nav > ul > li.submenu-open > a{
  background:rgba(255,255,255,.10) !important;
  color:#ffd13a !important;
}
.site-header .main-nav li.has-submenu > a::after,
.site-header .main-nav li.has-submenu > span::after{
  content:'›' !important;
  margin-left:auto !important;
  padding-left:12px !important;
  font-size:20px !important;
  opacity:.9 !important;
  transform:none !important;
}
.site-header .main-nav ul.mod-menu__sub,
.site-header .main-nav li > ul:not(.mod-menu){
  position:absolute !important;
  left:calc(100% - 2px) !important;
  top:-9px !important;
  width:285px !important;
  min-width:285px !important;
  max-width:none !important;
  margin:0 !important;
  padding:9px !important;
  background:#071b35 !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:12px !important;
  box-shadow:0 22px 50px rgba(0,0,0,.38) !important;
  display:none !important;
}
.site-header .main-nav li.has-submenu:hover > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu:hover > ul:not(.mod-menu),
.site-header .main-nav li.has-submenu:focus-within > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu:focus-within > ul:not(.mod-menu),
.site-header .main-nav li.has-submenu.submenu-open > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu.submenu-open > ul:not(.mod-menu){
  display:block !important;
}
.site-header .main-nav ul.mod-menu__sub a,
.site-header .main-nav li > ul:not(.mod-menu) a{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  min-height:44px !important;
  box-sizing:border-box !important;
  padding:10px 12px !important;
  border-radius:7px !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:700 !important;
  white-space:normal !important;
}
.site-header .main-nav ul.mod-menu__sub a:hover,
.site-header .main-nav li > ul:not(.mod-menu) a:hover,
.site-header .main-nav ul.mod-menu__sub a:focus,
.site-header .main-nav li > ul:not(.mod-menu) a:focus{
  background:rgba(255,255,255,.10) !important;
  color:#ffd13a !important;
}
.site-header .main-nav .pj-submenu-toggle{ display:none !important; }

@media(max-width:980px){
  .site-header .menu-launcher{position:relative !important;}
  .site-header .main-nav{
    left:auto !important;
    right:0 !important;
    top:calc(100% + 8px) !important;
    width:min(330px,calc(100vw - 24px)) !important;
    max-height:calc(100vh - 95px) !important;
    overflow:auto !important;
  }
  .site-header .menu-launcher:hover .main-nav{display:none !important;}
  .site-header .main-nav.open,
  .site-header .menu-launcher:focus-within .main-nav{display:block !important;}
  .site-header .main-nav ul.mod-menu__sub,
  .site-header .main-nav li > ul:not(.mod-menu){
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    padding:4px 0 4px 12px !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    background:rgba(255,255,255,.04) !important;
  }
  .site-header .main-nav li.has-submenu > a::after,
  .site-header .main-nav li.has-submenu > span::after{display:none !important;}
  .site-header .main-nav li.has-submenu > .pj-submenu-toggle{
    display:block !important;
    position:absolute !important;
    right:4px !important;
    top:3px !important;
    width:42px !important;
    height:42px !important;
    border:0 !important;
    background:transparent !important;
    color:#fff !important;
    cursor:pointer !important;
    z-index:5 !important;
  }
  .site-header .main-nav li.has-submenu > .pj-submenu-toggle::after{
    content:'›' !important;
    font-size:22px !important;
  }
  .site-header .main-nav li.has-submenu.submenu-open > .pj-submenu-toggle::after{
    content:'⌄' !important;
  }
}


/* Papegojskoj 0.6.7 – menu button + true multi-level hover tree.
   The Joomla menu remains the sole source of the hierarchy. */
.site-header .menu-launcher{
  position:relative !important;
  flex:0 0 auto !important;
  z-index:4000 !important;
}
.site-header .menu-toggle{
  display:flex !important;
  width:auto !important;
  min-width:86px !important;
  height:44px !important;
  margin:0 !important;
  padding:0 20px !important;
  border:0 !important;
  border-radius:10px !important;
  background:rgba(255,255,255,.09) !important;
  color:#fff !important;
  align-items:center !important;
  justify-content:center !important;
  font:800 15px/1 Arial,Helvetica,sans-serif !important;
  letter-spacing:.2px !important;
  cursor:pointer !important;
}
.site-header .menu-toggle:hover,.site-header .menu-toggle:focus-visible{
  background:rgba(255,255,255,.16) !important;
  color:#ffc928 !important;
  outline:none !important;
}
.site-header .main-nav{
  position:absolute !important;
  left:0 !important;
  top:calc(100% + 2px) !important;
  width:340px !important;
  max-width:calc(100vw - 24px) !important;
  margin:0 !important;
  padding:12px !important;
  background:#071b35 !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:12px !important;
  box-shadow:0 22px 50px rgba(0,0,0,.4) !important;
  display:none !important;
  overflow:visible !important;
}
.site-header .menu-launcher:hover .main-nav,
.site-header .menu-launcher:focus-within .main-nav,
.site-header .main-nav.open{display:block !important}
.site-header .main-nav > ul,
.site-header .main-nav ul.mod-menu{
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}
.site-header .main-nav li{position:relative !important; display:block !important; width:100% !important; margin:0 !important; padding:0 !important}
.site-header .main-nav a{
  display:flex !important; align-items:center !important; justify-content:space-between !important;
  width:100% !important; min-height:48px !important; padding:11px 14px !important;
  border-radius:8px !important; color:#fff !important; background:transparent !important;
  font-size:15px !important; font-weight:750 !important; white-space:normal !important;
}
.site-header .main-nav > ul > li > a:hover,
.site-header .main-nav > ul > li:hover > a,
.site-header .main-nav li.current > a{
  background:rgba(255,255,255,.10) !important; color:#ffc928 !important;
}
.site-header .main-nav li.has-submenu > a::after,
.site-header .main-nav li.deeper > a::after{
  content:'›' !important; font-size:22px !important; line-height:1 !important; margin-left:14px !important; color:rgba(255,255,255,.75) !important;
}
/* Every submenu after the root opens to the right of its parent. */
.site-header .main-nav ul.mod-menu__sub,
.site-header .main-nav li > ul:not(.mod-menu){
  position:absolute !important;
  left:calc(100% + 8px) !important;
  top:-9px !important;
  width:320px !important;
  min-width:320px !important;
  max-width:calc(100vw - 36px) !important;
  margin:0 !important; padding:12px !important;
  display:none !important;
  background:#071b35 !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:12px !important;
  box-shadow:0 22px 50px rgba(0,0,0,.4) !important;
  white-space:normal !important;
}
.site-header .main-nav > ul > li > ul.mod-menu__sub,
.site-header .main-nav > ul > li > ul:not(.mod-menu){
  left:calc(100% + 8px) !important;
  top:-12px !important;
}
.site-header .main-nav li.has-submenu:hover > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu:hover > ul:not(.mod-menu),
.site-header .main-nav li.deeper:hover > ul.mod-menu__sub,
.site-header .main-nav li.deeper:hover > ul:not(.mod-menu),
.site-header .main-nav li.has-submenu:focus-within > ul.mod-menu__sub,
.site-header .main-nav li.has-submenu:focus-within > ul:not(.mod-menu),
.site-header .main-nav li.deeper:focus-within > ul.mod-menu__sub,
.site-header .main-nav li.deeper:focus-within > ul:not(.mod-menu),
.site-header .main-nav li.submenu-open > ul.mod-menu__sub,
.site-header .main-nav li.submenu-open > ul:not(.mod-menu){display:block !important}
.site-header .main-nav ul.mod-menu__sub a,
.site-header .main-nav li > ul:not(.mod-menu) a{
  min-height:46px !important; padding:10px 14px !important; color:#fff !important; background:transparent !important;
}
.site-header .main-nav ul.mod-menu__sub a:hover,
.site-header .main-nav li > ul:not(.mod-menu) a:hover{background:rgba(255,255,255,.10) !important;color:#ffc928 !important}
/* Keep the hover path open while moving between levels. */
.site-header .main-nav li::after{content:''; position:absolute; top:0; right:-10px; width:12px; height:100%;}

@media(max-width:900px){
  .site-header .menu-toggle{min-width:78px;height:42px;padding:0 16px}
  .site-header .main-nav{width:calc(100vw - 24px);max-width:380px}
  .site-header .main-nav ul.mod-menu__sub,
  .site-header .main-nav li > ul:not(.mod-menu){
    position:static !important; left:auto !important; top:auto !important; width:100% !important; min-width:0 !important; max-width:none !important;
    display:none !important; margin:0 !important; padding:5px 0 5px 12px !important;
    background:rgba(255,255,255,.045) !important; border:0 !important; box-shadow:none !important; border-radius:0 !important;
  }
  .site-header .main-nav li.has-submenu.submenu-open > ul.mod-menu__sub,
  .site-header .main-nav li.has-submenu.submenu-open > ul:not(.mod-menu),
  .site-header .main-nav li.deeper.submenu-open > ul.mod-menu__sub,
  .site-header .main-nav li.deeper.submenu-open > ul:not(.mod-menu){display:block !important}
  .site-header .main-nav li.has-submenu > .pj-submenu-toggle,
  .site-header .main-nav li.deeper > .pj-submenu-toggle{position:absolute !important;right:2px !important;top:2px !important;width:42px !important;height:42px !important;background:transparent !important;border:0 !important;color:#fff !important}
  .site-header .main-nav li.has-submenu > .pj-submenu-toggle::before,
  .site-header .main-nav li.deeper > .pj-submenu-toggle::before{content:'+' !important}
  .site-header .main-nav li.has-submenu.submenu-open > .pj-submenu-toggle::before,
  .site-header .main-nav li.deeper.submenu-open > .pj-submenu-toggle::before{content:'−' !important}
}


/* Papegojskoj 0.6.8 – reliable account dropdown.
   Do not alter the logo here. */
.site-header .account-menu{
  position:relative !important;
  z-index:10000 !important;
  isolation:isolate !important;
}
.site-header .account-trigger{
  position:relative !important;
  z-index:10002 !important;
  pointer-events:auto !important;
  user-select:none !important;
}
.site-header .account-dropdown{
  position:absolute !important;
  right:0 !important;
  top:calc(100% + 8px) !important;
  z-index:10003 !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  width:250px !important;
  max-width:calc(100vw - 24px) !important;
  background:#071b35 !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:12px !important;
  box-shadow:0 22px 55px rgba(0,0,0,.42) !important;
  padding:9px !important;
}
.site-header .account-dropdown[hidden]{
  display:none !important;
}
.site-header .account-dropdown.is-open{display:block !important;}
.site-header .account-dropdown a{
  display:flex !important;
  align-items:center !important;
  width:100% !important;
  box-sizing:border-box !important;
  color:#fff !important;
  background:transparent !important;
  padding:12px 13px !important;
  border-radius:8px !important;
  font-size:15px !important;
  font-weight:700 !important;
  text-decoration:none !important;
}
.site-header .account-dropdown a:hover,
.site-header .account-dropdown a:focus-visible{
  color:#ffc928 !important;
  background:rgba(255,255,255,.09) !important;
  outline:none !important;
}
.site-header .account-dropdown .account-logout{
  border-top:1px solid rgba(255,255,255,.15) !important;
  margin-top:5px !important;
  padding-top:13px !important;
}

/* 0.6.15: explicit Joomla frontend login fallback. The existing account menu is
   unchanged; this is only shown when Joomla reports the visitor as a guest. */
.site-header .account-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:16px;
  background:#1d3150;
  color:#fff;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}
.site-header .account-login:hover{
  background:#263d60;
  color:#fff;
}

/* Papegojskoj 0.6.21 – Version 2 transparent bird artwork */
.site-header .pj-brand-bird{
  width:180px !important;
  height:150px !important;
  left:-10px !important;
  top:-20px !important;
  z-index:5 !important;
}
.site-header .pj-brand-bird img{
  width:175px !important;
  height:145px !important;
  max-width:175px !important;
  max-height:145px !important;
  object-fit:contain !important;
  object-position:center center !important;
}

/* --- Lösenordsåterställning: diskret "fyll i manuellt"-fallback -------- */
.com-users-reset-confirm__manual{margin:10px 0 4px}
.com-users-reset-confirm__manual summary{cursor:pointer;color:#0b416d;font-weight:600;font-size:14px}
.com-users-reset-confirm__manual[open] summary{margin-bottom:10px}
