.card.hero-card {
  min-width: 480px;
  min-height: 420px;
  padding: 36px 32px !important;
  font-size: 1.15rem;
}
@media (max-width: 700px) {
  .card.hero-card {
    min-width: 0;
    padding: 18px 8px !important;
  }
}
.badge {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  padding: 10px 18px !important;
  border-radius: 16px !important;
  background: var(--soft) !important;
  color: #21304b !important;
  box-shadow: 0 2px 8px rgba(10,20,40,0.07);
  margin-bottom: 12px;
}
.career-slider {
  width: 100%;
  aspect-ratio: 4/3;
  margin: 0 auto 18px auto;
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: none;
  box-shadow: none;
  border-radius: 16px;
}
.career-slider img.slider-img {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.7s;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: none;
  z-index: 1;
}
.career-slider img.slider-img.active {
  opacity: 1;
  z-index: 2;
}
.career-images {
  margin: 24px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.career-images img {
  max-width: 320px;
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(10,20,40,0.10);
  background: #fff;
  border: 1px solid var(--line);
}
.brand-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.brand-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1b2740;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.brand-sub {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5b677a;
  letter-spacing: 1.2px;
  line-height: 1.1;
}
.brand-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.brand-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: #1b2740;
  letter-spacing: -0.5px;
  line-height: 1.1;
}
.brand-sub {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  color: #5b677a;
  letter-spacing: 1.2px;
  line-height: 1.1;
}

:root{
  --bg:#0b1220;
  --card:#0f1a2f;
  --ink:#0d1424;
  --text:#0b1220;
  --muted:#5b677a;
  --line:#e6e9ef;
  --brand:#0b4cff;
  --brand2:#00b894;
  --accent:#103a8c;
  --white:#ffffff;
  --soft:#f7f9fc;
  --shadow: 0 14px 30px rgba(10,20,40,.10);
  --radius: 16px;
  --radius2: 22px;
  --container: 1120px;
  --h1: clamp(30px, 4vw, 48px);
  --h2: clamp(22px, 2.6vw, 32px);
  --h3: 18px;
  --p: 16px;
  --font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:var(--font);color:var(--text);background:var(--white);scroll-behavior:smooth}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.container{max-width:var(--container);margin:0 auto;padding:0 18px}
.topbar{
  border-bottom:1px solid var(--line);
  background:linear-gradient(180deg, #ffffff, #fbfcff);
  font-size:13px;
}
.topbar .row{
  display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;
}
.topbar nav{display:flex;flex-wrap:wrap;gap:14px;align-items:center;color:#2b3750}
.pill{
  display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--line);
  border-radius:999px;background:#fff;box-shadow:0 8px 18px rgba(10,20,40,.05);
}
.pill small{color:var(--muted)}
.header{
  position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}
.header--hidden {
  transform: translateY(-100%);
}
.header .row{
  display:flex;align-items:center;justify-content:space-between;gap:0;padding:0;
}
.brand{
  display:flex;align-items:center;gap:12px;min-width:220px
}
.brand img{width:50px;height:auto}
.nav{
  display:flex;align-items:center;gap:18px;
}
.nav a{
  padding:6px 12px;border-radius:8px;color:#1b2740;font-weight:700;font-size:16px;
}
.nav a:hover{background:var(--soft)}
.cta{
  display:flex;align-items:center;gap:10px;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border-radius:12px;padding:11px 14px;border:1px solid transparent;font-weight:700;font-size:14px;
  cursor:pointer;transition:.15s ease;white-space:nowrap;
}
.btn.primary{background:linear-gradient(135deg, var(--brand), #2a7bff);color:#fff;box-shadow:0 14px 30px rgba(11,76,255,.25)}
.btn.primary:hover{transform:translateY(-1px)}
.btn.ghost{background:#fff;border-color:var(--line);color:#1b2740}
.btn.ghost:hover{background:var(--soft)}
.lang{
  display:inline-flex;gap:6px;border:1px solid var(--line);border-radius:12px;padding:4px;background:#fff;
}
.lang a{
  padding:8px 10px;border-radius:10px;font-weight:800;font-size:12px;color:#1b2740;
}
.lang a.active{background:var(--soft)}
/* Mobile menu */
.burger{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px;cursor:pointer}
.burger span{display:block;width:18px;height:2px;background:#1b2740;margin:4px 0;border-radius:2px}
@media (max-width: 900px){
  .nav, .cta .btn.ghost{display:none}
  .burger{display:block}
  .brand{min-width:auto}
  .brand img{width:150px}
}
.mobile{
  display:none;border-bottom:1px solid var(--line);
}
.mobile.open{display:block}
.mobile a{
  display:block;padding:12px 0;border-top:1px solid var(--line);font-weight:700;color:#1b2740
}
.hero{
  padding:64px 0 34px;
  background:
    radial-gradient(800px 420px at 20% 20%, rgba(11,76,255,.12), transparent 60%),
    radial-gradient(700px 380px at 90% 15%, rgba(0,184,148,.12), transparent 55%),
    linear-gradient(180deg, #ffffff, #f7f9ff);
  border-bottom:1px solid var(--line);
}
.hero .grid{
  display:grid;grid-template-columns: 1.1fr .9fr;gap:26px;align-items:center;
}
@media (max-width: 900px){
  .hero .grid{grid-template-columns:1fr}
}
.kicker{
  display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid var(--line);
  border-radius:999px;background:#fff;color:#23314a;font-weight:800;font-size:12px;
}
.kicker .dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg, var(--brand), var(--brand2))}
h1{font-size:var(--h1);line-height:1.05;margin:16px 0 12px;color:#0b1220}
.lead{font-size:18px;line-height:1.55;color:#2c3953;margin:0 0 22px}
.hero .actions{display:flex;gap:12px;flex-wrap:wrap}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius2);
  box-shadow:var(--shadow);overflow:hidden;
}
.card .pad{padding:18px}
.hero-card{
  padding:16px;
}
.hero-card .mini{
  display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px
}
@media (max-width: 520px){.hero-card .mini{grid-template-columns:1fr}}
.stat{
  border:1px solid var(--line);border-radius:14px;padding:14px;background:linear-gradient(180deg,#fff,#fafcff)
}
.stat b{display:block;font-size:18px}
.stat span{color:var(--muted);font-size:12px;font-weight:700}
section{padding:44px 0}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}
.section-head h2{font-size:var(--h2);margin:0;color:#0b1220}
.section-head p{margin:0;color:var(--muted);max-width:560px;line-height:1.6}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width: 900px){.grid3{grid-template-columns:1fr}}
.feature{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px;
}
.badge{
  display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:12px;
  padding:7px 10px;border-radius:999px;border:1px solid var(--line);background:var(--soft);color:#21304b;
}
.feature h3{margin:12px 0 8px;font-size:18px}
.feature p{margin:0;color:#44536b;line-height:1.65}
.split{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;
}
@media (max-width: 900px){.split{grid-template-columns:1fr}}
.list{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius2);padding:18px;
}
.list ul{margin:10px 0 0;padding-left:18px;color:#35435c;line-height:1.7}
.ribbon{
  background:linear-gradient(135deg, #0b4cff, #00b894);
  color:#fff;border-radius:var(--radius2);padding:22px;box-shadow:0 20px 40px rgba(0,0,0,.12)
}
.ribbon h3{margin:0 0 8px}
.ribbon p{margin:0;opacity:.92;line-height:1.6}
.footer{
  border-top:1px solid var(--line);
  background:linear-gradient(180deg,#fff,#fbfcff);
  padding:28px 0;
}
.footer .cols{
  display:grid;grid-template-columns: 1.3fr 1fr 1fr 1fr;gap:18px;
}
@media (max-width: 900px){.footer .cols{grid-template-columns:1fr 1fr}}
.footer h4{margin:0 0 10px}
.footer a{display:block;color:#2a3750;padding:6px 0;font-weight:600;font-size:14px}
.footer a:hover{text-decoration:underline}
.small{color:var(--muted);font-size:13px;line-height:1.6}
.subfooter{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border-top:1px solid var(--line);margin-top:18px;padding-top:14px;color:var(--muted);font-size:12px;
}
.note{
  border:1px dashed #cdd6ea;background:#fbfdff;border-radius:14px;padding:14px;color:#2a3750;line-height:1.55
}


/* --- Aker Invest additions: icons, visuals, contact form --- */
.icon{width:18px;height:18px;display:inline-block;vertical-align:-3px;margin-right:8px}
.h2line{display:flex;align-items:center;gap:10px}
.hero-visual{border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.hero-visual img,.hero-visual svg{width:100%;height:auto;display:block}
.media{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}
@media (max-width:900px){.media{grid-template-columns:1fr}}
.media .img{border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}
.media .img img,.media .img svg{width:100%;height:auto;display:block}
.logo-spot{display:flex;align-items:center;gap:14px;margin-top:12px}
.logo-spot img{width:210px}
@media (max-width:900px){.logo-spot img{width:180px}}
.brand img{width:190px;height:auto}
.form{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:18px}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:700px){.form .row{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-weight:800;font-size:12px;color:#1b2740}
.field input,.field textarea,.field select{border:1px solid var(--line);border-radius:12px;padding:12px;font-size:14px;outline:none}
.field input:focus,.field textarea:focus{border-color:#a8b7ff;box-shadow:0 0 0 4px rgba(11,76,255,.10)}
.field textarea{min-height:120px;resize:vertical}
.help{color:var(--muted);font-size:12px;line-height:1.5}
.toast{display:none;margin-top:10px;padding:12px;border-radius:14px;background:#f1fff9;border:1px solid #bde8d8;color:#0d4a36;font-weight:700}
.toast.show{display:block}


/* --- PRO UI UPGRADE (Aker Invest) --- */
.header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(140%) blur(10px);
  border-bottom:1px solid var(--line);
}
.hero h1{font-size:52px;line-height:1.05}
@media (max-width:900px){.hero h1{font-size:40px}}
.hero .lead{font-size:18px;color:#5B6B82}
.hero-badge{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  border:1px solid var(--line);background:#fff;
  box-shadow:var(--shadow);
  font-weight:800;color:#0B1220;margin-bottom:14px
}
.hero-badge .dot{width:10px;height:10px;border-radius:50%;background:var(--primary)}
.hero-visual{
  border-radius:28px;overflow:hidden;border:1px solid var(--line);
  box-shadow:0 18px 50px rgba(11,18,32,.12);
  background:#fff
}
.hero-visual img,.hero-visual svg{width:100%;height:auto;display:block}
.logo-spot{
  background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:14px;
  box-shadow:var(--shadow);
  display:flex;gap:14px;align-items:center
}
.logo-spot img{width:240px}
@media (max-width:900px){.logo-spot{flex-direction:column;align-items:flex-start} .logo-spot img{width:200px}}
.form{
  border-radius:26px;padding:22px;
  box-shadow:0 18px 50px rgba(11,18,32,.10);
  background:#fff;border:1px solid var(--line)
}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:700px){.form .row{grid-template-columns:1fr}}
.field{display:flex;flex-direction:column;gap:6px}
.field label{font-weight:800;font-size:12px;color:#1b2740}
.field input,.field textarea,.field select{
  padding:14px 14px;border-radius:14px;
  border:1px solid var(--line);background:#fff;
  font-size:14px;outline:none
}
.field input:focus,.field textarea:focus,.field select:focus{
  border-color:#a8b7ff;box-shadow:0 0 0 4px rgba(11,76,255,.10)
}
.field textarea{min-height:120px;resize:vertical}
.help{color:var(--muted);font-size:12px;line-height:1.5}
.btn.primary{box-shadow:0 12px 30px rgba(11,76,255,.20)}
.section-head h2{font-size:34px}
@media (max-width:900px){.section-head h2{font-size:28px}}
.icon{width:20px;height:20px;display:inline-block;vertical-align:-3px;margin-right:8px}
.icon-green{color:#00B894}.icon-blue{color:#0B4CFF}.icon-navy{color:#103A8C}
.grid-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
@media (max-width:900px){.grid-cards{grid-template-columns:1fr}}
.grid-cards .card{padding:18px;border-radius:26px}
.grid-cards .card h3{display:flex;align-items:center;gap:10px;margin:6px 0 8px}
.grid-cards .card p{color:#5B6B82}
.pillrow{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.pillrow .pill{padding:8px 12px;border-radius:999px;border:1px solid var(--line);background:#fff}
