body.page-start {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(ellipse 120% 80% at 50% -30%, rgba(76, 130, 255, 0.18), transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(127, 83, 255, 0.1), transparent 50%),
    var(--apple-bg, #0f0f14);
}

/* Header */
.start-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 2.5rem);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.light-theme .start-header {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.start-logo__mark {
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, #4c82ff, #7f53ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.start-header__nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.start-header__nav a {
  font-size: 0.9rem;
  color: var(--apple-text-secondary, #86868b);
  text-decoration: none;
  font-weight: 500;
}

.start-header__nav a:hover {
  color: var(--okdak-accent, #4c82ff);
}

.start-theme-btn {
  border: none;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  font-size: 1rem;
}

/* Hero */
.start-hero {
  padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 4vw, 2.5rem);
}

.start-hero__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

@media (max-width: 900px) {
  .start-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .start-mockup { order: -1; max-width: 420px; margin: 0 auto; }
  .start-cta-row, .start-social-proof { justify-content: center; }
}

.start-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--okdak-accent, #4c82ff);
  margin-bottom: 0.75rem;
}

.start-title {
  font-size: clamp(2.25rem, 5.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin-bottom: 1rem;
}

.start-title__accent {
  background: linear-gradient(135deg, #4c82ff, #7f53ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.start-subtitle {
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  color: var(--apple-text-secondary, #86868b);
  line-height: 1.6;
  margin-bottom: 1.75rem;
  max-width: 520px;
}

@media (max-width: 900px) {
  .start-subtitle { margin-left: auto; margin-right: auto; }
}

.start-subtitle code {
  font-size: 0.9em;
  padding: 0.15em 0.4em;
  border-radius: 6px;
  background: rgba(76, 130, 255, 0.12);
  color: #7fafff;
}

.start-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.start-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1.35rem;
  border-radius: 980px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
  cursor: pointer;
}

.start-cta--primary {
  background: linear-gradient(135deg, #4c82ff, #7f53ff);
  color: #fff;
  box-shadow: 0 8px 28px rgba(76, 130, 255, 0.35);
}

.start-cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(76, 130, 255, 0.45);
}

.start-cta--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: inherit;
}

body.light-theme .start-cta--ghost {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
}

.start-cta--compact { padding: 0.65rem 1.1rem; font-size: 0.9rem; }
.start-cta--large { padding: 1rem 2rem; font-size: 1.05rem; }

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

.start-social-proof span {
  font-weight: 700;
  color: var(--okdak-accent, #4c82ff);
}

/* Mockup */
.start-mockup__browser {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
  background: #1a1a28;
}

.start-mockup__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #12121c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.start-mockup__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3a3a4d;
}

.start-mockup__bar span:nth-child(1) { background: #ff5f57; }
.start-mockup__bar span:nth-child(2) { background: #febc2e; }
.start-mockup__bar span:nth-child(3) { background: #28c840; }

.start-mockup__bar code {
  margin-left: auto;
  font-size: 0.7rem;
  color: #888;
}

.start-mockup__preview { padding: 1rem; }

.start-mockup__hero {
  height: 100px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4c82ff, #7f53ff);
  margin-bottom: 0.75rem;
}

.start-mockup__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}

.start-mockup__cards div {
  height: 56px;
  border-radius: 8px;
  background: #252538;
}

/* Steps */
.start-steps {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  text-align: center;
}

.start-steps h2 {
  font-size: 1.35rem;
  margin-bottom: 1.5rem;
}

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

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

.start-steps__list li {
  padding: 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

body.light-theme .start-steps__list li {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.start-steps__num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #4c82ff, #7f53ff);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.25rem;
  font-size: 0.9rem;
}

.start-steps__list strong { font-size: 1rem; }
.start-steps__list span:last-child { font-size: 0.85rem; color: var(--apple-text-secondary, #86868b); }

/* Sections */
.start-section-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 1.5rem;
}

.start-section-head h2 {
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.start-section-head p {
  font-size: 0.9rem;
  color: var(--apple-text-secondary, #86868b);
}

.start-templates,
.start-modules {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.25rem 3rem;
}

.start-template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.start-template-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

body.light-theme .start-template-card {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
}

.start-template-card:hover {
  border-color: var(--okdak-accent, #4c82ff);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(76, 130, 255, 0.18);
}

.start-template-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding: 1rem 1.15rem 1.15rem;
}

.start-template-card__icon { font-size: 1.35rem; line-height: 1; }
.start-template-card strong { font-size: 1.05rem; }
.start-template-card__desc {
  font-size: 0.85rem;
  color: var(--apple-text-secondary, #86868b);
  line-height: 1.45;
}

.start-template-card__cta {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--okdak-accent, #4c82ff);
}

/* Mini aperçus visuels des modèles */
.start-template-preview {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: linear-gradient(180deg, #0e0e16 0%, #161622 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

body.light-theme .start-template-preview {
  background: linear-gradient(180deg, #ececf2 0%, #f8f8fc 100%);
  border-bottom-color: rgba(0, 0, 0, 0.06);
}

.tpl-prev {
  --tpl-accent: #4c82ff;
  padding: 0 9px 8px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

/* Barre navigateur */
.tpl-prev__chrome {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 18px;
  padding: 0 2px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.tpl-prev__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tpl-prev__dot--r { background: #ff5f57; }
.tpl-prev__dot--y { background: #febc2e; }
.tpl-prev__dot--g { background: #28c840; }

.tpl-prev__url {
  flex: 1;
  margin-left: 4px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0;
  overflow: hidden;
  position: relative;
}

body.light-theme .tpl-prev__url {
  background: rgba(0, 0, 0, 0.06);
}

.tpl-prev__url::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
}

body.light-theme .tpl-prev__url::after {
  background: rgba(0, 0, 0, 0.1);
}

/* Hero commun */
.tpl-prev__hero {
  height: 34%;
  min-height: 44px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--tpl-accent), color-mix(in srgb, var(--tpl-accent) 55%, #000));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 4px 12px color-mix(in srgb, var(--tpl-accent) 25%, transparent);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.tpl-prev__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 90% 10%, rgba(255, 255, 255, 0.15), transparent);
  pointer-events: none;
}

.tpl-prev__hero--portfolio {
  background: linear-gradient(135deg, #4c6ef5, #7c3aed);
}

.tpl-prev__hero--cv {
  height: 22%;
  min-height: 30px;
  background: linear-gradient(135deg, #1e1e2f, #2d2d44);
}

.tpl-prev__hero--party {
  background: linear-gradient(135deg, #ff6b9d, #ff8e72);
}

.tpl-prev__hero--party::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: 0.4;
}

.tpl-prev__hero--blog {
  background: linear-gradient(135deg, #1b4332, #40916c);
}

.tpl-prev__hero--club {
  background: linear-gradient(135deg, #5c4dff, #8b5cf6);
}

.tpl-prev__hero-text {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

.tpl-prev__hero-title {
  display: block;
  height: 6px;
  width: 55%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.85);
}

.tpl-prev__hero-sub {
  display: block;
  height: 4px;
  width: 75%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.4);
}

.tpl-prev__hero-btn {
  display: block;
  height: 8px;
  width: 28%;
  margin-top: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

/* Cartes portfolio */
.tpl-prev__cards {
  display: grid;
  gap: 4px;
  flex: 1;
  min-height: 0;
}

.tpl-prev__cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.tpl-prev__card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 3px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

body.light-theme .tpl-prev__card {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.06);
}

.tpl-prev__thumb {
  height: 18px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--tpl-accent), #7c3aed);
  flex-shrink: 0;
}

.tpl-prev__thumb--alt {
  background: linear-gradient(135deg, #f59e0b, #ef4444);
}

.tpl-prev__thumb--alt2 {
  background: linear-gradient(135deg, #10b981, #06b6d4);
}

.tpl-prev__card > span:not(.tpl-prev__thumb) {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.12);
  width: 80%;
}

.tpl-prev__card > span:not(.tpl-prev__thumb):last-child {
  width: 55%;
  opacity: 0.65;
}

body.light-theme .tpl-prev__card > span:not(.tpl-prev__thumb) {
  background: rgba(0, 0, 0, 0.1);
}

/* Layout CV */
.tpl-prev__cv {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-height: 0;
  position: relative;
}

.tpl-prev__avatar {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4c82ff, #7c6dff);
  border: 2px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.tpl-prev__cv .tpl-prev__hero--cv {
  margin-top: 10px;
}

.tpl-prev__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  flex: 1;
}

.tpl-prev__block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

body.light-theme .tpl-prev__block {
  background: rgba(255, 255, 255, 0.65);
  border-color: rgba(0, 0, 0, 0.05);
}

.tpl-prev__block-h {
  display: block;
  height: 3px;
  width: 40%;
  border-radius: 2px;
  background: color-mix(in srgb, var(--tpl-accent) 70%, #fff);
  margin-bottom: 1px;
}

.tpl-prev__block span:not(.tpl-prev__block-h) {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  width: 90%;
}

.tpl-prev__block span:not(.tpl-prev__block-h):last-child {
  width: 65%;
  opacity: 0.6;
}

body.light-theme .tpl-prev__block span:not(.tpl-prev__block-h) {
  background: rgba(0, 0, 0, 0.08);
}

/* Anniversaire */
.tpl-prev__party {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.tpl-prev__confetti {
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.15rem;
  opacity: 0.95;
}

.tpl-prev__party-card {
  width: 72%;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 4px 14px rgba(255, 107, 157, 0.2);
}

body.light-theme .tpl-prev__party-card {
  background: #fff;
}

.tpl-prev__party-card span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: rgba(190, 24, 93, 0.25);
  width: 70%;
  margin: 0 auto;
}

.tpl-prev__party-card span:last-child {
  width: 50%;
  opacity: 0.6;
}

.tpl-prev__party-btn {
  display: block;
  height: 8px;
  width: 36%;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b9d, #ff8e72);
  box-shadow: 0 2px 8px rgba(255, 107, 157, 0.35);
}

/* Pills & tags */
.tpl-prev__pills {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
  justify-content: center;
}

.tpl-prev__pills span {
  height: 9px;
  width: 32px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tpl-accent) 22%, transparent);
  border: 1px solid color-mix(in srgb, var(--tpl-accent) 38%, transparent);
}

.tpl-prev__pills--wide span {
  width: 40px;
}

.tpl-prev__tags {
  display: flex;
  gap: 3px;
  justify-content: flex-start;
  padding: 0 2px;
}

.tpl-prev__tags span {
  height: 7px;
  width: 24px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--tpl-accent) 20%, transparent);
  border: 1px solid color-mix(in srgb, var(--tpl-accent) 30%, transparent);
}

/* Articles blog */
.tpl-prev__articles {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-height: 0;
}

.tpl-prev__article {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

body.light-theme .tpl-prev__article {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(0, 0, 0, 0.05);
}

.tpl-prev__article-tag {
  display: block;
  height: 3px;
  width: 22%;
  border-radius: 2px;
  background: color-mix(in srgb, var(--tpl-accent) 60%, #fff);
}

.tpl-prev__article-tag--alt {
  width: 18%;
  opacity: 0.75;
}

.tpl-prev__article-title {
  display: block;
  height: 5px;
  width: 78%;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.16);
}

.tpl-prev__article-meta {
  display: block;
  height: 3px;
  width: 35%;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
}

body.light-theme .tpl-prev__article-title {
  background: rgba(0, 0, 0, 0.12);
}

body.light-theme .tpl-prev__article-meta {
  background: rgba(0, 0, 0, 0.06);
}

/* Événement association */
.tpl-prev__event {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 5px 7px;
  border-radius: 6px;
  background: color-mix(in srgb, var(--tpl-accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--tpl-accent) 22%, transparent);
}

.tpl-prev__event-date {
  display: block;
  height: 4px;
  width: 35%;
  border-radius: 2px;
  background: color-mix(in srgb, var(--tpl-accent) 55%, #fff);
  margin-bottom: 1px;
}

.tpl-prev__event span:not(.tpl-prev__event-date) {
  display: block;
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  width: 92%;
}

.tpl-prev__event span:not(.tpl-prev__event-date):last-child {
  width: 68%;
  opacity: 0.65;
}

body.light-theme .tpl-prev__event span:not(.tpl-prev__event-date) {
  background: rgba(0, 0, 0, 0.08);
}

/* Lignes génériques */
.tpl-prev__lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.tpl-prev__lines span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  width: 85%;
}

.tpl-prev__lines span:last-child {
  width: 58%;
  opacity: 0.65;
}

body.light-theme .tpl-prev__lines span {
  background: rgba(0, 0, 0, 0.08);
}

/* Hover */
.start-template-card:hover .tpl-prev__hero {
  filter: brightness(1.08);
  transform: scale(1.01);
  transition: filter 0.2s, transform 0.2s;
}

.start-template-card:hover .start-template-preview {
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tpl-accent) 40%, transparent);
}

.start-template-card:hover .tpl-prev__card,
.start-template-card:hover .tpl-prev__article {
  border-color: color-mix(in srgb, var(--tpl-accent) 25%, transparent);
}

@media (prefers-reduced-motion: reduce) {
  .start-template-card:hover .tpl-prev__hero {
    transform: none;
  }
}

/* Module grid */
.start-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.65rem;
}

.start-module-chip {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

body.light-theme .start-module-chip {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.06);
}

.start-module-chip__icon { font-size: 1.25rem; line-height: 1; }
.start-module-chip strong { display: block; font-size: 0.9rem; }
.start-module-chip span { font-size: 0.75rem; color: var(--apple-text-secondary, #86868b); }

.start-modules__cta {
  text-align: center;
  margin-top: 1.5rem;
}

/* Final CTA */
.start-final-cta {
  text-align: center;
  padding: 3rem 1.25rem 4rem;
  margin: 0 1.25rem 2rem;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(76, 130, 255, 0.15), rgba(127, 83, 255, 0.1));
  border: 1px solid rgba(76, 130, 255, 0.2);
}

.start-final-cta h2 {
  font-size: clamp(1.5rem, 4vw, 2rem);
  margin-bottom: 0.5rem;
}

.start-final-cta p {
  color: var(--apple-text-secondary, #86868b);
  margin-bottom: 1.25rem;
}

/* Footer */
.start-footer {
  text-align: center;
  padding: 1.5rem;
  font-size: 0.85rem;
  color: var(--apple-text-secondary, #86868b);
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.start-footer a {
  color: var(--okdak-accent, #4c82ff);
  text-decoration: none;
}

.start-footer__copy {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  opacity: 0.7;
}

/* Import ZIP */
.start-zip {
  padding: 2.5rem 1.25rem;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.start-zip__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1rem;
}

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

/* Aperçus modèles — restaurant, bio, événement */
.tpl-prev__menu {
  display: grid;
  gap: 0.35rem;
  padding: 0 0.5rem 0.5rem;
}

.tpl-prev__menu-item {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0.5rem;
  background: rgba(255, 247, 237, 0.9);
  border-radius: 6px;
}

.tpl-prev__menu-item span {
  display: block;
  height: 0.35rem;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.08);
}

.tpl-prev__menu-item span:first-child { width: 55%; }
.tpl-prev__menu-item span:last-child { width: 18%; }

.tpl-prev__bio {
  padding: 0.5rem;
  text-align: center;
}

.tpl-prev__avatar--bio {
  margin: 0 auto 0.35rem;
}

.tpl-prev__bio-links {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.5rem;
}

.tpl-prev__bio-links span {
  display: block;
  height: 1.1rem;
  border-radius: 8px;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.tpl-prev__countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
  padding: 0 0.5rem;
}

.tpl-prev__countdown span {
  display: block;
  height: 1.5rem;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.15);
}

.tpl-prev__timeline {
  display: grid;
  gap: 0.3rem;
  padding: 0.5rem;
}

.tpl-prev__timeline span {
  display: block;
  height: 0.9rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.06);
}

.tpl-prev__hero--resto { background: linear-gradient(135deg, #c2410c, #ea580c); }
.tpl-prev__hero--bio { background: linear-gradient(135deg, #7c3aed, #a78bfa); min-height: 2rem; }
.tpl-prev__hero--event { background: linear-gradient(135deg, #0f172a, #334155); }
