/**
 * Landing — blocs produit (Studio / Messages / IA / Appel)
 * + structure spine / footer. Polices = start-page (Syne hero, sections 1.35rem).
 */

/* Hero d’origine : marque grande, sous-ligne secondaire */
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.07em;
  line-height: 0.92;
}

body.page-start .start-title__line {
  font-family: var(--okdak-font-display, Syne, sans-serif);
  font-size: clamp(1.2rem, 2.8vw, 1.65rem);
  font-weight: 650;
  letter-spacing: -0.025em;
}

.okdak-feature-band h2,
.okdak-composer-band h2 {
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.okdak-feature-band__lead {
  font-size: 0.9rem;
}

/* ——— Système + spine ——— */
.start-system {
  padding: clamp(3.5rem, 8vw, 6.5rem) clamp(1.15rem, 4vw, 2.5rem) 1.5rem;
  text-align: center;
}

.start-system__inner {
  max-width: 42rem;
  margin: 0 auto 1.25rem;
}

.start-system h2 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

.start-system__lead {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--apple-text-secondary, #86868b);
}

.start-motion-nav {
  position: sticky;
  top: 4.1rem;
  z-index: 24;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  list-style: none;
  margin: 0 auto;
  padding: 0.55rem 0.65rem;
  max-width: 56rem;
  background: color-mix(in srgb, var(--apple-bg-page, #09090b) 78%, transparent);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.start-motion-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  color: var(--apple-text-secondary, #86868b);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: background 0.2s ease, color 0.2s ease;
}

.start-motion-nav a .start-motion-nav__n {
  font-variant-numeric: tabular-nums;
  font-size: 0.75rem;
  opacity: 0.7;
}

.start-motion-nav a:hover,
.start-motion-nav a.is-active {
  color: var(--apple-text, #f4f4f5);
  background: rgba(45, 212, 191, 0.14);
}

.start-motion-nav a.is-active {
  color: var(--okdak-accent-soft, #5eead4);
}

html[data-okdak-theme="light"] .start-motion-nav,
body.light-theme .start-motion-nav {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-okdak-theme="light"] .start-motion-nav a.is-active,
body.light-theme .start-motion-nav a.is-active {
  color: #0f766e;
  background: rgba(15, 118, 110, 0.1);
}

@media (max-width: 720px) {
  .start-motion-nav {
    top: 3.4rem;
    border-radius: 16px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .start-motion-nav::-webkit-scrollbar { display: none; }
  .start-motion-nav a { white-space: nowrap; }
}

/* ——— Panneaux motion ——— */
.start-motion {
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.15rem, 4vw, 2.5rem);
  scroll-margin-top: 6.5rem;
}

.start-motion__grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(1.75rem, 5vw, 4rem);
  align-items: center;
}

.start-motion--flip .start-motion__grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.start-motion--flip .start-motion__copy {
  order: 2;
}

.start-motion__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--okdak-accent, #2dd4bf);
}

.start-motion__kicker .start-motion__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--okdak-accent, #2dd4bf) 45%, transparent);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.start-motion h2 {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

.start-motion__lead {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--apple-text-secondary, #86868b);
  max-width: 34rem;
}

.start-motion__points {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.start-motion__points li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.45;
}

.start-motion__points svg {
  width: 1.1rem;
  height: 1.1rem;
  flex-shrink: 0;
  margin-top: 0.12rem;
  color: var(--okdak-accent, #2dd4bf);
}

.start-motion__visual {
  min-width: 0;
}

.start-motion__frame {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.55);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

html[data-okdak-theme="light"] .start-motion__frame,
body.light-theme .start-motion__frame {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 860px) {
  .start-motion__grid,
  .start-motion--flip .start-motion__grid {
    grid-template-columns: 1fr;
  }
  .start-motion--flip .start-motion__copy {
    order: 0;
  }
}

/* Feature bands existants : ancrage spine */
body.page-start .okdak-feature-band,
body.page-start .start-preview-scroll,
body.page-start .start-templates,
body.page-start .start-modules {
  scroll-margin-top: 6.5rem;
}

body.page-start .start-preview-scroll {
  padding-top: 2rem;
}

/* ——— Preuve compacte (chiffres) ——— */
.start-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 4vw, 2.5rem) clamp(2.5rem, 5vw, 4rem);
  list-style: none;
}

.start-proof li {
  text-align: center;
  padding: 1.15rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(24, 24, 27, 0.35);
}

.start-proof strong {
  display: block;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.start-proof span {
  font-size: 0.85rem;
  color: var(--apple-text-secondary, #86868b);
}

html[data-okdak-theme="light"] .start-proof li,
body.light-theme .start-proof li {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 640px) {
  .start-proof {
    grid-template-columns: 1fr;
  }
}

/* ——— Footer colonnes ——— */
body.page-start .start-footer {
  text-align: left;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.15rem, 4vw, 2.5rem) 1.5rem;
}

.start-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 1.75rem 2rem;
  max-width: 1100px;
  margin: 0 auto 2rem;
}

.start-footer__brand {
  font-family: var(--okdak-font-display, "Syne", sans-serif);
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 0.45rem;
  color: var(--apple-text, #f4f4f5);
}

.start-footer__tag {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--apple-text-secondary, #86868b);
  max-width: 16rem;
}

.start-footer__col h3 {
  margin: 0 0 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--apple-text-secondary, #86868b);
  font-weight: 650;
}

.start-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.start-footer__col a {
  color: var(--apple-text, #f4f4f5) !important;
  font-size: 0.92rem;
}

.start-footer__col a:hover {
  color: var(--okdak-accent, #2dd4bf) !important;
}

.start-footer__legal {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
  font-size: 0.8rem;
}

.start-footer__legal a {
  color: var(--apple-text-secondary, #86868b) !important;
}

@media (max-width: 800px) {
  .start-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .start-footer__grid {
    grid-template-columns: 1fr;
  }
}

body.page-index .index-system {
  padding-top: 2.5rem;
}

body.page-index .start-motion-nav {
  top: 0.75rem;
}

body.page-index .index-footer-minimal {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  body.page-index .index-footer-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem 1rem;
  }
}

.start-motion__frame .start-mockup {
  margin: 0;
}

.start-motion__frame .start-mockup__browser {
  box-shadow: none;
}

.start-motion__frame .start-mockup__preview {
  min-height: 220px;
  background: #0c0c0e;
}

body.page-index .index-modeles,
body.page-index .okdak-feature-band,
body.page-index .index-faq,
body.page-index #indexIaSearch {
  scroll-margin-top: 5.5rem;
}

/* ——— Scène produit Attio : collage sous le copy ——— */
body.page-start .start-hero {
  overflow: visible;
  text-align: center;
}

body.page-start .start-hero__grid {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: min(1100px, 100%);
  margin: 0 auto;
  gap: clamp(1.75rem, 4vw, 2.75rem);
}

body.page-start .start-hero__copy {
  max-width: 38rem;
  margin: 0 auto;
  text-align: center;
}

body.page-start .start-cta-row {
  justify-content: center;
}

body.page-start .start-brand-hero {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

body.page-start #indexIaSearch {
  margin-left: auto;
  margin-right: auto;
}

body.page-index .index-hero-stage {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  text-align: center;
}

body.page-index .index-hero-cta {
  justify-content: center;
}

body.page-start .start-hero__devices.start-product-stage,
body.page-index .start-product-stage--index {
  width: 100%;
  max-width: 980px !important;
  height: clamp(24rem, 52vw, 32rem) !important;
  min-height: 24rem !important;
  margin: 0 auto;
  overflow: visible !important;
  border-radius: 0;
  aspect-ratio: auto !important;
  transform:
    perspective(1600px)
    rotateX(calc(var(--ry, 0) * -5deg))
    rotateY(calc(var(--rx, 0) * 8deg)) !important;
}

body.page-start .start-hero__devices.start-product-stage::before,
body.page-index .start-product-stage--index::before {
  content: "";
  position: absolute;
  inset: 8% 4% 4%;
  border-radius: 28px;
  background:
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 11px,
      rgba(45, 212, 191, 0.045) 11px,
      rgba(45, 212, 191, 0.045) 12px
    ),
    radial-gradient(ellipse at 50% 20%, rgba(45, 212, 191, 0.14), transparent 58%),
    linear-gradient(180deg, rgba(94, 234, 212, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

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

body.page-start.start-motion .start-hero__devices.start-product-stage {
  opacity: 1;
  filter: none;
}

.start-product-stage {
  position: relative;
  isolation: isolate;
  transform:
    perspective(1600px)
    rotateX(calc(var(--ry, 0) * -5deg))
    rotateY(calc(var(--rx, 0) * 8deg));
  transform-style: preserve-3d;
}

.okdak-win-float {
  position: absolute;
  z-index: 3;
  animation: okdakWinFloat 7s ease-in-out infinite;
}

.okdak-win-float--messages { left: 2%; top: 4%; animation-delay: 0s; z-index: 4; }
.okdak-win-float--ia { left: 3%; bottom: 2%; animation-delay: 1.1s; z-index: 5; }
.okdak-win-float--call { right: 2%; top: 6%; animation-delay: 0.5s; z-index: 4; }

@keyframes okdakWinFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

/* Contenu animé dans les fenêtres */
.okdak-chat {
  opacity: 0;
  animation: okdakChatIn 0.55s ease forwards;
}

.okdak-chat:nth-of-type(1) { animation-delay: 0.35s; }
.okdak-chat:nth-of-type(2) { animation-delay: 1.15s; }

.okdak-chat--typing {
  animation: okdakChatIn 0.4s ease 2.1s forwards, okdakTypingPulse 1.2s ease 2.6s infinite;
}

@keyframes okdakChatIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes okdakTypingPulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 1; }
}

.okdak-typing {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  height: 0.9rem;
}

.okdak-typing i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5eead4;
  animation: okdakDot 1s ease infinite;
}

.okdak-typing i:nth-child(2) { animation-delay: 0.15s; }
.okdak-typing i:nth-child(3) { animation-delay: 0.3s; }

@keyframes okdakDot {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.35; }
  40% { transform: translateY(-3px); opacity: 1; }
}

.okdak-win__term li {
  opacity: 0;
  animation: okdakTermLine 0.4s ease forwards;
}

.okdak-win__term li:nth-child(1) { animation-delay: 0.9s; }
.okdak-win__term li:nth-child(2) { animation-delay: 1.45s; }
.okdak-win__term li:nth-child(3) { animation-delay: 2s; }

@keyframes okdakTermLine {
  from { opacity: 0; transform: translateX(-6px); }
  to { opacity: 1; transform: translateX(0); }
}

.okdak-win__prompt {
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #5eead4;
  animation:
    okdakType 2.4s steps(28, end) 0.2s both,
    okdakCaret 0.8s step-end infinite;
  max-width: 100%;
}

@keyframes okdakType {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes okdakCaret {
  50% { border-color: transparent; }
}

.okdak-win__ran {
  opacity: 0;
  animation: okdakChatIn 0.4s ease 0.7s forwards;
}

.okdak-call__face {
  animation: okdakCallPulse 2.8s ease-in-out infinite;
}

@keyframes okdakCallPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3); }
  50% { transform: scale(1.06); box-shadow: 0 10px 28px rgba(45, 212, 191, 0.35); }
}

.okdak-call__pip {
  position: absolute;
  right: 0.55rem;
  bottom: 0.55rem;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 8px;
  background: #0f766e;
  color: #ecfdf5;
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.okdak-call__trans p {
  opacity: 0;
  animation: okdakChatIn 0.45s ease forwards;
}

.okdak-call__trans p:nth-child(1) { animation-delay: 0.8s; }
.okdak-call__trans p:nth-child(2) { animation-delay: 1.7s; }

.okdak-win-site__cta {
  animation: okdakCtaGlow 2.4s ease-in-out infinite;
}

@keyframes okdakCtaGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(45, 212, 191, 0.35); }
  50% { box-shadow: 0 0 0 6px rgba(45, 212, 191, 0); }
}

.start-mockup__live {
  animation: okdakLiveBlink 2s ease infinite;
}

@keyframes okdakLiveBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.okdak-win__side span.is-on {
  position: relative;
}

.okdak-win__side span.is-on::after {
  content: "";
  position: absolute;
  right: 0.35rem;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #2dd4bf;
  animation: okdakLiveBlink 1.6s ease infinite;
}

.okdak-win {
  width: 15.75rem;
  border-radius: 14px;
  overflow: hidden;
  background: #141417;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  text-align: left;
  color: #f4f4f5;
  font-size: 0.78rem;
  line-height: 1.35;
}

.okdak-win--messages { transform: rotate(-6deg); }
.okdak-win--ia { transform: rotate(-5deg); width: 16.4rem; background: #09090b; }
.okdak-win--call { transform: rotate(4deg); width: 15.2rem; }

.okdak-win__bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
  font-weight: 650;
}

.okdak-win__dots {
  display: inline-flex;
  gap: 4px;
}

.okdak-win__dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3f3f46;
}

.okdak-win__dots i:nth-child(1) { background: #ff5f57; }
.okdak-win__dots i:nth-child(2) { background: #febc2e; }
.okdak-win__dots i:nth-child(3) { background: #28c840; }

.okdak-win__bar code {
  flex: 1;
  min-width: 0;
  font-size: 0.68rem;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.okdak-chat {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0.55rem 0.7rem 0.15rem;
}

.okdak-chat + .okdak-chat { padding-top: 0.2rem; padding-bottom: 0.65rem; }

.okdak-chat__av {
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 8px;
  background: #5eead4;
  color: #042f2e;
  font-size: 0.62rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.okdak-chat__av--ia {
  background: #18181b;
  color: #5eead4;
  border: 1px solid rgba(45, 212, 191, 0.4);
}

.okdak-chat b { display: block; font-size: 0.68rem; }
.okdak-chat small { color: #a1a1aa; font-size: 0.62rem; margin-left: 0.25rem; font-weight: 500; }

.okdak-win__term {
  padding: 0.7rem 0.8rem 0.85rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  color: #d4d4d8;
}

.okdak-win__prompt { margin: 0 0 0.45rem; color: #fafafa; }
.okdak-win__ran { margin: 0 0 0.35rem; color: #5eead4; }
.okdak-win__term ul {
  margin: 0;
  padding: 0 0 0 0.9rem;
  color: #a1a1aa;
}
.okdak-win__term li { margin: 0.12rem 0; }

.okdak-win--studio {
  position: absolute;
  left: 13%;
  right: 15%;
  top: 7%;
  bottom: 8%;
  width: auto;
  z-index: 2;
  transform: rotate(-1.2deg);
  display: flex;
  flex-direction: column;
}

.okdak-win__studio {
  display: grid;
  grid-template-columns: 6.2rem minmax(0, 1fr);
  flex: 1;
  min-height: 0;
}

.okdak-win__side {
  padding: 0.65rem 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.okdak-win__side span {
  padding: 0.28rem 0.4rem;
  border-radius: 6px;
  font-size: 0.68rem;
  color: #a1a1aa;
}

.okdak-win__side .is-on {
  background: rgba(45, 212, 191, 0.16);
  color: #5eead4;
  font-weight: 650;
}

.okdak-win--studio .start-mockup__preview {
  min-height: 0;
  height: 100%;
  overflow: hidden;
  background: #0c0c0e;
  padding: 0;
}

.okdak-win--studio .start-mockup__preview:has(.okdak-mini-site) {
  padding: 0.45rem;
  background: #f8fafc;
}

.okdak-win-site {
  height: 100%;
  padding: 0.85rem 0.9rem;
  background:
    radial-gradient(circle at 18% 0%, rgba(45, 212, 191, 0.28), transparent 42%),
    linear-gradient(180deg, #134e4a 0%, #0c0c0e 46%);
  color: #fafafa;
  text-align: left;
}

.okdak-win-site__kicker {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5eead4;
}

.okdak-win-site h3 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.okdak-win-site p {
  margin: 0.35rem 0 0;
  font-size: 0.72rem;
  color: #d4d4d8;
  max-width: 18rem;
}

.okdak-win-site__cta {
  display: inline-block;
  margin-top: 0.65rem;
  padding: 0.28rem 0.6rem;
  border-radius: 7px;
  background: #2dd4bf;
  color: #042f2e;
  font-size: 0.68rem;
  font-weight: 750;
}

.okdak-win__shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}

.okdak-win--studio .okdak-mini-site {
  font-size: 0.68rem;
  transform-origin: top left;
}

@media (max-width: 899px) {
  body.page-index .index-hero-stage {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
  }
}

body.page-index .index-hero-stage__visual {
  display: block !important;
  width: 100%;
  max-width: none !important;
}

.okdak-win__ask {
  padding: 0.45rem 0.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #71717a;
  font-size: 0.72rem;
}

.okdak-call__video {
  position: relative;
  height: 8.2rem;
  background:
    radial-gradient(circle at 40% 30%, #2dd4bf 0%, transparent 42%),
    linear-gradient(160deg, #134e4a, #042f2e 55%, #18181b);
  display: grid;
  place-items: center;
}

.okdak-call__face {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #ccfbf1;
  color: #115e59;
  font-weight: 800;
  font-size: 1.15rem;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.okdak-call__name,
.okdak-call__time {
  position: absolute;
  font-size: 0.62rem;
  font-weight: 650;
  background: rgba(0, 0, 0, 0.45);
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
}

.okdak-call__name { left: 0.45rem; bottom: 0.45rem; }
.okdak-call__time { right: 0.45rem; top: 0.45rem; }

.okdak-call__trans {
  padding: 0.5rem 0.65rem 0.65rem;
}

.okdak-call__trans p {
  margin: 0 0 0.35rem;
  color: #d4d4d8;
}

.okdak-call__trans b { color: #5eead4; }

html[data-okdak-theme="light"] .okdak-win,
body.light-theme .okdak-win {
  background: #fff;
  color: #18181b;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
}

html[data-okdak-theme="light"] .okdak-win__bar,
body.light-theme .okdak-win__bar {
  background: #f4f4f5;
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

html[data-okdak-theme="light"] .okdak-win--ia,
body.light-theme .okdak-win--ia {
  background: #18181b;
  color: #f4f4f5;
}

html[data-okdak-theme="light"] .okdak-win__side,
body.light-theme .okdak-win__side {
  background: #ececee;
  border-right-color: rgba(0, 0, 0, 0.08);
}

html[data-okdak-theme="light"] .okdak-win__side span,
body.light-theme .okdak-win__side span {
  color: #52525b;
}

html[data-okdak-theme="light"] .okdak-call__trans p,
body.light-theme .okdak-call__trans p {
  color: #3f3f46;
}

html[data-okdak-theme="light"] .okdak-win__ask,
body.light-theme .okdak-win__ask {
  color: #71717a;
}

.start-product-stage--index {
  height: clamp(24rem, 46vw, 32rem);
  min-height: 24rem;
  margin-top: 0;
}

@media (max-width: 960px) {
  body.page-start .okdak-win-float--ia,
  body.page-index .okdak-win-float--ia { display: none !important; }
  .okdak-win--studio {
    left: 4%;
    right: 20%;
    transform: rotate(-0.6deg);
  }
  .okdak-win-float--call { top: auto; bottom: 6%; right: 0; }
}

@media (max-width: 640px) {
  body.page-start .start-hero__devices.start-product-stage,
  .start-product-stage--index {
    height: 20rem !important;
    min-height: 20rem !important;
  }
  body.page-start .okdak-win-float--messages,
  body.page-index .okdak-win-float--messages,
  body.page-start .okdak-win-float--call,
  body.page-index .okdak-win-float--call { display: none !important; }
  .okdak-win--studio {
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none;
  }
  .okdak-win__studio { grid-template-columns: 1fr; }
  .okdak-win__side { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .okdak-win-float,
  .okdak-chat,
  .okdak-chat--typing,
  .okdak-win__term li,
  .okdak-win__prompt,
  .okdak-win__ran,
  .okdak-call__face,
  .okdak-call__trans p,
  .okdak-win-site__cta,
  .start-mockup__live,
  .okdak-typing i {
    animation: none !important;
  }
  .okdak-chat,
  .okdak-win__term li,
  .okdak-win__ran,
  .okdak-call__trans p {
    opacity: 1;
  }
  .okdak-win__prompt {
    border-right: 0;
    width: auto;
  }
  .okdak-win--messages,
  .okdak-win--ia,
  .okdak-win--call,
  .okdak-win--studio { transform: none; }
  .start-product-stage { transform: none !important; }
}

/* ——— Newsletter / webmail mocks ——— */
.okdak-feature-band__mail-grid {
  max-width: 62rem;
  gap: clamp(1.5rem, 4vw, 3rem);
}

.start-mail-mock {
  border-radius: 16px;
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.04);
}

.start-mail-mock__chrome {
  gap: 0.45rem;
}

.start-mail-mock__live {
  margin-left: auto;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  color: #5eead4;
  background: rgba(45, 212, 191, 0.14);
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}

.start-mail-mock__list li {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.55rem;
}

.start-mail-mock__list li.is-new {
  background: rgba(45, 212, 191, 0.1);
  border-color: color-mix(in srgb, var(--okdak-accent, #2dd4bf) 42%, transparent);
}

.start-mail-mock__av {
  flex-shrink: 0;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 8px;
  background: #5eead4;
  color: #042f2e;
  font-size: 0.62rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-top: 0.1rem;
}

.start-mail-mock__av--mute {
  background: #3f3f46;
  color: #e4e4e7;
}

.start-mail-mock__av--you {
  background: #18181b;
  color: #5eead4;
  border: 1px solid rgba(45, 212, 191, 0.4);
}

.start-mail-mock__body {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.start-mail-mock__from {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}

.start-mail-mock__from small {
  margin-left: auto;
  font-size: 0.62rem;
  font-weight: 500;
  color: #a1a1aa;
}

.start-forms-flow__row {
  display: flex;
  gap: 0.4rem;
  margin-top: 0.45rem;
  align-items: stretch;
}

.start-forms-flow__row .start-forms-flow__field {
  flex: 1;
  margin-top: 0;
}

.start-forms-flow__row .start-forms-flow__btn {
  margin-top: 0;
  align-self: stretch;
  display: grid;
  place-items: center;
}

.start-forms-flow__badge {
  align-self: flex-start;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #042f2e;
  background: #2dd4bf;
  padding: 0.12rem 0.4rem;
  border-radius: 999px;
}

html[data-okdak-theme="light"] .start-forms-flow__badge,
body.light-theme .start-forms-flow__badge {
  color: #fff;
  background: #0f766e;
}

@media (min-width: 820px) {
  .start-forms-flow {
    flex-direction: row;
    align-items: center;
    gap: 0.85rem;
  }
  .start-forms-flow__site,
  .start-forms-flow__inbox {
    flex: 1;
    min-width: 0;
  }
  .start-forms-flow__arrow {
    flex-direction: column;
    padding: 0 0.15rem;
  }
  .start-forms-flow__arrow svg {
    transform: none;
  }
}

html[data-okdak-theme="light"] .start-mail-mock__av--you,
body.light-theme .start-mail-mock__av--you {
  background: #fff;
}

html[data-okdak-theme="light"] .start-mail-mock__list li.is-new,
body.light-theme .start-mail-mock__list li.is-new {
  background: rgba(15, 118, 110, 0.08);
}

/* ——— Suite produit : Studio / Publication / Email / Drive ——— */
.okdak-suite {
  max-width: 1100px;
  margin: 0 auto 2.5rem;
  padding: 0 clamp(1.15rem, 4vw, 2.5rem);
}

.okdak-suite__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.okdak-suite__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.45);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.okdak-suite__card:hover {
  border-color: color-mix(in srgb, var(--okdak-accent, #2dd4bf) 45%, transparent);
  transform: translateY(-2px);
}

.okdak-suite__shot {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0c0c0e;
}

.okdak-suite__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  display: block;
}

.okdak-suite__mini {
  aspect-ratio: 16 / 10;
  padding: 0.7rem 0.75rem;
  background: #141417;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.okdak-suite__mini span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: #d4d4d8;
  padding: 0.35rem 0.45rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.okdak-suite__mini b {
  color: #5eead4;
  font-weight: 700;
}

.okdak-suite__copy p {
  display: none;
}

.okdak-suite__copy {
  padding: 0.7rem 0.85rem 0.85rem;
}

.okdak-suite__copy h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.okdak-suite__copy p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--apple-text-secondary, #86868b);
}

html[data-okdak-theme="light"] .okdak-suite__card,
body.light-theme .okdak-suite__card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-okdak-theme="light"] .okdak-suite__mini,
body.light-theme .okdak-suite__mini {
  background: #f4f4f5;
}

html[data-okdak-theme="light"] .okdak-suite__mini span,
body.light-theme .okdak-suite__mini span {
  background: #fff;
  color: #3f3f46;
}

@media (max-width: 900px) {
  .okdak-suite__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .okdak-suite__grid {
    grid-template-columns: 1fr;
  }
}

.start-drive-mock {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141417;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.start-drive-mock__bar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 650;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.start-drive-mock__bar span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28c840;
}

.start-drive-mock ul {
  list-style: none;
  margin: 0;
  padding: 0.55rem 0.65rem 0.75rem;
  display: grid;
  gap: 0.4rem;
}

.start-drive-mock li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
}

.start-drive-mock small {
  color: #a1a1aa;
  font-size: 0.68rem;
}

.okdak-feature-band--drive .okdak-feature-band__points,
.okdak-feature-band--drive .okdak-feature-band__cta {
  justify-content: flex-start;
  text-align: left;
}

html[data-okdak-theme="light"] .start-drive-mock,
body.light-theme .start-drive-mock {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-okdak-theme="light"] .start-drive-mock li,
body.light-theme .start-drive-mock li {
  background: #fafafa;
}

.okdak-composer-band {
  max-width: 1100px;
  margin: 0 auto 2.75rem;
  padding: 0 clamp(1.15rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
}

.okdak-composer-band__shot {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c0c0e;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.okdak-composer-band__shot img {
  display: block;
  width: 100%;
  height: auto;
}

.okdak-composer-band__copy h2 {
  margin: 0 0 0.5rem;
}

.okdak-composer-band__copy p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--apple-text-secondary, #86868b);
}

.okdak-composer-band__copy .okdak-feature-band__cta {
  margin: 0;
}

html[data-okdak-theme="light"] .okdak-composer-band__shot,
body.light-theme .okdak-composer-band__shot {
  border-color: rgba(0, 0, 0, 0.08);
  background: #fff;
}

@media (max-width: 780px) {
  .okdak-composer-band {
    grid-template-columns: 1fr;
  }
}

/* ——— Calme type Wix / WordPress.com / CodePen : 1 idée, 1 visuel ——— */
body.page-start .start-hero__canvas,
body.page-start .start-hero__spotlight,
body.page-start .start-hero__vignette,
body.page-start .start-hero__aurora,
body.page-start .start-hero__scroll-hint {
  display: none;
}

body.page-start .start-hero {
  padding: clamp(1.75rem, 4vw, 2.75rem) 1.25rem 0.5rem;
}

body.page-start .start-hero__copy .start-title {
  margin-top: 0;
}

body.page-start .start-social-proof-host[hidden] {
  display: none !important;
}

@media (max-width: 899px) {
  body.page-start .start-hero {
    text-align: center;
  }
  body.page-start .start-hero__copy {
    max-width: 38rem;
    margin: 0 auto;
    text-align: center;
  }
  body.page-start .start-cta-row {
    justify-content: center;
  }
  body.page-start .start-subtitle {
    margin-left: auto;
    margin-right: auto;
  }
}

.start-hero__note {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  color: var(--apple-text-secondary, #86868b);
}

body.page-start #indexIaSearch {
  max-width: 28rem;
  margin: 1.1rem 0 0;
  text-align: left;
}

@media (max-width: 899px) {
  body.page-start #indexIaSearch {
    margin-left: auto;
    margin-right: auto;
  }
}

body.page-start #indexIaSearch > summary {
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--apple-text-secondary, #86868b);
  list-style: none;
}

body.page-start #indexIaSearch > summary::-webkit-details-marker {
  display: none;
}

body.page-start .okdak-win-float,
body.page-index .okdak-win-float {
  display: block !important;
}

body.page-start .okdak-win--studio .okdak-win__side,
body.page-start .okdak-win--studio .okdak-win__ask,
body.page-index .okdak-win--studio .okdak-win__side,
body.page-index .okdak-win--studio .okdak-win__ask {
  display: flex;
}

body.page-start .okdak-win--studio .okdak-win__ask,
body.page-index .okdak-win--studio .okdak-win__ask {
  display: block;
}

body.page-start .okdak-win__studio,
body.page-index .okdak-win__studio {
  grid-template-columns: 6.2rem minmax(0, 1fr);
}

body.page-start .okdak-win--studio,
body.page-index .okdak-win--studio {
  position: absolute;
  left: 16%;
  right: 18%;
  top: 8%;
  bottom: 10%;
  width: auto;
  transform: rotate(-1.2deg);
  border-radius: 14px;
  z-index: 2;
}

body.page-index .index-hero-atmosphere {
  opacity: 0.35;
}

body.page-start .start-motion-nav,
body.page-index .start-motion-nav,
body.page-start .okdak-tech-loop,
body.page-index .okdak-tech-loop,
body.page-start .start-pro-trust,
body.page-start .okdak-composer-band,
body.page-start .start-motion,
body.page-start .start-preview-scroll,
body.page-start .start-zip,
body.page-start .okdak-feature-band--mail,
body.page-start .okdak-feature-band--forms,
body.page-start .okdak-feature-band--drive,
body.page-start .okdak-feature-band--feed,
body.page-start .okdak-also,
body.page-start .start-trust,
body.page-start .start-usecases,
body.page-start .start-modules,
body.page-start .start-testimonials,
body.page-index .okdak-composer-band,
body.page-index .okdak-feature-band--mail,
body.page-index .okdak-feature-band--forms,
body.page-index .okdak-feature-band--drive,
body.page-index .okdak-feature-band--feed,
body.page-index .okdak-also,
body.page-index .index-compare,
body.page-index .index-seo-intro {
  display: none !important;
}

body.page-start .okdak-suite,
body.page-index .okdak-suite {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}

body.page-start .start-motion {
  padding-top: clamp(3rem, 7vw, 5rem);
}

body.page-start .start-preview-scroll__dots,
body.page-start .start-preview-scroll__bg,
body.page-start .start-preview-scroll__progress,
body.page-start .start-preview-scroll__hint,
body.page-start .start-preview-scroll__slides .start-preview-scroll__lead:not(.is-active) {
  display: none;
}

.okdak-az,
.okdak-also,
.start-zip,
.okdak-feature-band,
.start-templates,
.start-trust,
.start-modules {
  scroll-margin-top: 5.5rem;
}

.okdak-az {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 4vw, 2.5rem) 1.75rem;
}

.okdak-az .start-section-head {
  display: none;
}

.okdak-az__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}

.okdak-az__list a {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  min-height: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.okdak-az__list a:hover {
  border-color: color-mix(in srgb, var(--okdak-accent, #2dd4bf) 40%, transparent);
  background: rgba(45, 212, 191, 0.06);
  transform: none;
}

.okdak-az__list b {
  grid-row: auto;
  font-size: 0.68rem;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
  color: var(--okdak-accent, #2dd4bf);
  padding-top: 0;
  opacity: 0.85;
}

.okdak-az__list h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.okdak-az__list p {
  display: none;
}

.okdak-az__more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 1.15rem;
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  font-size: 0.84rem;
  color: var(--apple-text-secondary, #86868b);
}

.okdak-az__more a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.okdak-az__more a:hover {
  color: var(--okdak-accent-soft, #5eead4);
  border-bottom-color: currentColor;
}

html[data-okdak-theme="light"] .okdak-az__list a,
body.light-theme .okdak-az__list a {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-okdak-theme="light"] .okdak-az__list a:hover,
body.light-theme .okdak-az__list a:hover {
  background: rgba(15, 118, 110, 0.06);
}

@media (max-width: 800px) {
  .okdak-az__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .okdak-az__list {
    grid-template-columns: 1fr 1fr;
  }
}

.okdak-az__list code {
  font-size: 0.86em;
}

.okdak-also {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 clamp(1.15rem, 4vw, 2.5rem) clamp(2.5rem, 6vw, 4.5rem);
}

.okdak-also .start-section-head {
  margin-bottom: 1.25rem;
}

.okdak-also__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.okdak-also__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(24, 24, 27, 0.35);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.okdak-also__card:hover {
  border-color: color-mix(in srgb, var(--okdak-accent, #2dd4bf) 45%, transparent);
  transform: translateY(-2px);
}

.okdak-also__card h3 {
  margin: 0.85rem 0 0.3rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.okdak-also__card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--apple-text-secondary, #86868b);
}

.okdak-explore-mock,
.okdak-meet-mock,
.okdak-shop-mock {
  display: grid;
  gap: 0.4rem;
  min-height: 8.5rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: #0c0c0e;
}

.okdak-explore-mock span,
.okdak-shop-mock span:not(.okdak-shop-mock__cta) {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: 9px;
  background: linear-gradient(180deg, #1c1c20 0%, #141416 100%);
  font-size: 0.72rem;
  letter-spacing: -0.01em;
  color: #e4e4e7;
}

.okdak-meet-mock {
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(45, 212, 191, 0.28), transparent 48%),
    #0c0c0e;
}

.okdak-meet-mock__face {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: #2dd4bf;
  color: #042f2e;
  font-weight: 800;
  font-size: 1rem;
}

.okdak-meet-mock strong {
  font-size: 0.88rem;
}

.okdak-meet-mock small {
  font-size: 0.68rem;
  color: #a1a1aa;
}

.okdak-shop-mock {
  align-content: start;
}

.okdak-shop-mock span {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.okdak-shop-mock__cta {
  display: block;
  margin-top: 0.15rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: #2dd4bf;
  color: #042f2e;
  font-size: 0.72rem;
  font-weight: 750;
  text-align: center;
}

html[data-okdak-theme="light"] .okdak-also__card,
body.light-theme .okdak-also__card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

html[data-okdak-theme="light"] .okdak-explore-mock,
html[data-okdak-theme="light"] .okdak-meet-mock,
html[data-okdak-theme="light"] .okdak-shop-mock,
body.light-theme .okdak-explore-mock,
body.light-theme .okdak-meet-mock,
body.light-theme .okdak-shop-mock {
  background: #f4f4f5;
}

html[data-okdak-theme="light"] .okdak-explore-mock span,
html[data-okdak-theme="light"] .okdak-shop-mock span:not(.okdak-shop-mock__cta),
body.light-theme .okdak-explore-mock span,
body.light-theme .okdak-shop-mock span:not(.okdak-shop-mock__cta) {
  background: #fff;
  color: #18181b;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media (max-width: 800px) {
  .okdak-also__grid {
    grid-template-columns: 1fr;
  }
}

.okdak-calm-shot {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
  background: #0c0c0e;
}

.okdak-calm-shot img {
  display: block;
  width: 100%;
  height: auto;
}

html[data-okdak-theme="light"] .okdak-calm-shot,
body.light-theme .okdak-calm-shot {
  border-color: rgba(0, 0, 0, 0.08);
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.12);
}

body.page-start .start-preview-scroll,
body.page-start .start-preview-scroll__scroller,
body.page-start .start-preview-scroll__sticky {
  min-height: 0 !important;
  height: auto !important;
  position: static !important;
}

body.page-start .start-preview-scroll__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 5.5rem) clamp(1.15rem, 4vw, 2.5rem);
}

@media (max-width: 800px) {
  body.page-start .start-preview-scroll__inner {
    grid-template-columns: 1fr;
  }
}

body.page-start .start-templates,
body.page-start .start-template-grid > :nth-child(n+5) {
  display: none !important;
}

body.page-start #motion-grow .okdak-feature-band__points,
body.page-index [aria-labelledby="index-grow-title"] .okdak-feature-band__points,
body.page-index [aria-labelledby="index-grow-title"] .okdak-feature-band__note {
  display: none;
}

body.page-start .start-templates,
body.page-index .index-modeles {
  padding-top: clamp(2rem, 5vw, 3.5rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

body.page-start .okdak-suite,
body.page-index .okdak-suite {
  margin-bottom: 2rem;
}




