html:has(.en-lp) {
  scroll-behavior: smooth;
}

html:has(.en-lp) body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, p, figure, figcaption {
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

header, main, section, article {
  display: block;
}

img {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

:root {
  --en-bp-desktop: 1024px;
  --en-bp-tablet: 768px;
  --en-color-bg-muted: #f2f2f2;
  --en-color-blue: #445b8a;
  --en-color-border: #e0e0e0;
  --en-color-bullet: #000a41;
  --en-color-navy: #000a41;
  --en-color-red: #6d0928;
  --en-color-text: #5c5f66;
  --en-color-white: #ffffff;
  --en-gap: 24px;
  --en-max: 1400px;
  --en-max-small: 1200px;
  --en-max-wide: 1600px;
  --en-pad: clamp(20px, 4vw, 60px);
  --en-section-y: 48px;
}

@media (min-width: 768px) {
  :root {
    --en-section-y: 64px;
  }
}

@media (min-width: 1024px) {
  :root {
    --en-section-y: 80px;
  }
}

.en-lp {
  -webkit-text-size-adjust: 100%;
  background: var(--en-color-white);
  color: var(--en-color-text);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
}

.en-lp__container {
  width: 100%;
}

.en-lp__inner {
  margin: 0 auto;
  max-width: var(--en-max);
  padding-left: var(--en-pad);
  padding-right: var(--en-pad);
  width: 100%;
}

.en-lp__inner--wide {
  max-width: var(--en-max-wide);
}

.en-lp h2,
.en-lp h3 {
  color: var(--en-color-text);
  font-weight: 600;
  line-height: 1.2;
}

.en-lp h2 {
  font-size: clamp(1.375rem, 3vw, 1.7rem);
  margin-bottom: 16px;
}

.en-lp h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  margin-bottom: 12px;
}

.en-lp p {
  margin: 0 0 16px;
}

.en-lp :is(.en-lp-workflows__intro, .en-lp-results__intro) {
  margin-bottom: 32px;
  text-align: center;
}

.en-lp :is(.en-lp-workflows__intro, .en-lp-results__intro) p {
  font-size: clamp(0.85rem, 2.5vw, 0.9rem);
}

.en-lp :is(.en-lp-workflow-card__list, .en-lp-product__list, .en-lp-about__list) {
  list-style: disc;
  padding-left: 1.25rem;
}

.en-lp :is(.en-lp-workflow-card__list, .en-lp-product__list, .en-lp-about__list) li {
  color: var(--en-color-text);
  margin-bottom: 8px;
}

.en-lp :is(.en-lp-workflow-card__list, .en-lp-product__list, .en-lp-about__list) li::marker {
  color: var(--en-color-bullet);
}

.en-lp :is(.en-lp-workflows, .en-lp-results, .en-lp-product, .en-lp-about) {
  padding: var(--en-section-y) 0;
}

.en-lp__btn {
  background: var(--en-color-navy);
  border: 1px solid var(--en-color-white);
  border-radius: 18px;
  color: var(--en-color-white) !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  min-width: 180px;
  padding: 12px 28px;
  text-align: center;
  text-transform: uppercase;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}

.en-lp__btn:hover,
.en-lp__btn:focus {
  opacity: 0.9;
}

.en-lp-header {
  background: var(--en-color-navy);
  border-bottom: 16px solid var(--en-color-red);
}

.en-lp-header__inner {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
  padding-top: 14px;
}

.en-lp-header__logo {
  margin: 0 auto;
  width: min(280px, 85vw);
}

@media (min-width: 1024px) {
  .en-lp-header__logo {
    width: 320px;
  }
}

.en-lp-hero {
  background-color: var(--en-color-navy);
  background-image: url("../images/hero-mobile.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
  position: relative;
}

.en-lp-hero__overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 10, 65, 0.15) 0%,
    rgba(0, 10, 65, 0.5) 45%,
    rgba(0, 10, 65, 0.92) 100%
  );
}

.en-lp-hero__content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--en-max-wide);
  padding-bottom: clamp(40px, 8vw, 64px);
  padding-top: clamp(180px, 45vw, 280px);
  text-align: center;
}

.en-lp-hero h1 {
  color: var(--en-color-white);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 12px;
}

.en-lp-hero__subtitle {
  color: var(--en-color-white);
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .en-lp-hero {
    background-image: url("../images/hero-desktop.jpg");
  }
}

@media (min-width: 1024px) {
  .en-lp-hero__overlay {
    background: none;
  }

  .en-lp-hero__content {
    padding-bottom: 72px;
    padding-top: clamp(220px, 28vw, 300px);
  }
}

.en-lp-workflows__grid {
  display: grid;
  gap: var(--en-gap);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--en-max-small);
}

.en-lp-workflow-card__img {
  aspect-ratio: 16 / 10;
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 768px) {
  .en-lp-workflows__grid {
    gap: 56px 48px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .en-lp-workflow-card__title,
  .en-lp-workflow-card__list {
    margin-left: 20px;
  }
}

.en-lp-results {
  background: var(--en-color-bg-muted);
}

.en-lp-results__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin-left: auto;
  margin-right: auto;
}

.en-lp-results__item img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.en-lp-results__label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 500px) {
  .en-lp-results__label {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  .en-lp-results__grid {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .en-lp-results__grid {
    gap: 16px;
    grid-template-columns: repeat(5, 1fr);
  }
}

.en-lp-product {
  border-top: 1px solid var(--en-color-border);
}

.en-lp-product:first-of-type {
  border-top: 0;
}

.en-lp-product__layout {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.en-lp-product__content h3 {
  text-align: center;
}

.en-lp-product__list {
  margin-bottom: 24px;
}

.en-lp-product__content .en-lp__btn {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.en-lp-product__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.en-lp-product__figure {
  margin: 0;
}

.en-lp-product__figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.en-lp-product__figure figcaption {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 500px) {
  .en-lp-product__figure figcaption {
    font-size: 0.75rem;
  }
}

@media (max-width: 1023px) {
  .en-lp-product__layout {
    display: flex;
    flex-direction: column;
  }

  .en-lp-product__content {
    display: contents;
  }

  .en-lp-product__content h3 {
    margin-bottom: 0;
    order: 1;
  }

  .en-lp-product__grid {
    order: 2;
  }

  .en-lp-product__list {
    margin-bottom: 0;
    order: 3;
  }

  .en-lp-product__content .en-lp__btn {
    order: 4;
  }
}

@media (min-width: 768px) {
  .en-lp-product__content h3 {
    text-align: left;
  }

  .en-lp-product__content .en-lp__btn {
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .en-lp-product__layout {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .en-lp-product--reverse .en-lp-product__content {
    order: 2;
  }

  .en-lp-product--reverse .en-lp-product__grid {
    order: 1;
  }

  .en-lp-product__grid {
    gap: 20px;
  }
}

.en-lp-about {
  background: var(--en-color-blue);
  color: var(--en-color-white);
}

.en-lp-about h2 {
  color: var(--en-color-white);
}

.en-lp-about__layout {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.en-lp-about__copy p {
  color: var(--en-color-white);
}

.en-lp-about__card {
  background: var(--en-color-white);
  border-radius: 12px;
  max-width: 420px;
  padding: 28px 24px;
  text-align: center;
  width: 100%;
}

.en-lp-about__badge {
  margin: 0 auto 12px;
  width: 120px;
}

.en-lp-about__card-title {
  margin-bottom: 16px;
}

.en-lp-about__list {
  font-size: 0.9rem;
  text-align: left;
}

@media (min-width: 768px) {
  .en-lp-about__layout {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }

  .en-lp-about__copy {
    flex: 1;
  }

  .en-lp-about__copy .en-lp__btn {
    margin: 0;
  }

  .en-lp-about__card {
    flex: 0 0 415px;
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .en-lp-about__layout {
    gap: 64px;
  }
}

.en-lp-cta__body {
  background: var(--en-color-white);
  padding: 48px 0;
}

.en-lp-cta__inner {
  text-align: center;
}

.en-lp-cta__logo {
  margin: 0 auto 24px;
  width: min(200px, 60vw);
}

.en-lp-cta__text {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 24px;
}

.en-lp-cta__fineprint {
  background: var(--en-color-navy);
  padding: 16px var(--en-pad);
}

.en-lp-cta__fineprint-text {
  color: var(--en-color-white);
  font-size: 11px;
  line-height: 1.4;
  margin: 0 auto;
  max-width: var(--en-max);
  text-align: center;
}

@media (min-width: 1024px) {
  .en-lp-cta__fineprint-text {
    font-size: 12px;
  }
}
