:root {
  --fse-orange: #f48040;
  --fse-orange-hover: #be5b24;
  --fse-dark: #11191f;
  --fse-text: #303030;
  --fse-muted: #efefef;
  --fse-white: #ffffff;
  --fse-card-gradient: linear-gradient(319deg, #11191f 0%, #ff6600 100%);
  --fse-font: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--fse-text);
  font-family: var(--fse-font);
  overflow-x: hidden;
}

.fse-svg-defs {
  display: none;
}

.fse-icon,
.fse-arrow-icon {
  display: inline-block;
  fill: none;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.fse-icon {
  height: 32px;
  width: 32px;
}

.fse-arrow-icon {
  height: 22px;
  width: 22px;
}

.fse-page {
  overflow: hidden;
  width: 100%;
}

.fse-page *,
.fse-page *::before,
.fse-page *::after {
  max-width: 100%;
}

.fse-page h1,
.fse-page h2,
.fse-page h3,
.fse-page p,
.fse-page a {
  overflow-wrap: anywhere;
}

.fse-section {
  position: relative;
  width: 100%;
}

.fse-container {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.fse-hero {
  align-content: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.04)), url("assets/hero-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  min-height: min(96vh, 860px);
  padding: 72px 0 32px;
}

.fse-hero-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
}

.fse-hero-grid > *,
.fse-problem-grid > *,
.fse-manual-grid > * {
  min-width: 0;
}

.fse-logo-strip {
  background-image: url("assets/logo-strip.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  margin: 0 0 26px;
  width: 175px;
}

.fse-hero h1 {
  color: #ffffff;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 20px;
  max-width: 760px;
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
}

.fse-hero h1 span {
  display: block;
}

.fse-lead {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 18px;
  max-width: 710px;
  overflow-wrap: anywhere;
}

.fse-lead strong {
  font-weight: 800;
}

.fse-price {
  color: var(--fse-orange);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 30px;
  overflow-wrap: anywhere;
}

.fse-price strong {
  font-weight: 800;
}

.fse-button {
  align-items: center;
  background: var(--fse-orange);
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-family: var(--fse-font);
  font-size: 15px;
  font-weight: 800;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.2;
  min-height: 54px;
  padding: 16px 26px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
  white-space: normal;
  width: fit-content;
}

.fse-button:hover,
.fse-button:focus {
  background: var(--fse-orange-hover);
  color: #ffffff;
  transform: translateY(-1px);
}

.fse-button .fse-arrow-icon {
  color: currentColor;
}

.fse-button-white {
  background: #ffffff;
  color: var(--fse-dark);
  margin-bottom: 25px;
}

.fse-button-white:hover,
.fse-button-white:focus {
  background: #e2dfdf;
  color: var(--fse-dark);
}

.fse-ebook-wrap {
  display: flex;
  justify-content: center;
}

.fse-ebook {
  display: block;
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.25));
  height: auto;
  max-width: 470px;
  width: 100%;
}

.fse-problem {
  background: #ffffff;
  padding: 0 0 70px;
}

.fse-problem-grid {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(230px, 340px) minmax(0, 1fr);
}

.fse-device {
  display: block;
  height: auto;
  margin: 97px auto 0;
  max-width: 315px;
  width: 100%;
}

.fse-problem-content {
  padding-top: 92px;
}

.fse-section-title {
  color: var(--fse-text);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto 30px;
  max-width: 760px;
  text-align: center;
}

.fse-cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto 26px;
}

.fse-card {
  background: var(--fse-muted);
  border-radius: 10px;
  display: flex;
  gap: 14px;
  margin: 10px;
  min-height: 128px;
  padding: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.fse-card:hover {
  background: #f2bb9d;
  transform: translateY(-2px);
}

.fse-card .fse-icon {
  color: var(--fse-orange);
}

.fse-card h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px;
}

.fse-card p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.fse-note {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto 34px;
  max-width: 840px;
  text-align: center;
}

.fse-note strong {
  display: block;
  font-weight: 800;
}

.fse-center {
  display: flex;
  justify-content: center;
  width: 100%;
}

.fse-manual {
  background-image: linear-gradient(rgba(17, 25, 31, 0.08), rgba(17, 25, 31, 0.08)), url("assets/dark-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.fse-manual-heading {
  color: #ffffff;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto 20px;
  max-width: 900px;
  text-align: center;
}

.fse-manual-copy {
  color: #ffffff;
  font-family: "Google Sans", var(--fse-font);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 auto 34px;
  max-width: 1020px;
  text-align: center;
}

.fse-manual-copy strong {
  font-weight: 800;
}

.fse-manual-grid {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 330px);
  margin-top: 22px;
}

.fse-benefit-list {
  display: grid;
  gap: 18px;
}

.fse-benefit {
  background: var(--fse-card-gradient);
  border-radius: 10px;
  display: flex;
  gap: 16px;
  margin: 10px;
  padding: 20px;
}

.fse-benefit .fse-icon {
  color: #ffffff;
}

.fse-benefit h3 {
  color: #ffffff;
  font-family: "Google Sans", var(--fse-font);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 10px;
}

.fse-benefit p {
  color: #fbf8f8;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.fse-recipe {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}

.fse-manual-cta {
  margin-top: 28px;
}

.fse-footer {
  background: #ffffff;
  padding: 20px 0 100px;
}

.fse-footer p {
  color: var(--fse-text);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .fse-hero {
    min-height: auto;
    padding: 64px 0 56px;
  }

  .fse-hero-grid,
  .fse-problem-grid,
  .fse-manual-grid {
    grid-template-columns: 1fr;
  }

  .fse-hero h1 {
    font-size: 44px;
  }

  .fse-ebook {
    max-width: 380px;
  }

  .fse-device {
    margin-top: 50px;
    max-width: 260px;
  }

  .fse-problem-content {
    padding-top: 20px;
  }

  .fse-cards {
    grid-template-columns: 1fr;
  }

  .fse-manual-copy {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .fse-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 390px;
    padding: 0 18px;
  }

  .fse-hero {
    background-position: center top;
    padding: 44px 0 40px;
  }

  .fse-logo-strip {
    height: 27px;
    margin-bottom: 22px;
    width: 148px;
  }

  .fse-hero h1 {
    font-size: 36px;
    line-height: 1.03;
  }

  .fse-lead,
  .fse-price,
  .fse-note {
    font-size: 18px;
  }

  .fse-button {
    font-size: 13px;
    min-height: 52px;
    padding: 15px 14px;
    width: 100%;
  }

  .fse-section-title,
  .fse-manual-heading {
    font-size: 28px;
  }

  .fse-card,
  .fse-benefit {
    margin: 8px 0;
  }

  .fse-manual {
    padding: 60px 0;
  }

  .fse-manual-copy {
    font-size: 20px;
  }
}
