/* styles.css */

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


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

body {
    font-family: Manrope, sans-serif;
  color: #111827;
  background: #fff;
  line-height: 1.6;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem;
}

.nav {
  justify-content: space-between;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  header {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

/* Navigation */
.nav-left-container {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .nav-left-container {
    gap: 0;
  }
}
.logo img {
  height: 40px;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  padding: 0;
  margin: 0;
}
.nav-links a {
  text-decoration: none;
  font-size: 14px;
  color: #6f747f;
  font-weight: 400;
}
.nav-links a::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 4px;
  background-color: #ee2a7b;
  border-radius: 2px 2px 0 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
}

/* Bouton */
.resume-button a {
  font-size: 14px;
  color: #fff;
  background-color: #111827;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
}
@media (max-width: 768px) {
  .resume-button {
    display: none;
  }
}

.hero-button {
  display: inline-flex;
  align-items: center;
  background-color: #111827;
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  font-weight: 300;
  transition: background-color 0.3s;
  max-width: max-content;
  border-radius: 50px;
  font-size: 14px;
  gap: 8px;
  border: 1px solid #111827;
}
.hero-button:hover {
  background-color: #f5006b;
  border: 1px solid #f5006b;
}
.hero-button-outline {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  color: #111827;
  padding: 12px 24px;
  margin-left: 12px;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  gap: 8px;
  border: 1px solid #111827;
  border-radius: 50px;
  transition: background-color 0.3s, color 0.3s;
}
.hero-button-outline:hover {
  background-color: #111827;
  color: #fff;
}

/* Burger menu (structure seulement, non stylisé dans ce fichier) */
.burger-menu span {
  display
}

.nav-wrapper {
  border-bottom: 1px solid #E4E6E9;
  width: 100%;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  color: #808A9E;

  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

.nav-links a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: #808A9E;
  font-family: manrope, sans-serif;
}

.nav-back,
.nav-next {
  color: #6b7280;
  text-decoration: none;
}

.intro .label {
      color: #808A9E;
    font-family: Manrope, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
}

.intro .title {
  color: #111827;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    font-family: Poppins, sans-serif;
    text-align: left;
    margin: 20px 0px 20px 0px;
}

.intro .description {
      color: #808A9E;
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 38px;
    text-align: left;
}

.mockup {
  margin-top: 3rem;
  text-align: center;
  background-color: #FAFBFC;
  border-radius: 16px;
}

.mockup img {
  box-sizing: border-box;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}


.goal-challenge {
  margin-top: 4rem;
}

.goal-challenge .content {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}

.goal-challenge .left {
  flex: 2;
  min-width: 280px;
}

.goal-challenge .left h2 {
  color: #111827;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    font-family: Poppins, sans-serif;
    text-align: left;
    margin: 40px 0px 20px 0px;
}

.goal-challenge .left p {
  color: #111827;
    font-family: Manrope, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 300;
line-height: 1.5em;
}

.goal-challenge .right {
  flex: 1;
  min-width: 200px;
}

.goal-challenge .right h3 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #111827;
    line-height: 1.2em;
    font-weight: 800;
    margin-top: 40px;
    

}

.goal-challenge .right ul {
  list-style: none;
  padding: 0;
  color: #111827;
    font-family: Manrope, sans-serif;
    

}

.goal-challenge .right li {
  margin-bottom: 0.5rem;
    font-size: 20px;
    line-height: 1.2em;
    font-family: Manrope, sans-serif;
    font-weight: 600;



}

.goal-challenge .right li span {
    color: #808A9E;
    font-family: Manrope, sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 1.2em;
}

.solution {
  margin-top: 4rem;
}

.solution .content {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}

.solution .left {
  flex: 2;
  min-width: 280px;
}

.solution .left h2 {
  color: #111827;
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  font-family: Poppins, sans-serif;
  text-align: left;
  margin: 20px 0px 20px 0px;
}

.solution .left p {
  color: #111827;
    font-family: Manrope, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.solution .right {
  flex: 1;
  min-width: 200px;
}

.solution .right h3 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #111827;
  line-height: 1.2em;
  font-weight: 300;
}

.solution .right ul {
  list-style: none;
  padding: 0;
  color: #111827;
}

.solution .right li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.solution .right li span {
  color: #9ca3af;
  margin-right: 0.5rem;
}


@media (max-width: 768px) {

  .nav-links {
    display: none;
  }
  .goal-challenge .right {
    display: none;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 1rem;
  }
  .nav {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.mockup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
  border-radius: 16px;
}

.macbook {
  position: relative;
  width: 100%;
  max-width: 1080px;
  aspect-ratio: 1016 / 618;
  background: #111827;
  border-radius: 24px;
  padding: 40px 24px 60px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.screen {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
}

.screen video {
  width: 100%;
  height: 100%;
object-fit: contain;
background-color: #000; /* Pour éviter les bandes blanches */
}

.contact-section {
  position: relative;
  background-color: #111827;
  padding: 6rem 1.5rem;
  border-radius: 16px;
  text-align: center;
  margin: 6rem auto 0;
  max-width: 1080px;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(https://cdn.prod.website-files.com/6656e67ba33eadc8d460da9f/665713d79ff5610c83c0d80d_deco-big-vector.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  opacity: 0.15; /* très faible opacité */
  pointer-events: none; /* pour ne pas bloquer les clics */
  z-index: 0;
}

.contact-section > * {
  position: relative;
  z-index: 1;
}

.contact-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.contact-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
  margin: 0;
}

.contact-subtitle {
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  font-family: Manrope, sans-serif;
  margin: 0;
}

.contact-section .hero-button {
  background-color: #f5006b;
  border: 1px solid #f5006b;
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-section .hero-button:hover {
  background-color: #fff;
  color: #111827;
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .contact-title {
    font-size: 1.75rem;
  }

  .contact-subtitle {
    font-size: 1rem;
  }

  .contact-section .hero-button {
    font-size: 0.875rem;
    padding: 0.75rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .intro .title,
  .goal-challenge .left h2,
  .solution .left h2 {
    font-size: 40px;
  }

  .intro .description,
  .goal-challenge .left p,
  .solution .left p {
    font-size: 18px;
  }

  .goal-challenge .right h3,
  .solution .right h3 {
    font-size: 20px;
  }

  .goal-challenge .right li,
  .goal-challenge .right li span,
  .solution .right li {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .intro .title,
  .goal-challenge .left h2,
  .solution .left h2 {
    font-size: 32px;
  }

  .intro .description,
  .goal-challenge .left p,
  .solution .left p {
    font-size: 16px;
            line-height: 1.9;
  }

  .goal-challenge .right h3,
  .solution .right h3 {
    font-size: 18px;
            line-height: 1.9;
  }

  .goal-challenge .right li,
  .goal-challenge .right li span,
  .solution .right li {
    font-size: 14px;
            line-height: 1.9;
  }
}

