:root {
  --ink: #17171f;
  --muted: #5f6069;
  --line: #dedfe7;
  --paper: #f4f5f8;
  --soft: #eceef5;
  --wappee: #7f96f4;
  --wappee-dark: #6177df;
  --wappee-light: #dfe6ff;
  --blue: #7f96f4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 23, 31, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

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

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

button,
input {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(8, 8, 12, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--white);
}

.brand-logo {
  width: 128px;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--white);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.site-nav a:hover,
.text-link:hover {
  color: var(--wappee);
}

.nav-action {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-cta,
.platform-cta,
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 750;
}

.header-cta {
  color: var(--ink);
  background: var(--white);
}

.platform-cta {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle {
  display: none;
}

.hero,
.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
  padding: clamp(54px, 8vw, 100px) clamp(18px, 5vw, 72px);
  background: var(--paper);
}

.hero {
  min-height: calc(100svh - 72px);
}

.page-hero {
  min-height: 620px;
}

.page-hero img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--wappee-dark);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.55rem, 6vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.2;
}

.accent {
  color: var(--wappee);
  font-style: italic;
}

.hero-copy,
.page-hero p,
.section-heading p:not(.eyebrow),
.split-feature p,
.site-footer p,
.solution-card p,
.feature-list p,
.step p,
.comparison-card p,
.calculator p,
.faq-list p {
  color: var(--muted);
}

.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
}

.page-hero p {
  max-width: 720px;
  margin: 22px 0 0;
  font-size: 1.1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button.primary {
  color: var(--white);
  background: var(--ink);
}

.button.primary.cta-strong {
  min-height: 54px;
  padding: 0 26px;
  color: var(--white);
  background: linear-gradient(135deg, var(--wappee-dark), var(--wappee));
  box-shadow: 0 18px 46px rgba(127, 150, 244, 0.34);
}

.button.secondary {
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin: 36px 0 0;
}

.proof-strip div,
.comparison-card,
.calculator,
.solution-card,
.feature-list > div,
.step,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.proof-strip div {
  padding: 16px;
}

.proof-strip dt {
  font-size: 1.45rem;
  font-weight: 850;
}

.proof-strip dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.product-visual {
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 44px);
  background: linear-gradient(135deg, var(--wappee), #8ec9ff);
}

.desktop-product {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.mobile-product {
  position: absolute;
  right: clamp(14px, 4vw, 44px);
  bottom: clamp(14px, 4vw, 42px);
  width: min(34%, 180px);
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.trust-band {
  padding: 30px clamp(18px, 5vw, 72px);
  background: var(--white);
  border-block: 1px solid var(--line);
}

.trust-band p {
  margin: 0 0 18px;
  color: var(--muted);
  text-align: center;
}

.logo-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.logo-row span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 12px;
  background: var(--paper);
  border-radius: 14px;
}

.logo-row img {
  max-height: 42px;
  object-fit: contain;
}

.benefit-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 28px clamp(18px, 5vw, 72px);
}

.benefit-tile {
  min-height: 150px;
  padding: 18px;
  color: var(--white);
  background: var(--wappee);
  border-radius: 18px;
}

.benefit-tile span,
.benefit-tile strong {
  display: block;
}

.benefit-tile span {
  opacity: 0.82;
}

.benefit-tile strong {
  margin-top: 48px;
  font-size: 1.08rem;
}

.benefit-courses { background: #6f8ef6; }
.benefit-loisirs { background: #26a6a0; }
.benefit-sorties { background: #ef7d5b; }
.benefit-vacances { background: #9259d8; }
.benefit-mobilite { background: #1e7bd8; }
.benefit-sejours { background: #30384f; }

.section {
  padding: clamp(70px, 8vw, 118px) clamp(18px, 5vw, 72px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.comparison-grid,
.solution-grid,
.feature-list,
.steps,
.faq-list {
  display: grid;
  gap: 16px;
}

.comparison-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-card,
.calculator,
.solution-card,
.feature-list > div,
.step,
.faq-list details {
  padding: 24px;
}

.comparison-card.highlighted {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.comparison-card.highlighted p,
.comparison-card.highlighted .comparison-label {
  color: rgba(255, 255, 255, 0.72);
}

.comparison-label,
.result {
  font-weight: 800;
}

.comparison-card strong {
  display: block;
  margin: 18px 0 10px;
  font-size: 1.35rem;
}

.calculator {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.55fr);
  gap: 28px;
  margin-top: 18px;
}

.calculator-form {
  display: grid;
  gap: 12px;
}

.calculator-form input {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.calculator-form output {
  display: block;
  padding: 14px;
  background: var(--wappee-light);
  border-radius: 14px;
  font-weight: 800;
}

.calculator-note {
  margin: 0;
  font-size: 0.9rem;
}

.solution-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.solution-card {
  display: block;
  min-height: 240px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 36px;
  color: var(--white);
  background: var(--wappee);
  border-radius: 999px;
  font-weight: 900;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
}

.split-feature img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.reassurance {
  background: var(--soft);
}

.calendly-section {
  display: block;
  padding-top: clamp(18px, 2vw, 28px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.calendly-heading {
  display: none;
}

.calendly-frame {
  width: 100%;
  max-width: 1160px;
  min-height: 760px;
  margin: 0 auto;
  min-width: 0;
  overflow: visible;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
  scroll-margin-top: 94px;
}

.calendly-inline-widget {
  width: 100%;
  min-width: 320px;
  height: 760px !important;
  min-height: 760px;
}

.calendly-inline-widget iframe {
  height: 760px !important;
  min-height: 760px;
}

.feature-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-list {
  max-width: 920px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 850;
}

.faq-list p {
  margin-bottom: 0;
}

.final-cta {
  margin: clamp(40px, 7vw, 88px) clamp(18px, 5vw, 72px);
  padding: clamp(32px, 5vw, 64px);
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #39405a);
  border-radius: 24px;
}

.final-cta .eyebrow {
  color: var(--wappee-light);
}

.final-cta h2 {
  max-width: 920px;
  margin-bottom: 28px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(260px, 1fr);
  gap: 40px;
  padding: 44px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: #08080c;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  color: rgba(255, 255, 255, 0.76);
}

@media (max-width: 1080px) {
  .hero,
  .page-hero,
  .section-heading,
  .calendly-section,
  .calculator,
  .split-feature,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .calendly-heading {
    max-width: 760px;
  }

  .calendly-inline-widget {
    height: 780px;
  }

  .benefit-categories,
  .solution-grid,
  .feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .header-actions {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    gap: 5px;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
  }

  .nav-toggle span {
    display: block;
    height: 2px;
    background: var(--white);
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    padding: 14px;
    background: #08080c;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: grid;
    justify-content: stretch;
  }

  .site-nav a {
    padding: 10px;
  }

  .nav-action {
    display: block;
  }

  .hero,
  .page-hero {
    padding-top: 56px;
  }

  .calendly-frame {
    scroll-margin-top: 92px;
  }

  .proof-strip,
  .comparison-grid,
  .steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  .benefit-categories,
  .solution-grid,
  .feature-list,
  .logo-row,
  .site-footer nav {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 360px;
  }

  .calendly-section {
    padding-right: 0;
    padding-left: 0;
  }

  .calendly-heading {
    padding-right: 18px;
    padding-left: 18px;
  }

  .calendly-frame {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .calendly-inline-widget {
    height: 900px;
  }

  .mobile-product {
    width: 42%;
  }
}
