* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #000000;
  color: #ffffff;
  line-height: 1.6;
}
.logo {
    flex-shrink: 0;
    position: relative;
    width: 119.92px;
    height: 16px;
    background: url(https://zenutri.fr/wp-content/uploads/2026/01/9pvNTc4wbK.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 3;
}
/* Hero Section */
.hero-section {
  background-image: url('https://zenutri.fr/assets/images/index/Y64M1cTeqH.png');
  background-size: cover;
  background-position: center;
  min-height: 816px;
  padding: 32px 100px 0;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 19px;
}

.nav-left,
.nav-right {
  font-size: 14px;
  line-height: 18.9px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: #ffffff;
  width: 180px;
}

.nav-right {
  text-align: right;
}

.logo {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 16px;
}

.logo img {
  height: 16px;
  width: auto;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  gap: 48px;
}

.hero-text {
  width: 759px;
  display: flex;
  flex-direction: column;
  gap: 150px;
}

.hero-heading {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.certification {
  font-size: 16px;
  line-height: 21.6px;
  color: #ffffff;
  margin: 0;
}

.highlight {
  color: #B0F2B6;
}

.main-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 64px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.hero-description {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.description-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.description-text p {
  font-size: 16px;
  line-height: 21.6px;
  color: #AFAFAF;
  margin: 0;
}

.cta-button {
  background: linear-gradient(135deg, #E8FFEA 0%, #77C17D 27.59%, #B0F2B6 46.45%, #B0F2B6 75.46%, #E8FFEA 100%);
  border: none;
  border-radius: 100px;
  padding: 12px 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  width: fit-content;
  font-size: 16px;
}

.hero-image {
  width: 733px;
  height: 719px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Results Section */
.results-section {
  background-color: #000000;
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.results-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.results-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.results-heading h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.results-heading p {
  font-size: 16px;
  line-height: 21.6px;
  color: #AFAFAF;
  max-width: 488px;
  margin: 0;
}

.results-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 24px;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0;
}

.current {
  font-size: 16px;
  color: #ffffff;
}

.total {
  font-size: 16px;
  color: #535252;
}

.see-transformations {
  background: linear-gradient(135deg, #E8FFEA 0%, #77C17D 27.59%, #B0F2B6 46.45%, #B0F2B6 75.46%, #E8FFEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
}

.arrow-controls {
  display: flex;
  gap: 4px;
}

.arrow-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.arrow-btn img {
  width: 100%;
  height: 100%;
}

.transformations-grid {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.transformation-card {
  width: 484px;
  height: 345px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}

.before-after {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.before-image,
.after-image {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 24px;
}

.before-image img,
.after-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.badge {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  padding: 4px 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  z-index: 2;
  position: relative;
}

.comparison-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 40px;
  height: 40px;
}

.comparison-icon img {
  width: 100%;
  height: 100%;
}

/* Method Section */
.method-section {
  background-color: #111111;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 72px;
}

.method-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.method-header h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  width: 448px;
  margin: 0;
}

.method-header p {
  font-size: 16px;
  line-height: 21.6px;
  color: #AFAFAF;
  width: 659px;
  margin: 0;
}

.method-cards {
  display: flex;
  gap: 24px;
}

.method-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  height: 116px;
}

.method-card.featured {
  background: linear-gradient(135deg, rgba(138, 56, 245, 1) 15.15%, rgba(119, 88, 247, 0) 52.88%, rgba(138, 56, 245, 0.5) 83.65%);
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.method-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.method-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.method-card p {
  font-size: 14px;
  line-height: 18.9px;
  color: #ffffff;
  margin: 0;
  flex: 1;
}

/* Limited Places Banner */
.limited-places-banner {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 0;
  overflow: hidden;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  animation: scroll 20s linear infinite;
}

.star {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #B0F2B6;
}

.text {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #B0F2B6;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Expert Section */
.expert-section {
  background-color: #111111;
  padding: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.expert-section h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.expert-content {
  display: flex;
  gap: 24px;
  width: 100%;
}

.expert-image {
  width: 397.33px;
  height: 426px;
}

.expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.expert-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  border: 1px solid #7758F7;
  border-radius: 24px;
  padding: 24px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 397.33px;
  height: 426px;
}

.expert-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 24px;
  gap: 32px;
}

.expert-header h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  flex: 1;
}

.expert-header img {
  width: 16px;
  height: 24px;
}

.expert-card p {
  font-size: 16px;
  line-height: 21.6px;
  color: #F2F2F2;
  padding: 0 48px 0 24px;
  margin: 0;
}

.expert-bottom-image {
  width: 100%;
  height: 230px;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}

.expert-bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonials Section */
.testimonials-section {
  background-color: #000000;
  padding: 100px;
}

.testimonial-card {
background: linear-gradient(240.94deg, rgba(255, 255, 255, 0.15) -7.37%, rgba(255, 255, 255, 0.03) 89.52%);
/* Inner Type */
box-shadow: inset 0px -10px 20px rgba(255, 255, 255, 0.24), inset 0px -40px 80px -34px #7758F7;
backdrop-filter: blur(23.4px);
  border: 0.5px solid rgba(119, 88, 247, 1);
  border-radius: 40px;
  padding: 48px;
  position: relative;
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.testimonial-label {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
}

.testimonial-card blockquote {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.author {
  font-size: 16px;
  color: #B0F2B6;
}

.testimonial-controls {
  display: flex;
  gap: 4px;
}

/* Pricing Section */
.pricing-section {
  background-color: #000000;
  padding: 100px;
  display: flex;
  gap: 24px;
}

.pricing-intro {
  background: linear-gradient(135deg, rgba(176, 242, 182, 0.1) 0%, rgba(176, 242, 182, 0.32) 33.06%, rgba(176, 242, 182, 0.45) 66.54%, rgba(176, 242, 182, 0.2) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 397.33px;
  height: 500px;
}

.pricing-intro h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.see-transformations-btn {
  background: none;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #B0F2B6;
  cursor: pointer;
  font-size: 16px;
}

.pricing-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 397.33px;
}

.pricing-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  height: 238px;
  position: relative;
}

.pricing-card.vip {
  background-image: url('https://zenutri.fr/assets/images/index/XYCRdZyokE.png');
  background-size: cover;
  background-position: center;
  justify-content: flex-end;
  padding-bottom: 91px;
}

.pricing-card h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.price {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 100px;
  padding: 12px 32px;
}

/* Footer */
.footer {
  background-color: #111111;
  padding: 48px 100px 32px;
  display: flex;
  flex-direction: column;
  gap: 72px;
}

.newsletter-section {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.newsletter-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 387px;
}

.newsletter-text h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.newsletter-text p {
  font-size: 16px;
  line-height: 21.6px;
  color: #F2F2F2;
  margin: 0;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 347px;
}

.email-input {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding: 12px 12px 12px 24px;
  width: 100%;
  height: 49px;
  display: flex;
  align-items: center;
}

.email-input input {
  background: none;
  border: none;
  color: #AFAFAF;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.email-input input::placeholder {
  color: #AFAFAF;
}

.newsletter-btn {
  background: linear-gradient(135deg, #E8FFEA 0%, #77C17D 27.59%, #B0F2B6 46.45%, #B0F2B6 75.46%, #E8FFEA 100%);
  border: none;
  border-radius: 100px;
  padding: 12px 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
  width: 100%;
  height: 49px;
  font-size: 16px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.footer-nav a {
  font-size: 14px;
  line-height: 18.9px;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: #F2F2F2;
  text-decoration: none;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.social-link img {
  width: 20px;
  height: 20px;
}

.social-link span {
  font-size: 16px;
  color: #F2F2F2;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-bottom p {
  font-size: 16px;
  color: #F2F2F2;
  margin: 0;
}

.legal-links {
  display: flex;
  gap: 24px;
}

.legal-links a {
  font-size: 16px;
  color: #F2F2F2;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .hero-text {

    gap: 50px !important;
}
.testimonial-card blockquote {
    line-height: 23px !important;
}
  .hero-section,
  .results-section,
  .method-section,
  .expert-section,
  .testimonials-section,
  .pricing-section,
  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .hero-content {
    flex-direction: column;
    gap: 32px;
  }
  
  .hero-text {
    width: 100%;
  }
  
  .hero-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  
  .transformations-grid {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .transformation-card {
    width: 100%;
    max-width: 484px;
  }
  
  .method-cards {
    flex-wrap: wrap;
  }
  
  .method-card {
    min-width: 280px;
  }
  
  .expert-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .expert-image,
  .expert-card {
    width: 100%;
    max-width: 397px;
  }
  
  .pricing-section {
    flex-direction: column;
    align-items: center;
  }
  
  .pricing-intro,
  .pricing-cards {
    width: 100%;
    max-width: 397px;
  }
}

@media (max-width: 768px) {
  .hero-section,
  .results-section,
  .method-section,
  .expert-section,
  .testimonials-section,
  .pricing-section,
  .footer {
    padding: 50px 20px;
  }
  
  .nav {
    flex-direction: column;
    gap: 16px;
    height: auto;
  }
  
  .nav-left,
  .nav-right {
    width: auto;
    text-align: center;
  }
  
  .main-title {
    font-size: 32px;
    line-height: 40px;
  }
  
  .method-header {
    flex-direction: column;
    gap: 24px;
  }
  
  .method-header h2,
  .method-header p {
    width: 100%;
  }
  
  .method-cards {
    flex-direction: column;
  }
  
  .results-controls {
    flex-direction: column;
    gap: 16px;
  }
  
  .newsletter-section {
    flex-direction: column;
    gap: 32px;
  }
  
  .newsletter-text,
  .newsletter-form {
    width: 100%;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 16px;
  }
  
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}



.result-section {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    min-width: 0;
    height: 700px;
    padding: 100px 100px 100px 100px;
    z-index: 137;
}
.text-59 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    min-height: 0;
    padding: 48px 48px 48px 48px;
    background: linear-gradient(316.9deg, rgba(176, 242, 182, 0.1), rgba(176, 242, 182, 0.32));
    z-index: 138;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px 0 rgba(255, 255, 255, 0.2) inset;
}
.choose-your-plan {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  width: 301.333px;
  height: 168px;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  z-index: 139;
}
.button-5a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 177px;
  padding: 0 0 4px 0;
  z-index: 140;
}
.start-now-5b {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 22px;
  color: #b0f2b6;
  font-family: Supreme, var(--default-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 141;
}
.shine-5c {
  flex-shrink: 0;
  position: absolute;
  width: 193px;
  height: 13px;
  top: -5px;
  left: 31px;
  background: url(https://zenutri.fr/assets/images/index/30XyZY3tCZ.png)
    no-repeat center;
  background-size: cover;
  z-index: 142;
}
.shine-5d {
  flex-shrink: 0;
  position: absolute;
  width: 193px;
  height: 13px;
  top: 493px;
  left: 166px;
  background: url(https://zenutri.fr/assets/images/index/BqUQe3j7SX.png)
    no-repeat center;
  background-size: cover;
  z-index: 143;
}
.cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  min-height: 0;
  z-index: 144;
}
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  padding: 48px 48px 48px 48px;
  background: linear-gradient(
    130.28deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0)
  );
  z-index: 145;
  overflow: hidden;
  border-radius: 24px;
}
.pricing {
  flex-shrink: 0;
  position: absolute;
  width: 256px;
  height: 256px;
  top: 45px;
  left: -57.333px;
  opacity: 0.3;
  z-index: 146;
  overflow: hidden;
}
.group-5e {
  position: relative;
  width: 227.183px;
  height: 256.001px;
  margin: 0 0 0 15.36px;
  z-index: 147;
}
.vector-5f {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://zenutri.fr/assets/images/index/N3cbBa98iZ.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 148;
}
.no-follow-up {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 42px;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 149;
}
.button-60 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 225px;
  padding: 12px 32px 12px 32px;
  background: linear-gradient(
    130.28deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0)
  );
  z-index: 150;
  border-radius: 100px;
  backdrop-filter: blur(13.05px);
}
.start-now-61 {
  flex-shrink: 0;
  position: relative;
  width: 161px;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 151;
}
.euro {
  position: relative;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
}
.card-62 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  padding: 48px 48px 48px 48px;
  background: linear-gradient(
    130.28deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0)
  );
  z-index: 152;
  overflow: hidden;
  border-radius: 24px;
}
.pricing-63 {
  flex-shrink: 0;
  position: absolute;
  width: 256px;
  height: 256px;
  top: 45px;
  left: -57.333px;
  opacity: 0.3;
  z-index: 153;
  overflow: hidden;
}
.group-64 {
  position: relative;
  width: 255.864px;
  height: 256px;
  margin: 0 0 0 0;
  background: url(https://zenutri.fr/assets/images/index/vrwyMqUSSb.png)
    no-repeat center;
  background-size: 100% 100%;
  z-index: 154;
}
.avec-suivi {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 42px;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 155;
}
.button-65 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 225px;
  padding: 12px 32px 12px 32px;
  background: linear-gradient(
    130.28deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0)
  );
  z-index: 156;
  border-radius: 100px;
}
.start-now-66 {
  flex-shrink: 0;
  position: relative;
  width: 169px;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 157;
}
.euro-67 {
  position: relative;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
}
.card-68 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  gap: 24px;
  position: relative;
  min-height: 0;
  padding: 48px 48px 91px 48px;
  background: url(https://zenutri.fr/assets/images/index/Lz0tEiTua6.png)
    no-repeat center;
  background-size: cover;
  z-index: 158;
  border-radius: 24px;
}
.pack-vip {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 42px;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 159;
}
.button-69 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-shrink: 0;
  position: relative;
  width: 251px;
  padding: 12px 32px 12px 32px;
  background: linear-gradient(
    130.28deg,
    rgba(255, 255, 255, 0.13),
    rgba(255, 255, 255, 0)
  );
  z-index: 160;
  border-radius: 100px;
  backdrop-filter: blur(13.05px);
}
.start-now-6a {
  flex-shrink: 0;
  position: relative;
  width: 187px;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-overflow: initial;
  white-space: nowrap;
  z-index: 161;
}
.euro-6b {
  position: relative;
  color: #ffffff;
  font-family: Zalando Sans SemiExpanded, var(--default-font-family);
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
  text-align: left;
  text-transform: uppercase;
}

/* Mobile Responsiveness for result-section */
@media (max-width: 768px) {
    .cards{
                flex-direction: row !important;
    }
  .testimonial-card blockquote {
 
    font-size: 15px !important;
 
}
  .result-section {
    flex-direction: column;
  
    padding: 50px 20px;
    gap: 16px;
  }

  .text-59 {
    padding: 24px;
    gap: 16px;
  }

  .choose-your-plan {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    height: auto;
  }

  .button-5a {
    width: 100%;
  }

  .start-now-5b {
    font-size: 14px;
  }

  .shine-5c,
  .shine-5d {
    display: none;
  }

  .cards {
    flex-direction: column;
    gap: 16px;
  }

  .card,
  .card-62,
  .card-68 {
    width: 100%;
    padding: 24px;
    gap: 16px;
  }

  .pricing,
  .pricing-63 {
    width: 150px;
    height: 150px;
    top: 20px;
    left: -20px;
  }

  .group-5e,
  .group-64 {
    width: 120px;
    height: 150px;
  }

  .no-follow-up,
  .avec-suivi,
  .pack-vip {
    font-size: 24px;
    line-height: 32px;
    height: auto;
  }

  .button-60,
  .button-65,
  .button-69 {
    width: 100%;
    padding: 8px 16px;
  }

  .start-now-61,
  .start-now-66,
  .start-now-6a {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    text-align: center;
  }

  .euro,
  .euro-67,
  .euro-6b {
    font-size: 20px;
    line-height: 28px;
  }
}
