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 {
  display: block !important;
  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:#ffffff;
  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-ledig-jobb-test.jpg");
  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: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  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(1180px, calc(100% - 48px));
  margin: 0 0 0 clamp(24px, 5vw, 72px);
  padding: 56px 24px 60px;
  color: #111827;
  transform: translateY(-16px);
  text-align: left;
  justify-self: start;
}

.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: rgba(20, 27, 45, 0.72);
  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-family: var(--font-title);
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

@media (min-width: 1025px) {
  .ja-order-hero__inner {
    width: min(1025px, calc(100% - 48px));
    margin-left: clamp(48px, 7vw, 108px);
  }

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

@media (max-width: 1024px) and (min-width: 761px) {
  .ja-order-hero {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 440px;
    min-height: 0;
    background-image: none;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .ja-order-hero::before {
    background:
      radial-gradient(
        circle at 18% 46%,
        rgba(248, 250, 247, 0.90) 0%,
        rgba(248, 250, 247, 0.78) 22%,
        rgba(248, 250, 247, 0.44) 48%,
        rgba(248, 250, 247, 0.14) 70%,
        rgba(248, 250, 247, 0.00) 90%
      ),
      linear-gradient(
        90deg,
        rgba(248, 250, 247, 0.64) 0%,
        rgba(248, 250, 247, 0.34) 28%,
        rgba(248, 250, 247, 0.12) 54%,
        rgba(248, 250, 247, 0.00) 78%
      );
  }

  .ja-order-hero__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ja-order-hero__title {
    max-width: 100%;
    font-size: clamp(2rem, 6vw, 2.75rem);
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .ja-order-hero__lead {
    font-size: 0.94rem;
    line-height: 1.45;
    margin-bottom: 12px;
    max-width: 36ch;
  }

  .ja-order-page .ja-order-hero__cta {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    padding-inline: 28px;
    height: 56px;
    font-size: 18px;
  }

  .ja-hero-pill {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .ja-hero-wave {
    display: none;
  }
}

.ja-order-hero__lead {
  margin: 0 0 34px;
  font-size: 18px;
  color: rgba(20, 27, 45, 0.84);
  max-width: 760px;
}

.ja-order-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 12px 22px;
  border-radius: 999px;
  background: #49b170;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #49b170;
  vertical-align: middle;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ja-order-hero__cta::after {
  content: "→";
  font-size: 14px;
  line-height: 1;
}

.ja-order-hero__cta:focus-visible {
  background-color: #3f9a61;
  border-color: #3f9a61;
  color: #ffffff;
}

@media (hover: hover) and (pointer: fine) {
  .ja-order-hero__cta:hover {
    background-color: #3f9a61;
    border-color: #3f9a61;
    color: #ffffff;
  }
}

@media (max-width: 640px) {
  .ja-order-hero {
    background-position: 84% center;
  }

  .ja-order-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(248, 250, 247, 0.94) 0%,
        rgba(248, 250, 247, 0.84) 28%,
        rgba(248, 250, 247, 0.50) 50%,
        rgba(248, 250, 247, 0.14) 70%,
        rgba(248, 250, 247, 0.00) 100%
      );
  }

  .ja-order-hero__lead {
    max-width: 30ch;
  }
}

body:has(.ja-order-page--order) .ja-order-hero {
  min-height: 0;
  background-image: none;
  background-color: #ffffff;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body:has(.ja-order-page--order) .ja-order-hero::before,
body:has(.ja-order-page--order) .ja-order-hero::after {
  content: none;
}

body:has(.ja-order-page--order) .ja-order-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1600px, calc(100% - 24px));
  margin: 0 auto;
  padding: clamp(56px, 6vw, 88px) clamp(12px, 2vw, 24px) clamp(22px, 4vw, 34px);
  height: auto;
  box-sizing: border-box;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

body:has(.ja-order-page--order) .ja-order-hero__title {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.12;
  width: 100%;
  max-width: none;
  text-align: center;
}

body:has(.ja-order-page--order) .ja-order-hero__lead {
  margin-bottom: 0;
  width: 100%;
  max-width: none;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1024px) {
  body:has(.ja-order-page--order) .ja-order-hero__inner {
    width: min(1600px, calc(100% - 24px));
    padding: 46px 20px 24px;
  }

  body:has(.ja-order-page--order) .ja-order-hero__title {
    font-size: clamp(1.9rem, 5.2vw, 2.4rem);
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  body:has(.ja-order-page--order) .ja-order-hero__lead {
    width: 100%;
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.5;
    text-align: center;
  }
}

@media (max-width: 640px) {
  body:has(.ja-order-page--order) .ja-order-hero__inner {
    width: min(1600px, calc(100% - 16px));
    padding: 38px 16px 20px;
  }

  body:has(.ja-order-page--order) .ja-order-hero__title {
    margin-bottom: 18px;
    font-size: clamp(1.8rem, 7vw, 2.2rem);
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  body:has(.ja-order-page--order) .ja-order-hero__lead {
    width: 100%;
    max-width: 100%;
    font-size: 0.94rem;
    line-height: 1.48;
    text-align: center;
  }
}

body:has(.ja-order-page--order) #paket.ja-packages {
  padding-top: 36px;
}

#paket.ja-packages {
  width: 100%;
  min-height: 961px;
  margin: 0;
  padding: 72px 0 32px;
  background: transparent;
  background-color: transparent;
}

body:has(.ja-order-page--order) #paket.ja-packages {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

body:has(.ja-order-page--order) #paket .ja-container {
  width: min(1600px, 100%);
  padding-inline: clamp(12px, 2vw, 24px);
}

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

main.container:has(#paket.ja-packages) {
  padding-top: 16px;
  max-width: none;
  width: 100%;
  background: #ffffff;
}

.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: 28px;
  align-items: start;
  justify-items: center;
}

.ja-pricing-card {
  position: relative;
  width: 100%;
  max-width: 430px;
  min-width: 0;
  min-height: 404px;
  height: auto;
  margin: 0 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(41, 163, 122, 0.22);
  outline-offset: 2px;
}

.ja-pricing-card--featured {
  --pkg-accent: #1a502c;
  --pkg-selected: #29a37a;
  --pkg-ring: rgba(41, 163, 122, 0.18);
  border-color: #b7c2cc;
  background: #fcfdfd;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}

.ja-pricing-card--featured .ja-pricing-card__icon img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) saturate(100%) invert(22%) sepia(38%) saturate(670%) hue-rotate(90deg) brightness(92%) contrast(88%);
}

.ja-pricing-card--sprint {
  --pkg-accent: #1a502c;
  --pkg-selected: #29a37a;
  --pkg-ring: rgba(41, 163, 122, 0.18);
  min-height: 521px;
  height: auto;
}

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

.ja-pricing-card--search {
  --pkg-accent: #1a502c;
  --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, #29a37a);
  outline: 3px solid var(--pkg-ring, rgba(41, 163, 122, 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: #5eaf6b;
}

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

.ja-badge {
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 14px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--pkg-accent) 82%, #ffffff 18%);
  background: var(--pkg-accent, #1a502c);
  color: #fff;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
}

.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: #f3f6fa;
  border: 1px solid #dbe3ec;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pkg-accent);
  font-weight: 700;
}

.ja-pricing-card__title {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.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: #1a502c;
  font-size: 46px;
  line-height: 1;
  font-weight: 800;
}

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

.ja-pricing-card--authority .ja-pricing-card__price {
  color: #1a502c;
}

.ja-pricing-card--search .ja-pricing-card__price {
  color: #1a502c;
}

.ja-pricing-card--authority .ja-pricing-card__icon {
  background: #f3f6fa;
  color: #1a502c;
}

.ja-pricing-card--authority .ja-pricing-list li::before {
  color: #1a502c;
}

.ja-pricing-card--sprint .ja-pricing-card__icon {
  background: #f3f6fa;
  color: #1a502c;
}

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

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

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

.ja-pricing-card--search .ja-btn--success {
  background: #5eaf6b;
}

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

.ja-pricing-card__price span {
  display: inline-block;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}

.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.08em;
  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: 100%;
  max-width: 100%;
  height: 46px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  border-radius: 9999px;
  padding: 0;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: 1px solid #5eaf6b !important;
  background: #5eaf6b !important;
  color: #ffffff !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

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

@media (max-width: 760px) {
  #paket .ja-pricing-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }

  #paket .ja-pricing-card {
    width: 100%;
    max-width: 398px;
    min-height: 0;
    padding: 24px 20px 22px;
  }

  #paket .ja-pricing-card__title {
    font-size: 20px;
  }

  #paket .ja-pricing-card__price {
    font-size: 38px;
    margin-bottom: 12px;
  }

  #paket .ja-pricing-list {
    gap: 10px;
  }

  #paket .ja-badge {
    top: -9px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 4px 12px;
    border-radius: 999px;
  }

  .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: #5eaf6b;
}

.ja-packages .ja-btn--success {
  background: #5eaf6b;
}

.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(41, 163, 122, 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: #5eaf6b;
  box-shadow: 0 0 0 3px rgba(94, 175, 107, 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: #5eaf6b;
}

@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: #1a502c;
  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"]:focus {
  outline: none;
  border-color: #5eaf6b;
  box-shadow: 0 0 0 3px rgba(94, 175, 107, 0.14);
}

.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: #fff;
  color: #1D2530;
  border-color: rgba(29, 37, 48, 0.16);
}

.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: #5eaf6b;
  box-shadow: 0 0 0 3px rgba(94, 175, 107, 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 #d8dee5;
  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 #1a502c;
  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: #1a502c;
  box-shadow: inset 0 0 0 4px #fff;
}

.ja-package-tile:has(.ja-package-tile__input:checked) {
  border-color: #29a37a;
  box-shadow: 0 0 0 4px rgba(41, 163, 122, 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 rgba(165, 191, 173, 0.46);
  border-radius: 18px;
  background: rgba(241, 248, 244, 0.78);
}

.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: #1a502c;
  background: rgba(94, 175, 107, 0.14);
}

.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: #1a502c;
}

.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: rgba(241, 248, 244, 0.78);
  border-radius: 14px;
  border: 1px solid rgba(165, 191, 173, 0.46);
}

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

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

.ja-consent__input:checked + .ja-consent__check{
  background:#1a502c;
  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(41,163,122,0.18);
  outline-offset: 2px;
}

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

#bestall-formular .ja-submit-row .ja-btn--submit:focus-visible {
  background: #3f9a61;
  color: #fff;
  box-shadow: none;
  outline: none;
}

#bestall-formular .ja-submit-row .ja-btn--submit:hover {
  background: #5eaf6b;
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  #bestall-formular .ja-submit-row .ja-btn--submit:hover {
    background: #3f9a61;
    color: #fff;
  }
}

.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);
    height: 410px;
    min-height: 0;
    background-image: none;
    border-radius: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .ja-order-hero::before {
    background:
      radial-gradient(
        circle at 16% 48%,
        rgba(248, 250, 247, 0.92) 0%,
        rgba(248, 250, 247, 0.80) 20%,
        rgba(248, 250, 247, 0.48) 44%,
        rgba(248, 250, 247, 0.16) 68%,
        rgba(248, 250, 247, 0.00) 90%
      ),
      linear-gradient(
        90deg,
        rgba(248, 250, 247, 0.70) 0%,
        rgba(248, 250, 247, 0.42) 24%,
        rgba(248, 250, 247, 0.14) 50%,
        rgba(248, 250, 247, 0.00) 78%
      );
  }

  .ja-order-hero__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 20px 20px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .ja-order-hero__title {
    max-width: 100%;
    font-size: clamp(2rem, 6vw, 2.75rem);
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .ja-order-hero__lead {
    font-size: 0.94rem;
    line-height: 1.45;
    margin-bottom: 12px;
    max-width: 28ch;
  }

  .ja-order-page .ja-order-hero__cta {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    padding-inline: 28px;
    height: 56px;
    font-size: 18px;
  }

  .ja-hero-pill {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .ja-hero-wave {
    display: none;
  }

  #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:not(.ja-order-hero__cta),
  .ja-order-page .ja-order-hero__cta {
    width: 100%;
    max-width: 398px;
    margin-left: auto;
    margin-right: auto;
  }

  .ja-order-page .ja-order-hero__cta {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .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 .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-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; }

  .ja-order-page main.container.container,
  .ja-order-page main.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .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; }
