.brand-mark img,
.gemini-orb img,
.feature-icon img,
.spark img {
  display: block;
  width: 22px;
  height: 22px;
}

.brand-mark img,
.feature-icon.gradient img {
  filter: brightness(0) invert(1);
}

.spark img {
  filter: invert(34%) sepia(91%) saturate(1825%) hue-rotate(214deg) brightness(91%);
}

.gemini-orb {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #4285f4, #9b72cb 58%, #d96570);
}

.gemini-orb img {
  filter: brightness(0) invert(1);
}

.feature-icon.blue img,
.feature-icon.red img,
.feature-icon.green img,
.feature-icon.dark img {
  width: 21px;
  height: 21px;
}

.feature-icon.dark img {
  filter: brightness(0) invert(1);
}

.feature-icon.yellow img {
  width: 24px;
  height: 24px;
}

.apps-visual span {
  padding: 22px;
}

.apps-visual img {
  display: block;
  width: 100%;
  height: 100%;
}

.apps-visual .gmail img { filter: invert(38%) sepia(90%) saturate(1591%) hue-rotate(336deg) brightness(96%); }
.apps-visual .docs img { filter: invert(43%) sepia(95%) saturate(2293%) hue-rotate(205deg) brightness(98%); }
.apps-visual .sheets img { filter: invert(41%) sepia(40%) saturate(1160%) hue-rotate(102deg) brightness(89%); }
.apps-visual .slides img { filter: invert(75%) sepia(83%) saturate(2147%) hue-rotate(359deg) brightness(99%); }

.ai-logos {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.ai-logos span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 12px;
  border: 1px solid #e1e4e9;
  border-radius: 12px;
  background: #fff;
}

.ai-logos img {
  display: block;
  width: 100%;
  height: 100%;
}

.privacy-note > div {
  flex: 0 0 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #dff3e8;
}

.privacy-note > div img {
  width: 20px;
  height: 20px;
}

@media (max-width: 620px) {
  .apps-visual span { padding: 15px; }
}

/* Ajustements de l’offre */
.hero h1 {
  font-size: clamp(2.85rem, 4.15vw, 4.35rem);
}

.image-strip--photos {
  height: 150px;
  gap: 10px;
}

.image-strip--photos img {
  display: block;
  width: calc((100% - 20px) / 3);
  height: 150px;
  object-fit: cover;
  border-radius: 12px;
}

.offer-clock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -10px -10px 25px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #171a20;
  color: #fff;
}

.offer-clock span {
  font-size: .76rem;
  font-weight: 700;
}

.offer-clock strong {
  font: 800 1.05rem Manrope, sans-serif;
  letter-spacing: .04em;
}

.price {
  display: grid;
  margin: 20px 0 24px;
}

.price s {
  color: #8a9099;
  font-size: .9rem;
}

.price strong {
  font: 800 2.2rem/1.2 Manrope, sans-serif;
  letter-spacing: -.04em;
}

.price > span {
  color: #315bd6;
  font-size: .8rem;
  font-weight: 800;
}

.proofs {
  background: #f6f7f9;
}

.proof-grid {
  display: grid;
  grid-template-columns: .8fr 1.4fr .8fr;
  gap: 22px;
  align-items: center;
}

.proof-grid figure {
  margin: 0;
}

.proof-frame {
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 400px;
  padding: 12px;
  border: 1px solid #dfe3e8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(28, 37, 54, .1);
}

.proof-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 12px;
}

.proof-frame--desktop {
  min-height: 330px;
}

.proof-grid figcaption {
  margin-top: 15px;
  color: #626873;
  font-size: .9rem;
  text-align: center;
}

.whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 18px 0 14px;
  border-radius: 100px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 35px rgba(22, 118, 60, .28);
  text-decoration: none;
  font-weight: 800;
}

.whatsapp svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

@media (max-width: 900px) {
  .proof-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-inline: auto;
  }

  .proof-frame,
  .proof-frame--desktop {
    min-height: 280px;
  }
}

@media (max-width: 620px) {
  .hero h1 { font-size: 2.45rem; }
  .image-strip--photos,
  .image-strip--photos img { height: 118px; }
  .proof-frame { min-height: 240px; }
  .whatsapp { width: 54px; padding: 0; justify-content: center; }
  .whatsapp span { display: none; }
}

/* Finition éditoriale, motifs et mouvement */
.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 5%;
  left: -10%;
  width: 410px;
  height: 410px;
  opacity: .48;
  background-image: radial-gradient(#cdd6ea 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, #000, transparent 72%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  right: 34%;
  bottom: 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(66, 133, 244, .12), transparent 70%);
  pointer-events: none;
}

.hero-copy {
  animation: hero-copy-in .75s cubic-bezier(.2,.75,.25,1) both;
}

.hero-product {
  animation: hero-product-in .9s .1s cubic-bezier(.2,.75,.25,1) both;
}

.browser-card {
  transition: transform .45s cubic-bezier(.2,.75,.25,1), box-shadow .45s ease;
}

.hero-product:hover .browser-card {
  transform: rotate(0deg) translateY(-5px);
  box-shadow: 0 30px 80px rgba(28,37,54,.16);
}

.floating-card--time {
  animation: soft-float 5s ease-in-out infinite;
}

.floating-card--storage {
  animation: soft-float 5s 1.2s ease-in-out infinite;
}

.topbar span {
  animation: status-pulse 2.3s ease-out infinite;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.18) 48%, transparent 72%);
  transform: translateX(-130%);
  transition: transform .65s ease;
}

.button:hover::before {
  transform: translateX(130%);
}

.feature,
.proof-frame,
.checkout-card {
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.feature:hover,
.proof-frame:hover {
  transform: translateY(-6px);
  border-color: #cfd6e4;
  box-shadow: 0 22px 50px rgba(28,37,54,.1);
}

.feature-grid .feature:nth-child(2) { transition-delay: .04s; }
.feature-grid .feature:nth-child(3) { transition-delay: .08s; }
.feature-grid .feature:nth-child(4) { transition-delay: .12s; }
.feature-grid .feature:nth-child(5) { transition-delay: .16s; }
.feature-grid .feature:nth-child(6) { transition-delay: .2s; }

.comparison {
  position: relative;
  overflow: hidden;
}

.comparison::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 80% 50%, #000 0, transparent 65%);
  pointer-events: none;
}

.comparison-grid {
  position: relative;
}

.final-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.final-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .24;
  background-image: radial-gradient(rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(ellipse at center, #000, transparent 76%);
}

.final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 520px;
  height: 520px;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  transform: translate(-50%,-50%);
  box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025);
}

.whatsapp {
  transition: transform .2s ease, box-shadow .2s ease;
}

.whatsapp:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 16px 38px rgba(22,118,60,.34);
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-product-in {
  from { opacity: 0; transform: translateY(24px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes soft-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes status-pulse {
  0% { box-shadow: 0 0 0 0 rgba(72,213,151,.4); }
  70%,100% { box-shadow: 0 0 0 8px rgba(72,213,151,0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Captures réelles dans le hero */
.hero-proof-stack {
  min-height: 510px;
  align-content: center;
}

.hero-proof-stack::before {
  content: "";
  position: absolute;
  inset: 7% 0 8% 5%;
  border-radius: 32px;
  background: linear-gradient(145deg, #edf3ff, #f9f5ff 52%, #fff8f3);
  transform: rotate(-2deg);
}

.real-screen {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 1px solid #dfe3ea;
  background: #fff;
  box-shadow: 0 24px 60px rgba(28,37,54,.16);
}

.real-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.real-screen--desktop {
  z-index: 1;
  top: 93px;
  right: 0;
  width: 90%;
  height: 300px;
  border-radius: 17px;
}

.real-screen--phone {
  z-index: 2;
  left: 1%;
  bottom: 18px;
  width: 142px;
  height: 285px;
  border-width: 5px;
  border-color: #fff;
  border-radius: 22px;
}

.hero-proof-stack .floating-card--time {
  z-index: 3;
  top: 32px;
  right: 12px;
}

.hero-proof-stack .floating-card--storage {
  z-index: 3;
  left: auto;
  right: -10px;
  bottom: 26px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.hero-proof-stack .floating-card--storage img {
  width: 27px;
  height: 27px;
}

.hero-proof-caption {
  position: absolute;
  z-index: 3;
  left: 175px;
  bottom: 32px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 9px;
  background: rgba(255,255,255,.94);
  color: #59616d;
  font-size: .76rem;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(28,37,54,.08);
}

.hero-proof-caption span {
  color: #159455;
}

/* Défilement des marques */
.logos-band {
  overflow: hidden;
}

.logo-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-track {
  display: flex;
  width: max-content;
  animation: logo-scroll 24s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-set {
  display: flex;
  align-items: center;
  gap: 58px;
  padding: 0 29px;
}

.logo-set span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  color: #59616d;
  font-weight: 700;
}

.logo-set img {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.logo-set img[src*="gmail"] { filter: invert(38%) sepia(90%) saturate(1591%) hue-rotate(336deg) brightness(96%); }
.logo-set img[src*="docs"] { filter: invert(43%) sepia(95%) saturate(2293%) hue-rotate(205deg) brightness(98%); }
.logo-set img[src*="sheets"] { filter: invert(41%) sepia(40%) saturate(1160%) hue-rotate(102deg) brightness(89%); }
.logo-set img[src*="slides"] { filter: invert(75%) sepia(83%) saturate(2147%) hue-rotate(359deg) brightness(99%); }
.logo-set img[src*="drive"] { filter: invert(45%) sepia(65%) saturate(1063%) hue-rotate(186deg) brightness(92%); }
.logo-set img[src*="gemini"] { filter: invert(40%) sepia(77%) saturate(1785%) hue-rotate(214deg) brightness(94%); }

@keyframes logo-scroll {
  to { transform: translateX(-50%); }
}

/* Comparatif */
.before-after {
  background: #fff;
}

.compare-table {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dfe3ea;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(28,37,54,.08);
}

.compare-head,
.compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.compare-head span {
  padding: 19px 25px;
  background: #f2f4f7;
  font: 800 .86rem Manrope, sans-serif;
  letter-spacing: .02em;
}

.compare-head span:last-child {
  background: #edf8f2;
  color: #157347;
}

.compare-row > div {
  display: flex;
  gap: 15px;
  padding: 23px 25px;
  border-top: 1px solid #e7e9ee;
}

.compare-row > div:last-child {
  border-left: 1px solid #e7e9ee;
  background: #fbfefc;
}

.compare-row p {
  margin: 0;
}

.compare-row strong,
.compare-row small {
  display: block;
}

.compare-row small {
  margin-top: 3px;
  color: #737a85;
  font-size: .85rem;
}

.compare-x,
.compare-check {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  height: 28px;
  border-radius: 50%;
  font-weight: 800;
}

.compare-x {
  background: #fff0f0;
  color: #cf4949;
}

.compare-check {
  background: #e3f5eb;
  color: #15804d;
}

@media (max-width: 900px) {
  .hero-proof-stack { min-height: 470px; }
  .real-screen--desktop { width: 92%; right: 1%; }
}

@media (max-width: 620px) {
  .hero-proof-stack { min-height: 410px; }
  .real-screen--desktop { top: 62px; width: 96%; height: 265px; }
  .real-screen--phone { width: 105px; height: 216px; bottom: 12px; }
  .hero-proof-stack .floating-card--storage { right: 0; bottom: 16px; }
  .hero-proof-caption { display: none; }
  .logo-set { gap: 36px; }
  .compare-head span { padding: 15px 12px; font-size: .75rem; }
  .compare-row > div { padding: 18px 12px; gap: 9px; }
  .compare-row small { font-size: .75rem; }
  .compare-row strong { font-size: .87rem; }
}

/* Motif discret derrière l’illustration du hero */
.hero-product {
  isolation: isolate;
}

.hero-product::before {
  z-index: -1;
  background-color: #f5f7fc;
  background-image:
    linear-gradient(rgba(49,91,214,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(49,91,214,.07) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(155,114,203,.16), transparent 34%),
    linear-gradient(140deg, #f2f6ff, #f7f3ff 48%, #fff6f3);
  background-size: 24px 24px, 24px 24px, auto, auto;
}

.browser-card {
  z-index: 1;
}
