/* ── APPLE.COM INSPIRED LAYOUT ── */

:root {
  --apple-white: #ffffff;
  --apple-off: #fbfbfd;
  --apple-black: #000000;
  --apple-near-black: #1d1d1f;
  --apple-dark: #161617;
  --apple-gray: #86868b;
  --apple-gray-light: #d2d2d7;
  --apple-link: #2997ff;
  --apple-blue: #0066cc;
  --apple-bg-tile: #f5f5f7;
}

body.simple {
  background: var(--apple-white);
  color: var(--apple-near-black);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
}

body.simple .hero-bg-pattern,
body.simple .hero-video,
body.simple .hero-video-overlay { display: none; }

/* ── NAVBAR (Apple style) ── */
body.simple #navbar {
  background: rgba(251, 251, 253, 0.85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  height: 48px;
}
body.simple .nav-inner {
  height: 48px;
  max-width: 1024px;
  padding: 0 22px;
}
body.simple .logo {
  font-size: 1rem;
  font-weight: 600;
  color: var(--apple-near-black);
  letter-spacing: -.01em;
}
body.simple .logo svg { display: none; }
body.simple .logo span { font-family: -apple-system, BlinkMacSystemFont, sans-serif; }

body.simple .nav-links {
  gap: 28px;
}
body.simple .nav-links a {
  font-size: .8rem;
  font-weight: 400;
  color: var(--apple-near-black);
  opacity: .88;
  letter-spacing: 0;
}
body.simple .nav-links a:hover { opacity: 1; color: var(--apple-near-black); }
body.simple .btn-nav {
  background: transparent !important;
  color: var(--apple-near-black) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: .8rem !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  letter-spacing: 0 !important;
}
body.simple .btn-nav:hover {
  color: var(--apple-link) !important;
  background: transparent !important;
}

/* ── HERO (Apple massive headline) ── */
.s-hero {
  background: var(--apple-white);
  padding: 90px 22px 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.s-hero::before { display: none; }
.s-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

.s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 400;
  color: var(--apple-gray);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 12px;
}
.s-eyebrow.gold { color: var(--apple-near-black); font-weight: 500; }
.s-eyebrow .dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--apple-link);
}

.s-hero h1 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -.045em;
  color: var(--apple-near-black);
  margin: 8px 0 12px;
}
.s-hero h1 em {
  font-style: normal;
  font-weight: 600;
  color: var(--apple-near-black);
  background: none;
  -webkit-text-fill-color: var(--apple-near-black);
}

.s-hero-sub {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--apple-near-black);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.01em;
  max-width: 720px;
  margin: 0 auto 28px;
}

.s-hero-cta {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

/* Apple-style buttons: pill-shaped, blue */
.btn-gold {
  background: var(--apple-link);
  color: white;
  padding: 11px 22px;
  border-radius: 980px;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -.01em;
  transition: background .2s;
  box-shadow: none;
  border: none;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.btn-gold:hover { background: var(--apple-blue); transform: none; }

/* Secondary "text link" in Apple style */
.btn-outline-dark {
  background: transparent;
  color: var(--apple-link);
  padding: 11px 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: -.01em;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color .2s;
}
.btn-outline-dark:hover { color: var(--apple-blue); transform: none; }
.btn-outline-dark::after {
  content: '›';
  font-size: 1.4rem;
  margin-left: 2px;
  line-height: 1;
}
.btn-outline-dark svg { display: none; }

/* Hero massive product image (Apple-style centered hero) */
.s-hero-product {
  max-width: 980px;
  margin: 24px auto 0;
  position: relative;
}
.s-hero-product img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .15);
  aspect-ratio: 16/9;
  object-fit: cover;
}

.s-trust-wrap {
  background: var(--apple-off);
  margin-top: 64px;
  padding: 48px 22px;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: -64px;
}

/* Trust strip - Apple style minimalist */
.s-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 0;
  border-top: none;
}
.s-trust > div {
  text-align: center;
}
.s-trust strong {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  color: var(--apple-near-black);
  letter-spacing: -.02em;
  display: block;
  line-height: 1;
  margin-bottom: 6px;
}
.s-trust span {
  font-size: .82rem;
  color: var(--apple-gray);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}

/* ── SECTION HEADERS (Apple style) ── */
.s-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 40px;
}
.s-section-head h2 {
  font-family: inherit;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.08;
  color: var(--apple-near-black);
  margin-bottom: 10px;
}
.s-section-head .s-sub,
.s-sub {
  color: var(--apple-near-black);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -.005em;
}

/* ── SERVICES (Apple-style tiles) ── */
.s-services {
  background: var(--apple-off);
  padding: 80px 22px;
  max-width: none;
  margin: 0;
}

.s-services-grid {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.s-card {
  background: var(--apple-white);
  border: none;
  border-radius: 22px;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  transition: transform .3s ease;
  box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.s-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.s-card-best {
  background: var(--apple-near-black);
  color: white;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  text-align: left;
  min-height: 480px;
}

.s-card-img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--apple-bg-tile);
}
.s-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 1s ease;
}
.s-card:hover .s-card-img img { transform: scale(1.04); }

/* iOS mockup tile (pure CSS/SVG, pas de photo) */
.s-card-img-ios {
  background: linear-gradient(135deg, #007aff 0%, #5856d6 50%, #af52de 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  overflow: visible;
}
.s-card-img-ios::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(255,255,255,.08) 0%, transparent 40%);
  pointer-events: none;
}

.ios-mockup {
  position: relative;
  width: 168px;
  height: 220px;
  background: rgba(0,0,0,.35);
  border-radius: 26px;
  padding: 6px;
  box-shadow: 0 18px 40px rgba(0,0,0,.25), 0 0 0 1px rgba(255,255,255,.15);
  z-index: 2;
  transition: transform .6s ease;
}
.s-card:hover .ios-mockup {
  transform: translateY(-4px) scale(1.02);
}

.ios-screen {
  background: linear-gradient(160deg, #1a1a2e 0%, #16213e 100%);
  border-radius: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.ios-screen::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 56px; height: 14px;
  background: black;
  border-radius: 10px;
  z-index: 3;
}

.ios-status {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px 0;
  font-size: .56rem;
  font-weight: 700;
  color: white;
  letter-spacing: .5px;
}

.ios-update {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px 16px;
  gap: 6px;
  text-align: center;
}

.ios-update-logo {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #007aff 0%, #34aadc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  box-shadow: 0 4px 12px rgba(0, 122, 255, .35);
}
.ios-update-logo svg { width: 28px; height: 28px; }

.ios-version {
  color: white;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: -.01em;
}
.ios-update-label {
  color: rgba(255,255,255,.65);
  font-size: .58rem;
  letter-spacing: .2px;
  margin-bottom: 4px;
}

.ios-progress {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,.15);
  border-radius: 2px;
  overflow: hidden;
}
.ios-progress-bar {
  width: 68%;
  height: 100%;
  background: linear-gradient(90deg, #34aadc 0%, #007aff 100%);
  border-radius: 2px;
  animation: iosProgress 3s ease-in-out infinite alternate;
}
@keyframes iosProgress {
  0% { width: 50%; }
  100% { width: 82%; }
}

.ios-progress-text {
  color: rgba(255,255,255,.5);
  font-size: .55rem;
  font-weight: 500;
  letter-spacing: .3px;
  margin-top: 2px;
}

/* ── iCloud Sauvegarde mockup ── */
.s-card-img-icloud {
  background: linear-gradient(135deg, #007aff 0%, #5ac8fa 50%, #34aadc 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  overflow: visible;
}
.s-card-img-icloud::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.18) 0%, transparent 40%),
    radial-gradient(circle at 70% 70%, rgba(255,255,255,.08) 0%, transparent 40%);
  pointer-events: none;
}

.ios-icloud {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px 14px;
  gap: 4px;
  text-align: center;
}

.ios-icloud-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #5ac8fa 0%, #007aff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 122, 255, .35);
  margin-bottom: 4px;
}
.ios-icloud-icon svg { width: 30px; height: 30px; }

.ios-icloud-title {
  color: white;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: -.01em;
}
.ios-icloud-status {
  color: rgba(255,255,255,.6);
  font-size: .55rem;
  letter-spacing: .2px;
  margin-bottom: 6px;
}

.ios-progress-bar.icloud {
  background: linear-gradient(90deg, #5ac8fa 0%, white 100%);
}

.ios-checks {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 6px;
}
.ios-check {
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255,255,255,.1);
  padding: 4px 8px;
  border-radius: 6px;
  font-size: .55rem;
  color: rgba(255,255,255,.85);
  font-weight: 500;
}
.ios-check svg {
  width: 9px; height: 9px;
  color: #34d399;
  flex-shrink: 0;
}
.ios-check.done { color: white; }
.ios-check.active {
  color: rgba(255,255,255,.7);
}
.ios-spin {
  display: inline-block;
  font-size: .65rem;
  color: white;
  animation: iosSpin 1.2s linear infinite;
}
@keyframes iosSpin { to { transform: rotate(360deg); } }

/* ── Apple ID mockup ── */
.s-card-img-appleid {
  background: linear-gradient(135deg, #1d1d1f 0%, #3a3a3c 50%, #1d1d1f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  overflow: visible;
}
.s-card-img-appleid::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 30%, rgba(0, 122, 255, .25) 0%, transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(175, 82, 222, .15) 0%, transparent 50%);
  pointer-events: none;
}

.ios-appleid {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 14px 16px;
  gap: 6px;
  text-align: center;
}

.ios-apple-logo {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios-apple-logo svg { width: 32px; height: 32px; }

.ios-id-title {
  color: white;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}

.ios-faceid {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(0, 122, 255, .12);
  border: 1px solid rgba(0, 122, 255, .35);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 0;
  animation: faceidPulse 2.4s ease-in-out infinite;
}
.ios-faceid svg { width: 32px; height: 32px; }
@keyframes faceidPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 122, 255, .5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 122, 255, 0);
  }
}

.ios-id-status {
  color: rgba(255,255,255,.55);
  font-size: .55rem;
  letter-spacing: .2px;
  margin-bottom: 4px;
}

.ios-id-check {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(52, 211, 153, .15);
  border: 1px solid rgba(52, 211, 153, .3);
  padding: 5px 10px;
  border-radius: 100px;
  font-size: .58rem;
  color: #34d399;
  font-weight: 600;
}
.ios-id-check svg {
  width: 10px; height: 10px;
  color: #34d399;
}

/* ── Restauration mockup (featured tile, plus grand) ── */
.s-card-img-restore {
  background:
    radial-gradient(ellipse at 50% 0%, #1e3a8a 0%, transparent 60%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
}
.s-card-img-restore::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(0, 122, 255, .25) 0%, transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(88, 86, 214, .18) 0%, transparent 40%);
  pointer-events: none;
}
.s-card-img-restore .s-card-tag {
  top: 24px; left: 24px;
  z-index: 4;
}

.ios-mockup-large {
  width: 220px;
  height: 380px;
  z-index: 2;
}

.ios-screen-restore {
  background: linear-gradient(160deg, #000000 0%, #0a0a14 100%);
  position: relative;
}
.ios-screen-restore::before {
  content: '';
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 80px; height: 18px;
  background: black;
  border-radius: 12px;
  z-index: 5;
}

.ios-restore-glow {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(0, 122, 255, .4) 0%, transparent 60%);
  filter: blur(20px);
  animation: glowPulse 2.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes glowPulse {
  0%, 100% { opacity: .5; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

.ios-restore-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 22px 20px;
  gap: 12px;
  text-align: center;
  z-index: 2;
}

.ios-apple-big {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.4));
}
.ios-apple-big svg {
  width: 44px; height: 44px;
  animation: appleBreath 2.5s ease-in-out infinite;
}
@keyframes appleBreath {
  0%, 100% { opacity: .85; }
  50% { opacity: 1; }
}

.ios-restore-progress {
  width: 80%;
  height: 3px;
  background: rgba(255,255,255,.12);
  border-radius: 2px;
  overflow: hidden;
}
.ios-restore-bar {
  width: 76%;
  height: 100%;
  background: linear-gradient(90deg, #007aff 0%, #5ac8fa 50%, #007aff 100%);
  border-radius: 2px;
  background-size: 200% 100%;
  animation: shimmer 2s linear infinite, restoreProgress 4s ease-in-out infinite alternate;
  box-shadow: 0 0 8px rgba(0, 122, 255, .6);
}
@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
@keyframes restoreProgress {
  0% { width: 60%; }
  100% { width: 88%; }
}

.ios-restore-label {
  color: white;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: -.01em;
  margin-top: 4px;
}
.ios-restore-step {
  color: rgba(255,255,255,.55);
  font-size: .6rem;
  letter-spacing: .2px;
}

.ios-restore-stats {
  display: flex;
  gap: 18px;
  margin-top: 6px;
  padding: 10px 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px;
}
.ios-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.ios-stat-num {
  color: white;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
}
.ios-stat-label {
  color: rgba(255,255,255,.45);
  font-size: .5rem;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.ios-restore-check {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(52, 211, 153, .15);
  border: 1px solid rgba(52, 211, 153, .3);
  padding: 5px 10px;
  border-radius: 100px;
  font-size: .58rem;
  color: #34d399;
  font-weight: 600;
  margin-top: 4px;
}
.ios-restore-check svg {
  width: 10px; height: 10px;
  color: #34d399;
}

@media (max-width: 800px) {
  .s-card-img-restore { min-height: 380px; }
  .ios-mockup-large { width: 200px; height: 340px; }
}

.s-card-best .s-card-img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 480px;
}

.s-card-tag {
  position: absolute;
  top: 18px; left: 18px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  color: var(--apple-near-black);
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding: 6px 12px;
  border-radius: 100px;
  border: none;
  z-index: 2;
}

.s-card-body {
  padding: 36px 32px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex: 1;
}
.s-card-best .s-card-body {
  padding: 56px 56px 56px;
  justify-content: center;
}

.s-card-eyebrow {
  font-size: .82rem;
  font-weight: 500;
  color: var(--apple-gray);
  margin-bottom: 6px;
  letter-spacing: 0;
}
.s-card-best .s-card-eyebrow { color: rgba(255,255,255,.6); }

.s-card-icon { display: none; }

.s-card h3 {
  font-family: inherit;
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 600;
  color: var(--apple-near-black);
  letter-spacing: -.025em;
  line-height: 1.12;
  margin-bottom: 10px;
}
.s-card-best h3 { color: white; font-size: clamp(2rem, 3.5vw, 3rem); }

.s-card p {
  color: var(--apple-gray);
  font-size: .98rem;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: none;
}
.s-card-best p { color: rgba(255,255,255,.78); font-size: 1.1rem; max-width: 480px; }

.s-card-price {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 12px;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.s-card-best .s-card-price { justify-content: flex-start; margin-bottom: 28px; }
.s-card-price > span:first-child {
  font-family: inherit;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--apple-near-black);
  letter-spacing: -.025em;
}
.s-card-best .s-card-price > span:first-child { color: white; }
.s-card-time {
  font-size: .88rem;
  color: var(--apple-gray);
  text-transform: none;
  letter-spacing: 0;
}
.s-card-best .s-card-time { color: rgba(255,255,255,.5); }

.s-card-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.s-card-best .s-card-actions { justify-content: flex-start; }

/* Apple-style: primary blue pill + text link */
.btn-mini {
  background: var(--apple-link);
  color: white;
  padding: 9px 18px;
  border-radius: 980px;
  text-decoration: none;
  font-weight: 400;
  font-size: .92rem;
  border: none;
  letter-spacing: -.01em;
  transition: background .2s;
}
.btn-mini:hover { background: var(--apple-blue); color: white; }
.s-card-best .btn-mini { background: white; color: var(--apple-near-black); }
.s-card-best .btn-mini:hover { background: rgba(255,255,255,.85); color: var(--apple-near-black); }

.btn-mini-stripe {
  background: transparent;
  color: var(--apple-link);
  padding: 9px 0;
  border-radius: 0;
  text-decoration: none;
  font-weight: 400;
  font-size: .92rem;
  border: none;
  letter-spacing: -.01em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color .2s;
}
.btn-mini-stripe:hover { background: transparent; color: var(--apple-blue); transform: none; }
.btn-mini-stripe::after {
  content: '›';
  font-size: 1.2rem;
  line-height: 1;
}
.s-card-best .btn-mini-stripe { color: var(--apple-link); }

/* Payment strip - Apple minimalist */
.s-payment-strip {
  margin-top: 48px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: var(--apple-gray);
  max-width: 1024px;
  margin: 48px auto 0;
}
.s-payment-strip > span:first-child { color: var(--apple-near-black); font-weight: 500; }
.s-pay {
  background: white;
  border: 1px solid var(--apple-gray-light);
  padding: 4px 10px;
  border-radius: 6px;
  font-size: .72rem;
  letter-spacing: 0;
  color: var(--apple-near-black);
  font-weight: 500;
}
.s-secure {
  color: var(--apple-gray);
  margin-left: auto;
  font-weight: 400;
}

/* ── FOUNDER (Apple-style large showcase) ── */
.s-founder {
  background: var(--apple-near-black);
  color: white;
  padding: 100px 22px;
}
.s-founder-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: center;
}
.s-founder-photo img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: none;
}
.s-founder-text .s-eyebrow.gold { color: var(--apple-link); }
.s-founder-text h2 {
  font-family: inherit;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  color: white;
  margin: 12px 0 6px;
  letter-spacing: -.03em;
  line-height: 1.08;
}
.s-founder-text h2 em {
  font-style: normal;
  font-weight: 600;
  color: white;
}
.s-founder-role {
  color: var(--apple-gray);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 24px;
}
.s-founder-text p {
  color: rgba(255,255,255,.85);
  font-size: 1.1rem;
  line-height: 1.45;
  margin-bottom: 16px;
  font-weight: 400;
}
.s-founder-text strong { color: white; font-weight: 600; }

.s-founder-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 32px;
}
.s-founder-badges span {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: white;
  padding: 7px 14px;
  border-radius: 980px;
  font-size: .82rem;
  font-weight: 400;
}

.s-founder-cta {
  background: var(--apple-link);
  color: white;
  align-self: flex-start;
}
.s-founder-cta:hover { background: var(--apple-blue); }

/* ── FAQ (Apple style) ── */
.s-faq {
  background: var(--apple-white);
  padding: 100px 22px;
  max-width: none;
  margin: 0;
}
.s-faq .s-section-head { max-width: 820px; }
.s-faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--apple-gray-light);
}
.s-faq-list details {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--apple-gray-light);
  border-radius: 0;
  padding: 24px 8px;
  cursor: pointer;
  transition: none;
}
.s-faq-list details[open] {
  border-color: var(--apple-gray-light);
  box-shadow: none;
}
.s-faq-list summary {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--apple-near-black);
  letter-spacing: -.015em;
  position: relative;
  padding-right: 36px;
  outline: none;
  list-style: none;
}
.s-faq-list summary::-webkit-details-marker { display: none; }
.s-faq-list summary::after {
  content: '+';
  position: absolute;
  right: 4px;
  top: -4px;
  font-size: 1.8rem;
  font-weight: 200;
  color: var(--apple-near-black);
  transition: transform .25s;
}
.s-faq-list details[open] summary::after { transform: rotate(45deg); }
.s-faq-list details p {
  margin-top: 16px;
  color: var(--apple-gray);
  font-size: 1rem;
  line-height: 1.5;
}

/* ── CONTACT (Apple style) ── */
.s-contact {
  background: var(--apple-off);
  color: var(--apple-near-black);
  padding: 100px 22px;
  position: relative;
  overflow: visible;
}
.s-contact::before { display: none; }

.s-contact-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: start;
}
.s-contact-info .s-eyebrow.gold { color: var(--apple-link); }
.s-contact-info h2 {
  font-family: inherit;
  color: var(--apple-near-black);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 600;
  margin: 12px 0 14px;
  letter-spacing: -.03em;
  line-height: 1.08;
}
.s-contact-info > p {
  color: var(--apple-gray);
  margin-bottom: 32px;
  font-size: 1.05rem;
  line-height: 1.5;
}

.s-contact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: white;
  border: 1px solid var(--apple-gray-light);
  padding: 16px 20px;
  border-radius: 14px;
  text-decoration: none;
  transition: border-color .2s, transform .15s;
}
.s-contact-item:hover:not(.static) {
  border-color: var(--apple-near-black);
  transform: translateY(-1px);
}
.s-contact-item.static { cursor: default; }
.s-contact-icon {
  width: 38px; height: 38px;
  background: var(--apple-bg-tile);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}
.s-contact-item strong {
  display: block;
  font-size: .82rem;
  color: var(--apple-near-black);
  margin-bottom: 2px;
  font-weight: 500;
}
.s-contact-item span {
  font-size: .92rem;
  color: var(--apple-gray);
}

/* Contact form Apple style */
.s-contact-form {
  background: white;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: 1px solid var(--apple-gray-light);
  border-radius: 22px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.s-contact-form h3 {
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--apple-near-black);
  letter-spacing: -.02em;
  margin-bottom: 8px;
}
.s-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.s-contact-form input,
.s-contact-form select,
.s-contact-form textarea {
  background: var(--apple-bg-tile);
  border: 1px solid transparent;
  color: var(--apple-near-black);
  padding: 14px 16px;
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color .2s, background .2s;
  width: 100%;
}
.s-contact-form input::placeholder,
.s-contact-form textarea::placeholder { color: var(--apple-gray); }
.s-contact-form select { color: var(--apple-gray); }
.s-contact-form select:valid { color: var(--apple-near-black); }
.s-contact-form select option { color: var(--apple-near-black); background: white; }
.s-contact-form input:focus,
.s-contact-form select:focus,
.s-contact-form textarea:focus {
  border-color: var(--apple-link);
  background: white;
}
.s-form-submit {
  margin-top: 6px;
  background: var(--apple-link);
  color: white;
  padding: 13px;
  font-size: 1rem;
}
.s-form-submit:hover { background: var(--apple-blue); }
.s-form-success {
  display: none;
  background: rgba(48, 209, 88, .15);
  color: #0a8443;
  border: 1px solid rgba(48, 209, 88, .3);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: .9rem;
  font-weight: 500;
}
.s-form-success.show { display: block; }

/* ── FOOTER (Apple minimalist) ── */
.s-footer {
  background: var(--apple-off);
  color: var(--apple-gray);
  padding: 32px 22px 20px;
  position: relative;
  border-top: 1px solid var(--apple-gray-light);
}
.s-footer::before { display: none; }
.s-footer-inner {
  max-width: 1024px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.s-footer p {
  font-size: .8rem;
  margin-top: 4px;
  line-height: 1.5;
  max-width: 380px;
  color: var(--apple-gray);
}
.s-footer .logo {
  font-size: .9rem;
  color: var(--apple-near-black);
}
.s-footer .logo svg { display: none; }
.s-footer .logo span { color: var(--apple-near-black); font-weight: 600; }

.s-footer-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.s-footer-links a {
  color: var(--apple-gray);
  font-size: .78rem;
  text-decoration: none;
  transition: color .2s;
}
.s-footer-links a:hover { color: var(--apple-near-black); }
.s-footer-bottom {
  text-align: center;
  font-size: .72rem;
  color: var(--apple-gray);
  border-top: 1px solid var(--apple-gray-light);
  padding-top: 16px;
  max-width: 1024px;
  margin: 0 auto;
}

/* ── COOKIE BANNER (Apple subtle) ── */
body.simple .cookie-banner {
  bottom: 0;
  left: 0; right: 0;
  max-width: none;
  border-radius: 0;
  background: rgba(251, 251, 253, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--apple-gray-light);
  padding: 16px 22px;
  box-shadow: none;
}
body.simple .cookie-content {
  max-width: 1024px;
  margin: 0 auto;
}
body.simple .cookie-text strong { color: var(--apple-near-black); font-size: .85rem; }
body.simple .cookie-text p { color: var(--apple-gray); font-size: .78rem; }
body.simple .cookie-accept {
  background: var(--apple-link);
  color: white;
}
body.simple .cookie-accept:hover { background: var(--apple-blue); }
body.simple .cookie-refuse {
  background: white;
  border: 1px solid var(--apple-gray-light);
  color: var(--apple-near-black);
}

body.simple .back-to-top {
  background: var(--apple-near-black);
  bottom: 90px;
}
body.simple .back-to-top:hover { background: black; }

/* ── RESPONSIVE ── */
@media (max-width: 800px) {
  .s-trust { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .s-services-grid { grid-template-columns: 1fr; }
  .s-card-best { grid-column: auto; grid-template-columns: 1fr; min-height: auto; }
  .s-card-best .s-card-img { aspect-ratio: 16/10; min-height: auto; height: auto; }
  .s-card-best .s-card-body { padding: 36px 32px; }
  .s-founder-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .s-founder-photo { max-width: 320px; margin: 0 auto; }
  .s-founder-badges, .s-founder-cta { justify-content: center; align-self: center; }
  .s-contact-inner { grid-template-columns: 1fr; gap: 40px; }
  .s-form-row { grid-template-columns: 1fr; }
  .s-payment-strip { font-size: .76rem; }
  .s-secure { margin-left: 0; }
  .s-footer-inner { flex-direction: column; align-items: flex-start; }
  .s-hero-product img { aspect-ratio: 4/3; }
}

@media (max-width: 500px) {
  .s-hero { padding: 80px 20px 56px; }
  .s-services, .s-founder, .s-faq, .s-contact { padding: 70px 20px; }
  .s-card-body { padding: 28px 24px; }
  .s-card-best .s-card-body { padding: 28px 24px; }
  .s-contact-form { padding: 28px; }
  body.simple .nav-links li:not(:last-child) { display: none; }
  .s-card h3 { font-size: 1.4rem; }
  .s-card-best h3 { font-size: 1.8rem; }
  .s-trust strong { font-size: 1.6rem; }
}

/* ── LANGUAGE SWITCHER (FR/EN button) ── */
body.simple .lang-switch a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 12px !important;
  border: 1px solid var(--apple-gray-light);
  border-radius: 100px;
  font-size: .75rem !important;
  font-weight: 500 !important;
  color: var(--apple-near-black) !important;
  letter-spacing: .5px !important;
  transition: all .2s;
}
body.simple .lang-switch a:hover {
  border-color: var(--apple-near-black);
  background: var(--apple-bg-tile);
  opacity: 1 !important;
}
body.simple .lang-switch a::before {
  content: '🌐';
  font-size: .9rem;
  margin-right: 2px;
}

/* ── Transfert de données mockup ── */
.s-card-img-transfer {
  background: linear-gradient(135deg, #34c759 0%, #30d158 50%, #00d4aa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  overflow: visible;
}
.s-card-img-transfer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.08) 0%, transparent 40%);
  pointer-events: none;
}

.ios-transfer {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px 14px;
  gap: 6px;
  text-align: center;
}

.ios-transfer-arrows {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.ios-phone-mini {
  width: 22px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ios-phone-mini svg { width: 22px; height: 32px; }

.ios-arrow-flow {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}
.ios-arrow-flow span {
  display: block;
  width: 14px;
  height: 1.5px;
  background: white;
  border-radius: 1px;
  position: relative;
  animation: arrowFlow 1.4s ease-in-out infinite;
  opacity: 0;
}
.ios-arrow-flow span::after {
  content: '';
  position: absolute;
  right: -1px; top: -2px;
  width: 0; height: 0;
  border-left: 4px solid white;
  border-top: 2.5px solid transparent;
  border-bottom: 2.5px solid transparent;
}
.ios-arrow-flow span:nth-child(1) { animation-delay: 0s; }
.ios-arrow-flow span:nth-child(2) { animation-delay: .2s; }
.ios-arrow-flow span:nth-child(3) { animation-delay: .4s; }
@keyframes arrowFlow {
  0%, 100% { opacity: .2; transform: translateX(-3px); }
  50% { opacity: 1; transform: translateX(3px); }
}

.ios-transfer-title {
  color: white;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: -.01em;
}
.ios-transfer-status {
  color: rgba(255,255,255,.7);
  font-size: .58rem;
  letter-spacing: .2px;
  margin-bottom: 4px;
}
.ios-progress-bar.transfer {
  background: linear-gradient(90deg, white 0%, rgba(255,255,255,.6) 100%);
  width: 82%;
}
