html {
  scroll-behavior: smooth;
}

@keyframes landing-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes landing-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.landing-page .main {
  overflow: clip;
}

.landing-page.landing-ica-jobbet {
  --accent-color: #d9442e;
  --nav-hover-color: #d9442e;
}

.landing-page.landing-ica-jobbet .landing-card i {
  background: rgba(217, 68, 46, 0.18);
  color: #ff8b78;
}

.landing-page.landing-ica-jobbet .landing-quote {
  background: rgba(217, 68, 46, 0.08);
  border-left-color: #d9442e;
}

.landing-page.landing-ica-jobbet .landing-final-cta .landing-cta-panel,
.landing-page.landing-ica-jobbet .landing-final-cta .landing-cta-panel {
  background:
    radial-gradient(circle at top left, rgba(217, 68, 46, 0.22), transparent 34%),
    #242424;
}

.landing-page .section {
  padding: 54px 0;
}

.landing-page .section-title {
  margin-bottom: 28px;
  text-align: center;
}

.landing-page .section-title h2,
.landing-page .landing-copy h2,
.landing-page .landing-price-card h2,
.landing-page .landing-cta-panel h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.08;
}

.landing-page .section-title p {
  max-width: 42rem;
  margin: 12px auto 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.landing-eyebrow,
.landing-section-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent-color);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-hero {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(68, 181, 60, 0.14), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
  padding: 42px 0 48px;
}

.landing-hero h1 {
  max-width: 12ch;
  margin-bottom: 14px;
  font-size: clamp(2.05rem, 5vw, 3.5rem);
  line-height: 1.04;
}

.landing-intro,
.landing-copy p,
.landing-reference-story,
.landing-price-text,
.landing-cta-panel p {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.landing-intro-subtitle {
  margin: -4px 0 14px;
  color: var(--heading-color);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

.landing-hero-usp {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.landing-hero-usp li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.landing-hero-usp i {
  margin-top: 3px;
  color: var(--accent-color);
}

.landing-price {
  padding-top: 42px;
  padding-bottom: 22px;
}

.landing-page .landing-customer-band.section {
  padding: 22px 0;
}

.landing-customer-band-header {
  margin-bottom: 10px;
  text-align: center;
}

.landing-customer-band-header h2 {
  max-width: none;
  margin: 0 auto;
  font-size: clamp(0.85rem, 1.45vw, 1.1rem);
  line-height: 1.2;
  white-space: nowrap;
}

.landing-customer-band-panel {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background: transparent;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.landing-customer-band-marquee {
  overflow: hidden;
}

.landing-customer-band-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 4px;
  animation: landing-logo-marquee 34s linear infinite;
}

.landing-customer-badge {
  display: flex;
  flex: 0 0 auto;
  min-width: 150px;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}

.landing-customer-logo {
  display: block;
  max-width: 180px;
  max-height: 74px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) contrast(1.02) brightness(0.98);
}

.landing-trust {
  margin-top: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.95rem;
}

.landing-hero-media,
.landing-rounded-image {
  border-radius: 28px;
}

.landing-hero-media {
  position: relative;
  overflow: hidden;
  background: #dfe8de;
  box-shadow: 0 28px 60px rgba(20, 30, 20, 0.12);
}

.landing-hero-media img,
.landing-rounded-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.landing-placeholder-image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  border: 2px dashed rgba(17, 17, 17, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(68, 181, 60, 0.08), rgba(255, 255, 255, 0.85));
  color: #5b5b5b;
  text-align: center;
  padding: 24px;
}

.landing-placeholder-image span {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.landing-cta-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}

.landing-cta-group-center {
  justify-content: center;
}

.landing-page .btn-get-started,
.landing-page .btn-getstarted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 700;
  text-align: center;
}

.landing-secondary-link {
  color: var(--heading-color);
  font-weight: 700;
}

.landing-secondary-link-light {
  color: #ffffff;
}

.landing-card,
.landing-step,
.landing-video-shell {
  height: 100%;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 24, 16, 0.08);
}

.landing-price-card,
.landing-cta-panel {
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 24, 16, 0.08);
}

.landing-card,
.landing-step {
  padding: 24px 22px;
}

.landing-card i {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(68, 181, 60, 0.12);
  color: var(--accent-color);
  font-size: 1.4rem;
}

.landing-card h3,
.landing-step h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
}

.landing-card p,
.landing-step p {
  margin: 0;
  line-height: 1.7;
}

.landing-copy,
.landing-reference .col-lg-7 {
  max-width: 42rem;
}

.landing-checklist {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.landing-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.landing-checklist i {
  margin-top: 3px;
  color: var(--accent-color);
}

.landing-page .landing-solution .landing-section-kicker,
.landing-page .landing-solution .landing-checklist i {
  color: #44b53c !important;
}

.landing-steps-grid {
  position: relative;
}

.landing-step {
  position: relative;
  padding-top: 76px;
}

.landing-step-number {
  position: absolute;
  top: 22px;
  left: 24px;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--heading-color);
  font-weight: 700;
}

.landing-step-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(68, 181, 60, 0.12);
  color: var(--accent-color);
  font-size: 1.25rem;
}

.landing-quote {
  margin: 18px 0;
  padding: 20px 22px;
  border-left: 4px solid var(--accent-color);
  border-radius: 0 20px 20px 0;
  background: rgba(68, 181, 60, 0.08);
}

.landing-quote p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.7;
}

.landing-price-card,
.landing-cta-panel,
.landing-video-shell {
  max-width: 50rem;
  margin: 0 auto;
  padding: 24px 24px 18px;
}

.landing-price-amount {
  margin: 8px 0 4px;
  color: var(--heading-color);
  font-size: clamp(2.25rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 0.95;
}

.landing-price-subtitle {
  margin: 0 0 18px;
  color: color-mix(in srgb, var(--default-color), transparent 18%);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

.landing-price-highlight {
  max-width: 31rem;
  margin: 0 auto 18px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(68, 181, 60, 0.08);
  text-align: left;
}

.landing-price-highlight-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  color: var(--heading-color);
  font-size: 0.98rem;
  font-weight: 700;
}

.landing-price-highlight-title i {
  color: var(--accent-color);
  font-size: 1rem;
}

.landing-price-highlight p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 12%);
  font-size: 0.96rem;
  line-height: 1.55;
}

.landing-price-card {
  text-align: center;
}

.landing-price-card h2 {
  max-width: 16ch;
  margin: 0 auto 8px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
}

.landing-price-card .landing-section-kicker {
  margin-bottom: 10px;
}

.landing-price-card .landing-price-text {
  max-width: 30rem;
  margin: 0 auto 12px;
}

.landing-price-card .landing-price-note {
  max-width: 31rem;
  margin: 16px auto 0;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
  font-size: 0.94rem;
  line-height: 1.6;
}

.landing-form-note {
  max-width: 32rem;
  margin: 10px auto 0;
  color: color-mix(in srgb, var(--default-color), transparent 24%);
  font-size: 0.96rem;
  line-height: 1.6;
}

.landing-submit-button {
  gap: 10px;
}

.landing-submit-button[disabled] {
  opacity: 0.88;
  cursor: wait;
}

.landing-submit-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: landing-spin 0.8s linear infinite;
}

.landing-lead-form-element[data-submitting="true"] .landing-submit-spinner {
  display: inline-block;
}

.landing-submit-status {
  margin: 12px 0 0;
  color: color-mix(in srgb, var(--default-color), transparent 28%);
  font-size: 0.93rem;
  line-height: 1.5;
  text-align: center;
}

.landing-submit-status-active {
  color: var(--heading-color);
  font-weight: 600;
}

.landing-price-card .landing-checklist {
  max-width: 26rem;
  margin: 16px auto 0;
  text-align: left;
}

.landing-checklist-children {
  display: grid;
  gap: 4px;
  margin-top: 8px;
}

.landing-checklist-child {
  display: block;
  padding-left: 16px;
  font-size: 0.96em;
}

.landing-checklist-child::before {
  content: "\2022";
  margin-right: 8px;
}

.landing-jens .landing-rounded-image {
  box-shadow: 0 18px 40px rgba(16, 24, 16, 0.1);
}

.landing-final-cta {
  padding-top: 22px;
  padding-bottom: 10px;
}

.landing-final-cta .landing-cta-panel {
  text-align: center;
  background:
    radial-gradient(circle at top left, rgba(68, 181, 60, 0.24), transparent 34%),
    #242424;
  box-shadow: none;
}

.landing-final-cta .landing-cta-panel-with-media {
  text-align: left;
  max-width: 62rem;
  padding: 22px 24px;
}

.landing-final-cta h2,
.landing-final-cta p {
  color: #ffffff;
}

.landing-final-cta h2 {
  max-width: 15ch;
  margin: 0 auto 8px;
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
}

.landing-final-cta p {
  max-width: 31rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

.landing-final-cta .landing-cta-panel-with-media h2,
.landing-final-cta .landing-cta-panel-with-media p {
  margin-left: 0;
  margin-right: 0;
}

.landing-cta-image {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.landing-video-shell {
  text-align: center;
}

.landing-price .landing-price-card .btn-get-started,
.landing-final-cta .landing-cta-group {
  margin-top: 12px;
}

.landing-price-card .landing-cta-group {
  margin-top: 18px;
}

.landing-final-cta .landing-section-kicker {
  margin-bottom: 8px;
}

.landing-final-cta .landing-cta-group {
  gap: 12px;
}

.landing-final-cta .landing-cta-panel {
  max-width: 44rem;
  padding: 18px 22px 14px;
}

.landing-page .faq .faq-container {
  display: grid;
  gap: 14px;
}

.landing-page .faq .faq-item {
  position: relative;
  padding: 20px 52px 20px 20px;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 24, 16, 0.07);
}

.landing-page .faq .faq-item h3 {
  margin: 0;
  font-size: 1.08rem;
}

.landing-page .faq .faq-item .faq-content {
  padding-top: 14px;
}

.landing-page .faq .faq-item .faq-content p {
  margin: 0;
  line-height: 1.7;
}

.landing-page .faq .faq-toggle {
  right: 24px;
}

@media (max-width: 991.98px) {
  .landing-page .section {
    padding: 44px 0;
  }

  .landing-customer-band {
    padding-top: 0;
    padding-bottom: 6px;
  }

  .landing-price,
  .landing-final-cta {
    padding-top: 38px;
    padding-bottom: 20px;
  }

  .landing-final-cta {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .landing-final-cta .landing-cta-panel {
    padding: 18px 18px 14px;
  }

  .landing-final-cta .landing-cta-panel-with-media {
    padding: 20px 18px;
  }

  .landing-hero h1 {
    max-width: none;
  }

  .landing-price-card,
  .landing-cta-panel,
  .landing-video-shell {
    padding: 24px 20px;
  }
}

@media (max-width: 767.98px) {
  .landing-page .section {
    padding: 38px 0;
  }

  .landing-page .landing-customer-band.section {
    padding: 22px 0;
  }

  .landing-customer-band-header {
    margin-bottom: 8px;
  }

  .landing-customer-band-header h2 {
    max-width: none;
    font-size: 0.8rem;
  }

  .landing-customer-band-panel {
    padding: 0;
  }

  .landing-customer-badge {
    min-width: 126px;
    min-height: 0;
    padding: 0;
  }

  .landing-customer-band-track {
    gap: 3px;
    animation-duration: 22s;
  }

  .landing-customer-logo {
    max-width: 145px;
    max-height: 58px;
  }

  .landing-intro,
  .landing-copy p,
  .landing-reference-story,
  .landing-price-text,
  .landing-cta-panel p,
  .landing-card p,
  .landing-step p,
  .landing-page .faq .faq-item .faq-content p {
    font-size: 1rem;
    line-height: 1.65;
  }

  .landing-cta-group {
    align-items: stretch;
  }

  .landing-page .btn-get-started,
  .landing-page .btn-getstarted {
    width: 100%;
  }

  .landing-secondary-link {
    width: 100%;
    text-align: center;
  }

  .landing-checklist-child {
    padding-left: 0;
  }

  .landing-card,
  .landing-step,
  .landing-price-card,
  .landing-cta-panel,
  .landing-video-shell,
  .landing-page .faq .faq-item {
    border-radius: 22px;
  }

  .landing-hero {
    padding: 24px 0 34px;
  }

  .landing-price,
  .landing-final-cta {
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .landing-final-cta {
    padding-top: 16px;
    padding-bottom: 8px;
  }

  .landing-price-card h2,
  .landing-final-cta h2 {
    max-width: none;
  }

  .landing-final-cta .landing-cta-panel {
    padding: 16px 16px 12px;
  }
}
