/**
 * OkDak Pro Landing — overrides index + start (Ink Studio)
 * Chargé après index-page.css / start-page.css
 */

/* ——— INDEX ——— */

body.page-index.index-cards-focus .tools-section {
  max-width: min(72rem, 100%);
  padding-top: 1rem;
}

body.page-index .index-hero-atmosphere__glow {
  opacity: 0.35;
  background: radial-gradient(
    ellipse 55% 40% at 50% 40%,
    rgba(var(--okdak-accent-rgb, 45, 212, 191), 0.14) 0%,
    transparent 70%
  );
  filter: none;
}

body.page-index .index-hero-atmosphere__blob {
  filter: blur(100px);
  opacity: 0.22;
  animation: none;
}

body.page-index .index-hero-atmosphere__blob--a {
  background: rgba(var(--okdak-accent-rgb, 45, 212, 191), 0.35);
}

/* Marque hero — sans glow */
body.page-index.index-cards-focus .index-focus-brand__mark::before {
  display: none;
}

body.page-index.index-cards-focus .index-focus-brand__logo--on-dark,
body.light-theme.page-index.index-cards-focus .index-focus-brand__logo--on-light {
  animation: none;
  filter: none;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

body.light-theme.page-index.index-cards-focus .index-focus-brand__logo--on-light {
  box-shadow: 0 0 0 1px rgba(24, 24, 27, 0.08);
}

body.page-index.index-cards-focus .index-focus-brand__name {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-weight: 800;
  letter-spacing: -0.06em;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
  text-shadow: none;
}

body.light-theme.page-index.index-cards-focus .index-focus-brand__name {
  color: #09090b;
  -webkit-text-fill-color: #09090b;
}

body.page-index.index-cards-focus .index-focus-title {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
  max-width: 22em;
}

body.page-index.index-cards-focus .index-focus-title .brand-highlight {
  color: var(--okdak-accent-soft, #5eead4);
  -webkit-text-fill-color: var(--okdak-accent-soft, #5eead4);
}

body.light-theme.page-index.index-cards-focus .index-focus-title,
body.light-theme.page-index .index-focus-hero .index-focus-title {
  color: #09090b;
  -webkit-text-fill-color: #09090b;
}

body.light-theme.page-index.index-cards-focus .index-focus-title .brand-highlight {
  color: var(--okdak-accent-deep, #0d9488);
  -webkit-text-fill-color: var(--okdak-accent-deep, #0d9488);
}

body.page-index.index-cards-focus .index-focus-subtitle {
  color: var(--apple-text-secondary);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 28rem;
}

body.page-index .index-hero-stage {
  gap: 2rem;
  min-height: min(78vh, 40rem);
  margin-bottom: 1.5rem;
}

body.page-index .index-hero-stage__copy .index-ia-search__suggestions,
body.page-index .index-hero-stage__copy .index-cta-hint,
body.page-index .index-hero-stage__copy .index-ia-search__hint {
  display: none;
}

/* Composer = CTA principal */
body.page-index .index-ia-search__box {
  border-radius: 14px;
  border: 1px solid var(--apple-border-strong);
  background: rgba(24, 24, 27, 0.55);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

body.page-index .index-ia-search__box:focus-within {
  border-color: color-mix(in srgb, var(--okdak-accent) 55%, transparent);
  box-shadow: 0 0 0 3px rgba(var(--okdak-accent-rgb), 0.18);
}

body.page-index .index-ia-search__submit {
  border-radius: 10px;
  background: var(--okdak-accent-deep, #14b8a6);
  color: #042f2e;
  font-weight: 700;
  box-shadow: none;
}

body.page-index .index-ia-search__submit:hover {
  background: var(--okdak-accent-soft, #5eead4);
  transform: translateY(-1px);
  box-shadow: none;
}

body.light-theme.page-index .index-ia-search__box {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(24, 24, 27, 0.12);
}

body.light-theme.page-index .index-ia-search__submit {
  color: #fff;
  background: var(--okdak-accent, #0f766e);
}

body.light-theme.page-index .index-ia-search__submit:hover {
  background: var(--okdak-accent-deep, #0d9488);
}

/* Preview produit — plan dominant, pas carte flottante */
body.page-index .index-hero-preview {
  border-radius: 12px;
  border: 1px solid var(--apple-border);
  background: #0c0c0e;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  animation: okdak-pro-rise 0.85s var(--apple-ease-out) 0.15s both;
}

body.light-theme.page-index .index-hero-preview {
  background: #fff;
  box-shadow: 0 16px 40px rgba(24, 24, 27, 0.1);
  border-color: rgba(24, 24, 27, 0.08);
}

body.page-index .index-hero-preview__url {
  border-radius: 6px;
}

/* Social proof & chips — sous le hero */
body.page-index .index-pro-below {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.75rem;
}

body.page-index .index-social-proof {
  margin: 0;
  color: var(--apple-text-tertiary);
  font-size: 0.9rem;
}

body.page-index .index-pro-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

body.page-index .index-pro-chips .index-ia-search__chip {
  border-radius: 8px;
  border: 1px solid var(--apple-border);
  background: transparent;
  color: var(--apple-text-secondary);
  font-size: 0.8rem;
  padding: 0.4rem 0.75rem;
}

body.page-index .index-pro-chips .index-ia-search__chip:hover {
  border-color: color-mix(in srgb, var(--okdak-accent) 45%, transparent);
  color: var(--apple-text);
  background: rgba(var(--okdak-accent-rgb), 0.08);
}

body.page-index .index-cta-hint {
  margin: 0;
  text-align: center;
  color: var(--apple-text-tertiary);
  font-size: 0.88rem;
}

body.page-index .index-cta-hint a {
  color: var(--okdak-accent-soft);
  text-decoration: none;
  font-weight: 600;
}

body.light-theme.page-index .index-cta-hint a {
  color: var(--okdak-accent-deep);
}

@media (min-width: 960px) {
  body.page-index .index-hero-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 2.5rem 3rem;
    align-items: center;
  }

  body.page-index .index-hero-stage__copy {
    align-items: flex-start;
    text-align: left;
  }

  body.page-index .index-hero-stage__copy .section-header--cards-focus,
  body.page-index .index-hero-stage__copy .index-focus-subtitle,
  body.page-index .index-hero-stage__copy .index-focus-title {
    text-align: left;
    margin-inline: 0;
  }

  body.page-index.index-cards-focus .index-focus-brand {
    align-items: flex-start;
  }

  body.page-index .index-hero-stage__visual {
    max-width: none;
    margin: 0;
  }

  body.page-index .index-hero-preview {
    border-radius: 0 0 0 12px;
    margin-right: calc(-1 * clamp(1.25rem, 4vw, 2rem));
  }
}

@keyframes okdak-pro-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes okdak-pro-fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.page-index .index-hero-stage__copy {
  animation: okdak-pro-fade 0.7s var(--apple-ease-out) both;
}

/* ——— START ——— */

body.page-start {
  font-family: var(--okdak-font-body, Manrope, sans-serif);
}

body.page-start::after {
  background:
    linear-gradient(105deg, transparent 45%, rgba(var(--okdak-accent-rgb), 0.035) 100%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(var(--okdak-accent-rgb), 0.05), transparent 70%);
}

body.page-start .start-scroll-progress__fill {
  background: var(--okdak-accent);
}

body.page-start .start-logo__mark {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-weight: 800;
  letter-spacing: -0.05em;
}

body.page-start .start-hero {
  padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 4vw, 2.5rem) clamp(2.5rem, 6vw, 4rem);
  min-height: min(88vh, 52rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.page-start .start-hero__aurora,
body.page-start .start-hero__aurora-blob {
  opacity: 0.35;
  filter: blur(80px);
}

body.page-start .start-kicker {
  font-family: var(--okdak-font-body, Manrope, sans-serif);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okdak-accent);
  margin-bottom: 0.85rem;
}

body.page-start .start-title {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0.85rem;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  background: none;
}

body.page-start .start-brand-hero {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(2.75rem, 7vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.95;
  margin: 0;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
  display: block;
}

body.page-start .start-title__line {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  display: block;
}

body.page-start .start-title__accent {
  color: var(--okdak-accent-soft, #5eead4);
  -webkit-text-fill-color: var(--okdak-accent-soft, #5eead4);
}

body.light-theme.page-start .start-title,
html[data-okdak-theme="light"] body.page-start .start-title,
body.light-theme.page-start .start-brand-hero,
body.light-theme.page-start .start-title__line {
  color: #09090b;
  -webkit-text-fill-color: #09090b;
}

body.light-theme.page-start .start-title__accent,
html[data-okdak-theme="light"] body.page-start .start-title__accent {
  color: var(--okdak-accent-deep, #0d9488);
  -webkit-text-fill-color: var(--okdak-accent-deep, #0d9488);
}

body.page-start .start-subtitle {
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--apple-text-secondary);
  max-width: 28rem;
  margin-bottom: 1.5rem;
}

body.page-start .start-cta {
  border-radius: 10px;
  font-family: var(--okdak-font-body, Manrope, sans-serif);
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.page-start .start-cta--primary {
  background: var(--okdak-accent-deep, #14b8a6);
  color: #042f2e;
  box-shadow: none;
}

body.page-start .start-cta--primary::after {
  display: none;
}

body.page-start .start-cta--primary:hover {
  background: var(--okdak-accent-soft, #5eead4);
  transform: translateY(-1px);
  box-shadow: none;
}

body.light-theme.page-start .start-cta--primary {
  color: #fff;
  background: var(--okdak-accent, #0f766e);
}

body.page-start .start-cta--ghost {
  border: 1px solid var(--apple-border-strong);
  background: transparent;
}

/* Trust / social — hors du premier viewport conceptuel */
body.page-start .start-hero .start-trust-badges,
body.page-start .start-hero .start-social-proof {
  display: none;
}

body.page-start .start-pro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
  padding: 1.25rem clamp(1rem, 4vw, 2.5rem) 0;
  margin: 0 auto 2rem;
  max-width: 1100px;
  color: var(--apple-text-tertiary);
  font-size: 0.88rem;
  list-style: none;
}

body.page-start .start-pro-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

body.page-start .start-pro-trust svg {
  width: 1rem;
  height: 1rem;
  color: var(--okdak-accent);
}

/* Mockup — un seul ancrage visuel */
body.page-start .start-phone--hero {
  display: none;
}

body.page-start .start-hero__devices::after {
  display: none;
}

body.page-start .start-mockup__browser {
  border-radius: 12px;
  border: 1px solid var(--apple-border);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.35);
  animation: okdak-pro-rise 0.9s var(--apple-ease-out) 0.2s both;
}

body.page-start .start-mockup--browser .start-mockup__browser::before,
body.page-start .start-mockup--browser .start-mockup__browser::after {
  display: none;
}

body.page-start .start-preview-scroll__chip,
body.page-start .start-preview-scroll__badge,
body.page-start .start-phone__ring,
body.page-start .start-phone__glow {
  display: none !important;
}

body.page-start .start-hero__copy {
  animation: okdak-pro-fade 0.75s var(--apple-ease-out) both;
}

@media (max-width: 900px) {
  body.page-start .start-brand-hero {
    font-size: clamp(2.4rem, 12vw, 3.25rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-index .index-hero-preview,
  body.page-index .index-hero-stage__copy,
  body.page-start .start-mockup__browser,
  body.page-start .start-hero__copy {
    animation: none;
  }
}

/* ——— AUTH ——— */

body.page-auth.auth-app {
  font-family: var(--okdak-font-body, Manrope, sans-serif);
}

body.page-auth .auth-header {
  margin-bottom: 1.75rem;
  animation: okdak-pro-fade 0.7s var(--apple-ease-out) both;
}

body.page-auth .auth-kicker {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okdak-accent);
}

body.page-auth.auth-app h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  margin-bottom: 0.85rem;
}

body.page-auth .auth-brand {
  display: block;
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(2.5rem, 8vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
}

body.page-auth .auth-welcome-line {
  display: block;
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(1.15rem, 3vw, 1.4rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  color: var(--apple-text-secondary);
  -webkit-text-fill-color: var(--apple-text-secondary);
}

body.page-auth.auth-app .auth-header h1 strong,
body.page-auth .auth-brand {
  color: var(--apple-text);
}

body.page-auth .auth-lead {
  max-width: 28rem;
  margin-inline: auto;
  font-size: 0.98rem;
  line-height: 1.55;
}

body.page-auth .form-wrapper {
  width: min(26rem, 100%);
  animation: okdak-pro-rise 0.8s var(--apple-ease-out) 0.08s both;
}

body.page-auth .auth-panel {
  border-radius: 14px;
  border: 1px solid var(--apple-border);
  background: rgba(24, 24, 27, 0.55);
  box-shadow: var(--apple-shadow-card);
}

body.light-theme.page-auth .auth-panel,
html[data-okdak-theme="light"] body.page-auth .auth-panel {
  background: rgba(255, 255, 255, 0.92);
}

body.page-auth .auth-tabs {
  border-radius: 10px;
  background: var(--apple-fill-tertiary);
  border: 1px solid var(--apple-border);
  padding: 0.25rem;
}

body.page-auth .auth-tabs .tab {
  border-radius: 8px;
  font-family: var(--okdak-font-body, Manrope, sans-serif);
  font-weight: 600;
}

body.page-auth .auth-tabs .tab.active {
  background: var(--okdak-accent-deep, #14b8a6);
  color: #042f2e;
  box-shadow: none;
}

body.light-theme.page-auth .auth-tabs .tab.active {
  color: #fff;
  background: var(--okdak-accent, #0f766e);
}

body.page-auth .auth-btn--primary {
  border-radius: 10px;
  background: var(--okdak-accent-deep, #14b8a6);
  color: #042f2e;
  font-weight: 700;
  box-shadow: none;
}

body.page-auth .auth-btn--primary:hover {
  background: var(--okdak-accent-soft, #5eead4);
  transform: translateY(-1px);
  box-shadow: none;
}

body.light-theme.page-auth .auth-btn--primary {
  color: #fff;
  background: var(--okdak-accent, #0f766e);
}

body.page-auth .auth-btn--secondary {
  border-radius: 10px;
  border: 1px solid var(--apple-border-strong);
  background: transparent;
}

body.page-auth .input-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--apple-text-tertiary);
}

body.page-auth .input-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

body.page-auth .input-group--password .toggle-pwd.is-active {
  background: rgba(var(--okdak-accent-rgb), 0.12);
  color: var(--okdak-accent);
}

body.page-auth .toggle-pwd {
  font-size: 0;
  color: var(--apple-text-tertiary);
}

body.page-auth .toggle-pwd::before {
  content: "";
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* ——— ABONNEMENT ——— */

body.page-abonnement {
  font-family: var(--okdak-font-body, Manrope, sans-serif);
}

body.page-abonnement .abonnement-hero {
  /* Laisse la place à .okdak-top-actions (fixed ~69px) pour éviter le chevauchement du brand */
  padding: max(5.75rem, calc(env(safe-area-inset-top, 0px) + 4.75rem)) 1.25rem 1.5rem;
  animation: okdak-pro-fade 0.7s var(--apple-ease-out) both;
}

body.page-abonnement .abonnement-kicker {
  color: var(--okdak-accent);
  font-weight: 600;
  letter-spacing: 0.08em;
}

body.page-abonnement .abonnement-brand {
  display: block;
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(2.5rem, 7vw, 3.75rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin: 0 0 0.55rem;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
}

body.page-abonnement .abonnement-title {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(1.35rem, 3.2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
  margin: 0 0 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

body.light-theme.page-abonnement .abonnement-title,
html[data-okdak-theme="light"] body.page-abonnement .abonnement-title,
body.light-theme.page-abonnement .abonnement-brand {
  color: #09090b;
  -webkit-text-fill-color: #09090b;
}

body.page-abonnement .abonnement-subtitle {
  max-width: 32rem;
  margin: 0 auto 1.25rem;
  color: var(--apple-text-secondary);
  font-size: 1.02rem;
  line-height: 1.55;
}

body.page-abonnement .status-card {
  border-radius: 12px;
  border: 1px solid var(--apple-border);
  background: rgba(24, 24, 27, 0.5);
}

body.light-theme.page-abonnement .status-card {
  background: rgba(255, 255, 255, 0.92);
}

body.page-abonnement .billing-toggle__btn {
  border-radius: 999px;
  font-weight: 600;
}

/* Fond géré par .billing-toggle__slider — pas de double fill */
body.page-abonnement .billing-toggle__btn.is-active {
  background: transparent;
  color: #042f2e;
}

body.light-theme.page-abonnement .billing-toggle__btn.is-active {
  color: #042f2e;
  background: transparent;
}

body:not(.light-theme).page-abonnement .billing-toggle__btn.is-active {
  color: #042f2e;
}

body.page-abonnement .plan {
  border: 1px solid var(--apple-border);
  border-radius: 14px;
  background: var(--apple-bg-elevated);
  min-height: 0;
}

body.page-abonnement .plan h2,
body.page-abonnement .plan-pro-title {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  color: var(--apple-text);
  letter-spacing: -0.03em;
}

body.page-abonnement .plan-price,
body.page-abonnement .plan-price--starter,
body.page-abonnement .plan-price--pro,
body.page-abonnement .pro-kicker {
  color: var(--okdak-accent-soft, #5eead4);
}

body.light-theme.page-abonnement .plan-price,
body.light-theme.page-abonnement .plan-price--starter,
body.light-theme.page-abonnement .plan-price--pro,
body.light-theme.page-abonnement .pro-kicker {
  color: var(--okdak-accent-deep, #0d9488);
}

body.page-abonnement .plan-starter-badge,
body.page-abonnement .plan-reco-badge {
  border-radius: 8px;
  font-weight: 700;
  box-shadow: none;
  animation: none;
}

body.page-abonnement .plan-starter-badge {
  background: var(--okdak-accent-deep, #14b8a6);
  color: #042f2e;
}

body.page-abonnement .plan-reco-badge {
  background: transparent;
  color: var(--apple-text-secondary);
  border: 1px solid var(--apple-separator, rgba(255, 255, 255, 0.14));
  font-weight: 600;
}

body.light-theme.page-abonnement .plan-reco-badge,
html[data-okdak-theme="light"] body.page-abonnement .plan-reco-badge {
  border-color: rgba(0, 0, 0, 0.12);
  color: #52525b;
}

body.page-abonnement .abonnement-title__accent {
  color: var(--okdak-accent-soft, #5eead4);
}

body.light-theme.page-abonnement .abonnement-title__accent,
html[data-okdak-theme="light"] body.page-abonnement .abonnement-title__accent {
  color: var(--okdak-accent-deep, #0d9488);
}

body.page-abonnement .abonnement-inclus-note {
  text-align: center;
  font-size: 0.9rem;
  color: var(--apple-text-tertiary, #71717a);
  margin: -0.35rem auto 1.5rem;
  max-width: 34rem;
  line-height: 1.45;
}

body.page-abonnement .stripe-button,
body.page-abonnement .btn-pro,
body.page-abonnement .btn-starter {
  border-radius: 10px;
  font-weight: 700;
  box-shadow: none;
  background: var(--okdak-accent-deep, #14b8a6);
  color: #042f2e;
  border: none;
}

body.page-abonnement .stripe-button:hover,
body.page-abonnement .btn-pro:hover,
body.page-abonnement .btn-starter:hover {
  background: var(--okdak-accent-soft, #5eead4);
  transform: translateY(-1px);
}

body.light-theme.page-abonnement .stripe-button,
body.light-theme.page-abonnement .btn-pro,
body.light-theme.page-abonnement .btn-starter {
  color: #fff;
  background: var(--okdak-accent, #0f766e);
}

body.page-abonnement .badge.pro {
  background: var(--okdak-accent-deep);
  color: #042f2e;
}

body.page-abonnement .abo-quota__title {
  font-family: var(--okdak-font-display, Syne, sans-serif);
}

body.page-abonnement .comparison-section h2,
body.page-abonnement .faq-section h2 {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  letter-spacing: -0.03em;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
}

body.page-abonnement .abonnement-section {
  animation: okdak-pro-rise 0.85s var(--apple-ease-out) 0.1s both;
}

@media (prefers-reduced-motion: reduce) {
  body.page-auth .auth-header,
  body.page-auth .form-wrapper,
  body.page-abonnement .abonnement-hero,
  body.page-abonnement .abonnement-section {
    animation: none;
  }
}

/* ——— Feature band : messagerie E2E ——— */

.okdak-feature-band {
  position: relative;
  z-index: 1;
  margin: 2rem 0 2.5rem;
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.1rem, 3vw, 2rem);
  border-radius: 14px;
  border: 1px solid color-mix(in srgb, var(--okdak-accent) 35%, var(--apple-border));
  background:
    linear-gradient(145deg, rgba(var(--okdak-accent-rgb), 0.1) 0%, transparent 55%),
    rgba(24, 24, 27, 0.45);
  overflow: hidden;
}

body.light-theme .okdak-feature-band,
html[data-okdak-theme="light"] .okdak-feature-band {
  background:
    linear-gradient(145deg, rgba(var(--okdak-accent-rgb), 0.08) 0%, transparent 55%),
    rgba(255, 255, 255, 0.88);
}

.okdak-feature-band__inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.okdak-feature-band__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okdak-accent);
}

.okdak-feature-band__kicker svg {
  width: 0.95rem;
  height: 0.95rem;
}

.okdak-feature-band h2 {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: var(--apple-text);
  -webkit-text-fill-color: var(--apple-text);
  background: none;
}

.okdak-feature-band__lead {
  margin: 0 0 1.25rem;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--apple-text-secondary);
}

.okdak-feature-band__note {
  margin: -0.35rem 0 1.25rem;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid var(--apple-border);
  background: rgba(var(--okdak-accent-rgb), 0.06);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--apple-text-secondary);
  text-align: left;
}

.okdak-feature-band__note strong {
  color: var(--apple-text);
  font-weight: 650;
}

.okdak-feature-band__points {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.1rem;
}

.okdak-feature-band__points li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--apple-text);
}

.okdak-feature-band__points svg {
  width: 1rem;
  height: 1rem;
  color: var(--okdak-accent);
  flex-shrink: 0;
}

.okdak-feature-band__cta {
  margin: 0;
  font-size: 0.9rem;
  color: var(--apple-text-tertiary);
}

.okdak-feature-band__cta a {
  color: var(--okdak-accent-soft, #5eead4);
  font-weight: 700;
  text-decoration: none;
}

.okdak-feature-band__cta a:hover {
  text-decoration: underline;
}

body.light-theme .okdak-feature-band__cta a,
html[data-okdak-theme="light"] .okdak-feature-band__cta a {
  color: var(--okdak-accent-deep, #0d9488);
}

body.page-index .okdak-feature-band {
  max-width: min(68rem, 100%);
  margin-left: auto;
  margin-right: auto;
}

body.page-start .okdak-feature-band {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
}

body.page-auth .okdak-feature-band--compact {
  max-width: 26rem;
  margin: 0 auto 1.5rem;
  padding: 1rem 1.15rem;
  text-align: left;
}

body.page-auth .okdak-feature-band--compact .okdak-feature-band__inner {
  text-align: left;
  max-width: none;
}

body.page-auth .okdak-feature-band--compact h2 {
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

body.page-auth .okdak-feature-band--compact .okdak-feature-band__lead {
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* Messagerie / E2E — scrambleText (Anime.js) */
[data-okdak-scramble].is-scrambling {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.04em;
  font-variant-ligatures: none;
}

.msg-e2e-label.is-scrambling {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  letter-spacing: 0.03em;
}
