:root {
  --navy: #123f79;
  --navy-deep: #0b2f5d;
  --blue: #176fda;
  --blue-soft: #eef6ff;
  --orange: #f28a22;
  --orange-soft: #fff3e6;
  --ink: #17243a;
  --muted: #6e7d91;
  --line: #e4eaf2;
  --surface: #ffffff;
  --page: #f8fbff;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(25, 66, 112, .10);
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.page-shell {
  max-width: 1180px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(228,234,242,.75);
}

.navbar {
    min-height: 100px;
    padding: 10px 0;
}

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

/* Tablet */
@media (max-width: 768px) {
    .brand-logo {
        height: 65px;
    }
}

/* Smartphone */
@media (max-width: 480px) {
    .brand-logo {
        height: 52px;
    }
}


.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy-deep);
  text-decoration: none;
}

.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 42px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -7px;
}

.brand-mark .six {
  color: var(--navy);
  font-size: 43px;
}

.brand-mark .plus {
  position: relative;
  z-index: 2;
  margin: 0 3px 0 7px;
  color: var(--navy);
  font-size: 19px;
  letter-spacing: 0;
}

.brand-mark .nine {
  color: var(--orange);
  font-size: 43px;
}

.brand-word {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.6px;
}

.brand-word strong {
  color: var(--orange);
  font-weight: 700;
}

.nav-link {
  color: #526176;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 14px !important;
}

.nav-link:hover {
  color: var(--navy);
}

.btn-login {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 16px;
  color: var(--navy);
  background: #fff;
  font-weight: 700;
  font-size: 14px;
}

.navbar-toggler {
  color: var(--navy);
  font-size: 29px;
}

/* HERO */

.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 0;
  background:
    radial-gradient(circle at 82% 22%, rgba(40,135,255,.10), transparent 29%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.eyebrow,
.section-kicker {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--blue-soft);
  letter-spacing: .06em;
  text-transform: none;
}

.pulse-dot,
.online-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25b66d;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--navy-deep);
  font-size: clamp(3rem, 6.1vw, 5.6rem);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.065em;
}

.hero h1 .accent {
  display: block;
  color: var(--blue);
}

.hero-copy {
  max-width: 520px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 34px;
}

.btn-primary-modern {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 21px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 10px 28px rgba(242,138,34,.23);
  font-weight: 750;
  text-decoration: none;
}

.btn-primary-modern:hover {
  color: #fff;
  background: #df7815;
  transform: translateY(-1px);
}

.text-link,
.section-link {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}

.text-link i,
.section-link i {
  margin-left: 5px;
}

.human-visual {
  position: relative;
  min-height: 480px;
}

.visual-glow {
  position: absolute;
  width: 390px;
  height: 390px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, #e8f3ff 0%, #f6faff 52%, transparent 72%);
}

.portrait-placeholder {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.portrait-circle {
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  border: 12px solid rgba(255,255,255,.9);
  border-radius: 50%;
  color: #8aa6c6;
  background: linear-gradient(145deg, #dbeaf9, #f8fbff);
  box-shadow: var(--shadow);
  font-size: 92px;
}

.portrait-caption {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 16px;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 12px;
  font-weight: 700;
}

.conversation-card {
  position: absolute;
  z-index: 3;
  width: 230px;
  padding: 16px 18px;
  border: 1px solid rgba(226,233,242,.95);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 35px rgba(34,76,120,.09);
  color: #45566d;
  font-size: 13px;
  line-height: 1.45;
}

.conversation-label {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.card-left {
  left: -5px;
  top: 86px;
}

.card-right {
  right: -5px;
  bottom: 78px;
}

.formula-chip {
  position: absolute;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 12px;
  color: var(--navy);
  background: rgba(238,246,255,.9);
  font-family: Georgia, serif;
  font-size: 17px;
}

.formula-one {
  right: 22px;
  top: 80px;
  transform: rotate(4deg);
}

.formula-two {
  left: 45px;
  bottom: 70px;
  transform: rotate(-5deg);
  color: #bb6c1d;
  background: var(--orange-soft);
}

.feature-strip {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 68px;
  border: 1px solid var(--line);
  border-radius: 22px 22px 0 0;
  background: rgba(255,255,255,.96);
  box-shadow: 0 -8px 35px rgba(28,65,106,.05);
  overflow: hidden;
}

.feature-link {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 108px;
  padding: 20px 25px;
  color: inherit;
  text-decoration: none;
}

.feature-link + .feature-link {
  border-left: 1px solid var(--line);
}

.feature-link:hover {
  background: #fbfdff;
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--blue);
  background: var(--blue-soft);
  font-size: 21px;
}

.feature-link:nth-child(2) .feature-icon {
  color: #c56d14;
  background: var(--orange-soft);
}

.feature-link strong,
.feature-link small {
  display: block;
}

.feature-link strong {
  color: var(--navy-deep);
  font-size: 15px;
}

.feature-link small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.feature-arrow {
  color: #a6b3c2;
}

/* PRODUCT */

.product-section {
  padding: 120px 0;
  background: var(--page);
}

.product-section h2,
.process-section h2 {
  margin: 14px 0 20px;
  color: var(--navy-deep);
  font-size: clamp(2.15rem, 4vw, 3.7rem);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.product-section p {
  max-width: 450px;
  color: var(--muted);
  line-height: 1.7;
}

.section-link {
  display: inline-block;
  margin-top: 12px;
}

.app-preview {
  overflow: hidden;
  border: 1px solid #dfe7f0;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.preview-topbar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  color: #607188;
  font-size: 11px;
  font-weight: 700;
}

.preview-dots {
  display: flex;
  gap: 5px;
}

.preview-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d7e0eb;
}

.preview-status {
  justify-self: end;
  color: #4e8065;
}

.preview-status i {
  font-size: 6px;
  vertical-align: 2px;
}

.preview-body {
  display: grid;
  grid-template-columns: 150px 1fr;
  min-height: 330px;
}

.preview-tutor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  background: #fbfdff;
  color: var(--navy-deep);
  font-size: 11px;
}

.preview-tutor .avatar {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  border-radius: 50%;
  color: #7795b6;
  background: #eaf3fc;
  font-size: 30px;
}

.preview-tutor span {
  margin-top: 3px;
  color: var(--muted);
}

.preview-workspace {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
}

.preview-chat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 22px;
  border-right: 1px solid var(--line);
}

.bubble {
  max-width: 92%;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 11px;
  line-height: 1.45;
}

.tutor-bubble {
  background: var(--blue-soft);
  color: var(--navy);
}

.student-bubble {
  align-self: flex-end;
  background: var(--orange-soft);
  color: #9c5b19;
}

.preview-board {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(#f5f8fb 1px, transparent 1px),
    linear-gradient(90deg, #f5f8fb 1px, transparent 1px),
    #fff;
  background-size: 22px 22px;
}

.preview-board > span {
  margin-bottom: 20px;
  color: #9aa8b8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.equation {
  color: var(--navy-deep);
  font-family: Georgia, serif;
  font-size: 24px;
}

.equation.muted {
  margin-top: 15px;
  color: #7489a2;
  font-size: 20px;
}

.preview-toolbar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.preview-toolbar span {
  padding: 13px 8px;
  color: #6b7b90;
  text-align: center;
  font-size: 10px;
}

.preview-toolbar span + span {
  border-left: 1px solid var(--line);
}

.preview-toolbar i {
  margin-right: 4px;
  color: var(--blue);
}

/* PROCESS */

.process-section {
  padding: 112px 0 125px;
}

.section-heading {
  max-width: 680px;
  margin-bottom: 55px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
}

.process-item {
  position: relative;
  min-height: 205px;
  padding: 30px 20px 10px 0;
}

.process-item + .process-item {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.process-number {
  display: block;
  margin-bottom: 28px;
  color: #b4c0cd;
  font-size: 11px;
  font-weight: 800;
}

.process-item > i {
  display: block;
  margin-bottom: 17px;
  color: var(--blue);
  font-size: 25px;
}

.process-item:nth-child(2n) > i {
  color: var(--orange);
}

.process-item strong,
.process-item small {
  display: block;
}

.process-item strong {
  color: var(--navy-deep);
}

.process-item small {
  margin-top: 5px;
  color: var(--muted);
}

/* FOOTER + MODALS */

.site-footer {
  background: var(--navy-deep);
  color: #fff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 28px 0;
  font-size: 13px;
}

.footer-inner > span {
  font-weight: 800;
}

.footer-inner div {
  display: flex;
  gap: 24px;
}

.footer-inner a {
  color: rgba(255,255,255,.72);
  text-decoration: none;
}

.footer-inner a:hover {
  color: #fff;
}

.modern-modal {
  border: 0;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.modern-modal .modal-header,
.modern-modal .modal-body {
  padding: 26px 30px;
}

.modern-modal .modal-title {
  margin-top: 5px;
  color: var(--navy-deep);
  font-weight: 750;
}

.modern-input {
  min-height: 48px;
  border-color: var(--line);
  border-radius: 12px;
  box-shadow: none !important;
}

.modern-input:focus {
  border-color: #94bce9;
}

.forgot-link {
  display: block;
  margin: 18px auto 0;
  border: 0;
  color: var(--navy);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 16px 0 8px;
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .btn-login {
    width: 100%;
    justify-content: center;
    margin-top: 5px;
  }

  .hero {
    padding-top: 70px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .human-visual {
    min-height: 410px;
    margin-top: 5px;
  }

  .feature-strip {
    margin-top: 30px;
  }

  .product-section {
    padding: 90px 0;
  }

  .preview-body {
    grid-template-columns: 125px 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-shell {
    width: min(100% - 32px, 1180px);
  }

  .navbar {
    min-height: 68px;
  }

  .brand-word {
    font-size: 18px;
  }

  .brand-mark {
    transform: scale(.88);
    transform-origin: left center;
    margin-right: -4px;
  }

  .hero {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .hero-copy {
    margin-top: 22px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .human-visual {
    min-height: 380px;
  }

  .portrait-circle {
    width: 170px;
    height: 170px;
    font-size: 70px;
  }

  .conversation-card {
    width: 190px;
    padding: 13px 14px;
    font-size: 11px;
  }

  .card-left {
    left: 0;
    top: 65px;
  }

  .card-right {
    right: 0;
    bottom: 55px;
  }

  .formula-one {
    right: 5px;
    top: 20px;
  }

  .formula-two {
    left: 8px;
    bottom: 8px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
    border-radius: 20px 20px 0 0;
  }

  .feature-link {
    min-height: 90px;
  }

  .feature-link + .feature-link {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-section {
    padding: 75px 0;
  }

  .preview-body {
    grid-template-columns: 1fr;
  }

  .preview-tutor {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    padding: 14px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .preview-tutor .avatar {
    width: 38px;
    height: 38px;
    margin: 0;
    font-size: 18px;
  }

  .preview-tutor span {
    margin-left: auto;
  }

  .preview-workspace {
    grid-template-columns: 1fr;
  }

  .preview-chat {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .preview-board {
    min-height: 230px;
  }

  .preview-toolbar {
    grid-template-columns: repeat(2, 1fr);
  }

  .preview-toolbar span:nth-child(3),
  .preview-toolbar span:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .preview-toolbar span:nth-child(3) {
    border-left: 0;
  }

  .process-section {
    padding: 78px 0 85px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-item,
  .process-item + .process-item {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-number {
    margin-bottom: 14px;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-inner div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
}

@media (max-width: 430px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
  }

  .brand-word {
    display: none;
  }

  .conversation-card {
    width: 165px;
  }

  .portrait-circle {
    width: 145px;
    height: 145px;
    font-size: 60px;
  }

  .formula-chip {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

.feature-icon.feature-icon-combo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 46px;
    height: 46px;
}

.feature-icon.feature-icon-combo i {
    position: static;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.student-photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.human-visual {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .human-visual {
        max-width: 600px;
        margin: 30px auto 0;
    }

    .student-photo {
        width: 100%;
        height: auto;
    }
}


/* KENNT DICH */

.knows-section {
    padding: 120px 0;
    background: #fff;
}

.knows-section h2 {
    margin: 14px 0 20px;
    color: var(--navy-deep);
    font-size: clamp(2.15rem, 4vw, 3.7rem);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.knows-section p {
    max-width: 460px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
}


/* Visualisierung Lernkontext */

.learning-context {
    max-width: 650px;
    margin-left: auto;
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.context-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.context-label {
    display: block;
    margin-bottom: 7px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
}

.context-header h3 {
    margin: 0;
    color: var(--navy-deep);
    font-size: 1.45rem;
    font-weight: 750;
}

.context-icon {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--blue);
    background: var(--blue-soft);
    font-size: 21px;
}


/* Aktuelles Thema */

.context-topic {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
    padding: 18px 20px;
    border-radius: 16px;
    background: var(--blue-soft);
}

.topic-icon {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: var(--blue);
    background: #fff;
    font-size: 19px;
}

.context-topic small,
.context-topic strong {
    display: block;
}

.context-topic small {
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 11px;
}

.context-topic strong {
    color: var(--navy-deep);
    font-size: 16px;
}

.context-divider {
    height: 1px;
    margin: 28px 0;
    background: var(--line);
}


/* Letzte Stunde */

.context-history {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.history-item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #526176;
    font-size: 14px;
}

.history-item.done i {
    color: #27b56d;
}

.history-item.next {
    margin-top: 3px;
    padding: 12px 14px;
    border-radius: 12px;
    color: #9c5b19;
    background: var(--orange-soft);
    font-weight: 650;
}

.history-item.next i {
    color: var(--orange);
}

.context-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
}


/* Responsive */

@media (max-width: 991.98px) {

    .knows-section {
        padding: 85px 0;
    }

    .learning-context {
        max-width: 100%;
        margin: 10px auto 0;
    }
}

@media (max-width: 575.98px) {

    .knows-section {
        padding: 65px 0;
    }

    .learning-context {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .context-header h3 {
        font-size: 1.25rem;
    }

    .context-topic {
        padding: 15px;
    }

    .history-item {
        align-items: flex-start;
    }
}

.btn-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.btn-register:hover {
    background: var(--navy-deep);
    color: #fff;
}

@media (max-width: 991.98px) {
    .btn-register {
        width: 100%;
        margin-top: 8px;
    }
}

.register-intro {
    margin: 0 0 22px;
    color: var(--muted);
}

.register-captcha {
    margin: 25px 0;
}

#divCheckPasswordMatch {
    min-height: 20px;
    margin-top: 6px;
    font-size: 12px;
}

.navbar-toggler-icon {
    display: none !important;
}

/* REGISTRIERUNGS-CTA */

.signup-cta {
    padding: 40px 0 80px;
    background: #fff;
}

.signup-cta-inner {
    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;

    padding: 65px 70px;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(34, 126, 230, .28),
            transparent 35%
        ),
        var(--navy-deep);

    color: #fff;
}


/* dezentes Gestaltungselement */

.signup-cta-inner::after {
    content: "";
    position: absolute;

    width: 280px;
    height: 280px;

    right: -100px;
    bottom: -160px;

    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
}


.signup-cta-content {
    position: relative;
    z-index: 2;
    max-width: 680px;
}


.signup-kicker {
    margin-bottom: 15px;

    color: #7db9ff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
}


.signup-cta h2 {
    margin: 0;

    color: #fff;

    font-size: clamp(2.2rem, 4vw, 3.7rem);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -.045em;
}


.signup-cta p {
    max-width: 600px;

    margin: 22px 0 0;

    color: rgba(255,255,255,.72);

    font-size: 1.05rem;
    line-height: 1.65;
}


/* Aktionen */

.signup-cta-actions {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;

    gap: 14px;
}


.signup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 205px;
    min-height: 54px;

    padding: 13px 22px;

    border: 0;
    border-radius: 999px;

    color: #fff;
    background: var(--orange);

    font-weight: 750;

    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}


.signup-button:hover {
    color: #fff;
    background: #df7815;
    transform: translateY(-1px);
}


.signup-login {
    border: 0;
    padding: 3px;

    color: rgba(255,255,255,.67);
    background: transparent;

    font-size: 12px;
}


.signup-login strong {
    color: #fff;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .signup-cta {
        padding: 25px 0 55px;
    }

    .signup-cta-inner {
        flex-direction: column;
        align-items: flex-start;

        gap: 35px;

        padding: 42px 28px;

        border-radius: 22px;
    }

    .signup-cta h2 br {
        display: none;
    }

    .signup-cta-actions {
        width: 100%;
        align-items: stretch;
    }

    .signup-button {
        width: 100%;
    }

    .signup-login {
        text-align: center;
    }
}

.signup-free {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.9);
    font-size: .9rem;
    font-weight: 600;
}



