@font-face {
  font-family: "wildlife-font";
  src: url("../fonts/Roskilde-DEMO.woff") format("woff");
}

:root {
  --off-white: #eeeadf;
  --grass-green: #043404;
  --light-green: #3c8b55;
  --light-orange: #f77519;
}

/* 1. Added your new global rules here */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  width: 100%;
  overflow-x: hidden;
  background-color: var(--off-white);
}

html,
body,
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "wildlife-font", sans-serif;
}

button {
  cursor: pointer;
}

.hero-container {
  width: 100vw;
  height: 95vh;
  position: relative;
}

.body-container {
  max-width: 1400px;
  padding: 3.2rem;
  text-align: center;
  margin: 9.6rem auto;
  position: relative;
}

.body-container.policy {
  text-align: left;
}

.body-container.policy p,
.body-container.policy li,
.body-container.policy a {
  font-size: 1.92rem;
  font-family: "poppins", sans-serif;
}
.body-container.policy p {
  margin-bottom: 1.6rem;
}

.body-container.policy ul {
  padding-left: 3.2rem;
}
.body-container.policy a {
  color: var(--grass-green);
}
.body-container.policy h2 {
  color: var(--grass-green);
  font-size: 3.52rem;
  margin-top: 3.2rem;
}

.body-container h1,
.body-container h2 {
  font-size: 6.4rem;
  font-weight: normal;
}
.body-container p {
  font-size: 2.4rem;
  font-weight: normal;
}

.hero-container .hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.hero-text {
  position: absolute;
  right: 100px;
  bottom: 250px;
  width: 800px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.hero-text-img {
  width: 100%;
}

.hero-text .orange-surround {
  font-family: "wildlife-font", sans-serif;
}

.hero-leaves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.where-to-find-us-section {
  position: relative;
}

.orange-surround {
  background-color: var(--light-orange);
  padding: 3.2rem 4.8rem 1.6rem 5.6rem;
  width: fit-content;
  clip-path: polygon(2% 20%, 100% 5%, 100% 95%, 6.5% 95%);
  color: #fff;
}

.green-surround {
  background-color: var(--light-green);
  padding: 3.2rem 4.8rem 1.6rem 5.6rem;
  width: fit-content;
  clip-path: polygon(2% 20%, 100% 5%, 100% 95%, 6.5% 95%);
  color: #fff;
}

.hero-link-container {
  position: absolute;
  top: 3.2rem;
  right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-link.orange-surround {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 300px;
  height: 76px;
}

.hero-link.green-surround {
  margin-top: 0;
  width: 110%;
  display: block;
  text-decoration: none;
  font-size: 3.52rem;
  padding: 2.4rem 3.2rem 1.6rem;
  white-space: nowrap;
  position: absolute;
}

.hero-link-container .green-btn {
  text-decoration: none;
  font-size: 3.52rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.hero-link-container .gooey-wrapper {
  margin-top: 0;
}

.hero-container .orange-surround {
  margin-bottom: 1.6rem;
  font-size: 6.8rem;
}

.divider-container {
  width: 75%;
  margin: 4.8rem auto;
}

.green-stripe-divider {
  padding: 4px;
  background-color: var(--light-green);
  width: 100%;
  margin: auto;
  display: block;
}
.orange-stripe-divider {
  width: 100%;
  padding: 2px;
  background-color: var(--light-orange);
  margin: auto;
  display: block;
}
.white-stripe-divider {
  width: 100%;
  padding: 2px;
  background-color: var(--off-white);
  margin: auto;
  display: block;
}

.gooey-wrapper {
  margin-top: 8rem;
  padding: 2.4rem 1.6rem;
  filter: url("#goo");
  display: inline-block;
}
.gooey-wrapper-modal {
  padding: 2.4rem 1.6rem;
  filter: url("#goo");
  display: inline-block;
}

.green-btn {
  text-decoration: none;
  background-color: var(--light-green);
  color: #fff;
  font-size: 4.8rem;
  padding: 1.6rem 3.2rem;
  border-radius: 1.6rem;
  display: inline-block;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.orange-btn {
  text-decoration: none;
  background-color: var(--light-orange);
  color: #fff;
  font-size: 4.8rem;
  padding: 1.6rem 3.2rem;
  border-radius: 1.6rem;
  display: inline-block;
  margin-top: 0;
  position: relative;
  outline: none;
  border: none;
  font-family: "wildlife-font", sans-serif;
  text-transform: uppercase;
}

.green-btn::before,
.green-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--light-green);
  border-radius: 50%;
  transition: transform 1s ease;
  transform: scale(0);
  z-index: -1;
}

.green-btn::before {
  width: 4.4em;
  height: 2.95em;
  top: -25%;
  left: 10%;
}

.green-btn::after {
  width: 4.4em;
  height: 2.95em;
  bottom: -25%;
  right: 10%;
}

.green-btn:hover::before,
.green-btn:hover::after {
  transform: scale(1);
}

.orange-btn::before,
.orange-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--light-orange);
  border-radius: 50%;
  transition: transform 1s ease;
  transform: scale(0);
  z-index: -1;
}

.orange-btn::before {
  width: 4.4em;
  height: 2.95em;
  top: -25%;
  left: 10%;
}

.orange-btn::after {
  width: 4.4em;
  height: 2.95em;
  bottom: -25%;
  right: 10%;
}

.orange-btn:hover::before,
.orange-btn:hover::after {
  transform: scale(1);
}

.footer-leaves {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.axel-and-lotti {
  position: relative;
  margin-top: -16rem;
}

.axel-and-lotti .axel-lotti {
  width: 80%;
  margin: auto;
  display: block;
}

footer {
  background-color: var(--grass-green);
  padding: 4.8rem 3.2rem 9.6rem;
  margin-top: -1.6rem;
  position: relative;
  color: #fff;
  display: flex;
  gap: 12.8rem;
  justify-content: center;
}

footer h3 {
  font-size: 4.8rem;
  font-weight: normal;
}

footer p,
footer a {
  font-size: 2.88rem;
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: "poppins", sans-serif;
}

.img-slider {
  display: flex;
  overflow-x: scroll;
  height: 832px;
}

.img-slider div.odd {
  margin: 0 1.6rem 0 0;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 2.5% 100%);
  height: 800px;
  width: 600px;
  min-width: 600px;
  position: relative;
  background-color: var(--light-green);
  overflow: hidden;
}

.img-slider div.even:last-of-type {
  margin: 0;
}

.img-slider div.even {
  margin: 0 1.6rem 0 0;
  clip-path: polygon(0 0, 100% 20%, 97.5% 100%, 0 100%);
  height: 800px;
  width: 600px;
  min-width: 600px;
  position: relative;
  background-color: var(--light-green);
  overflow: hidden;
}

.img-slider div.orange-border {
  background-color: var(--light-orange);
  padding: 8px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-slider div img {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
  margin-top: 25px;
}

.img-slider div.odd img {
  clip-path: polygon(0 23.5%, 100% 0, 100% 100%, 2.5% 100%);
}
.img-slider div.even img {
  clip-path: polygon(0 0, 100% 23.5%, 97.5% 100%, 0 100%);
}

.modal-outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(4, 52, 4, 0.85);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-inner {
  background-color: var(--light-green);
  color: #fff;
  width: 95%;
  max-width: 500px;
  padding: 3.2rem;
  border-radius: 1.6rem;
  text-align: center;
  position: relative;
}

.modal-inner h2 {
  font-size: 4.8rem;
  font-weight: normal;
  margin-bottom: 1.6rem;
}

.modal-inner form {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.modal-inner form input {
  outline: none;
  border: none;
  border-radius: 1.6rem;
  padding: 1.6rem;
  font-size: 1.92rem;
  font-family: "wildlife-font", sans-serif;
  font-weight: normal;
  color: #555;
  letter-spacing: 0.5px;
}

.modal-inner p {
  font-size: 1.92rem;
  font-weight: normal;
}

.gooey-wrapper-modal {
  filter: url("#goo");
  width: 100%;
  padding: 1.6rem 0;
}

.modal-inner button {
  text-decoration: none;
  background-color: var(--light-orange);
  color: #fff;
  font-size: 4.8rem;
  padding: 1.6rem 3.2rem;
  border-radius: 1.6rem;
  display: inline-block;
  outline: none;
  border: none;
  font-family: "wildlife-font", sans-serif;
  width: 100%;
  cursor: pointer;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.modal-inner button::before,
.modal-inner button::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--light-orange);
  border-radius: 50%;
  transition: transform 1s ease;
  transform: scale(0);
  z-index: -1;
}

.modal-inner button::before {
  width: 4.4em;
  height: 2.95em;
  top: -25%;
  left: 15%;
}

.modal-inner button::after {
  width: 4.4em;
  height: 2.95em;
  bottom: -25%;
  right: 15%;
}

.modal-inner button:hover::before,
.modal-inner button:hover::after {
  transform: scale(1);
}

.modal-inner #close-modal {
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
  font-family: "wildlife-font", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  cursor: pointer;
}

.toggle-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.marketing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  font-family: sans-serif;
}

.toggle-track {
  position: relative;
  width: 125px;
  min-width: 125px;
  height: 50px;
  background-color: #f1711b;
  border-radius: 8px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.toggle-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  font-weight: 900;
  font-size: 18px;
  z-index: 1;
}

.toggle-text.no {
  left: 15px;
}

.toggle-text.yes {
  right: 15px;
}

.toggle-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: white;
  z-index: 2;
  transition: transform 0.3s ease;
}

.toggle-input:not(:checked) + .toggle-track {
  background-color: #999999;
}

.toggle-input:not(:checked) + .toggle-track .toggle-thumb {
  transform: translateX(100%);
}

.toggle-input:checked + .toggle-track {
  background-color: #f1711b;
}

.toggle-input:checked + .toggle-track .toggle-thumb {
  transform: translateX(0);
}

.toggle-label-text {
  font-size: 1.28rem;
  width: 300px;
}

.back {
  position: absolute;
  top: -5.6rem;
  right: 3.2rem;
  text-decoration: none;
  font-weight: bold;
}

.back img {
  width: 20px;
}

.socials-container {
  display: flex;
  gap: 0.8rem;
  margin-top: 0.8rem;
}

.social {
  width: 60px;
}

.scroll-footprint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: bob-and-wiggle 1.25s infinite ease-in-out;
}

.scroll-footprint img,
.scroll-footprint svg {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.scroll-footprint::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -25px;
  left: -25px;
  border-radius: 50%;
  background-color: var(--grass-green);
  z-index: -1;
  animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.scroll-footprint::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  z-index: -1;
  animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes bob-and-wiggle {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(10px) rotate(-12deg);
  }
  50% {
    transform: translateY(15px) rotate(0deg);
  }
  75% {
    transform: translateY(10px) rotate(12deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

.blue-bg.birthday-page.birthday-page-faqs .container-wide {
  min-height: unset;
}

.faq-hide-desktop {
  display: none;
}

.faq p {
  display: none;
  padding: 3.2rem;
  font-size: var(--body-lrg);
}

.faqs {
  display: flex;
  gap: 3.2rem;
}

.faqs .left,
.faqs .right {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.6rem;
}

.faq {
  position: relative;
  cursor: pointer;
}

.faq p {
  cursor: default;
}

.faq h4 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
}

.faq h4 {
  background-color: #fff;
  color: #000;
  padding: 1.6rem;
  border-radius: 1.6rem;
  padding-right: 2.4rem;
  font-size: 1.92rem;
  font-weight: 500;
  font-family: "poppins", sans-serif;
  text-align: left;
  position: relative;
}

.faq p {
  display: none;
  padding: 3.2rem;
  font-size: 1.92rem;
  text-align: left;
  color: #fff;
}
.faq p a {
  color: #fff;
  font-family: "poppins", sans-serif;
}
.faq h4 img.rotated {
  transform: translateY(-50%) rotate(180deg);
}

.faq-btn,
.green-bg .body-container .gooey-wrapper {
  display: none;
}

.green-bg {
  background-color: var(--grass-green);
  color: #fff;
}

.green-bg .body-container {
  padding: 9.6rem 3.2rem;
}

.hero-badge {
  position: absolute;
  top: 3.2rem;
  left: 15%;
  width: 220px;
  height: 220px;
  background-color: var(--light-orange);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-8deg);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.hero-badge span {
  color: white;
  font-family: "wildlife-font", sans-serif;
  font-size: 4.48rem;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}
.features-banner {
  width: 100vw;
  background-color: var(--light-green);
  border-bottom: 8px solid var(--light-orange);
  padding: 2.4rem 0;
  overflow: hidden;
  position: relative;
  z-index: 30;
}

.features-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  white-space: nowrap;
}

.features-track span {
  color: white;
  font-family: "wildlife-font", sans-serif;
  font-size: 4rem;
  text-transform: uppercase;
  line-height: 1;
}

.features-track .dot {
  font-size: 2.4rem;
}

.mobile-dup {
  display: none;
}

.diagonal-underline {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-weight: bold;
  z-index: 1;
}

.diagonal-underline::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 4px;
  background-color: var(--light-orange);
  border-radius: 2px;
  bottom: -2px;
  left: -5%;
  transform: rotate(-6deg);
  z-index: -1;
}

/* =========================================
     MEDIA QUERIES
     ========================================= */

@media (max-width: 1400px) {
  .body-container {
    max-width: 1200px;
  }

  .hero-link.green-surround {
    font-size: 3.2rem;
    width: 95%;
  }

  .hero-link-container .green-btn {
    font-size: 2.56rem;
  }

  .hero-link.orange-surround {
    width: 265px;
  }

  .body-container h1,
  .body-container h2 {
    font-size: 4.8rem;
  }

  .body-container.policy h2 {
    font-size: 3.2rem;
  }

  .axel-and-lotti {
    margin-top: -8rem;
  }

  footer h3 {
    font-size: 3.52rem;
  }

  footer p,
  footer a {
    font-size: 2.24rem;
  }

  .hero-text {
    width: 700px;
  }

  .hero-container .orange-surround {
    font-size: 5.2rem;
  }
}

@media (max-width: 1024px) {
  .hero-text {
    width: 600px;
    right: 50px;
    bottom: 200px;
  }

  .hero-container .orange-surround {
    font-size: 4.8rem;
  }

  .hero-link-container {
    right: 50px;
  }

  .img-slider div.odd,
  .img-slider div.even {
    width: 400px;
    min-width: 400px;
    height: 550px;
  }
  .img-slider {
    height: 580px;
  }

  footer {
    gap: 3.2rem;
  }

  .hero-leaves {
    width: 150%;
  }

  .social {
    width: 50px;
  }

  .faqs {
    flex-direction: column;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    gap: 1.6rem;
  }
  .plan-faqs .faqs {
    align-self: center;
  }
  .plan-faqs .faqs .faq {
    width: 100%;
    max-width: 800px;
  }

  .features-banner {
    padding: 1.6rem 0;
  }

  .features-track span {
    font-size: 2.88rem;
  }

  .mobile-dup {
    display: inline-block;
  }

  .features-track {
    justify-content: flex-start;
    width: max-content;
    animation: marquee-scroll 15s linear infinite;
  }

  @keyframes marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}

@media (max-width: 768px) {
  .hero-container {
    height: 85vh;
  }

  .hero-container .hero-img {
    object-position: 32%;
  }

  .hero-link-container {
    right: 0;
    top: 1.6rem;
  }

  .hero-text {
    width: 90%;
    right: 5%;
    bottom: 100px;
    align-items: center;
  }

  .hero-container .orange-surround {
    font-size: 3.2rem;
    padding: 1.6rem 2.4rem;
    margin-bottom: 0.8rem;
  }

  .body-container {
    margin: 3.2rem auto;
    padding: 2.4rem;
  }

  .green-bg .body-container {
    padding: 5.6rem 3.2rem 3.2rem;
  }

  .body-container h1,
  .body-container h2 {
    font-size: 3.52rem;
  }

  .body-container.policy h2 {
    font-size: 2.88rem;
  }

  .body-container p {
    font-size: 1.76rem;
  }

  .faq h4 {
    font-size: 1.76rem;
    padding-right: 4rem;
  }
  .faq p {
    font-size: 1.6rem;
  }

  .green-btn,
  .orange-btn {
    font-size: 2.56rem;
    padding: 1.6rem 2.4rem;
    letter-spacing: 1px;
  }

  .gooey-wrapper {
    margin-top: 2.4rem;
  }

  .divider-container {
    width: 100%;
    margin: 3.2rem auto;
  }

  .img-slider div.odd,
  .img-slider div.even {
    width: 280px;
    min-width: 280px;
    height: 380px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 2.5% 100%);
  }
  .img-slider div.even {
    clip-path: polygon(0 0, 100% 10%, 97.5% 100%, 0 100%);
  }
  .img-slider {
    height: 410px;
  }

  .axel-and-lotti {
    margin-top: -3.2rem;
    width: 100%;
  }

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4rem;
    padding: 3.2rem 1.6rem 6.4rem;
  }

  footer h3 {
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
  }

  footer p,
  footer a {
    font-size: 1.92rem;
  }

  .modal-inner h2 {
    font-size: 3.52rem;
  }

  .marketing-toggle {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .toggle-label-text {
    width: 100%;
    text-align: left;
  }

  .hero-leaves {
    width: 200%;
  }

  .axel-and-lotti .axel-lotti {
    width: 100%;
  }

  .modal-inner p,
  .modal-inner form input {
    font-size: 1.6rem;
  }

  .toggle-text {
    font-size: 1.6rem;
  }

  .toggle-track {
    width: 110px;
    min-width: 110px;
    height: 35px;
  }

  .modal-inner button {
    font-size: 2.56rem;
    margin-top: 0;
  }

  .body-container.policy p,
  .body-container.policy li,
  .body-container.policy a {
    font-size: 1.6rem;
  }

  .back {
    top: -0.8rem;
  }

  .hero-link-container .green-btn {
    font-size: 1.92rem;
    padding: 1.2rem 1.6rem;
    letter-spacing: 1px;
  }

  .img-slider div img {
    margin-top: 10px;
  }

  .img-slider div.odd img {
    clip-path: polygon(0 17.5%, 100% 0, 100% 100%, 2.5% 100%);
  }
  .img-slider div.even img {
    clip-path: polygon(0 0, 100% 17.5%, 97.5% 100%, 0 100%);
  }

  .social {
    width: 45px;
  }

  .scroll-footprint img,
  .scroll-footprint svg {
    width: 60px;
  }

  .scroll-footprint::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    background-color: var(--grass-green);
    z-index: -1;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }

  .faq-btn {
    display: block;
  }

  .green-bg .body-container .gooey-wrapper {
    display: inline-block;
  }

  .faqs .right {
    display: none;
  }

  .hero-badge {
    width: 120px;
    height: 120px;
    top: 3.2rem;
    left: 5%;
  }

  .hero-badge span {
    font-size: 2.24rem;
  }
}

@media (max-width: 480px) {
  .hero-container {
    height: 96vh;
  }
  .hero-container .hero-img {
    margin-top: -4.8rem;
  }

  .scroll-footprint {
    bottom: 80px;
  }

  .hero-leaves {
    bottom: 46px;
    width: 175%;
  }
  .hero-text {
    bottom: 145px;
  }

  .container-wide .faq-hide-mobile {
    display: none;
  }

  .green-bg .body-container {
    padding: 5.6rem 1.6rem 3.2rem;
  }

  .features-banner {
    margin-top: -4.8rem;
  }
}

@media (max-width: 375px) {
  .hero-container {
    height: 100vh;
  }
}
