@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --color-bg: #f5f8f7;
  --color-surface: #ffffff;
  --color-primary: #0f8a70;
  --color-primary-dark: #0a5f4d;
  --color-secondary: #1b3d5f;
  --color-accent: #f9b233;
  --color-text: #1f2a37;
  --color-muted: #5b6876;
  --shadow-soft: 0 20px 45px rgba(15, 138, 112, 0.08);
  --radius: 18px;
  --radius-pill: 999px;
  --max-width: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Manrope', 'Segoe UI', Tahoma, sans-serif;
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2.5rem, var(--max-width));
  margin-inline: auto;
}

.hero {
  background: linear-gradient(135deg, #f3fdf9, #e4f3ff);
  padding: 2rem 0 4rem;
  position: relative;
}

.hero__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.brand__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4 {
  color: var(--color-secondary);
  margin-top: 0;
  line-height: 1.2;
}

.lead {
  font-size: 1.05rem;
  color: var(--color-muted);
}

.hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.btn {
  padding: 0.85rem 1.5rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn.primary {
  background: var(--color-primary);
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.btn.primary:hover {
  background: var(--color-primary-dark);
  transform: translateY(-2px);
}

.btn.ghost {
  border: 2px solid rgba(15, 138, 112, 0.3);
  color: var(--color-primary);
}

.btn.secondary {
  background: rgba(11, 52, 34, 0.08);
  color: var(--color-secondary);
}

.btn.secondary:hover {
  background: rgba(11, 52, 34, 0.15);
}

.hero__card {
  background: var(--color-surface);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.hero__label {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 0.2em;
}

.hero__card ol {
  padding-left: 1rem;
}

.hero__note {
  font-size: 0.9rem;
  color: var(--color-muted);
  margin-top: 1.5rem;
}

.hero__trust {
  list-style: none;
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 1.5rem 0 0;
  flex-wrap: wrap;
  color: var(--color-muted);
}

.global-nav {
  position: sticky;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 25px rgba(15, 138, 112, 0.08);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  position: relative;
}

.logo {
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 1.1rem;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: var(--color-secondary);
  font-weight: 500;
}

.nav-toggle {
  background: var(--color-primary);
  border: none;
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  display: none;
}

.product-menu {
  position: relative;
}

.product-menu__toggle {
  border: 1px solid rgba(15, 138, 112, 0.3);
  background: #fff;
  border-radius: var(--radius-pill);
  padding: 0.4rem 0.9rem;
  font-weight: 600;
  color: var(--color-primary);
  cursor: pointer;
}

.product-menu__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-soft);
  padding: 1rem;
  display: none;
  flex-direction: column;
  min-width: 220px;
  gap: 0.4rem;
}

.product-menu.open .product-menu__panel {
  display: flex;
}

.badges {
  padding: 3rem 0;
}

.badges__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.badges__grid div {
  background: var(--color-surface);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.product-grid {
  padding: 3rem 0;
}

.section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.product-card {
  background: linear-gradient(135deg, #ffffff, #ecf8f4);
  border-radius: 28px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 100%;
}

.product-card.is-active {
  transform: translateY(-8px);
  box-shadow: 0 35px 70px rgba(11, 52, 34, 0.12);
}

.product-card__media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #f0faf6;
  padding: 1rem;
  min-height: 260px;
}

.product-card__media img {
  width: 100%;
  height: 230px;
  border-radius: 16px;
  object-fit: contain;
}

.product-tag {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  background: rgba(15, 138, 112, 0.9);
  color: #fff;
  padding: 0.35rem 0.9rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.product-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.product-card__content ul {
  padding-left: 1rem;
  margin: 0;
  color: var(--color-muted);
}

.product-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.price {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-secondary);
}

.product-card__actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.product-card__actions .btn {
  flex: 1;
  justify-content: center;
}

.table-wrapper {
  overflow-x: auto;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.responsive-table th,
.responsive-table td {
  padding: 0.9rem;
  border-bottom: 1px solid rgba(15, 138, 112, 0.15);
  text-align: left;
}

.responsive-table th {
  background: rgba(15, 138, 112, 0.08);
  color: var(--color-secondary);
  font-weight: 600;
}

.btn.secondary {
  background: rgba(11, 52, 34, 0.08);
  color: var(--color-secondary);
}

.engagements {
  background: #fff;
  padding: 3rem 0;
}

.engagements__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.engagements__grid article {
  background: var(--color-bg);
  padding: 1.5rem;
  border-radius: var(--radius);
}

.journey {
  padding: 3rem 0;
}

.journey__steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1.5rem;
}

.journey__steps li {
  background: var(--color-surface);
  border-left: 5px solid var(--color-primary);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.testimonials {
  background: #fff;
  padding: 3rem 0;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.testimonials figure {
  background: var(--color-bg);
  padding: 1.5rem;
  border-radius: var(--radius);
  margin: 0;
}

.editorial {
  padding: 3rem 0;
}

.editorial__content {
  background: var(--color-surface);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.editorial__content p {
  margin: 0;
  color: var(--color-muted);
}

.faq {
  padding: 3rem 0 4rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq__item {
  background: var(--color-surface);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.faq__item button {
  width: 100%;
  background: none;
  border: none;
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  color: var(--color-muted);
  transition: max-height 0.3s ease;
}

.faq__item[aria-expanded="true"] .faq__content {
  max-height: 260px;
  padding-bottom: 1.2rem;
}

.disclaimer {
  background: linear-gradient(135deg, #f6fbff, #eef8f4);
  border-top: 1px solid rgba(15, 138, 112, 0.06);
  border-bottom: 1px solid rgba(15, 138, 112, 0.06);
  padding: 1.2rem 0;
}

.disclaimer__inner {
  width: min(100% - 4rem, 920px); /* marges latérales */
  margin-inline: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(15, 138, 112, 0.08);
  padding: 1rem 1.3rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  font-size: 0.8rem;
  color: var(--color-muted);
}

.disclaimer__label {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 700;
}

.disclaimer__inner p {
  margin: 0;
  line-height: 1.55;
}


.site-footer {
  background: var(--color-secondary);
  color: rgba(255, 255, 255, 0.85);
  padding: 1.2rem 0;
  text-align: center;
}

.footer__legal {
  margin: 0;
  font-size: 0.85rem;
}

.product-peek {
  position: fixed;
  right: 0;
  bottom: 20%;
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  padding: 0.85rem 1rem;
  border-radius: 24px 0 0 24px;
  box-shadow: var(--shadow-soft);
  transform: translateX(65%);
  transition: transform 0.3s ease;
  cursor: pointer;
  z-index: 900;
}

.product-peek:hover,
.product-peek:focus-within {
  transform: translateX(0);
}

.product-peek__tab {
  writing-mode: vertical-rl;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.65rem;
  color: var(--color-primary);
  font-weight: 700;
}

.product-peek__content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.product-peek__content img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  object-fit: cover;
}

.product-peek__title {
  font-size: 1rem;
  margin: 0;
  color: var(--color-secondary);
}

.product-peek__text {
  font-size: 0.85rem;
  color: var(--color-muted);
  margin: 0.15rem 0 0;
}

/* Product pages */
.product-hero {
  background: linear-gradient(135deg, #f3fdf9, #e4f3ff);
  padding: 2rem 0 3rem;
}

.product-main {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 0.8fr);
  gap: 2rem;
  padding: 3rem 0;
  align-items: start;
}

.product-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.product-section {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(15, 138, 112, 0.15);
}

.product-section:last-of-type {
  border-bottom: none;
}

.product-section ul,
.product-section ol {
  padding-left: 1.2rem;
  color: var(--color-muted);
}

.product-aside {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-aside__card {
  background: var(--color-surface);
  padding: 1.5rem;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.product-aside__card ul {
  padding-left: 1rem;
  margin: 0;
  color: var(--color-muted);
}

.cta-panel {
  background: #fff;
  padding: 2rem 0;
}

.cta-panel .cta-card {
  background: var(--color-surface);
  padding: 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.product-faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.product-faq__item {
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(15, 138, 112, 0.2);
}

.product-faq__item:last-child {
  border-bottom: none;
}

.product-faq__item strong {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  .site-nav {
    flex-direction: column;
    gap: 1rem;
    background: var(--color-surface);
    padding: 1rem;
    border-radius: var(--radius);
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 0.5rem);
    width: 100%;
    box-shadow: var(--shadow-soft);
  }

  .site-nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .product-menu {
    width: 100%;
  }

  .product-menu__panel {
    position: static;
    box-shadow: none;
    padding: 0;
  }

  .hero__inner {
    grid-template-columns: 1fr;
  }

  .hero__trust {
    flex-direction: column;
  }

  .product-card__actions {
    flex-direction: column;
  }

  .product-main {
    grid-template-columns: 1fr;
  }

  .product-aside {
    position: static;
  }

  .product-peek {
    display: none;
  }
}
