body:has(.ja-order-page) .ja-nav-wrap {
  display: block !important;
}

body:has(.ja-order-page) nav.navbar {
  display: none !important;
}

body:has(.ja-order-page) nav.navbar.is-hidden {
  transform: none !important;
  pointer-events: none !important;
}

body:has(.ja-order-page) nav.navbar .navbar__row--primary {
  display: none !important;
}

body:has(.ja-order-page) .ja-nav-wrap {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 50;
  transform: translateY(0);
  transition: transform 0.24s ease, opacity 0.24s ease;
}

body.nav-floating:has(.ja-order-page) .ja-nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body:has(.ja-order-page) .ja-nav-wrap.js-autohide-nav.is-nav-hidden {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

.ja-order-page {
  --ja-page-bg:#F8FAFC;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0 40px;
  margin-top: 0;
  padding-top: 0;
  overflow-x: visible;
}

body:has(.ja-order-page) main.container {
  padding-top: 0;
  margin-top: 0;
}

.ja-order-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: calc(100vh - 80px);
  border-radius: 0;
  background-image: url("hero-crowd.jpg");
  background-image: image-set(
    url("hero-crowd.webp") type("image/webp"),
    url("hero-crowd.jpg") type("image/jpeg")
  );
  background-size: cover;
  background-position: center 75%;
  overflow: hidden;
  display: grid;
  place-items: center;
  text-align: center;
}

.ja-order-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000080;
  z-index: 1;
}

.ja-order-hero::after {
  content: none;
}

.ja-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 96px;
  display: block;
  z-index: 2;
}

.ja-hero-wave path {
  fill: var(--ja-page-bg);
}

.ja-order-hero__inner {
  position: relative;
  z-index: 3;
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 24px;
  color: #fff;
}

.ja-hero-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 9px 15px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.ja-hero-pill__icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}

.ja-order-hero__title {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 1025px) {
  .ja-order-hero__inner {
    width: min(1025px, calc(100% - 48px));
  }

  .ja-order-hero__title {
    font-size: 56px;
  }
}

.ja-order-hero__lead {
  margin: 0 0 34px;
  font-size: 18px;
}

.ja-order-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 246.84px;
  height: 64px;
  padding: 0;
  font-size: 20px;
  border-radius: 9999px;
  background: #46B47F;
  color: #fff;
  text-decoration: none;
}

#paket.ja-packages {
  width: 100vw;
  min-height: 961px;
  margin: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 72px 0 32px;
  background: transparent;
  background-color: transparent;
}

.ja-order-page .ja-container {
  width: min(1400px, 100%);
  margin-inline: auto;
  padding-inline: clamp(16px, 3vw, 32px);
}

.ja-order-page .px-4 {
  padding-inline: 0;
}

.ja-order-page img,
.ja-order-page svg {
  max-width: 100%;
}

.ja-packages__header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

body.page-home .ja-order-page .ja-packages__header h2 {
  margin: 0 0 14px;
  font-size: 34px;
}

.ja-packages__header p {
  margin: 0;
  color: #6b7280;
  font-size: 16px;
}

.ja-pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(398px, 100%), 1fr));
  gap: 24px;
  align-items: start;
  justify-items: center;
}

.ja-pricing-card {
  position: relative;
  width: 100%;
  max-width: 398px;
  min-width: 0;
  min-height: 404px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #1D2530;
  line-height: 1.45;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  overflow: visible;
}

@media (min-width: 1280px) {
  .ja-pricing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ja-pricing-card {
    max-width: none;
  }
}


.ja-pricing-card:hover,
.ja-pricing-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
  border-color: rgba(29, 37, 48, 0.18);
}

#paket .ja-pricing-card .ja-btn:active {
  transform: translateY(1px);
  box-shadow: none;
}

#paket .ja-pricing-card .ja-btn:focus-visible {
  outline: 3px solid rgba(20, 122, 173, 0.22);
  outline-offset: 2px;
}

.ja-pricing-card--featured {
  --pkg-accent: #147aad;
  --pkg-selected: #147aad;
  --pkg-ring: rgba(20, 122, 173, 0.18);
  border-color: #258ec7;
  box-shadow: 0 12px 30px rgba(37, 142, 199, 0.16);
}

.ja-pricing-card--featured .ja-pricing-card__icon {
  color: var(--pkg-accent);
}

.ja-pricing-card--featured .ja-pricing-card__icon img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(40%) sepia(72%) saturate(1324%) hue-rotate(165deg) brightness(92%) contrast(87%);
}

.ja-pricing-card--sprint {
  --pkg-accent: #F26C0D;
  --pkg-selected: #f26c0d;
  --pkg-ring: rgba(242, 108, 13, 0.18);
  min-height: 521px;
  height: auto;
}

.ja-pricing-card--featured.ja-pricing-card--sprint {
  border-color: #e5e7eb;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.ja-pricing-card--authority {
  --pkg-selected: #8033cc;
  --pkg-ring: rgba(128, 51, 204, 0.18);
  min-height: 521px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.ja-pricing-card--search {
  --pkg-selected: #29a37a;
  --pkg-ring: rgba(41, 163, 122, 0.18);
  min-height: 388px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.ja-pricing-card.is-selected {
  transform: translateY(-2px);
  border-color: var(--pkg-selected, #147aad);
  outline: 3px solid var(--pkg-ring, rgba(20, 122, 173, 0.18));
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.14);
}

.ja-pricing-card.is-selected .ja-btn--primary,
.ja-pricing-card--sprint.is-selected .ja-btn--primary,
.ja-pricing-card--authority.is-selected .ja-btn--primary {
  background: #F2A100;
}

.ja-pricing-card--search.is-selected .ja-btn--success {
  background: #238763;
}

.ja-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--pkg-accent, #258ec7);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.ja-pricing-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ja-pricing-card__icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #eef2f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334155;
}

.ja-pricing-card__title {
  margin: 0;
}

.ja-pricing-card__subtitle {
  margin: 2px 0 0;
  color: #1D2530;
  font-size: 14px;
  line-height: 1.45;
}

.ja-pricing-card__price {
  margin: 0 0 6px;
  color: #147aad;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}

.ja-pricing-card--sprint .ja-pricing-card__price {
  color: #F26C0D;
}

.ja-pricing-card--authority .ja-pricing-card__price {
  color: #8033CC;
}

.ja-pricing-card--search .ja-pricing-card__price {
  color: #29A37A;
}

.ja-pricing-card--authority .ja-pricing-card__icon {
  background: #F3EBFF;
  color: #8033CC;
}

.ja-pricing-card--authority .ja-pricing-list li::before {
  color: #8033CC;
}

.ja-pricing-card--authority .ja-tag {
  border-color: #E5D5FF;
  background: #F3EBFF;
  color: #8033CC;
}

.ja-pricing-card--sprint .ja-pricing-card__icon {
  background: #FFF1E8;
  color: #F26C0D;
}

.ja-pricing-card--sprint .ja-pricing-list li::before {
  color: #F26C0D;
}

.ja-pricing-card--sprint .ja-tag {
  border-color: #F7E3D7;
  background: #FFF1E8;
  color: #F26C0D;
}

.ja-pricing-card--featured .ja-pricing-list li::before {
  color: var(--pkg-accent);
}

.ja-pricing-card--featured .ja-tag {
  border-color: color-mix(in srgb, var(--pkg-accent) 28%, transparent);
  background: color-mix(in srgb, var(--pkg-accent) 8%, white);
  color: var(--pkg-accent);
}

.ja-pricing-card--search .ja-btn--success {
  background: #29A37A;
}

.ja-pricing-card--search .ja-pricing-card__icon {
  background: #E8F7F1;
  color: #29A37A;
  font-size: 30px;
  line-height: 1;
}

.ja-pricing-card__price span {
  font-size: 13px;
  font-weight: 500;
  color: #94a3b8;
}

.ja-pricing-card__period {
  margin: 0 0 16px;
  color: #1D2530;
  font-size: 14px;
  line-height: 1.45;
}

.ja-pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 10px;
}

.ja-pricing-list li {
  position: relative;
  padding-left: 20px;
  color: #1D2530;
  font-size: 14px;
  line-height: 1.45;
}

.ja-pricing-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
}

.ja-pricing-card__label {
  margin: 0 0 8px 0;
  color: #627084;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.ja-pricing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ja-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #dbe6e2;
  background: #f5faf7;
  color: #5f7c6f;
}

.ja-order-page .ja-pricing-card .ja-tag {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.2;
  box-sizing: border-box;
  border-radius: 999px;
}

.ja-packages .ja-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  max-width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  border-radius: 9999px;
  padding: 0;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 1200px) {
  .ja-pricing-card {
    height: auto;
  }
}

@media (max-width: 760px) {
  .ja-step-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ja-step-card__head {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.ja-packages .ja-btn--primary {
  background: #F2A100;
}

.ja-packages .ja-btn--success {
  background: #2ea272;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-card-foot,
.ja-order-page #paket .ja-pricing-card--authority .ja-card-foot {
  margin-top: auto;
  padding-top: 14px;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-btn,
.ja-order-page #paket .ja-pricing-card--authority .ja-btn {
  margin-top: 0;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-card-foot__sep,
.ja-order-page #paket .ja-pricing-card--authority .ja-card-foot__sep {
  height: 1px;
  background: rgba(29, 37, 48, 0.1);
  margin: 0 0 12px;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-card-foot__logos,
.ja-order-page #paket .ja-pricing-card--authority .ja-card-foot__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo svg,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo--meta img,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo--meta img {
  display: block;
  width: 72px !important;
  height: 16px !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo--meta,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo--meta {
  width: 72px;
  height: 16px;
  flex: 0 0 72px;
  position: relative;
  top: 0;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo--linked,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo--linked {
  color: #0A66C2;
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo--linked img,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo--linked img {
  order: 2;
  height: 16px;
  width: auto;
  display: block;
  object-fit: contain;
}

.ja-order-page #paket .ja-pricing-card--sprint .ja-logo--linked > span,
.ja-order-page #paket .ja-pricing-card--authority .ja-logo--linked > span {
  order: 1;
  margin: 0;
  padding: 0;
}

.ja-ats-integrations { padding: 28px 0 48px; }

.ja-ats-card{
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(29,37,48,0.10);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16,24,40,0.07);
  padding: 26px 28px;
}

.ja-ats-card__head{
  display:flex;
  gap:16px;
  align-items:flex-start;
}

.ja-ats-card__icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(20,122,173,0.10);
  color:#147aad;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 800;
  font-size: 18px;
  flex: 0 0 48px;
}

.ja-ats-card__title{
  margin:0;
  font-size: 22px;
  line-height: 1.2;
  color:#1D2530;
  font-weight: 800;
}

.ja-ats-card__lead{
  margin: 6px 0 0;
  color:#627084;
  font-size: 16px;
  line-height: 1.45;
}

.ja-ats-logos{
  display:flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  margin-left: 64px;
}

.ja-ats-logo{
  width: 92px;
  height: 72px;
  border-radius: 14px;
  border: 1px solid rgba(29,37,48,0.12);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow: 0 6px 16px rgba(16,24,40,0.06);
}

.ja-ats-logo img{
  max-width: 64px;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  display:block;
}

.ja-ats-logo:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(16,24,40,0.10);
}

.ja-ats-card__note{
  margin: 18px 0 0;
  margin-left: 64px;
  color:#627084;
  font-size: 16px;
  line-height: 1.45;
}

.ja-ats-card__note strong{ color:#1D2530; }

.ja-form-section {
  padding: 56px 0 72px;
}

#bestall-formular {
  scroll-margin-top: 24px;
}

.ja-form-card {
  background: #fff;
  border: 1px solid rgba(29, 37, 48, 0.1);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.07);
}

#bestall-formular:target .ja-form-card {
  outline: 3px solid rgba(20, 122, 173, 0.18);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.ja-form-card__head {
  padding: 26px 28px 18px;
  border-bottom: 1px solid rgba(29, 37, 48, 0.08);
}

.ja-form-card__title {
  margin: 0;
  color: #1D2530;
  font-size: 30px;
  line-height: 1.2;
}

.ja-form-card__lead {
  margin: 10px 0 0;
  max-width: 72ch;
  color: #627084;
  font-size: 14px;
  line-height: 1.5;
}

.ja-steps.is-fallback {
  display: none;
}

.ja-form-card__body {
  display: grid;
  gap: 16px;
  padding: 24px 28px 8px;
}

.ja-field-wrap {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.ja-field-wrap input,
.ja-field-wrap select,
.ja-field-wrap textarea {
  margin-bottom: 0;
}

.ja-field-wrap label {
  display: block;
  margin-bottom: 8px;
  color: #1D2530;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.ja-form-card input[type="text"],
.ja-form-card input[type="email"],
.ja-form-card input[type="url"],
.ja-form-card input[type="date"],
.ja-form-card select,
.ja-form-card textarea {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid rgba(29, 37, 48, 0.14);
  background: #fff;
  box-sizing: border-box;
}

.ja-form-card textarea {
  min-height: 132px;
  height: auto;
  resize: vertical;
  line-height: 1.45;
}

.ja-form-card .ja-field-wrap input[type="file"] {
  width: 100%;
  min-height: 56px;
  padding: 14px;
  border-radius: 12px;
  border: 1px dashed rgba(29, 37, 48, 0.24);
  background: transparent;
  box-sizing: border-box;
}

.ja-form-card input[type="text"]:focus,
.ja-form-card input[type="email"]:focus,
.ja-form-card input[type="url"]:focus,
.ja-form-card input[type="date"]:focus,
.ja-form-card select:focus,
.ja-form-card textarea:focus,
.ja-form-card .ja-field-wrap input[type="file"]:focus {
  outline: none;
  border-color: #147aad;
  box-shadow: 0 0 0 3px rgba(20, 122, 173, 0.14);
}

.ja-help-inline {
  min-height: 0;
  margin-top: 6px;
  color: #627084;
  font-size: 12px;
  line-height: 1.45;
}

.ja-error-inline {
  min-height: 0;
  margin-top: 6px;
  color: #c2410c;
  font-size: 12px;
  line-height: 1.45;
}

.ja-error-inline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ja-form-card__foot {
  border-top: 1px solid rgba(29, 37, 48, 0.08);
  margin-top: 0;
  padding: 18px 28px 28px;
  display: flex;
  justify-content: flex-end;
}

.ja-form-card__foot .ja-btn {
  width: 250px;
  height: 44px;
  border: 0;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.ja-form-card__foot .ja-btn--primary {
  background: #147aad;
}

@media (min-width: 1100px) {
  .ja-form-card__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
  }

  .ja-form-card__body .ja-field-wrap:has(textarea),
  .ja-form-card__body .ja-field-wrap:has(#id_invoice_address),
  .ja-form-card__body .ja-field-wrap:has(#id_additional_information),
  .ja-form-card__body .ja-field-wrap:has(#id_logo),
  .ja-form-card__body .ja-field-wrap:has(#id_image),
  .ja-form-card__body .ja-field-wrap:has(#id_job_ad_url) {
    grid-column: 1 / -1;
  }
}

.ja-order-page #bestall-formular form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-width: none !important;
  border-radius: 0 !important;
}

.ja-form-pagehead {
  text-align: center;
  margin: 0 0 32px;
}

.ja-form-pagehead__title {
  margin: 0 0 10px;
  color: #1D2530;
  font-size: 34px !important;
  line-height: 1.18;
}

.ja-form-pagehead__lead {
  margin: 0;
  color: #627084;
  font-size: 16px;
  line-height: 1.5;
}

.ja-step-card {
  width: 100%;
  background: #fff;
  border: 1px solid rgba(29, 37, 48, 0.1);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.07);
  margin: 0 0 24px;
}

.ja-step-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 28px 18px;
  border-bottom: 0;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.ja-step-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #147aad;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
}

.ja-step-title {
  margin: 0;
  color: #1D2530;
  font-size: 22px;
  line-height: 1.25;
}

.ja-step-body {
  display: grid;
  gap: 18px;
  padding: 0 28px 26px;
}

.ja-step-card .ja-field-wrap {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.ja-step-card .ja-field-wrap > label {
  display: block;
  margin-bottom: 8px;
  color: #1D2530;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.ja-step-card input[type="text"],
.ja-step-card input[type="email"],
.ja-step-card input[type="url"],
.ja-step-card input[type="date"],
.ja-step-card select,
.ja-step-card textarea {
  width: 100%;
  height: 44px;
  padding: 10px 14px;
  line-height: 1.2;
  border-radius: 12px;
  border: 1px solid rgba(29, 37, 48, 0.14);
  background: #fff;
  color: #1D2530;
  box-sizing: border-box;
}

.ja-step-card input::placeholder,
.ja-step-card textarea::placeholder {
  color: #94a3b8;
}

.ja-step-card textarea {
  min-height: 132px;
  height: auto;
  resize: vertical;
  line-height: 1.45;
}

.ja-step-card input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.9;
  display: block;
  pointer-events: auto;
  cursor: pointer;
}

.ja-step-card .ja-field-wrap--date {
  position: relative;
}

.ja-step-card .ja-field-wrap--date::before {
  content: none;
}

.ja-step-card .ja-field-wrap--date input[type="date"] {
  padding-left: 14px;
}

.ja-date-hint {
  position: absolute;
  left: 40px;
  top: 42px;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #94a3b8;
  pointer-events: none;
}

.ja-step-card .ja-field-wrap--date:has(input[type="date"]:valid) .ja-date-hint {
  display: none;
}

.ja-step-card .ja-field-wrap--date input[type="date"]:invalid {
  color: inherit;
}

.ja-step-card .ja-field-wrap--date input[type="date"]:invalid::-webkit-datetime-edit {
  color: inherit;
}

.ja-step-card input[type="date"]:hover,
.ja-step-card input[type="date"]:focus {
  background: #147aad;
  border-color: #147aad;
  color: #fff;
}

.ja-step-card .ja-field-wrap--date:has(input[type="date"]:hover) .ja-date-hint,
.ja-step-card .ja-field-wrap--date:has(input[type="date"]:focus) .ja-date-hint {
  color: #fff;
}

.ja-step-card input[type="date"]:hover::-webkit-calendar-picker-indicator,
.ja-step-card input[type="date"]:focus::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.9;
}

.ja-step-card .ja-field-wrap--date input[type="date"]:hover:invalid::-webkit-datetime-edit,
.ja-step-card .ja-field-wrap--date input[type="date"]:focus:invalid::-webkit-datetime-edit {
  color: #fff;
}

.ja-step-card .ja-field-wrap input[type="file"] {
  width: 100%;
  min-height: 58px;
  padding: 14px 14px 14px 53px;
  border-radius: 12px;
  border: 1px dashed rgba(29, 37, 48, 0.24);
  background: transparent;
  color: transparent;
  font-size: 0;
  box-sizing: border-box;
  cursor: pointer;
}

.ja-step-card .ja-field-wrap input[type="file"]::file-selector-button {
  -webkit-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 0;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}

.ja-step-card .ja-field-wrap--file {
  position: relative;
}

.ja-step-card .ja-field-wrap--file::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 46px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364738b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 16V5'/%3E%3Cpath d='M7.5 9.5L12 5l4.5 4.5'/%3E%3Cpath d='M4 15v3a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-3'/%3E%3C/svg%3E");
  pointer-events: none;
}

.ja-file-hint {
  position: absolute;
  left: 55px;
  top: 48px;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #94a3b8;
  pointer-events: none;
}

.ja-file-clear {
  position: absolute;
  right: 12px;
  top: 40px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(29, 37, 48, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #1D2530;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.ja-file-clear:hover {
  background: #2ea96d;
  color: #fff;
  border-color: rgba(29, 37, 48, 0.28);
}

.ja-step-card input[type="text"]:focus,
.ja-step-card input[type="email"]:focus,
.ja-step-card input[type="url"]:focus,
.ja-step-card select:focus,
.ja-step-card textarea:focus,
.ja-step-card .ja-field-wrap input[type="file"]:focus {
  outline: none;
  border-color: #147aad;
  box-shadow: 0 0 0 3px rgba(20, 122, 173, 0.14);
}


.ja-package-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
  max-width: 980px;
  width: 100%;
}

.ja-package-tile {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-height: 70px;
  padding: 16px;
  border: 2px solid #ccd4dc;
  border-radius: 22px;
  background: #fff;
  cursor: pointer;
}

.ja-field-wrap--package .ja-package-tile {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 0;
}

.ja-package-tile__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ja-package-tile__radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #3e83b1;
  border-radius: 999px;
  margin-top: 2px;
  flex: 0 0 16px;
  box-sizing: border-box;
}

.ja-package-tile__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ja-field-wrap--package .ja-package-tile__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ja-package-tile__title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1f2834;
  line-height: 1.25;
}

.ja-package-tile__price {
  display: block;
  font-size: 14px;
  color: #627084;
  line-height: 1.2;
}

.ja-package-tile__input:checked + .ja-package-tile__radio {
  background: #3e83b1;
  box-shadow: inset 0 0 0 4px #fff;
}

.ja-package-tile:has(.ja-package-tile__input:checked) {
  border-color: #3e83b1;
  box-shadow: 0 0 0 4px rgba(62, 131, 177, 0.14);
}

.ja-field-wrap--package {
  grid-column: 1 / -1;
  gap: 22px;
  align-items: flex-start;
}

.ja-package-summary {
  width: 100%;
  max-width: 760px;
  padding: 22px 24px;
  border: 1px solid #d6e1ec;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
}

.ja-package-summary__intro {
  margin: 0 0 12px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #48627a;
  background: #e9f1f8;
}

.ja-package-summary__content {
  display: grid;
  gap: 6px;
}

.ja-package-summary__name {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #1d2530;
}

.ja-package-summary__price {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #147aad;
}

.ja-package-summary__period {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #516173;
}

.ja-package-summary__empty {
  margin: 0;
  font-size: 14px;
  color: #516173;
  line-height: 1.4;
}

@media (max-width: 760px) {
  .ja-package-grid {
    grid-template-columns: 1fr;
  }

  .ja-package-tile {
    min-height: 128px;
    border-radius: 16px;
    padding: 18px 20px;
  }

  .ja-package-tile__radio {
    width: 20px;
    height: 20px;
    border-width: 2px;
    flex-basis: 20px;
  }

  .ja-package-tile__title {
    font-size: 15px;
  }

  .ja-package-tile__price {
    font-size: 14px;
  }
}

.ja-submit-row {
  margin-top: 36px;
}

.ja-consent{
  margin-top: 36px;
}

.ja-consent__box{
  display:flex;
  align-items:center;
  gap:12px;
  padding: 18px 24px 22px 20px;
  background: #f3f6f9;
  border-radius: 14px;
  border: 0;
}

.ja-consent__input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.ja-consent__check{
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #147aad;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex: 0 0 18px;
  background:#fff;
}

.ja-consent__input:checked + .ja-consent__check{
  background:#147aad;
  box-shadow: inset 0 0 0 3px #fff;
}

.ja-consent__text{
  color:#1D2530;
  font-size:16px;
  line-height:1.35;
  font-weight: 400;
}

.ja-consent__req{
  font-weight:700;
}

.ja-consent__box:focus-within{
  outline: 3px solid rgba(20,122,173,0.18);
  outline-offset: 2px;
}

.ja-submit-row .ja-btn--submit {
  width: 100%;
  height: 64px;
  border: 0;
  border-radius: 9999px;
  background: #2ea272;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.ja-submit-row .ja-btn--submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

@media (min-width: 1100px) {
  .ja-step-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
  }

  .ja-step-body .ja-field-wrap:has(textarea),
  .ja-step-body .ja-field-wrap:has(input[type="url"]),
  .ja-step-body .ja-field-wrap:has(input[type="file"]),
  .ja-step-body .ja-field-wrap:has(#id_company),
  .ja-step-body .ja-field-wrap:has(#id_job_ad_url),
  .ja-step-body .ja-field-wrap:has(#id_invoice_address),
  .ja-step-body .ja-field-wrap:has(#id_additional_information),
  .ja-step-body .ja-field-wrap:has(#id_logo),
  .ja-step-body .ja-field-wrap:has(#id_image),
  .ja-step-body .ja-field-wrap:has(#id_video_url) {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .ja-order-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
  }

  #paket.ja-packages {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ja-pricing-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ja-pricing-card {
    width: 100%;
    max-width: 398px;
    min-width: 0;
  }

  .ja-step-card {
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
  }

  .ja-order-page .ja-btn,
  .ja-order-page .ja-order-hero__cta {
    width: 100%;
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
  }

  .ja-order-page {
    width: 100%;
  }

  .ja-order-page #bestall-formular .px-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .ja-step-body {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ja-step-card__head {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 761px) {
  .ja-step-card {
    max-width: none;
  }
}

@media (max-width: 760px) {
  .ja-order-page main.container,
  .ja-order-page .container,
  .ja-order-page .ja-container {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  /* extra skydd mot 1px overflow */
  .ja-order-page { overflow-x: visible; }
}

@media (max-width: 760px) {
  .ja-order-page main.container.container,
  .ja-order-page main.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 760px) {
  .ja-order-page .ja-pricing-card,
  .ja-order-page .ja-step-card {
    border-color: rgba(29, 37, 48, 0.16);
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
  }

  .ja-ats-card{ padding: 20px 18px; }
  .ja-ats-logo{ width: 78px; height: 64px; }
  .ja-ats-logos{ margin-left: 0; }
  .ja-ats-card__note{ margin-left: 0; }
}

.ja-is-hidden { display: none !important; }
