/* It's assumed that the 'Renogare' font is loaded via @font-face */
/*
@font-face {
  font-family: 'Renogare';
  src: url('images/renogare.woff2') format('woff2'),
       url('images/renogare.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
*/

@font-face {
    font-family: 'Renogare';
    src: url('./fonts/renogare-regular.woff2') format('woff2'),
         url('./fonts/renogare-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
  --color-primary: #6abd45;
  --color-secondary: #00aeef;
  --color-accent: #ef2ac1;
  --color-dark: #191a23;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-promo: #306db5;

  --font-heading: 'Renogare', sans-serif;
  --font-body: 'Montserrat', sans-serif;
  --font-ui: 'Space Grotesk', sans-serif;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
  margin: 0;
  background-color: var(--color-dark);
  color: var(--color-white);
  font-family: var(--font-body);
  overflow-x: hidden;
}

.page-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.container {
  padding: 0 10%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 20px;
  font-family: var(--font-heading);
  transition: transform 0.3s ease;
}

.btn:hover {
  transform: scale(1.05);
}

.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 28px 50px;
  font-size: 52px;
  line-height: 1;
  border: 1px solid var(--color-primary);
}

.btn-secondary {
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 16px 44px;
  font-size: 24px;
  line-height: 1;
  border-radius: 11px;
  border: 1px solid var(--color-white);
}

.btn-tertiary {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 31px 67px;
  font-size: 36px;
  line-height: 1;
  border-radius: 17px;
  border: 1px solid var(--color-primary);
}

/* CSS for section section:hero */
.hero-section {
  background-color: #00040a;
  padding-top: 128px;
  position: relative;
  overflow: hidden;
  background-image: url('images/0e629083bd37ce12c7d766c7348dea317c90dfe2.png');;
  background-repeat: no-repeat;
  background-position: 50% 120%;
}
.hero-grid {
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  gap: 20px;
}
.hero-text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-logo {
  position: relative;
  width: 401px;
  height: 98px;
  margin-bottom: 62px;
}
.hero-title {
  font-family: var(--font-heading);
  font-size: 112px;
  line-height: 0.93;
  margin: 0 0 66px 0;
  color: var(--color-white);
}
.hero-image-stack {
  position: relative;
  height: 650px;
}
.hero-swirl {
  width: 100%;
}
.can-1 {
  width: 608.6px;
  height: 877.34px;
  top: 0;
  left: -77.28px;
  transform: rotate(-0.14deg);
  z-index: 4;
}
.can-2 {
  width: 777.71px;
  height: 953.46px;
  top: 276px;
  left: -190.73px;
  transform: rotate(15.81deg);
  z-index: 3;
}
.can-3 {
  width: 755.36px;
  height: 928.6px;
  top: 570px;
  left: -75.91px;
  transform: rotate(15.49deg);
  z-index: 2;
}
.promo-banner {
  position: relative;
  background-color: var(--color-promo);
  width: 100%;
  max-width: 645px;
  height: 215px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
.promo-content {
  text-align: center;
  font-family: var(--font-heading);
  color: var(--color-white);
}
.promo-title {
  font-size: 50px;
  line-height: 0.93;
  margin: 0;
}
.promo-subtitle {
  font-size: 51px;
  line-height: 0.93;
  margin: 16px 0 0 0;
}
.promo-swirls {
  width: 100%;
  max-width: 645px;
  position: absolute;
  margin-top: -5%;
}
.promo-swirl-left {
  width: 100%;
}
.promo-swirl-right {
  width: 100%;
}

/* CSS for section section:why-different */
.why-different-section {
  position: relative;
  padding: 120px 0;
  background-color: var(--color-dark);
}
.why-different-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.why-different-section .container {
  position: relative;
  z-index: 1;
}
.why-different-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.why-different-text {
  position: relative;
  margin-top: 10%;
  margin-bottom: 40%;
}
.why-different-text h2 {
  font-family: var(--font-heading);
  font-size: 46px;
  line-height: 1;
  color: var(--color-white);
  margin: 0 0 46px 0;
}
.why-different-text p {
  font-family: var(--font-body);
  font-size: 24px;
  line-height: 1.42;
  margin: 0;
  max-width: 711px;
}
.why-different-icons {
  display: flex;
  justify-content: space-around;
  max-width: 550px;
  margin-left: 20%;
}
.icon-item {
  text-align: center;
}
.icon-item.vegan {
  margin-right: 30px;
}
.icon-image-wrapper {
  position: relative;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.icon-svg {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
  min-width: 100px;
}
.icon-text-svg {
  height: 20px;
}

/* CSS for section section:testimonials */
.testimonials-section {
  padding: 0;
  background-color: #00040a;
}
.testimonials-banner {
  font-family: var(--font-heading);
  font-size: 46px;
  text-align: center;
  margin-top: 20%;
  color: var(--color-white);
}
.testimonials-banner .text-secondary { color: var(--color-secondary); }
.testimonials-banner .text-primary { color: var(--color-primary); }
.testimonials-banner .text-accent { color: var(--color-accent); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial-bubble {
  position: relative;
  background-color: #191a23;
  border: 1.3px solid var(--color-white);
  border-radius: 30px;
  padding: 28px 34px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 39px;
  min-height: 170px;
  border: 1px solid #191a23;
}
.testimonial-bubble::after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 20%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 25px solid var(--color-white);
  --color-white: #191a23;
}
.testimonial-bubble p {
  font-family: var(--font-ui);
  font-size: 20px;
  line-height: 1.27;
  margin: 0;
  text-align: left;
}
.testimonial-author {
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.27;
  margin: 0;
}
.testimonial-author strong {
  font-weight: 700;
}

/* CSS for section section:benefits */
.benefits-section {
  padding: 0;
  background-color: #00040a;
  overflow: hidden;
}
.benefits-layout {
  position: relative;
  height: 780px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits-can {
  position: absolute;
  width: 50%;
  height: auto;
  transform: rotate(64.11deg);
  z-index: 3;
}
.benefit-tag {
  position: absolute;
  font-family: var(--font-heading);
  color: var(--color-white);
  padding: 8px 20px;
  z-index: 2;
}
.tag-1 {
  background-color: var(--color-secondary);
  font-size: 32px;
  top: 256px;
  left: 0;
  width: 723px;
  text-align: left;
}
.tag-2 {
  background-color: var(--color-secondary);
  font-size: 32px;
  top: 318px;
  left: 0;
  width: 723px;
  text-align: left;
}
.tag-3 {
  background-color: var(--color-primary);
  font-size: 32px;
  top: 512px;
  right: 0;
  width: 927px;
  text-align: right;
}
.tag-4 {
  background-color: var(--color-primary);
  font-size: 32px;
  top: 580px;
  right: 0;
  width: 927px;
  text-align: right;
}
.benefits-swirl {
  position: absolute;
  width: 535px;
  height: auto;
  left: -338px;
  top: 446px;
  z-index: 0;
}

/* CSS for section section:details */
.details-section {
  padding: 0;
  background-color: #00040a;
}
.details-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;
}
.details-cta {
  text-align: center;
}
.details-image {
  max-width: 651px;
  width: 100%;
  margin-bottom: 100px;
}
.details-cta h3 {
  font-family: var(--font-heading);
  font-size: 40px;
  color: var(--color-primary);
  margin: 0 0 16px 0;
  line-height: 1.2;
}
.details-cta p {
  font-family: var(--font-heading);
  font-size: 20px;
  color: var(--color-primary);
  margin: 0 0 41px 0;
  line-height: 1.2;
}
.details-features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.feature-item h4 {
  font-family: var(--font-heading);
  font-size: 40px;
  margin: 0 0 13px 0;
  line-height: 1.2;
}
.feature-item:nth-of-type(1) h4 { color: var(--color-primary); }
.feature-item:nth-of-type(2) h4 { color: var(--color-secondary); }
.feature-item:nth-of-type(3) h4 { color: var(--color-accent); }
.feature-item p {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  max-width: 626px;
}

/* CSS for section section:footer */
.site-footer {
  background-color: #00040a;
  padding: 59px 0 111px 0;
}
.site-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 59px;
}
.footer-logo {
  position: relative;
  width: 321px;
  height: 78.45px;
}

@media (max-width: 1450px) {
  .container {
    padding: 0 5%;
  }
}

@media (max-width: 1300px) {
  .why-different-text p {
    max-width: 500px;
  }
}

@media (max-width: 1200px) {
  .btn-primary {
    font-size: 40px;
    padding: 24px 40px;
  }

  .hero-section {
    padding-top: 3%;
  }
  .hero-logo {
    margin-bottom: 3%;
  }
  .hero-title {
    font-size: 82px;
    margin-bottom: 3%;
  }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero-text-content { align-items: center; }
  .hero-image-stack { height: 550px; margin-top: 0px; }
  .can-1 { width: 450px; height: auto; left: 50%; transform: translateX(-60%) rotate(-5deg); top: 0; }
  .can-2 { width: 550px; height: auto; left: 50%; transform: translateX(-40%) rotate(10deg); top: 100px; }
  .can-3 { width: 520px; height: auto; left: 50%; transform: translateX(-55%) rotate(15deg); top: 250px; }
  .hero-swirl { left: auto; right: 0; top: 50px; width: 250px; }
  .promo-banner { 
    width: 70%; 
    margin-left: auto; 
    margin-right: auto; 
    max-width: none; 
    margin-top: 100px;
  }
  .why-different-icons {
    max-width: none;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-left: 18%;
  }
  .why-different-text {
    text-align: center;
    margin-top: 5%;
  }
  .why-different-text p {
    max-width: none;
    padding: 0 10%;
  }
  .promo-swirls {
    width: 100%;
    max-width: none;
    position: relative;
    margin-top: -10%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .promo-swirls-left, .promo-swirls-right {
    width: 50%;
  }
  .tag-1, .tag-2 {
    width: 96%;
  }
  .benefits-can {
      position: absolute;
      width: 40%;
      left: 50%;
      top: 10%;
  }
  .benefits-layout {
    height: 700px;
  }
}

@media (max-width: 992px) {

  .flex {
    display: block;
  }

  .why-different-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .why-different-text {
    margin-bottom: 60px;
  }
  .why-different-text p {
    max-width: 100%;
  }
  .why-different-icons {
    justify-content: center;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    max-width: 500px;
    margin: 0 auto;
  }
  .testimonials-banner {
    font-size: 32px;
    margin-bottom: 80px;
  }

  .benefits-section { padding: 50px 0; }
  .benefits-layout {
    display: block;
    height: auto;
    transform: none;
  }
  .benefits-can {
    position: relative;
    width: 80%;
    height: auto;
    transform: rotate(15deg);
    margin: 0 auto 40px;
    display: block;
  }
  .benefit-tag {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin-bottom: 10px;
    text-align: center !important;
    font-size: 24px;
  }
  .benefits-swirl { display: none; }

  .details-grid {
    grid-template-columns: 1fr;
  }
  .details-cta {
    order: 2;
  }
  .details-features {
    order: 1;
    text-align: center;
  }
  .feature-item p {
    margin: 0 auto;
  }
  .details-image {
    margin-bottom: 40px;
  }
  .container {
    padding: 0 20px;
  }

  .btn-primary {
    font-size: 32px;
    padding: 20px 30px;
  }
  .btn-secondary {
    font-size: 20px;
    padding: 14px 30px;
  }
  .btn-tertiary {
    font-size: 28px;
    padding: 24px 50px;
  }

  .hero-section { padding-top: 60px; padding-bottom: 60px; }
  .hero-logo { margin-bottom: 40px; }
  .hero-title { font-size: 72px; margin-bottom: 40px; }
  .hero-image-stack { height: 400px; }
  .can-1 { width: 300px; }
  .can-2 { width: 400px; top: 50px; }
  .can-3 { width: 380px; top: 150px; }
  .hero-swirl { width: 200px; top: 20px; }
  .promo-banner { height: 150px; margin-top: 150px; }
  .promo-title { font-size: 30px; }
  .promo-subtitle { font-size: 30px; }

  .promo-swirls {
    display: none;
  }
  .why-different-text {
    display: none;
  }
  .why-different-section {
    padding: 80px 0;
  }
  .why-different-icons {
    margin-left: auto;
    margin-right: auto;
  }
  .why-different-text h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .why-different-text p {
    font-size: 18px;
  }
  .icon-image-wrapper {
    width: 120px;
    height: 120px;
  }
  .icon-item.vegan {
    margin-right: 0;
  }
  .icon-svg {
    width: 80px;
    height: 80px;
  }
  .icon-text-svg {
    height: 12px;
  }

  .testimonials-section {
    padding: 0px 0 80px 0;
  }
  .testimonials-banner {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 50%;
    margin-bottom: 0;
  }
  .benefits-section {
    padding: 0;
  }
  .benefits-can {
    display: none;
  }
  .benefit-tag {
    width: 96% !important;
  }
  .details-grid {
    gap: 20px;
  }
}

@media (max-width: 465px) {
  .promo-title {
        font-size: 20px;
  }
  .promo-subtitle {
        font-size: 20px;
        margin-top: 5px;
  }
}
