*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: #f5f5f5;
  color: #1a1a1a;
  line-height: 1.5;
  font-size: 16px;
}

h1,
h2 {
  margin: 0 0 0.5em;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

.header__inner,
.hero__content,
.why_inner,
.fields__inner,
.who__inner,
.footer__inner,
.footer__legal-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.25rem;
}

.header__logo img {
  width: 120px;
  height: 90px;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.hero__background {
  width: auto;
  height: 750px;
  background-image: url(assets/img/landing_page_hero_image.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.hero__title {
  margin: 4rem 0 1rem;
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  color: #0c0c0d;
}

.hero__content {
  position: relative;
  text-align: center;
  padding: 15rem 1rem 5rem;
  color: #1c215f;
}

.hero_desc {
  max-width: 36ch;
  margin: 0 auto 1.5rem;
  font-family: "Raleway", sans-serif;
  font-weight: 650;
  font-size: large;
  line-height: 120%;
  text-align: center;
  color: var(--text-main);
}

.btn_cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background-color: #ffffff;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.btn_cta:hover,
.btn_cta:focus-visible {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  outline: none;
  opacity: unset;
}

.btn_cta_icon {
  display: block;
  width: 20px;
  height: 20px;
}

.btn_cta_light {
  background-color: #fff;
  opacity: 90%;
}

.why_section {
  background-color: #fff;
  padding-block: var(--section-pad-y);
  padding: 137px 200px;
}

.why_inner {
  display: flex;
  flex-direction: column;
}

.why_img_col {
  flex: 0 0 auto;
  width: 100%;
  max-width: 454px;
}

.why_img {
  display: block;
  width: 454px;
  height: auto;
}

.why_text_col {
  flex: 1 1 auto;
  max-width: 522px;
}

.section_heading {
  max-width: 522px;
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 100%;
  color: #000;
}

.section_body {
  max-width: 48ch;
  margin: 0 0 1rem;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: var(--lh-body);
  color: #000;
}

.fields_section {
  background-color: var(--page-bg);
  padding-block: var(--section-pad-y);
  text-align: center;
}

.fields_heading {
  margin: 17px 0 0 0;
  font-family: "Raleway";
  font-weight: 400;
  font-style: normal;
  font-size: 45px;
  line-height: 100%;
  text-align: center;
  color: #000;
}

.fields_img_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.fields_img {
  display: block;
  width: 1200px;
  height: 640px;
  margin-inline: auto;
  margin-bottom: 18px;
}

.who_section {
  background-color: #fff;
  padding-block: var(--section-pad-y);
  padding: 137px 200px;
}

.who_inner {
  display: flex;
  flex-direction: column;
}

.who_text_col {
  order: 2;
  flex: 1 1 auto;
  max-width: 520px;
}

.who_img_col {
  order: 1;
  flex: 0 0 auto;
  width: 100%;
  max-width: 431px;
}

.who_img {
  display: block;
  width: 431px;
  height: 415px;
}

.footer {
  position: relative;
  padding: 40px 24px 80px;
  background-color: var(--page-bg);
  font-family: "Poppins", system-ui, sans-serif;
  color: #1a1a1a;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin-inline: auto;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__logo {
  display: block;
  width: 265px;
  height: auto;
  margin-bottom: 1rem;
}

.footer__social {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.footer__social-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.footer__contact {
  min-width: 200px;
  max-width: 260px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.footer__contact-heading {
  margin: 0 0 1rem;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
}

.footer__contact-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  text-align: left;
}

.footer__contact-icon {
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
}

.footer__contact-text {
  font-size: 14px;
  line-height: 1.4;
  color: #1a1a1a;
}

.footer__legal {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 2rem auto 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  color: #1a1a1a;
}

.footer__rule {
  width: 750px;
  height: 1px;
  border: 1px solid #000000;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}

.footer__copy {
  display: block;
  max-width: none;
  margin: 4px auto;
  font-size: 12px;
  line-height: 1.4;
  color: #1a1a1a;
  text-align: center;
}

.footer__doodles {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

@media (max-width: 767px) {
  .container,
  .header__inner,
  .hero__content,
  .why_inner,
  .who_inner,
  .footer__inner {
    max-width: 100%;
    padding-inline: 1rem;
  }

  .header__inner {
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    padding-block: 0.75rem;
  }

  .header__logo img {
    width: 90px;
    height: auto;
  }

  .hero__background {
    height: 480px;
    background-position: center;
  }

  .hero__content {
    padding: 6rem 1rem 2rem;
  }

  .hero__title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 1rem;
  }

  .hero_desc {
    max-width: 32ch;
    font-size: 1rem;
    line-height: 1.4;
  }

  .btn_cta {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .why_section {
    padding: 60px 1rem;
    text-align: center;
  }

  .why_inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .why_img_col {
    width: 100%;
    max-width: 320px;
  }

  .why_img {
    width: 100%;
    height: auto;
  }

  .why_text_col {
    max-width: 100%;
  }

  .section_heading {
    max-width: 20ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
  }

  .section_body {
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
  }

  .fields_section {
    padding: 60px 1rem;
  }

  .fields_heading {
    margin-top: 0;
    font-size: 32px;
    line-height: 1.2;
  }

  .fields_img {
    width: 100%;
    max-width: 700px;
    height: auto;
  }

  .who_section {
    padding: 60px 1rem;
    text-align: center;
  }

  .who_inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .who_img_col {
    order: 1;
    width: 100%;
    max-width: 320px;
  }

  .who_img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .who_text_col {
    order: 2;
    max-width: 100%;
  }

  .footer {
    padding: 40px 1rem 60px;
    text-align: center;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    text-align: center;
  }

  .footer__brand {
    align-items: center;
    text-align: center;
  }

  .footer__logo {
    width: 200px;
    height: auto;
  }

  .footer__social {
    justify-content: center;
    gap: 1rem;
  }

  .footer__contact {
    max-width: 260px;
    min-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
  }

  .footer__contact-heading {
    text-align: center;
    font-size: 14px;
  }

  .footer__contact-list {
    padding: 0;
    margin: 0 auto;
  }

  .footer__contact-item {
    justify-content: center;
    text-align: left;
  }

  .footer__legal {
    max-width: 100%;
    margin-top: 2rem;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #1a1a1a;
  }

  .footer__rule {
    width: 80%;
    max-width: 750px;
    margin: 1.5rem auto 0.5rem;
    border: 1px solid #000;
  }

  .footer__copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  .why_inner {
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }

  .who_inner {
    flex-direction: row;
    align-items: center;
    gap: 70px;
  }

  .who_text_col {
    order: 1;
  }

  .who_img_col {
    order: 2;
  }

  .hero__background {
    background-position: top center;
  }

  .hero__content {
    padding: 10rem 1rem 4rem;
  }

  .hero__title {
    font-size: 64px;
    line-height: 1.1;
  }

  .hero_desc {
    font-size: 1.125rem;
    line-height: 1.4;
  }

  .why_section {
    padding: 100px 2rem;
    text-align: left;
  }

  .why_img_col {
    flex: 0 0 auto;
    width: 100%;
    max-width: 454px;
  }

  .why_img {
    width: auto;
    height: 415px;
  }

  .why_text_col {
    flex: 1 1 auto;
    max-width: 522px;
  }

  .section_heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
  }

  .section_body {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .fields_section {
    padding: 17px 2rem;
  }

  .fields_heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .fields_img {
    width: 100%;
    max-width: 1000px;
    height: 640px;
  }

  .who_section {
    padding: 100px 2rem;
    text-align: left;
  }

  .who_inner {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .who_text_col {
    order: 1;
    max-width: 520px;
  }

  .who_img_col {
    order: 2;
    width: auto;
    max-width: 415px;
  }

  .who_img {
    width: 431px;
    height: 415px;
  }

  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

  .footer__brand {
    align-items: flex-start;
    text-align: left;
  }

  .footer__social {
    justify-content: flex-start;
  }

  .footer__contact {
    text-align: left;
  }

  .footer__contact-heading {
    text-align: left;
  }

  .footer__rule {
    width: 750px;
    max-width: 100%;
    margin: 2rem auto 0.5rem;
  }
}

@media (min-width: 1024px) {
  .why_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 70px;
    max-width: 1200px;
    margin-inline: auto;
  }

  .who_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 70px;
    max-width: 1200px;
    margin-inline: auto;
  }

  .who_text_col {
    order: 1;
    flex: 0 0 auto;
    width: 520px;
    max-width: 520px;
  }

  .who_text_col .section_heading,
  .who_text_col .section_body {
    max-width: 48ch;
  }

  .who_img_col {
    order: 2;
    flex: 0 0 auto;
    width: 431px;
    max-width: 431px;
    display: flex;
    justify-content: center;
  }

  .who_img {
    width: 431px;
    max-height: 415px;
    height: auto;
  }

  .who_section {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer__inner {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 4rem;
    text-align: left;
  }

  .footer__brand {
    align-items: center;
    text-align: center;
  }

  .footer__logo {
    width: 265px;
    height: auto;
  }

  .footer__social {
    justify-content: flex-start;
  }

  .footer__contact {
    min-width: 200px;
    max-width: 260px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }

  .footer__contact-heading {
    margin: 0 0 1rem;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
  }

  .footer__contact-list {
    padding: 0;
    margin: 0;
  }

  .footer__contact-item {
    justify-content: flex-start;
    text-align: left;
  }

  .footer__legal {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 2rem auto 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #1a1a1a;
  }

  .footer__rule {
    width: 750px;
    height: 1px;
    border: 1px solid #000;
    max-width: 100%;
    margin: 0 auto 0.5rem;
  }

  .footer__copy {
    display: block;
    max-width: none;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .who_section {
    padding-top: 137px;
    padding-bottom: 137px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
