
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --ink:       #0f0a1e;
      --purple:    #2d1b4e;
      --purple-mid:#4a2d8a;
      --purple-lt: #f3eeff;
      --orange:    #f97316;
      --orange-lt: #fff4ed;
      --cream:     #faf9f7;
      --white:     #ffffff;
      --muted:     #6b7280;
      --border:    #e8e2f5;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Plus Jakarta Sans', sans-serif;
      background: var(--cream);
      color: var(--ink);
      overflow-x: hidden;
    }

    /* ── NAV ── */
    nav {
      position: sticky; top: 0; z-index: 100;
      background: var(--purple);
      border-bottom: 1px solid rgba(255,255,255,0.08);
      padding: 0 3rem;
      height: 104px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    }
    .nav-brand { display: flex; flex-direction: row; align-items: center; gap: 1.25rem; text-decoration: none; flex-shrink: 0; }
    .nav-logo-wrap {
      display: block;
      line-height: 0;
    }
    .nav-logo-wrap img {
      height: 104px;
      display: block;
    }
    .nav-brand-sub {
      font-size: 0.62rem; font-weight: 600;
      text-transform: uppercase; letter-spacing: 0.16em;
      color: rgba(255,255,255,0.6); line-height: 1.5;
    }
    .nav-links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
    .nav-links a {
      color: rgba(255,255,255,0.85); font-size: 0.9rem; font-weight: 500;
      text-decoration: none; transition: color .2s;
    }
    .nav-links a:hover { color: var(--orange); }
    .nav-btn {
      background: var(--orange); color: #fff; border-radius: 6px;
      padding: .55rem 1.4rem; font-weight: 700; font-size: 0.9rem;
      text-decoration: none; transition: all .2s;
      white-space: nowrap;
    }
    .nav-btn:hover { background: #ea580c; color: #fff; }

    /* ── HERO ── */
    .hero {
      min-height: 80vh;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 6rem 3rem;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute; inset: 0;
      background: url('img/hero-texture.jpg') center/cover no-repeat;
      opacity: 0.12;
      pointer-events: none;
      z-index: 0;
    }
    .hero-bg-blob {
      position: absolute; top: -10%; right: -5%;
      width: 55%; aspect-ratio: 1;
      background: radial-gradient(ellipse at 60% 40%, rgba(249,115,22,.18) 0%, rgba(45,27,78,.25) 50%, transparent 75%);
      border-radius: 50%;
      filter: blur(60px);
      pointer-events: none;
    }
    .hero-left { position: relative; z-index: 1; max-width: 760px; width: 100%; }
    .hero-kicker {
      display: inline-block;
      background: var(--orange-lt); color: var(--orange);
      font-size: 0.75rem; font-weight: 700;
      text-transform: uppercase; letter-spacing: 0.12em;
      padding: .35rem .9rem; border-radius: 20px;
      margin-bottom: 2rem;
    }
    .hero h1 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2.4rem, 5vw, 4rem);
      line-height: 1.1;
      color: var(--purple);
      margin-bottom: 1.5rem;
    }
    .hero h1 em { color: var(--orange); font-style: normal; }
    .hero-lead {
      font-size: 1.1rem; line-height: 1.8;
      color: var(--muted); max-width: 640px; margin-left: auto; margin-right: auto;
      margin-bottom: 2.5rem;
    }
    .hero-lead strong { color: var(--ink); font-weight: 600; }
    .hero-cta-row {
      justify-content: center; display: flex; justify-content: center; gap: 1rem; align-items: center; }
    .btn-primary {
      background: var(--orange); color: #fff;
      padding: .85rem 2rem; border-radius: 6px;
      font-weight: 700; font-size: 1rem;
      text-decoration: none; transition: all .2s;
      display: inline-flex; align-items: center; gap: .5rem;
    }
    .btn-primary:hover { background: var(--purple); transform: translateY(-2px); }
    .btn-ghost {
      color: var(--purple); font-weight: 600; font-size: .95rem;
      text-decoration: none; display: inline-flex; align-items: center; gap: .4rem;
      transition: gap .2s;
    }
    .btn-ghost:hover { gap: .7rem; color: var(--orange); }

    /* ── COMPASS SVG ── */
    .hero-right { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }

    /* ── STATEMENT BAND ── */
    .statement {
      background: var(--purple);
      padding: 5rem 3rem;
      text-align: center;
      clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
      margin: -2rem 0;
      position: relative; z-index: 2;
    }
    .statement p {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.4rem, 3vw, 2.2rem);
      color: var(--white);
      max-width: 800px; margin: 0 auto;
      line-height: 1.6;
    }
    .statement em { color: var(--orange); font-style: normal; font-weight: 800; }

    /* ── USE CASES ── */
    .use-cases {
      padding: 8rem 3rem 5rem;
      background: var(--cream);
    }
    .section-label {
      font-size: 0.72rem; font-weight: 700; letter-spacing: .14em;
      text-transform: uppercase; color: var(--orange);
      margin-bottom: .75rem;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 4vw, 3rem);
      color: var(--purple);
      margin-bottom: 3.5rem;
      max-width: 600px;
    }
        .use-grid {
      display: grid;
      grid-template-columns: repeat(10, 1fr);
      gap: 1.5rem;
    }
    /* Row 1: Card 01 full width */
    .use-grid > .use-card:nth-child(1) { grid-column: 1 / -1; }
    /* Row 2: Cards 02+03 at 50/50 */
    .use-grid > .use-card:nth-child(2) { grid-column: span 5; }
    .use-grid > .use-card:nth-child(3) { grid-column: span 5; }
    /* Row 3: Cards 04+05 at 60/40 */
    .use-grid > .use-card:nth-child(4) { grid-column: span 6; }
    .use-grid > .use-card:nth-child(5) { grid-column: span 4; }
    .use-grid .featured {
      grid-column: span 2;
    }
        .use-card {
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 2rem;
      transition: transform .3s, box-shadow .3s;
      position: relative;
      overflow: hidden;
    }
    /* light overlay — always visible */
    .use-card::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(255,255,255,0.97) 55%, rgba(255,255,255,0.65) 100%);
      z-index: 0;
      transition: opacity .35s;
    }
    /* dark overlay — fades in on hover */
    .use-card::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(15, 10, 30, 0.84);
      z-index: 1;
      opacity: 0;
      transition: opacity .35s;
    }
    .use-card:hover::before { opacity: 0; }
    .use-card:hover::after  { opacity: 1; }
    .use-card > * {
      position: relative;
      z-index: 2;
    }
    .use-card:hover .use-num { color: var(--orange); }
    .use-card:hover h3       { color: #fff; }
    .use-card:hover p        { color: rgba(255,255,255,0.85) !important; }
    .use-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 50px rgba(15,10,30,.4);
    }
    .use-card::before {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, var(--orange), var(--purple));
      transform: scaleX(0); transform-origin: left;
      transition: transform .3s;
    }
    .use-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(45,27,78,.12); }
    .use-card:hover::before { transform: scaleX(1); }
    .use-num {
      font-family: 'Playfair Display', serif;
      font-size: 3rem;
      font-weight: 700;
      color: #f97316;
      opacity: 1;
      line-height: 1;
      margin-bottom: 1rem;
    }
    .use-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--purple); margin-bottom: .6rem; }
    .use-card p { font-size: .92rem; color: #3a3550; line-height: 1.7; }

    /* ── PRODUCTS ── */
    .products {
      background: var(--white);
      padding: 6rem 3rem;
    }
    .product-text .section-label { margin-top: 2rem; }
    .product-feature-list { list-style: none; margin-top: 1.5rem; }
    .product-feature-list li {
      padding: .5rem 0;
      border-bottom: 1px solid var(--border);
      font-size: .95rem; color: var(--muted);
      display: flex; align-items: center; gap: .75rem;
    }
    .product-feature-list li::before {
      content: '';
      width: 6px; height: 6px; border-radius: 50%;
      background: var(--orange); flex-shrink: 0;
    }
    .product-visual {
      background: var(--purple-lt);
      border-radius: 16px;
      padding: 3rem;
      display: flex; align-items: center; justify-content: center;
    }
    .product-card-pair { display: flex; flex-direction: column; gap: 1.5rem; width: 100%; }
    .p-card {
      background: var(--white);
      border-radius: 10px; padding: 2rem;
      border-left: 4px solid var(--orange);
      box-shadow: 0 4px 12px rgba(45,27,78,.08);
    }
    .p-card h4 { font-size: 1rem; font-weight: 700; color: var(--purple); margin-bottom: .4rem; }
    .p-card p { font-size: .875rem; color: var(--muted); line-height: 1.6; }
    .p-card a {
      display: inline-block; margin-top: .75rem;
      font-size: .85rem; font-weight: 700;
      color: var(--orange); text-decoration: none;
    }
    .p-card a:hover { color: var(--purple); }

    /* ── TESTIMONIALS ── */
    .testimonials {
      padding: 6rem 3rem;
      background: var(--cream);
    }
    .testi-grid {
      display: grid;
      grid-template-columns: 28% 1fr;
      gap: 5rem;
      align-items: start;
    }
    .testi-intro h2 {
      font-family: 'Playfair Display', serif;
      font-size: 2.2rem;
      color: var(--purple);
      line-height: 1.2;
      margin-top: .75rem;
    }
    .testi-cards { display: flex; flex-direction: column; gap: 2.25rem; }
    .testi-card {
      background: transparent;
      border: none;
      border-left: 3px solid var(--orange);
      border-radius: 0;
      padding: .35rem 0 .35rem 1.75rem;
      box-shadow: none;
    }
    .testi-card p {
      font-family: 'Playfair Display', serif;
      font-size: 1.3rem;
      line-height: 1.6;
      color: var(--ink);
      font-style: italic;
      margin: 0;
    }
    .testi-author { margin-top: 1rem; }
    .testi-author strong { font-size: .85rem; font-weight: 700; color: var(--purple); display: block; font-style: normal; letter-spacing: .02em; }
    .testi-author span { font-size: .82rem; color: var(--muted); margin-left: .5rem; }
    .logos-bar {
      padding: 3.5rem 3rem;
      background: var(--cream);
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      text-align: center;
    }
    .logos-label {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 2rem;
    }
    .logos-row {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2.5rem 4rem;
    }
    .logos-row img {
      height: 48px;
      width: auto;
      max-width: 180px;
      object-fit: contain;
      filter: sepia(1) hue-rotate(220deg) saturate(3) brightness(0.45);
      opacity: 0.85;
      transition: opacity .25s;
    }
    .logos-row img:hover {
      opacity: 1;
    }

    .logos-row span {
      font-size: .85rem; font-weight: 600;
      color: #c4b8d8; letter-spacing: .05em;
      transition: color .2s;
    }
    .logos-row span:hover { color: var(--purple-mid); }

    /* ── TRUSTPILOT ── */
    .tp-inline {
      display: flex; align-items: center; gap: 2rem;
      margin: 1.5rem 0 3rem 0;
      padding: 1.2rem 2rem;
      background: var(--cream); border-radius: 12px;
      border: 1px solid #e8e2f5;
      width: fit-content;
    }
    .tp-inline .tp-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--purple); }
    .tp-inline .tp-details { display: flex; flex-direction: column; gap: 0.15rem; }
    .tp-inline .tp-label { font-weight: 700; color: #00b67a; font-size: 0.95rem; }
    .tp-inline .tp-stars { color: #00b67a; font-size: 1.2rem; }
    .tp-inline .tp-count { font-size: 0.82rem; color: var(--muted); }
    .tp-inline .tp-link { font-weight: 600; color: var(--ink); text-decoration: none; font-size: 0.95rem; white-space: nowrap; }
    .tp-inline .tp-link:hover { color: var(--purple); }
        .trustpilot {
      padding: 3rem 3rem;
      background: var(--cream);
      display: flex; align-items: center; justify-content: center; gap: 2.5rem;
      flex-wrap: wrap;
    }
    .tp-num {
      font-family: 'Playfair Display', serif;
      font-size: 3rem; font-weight: 900; color: var(--purple);
    }
    .tp-label { font-weight: 700; color: #16a34a; font-size: 1rem; }
    .tp-stars { color: #16a34a; font-size: 1.1rem; letter-spacing: .05rem; }
    .tp-count { font-size: .82rem; color: var(--muted); margin-top: .25rem; }
    .tp-link { color: var(--purple); font-weight: 700; font-size: .9rem; text-decoration: none; }
    .tp-link:hover { color: var(--orange); }

    /* ── FOOTER ── */
    footer {
      background: var(--purple);
      padding: 4rem 3rem 2rem;
      color: rgba(255,255,255,.75);
    }
    .footer-grid {
      display: grid; grid-template-columns: 2fr 1fr 1fr;
      gap: 4rem; margin-bottom: 3rem;
      padding-bottom: 2rem;
      border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .footer-brand img { height: 38px; margin-bottom: 1rem; filter: brightness(1); }
    .footer-brand p { font-size: .88rem; line-height: 1.7; max-width: 280px; }
    footer h4 {
      color: var(--orange); font-size: .78rem;
      text-transform: uppercase; letter-spacing: .12em;
      margin-bottom: 1rem; font-weight: 700;
    }
    footer a {
      display: block; color: rgba(255,255,255,.7);
      text-decoration: none; font-size: .88rem;
      margin-bottom: .5rem; transition: color .2s;
    }
    footer a:hover { color: var(--orange); }
    .footer-bottom {
      text-align: center; font-size: .8rem;
      color: rgba(255,255,255,.4);
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 900px) {
      nav { padding: 1rem 1.5rem; }
      .hero { grid-template-columns: 1fr; padding: 4rem 1.5rem 3rem; gap: 2rem; min-height: auto; }
      .hero-right { display: none; }
      .statement { clip-path: none; margin: 0; padding: 4rem 1.5rem; }
      .use-cases, .testimonials { padding: 5rem 1.5rem 4rem; }
      .use-grid { grid-template-columns: 1fr; }
      .use-grid .featured { grid-column: span 1; }
      .products { background: var(--white); padding: 4rem 1.5rem; }
      .testi-grid { grid-template-columns: 1fr; gap: 2rem; }
      .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
      .logos-bar { padding: 2rem 1.5rem; }
      footer { padding: 3rem 1.5rem 2rem; }
    }
  
    /* ── PLATFORMS ── */
    .platform-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      margin-bottom: 3rem;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
    }
    a.platform-card { text-decoration: none; color: inherit; }
    .platform-card {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--border);
      background: var(--white);
      transition: transform .25s, box-shadow .25s;
    }
    .platform-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 48px rgba(45,27,78,.14);
    }
    .platform-img-wrap {
      width: 100%;
      aspect-ratio: 16/9;
      overflow: hidden;
    }
    .platform-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
    }
    .platform-body {
      padding: 2rem;
    }
    .platform-tag {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: .75rem;
    }
    .platform-body h3 {
      font-family: 'Playfair Display', serif;
      font-size: 1.5rem;
      color: var(--purple);
      margin-bottom: .75rem;
    }
    .platform-body p {
      color: var(--muted);
      font-size: 0.95rem;
      line-height: 1.75;
      margin-bottom: 1.5rem;
    }
    .platform-cta {
      font-weight: 700;
      color: var(--purple);
      text-decoration: none;
      font-size: 0.9rem;
      border-bottom: 2px solid var(--orange);
      padding-bottom: 2px;
      transition: color .2s;
    }
    .platform-cta:hover { color: var(--orange); }
    .platform-features {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem 2rem;
      justify-content: center;
      padding: 1.5rem 2rem;
      background: var(--cream);
      border-radius: 12px;
      border: 1px solid var(--border);
      max-width: 1200px;
      margin: 0 auto;
    }
    .platform-features span {
      font-size: 0.88rem;
      color: var(--ink);
      font-weight: 500;
    }

    
    /* ── ABOUT / ZIG-ZAG ── */
    .about-section {
      padding: 7rem 3rem;
      background: var(--cream);
    }
    .zz-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      max-width: 1100px;
      margin: 0 auto 6rem;
    }
    .zz-row:last-child { margin-bottom: 0; }
    .zz-reverse { direction: rtl; }
    .zz-reverse > * { direction: ltr; }
    .zz-img img {
      width: 100%;
      aspect-ratio: 4/5;
      object-fit: cover;
      object-position: center top;
      border-radius: 16px;
      display: block;
      box-shadow: 0 20px 60px rgba(45,27,78,.15);
    }
    .zz-coming-soon {
      border-radius: 16px;
      overflow: hidden;
      aspect-ratio: 4/5;
    }
    .zz-placeholder {
      width: 100%;
      height: 100%;
      background: linear-gradient(135deg, #e8e2f5 0%, #f5f3fb 100%);
      border: 2px dashed #c4b8e8;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      aspect-ratio: 4/5;
    }
    .zz-placeholder span {
      font-size: 1rem;
      font-weight: 600;
      color: var(--purple);
      opacity: 0.5;
      letter-spacing: .08em;
      text-transform: uppercase;
    }
    .zz-role {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: .75rem;
    }
    .zz-text h3 {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      color: var(--purple);
      margin-bottom: 1rem;
    }
    .zz-text p {
      color: var(--muted);
      font-size: 1rem;
      line-height: 1.8;
    }

    
/* ============================================================
   SHARED EXTENSIONS (services, academy, viden, tests, forms)
   ============================================================ */
.wrap { max-width: 1100px; margin: 0 auto; }
.wrap-wide { max-width: 1200px; margin: 0 auto; }

/* ── NAV: dropdown + mobile ── */
nav { gap: 1rem; }
.nav-links { gap: 2rem; }
.nav-item { position: relative; }
.nav-item > a { display: inline-flex; align-items: center; gap: .35rem; }
.nav-caret { font-size: .6rem; opacity: .7; transition: transform .2s; }
.drop {
  position: absolute; top: calc(100% + .25rem); left: -1rem;
  background: var(--white); border-radius: 14px;
  box-shadow: 0 24px 60px rgba(15,10,30,.25); border: 1px solid var(--border);
  min-width: 320px; padding: .75rem;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .18s, transform .18s, visibility .18s; z-index: 200;
}
.nav-item:hover .drop, .nav-item:focus-within .drop { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-item:hover .nav-caret { transform: rotate(180deg); }
.drop a { display: block; padding: .7rem .9rem; border-radius: 10px; color: var(--ink) !important; font-size: .9rem; font-weight: 600; }
.drop a:hover { background: var(--purple-lt); color: var(--purple) !important; }
.drop a small { display: block; font-weight: 400; color: var(--muted); font-size: .78rem; margin-top: .15rem; line-height: 1.4; text-transform: none; }
.drop .drop-divider { height: 1px; background: var(--border); margin: .5rem .9rem; }
.drop .drop-status { font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--orange); margin-left: .4rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: #fff; transition: all .25s; }
@media (max-width: 980px) {
  nav { height: 76px; padding: 0 1.25rem; }
  .nav-logo-wrap img { height: 76px; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; top: 76px; left: 0; right: 0; bottom: 0;
    background: var(--purple); flex-direction: column; align-items: flex-start;
    gap: 0; padding: 1.5rem; overflow-y: auto; display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links > li { width: 100%; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-links > li > a { display: block; padding: 1rem 0; font-size: 1.05rem; }
  .drop {
    position: static; opacity: 1; visibility: visible; transform: none;
    background: transparent; box-shadow: none; border: 0; min-width: 0;
    padding: 0 0 1rem 1rem; display: none;
  }
  .nav-item.open-sub .drop { display: block; }
  .drop a { color: rgba(255,255,255,.85) !important; padding: .55rem 0; }
  .drop a:hover { background: transparent; color: var(--orange) !important; }
  .drop a small { color: rgba(255,255,255,.5); }
  .drop .drop-divider { background: rgba(255,255,255,.1); }
  .nav-btn { margin-top: 1rem; display: inline-block; }
}

/* ── INTERIOR PAGE HERO ── */
.page-hero { background: var(--purple); color: #fff; padding: 5.5rem 3rem 4.5rem; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: url('img/hero-texture.jpg') center/cover no-repeat; opacity: .08; pointer-events: none; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero .hero-kicker { background: rgba(249,115,22,.15); margin-bottom: 1.5rem; }
.page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 4.5vw, 3.4rem); line-height: 1.12; max-width: 760px; margin-bottom: 1.25rem; }
.page-hero h1 em { color: var(--orange); font-style: normal; }
.page-hero .lead { font-size: 1.1rem; line-height: 1.8; color: rgba(255,255,255,.8); max-width: 640px; }
.crumbs { font-size: .8rem; margin-bottom: 2rem; color: rgba(255,255,255,.5); }
.crumbs a { color: rgba(255,255,255,.7); text-decoration: none; }
.crumbs a:hover { color: var(--orange); }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.25rem; align-items: center; }
.btn-outline-light { color: #fff; font-weight: 600; font-size: .95rem; text-decoration: none; border: 1.5px solid rgba(255,255,255,.4); border-radius: 6px; padding: .8rem 1.8rem; transition: all .2s; }
.btn-outline-light:hover { border-color: var(--orange); color: var(--orange); }

/* ── SECTION SCAFFOLD ── */
.section { padding: 6rem 3rem; }
.section.tint { background: var(--white); }
.section.dark { background: var(--purple); color: #fff; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 4rem; }
.section-head h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.9rem, 3.6vw, 2.8rem); color: var(--purple); line-height: 1.18; margin-bottom: 1rem; }
.section.dark .section-head h2 { color: #fff; }
.section-head p { color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.section.dark .section-head p { color: rgba(255,255,255,.75); }

/* ── NUMBERED STEPS ── */
.steps { display: grid; gap: 1.25rem; max-width: 820px; margin: 0 auto; counter-reset: step; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 1.5rem; background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.75rem 2rem; align-items: start; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 700; color: var(--orange); line-height: 1; }
.step h3 { font-size: 1.08rem; color: var(--purple); margin-bottom: .45rem; }
.step p { color: var(--muted); font-size: .95rem; line-height: 1.75; }

/* ── CHIPS ── */
.chips { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.chip { background: var(--purple-lt); color: var(--purple); font-size: .88rem; font-weight: 600; padding: .55rem 1.1rem; border-radius: 24px; border: 1px solid var(--border); }

/* ── FEATURE / DELIVERABLES GRID ── */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media(max-width:900px){ .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:560px){ .feat-grid { grid-template-columns: 1fr; } }
.feat { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.9rem; }
.section.tint .feat { background: var(--cream); }
.feat h3 { font-size: 1.05rem; color: var(--purple); margin-bottom: .5rem; }
.feat p { color: var(--muted); font-size: .92rem; line-height: 1.7; }
.section.dark .feat { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }
.section.dark .feat h3 { color: #fff; }
.section.dark .feat p { color: rgba(255,255,255,.7); }

/* ── EVOLVE LEVELS ── */
.levels { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.level { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.25rem; }
.section.tint .level { background: var(--cream); }
.level .level-num { font-family: 'Playfair Display', serif; font-size: 2.4rem; font-weight: 700; color: var(--orange); line-height: 1; display: block; margin-bottom: 1rem; }
.level .level-sub { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: .4rem; }
.level h3 { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--purple); margin-bottom: 1rem; }
.level p { color: var(--muted); font-size: .95rem; line-height: 1.75; margin-bottom: 1rem; }
.level ul { list-style: none; }
.level li { color: #3b3650; font-size: .9rem; line-height: 1.5; padding-left: 1.4rem; position: relative; margin-bottom: .5rem; }
.level li::before { content: '\2192'; position: absolute; left: 0; color: var(--orange); }

/* ── USP HIGHLIGHT (ATTRACT) ── */
.usp-lead { max-width: 760px; margin: 0 auto 3.5rem; text-align: center; color: var(--muted); font-size: 1.05rem; line-height: 1.85; }
.usp-lead strong { color: var(--ink); }

/* ── FAQ ── */
.faq { max-width: 760px; margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--border); border-radius: 12px; margin-bottom: .9rem; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; padding: 1.25rem 1.5rem; font-weight: 700; color: var(--purple); font-size: 1rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--orange); font-size: 1.4rem; font-weight: 400; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 1.5rem 1.4rem; color: var(--muted); font-size: .95rem; line-height: 1.8; }

/* ── JOURNEY STRIP (signature) ── */
.lifecycle { padding: 4.5rem 3rem; background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lifecycle-label { text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: 2.5rem; }
.lifecycle-track { display: flex; justify-content: space-between; align-items: flex-start; max-width: 900px; margin: 0 auto; position: relative; }
.lifecycle-track.two { max-width: 560px; }
.lifecycle-track::before { content: ''; position: absolute; top: 11px; left: 6%; right: 6%; height: 2px; background: var(--border); }
.lc-stop { position: relative; z-index: 1; text-align: center; text-decoration: none; flex: 1; padding: 0 .4rem; }
.lc-dot { width: 24px; height: 24px; border-radius: 50%; margin: 0 auto 1rem; background: var(--cream); border: 2px solid var(--border); transition: all .2s; }
.lc-stop strong { display: block; font-size: .82rem; font-weight: 700; letter-spacing: .1em; color: var(--purple); }
.lc-stop span { display: block; font-size: .74rem; color: var(--muted); margin-top: .3rem; line-height: 1.4; }
.lc-stop:hover .lc-dot { border-color: var(--orange); }
.lc-stop:hover strong { color: var(--orange); }
.lc-stop.current .lc-dot { background: var(--orange); border-color: var(--orange); box-shadow: 0 0 0 6px var(--orange-lt); }
.lc-stop.current strong { color: var(--orange); }
@media (max-width: 720px) {
  .lifecycle-track, .lifecycle-track.two { flex-direction: column; gap: 1.5rem; align-items: flex-start; max-width: 320px; }
  .lifecycle-track::before { top: 0; bottom: 0; left: 11px; right: auto; width: 2px; height: auto; }
  .lc-stop { display: grid; grid-template-columns: 24px 1fr; gap: 1rem; text-align: left; width: 100%; }
  .lc-dot { grid-column: 1; grid-row: 1 / span 2; align-self: start; margin: 0; }
  .lc-stop strong { grid-column: 2; grid-row: 1; }
  .lc-stop span { grid-column: 2; grid-row: 2; }
  .lc-dot { margin: 0; }
}

/* ── STATUS BADGE ── */
.badge { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: .3rem .75rem; border-radius: 20px; margin-left: .6rem; vertical-align: middle; }
.badge.live { background: #e8f7ee; color: #16a34a; }
.badge.early { background: var(--orange-lt); color: var(--orange); }
.page-hero .badge.live { background: rgba(22,163,74,.2); color: #6ee7a0; }

/* ── SERVICE CARDS ── */
.svc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.75rem; }
.svc-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(45,27,78,.14); }
.svc-card .svc-img { aspect-ratio: 16/8; overflow: hidden; background: var(--purple-lt); }
.svc-card .svc-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-card .svc-body { padding: 1.75rem; flex: 1; display: flex; flex-direction: column; }
.svc-card .svc-tag { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: .6rem; }
.svc-card h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--purple); margin-bottom: .6rem; }
.svc-card p { color: var(--muted); font-size: .93rem; line-height: 1.7; flex: 1; }
.svc-card .svc-cta { margin-top: 1.25rem; font-weight: 700; color: var(--purple); font-size: .88rem; border-bottom: 2px solid var(--orange); align-self: flex-start; padding-bottom: 2px; }
.svc-card:hover .svc-cta { color: var(--orange); }

/* ── CTA BAND ── */
.cta-band { background: var(--purple); color: #fff; text-align: center; padding: 5.5rem 3rem; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: url('img/hero-texture.jpg') center/cover no-repeat; opacity: .07; pointer-events: none; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 1rem; line-height: 1.2; }
.cta-band p { color: rgba(255,255,255,.75); max-width: 560px; margin: 0 auto 2.25rem; line-height: 1.8; }
.cta-band .hero-cta-row { justify-content: center; }
.cta-band .btn-ghost { color: #fff; }
.cta-band .btn-ghost:hover { color: var(--orange); }

/* ── SPLIT ── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; }
.split img { width: 100%; border-radius: 16px; box-shadow: 0 20px 60px rgba(45,27,78,.15); display: block; }
.split h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.7rem, 3vw, 2.4rem); color: var(--purple); line-height: 1.2; margin-bottom: 1.25rem; }
.split p { color: var(--muted); line-height: 1.85; margin-bottom: 1.1rem; font-size: .98rem; }
.split p strong { color: var(--ink); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 2.5rem; } }

/* ── VIDEN / ARTICLE TEASERS ── */
.article-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.75rem; }
.article-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; text-decoration: none; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.article-card:hover { transform: translateY(-6px); box-shadow: 0 24px 48px rgba(45,27,78,.12); }
.article-card .a-tags { display: flex; gap: .5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.a-tag { font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: var(--purple-lt); color: var(--purple); padding: .3rem .7rem; border-radius: 16px; }
.article-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--purple); line-height: 1.3; margin-bottom: .75rem; }
.article-card p { color: var(--muted); font-size: .92rem; line-height: 1.7; flex: 1; }
.article-card .a-meta { margin-top: 1.5rem; font-size: .8rem; color: var(--muted); }
.article-body { max-width: 720px; margin: 0 auto; padding: 5rem 2rem 6rem; }
.article-body .a-tags { display: flex; gap: .5rem; margin-bottom: 1.5rem; }
.article-body h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--purple); line-height: 1.15; margin-bottom: 1rem; }
.article-body .a-meta { color: var(--muted); font-size: .85rem; margin-bottom: 3rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--border); }
.article-body p { color: #3b3650; line-height: 1.95; margin-bottom: 1.5rem; font-size: 1.02rem; }
.article-body h2 { font-family: 'Playfair Display', serif; color: var(--purple); font-size: 1.5rem; margin: 2.75rem 0 1rem; }
.article-body blockquote { border-left: 3px solid var(--orange); padding: .5rem 0 .5rem 1.5rem; margin: 2rem 0; font-style: italic; color: var(--purple); font-size: 1.1rem; line-height: 1.7; }
.article-back { font-size: .85rem; font-weight: 600; color: var(--muted); text-decoration: none; display: inline-block; margin-bottom: 2rem; }
.article-back:hover { color: var(--orange); }

/* ── LEAD-CAPTURE FORM (whitepaper) ── */
.lead-wrap { max-width: 620px; margin: 3rem auto 0; }
.lead-form { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.25rem; box-shadow: 0 20px 60px rgba(45,27,78,.08); }
.lead-form .lead-head { text-align: center; margin-bottom: 1.75rem; }
.lead-form .lead-head h3 { font-family: 'Playfair Display', serif; color: var(--purple); font-size: 1.4rem; margin-bottom: .4rem; }
.lead-form .lead-head p { color: var(--muted); font-size: .92rem; line-height: 1.6; }
.lead-form .lead-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1.25rem; }
.lead-form label { display: flex; flex-direction: column; font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--purple); gap: .4rem; }
.lead-form input { font-family: inherit; font-size: 1rem; padding: .85rem 1rem; border: 1.5px solid var(--border); border-radius: 8px; background: var(--cream); color: var(--ink); transition: border-color .2s; font-weight: 400; letter-spacing: 0; text-transform: none; }
.lead-form input:focus { outline: none; border-color: var(--orange); }
.lead-form .btn-primary { border: 0; cursor: pointer; width: 100%; justify-content: center; }
.lead-consent { font-size: .78rem; color: var(--muted); margin-top: 1rem; text-align: center; line-height: 1.5; }
.hp { position: absolute; left: -9999px; }
.lead-success { background: var(--purple-lt); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; text-align: center; }
.lead-success h3 { font-family: 'Playfair Display', serif; color: var(--purple); font-size: 1.5rem; margin-bottom: .75rem; }
.lead-success p { color: #3b3650; line-height: 1.7; }
@media (max-width: 560px) { .lead-form .lead-row { grid-template-columns: 1fr; } }

/* ── TESTS HUB ── */
.test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.75rem; max-width: 1100px; margin: 0 auto; }
.test-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.25rem; display: flex; flex-direction: column; }
.section.tint .test-card { background: var(--cream); }
.test-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 12px; margin-bottom: 1.5rem; }
.test-card .test-tag { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: .75rem; }
.test-card h3 { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--purple); margin-bottom: .6rem; }
.test-card p { color: var(--muted); font-size: .93rem; line-height: 1.7; flex: 1; margin-bottom: 1.5rem; }
.test-card .btn-primary { align-self: flex-start; }
.test-card.soon { opacity: .65; }
.test-card.soon .btn-disabled { display: inline-flex; align-items: center; gap: .5rem; background: var(--border); color: var(--muted); padding: .85rem 2rem; border-radius: 6px; font-weight: 700; font-size: 1rem; }

/* ── TEAM GRID ── */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; max-width: 1100px; margin: 0 auto; }
.team-card { text-align: center; display: flex; flex-direction: column; }
.team-card img { width: 100%; aspect-ratio: 1; object-fit: cover; object-position: top; border-radius: 16px; margin-bottom: 1.1rem; }
.team-card .tc-role { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: .3rem; }
.team-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--purple); margin-bottom: .5rem; }
.team-card p { font-size: .88rem; color: #4b4660; line-height: 1.6; margin-bottom: 1rem; flex: 1; }
.team-card .tc-li { display: inline-flex; align-items: center; gap: .35rem; font-size: .8rem; font-weight: 600; color: var(--purple); text-decoration: none; align-self: center; }
.team-card .tc-li span, .team-card .tc-li { border-bottom: 1.5px solid var(--orange); padding-bottom: 1px; }
.team-card .tc-li:hover { color: var(--orange); }
@media(max-width:900px) { .team-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:540px) { .team-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; } }

/* ── STAT BLOCK (CBL method section) ── */
.stat-block { display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; padding-left: 2rem; border-left: 3px solid var(--orange); }
.stat-num { display: block; font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--purple); }
.stat-label { display: block; font-size: .85rem; color: #4b4660; margin-top: .1rem; }

/* ── COMPACT YDELSE CARDS (Forsberg-style) ── */
.ydelse-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.ydelse-grid.cols-2 { max-width: 760px; }
.ydelse-card { position: relative; background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; text-decoration: none; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.yd-flag { position: absolute; top: 1.25rem; right: 1.25rem; font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--purple); background: rgba(45,27,78,.07); padding: .25rem .6rem; border-radius: 20px; }
.section.tint .ydelse-card { background: var(--cream); }
.ydelse-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(45,27,78,.12); }
.ydelse-card .yd-tag { font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin-bottom: .6rem; display: flex; align-items: center; gap: .55rem; }
.ydelse-card h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--purple); margin-bottom: 1rem; }
.ydelse-card ul { list-style: none; margin-bottom: 1.4rem; flex: 1; }
.ydelse-card li { color: #3b3650; font-size: .9rem; line-height: 1.5; padding-left: 1.3rem; position: relative; margin-bottom: .5rem; }
.ydelse-card li::before { content: '\2192'; position: absolute; left: 0; color: var(--orange); }
.ydelse-card .yd-cta { font-weight: 700; color: var(--purple); font-size: .85rem; border-bottom: 2px solid var(--orange); align-self: flex-start; padding-bottom: 2px; }
.ydelse-card:hover .yd-cta { color: var(--orange); }
.badge.live.sm { margin: 0; font-size: .6rem; padding: .15rem .5rem; }

/* group label inside a section */
.svc-group-label { text-align: center; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); margin: 0 0 2rem; }
.svc-group-label.mt { margin-top: 4rem; }

/* ── CROSS-LINK FEAT CARDS (service -> service) ── */
a.feat-link { text-decoration: none; display: block; transition: transform .25s, box-shadow .25s; }
a.feat-link:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(45,27,78,.12); }
a.feat-link .feat-tag { font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); display: block; margin-bottom: .4rem; }
a.feat-link .feat-cta { display: inline-block; margin-top: .9rem; font-weight: 700; font-size: .82rem; color: var(--purple); border-bottom: 2px solid var(--orange); padding-bottom: 1px; }
a.feat-link:hover .feat-cta { color: var(--orange); }

/* ── RELATED VIDEN ON ARTICLE PAGES ── */
.related-service { max-width: 720px; margin: 2.5rem auto 0; padding: 1.5rem 1.75rem; background: var(--purple-lt); border: 1px solid var(--border); border-radius: 14px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.related-service span { font-size: .95rem; color: var(--purple); font-weight: 600; }
.related-service a { font-weight: 700; color: var(--purple); text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 2px; font-size: .9rem; white-space: nowrap; }
.related-service a:hover { color: var(--orange); }

/* ── MISC ── */
.contact-office { width: 100%; border-radius: 18px; box-shadow: 0 24px 60px rgba(45,27,78,.16); display: block; }
.badge.soon { background: rgba(45,27,78,.08); color: var(--purple); }
.contact-split { align-items: start; gap: 3rem; }
.contact-lines { margin-top: 2rem; display: grid; gap: 1.1rem; }
.contact-lines a { display: block; text-decoration: none; color: #3b3650; font-size: .95rem; line-height: 1.4; }
.contact-lines a strong { color: var(--purple); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-lines a[href]:hover strong { color: var(--orange); }
.lead-form textarea { width: 100%; padding: .8rem 1rem; border: 1px solid var(--border); border-radius: 10px; font-family: inherit; font-size: .95rem; color: var(--purple); background: var(--white); resize: vertical; margin-top: .35rem; }
.lead-form textarea:focus { outline: none; border-color: var(--orange); }
.note-strip { background: var(--orange-lt); border: 1px solid #fed7aa; border-radius: 12px; padding: 1.25rem 1.75rem; max-width: 820px; margin: 0 auto; font-size: .92rem; color: #9a3412; line-height: 1.7; }
.footer-grid { grid-template-columns: 2fr 1fr 1fr 1fr; }
@media (max-width: 900px) {
  .section, .page-hero, .lifecycle, .cta-band { padding-left: 1.5rem; padding-right: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: 1fr; gap: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ── MOBILE OVERRIDES (placed last so they win over later-defined base rules) ── */
@media (max-width: 900px) {
  .platform-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .platform-features { padding: 1.25rem 1.5rem; gap: .6rem 1.25rem; justify-content: flex-start; }
  .about-section { padding: 4rem 1.5rem; }
  .zz-row { grid-template-columns: 1fr; gap: 2.5rem; margin-bottom: 3.5rem; }
  .zz-reverse { direction: ltr; }
  .zz-img img, .zz-coming-soon, .zz-placeholder { aspect-ratio: 16/11; }
  .contact-split { gap: 2rem; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2.05rem; }
  .section, .about-section, .use-cases, .testimonials, .products { padding-left: 1.25rem; padding-right: 1.25rem; }
  .step { padding: 1.4rem 1.25rem; }
  .feat, .level, .ydelse-card, .test-card, .article-card, .lead-form { padding: 1.5rem; }
  .split { gap: 2rem; }
}

/* ════════════════════════════════════════════════
   LANGUAGE SWITCH  +  COOKIE CONSENT   (i18n update)
   ════════════════════════════════════════════════ */

/* Right-hand nav group that holds menu, language flags and the mobile toggle */
.nav-right { display: flex; align-items: center; gap: 1.75rem; }

.lang-switch { display: flex; align-items: center; gap: .55rem; flex-shrink: 0; }
.lang-flag {
  display: inline-flex; width: 26px; height: 19px;
  border-radius: 3px; overflow: hidden; line-height: 0;
  box-shadow: 0 0 0 1px rgba(255,255,255,.28);
  opacity: .48; transition: opacity .2s, box-shadow .2s, transform .2s;
}
.lang-flag svg { width: 100%; height: 100%; display: block; }
a.lang-flag:hover { opacity: 1; transform: translateY(-1px); }
.lang-flag.is-active { opacity: 1; box-shadow: 0 0 0 2px var(--orange); cursor: default; }

@media (max-width: 980px) {
  .nav-right { gap: 1rem; }
  /* keep the menu overlay full-width below the bar */
  .nav-right .nav-links { left: 0; right: 0; }
}

/* ── Cookie consent banner ── */
.cookie-banner {
  position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 300;
  max-width: 430px; margin-left: auto;
  background: var(--white); color: var(--ink);
  border: 1px solid var(--border); border-radius: 16px;
  box-shadow: 0 18px 50px rgba(15,10,30,.22);
  padding: 1.4rem 1.5rem; font-size: .9rem; line-height: 1.6;
  transform: translateY(160%); transition: transform .45s cubic-bezier(.16,1,.3,1);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-banner h4 {
  font-size: .98rem; font-weight: 700; margin-bottom: .35rem; color: var(--purple);
}
.cookie-banner p { color: #4b4660; margin-bottom: 1.1rem; }
.cookie-banner a { color: var(--purple-mid); font-weight: 600; }
.cookie-actions { display: flex; gap: .6rem; flex-wrap: wrap; }
.cookie-actions button {
  flex: 1 1 auto; cursor: pointer; border-radius: 8px; padding: .62rem 1rem;
  font-family: inherit; font-size: .85rem; font-weight: 700;
  border: 1px solid var(--border); transition: all .2s; white-space: nowrap;
}
.cc-accept { background: var(--orange); color: #fff; border-color: var(--orange); }
.cc-accept:hover { background: #ea580c; }
.cc-reject { background: var(--white); color: var(--purple); }
.cc-reject:hover { background: var(--purple-lt); }
@media (max-width: 520px) {
  .cookie-banner { left: .75rem; right: .75rem; bottom: .75rem; padding: 1.2rem; max-width: none; }
}

/* Re-open link in the footer */
.cookie-link {
  background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; color: rgba(255,255,255,.4); text-decoration: underline;
  transition: color .2s;
}
.cookie-link:hover { color: var(--orange); }

/* ════════════════════════════════════════════════
   HUBSPOT WHITEPAPER FORMS  (i18n / lead-gen)
   These rules style the form when HubSpot renders it as a raw
   HTML element (Marketing Hub Pro+). On free/Starter the form
   renders inside an iframe and is styled inside HubSpot instead;
   the .hs-fallback note below always uses these.
   ════════════════════════════════════════════════ */
.hs-form-mount { margin-top: .5rem; }
.hs-form-mount .hs-form-field { margin-bottom: 1rem; }
.hs-form-mount .hs-form-field > label,
.hs-form-mount .hs-field-desc { display: block; font-size: .8rem; font-weight: 600; color: var(--purple); margin-bottom: .35rem; }
.hs-form-mount input.hs-input[type=text],
.hs-form-mount input.hs-input[type=email],
.hs-form-mount input.hs-input[type=tel] {
  width: 100%; padding: .85rem 1rem; border: 1px solid #d9d4e4; border-radius: 10px;
  font: inherit; background: #fff; color: #2d1b4e; box-sizing: border-box;
}
.hs-form-mount input.hs-input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.15); }
.hs-form-mount .hs-button.primary {
  margin-top: .35rem; padding: .9rem 1.7rem; border: 0; border-radius: 999px; cursor: pointer;
  background: var(--orange); color: #fff; font: inherit; font-weight: 600; letter-spacing: .01em;
}
.hs-form-mount .hs-button.primary:hover { filter: brightness(.96); }
.hs-form-mount .hs-error-msgs { list-style: none; padding: 0; margin: .35rem 0 0; color: #c8102e; font-size: .8rem; }
.hs-form-mount .submitted-message { font-size: 1rem; color: var(--purple); font-weight: 600; }
.hs-form-mount .hs-fallback { color: #4b4660; font-size: .95rem; }
.hs-form-mount .hs-fallback a { color: var(--purple); font-weight: 600; }
