@charset "UTF-8";
.qj-de-body {
  min-height: 100vh;
  margin: 0;
  background: radial-gradient(circle at 8% 8%, rgba(19, 84, 78, 0.1), transparent 28rem), radial-gradient(circle at 92% 12%, rgba(234, 30, 38, 0.08), transparent 26rem), #f4f6f8;
  color: #121417;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0.02rem;
}

.qj-de-landing {
  overflow: hidden;
}

.qj-de-top {
  width: 100%;
  padding: 1rem 0;
}

.qj-de-top-inner {
  width: min(1180px, 100% - 2rem);
  min-height: 64px;
  margin: 0 auto;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(12px);
}

.qj-de-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.qj-de-brand img {
  width: auto;
  height: 42px;
  display: block;
}

.qj-de-top-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgb(234, 30, 38);
  border-radius: 999px;
  color: #ffffff;
  background: rgb(234, 30, 38);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.qj-de-top-cta:hover {
  color: #071417;
  background: rgb(19, 216, 238);
  border-color: rgb(19, 216, 238);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(19, 216, 238, 0.24);
}

.qj-de-hero {
  position: relative;
  padding: 5.5rem 0 4.5rem;
}

.qj-de-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: rgb(19, 84, 78);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.qj-de-kicker .material-symbols-outlined {
  font-size: 1.35rem;
}

.qj-de-hero h1 {
  max-width: 900px;
  margin: 0 0 1.35rem;
  color: #121417;
  font-size: clamp(2.6rem, 5.6vw, 5.6rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.qj-de-lead {
  max-width: 780px;
  margin: 0 0 1.35rem;
  color: #5c6874;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1.72;
}

.qj-de-free-line {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
  padding: 0.8rem 1.05rem;
  border: 1px solid rgba(234, 30, 38, 0.18);
  border-radius: 999px;
  color: #121417;
  background: rgba(234, 30, 38, 0.08);
  box-shadow: 0 12px 28px rgba(234, 30, 38, 0.08);
}

.qj-de-free-line .material-symbols-outlined {
  color: rgb(234, 30, 38);
}

.qj-de-free-line strong {
  color: #121417;
  font-weight: 900;
}

.qj-de-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.qj-de-actions-center {
  justify-content: center;
}

.qj-de-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.22s ease, color 0.22s ease, background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.qj-de-btn-primary {
  color: #ffffff;
  border: 1px solid rgb(234, 30, 38);
  background: rgb(234, 30, 38);
  box-shadow: 0 14px 34px rgba(234, 30, 38, 0.22);
}

.qj-de-btn-primary:hover {
  color: #071417;
  background: rgb(19, 216, 238);
  border-color: rgb(19, 216, 238);
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(19, 216, 238, 0.28);
}

.qj-de-btn-secondary {
  color: #121417;
  border: 1px solid rgba(15, 23, 42, 0.16);
  background: #ffffff;
}

.qj-de-btn-secondary:hover {
  color: rgb(19, 84, 78);
  border-color: rgb(19, 84, 78);
  background: rgba(19, 84, 78, 0.06);
  transform: translateY(-2px);
}

.qj-de-hero-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.qj-de-hero-points div {
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.qj-de-hero-points .material-symbols-outlined {
  color: rgb(19, 84, 78);
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.qj-de-hero-points strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #121417;
  font-size: 0.98rem;
  font-weight: 900;
}

.qj-de-hero-points p {
  margin: 0;
  color: #5c6874;
  font-size: 0.92rem;
  line-height: 1.55;
}

.qj-de-hero-card {
  position: relative;
  padding: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 28px;
  background: linear-gradient(145deg, #ffffff, #f7f9fb);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.qj-de-hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  padding: 1px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(19, 84, 78, 0.55), transparent 46%, rgba(234, 30, 38, 0.42));
  pointer-events: none;
  -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
          mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.qj-de-card-top {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  color: rgb(19, 84, 78);
  background: rgba(19, 84, 78, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.qj-de-hero-card h2 {
  margin: 0 0 1rem;
  color: #121417;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.qj-de-hero-card p {
  margin: 0 0 1.4rem;
  color: #5c6874;
  line-height: 1.72;
}

.qj-de-check-list {
  display: grid;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.qj-de-check-list div {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #5c6874;
  line-height: 1.5;
}

.qj-de-check-list .material-symbols-outlined {
  color: rgb(19, 84, 78);
  font-size: 1.25rem;
  margin-top: 0.05rem;
}

.qj-de-price-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(234, 30, 38, 0.18);
  border-radius: 20px;
  background: rgba(234, 30, 38, 0.08);
}

.qj-de-price-tile strong {
  color: rgb(234, 30, 38);
  font-size: 2.5rem;
  font-weight: 950;
  line-height: 1;
}

.qj-de-price-tile span {
  color: #121417;
  font-weight: 850;
  text-align: right;
}

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

.qj-de-section-head {
  max-width: 900px;
  margin: 0 auto 3rem;
  text-align: center;
}

.qj-de-section-head h2,
.qj-de-side h2,
.qj-de-faq-intro h2,
.qj-de-free-box h2,
.qj-de-final-box h2 {
  margin: 0 0 1rem;
  color: #121417;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.qj-de-section-head p,
.qj-de-side p,
.qj-de-faq-intro p,
.qj-de-free-box p,
.qj-de-final-box p {
  margin: 0;
  color: #5c6874;
  font-size: 1.12rem;
  line-height: 1.75;
}

.qj-de-info-card,
.qj-de-feature-card,
.qj-de-audience-card {
  height: 100%;
  padding: 1.8rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.qj-de-info-card:hover,
.qj-de-feature-card:hover,
.qj-de-audience-card:hover {
  transform: translateY(-5px);
  border-color: rgba(19, 84, 78, 0.45);
  background: #f7f9fb;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.qj-de-info-card > .material-symbols-outlined,
.qj-de-feature-card > .material-symbols-outlined,
.qj-de-audience-card > .material-symbols-outlined {
  color: rgb(19, 84, 78);
  font-size: 2.7rem;
  margin-bottom: 1rem;
}

.qj-de-info-card h3,
.qj-de-feature-card h3,
.qj-de-audience-card h3 {
  margin: 0 0 0.75rem;
  color: #121417;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.25;
}

.qj-de-info-card p,
.qj-de-feature-card p,
.qj-de-audience-card p {
  margin: 0;
  color: #5c6874;
  line-height: 1.65;
}

.qj-de-channel {
  background: radial-gradient(circle at 12% 20%, rgba(19, 84, 78, 0.08), transparent 26rem), linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.6), transparent);
}

.qj-de-side {
  position: sticky;
  top: 2rem;
}

.qj-de-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.4rem;
  color: rgb(19, 84, 78);
  font-weight: 900;
  text-decoration: none;
}

.qj-de-text-link:hover {
  color: rgb(234, 30, 38);
}

.qj-de-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.qj-de-distribution-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 1.5rem;
  align-items: stretch;
}

.qj-de-distribution-list {
  display: grid;
  gap: 1rem;
}

.qj-de-distribution-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.qj-de-distribution-item > div {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: rgb(19, 84, 78);
  background: rgba(19, 84, 78, 0.08);
}

.qj-de-distribution-item h3 {
  margin: 0 0 0.45rem;
  color: #121417;
  font-size: 1.22rem;
  font-weight: 900;
}

.qj-de-distribution-item p {
  margin: 0;
  color: #5c6874;
  line-height: 1.65;
}

.qj-de-distribution-note {
  padding: 2rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 28px;
  background: radial-gradient(circle at top right, rgba(234, 30, 38, 0.08), transparent 42%), #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.qj-de-distribution-note > .material-symbols-outlined {
  color: rgb(234, 30, 38);
  font-size: 3rem;
  margin-bottom: 1rem;
}

.qj-de-distribution-note h3 {
  margin: 0 0 1rem;
  color: #121417;
  font-size: 1.75rem;
  font-weight: 950;
  line-height: 1.2;
}

.qj-de-distribution-note p {
  margin: 0 0 1.5rem;
  color: #5c6874;
  line-height: 1.75;
}

.qj-de-free-section {
  padding: 2rem 0 5rem;
}

.qj-de-free-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.3rem;
  align-items: center;
  padding: 1.7rem;
  border: 1px solid rgba(234, 30, 38, 0.18);
  border-radius: 30px;
  background: radial-gradient(circle at top left, rgba(234, 30, 38, 0.08), transparent 34rem), #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}

.qj-de-free-icon {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: rgb(234, 30, 38);
  background: rgba(234, 30, 38, 0.08);
}

.qj-de-free-icon .material-symbols-outlined {
  font-size: 2.5rem;
}

.qj-de-free-box h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.qj-de-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: flex-start;
}

.qj-de-faq-highlight {
  margin-top: 1.5rem;
  padding: 1.25rem;
  border: 1px solid rgba(234, 30, 38, 0.16);
  border-radius: 22px;
  background: rgba(234, 30, 38, 0.06);
}

.qj-de-faq-highlight strong {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: #121417;
  font-weight: 900;
}

.qj-de-faq-highlight .material-symbols-outlined {
  color: rgb(234, 30, 38);
}

.qj-de-faq-highlight span {
  color: #5c6874;
  line-height: 1.6;
}

.qj-de-faq-list {
  display: grid;
  gap: 0.85rem;
}

.qj-de-faq-list details {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
}

.qj-de-faq-list summary {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  color: #121417;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.qj-de-faq-list summary::-webkit-details-marker {
  display: none;
}

.qj-de-faq-list summary::after {
  content: "+";
  margin-left: auto;
  color: rgb(19, 84, 78);
  font-size: 1.4rem;
  font-weight: 900;
}

.qj-de-faq-list details[open] summary::after {
  content: "−";
}

.qj-de-faq-list summary span {
  color: rgb(19, 84, 78);
  font-weight: 950;
}

.qj-de-faq-list details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem 3.75rem;
  color: #5c6874;
  line-height: 1.72;
}

.qj-de-final {
  padding: 5rem 0 6rem;
}

.qj-de-final-box {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 34px;
  background: radial-gradient(circle at top right, rgba(19, 84, 78, 0.1), transparent 34rem), radial-gradient(circle at bottom left, rgba(234, 30, 38, 0.08), transparent 30rem), #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  text-align: center;
}

.qj-de-final-box p {
  max-width: 860px;
  margin: 0 auto 2rem;
}

.qj-de-final-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qj-de-final-points li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  color: #5c6874;
  background: #f7f9fb;
}

.qj-de-final-points .material-symbols-outlined {
  color: rgb(19, 84, 78);
  font-size: 1.2rem;
}

@media (max-width: 991px) {
  .qj-de-hero {
    padding: 4rem 0 3rem;
  }
  .qj-de-hero-points,
  .qj-de-distribution-grid,
  .qj-de-faq-grid {
    grid-template-columns: 1fr;
  }
  .qj-de-feature-grid {
    grid-template-columns: 1fr;
  }
  .qj-de-side {
    position: static;
  }
  .qj-de-free-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .qj-de-free-icon {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .qj-de-top-inner {
    align-items: stretch;
    flex-direction: column;
  }
  .qj-de-brand {
    justify-content: center;
  }
  .qj-de-top-cta {
    width: 100%;
  }
  .qj-de-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .qj-de-btn {
    width: 100%;
  }
  .qj-de-hero-card {
    padding: 1.4rem;
    border-radius: 22px;
  }
  .qj-de-section {
    padding: 3.5rem 0;
  }
  .qj-de-distribution-item {
    grid-template-columns: 1fr;
  }
  .qj-de-price-tile {
    align-items: flex-start;
    flex-direction: column;
  }
  .qj-de-price-tile span {
    text-align: left;
  }
  .qj-de-faq-list details p {
    padding-left: 1.2rem;
  }
  .qj-de-final-points {
    align-items: stretch;
    flex-direction: column;
  }
  .qj-de-final-points li {
    justify-content: center;
    border-radius: 18px;
  }
}
/* Reveal animations - landing page */
.qj-reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
  transition: opacity 0.75s ease, transform 0.75s ease, filter 0.75s ease;
  will-change: opacity, transform, filter;
}

.qj-reveal.qj-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.qj-reveal-left {
  transform: translateX(-34px);
}

.qj-reveal-right {
  transform: translateX(34px);
}

.qj-reveal-scale {
  transform: scale(0.96);
}

.qj-reveal-left.qj-visible,
.qj-reveal-right.qj-visible {
  transform: translateX(0);
}

.qj-reveal-scale.qj-visible {
  transform: scale(1);
}

.qj-delay-1 {
  transition-delay: 0.08s;
}

.qj-delay-2 {
  transition-delay: 0.16s;
}

.qj-delay-3 {
  transition-delay: 0.24s;
}

.qj-delay-4 {
  transition-delay: 0.32s;
}

.qj-delay-5 {
  transition-delay: 0.4s;
}

@media (prefers-reduced-motion: reduce) {
  .qj-reveal,
  .qj-reveal-left,
  .qj-reveal-right,
  .qj-reveal-scale {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
/* Cookie consent - landing */
:root {
  --q-cookie-primary: #e6272a;
  --q-cookie-primary-dark: #c61f24;
  --q-cookie-gray-800: #1e293b;
  --q-cookie-gray-600: #475569;
  --q-cookie-gray-100: #f6f7fa;
  --q-cookie-radius: 0.55rem;
}

.cookie-toggle {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1050;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  background: var(--q-cookie-primary);
  color: #ffffff;
  border: 0;
  border-radius: var(--q-cookie-radius);
  font: 600 0.9rem "Montserrat", sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(230, 39, 42, 0.28);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.cookie-toggle:hover {
  background: var(--q-cookie-primary-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(230, 39, 42, 0.32);
}

.cookie-toggle .material-symbols-outlined {
  font-size: 1.25rem;
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background: #ffffff;
  border-top: 1px solid var(--q-cookie-gray-100);
  box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.05);
  font: 0.93rem/1.45 "Montserrat", sans-serif;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-consent.open {
  transform: translateY(0);
}

.cookie-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.4rem;
}

.cookie-body p {
  margin: 0;
  color: var(--q-cookie-gray-600);
}

.cookie-body a {
  color: var(--q-cookie-primary);
  text-decoration: underline;
}

.cookie-body a:hover {
  color: var(--q-cookie-primary-dark);
  text-decoration: none;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cookie-button-essential,
.cookie-button-accept {
  font: 500 0.87rem "Montserrat", sans-serif;
  padding: 0.5rem 1.05rem;
  border-radius: var(--q-cookie-radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.cookie-button-essential {
  background: #ffffff;
  color: var(--q-cookie-gray-800);
  border-color: #d1d5db;
}

.cookie-button-essential:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
}

.cookie-button-accept {
  background: var(--q-cookie-primary);
  color: #ffffff;
}

.cookie-button-accept:hover {
  background: var(--q-cookie-primary-dark);
  transform: translateY(-1px);
}

.cookie-button-reject {
  font: 500 0.87rem "Montserrat", sans-serif;
  padding: 0.5rem 0;
  border: none;
  background: transparent;
  color: var(--q-cookie-primary);
  text-decoration: underline;
  cursor: pointer;
}

.cookie-button-reject:hover {
  color: var(--q-cookie-primary-dark);
  text-decoration: none;
}

@media (min-width: 768px) {
  .cookie-body {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2.3rem;
  }
  .cookie-body p {
    max-width: 760px;
  }
}
@media (max-width: 576px) {
  .cookie-toggle {
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.5rem 0.8rem;
  }
  .cookie-body {
    padding: 1rem;
  }
  .cookie-buttons {
    flex-direction: column;
  }
  .cookie-button-essential,
  .cookie-button-accept,
  .cookie-button-reject {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=germany-employers.css.map */