* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: #f3fad2;
  color: #010101;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style: none;
}

.container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 64px;
}

h1,
h2,
h3 {
  font-family: "Titan One", sans-serif;
  font-weight: 400;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;

  background-color: #6d3d1a;
  color: #ffffff;
  border-radius: 50px;
  padding: 14px 32px;
  text-decoration: none;
  font-size: 18px;
  width: 100%;
  max-width: 360px;
}
.btn:hover {
  opacity: 0.85;
}

.btn--header {
  background: #723d17;
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  width: 288px;
}
.btn__icon {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);

  width: 20px;
  height: 20px;
  object-fit: contain;
}

.btn--primary {
  background: #723d17;
  color: #ffffff;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  width: 337px;
  height: 63px;
}

.btn--cta {
  background: #f3fad2;
  color: #010101;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  width: 411px;
  height: 63px;
  max-width: 100%;
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #010101;
}

.header {
  background: #f3fad2;
  padding: 8px 0;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 199px;
  height: 88px;
}

.logo__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.logo__text {
  font-family: "Titan One", cursive;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  width: max-content;
}

.nav {
  display: flex;
  align-items: center;
  gap: 32px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav a {
  font-family: "Titan One", cursive;
  font-size: 18px;
  line-height: 24px;
}

.burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #f3fad2;
  z-index: 100;
  flex-direction: column;
  align-items: center;
  padding: 24px;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu__close {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.mobile-menu__nav a {
  font-family: "Titan One", cursive;
  font-size: 20px;
}

.mobile-menu__btn {
  position: absolute;
  bottom: 60px;
  width: 90%;
  max-width: 320px;
  padding: 14px 24px;
  font-size: 16px;
}

.hero {
  padding: 64px 0;
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero__text {
  max-width: 600px;
}

.hero__title {
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 24px;
}

.hero__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}

.hero__cards {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.info-card {
  border-radius: 24px;
  border: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow:
    0px 1px 2px -1px rgba(0, 0, 0, 0.1),
    0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 102px;
}

.info-card--sm {
  width: 168px;
}
.info-card--lg {
  width: 229px;
}

.info-card__value {
  font-family: "Merge One", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.info-card__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #6b7280;
  margin-top: 4px;
}

.hero__buttons {
  display: flex;
  align-items: center;
  gap: 40px;
}

.hero__image img {
  width: 356px;
  height: 769px;
  object-fit: cover;
  border-radius: 24px;
}

.journey {
  background: #723d17;
  color: #ffffff;
  padding: 80px 0;
}

.journey__inner {
  max-width: 1312px;
  margin: 0 auto;
  text-align: center;
}

.journey__title {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 32px;
}

.journey__text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: left;
}

.features {
  padding: 80px 0;
  text-align: center;
}

.features__title {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 24px;
}

.features__text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  max-width: 1312px;
  margin: 0 auto 8px;
  text-align: left;
}

.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}

.feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px 23px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.features__footer-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 40px;
  text-align: left;
}

.challenge {
  padding: 80px 0;
}

.challenge__inner {
  display: flex;
  gap: 60px;
  align-items: center;
}

.challenge__image img {
  width: 356px;
  height: 769px;
  object-fit: cover;
  border-radius: 24px;
}

.challenge__text {
  flex: 1;
}

.challenge__title {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 24px;
}

.challenge__text p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
}

.challenge__text ul {
  margin: 16px 0;
  padding-left: 0;
}

.challenge__text li {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.challenge__text li::before {
  content: "•";
  position: absolute;
  left: 0;
}

.cta {
  background: #723d17;
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.cta__inner {
  max-width: 1312px;
  margin: 0 auto;
}

.cta__title {
  font-size: 50px;
  line-height: 65px;
  margin-bottom: 24px;
  text-align: center;
}

.cta__text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  text-align: left;
}

.btn--cta {
  margin: 32px auto;
}

.cta__footer-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}

.footer {
  background: #723d17;
  color: #ffffff;
  padding: 24px 0;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left,
.footer__center,
.footer__right {
  font-family: "Titan One", sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.footer__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
}
.footer__right a {
  color: #ffffff;
  text-decoration: none;
  font-family: "Titan One", sans-serif;

  line-height: 24px;
  white-space: nowrap;
}

.footer__right a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .container {
    padding: 0 24px;
  }

  .nav,
  .btn--header.header-only-desktop {
    display: none;
  }
  .header .btn--header {
    display: none;
  }
  .burger {
    display: block;
  }
  .header {
    padding: 16px 0;
  }
  .header__inner {
    justify-content: space-between;
  }
  .logo {
    width: 82px;
  }
  .logo__text {
    width: 100%;
    max-width: 140px;
    font-size: 12px;
  }

  .hero__inner {
    display: flex;
    flex-direction: column;

    gap: 24px;
  }

  .hero__text {
    display: contents;
  }

  .hero__title {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 0;
    order: 1;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    order: 2; /* Second */
  }

  .hero__image {
    order: 3;
  }

  .hero__image img {
    max-width: 100%;
    height: auto;
  }

  .hero__cards {
    order: 4;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .info-card {
    height: 88px;
  }

  .info-card--sm,
  .info-card--lg {
    flex: 1 1 calc(50% - 16px);
    min-width: 140px;
    max-width: 180px;
  }

  .hero__cards .info-card:nth-child(3) {
    flex: 0 1 auto;
    width: 168px;
  }

  .hero__buttons {
    order: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .btn--primary {
    width: 100%;
    max-width: 320px;
  }

  .journey__title,
  .features__title,
  .challenge__title,
  .cta__title {
    font-size: 32px;
    line-height: 40px;
  }

  .challenge__inner {
    flex-direction: column;
  }
  .challenge__image {
    order: 2;
    display: flex;
    justify-content: center;
  }
  .challenge__image img {
    width: 100%;
    max-width: 356px;
    height: auto;
  }
  .challenge__text {
    order: 1;
  }

  .btn--cta {
    width: 100%;
    max-width: 411px;
  }

  .footer__left,
  .footer__center,
  .footer__right {
    font-size: 14px;
  }
  .footer__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }

  .footer__left {
    flex: 1;
    text-align: left;
  }

  .footer__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer__center {
    flex: 0 0 100%;
    order: 3;
    text-align: center;
    margin-top: 12px;
  }
}
body.legal-page {
  background-color: #ffffff;
  color: #010101;
}

body.legal-page header {
  background-color: #ffffff;
}

body.legal-page .logo-text,
body.legal-page nav a,
body.legal-page .hamburger span {
  color: #010101;
}

body.legal-page .hamburger span {
  background: #010101;
}

.legal-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.legal-back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  position: absolute;
  top: 10px;
  left: 10px;

  background: none;
  border: none;
  cursor: pointer;
  color: #010101;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s;
}

.legal-back-btn:hover {
  background: rgba(0, 0, 0, 0.06);
}

.legal-back-btn svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.legal-page-wrap {
  margin: 0 auto;
  padding: 64px 160px;
}

.legal-page-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0px;
  color: #010101;

  text-align: center;
  margin-bottom: 0;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.legal-section:last-child {
  margin-bottom: 0;
}

.legal-section-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}
.legal-section-title-h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-para {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-underline {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-underline-offset: auto;
  text-decoration-thickness: auto;
  text-decoration-skip-ink: auto;
  color: #000000;
}

.legal-para a,
.legal-section a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: auto;
}

.legal-para a:hover,
.legal-section a:hover {
  opacity: 0.7;
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 28px;
}

.legal-list li {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0%;
  color: #000000;
}

.legal-meta {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #555555;
  margin-bottom: 40px;
}

@media (max-width: 1100px) {
  .legal-page-wrap {
    padding: 48px 40px;
  }

  .legal-header {
    padding: 16px 40px;
  }
}

@media (max-width: 768px) {
  .legal-page-wrap {
    padding: 32px 20px;
  }

  .legal-header {
    padding: 12px 20px;
  }

  .legal-page-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }

  .legal-section-title {
    font-size: 22px;
  }

  .legal-para,
  .legal-list li,
  .legal-underline {
    font-size: 17px;
  }

  .legal-section {
    gap: 12px;
    margin-bottom: 36px;
  }
}
