:root {
  --marocke: #993366;
  --marocke-dark: #7f2853;
  --marocke-light: #aa447a;
  --soft-gray: #f6f6f7;
  --header-height: 121px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1rem);
}

body {
  padding-top: var(--header-height);
  background: #f3f4f6;
  color: #212529;
}

.top-strip {
  min-height: 16px;
  background: var(--marocke);
}

.site-header .navbar {
  min-height: 105px;
}

.brand-logo {
  height: 64px;
  width: auto;
  max-width: min(72vw, 450px);
}

.navbar .nav-link {
  font-weight: 600;
  color: #495057;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--marocke);
}

.btn-primary-marocke,
.btn-primary-marocke:focus {
  --bs-btn-bg: var(--marocke);
  --bs-btn-border-color: var(--marocke);
  --bs-btn-hover-bg: var(--marocke-light);
  --bs-btn-hover-border-color: var(--marocke-light);
  --bs-btn-active-bg: var(--marocke-dark);
  --bs-btn-active-border-color: var(--marocke-dark);
  color: #fff;
}

.btn-outline-marocke {
  --bs-btn-color: var(--marocke);
  --bs-btn-border-color: var(--marocke);
  --bs-btn-hover-bg: var(--marocke);
  --bs-btn-hover-border-color: var(--marocke);
  --bs-btn-hover-color: #fff;
}

.text-marocke { color: var(--marocke) !important; }
.bg-marocke { background: var(--marocke) !important; }
.border-marocke { border-color: var(--marocke) !important; }
.opacity-90 { opacity: .9; }
@media (min-width: 992px) { .py-lg-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; } }
.bg-soft { background: var(--soft-gray); }

.site-shell {
  max-width: 1320px;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .08);
}

.hero-section {
  position: relative;
  background: radial-gradient(circle at 82% 12%, rgba(255,255,255,.14), transparent 22rem),
              radial-gradient(circle at 0% 100%, rgba(255,255,255,.10), transparent 18rem),
              linear-gradient(135deg, var(--marocke), var(--marocke-light));
  overflow: hidden;
}

.hero-section::before,
.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
}

.hero-section::before {
  width: 26rem;
  height: 26rem;
  top: -13rem;
  right: -10rem;
}

.hero-badge,
.karriere-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.13);
  color: #fff;
  border-radius: 999px;
  padding: .55rem 1rem;
  font-size: .925rem;
}

.hero-card-img {
  position: relative;
}

.hero-card-img::before {
  content: "";
  position: absolute;
  inset: -1rem;
  background: rgba(255,255,255,.12);
  filter: blur(1.4rem);
  border-radius: 1.3rem;
}

.hero-card-img img {
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 1.5rem 3rem rgba(0,0,0,.25);
}

.section-padding {
  padding: 5rem 0;
}

.section-title-line {
  width: 80px;
  height: 4px;
  background: var(--marocke);
  margin: 1rem auto 1.5rem;
  border-radius: 999px;
}

.card-hover {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.card-hover:hover {
  border-color: var(--marocke) !important;
  box-shadow: 0 .85rem 1.8rem rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.icon-box {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: .85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--marocke);
  color: #fff;
  font-size: 1.6rem;
  flex: 0 0 auto;
}

.partner-card {
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .35rem 1.2rem rgba(0,0,0,.05);
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.opening-card {
  background: linear-gradient(145deg, #f8f9fa, #eef0f2);
}

.cta-band {
  position: relative;
  overflow: hidden;
  background: var(--marocke);
}

.cta-band::before {
  width: 22rem;
  height: 22rem;
  top: -11rem;
  right: -8rem;
}

.cta-band::after {
  width: 15rem;
  height: 15rem;
  bottom: -7rem;
  left: -5rem;
}

.footer-marocke {
  background: var(--marocke);
}

.footer-link,
.footer-list a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
}

.footer-link:hover,
.footer-list a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-list li + li {
  margin-top: .45rem;
}

.legal-card {
  max-width: 920px;
}

.legal-card h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

.legal-card h3 {
  font-size: 1.2rem;
  margin-top: 1.25rem;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--marocke-light);
  box-shadow: 0 0 0 .25rem rgba(153, 51, 102, .16);
}

.form-check-input:checked {
  background-color: var(--marocke);
  border-color: var(--marocke);
}

.honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 991.98px) {
  :root { --header-height: 105px; }
  body { padding-top: var(--header-height); }
  .site-header .navbar { min-height: 89px; }
  .brand-logo { height: 50px; }
  .section-padding { padding: 3.5rem 0; }
}

@media (max-width: 575.98px) {
  .brand-logo { height: 42px; }
  .hero-section .display-5 { font-size: 2.15rem; }
}
