
    :root {
      --navy: #071B46;
      --navy-2: #123064;
      --cream: #F7FAFD;
      --cream-2: #EAF4FD;
      --panel: #FFFFFF;
      --amber: #00A0F8;
      --amber-deep: #0C86CE;
      --coral: #123064;
      --coral-deep: #071B46;
      --emerald: #17A589;
      --emerald-deep: #0E7C63;
      --ink: #101A33;
      --ink-soft: #556080;
      --line: #DCE6F2;
      --on-navy: #F3F1E8;
      --on-navy-soft: #AEB6D6;
      color-scheme: light;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: calc(92px + env(safe-area-inset-top, 0px));
    }

    body {
      background: var(--cream);
      color: var(--ink);
      font-family: 'Poppins', sans-serif;
      padding-top: env(safe-area-inset-top, 0px);
      padding-bottom: env(safe-area-inset-bottom, 0px);
      overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    .display-font {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      letter-spacing: -0.015em;
      color: var(--ink);
    }

    .container-narrow {
      max-width: 1220px;
      margin: 0 auto;
      padding-left: 24px;
      padding-right: 24px;
    }

    a {
      color: inherit;
    }

    ::selection {
      background: var(--amber);
      color: var(--navy);
    }

    /* ---------- NAV ---------- */
    .navbar-spez {
      position: sticky;
      top: 14px;
      z-index: 60;
      padding: 0 18px;
    }

    .navbar-spez .inner {
      max-width: 1220px;
      margin: 0 auto;
      height: 68px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: color-mix(in srgb, var(--panel) 88%, transparent);
      backdrop-filter: blur(14px);
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: 0 12px 0 20px;
      box-shadow: 0 12px 30px -14px rgba(14, 27, 61, 0.25);
    }

    .brand {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 1.08rem;
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      color: var(--ink);
    }

    .brand-logo {
      height: 60px;
      width: auto;
      display: block;
    }

    .footer-logo {
      height: 34px;
      width: auto;
      display: block;
    }

    .nav-links {
      display: flex;
      gap: 28px;
      align-items: center;
    }

    .nav-links a {
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
      color: var(--ink-soft);
      transition: color .15s ease;
    }

    .nav-links a:hover {
      color: var(--ink);
    }

    .btn-cta {
      background: linear-gradient(135deg, var(--amber), var(--amber-deep));
      color: #fff !important;
      border: none;
      border-radius: 999px;
      padding: 11px 24px;
      font-weight: 700;
      font-size: 0.88rem;
      text-decoration: none;
      display: inline-block;
      box-shadow: 0 10px 22px -8px rgba(0, 160, 248, 0.55);
      transition: transform .18s ease, box-shadow .18s ease;
    }

    .btn-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 26px -8px rgba(0, 160, 248, 0.6);
      color: #fff !important;
    }

    .btn-ghost {
      border: 1.5px solid var(--line);
      border-radius: 999px;
      padding: 10px 22px;
      font-weight: 700;
      font-size: 0.88rem;
      text-decoration: none;
      color: var(--ink) !important;
      transition: border-color .15s ease, background .15s ease;
    }

    .btn-ghost:hover {
      border-color: var(--navy);
      background: var(--panel);
    }

    .btn-dark {
      background: var(--navy);
      color: #fff !important;
      border-radius: 999px;
      padding: 11px 24px;
      font-weight: 700;
      font-size: 0.88rem;
      text-decoration: none;
      display: inline-block;
    }

    #navToggle {
      display: none;
      background: none;
      border: 1px solid var(--line);
      border-radius: 50%;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
    }

    #navToggle span,
    #navToggle span::before,
    #navToggle span::after {
      content: '';
      display: block;
      width: 16px;
      height: 2px;
      background: var(--ink);
      position: relative;
      border-radius: 2px;
    }

    #navToggle span::before {
      position: absolute;
      top: -6px;
    }

    #navToggle span::after {
      position: absolute;
      top: 6px;
    }

    /* ---------- HERO ---------- */
    .hero {
      position: relative;
      background: radial-gradient(135% 150% at 100% 0%, var(--amber-deep) 0%, var(--navy-2) 42%, var(--navy) 82%);
      overflow: hidden;
      margin: 20px 18px 0;
      border-radius: 36px;
      padding: 92px 0 130px;
    }

    .hero::before {
      content: '';
      position: absolute;
      width: 520px;
      height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0, 160, 248, 0.35), transparent 70%);
      top: -160px;
      right: -120px;
      filter: blur(10px);
    }

    .hero::after {
      content: '';
      position: absolute;
      width: 420px;
      height: 420px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(11, 46, 120, 0.45), transparent 70%);
      bottom: -180px;
      left: -100px;
    }

    .hero .grain {
      position: absolute;
      inset: 0;
      background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
      background-size: 22px 22px;
      opacity: .5;
    }

    .hero-inner {
      position: relative;
      z-index: 2;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--amber);
      background: rgba(0, 160, 248, 0.12);
      border: 1px solid rgba(0, 160, 248, 0.35);
      padding: 7px 16px;
      border-radius: 999px;
      margin-bottom: 26px;
    }

    .hero h1 {
      color: #fff;
      font-size: clamp(2.3rem, 4.8vw, 3.8rem);
      line-height: 1.05;
      max-width: 13ch;
    }

    .hero h1 .hl {
      background: linear-gradient(100deg, var(--amber), #7FD3FF);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .hero p.lead-txt {
      font-size: 1.1rem;
      color: var(--on-navy-soft);
      max-width: 44ch;
      margin-top: 24px;
      line-height: 1.65;
    }

    .hero-ctas {
      margin-top: 34px;
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      align-items: center;
    }

    .hero-ctas .btn-ghost {
      border-color: rgba(255, 255, 255, 0.25);
      color: #fff !important;
    }

    .hero-ctas .btn-ghost:hover {
      background: rgba(255, 255, 255, 0.08);
      border-color: #fff;
    }

    .hero-note {
      margin-top: 30px;
      font-size: 0.82rem;
      color: var(--on-navy-soft);
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .hero-note .dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--emerald);
      box-shadow: 0 0 0 4px rgba(23, 165, 137, 0.25);
    }

    /* hero background illustration */
    .hero-art {
      position: absolute;
      inset: 0;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      pointer-events: none;
    }

    .hero-art svg {
      width: min(620px, 54%);
      height: auto;
      opacity: 0.96;
    }

    .hero-scrim {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(90deg, var(--navy) 0%, rgba(14, 27, 61, 0.75) 38%, rgba(14, 27, 61, 0.15) 68%, transparent 85%);
      pointer-events: none;
    }

    .wave {
      display: block;
      width: 100%;
      height: 60px;
      margin-top: -1px;
    }

    /* ---------- STAT STRIP ---------- */
    .stat-strip {
      padding: 54px 0 10px;
    }

    .stat-card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 18px;
      padding: 22px 20px;
      text-align: center;
      box-shadow: 0 10px 26px -18px rgba(14, 27, 61, 0.25);
    }

    .stat-card .num {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 1.5rem;
    }

    .stat-card .lab {
      font-size: 0.78rem;
      color: var(--ink-soft);
      margin-top: 3px;
    }

    /* ---------- SECTIONS ---------- */
    .sec {
      padding: 92px 0;
    }

    .sec-head {
      max-width: 640px;
      margin-bottom: 54px;
    }

    .sec-kicker {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 700;
      color: var(--coral-deep);
      background: rgba(0, 160, 248, 0.1);
      padding: 6px 14px;
      border-radius: 999px;
      margin-bottom: 16px;
    }

    .sec-head h2 {
      font-size: clamp(1.75rem, 3vw, 2.5rem);
      line-height: 1.15;
    }

    .sec-head p {
      color: var(--ink-soft);
      margin-top: 16px;
      font-size: 1.02rem;
      line-height: 1.65;
    }

    .bg-alt {
      background: var(--cream-2);
      border-radius: 44px;
      margin: 0 14px;
    }

    /* ---------- ROLES ---------- */
    .role-card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 30px 26px;
      height: 100%;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .role-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 44px -22px rgba(14, 27, 61, 0.3);
    }

    .role-ico {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: #fff;
    }

    .role-card h4 {
      font-size: 1.05rem;
      margin-bottom: 14px;
    }

    .role-card ul {
      padding-left: 0;
      list-style: none;
      margin: 0;
    }

    .role-card li {
      font-size: 0.87rem;
      color: var(--ink-soft);
      padding: 7px 0;
      border-top: 1px solid var(--line);
    }

    .role-card li:first-child {
      border-top: none;
    }

    /* ---------- MODULES ---------- */
    .mod-card {
      background: var(--panel);
      border: 1px solid var(--line);
      border-radius: 22px;
      padding: 28px;
      height: 100%;
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .mod-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 24px 44px -22px rgba(14, 27, 61, 0.28);
    }

    .mod-ico {
      width: 46px;
      height: 46px;
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 18px;
      color: #fff;
    }

    .mod-card h4 {
      font-size: 1.02rem;
      margin-bottom: 10px;
    }

    .mod-card p {
      font-size: 0.88rem;
      color: var(--ink-soft);
      line-height: 1.6;
      margin: 0;
    }

    /* ---------- ADMISSION FLOW ---------- */
    .flow-wrap {
      position: relative;
      margin-left: 6px;
    }

    .flow-wrap::before {
      content: '';
      position: absolute;
      left: 23px;
      top: 8px;
      bottom: 8px;
      width: 2px;
      background: repeating-linear-gradient(to bottom, var(--coral) 0 8px, transparent 8px 16px);
    }

    .flow-step {
      position: relative;
      padding: 0 0 38px 66px;
    }

    .flow-step:last-child {
      padding-bottom: 0;
    }

    .flow-step .num {
      position: absolute;
      left: 0;
      top: -2px;
      width: 48px;
      height: 48px;
      border-radius: 14px;
      background: linear-gradient(135deg, var(--amber), var(--amber-deep));
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 1.05rem;
      box-shadow: 0 10px 20px -8px rgba(0, 160, 248, 0.5);
    }

    .flow-step h5 {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 1.02rem;
      margin: 2px 0 6px;
    }

    .flow-step p {
      font-size: 0.88rem;
      color: var(--ink-soft);
      margin: 0;
      max-width: 52ch;
    }

    /* ---------- SCREENSHOT MOCKS ---------- */
    .mock {
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 28px 54px -24px rgba(14, 27, 61, 0.35);
      border: 1px solid var(--line);
      background: var(--panel);
    }

    .mock-bar {
      display: flex;
      align-items: center;
      gap: 6px;
      padding: 12px 16px;
      background: var(--navy);
    }

    .mock-bar span {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.25);
    }

    .mock-body {
      aspect-ratio: 16/10;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 26px;
      position: relative;
    }

    .mock-body.g1 {
      background: linear-gradient(155deg, #E6F4FE, #D2E9FB);
    }

    .mock-body.g2 {
      background: linear-gradient(155deg, #EAF6FF, #D8EEFC);
    }

    .mock-body.g3 {
      background: linear-gradient(155deg, #E9EEFA, #DAE3F5);
    }

    .mock-body.g4 {
      background: linear-gradient(155deg, #E3F6FE, #CFEEFC);
    }

    .mock-tag {
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: .02em;
      background: rgba(255, 255, 255, 0.7);
      padding: 4px 12px;
      border-radius: 999px;
      margin-bottom: 12px;
      color: var(--navy);
    }

    .mock-lab {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 1.02rem;
      color: var(--navy);
    }

    .mock-sub {
      font-size: 0.8rem;
      color: var(--ink-soft);
      margin-top: 5px;
      max-width: 24ch;
    }

    /* ---------- PRICING ---------- */
    .plan-card {
      border-radius: 28px;
      padding: 38px 32px;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .plan-card.light {
      background: var(--panel);
      border: 1px solid var(--line);
      box-shadow: 0 16px 34px -22px rgba(14, 27, 61, 0.25);
    }

    .plan-card.dark {
      background: linear-gradient(160deg, var(--amber-deep), var(--navy));
      color: #fff;
      position: relative;
      overflow: hidden;
      box-shadow: 0 30px 60px -20px rgba(14, 27, 61, 0.55);
    }

    .plan-card.dark::before {
      content: '';
      position: absolute;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0, 160, 248, 0.28), transparent 70%);
      top: -100px;
      right: -80px;
    }

    .plan-tag {
      display: inline-block;
      background: linear-gradient(135deg, var(--amber), var(--amber-deep));
      color: #fff;
      font-size: 0.72rem;
      font-weight: 700;
      padding: 5px 14px;
      border-radius: 999px;
      margin-bottom: 18px;
    }

    .plan-name {
      font-size: 0.82rem;
      font-weight: 700;
      letter-spacing: .02em;
      margin-bottom: 8px;
    }

    .plan-card.light .plan-name {
      color: var(--ink-soft);
    }

    .plan-card.dark .plan-name {
      color: var(--on-navy-soft);
    }

    .plan-price {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 2.5rem;
      line-height: 1;
    }

    .plan-price sub {
      font-family: 'Poppins', sans-serif;
      font-size: 0.85rem;
      font-weight: 400;
    }

    .plan-card.light .plan-price sub {
      color: var(--ink-soft);
    }

    .plan-card.dark .plan-price sub {
      color: var(--on-navy-soft);
    }

    .plan-desc {
      font-size: 0.92rem;
      margin: 16px 0 26px;
      line-height: 1.6;
    }

    .plan-card.light .plan-desc {
      color: var(--ink-soft);
    }

    .plan-card.dark .plan-desc {
      color: var(--on-navy-soft);
    }

    .plan-list {
      list-style: none;
      padding: 0;
      margin: 0 0 30px;
      flex: 1;
      position: relative;
      z-index: 2;
    }

    .plan-list li {
      font-size: 0.87rem;
      padding: 9px 0 9px 26px;
      position: relative;
    }

    .plan-list li::before {
      content: '✓';
      position: absolute;
      left: 0;
      top: 9px;
      font-weight: 800;
      color: var(--emerald);
    }

    .plan-card.dark .plan-list li::before {
      color: var(--amber);
    }

    .plan-group {
      font-size: 0.72rem;
      font-weight: 700;
      color: var(--coral-deep);
      margin: 18px 0 4px 0;
      padding-left: 0;
    }

    .plan-group::before {
      content: none;
    }

    .plan-card.dark .plan-group {
      color: var(--amber);
    }

    /* ---------- COMPARISON TABLE ---------- */
    .cmp-scroll {
      overflow-x: auto;
      border-radius: 20px;
      border: 1px solid var(--line);
      box-shadow: 0 14px 30px -22px rgba(14, 27, 61, 0.25);
    }

    .cmp-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 0.86rem;
      background: var(--panel);
    }

    .cmp-table th,
    .cmp-table td {
      padding: 13px 16px;
      text-align: left;
      border-bottom: 1px solid var(--line);
    }

    .cmp-table thead th {
      background: var(--navy);
      color: #fff;
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 0.84rem;
    }

    .cmp-table tbody tr:nth-child(odd) {
      background: var(--cream-2);
    }

    .cmp-table td.mark {
      text-align: center;
    }

    .cmp-table td.yes {
      color: var(--emerald-deep);
      font-weight: 800;
    }

    .cmp-table td.no {
      color: var(--ink-soft);
      opacity: .5;
    }

    .cmp-table th:first-child,
    .cmp-table td:first-child {
      position: sticky;
      left: 0;
      background: inherit;
    }

    /* ---------- CALCULATOR ---------- */
    .calc-box {
      border-radius: 26px;
      background: linear-gradient(160deg, var(--amber-deep), var(--navy));
      color: #fff;
      padding: 40px;
      box-shadow: 0 30px 60px -24px rgba(14, 27, 61, 0.5);
    }

    .calc-box label {
      font-size: 0.82rem;
      font-weight: 600;
      color: var(--on-navy-soft);
      margin-bottom: 10px;
      display: block;
    }

    .form-range {
      accent-color: var(--amber);
    }

    .plan-toggle {
      display: flex;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.08);
      padding: 4px;
    }

    .plan-toggle button {
      flex: 1;
      background: none;
      border: none;
      padding: 10px;
      font-size: 0.84rem;
      font-weight: 700;
      color: var(--on-navy-soft);
      border-radius: 999px;
    }

    .plan-toggle button.active {
      background: linear-gradient(135deg, var(--amber), var(--amber-deep));
      color: #fff;
    }

    .calc-result {
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      margin-top: 26px;
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      flex-wrap: wrap;
      gap: 10px;
    }

    .calc-result .amt {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 2.2rem;
    }

    .calc-result .amt small {
      font-family: 'Poppins', sans-serif;
      font-size: 0.8rem;
      color: var(--on-navy-soft);
      font-weight: 500;
      display: block;
    }

    .calc-result-rate {
      font-size: 0.85rem;
      color: var(--on-navy-soft);
    }

    /* ---------- ADD-ONS ---------- */
    .addon-pill {
      border: 1px solid var(--line);
      background: var(--panel);
      padding: 10px 18px;
      font-size: 0.85rem;
      font-weight: 500;
      border-radius: 999px;
      display: inline-block;
      transition: border-color .15s ease, transform .15s ease;
    }

    .addon-pill:hover {
      border-color: var(--coral);
      transform: translateY(-2px);
    }

    /* ---------- CTA / RECOMMENDED ---------- */
    .rec-band {
      background: linear-gradient(120deg, var(--navy) 0%, var(--navy-2) 45%, var(--amber-deep) 100%);
      color: #fff;
      border-radius: 40px;
      margin: 0 18px;
      padding: 60px 46px;
      position: relative;
      overflow: hidden;
    }

    .rec-band::before {
      content: '';
      position: absolute;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0, 160, 248, 0.25), transparent 70%);
      top: -140px;
      left: 20%;
    }

    .rec-band .sec-kicker {
      background: rgba(0, 160, 248, 0.15);
      color: var(--amber);
    }

    .rec-band h2,
    .rec-band .display-font {
      color: #fff;
      position: relative;
      z-index: 2;
    }

    .rec-band p {
      color: var(--on-navy-soft);
      position: relative;
      z-index: 2;
    }

    .rec-chip {
      border: 1px solid rgba(255, 255, 255, 0.18);
      background: rgba(255, 255, 255, 0.06);
      padding: 8px 16px;
      border-radius: 999px;
      font-size: 0.8rem;
      color: #EAEBF5;
      display: inline-block;
      position: relative;
      z-index: 2;
    }

    /* ---------- CONTACT ---------- */
    .contact-form .form-control,
    .contact-form select {
      background: var(--panel);
      border: 1.5px solid var(--line);
      border-radius: 14px;
      padding: 13px 16px;
      font-size: 0.92rem;
      color: var(--ink);
    }

    .contact-form .form-control:focus,
    .contact-form select:focus {
      box-shadow: 0 0 0 4px rgba(0, 160, 248, 0.12);
      border-color: var(--coral);
      background: var(--panel);
      color: var(--ink);
    }

    .contact-form label {
      font-size: 0.82rem;
      font-weight: 700;
      color: var(--ink-soft);
      margin-bottom: 7px;
      display: block;
    }

    .contact-visual {
      border-radius: 26px;
      background: linear-gradient(160deg, var(--cream-2), #FCE7C4);
      padding: 36px;
      height: 100%;
      position: relative;
      overflow: hidden;
    }

    .contact-visual .qmark {
      position: absolute;
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
      font-size: 10rem;
      color: rgba(0, 160, 248, 0.08);
      right: -10px;
      bottom: -40px;
      line-height: 1;
    }

    /* ---------- FOOTER ---------- */
    footer {
      padding: 50px 0 34px;
    }

    footer .fbrand {
      font-family: 'Manrope', sans-serif;
      font-weight: 800;
    }

    footer a {
      text-decoration: none;
      color: var(--ink-soft);
      font-size: 0.88rem;
    }

    footer a:hover {
      color: var(--ink);
    }

    :focus-visible {
      outline: 2px solid var(--coral);
      outline-offset: 2px;
    }

    @media (prefers-reduced-motion: reduce) {
      * {
        scroll-behavior: auto !important;
        transition: none !important;
      }
    }

    @media (max-width: 991px) {
      .nav-links {
        position: fixed;
        top: 96px;
        left: 14px;
        right: 14px;
        background: var(--panel);
        border-radius: 24px;
        border: 1px solid var(--line);
        flex-direction: column;
        align-items: flex-start;
        padding: 22px;
        gap: 18px;
        box-shadow: 0 20px 40px -20px rgba(14, 27, 61, 0.3);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: .2s ease;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
      }

      .nav-links.open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
      }

      #navToggle {
        display: flex;
      }

      .hero-art {
        display: none;
      }

      .hero-scrim {
        background: linear-gradient(180deg, var(--navy), var(--navy));
      }

      .hero {
        margin: 16px 10px 0;
        padding: 70px 0 90px;
        border-radius: 26px;
      }

      .bg-alt {
        margin: 0 6px;
        border-radius: 30px;
      }

      .rec-band {
        margin: 0 8px;
        padding: 44px 24px;
        border-radius: 28px;
      }
    }

    @media (max-width: 576px) {
      .container-narrow {
        padding-left: 16px;
        padding-right: 16px;
      }

      .sec {
        padding: 64px 0;
      }

      .sec-head {
        margin-bottom: 38px;
      }

      .hero {
        padding: 56px 0 70px;
        margin: 20px 8px 0;
        border-radius: 22px;
      }

      .hero-inner .col-lg-6 {
        padding-left: 8px;
        padding-right: 8px;
      }

      .navbar-spez {
        top: 10px;
        padding: 0 10px;
      }

      .navbar-spez .inner {
        padding: 0 8px 0 14px;
        height: 60px;
      }

      .brand {
        font-size: 0.95rem;
      }

      .brand .mark {
        width: 32px;
        height: 32px;
      }

      .btn-cta,
      .btn-ghost,
      .btn-dark {
        padding: 9px 18px;
        font-size: 0.84rem;
      }

      .role-card,
      .mod-card {
        padding: 24px 20px;
      }

      .plan-card {
        padding: 28px 22px;
        border-radius: 22px;
      }

      .plan-price {
        font-size: 2.1rem;
      }

      .calc-box {
        padding: 26px 20px;
        border-radius: 20px;
      }

      .rec-band {
        padding: 34px 18px;
        margin: 0 6px;
      }

      .contact-form .form-control,
      .contact-form select {
        padding: 12px 14px;
      }

      .flow-step {
        padding-left: 56px;
      }

      .flow-step .num {
        width: 40px;
        height: 40px;
        font-size: 0.92rem;
      }

      .stat-card {
        padding: 18px 14px;
      }

      .stat-card .num {
        font-size: 1.25rem;
      }

      footer .container-narrow {
        flex-direction: column;
        align-items: flex-start;
      }
    }