/* =========================================================
   Webia — Design system
   ========================================================= */
:root {
  --bg-dark: #1f1147;
  --bg-dark-2: #2a1758;
  --bg-dark-3: #3b1e74;
  --violet: #8b5cf6;
  --violet-2: #c4b5fd;
  --violet-soft: rgba(139, 92, 246, 0.15);
  --yellow: #facc15;
  --yellow-2: #fde047;
  --white: #ffffff;
  --gray-50: #faf7ff;
  --gray-100: #f3edff;
  --gray-200: #e6dcff;
  --gray-300: #d5c6ff;
  --gray-400: #bca8ff;
  --gray-500: #8a72d8;
  --gray-600: #6548bf;
  --gray-700: #4a2d93;
  --gray-800: #341d6f;
  --gray-900: #221245;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(91, 33, 182, 0.08);
  --shadow: 0 10px 30px rgba(91, 33, 182, 0.12);
  --shadow-lg: 0 25px 60px rgba(91, 33, 182, 0.18);

  --container: 1180px;

  --font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================================
   Typography
   ========================================================= */
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 0.5em; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
h3 { font-size: clamp(1.2rem, 2.2vw, 1.45rem); }
p  { margin: 0 0 1em; color: var(--gray-700); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet);
  background: var(--violet-soft);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head p { font-size: 1.05rem; }

.text-muted { color: var(--gray-500); }
.text-violet { color: var(--violet); }
.text-yellow { color: var(--yellow-2); }
.center { text-align: center; }

/* =========================================================
   Home page typography
   ========================================================= */
.home-page .section-head h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
}
.home-page .section-head p {
  font-size: 1.16rem;
  line-height: 1.7;
}
.home-page .launch-badge {
  font-size: 0.92rem;
}
.home-page .hero-line-pretitle {
  font-size: clamp(0.84rem, 1.15vw, 1rem);
}
.home-page .hero-line-mid {
  font-size: clamp(1.35rem, 2.6vw, 1.95rem);
}
.home-page .hero-line-feature {
  font-size: clamp(2.45rem, 5vw, 3.9rem);
}
.home-page .hero-lead {
  font-size: clamp(1.14rem, 1.65vw, 1.34rem);
  max-width: 660px;
}
.home-page .hero-trust {
  font-size: 1rem;
}
.home-page .marquee-track .m-item {
  font-size: 1rem;
}
.home-page .manifesto-eyebrow {
  font-size: 0.84rem;
}
.home-page .manifesto-line-1 {
  font-size: clamp(1rem, 1.55vw, 1.16rem);
}
.home-page .manifesto-line-2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
}
.home-page .manifesto-line-3 {
  font-size: clamp(2.75rem, 6.6vw, 5.2rem);
}
.home-page .counter-num {
  font-size: clamp(2.15rem, 4.6vw, 3.25rem);
}
.home-page .counter-label {
  font-size: 0.98rem;
}
.home-page .feature-card h3 {
  font-size: 1.34rem;
  margin-bottom: 10px;
}
.home-page .feature-card p {
  font-size: 1rem;
  line-height: 1.7;
}
.home-page .service-card h3 {
  font-size: 1.32rem;
}
.home-page .service-card .service-tag {
  font-size: 0.8rem;
}
.home-page .service-card .service-desc {
  font-size: 0.98rem;
  line-height: 1.65;
}
.home-page .service-card ul li {
  font-size: 0.93rem;
  line-height: 1.5;
}
.home-page .ts-content h3 {
  font-size: 1.22rem;
}
.home-page .ts-content p {
  font-size: 0.99rem;
  line-height: 1.65;
}
.home-page .guarantee h2 {
  font-size: clamp(2rem, 4.7vw, 3.45rem);
}
.home-page .guarantee p.gua-lead {
  font-size: 1.14rem;
}
.home-page .gua-step h3 {
  font-size: 1.14rem;
}
.home-page .gua-step p,
.home-page .guarantee-bottom {
  font-size: 0.98rem;
  line-height: 1.6;
}
.home-page .spotlight h2 {
  font-size: clamp(2rem, 4.1vw, 3rem);
}
.home-page .spotlight .sl-sub {
  font-size: 1.12rem;
  line-height: 1.7;
}
.home-page .spotlight .sl-stats .sl-stat .num {
  font-size: 1.78rem;
}
.home-page .spotlight .sl-stats .sl-stat .lbl {
  font-size: 0.9rem;
}
.home-page .honesty > div > h2 {
  font-size: clamp(1.95rem, 4vw, 2.85rem);
}
.home-page .honesty > div > p,
.home-page .honesty .h-list li p {
  font-size: 1rem;
  line-height: 1.7;
}
.home-page .honesty .h-list li h4 {
  font-size: 1.08rem;
}
.home-page .cta-banner h2 {
  font-size: clamp(2rem, 4.2vw, 3rem);
}
.home-page .cta-banner p {
  font-size: 1.12rem;
  line-height: 1.7;
}

/* =========================================================
   Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.98rem;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: linear-gradient(135deg, var(--violet) 0%, #6d28d9 100%);
  color: #fff;
  box-shadow: 0 10px 25px rgba(139, 92, 246, 0.35);
}
.btn-primary:hover { box-shadow: 0 15px 35px rgba(139, 92, 246, 0.5); }

.btn-yellow {
  background: var(--yellow);
  color: var(--gray-900);
  box-shadow: 0 10px 25px rgba(250, 204, 21, 0.35);
}
.btn-yellow:hover { background: var(--yellow-2); box-shadow: 0 15px 35px rgba(250, 204, 21, 0.45); }

.btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); }

.btn-outline {
  background: transparent;
  color: var(--gray-900);
  border: 1.5px solid var(--gray-300);
}
.btn-outline:hover { border-color: var(--violet); color: var(--violet); }

.btn-sm { padding: 10px 16px; font-size: 0.9rem; }
.btn-lg { padding: 16px 28px; font-size: 1.05rem; }

.btn .arrow { transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* =========================================================
   Header / Navigation
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--bg-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.site-header.scrolled {
  border-bottom-color: rgba(167, 139, 250, 0.15);
  box-shadow: 0 12px 30px rgba(91, 33, 182, 0.2);
}
.site-header.on-light {
  background: #fff;
  border-bottom: 1px solid var(--gray-200);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: -0.02em;
}
.on-light .logo { color: var(--gray-900); }
.logo-mark {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--violet) 0%, #6d28d9 100%);
  box-shadow: 0 6px 18px rgba(139, 92, 246, 0.5);
  display: grid; place-items: center;
  color: #fff; font-weight: 900;
  font-size: 0.95rem;
}
.nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0; padding: 0;
}
.nav-links a {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.15s ease;
}
.nav-links a:hover, .nav-links a.active { color: #fff; }
.on-light .nav-links a { color: var(--gray-600); }
.on-light .nav-links a:hover, .on-light .nav-links a.active { color: var(--gray-900); }

.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle {
  display: none;
  background: transparent;
  color: inherit;
  width: 42px; height: 42px;
  border-radius: 10px;
  align-items: center; justify-content: center;
}
.nav-toggle:hover { background: rgba(255, 255, 255, 0.08); }
.on-light .nav-toggle:hover { background: var(--gray-100); }
.nav-toggle svg { width: 22px; height: 22px; }

/* Mobile nav drawer — hidden by default at every viewport */
.nav-mobile {
  display: none;
  background: var(--bg-dark-2);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 24px 24px;
}
.on-light .nav-mobile { background: #fff; border-top: 1px solid var(--gray-200); }
.nav-mobile ul { list-style: none; padding: 0; margin: 0 0 16px; }
.nav-mobile li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.on-light .nav-mobile li { border-bottom: 1px solid var(--gray-200); }
.nav-mobile a { color: rgba(255, 255, 255, 0.85); font-weight: 500; display: block; }
.on-light .nav-mobile a { color: var(--gray-900); }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; color: #fff; }
  .on-light .nav-toggle { color: var(--gray-900); }
  .nav-mobile.open { display: block; }
}

/* =========================================================
   Hero v2 — editorial, animated, F Barbershop showcase
   ========================================================= */
.hero {
  position: relative;
  background: var(--bg-dark);
  color: #fff;
  overflow: hidden;
  padding: 88px 0 0;
  isolation: isolate;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.hero .container { position: relative; z-index: 2; }

/* Aurora mesh gradient — 3 floating blobs, GPU-accelerated */
.aurora {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.aurora i {
  position: absolute;
  display: block;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}
.aurora i:nth-child(1) {
  width: 620px; height: 620px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.55) 0%, transparent 70%);
  top: -16%; left: -12%;
  animation: aurora1 22s ease-in-out infinite;
}
.aurora i:nth-child(2) {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(250, 204, 21, 0.28) 0%, transparent 70%);
  top: 14%; right: -10%;
  animation: aurora2 28s ease-in-out infinite;
}
.aurora i:nth-child(3) {
  width: 720px; height: 720px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.45) 0%, transparent 70%);
  bottom: -34%; left: 28%;
  animation: aurora3 26s ease-in-out infinite;
}
@keyframes aurora1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33%      { transform: translate(80px, 60px) scale(1.12); }
  66%      { transform: translate(-40px, 100px) scale(0.94); }
}
@keyframes aurora2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(-90px, 70px) scale(1.18); }
}
@keyframes aurora3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40%      { transform: translate(60px, -80px) scale(0.9); }
  80%      { transform: translate(-70px, -40px) scale(1.1); }
}

/* Hero — centered single column */
.hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 0 96px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 700px) {
  .hero-grid { padding: 16px 0 64px; }
}

.hero-content { width: 100%; }

/* Hero typography — 3-line hierarchy with rotator as focal point */
.hero-title {
  margin: 28px 0 28px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.hero-title .hero-line { display: block; }

.hero-line-pretitle {
  font-size: clamp(0.72rem, 1vw, 0.85rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 16px;
}
.hero-line-mid {
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: -0.015em;
  margin-bottom: 6px;
  line-height: 1.2;
}
.hero-line-feature {
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: #fff;
}
.hero-period {
  display: inline-block;
  color: var(--yellow);
  margin-left: 0.02em;
}

/* Letter-by-letter reveal */
.ltr {
  display: inline-block;
  opacity: 0;
  transform: translateY(28px) rotateX(-40deg);
  transform-origin: 50% 100%;
  animation: letterIn 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
  will-change: transform, opacity;
}
.ltr.space { width: 0.28em; }
@keyframes letterIn {
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

/* Line slide-in (used for line 2 and elements below) */
.slide-in {
  opacity: 0;
  transform: translateY(24px);
  animation: slideIn 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
@keyframes slideIn {
  to { opacity: 1; transform: translateY(0); }
}

/* Word rotator with gradient flow */
.rotator-wrap {
  display: inline-grid;
  position: relative;
  vertical-align: baseline;
  padding: 0 0.05em;
}
.rotator-wrap > * {
  grid-area: 1 / 1;        /* stack ghost + active word in same cell */
  justify-self: center;     /* center the active word within the cell */
  white-space: nowrap;
}
.rotator-ghost {
  visibility: hidden;       /* invisible but reserves the layout width */
  pointer-events: none;
  user-select: none;
}
.rotator-wrap::after {
  content: "";
  position: absolute;
  left: 0.05em; right: 0.05em;
  bottom: -0.04em;
  height: 0.08em;
  background: linear-gradient(90deg, transparent 0%, var(--yellow) 30%, var(--violet-2) 70%, transparent 100%);
  border-radius: 4px;
  transform-origin: 50% 50%;
  animation: rotatorUnderline 4.5s ease-in-out infinite;
}
@keyframes rotatorUnderline {
  0%, 10%   { transform: scaleX(0); opacity: 0; }
  25%, 75%  { transform: scaleX(1); opacity: 0.85; }
  90%, 100% { transform: scaleX(0); opacity: 0; }
}

.rotator-word {
  display: inline-block;
  background: linear-gradient(120deg, var(--violet-2) 0%, var(--yellow) 50%, var(--violet-2) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 3.6s ease-in-out infinite;
  transition: opacity 0.32s ease, transform 0.36s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.32s ease;
  will-change: transform, opacity;
}
.rotator-word.out {
  opacity: 0;
  transform: translateY(-14px) scale(0.96);
  filter: blur(4px);
}
.rotator-word.in {
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  filter: blur(4px);
}
@keyframes gradientFlow {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* Hero lead */
.hero-lead {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.72);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.55;
  animation-delay: 0.95s;
}
.hero-lead strong {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(120deg, var(--yellow) 0%, var(--violet-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Hero CTAs */
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 36px;
  animation-delay: 1.1s;
}

/* Hero trust badges */
.hero-trust {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  flex-wrap: wrap;
  justify-content: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.92rem;
  animation-delay: 1.25s;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 10px var(--yellow);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { box-shadow: 0 0 10px var(--yellow); }
  50%      { box-shadow: 0 0 20px var(--yellow), 0 0 6px var(--yellow); }
}

/* Hero visual — F Barbershop device showcase */
.hero-visual {
  position: relative;
  perspective: 1600px;
  opacity: 0;
  animation: visualIn 1s cubic-bezier(0.2, 0.8, 0.2, 1) forwards 0.5s;
  will-change: transform;
}
@keyframes visualIn {
  to { opacity: 1; }
}

.hero-tilt {
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-9deg) rotateX(6deg);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.device-frame {
  position: relative;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  border-radius: 18px;
  padding: 12px 12px 12px;
  box-shadow:
    0 50px 90px rgba(91, 33, 182, 0.38),
    0 0 0 1px rgba(167, 139, 250, 0.22),
    0 0 100px rgba(139, 92, 246, 0.35);
  aspect-ratio: 4/3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.device-bar {
  display: flex;
  gap: 6px;
  padding: 4px 4px 10px;
  flex-shrink: 0;
}
.device-bar i {
  width: 11px; height: 11px;
  border-radius: 50%;
}
.device-bar i:nth-child(1) { background: var(--white); }
.device-bar i:nth-child(2) { background: var(--yellow); }
.device-bar i:nth-child(3) { background: var(--violet); }
.device-bar .device-url {
  margin-left: auto;
  font-size: 0.7rem;
  color: rgba(255,255,255,0.4);
  font-family: -apple-system, "SF Mono", Menlo, monospace;
  background: rgba(255,255,255,0.05);
  padding: 3px 12px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.06);
  letter-spacing: 0.02em;
}
.device-frame .device-screen {
  flex: 1;
  border-radius: 8px;
  overflow: hidden;
  background: var(--bg-dark);
  position: relative;
}
.device-frame .device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  animation: deviceParallax 18s ease-in-out infinite alternate;
}
@keyframes deviceParallax {
  from { object-position: top center; }
  to   { object-position: center center; }
}

/* Floating badges around device */
.hero-badge {
  position: absolute;
  background: rgba(31, 17, 71, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 24px 50px rgba(91, 33, 182, 0.28);
  font-size: 0.9rem;
  opacity: 0;
  transform: scale(0.85);
  animation:
    badgeIn 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards,
    badgeFloat 5s ease-in-out infinite;
}
.hero-badge-1 {
  top: -18px;
  right: -22px;
  animation-delay: 1.1s, 1.8s;
  transform: rotate(3deg) scale(0.85);
}
.hero-badge-2 {
  bottom: -20px;
  left: -22px;
  animation-delay: 1.3s, -2.5s;
  transform: rotate(-3deg) scale(0.85);
}
@keyframes badgeIn {
  to { opacity: 1; transform: rotate(var(--rot, 0deg)) scale(1); }
}
.hero-badge-1 { --rot: 3deg; }
.hero-badge-2 { --rot: -3deg; }
@keyframes badgeFloat {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -8px; }
}
.hb-icon {
  width: 38px; height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 1rem;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--violet) 0%, #6d28d9 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(139, 92, 246, 0.35);
}
.hb-icon-yellow {
  background: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-2) 100%);
  color: var(--bg-dark);
  box-shadow: 0 8px 18px rgba(250, 204, 21, 0.4);
}
.hb-icon-red {
  background: linear-gradient(135deg, var(--violet-2) 0%, var(--violet) 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(139, 92, 246, 0.35);
}
.hb-strong {
  font-weight: 800;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}
.hb-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.76rem;
  margin-top: 2px;
}

@media (max-width: 600px) {
  .hero-badge-1 { right: -8px; top: -12px; }
  .hero-badge-2 { left: -8px; bottom: -12px; }
}

/* Marquee — infinite scrolling values band */
.hero-marquee {
  position: relative;
  background: rgba(31, 17, 71, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  z-index: 3;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 36px;
  padding: 18px 0;
  white-space: nowrap;
  animation: marquee 36s linear infinite;
  will-change: transform;
}
.marquee-track .m-item {
  font-weight: 600;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  letter-spacing: 0.02em;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.marquee-track .m-item:hover { color: var(--yellow); }
.marquee-track .m-item.m-star { color: var(--yellow); }
.marquee-track .m-sep {
  color: var(--violet);
  font-size: 0.7rem;
  flex-shrink: 0;
  opacity: 0.6;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Reduced motion — kill all decorative animations */
@media (prefers-reduced-motion: reduce) {
  .ltr, .slide-in, .hero-visual, .hero-badge {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .aurora i, .marquee-track, .rotator-word, .hero-tilt {
    animation: none !important;
  }
  .rotator-word { -webkit-text-fill-color: var(--violet-2); color: var(--violet-2); }
}

/* Hero visual / mockup */
.hero-visual {
  position: relative;
  perspective: 1200px;
}
.mockup {
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 30px 80px rgba(91, 33, 182, 0.3),
              0 0 0 1px rgba(167, 139, 250, 0.15) inset,
              0 0 60px rgba(139, 92, 246, 0.25);
  transform: rotate(-2deg);
}
.mockup-bar {
  display: flex;
  gap: 6px;
  padding: 6px 4px 12px;
}
.mockup-bar i { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.mockup-bar i:nth-child(1) { background: var(--white); }
.mockup-bar i:nth-child(2) { background: var(--yellow); }
.mockup-bar i:nth-child(3) { background: var(--violet); }
.mockup-screen {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  color: var(--gray-900);
  aspect-ratio: 4/3;
  display: grid;
  grid-template-rows: auto 1fr;
}
.mockup-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--gray-200);
  background: #fff;
}
.mockup-nav .m-logo {
  width: 22px; height: 22px; border-radius: 6px;
  background: linear-gradient(135deg, var(--violet), #6d28d9);
}
.mockup-nav .m-name { font-weight: 700; font-size: 0.85rem; }
.mockup-nav .m-links { margin-left: auto; display: flex; gap: 14px; }
.mockup-nav .m-links span { width: 36px; height: 6px; background: var(--gray-200); border-radius: 4px; }
.mockup-body {
  padding: 22px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 14px;
  background: linear-gradient(180deg, var(--gray-50) 0%, #fff 100%);
}
.m-h { height: 14px; background: var(--gray-900); border-radius: 6px; width: 75%; }
.m-h2 { height: 8px; background: var(--gray-300); border-radius: 4px; width: 55%; margin-top: 6px; }
.m-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.m-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 10px;
  padding: 12px;
  display: grid; gap: 6px;
}
.m-card .m-tag { width: 28px; height: 28px; border-radius: 8px; background: var(--violet-soft); }
.m-card .m-l1 { height: 6px; background: var(--gray-800); border-radius: 4px; width: 80%; }
.m-card .m-l2 { height: 5px; background: var(--gray-200); border-radius: 4px; width: 95%; }
.m-card .m-l3 { height: 5px; background: var(--gray-200); border-radius: 4px; width: 70%; }
.m-cta {
  height: 28px;
  background: linear-gradient(135deg, var(--violet), #6d28d9);
  border-radius: 8px;
  width: 130px;
}

.mockup-floating {
  position: absolute;
  background: #fff;
  color: var(--gray-900);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 600;
}
.mockup-floating .badge-yellow {
  width: 36px; height: 36px;
  background: var(--yellow);
  border-radius: 10px;
  display: grid; place-items: center;
  font-size: 1.2rem;
}
.mockup-floating.f1 { top: -10px; right: -10px; transform: rotate(3deg); }
.mockup-floating.f2 { bottom: -16px; left: -20px; transform: rotate(-2deg); background: #fff; }
.mockup-floating.f2 .badge-yellow { background: var(--violet); color: #fff; }

@media (max-width: 600px) { .mockup-floating { display: none; } }

/* =========================================================
   Sections (light)
   ========================================================= */
.section { padding: 96px 0; }
.section-light { background: var(--white); }
.section-gray { background: var(--gray-50); }

/* Logos / trust strip */
.logos-strip {
  padding: 36px 0;
  background: var(--bg-dark-2);
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.logos-strip-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.logos-strip-inner span { opacity: 0.8; }
.logos-strip-inner .label { font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--yellow); }

/* Feature cards */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) { .features { grid-template-columns: 1fr; } }

.feature-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: rgba(139, 92, 246, 0.3);
}
.feature-icon {
  width: 56px; height: 56px;
  background: rgba(139, 92, 246, 0.14);
  color: var(--violet);
  border-radius: 16px;
  display: grid; place-items: center;
  margin-bottom: 20px;
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.16);
}
.feature-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.feature-card.alt .feature-icon {
  background: rgba(250, 204, 21, 0.18);
  color: var(--yellow);
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.22);
}
.feature-card h3 { margin-bottom: 8px; }
.feature-card p { color: var(--gray-600); margin: 0; }

/* Process timeline — horizontal track with progressive line fill */
.timeline {
  position: relative;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.timeline-track {
  position: absolute;
  top: 32px;        /* aligns with center of badges (64/2) */
  left: 12.5%;      /* center of first column */
  right: 12.5%;     /* center of last column */
  height: 4px;
  background: rgba(139, 92, 246, 0.12);
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none;
}
.timeline-line {
  position: absolute;
  inset: 0;
  width: 0%;
  background: linear-gradient(90deg, var(--violet) 0%, #6d28d9 30%, var(--yellow) 100%);
  border-radius: 4px;
  transition: width 1.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.4);
}
.timeline.in .timeline-line { width: 100%; }

.timeline-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.ts-num {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid var(--gray-200);
  margin: 0 auto 22px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.45rem;
  color: var(--gray-400);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 14px rgba(91, 33, 182, 0.1);
  position: relative;
}
.ts-num::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.25), transparent 70%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}
.timeline.in .ts-num {
  background: linear-gradient(135deg, var(--violet) 0%, #6d28d9 100%);
  border-color: rgba(250, 204, 21, 0.6);
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 14px 32px rgba(139, 92, 246, 0.4);
}
.timeline.in .ts-num::after { opacity: 1; }

.timeline.in .timeline-step:nth-child(1) .ts-num { transition-delay: 0.10s; }
.timeline.in .timeline-step:nth-child(2) .ts-num { transition-delay: 0.50s; }
.timeline.in .timeline-step:nth-child(3) .ts-num { transition-delay: 0.95s; }
.timeline.in .timeline-step:nth-child(4) .ts-num { transition-delay: 1.40s; }

.ts-content {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.timeline.in .ts-content { opacity: 1; transform: translateY(0); }
.timeline.in .timeline-step:nth-child(1) .ts-content { transition-delay: 0.30s; }
.timeline.in .timeline-step:nth-child(2) .ts-content { transition-delay: 0.70s; }
.timeline.in .timeline-step:nth-child(3) .ts-content { transition-delay: 1.15s; }
.timeline.in .timeline-step:nth-child(4) .ts-content { transition-delay: 1.60s; }

.ts-content h3 {
  font-size: 1.1rem;
  margin: 0 0 6px;
}
.ts-content p {
  font-size: 0.94rem;
  color: var(--gray-600);
  margin: 0 auto;
  max-width: 220px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .timeline { grid-template-columns: 1fr; gap: 28px; margin-top: 56px; }
  .timeline-track {
    top: 32px; bottom: 32px;
    left: 32px; right: auto;
    width: 4px; height: auto;
  }
  .timeline-line {
    width: 100%;
    height: 0;
    transition: height 1.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    background: linear-gradient(180deg, var(--violet) 0%, #6d28d9 30%, var(--yellow) 100%);
  }
  .timeline.in .timeline-line { width: 100%; height: 100%; }
  .timeline-step { display: grid; grid-template-columns: auto 1fr; gap: 18px; text-align: left; }
  .ts-num { margin: 0; }
  .ts-content p { max-width: none; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-line, .ts-num, .ts-content {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .timeline-line { width: 100% !important; }
}

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  border-radius: var(--radius-lg);
  padding: 48px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 80% at 80% 50%, rgba(139, 92, 246, 0.4) 0%, transparent 60%);
  pointer-events: none;
}
.stat { position: relative; }
.stat .num {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, var(--violet-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
}
.stat .lbl { color: rgba(255, 255, 255, 0.7); font-size: 0.95rem; }
@media (max-width: 720px) { .stats { grid-template-columns: repeat(2, 1fr); padding: 32px; } }

/* Pricing */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 980px) { .pricing { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; } }

.plan {
  background: #fff;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan.featured {
  border-color: var(--violet);
  background: linear-gradient(180deg, rgba(139,92,246,0.04) 0%, #fff 40%);
  box-shadow: 0 30px 60px rgba(139, 92, 246, 0.2);
  position: relative;
  transform: scale(1.02);
}
.plan.featured::before {
  content: "★ Le plus choisi";
  position: absolute;
  top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--yellow);
  color: var(--gray-900);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-shadow: 0 8px 20px rgba(250, 204, 21, 0.4);
}
.plan-name { font-size: 0.85rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--violet); margin-bottom: 8px; }
.plan-price { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.02em; }
.plan-price small { font-size: 1rem; color: var(--gray-500); font-weight: 500; }
.plan-from { font-size: 0.85rem; color: var(--gray-500); margin-bottom: 16px; }
.plan-desc { color: var(--gray-600); margin-bottom: 24px; min-height: 48px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 28px; flex: 1; }
.plan ul li {
  padding: 8px 0 8px 28px;
  position: relative;
  font-size: 0.95rem;
  color: var(--gray-700);
}
.plan ul li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 8px;
  width: 20px; height: 20px;
  background: var(--violet-soft);
  color: var(--violet);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.75rem;
  font-weight: 800;
}
.plan ul li.muted { color: var(--gray-400); }
.plan ul li.muted::before { content: "−"; background: var(--gray-100); color: var(--gray-400); }

/* Comparison */
.compare {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 48px;
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) { .compare { grid-template-columns: 1fr; padding: 32px; } }
.compare-table {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.compare-row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 0.95rem; }
.compare-row:last-child { border-bottom: 0; }
.compare-row.head { background: rgba(255,255,255,0.06); font-weight: 700; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.7); }
.compare-row .c-webia { color: var(--yellow); font-weight: 600; }
.compare-row .c-others { color: rgba(255,255,255,0.55); }

/* Testimonials */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 980px) { .testimonials { grid-template-columns: 1fr; max-width: 580px; margin: 0 auto; } }
.testimonial {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex; flex-direction: column;
}
.testimonial .stars { color: var(--yellow-2); margin-bottom: 14px; letter-spacing: 2px; }
.testimonial blockquote { margin: 0 0 20px; color: var(--gray-700); font-size: 1rem; line-height: 1.6; }
.testimonial blockquote::before { content: "« "; color: var(--violet); font-weight: 800; }
.testimonial blockquote::after { content: " »"; color: var(--violet); font-weight: 800; }
.t-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.t-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--violet), #6d28d9);
  display: grid; place-items: center;
  color: #fff; font-weight: 700;
  font-size: 0.95rem;
}
.t-name { font-weight: 700; font-size: 0.95rem; }
.t-role { font-size: 0.85rem; color: var(--gray-500); }

/* Portfolio */
.portfolio { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media (max-width: 760px) { .portfolio { grid-template-columns: 1fr; } }
.project {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gray-200);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.project:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.project-thumb {
  aspect-ratio: 16/10;
  position: relative;
  overflow: hidden;
  background: var(--bg-dark);
}
.project-thumb svg { width: 100%; height: 100%; display: block; }

/* Thumbnail using a real screenshot — show only the top of a tall image */
.project-thumb.thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: object-position 1.5s ease;
}
.project:hover .thumb-image img {
  object-position: bottom center;
}
.project-thumb.thumb-image::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(31, 17, 71, 0.72) 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project:hover .thumb-image::after { opacity: 1; }

/* Real screenshot in modal */
.preview-real { background: var(--bg-dark); }
.preview-real-banner {
  position: sticky;
  top: 0;
  z-index: 5;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  color: #fff;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.86rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 8px 20px rgba(91, 33, 182, 0.22);
}
.preview-real-banner .pr-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.85);
}
.preview-real-banner .pr-tag::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 10px var(--yellow);
}
.preview-real-banner a {
  color: var(--yellow);
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.preview-real-banner a:hover { color: #fff; }
.preview-real-banner .pr-tag-concept::before {
  background: var(--violet-2);
  box-shadow: 0 0 10px var(--violet-2);
}
.preview-real-banner .pr-meta {
  color: rgba(255,255,255,0.55);
  font-size: 0.8rem;
  font-weight: 500;
}
.preview-real img {
  width: 100%;
  display: block;
}
.preview-real .screenshot-label {
  padding: 18px 24px;
  background: linear-gradient(180deg, var(--bg-dark-2) 0%, var(--bg-dark) 100%);
  color: var(--yellow);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
}
.preview-real .screenshot-label::before {
  content: "";
  width: 22px; height: 1.5px;
  background: linear-gradient(90deg, var(--yellow), transparent);
}
.project-body { padding: 24px 28px 28px; }
.project-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--violet);
  background: var(--violet-soft);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.project h3 { margin-bottom: 6px; }
.project p { color: var(--gray-600); margin: 0; font-size: 0.95rem; }

/* FAQ */
.faq-list { max-width: 820px; margin: 0 auto; }
details.faq-item {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
details.faq-item[open] {
  border-color: var(--violet);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.12);
}
details.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 28px;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--gray-900);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: "+";
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--violet);
  transition: transform 0.2s ease;
  line-height: 1;
}
details.faq-item[open] summary::after { content: "−"; }
details.faq-item .faq-answer {
  padding: 0 28px 24px;
  color: var(--gray-600);
  line-height: 1.7;
}

/* CTA banner */
.cta-banner {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 64px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(40% 80% at 20% 30%, rgba(139,92,246,0.4) 0%, transparent 60%),
    radial-gradient(40% 80% at 80% 70%, rgba(250,204,21,0.15) 0%, transparent 60%);
  pointer-events: none;
}
.cta-banner > * { position: relative; }
.cta-banner h2 { margin-bottom: 10px; }
.cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 24px; font-size: 1.05rem; }
.cta-banner .urgency-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(250, 204, 21, 0.18);
  color: var(--yellow);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 18px;
  border: 1px solid rgba(250, 204, 21, 0.3);
}
.urgency-tag .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 12px var(--yellow);
  animation: pulse 1.6s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

/* =========================================================
   Page header (light pages)
   ========================================================= */
.page-hero {
  background: linear-gradient(180deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  color: #fff;
  text-align: center;
  padding: 80px 0 96px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: -20% 0 auto 0;
  height: 60%;
  background: radial-gradient(50% 60% at 50% 0%, rgba(139,92,246,0.4) 0%, transparent 60%);
  pointer-events: none;
}
.page-hero .container { position: relative; }
.page-hero p { color: rgba(255,255,255,0.7); max-width: 640px; margin: 0 auto; font-size: 1.1rem; }

/* =========================================================
   Form (devis)
   ========================================================= */
.form-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 48px;
  box-shadow: var(--shadow);
}
@media (max-width: 600px) { .form-wrap { padding: 28px 22px; } }

.field { margin-bottom: 22px; }
.field label {
  display: block;
  font-weight: 600;
  font-size: 0.92rem;
  margin-bottom: 8px;
  color: var(--gray-800);
}
.field label .required { color: var(--violet); }

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
  color: var(--gray-900);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--violet);
  box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.12);
}
.field textarea { min-height: 130px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .field-row { grid-template-columns: 1fr; } }

.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 540px) { .choice-grid { grid-template-columns: 1fr 1fr; } }
.choice-grid label {
  display: block;
  border: 1.5px solid var(--gray-200);
  border-radius: var(--radius-sm);
  padding: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  background: #fff;
  transition: all 0.15s ease;
  margin: 0;
}
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid input:checked + label,
.choice-grid label:hover {
  border-color: var(--violet);
  background: var(--violet-soft);
  color: var(--violet);
}

.form-side {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 900px) { .form-side { grid-template-columns: 1fr; } }
.form-aside {
  background: linear-gradient(160deg, var(--bg-dark) 0%, var(--bg-dark-3) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  position: sticky;
  top: 96px;
}
.form-aside h3 { color: #fff; }
.form-aside ul { list-style: none; padding: 0; margin: 18px 0 0; }
.form-aside ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.form-aside ul li:last-child { border-bottom: 0; }
.form-aside ul li::before {
  content: "✓";
  position: absolute; left: 0; top: 11px;
  width: 18px; height: 18px;
  background: var(--yellow);
  color: var(--gray-900);
  border-radius: 50%;
  display: grid; place-items: center;
  font-size: 0.7rem;
  font-weight: 800;
}

.form-success {
  display: none;
  background: rgba(139, 92, 246, 0.06);
  border: 1.5px solid var(--violet);
  color: var(--violet);
  padding: 18px 22px;
  border-radius: var(--radius);
  margin-bottom: 24px;
  font-weight: 600;
}
.form-success.show { display: block; }

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  background: var(--bg-dark);
  color: rgba(255, 255, 255, 0.75);
  padding: 64px 0 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

.footer-brand .logo { margin-bottom: 14px; }
.footer-brand p { color: rgba(255,255,255,0.55); font-size: 0.95rem; max-width: 320px; }

.footer-col h4 {
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.95rem; transition: color 0.15s ease; }
.footer-col a:hover { color: var(--yellow); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
}

/* =========================================================
   Manifesto section — emotional pain amplification
   ========================================================= */
.manifesto-section {
  position: relative;
  background: var(--bg-dark);
  color: #fff;
  padding: 96px 0 88px;
  overflow: hidden;
  isolation: isolate;
}
.manifesto-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 80% 20%, rgba(250, 204, 21, 0.08) 0%, transparent 60%),
    radial-gradient(50% 60% at 10% 90%, rgba(139, 92, 246, 0.18) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.manifesto-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 30% 50%, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.manifesto-section .container { position: relative; z-index: 1; }

.manifesto {
  max-width: 1100px;
  position: relative;
}
.manifesto-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 28px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.manifesto-eyebrow::before {
  content: "";
  width: 36px; height: 1.5px;
  background: linear-gradient(90deg, var(--yellow), transparent);
}
.manifesto.in .manifesto-eyebrow {
  opacity: 1;
  transform: translateY(0);
}

.manifesto-line {
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform, opacity;
  line-height: 1.1;
}
.manifesto.in .manifesto-line { opacity: 1; transform: translateY(0); }
.manifesto.in .manifesto-line-1 { transition-delay: 0.10s; }
.manifesto.in .manifesto-line-2 { transition-delay: 0.25s; }
.manifesto.in .manifesto-line-3 { transition-delay: 0.45s; }

/* Line 1 — small contextual eyebrow */
.manifesto-line-1 {
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 18px;
}

/* Line 2 — medium statement */
.manifesto-line-2 {
  font-size: clamp(1.6rem, 3.6vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 10px;
}

/* Line 3 — focal punchline (the climax) */
.manifesto-line-3 {
  font-size: clamp(2.4rem, 6.2vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  color: rgba(255, 255, 255, 0.92);
}

.manifesto-accent {
  position: relative;
  display: inline-block;
  background: linear-gradient(120deg, var(--yellow) 0%, var(--violet-2) 55%, var(--violet) 100%);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 5s ease-in-out infinite;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.025em;
}
.manifesto-accent::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 0.06em;
  height: 0.10em;
  background: linear-gradient(90deg, var(--yellow) 0%, var(--violet) 100%);
  border-radius: 6px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.95s;
  box-shadow: 0 4px 18px rgba(139, 92, 246, 0.3);
}
.manifesto.in .manifesto-accent::after { transform: scaleX(1); }

.manifesto-counter {
  margin-top: 48px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  max-width: 580px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease 0.85s, transform 1s ease 0.85s;
}
.manifesto.in .manifesto-counter {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 600px) {
  .manifesto-counter {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px 24px;
    gap: 16px;
  }
}

.counter-num {
  font-size: clamp(1.9rem, 4.2vw, 2.8rem);
  font-weight: 900;
  background: linear-gradient(135deg, var(--violet-2) 0%, var(--yellow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  min-width: 3.5ch;
  text-align: right;
  display: inline-block;
  filter: drop-shadow(0 4px 14px rgba(167, 139, 250, 0.22));
}
.counter-num::before {
  content: "+";
  color: var(--yellow);
  -webkit-text-fill-color: var(--yellow);
  font-size: 0.6em;
  vertical-align: top;
  margin-right: 0.05em;
}
.counter-pulse {
  display: inline-block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--yellow);
  margin-left: 6px;
  vertical-align: middle;
  box-shadow: 0 0 10px var(--yellow);
  animation: pulse 1.6s ease-in-out infinite;
}
.counter-label {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
  line-height: 1.5;
}
.counter-label strong {
  color: #fff;
  font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
  .manifesto-line,
  .manifesto-eyebrow,
  .manifesto-counter,
  .manifesto-accent::after,
  .manifesto-accent {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   Services slider — horizontal scroll-snap with arrows
   ========================================================= */
.services-section {
  background: var(--gray-50);
  position: relative;
  overflow: hidden;
}
.services-section .section-head { margin-bottom: 32px; }

.services-slider {
  position: relative;
  margin: 0 -24px;
}
.services-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 16px 24px 24px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.services-track::-webkit-scrollbar { display: none; }

.service-card {
  flex: 0 0 320px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
}
.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, transparent, rgba(139, 92, 246, 0.04));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.25);
  box-shadow: 0 16px 40px rgba(91, 33, 182, 0.14);
}
.service-card:hover::before { opacity: 1; }

.service-card .service-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
}
.service-card .service-icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.service-card.s-violet .service-icon,
.service-card.s-teal   .service-icon,
.service-card.s-blue   .service-icon,
.service-card.s-red    .service-icon {
  background: rgba(139, 92, 246, 0.14);
  color: var(--violet);
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.16);
}
.service-card.s-orange .service-icon,
.service-card.s-yellow .service-icon,
.service-card.s-pink   .service-icon,
.service-card.s-cyan   .service-icon {
  background: rgba(250, 204, 21, 0.18);
  color: var(--yellow);
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.22);
}

.service-card h3 {
  font-size: 1.18rem;
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.service-card .service-tag {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--violet);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 14px;
}
.service-card.s-orange .service-tag,
.service-card.s-yellow .service-tag,
.service-card.s-cyan   .service-tag { color: var(--yellow); }
.service-card.s-teal   .service-tag,
.service-card.s-blue   .service-tag,
.service-card.s-pink   .service-tag,
.service-card.s-red    .service-tag { color: var(--violet); }

.service-card .service-desc {
  color: var(--gray-600);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 18px;
  flex: 1;
}
.service-card ul {
  list-style: none;
  padding: 16px 0 0;
  margin: 0;
  border-top: 1px solid var(--gray-100);
}
.service-card ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 0.86rem;
  color: var(--gray-700);
  line-height: 1.4;
}
.service-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--violet);
  font-weight: 800;
  font-size: 0.85rem;
}

/* Slider arrows — desktop */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  color: var(--gray-700);
  box-shadow: 0 8px 20px rgba(91, 33, 182, 0.12);
  transition: all 0.2s ease;
}
.slider-arrow:hover {
  background: var(--violet);
  color: #fff;
  border-color: var(--violet);
  transform: translateY(-50%) scale(1.06);
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.35);
}
.slider-arrow-prev { left: 4px; }
.slider-arrow-next { right: 4px; }
.slider-arrow.disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}
.slider-arrow svg { width: 18px; height: 18px; }

@media (max-width: 720px) {
  .slider-arrow { display: none; }
  .service-card { flex: 0 0 84%; }
}

/* Slider edge fade effect */
.services-slider::before,
.services-slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 2;
  pointer-events: none;
}
.services-slider::before {
  left: 0;
  background: linear-gradient(90deg, var(--gray-50) 0%, transparent 100%);
}
.services-slider::after {
  right: 0;
  background: linear-gradient(-90deg, var(--gray-50) 0%, transparent 100%);
}
@media (max-width: 720px) {
  .services-slider::before,
  .services-slider::after { display: none; }
}

/* =========================================================
   Guarantee section — "you see before you sign"
   ========================================================= */
.guarantee-section {
  position: relative;
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-2) 50%, var(--bg-dark-3) 100%);
  color: #fff;
  padding: 96px 0 88px;
  overflow: hidden;
  isolation: isolate;
}
.guarantee-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(50% 70% at 80% 25%, rgba(250, 204, 21, 0.15) 0%, transparent 60%),
    radial-gradient(50% 70% at 15% 85%, rgba(139, 92, 246, 0.22) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.guarantee-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}
.guarantee-section .container { position: relative; z-index: 1; }

.guarantee {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.guarantee-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250, 204, 21, 0.12);
  color: var(--yellow);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 24px;
  border: 1px solid rgba(250, 204, 21, 0.28);
}
.guarantee-eyebrow::before {
  content: "✓";
  font-size: 0.85rem;
  font-weight: 900;
}

.guarantee h2 {
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #fff;
}
.guarantee h2 .gua-accent {
  position: relative;
  display: inline-block;
  background: linear-gradient(120deg, var(--yellow) 0%, var(--violet-2) 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientFlow 5s ease-in-out infinite;
}

.guarantee p.gua-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 auto 56px;
}

.guarantee-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto 40px;
}
@media (max-width: 760px) {
  .guarantee-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .guarantee-flow .gua-arrow {
    display: grid;
    place-items: center;
    transform: rotate(90deg);
  }
}

.gua-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg);
  padding: 26px 22px 24px;
  text-align: left;
  position: relative;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.gua-step:hover {
  border-color: rgba(250, 204, 21, 0.3);
  transform: translateY(-3px);
}
.gua-step .gua-num {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  color: var(--yellow);
  margin-bottom: 14px;
  text-transform: uppercase;
}
.gua-step .gua-icon {
  width: 48px; height: 48px;
  display: grid; place-items: center;
  background: rgba(139, 92, 246, 0.18);
  color: var(--violet-2);
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.18);
}
.gua-step .gua-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.gua-step:nth-child(3) .gua-icon {
  background: rgba(250, 204, 21, 0.18);
  color: var(--yellow);
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.24);
}
.gua-step:nth-child(5) .gua-icon {
  background: rgba(139, 92, 246, 0.18);
  color: var(--violet-2);
}

.gua-step h3 {
  font-size: 1.05rem;
  margin: 0 0 6px;
  color: #fff;
  letter-spacing: -0.01em;
}
.gua-step p {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.5;
}
.gua-arrow {
  color: var(--yellow);
  font-size: 1.6rem;
  opacity: 0.5;
  align-self: center;
}

.guarantee-bottom {
  margin-top: 32px;
  padding: 18px 28px;
  display: inline-block;
  background: rgba(250, 204, 21, 0.06);
  border: 1px dashed rgba(250, 204, 21, 0.35);
  border-radius: var(--radius);
  font-size: 0.96rem;
  color: rgba(255, 255, 255, 0.78);
}
.guarantee-bottom strong {
  color: var(--yellow);
  font-weight: 800;
  font-size: 1.05rem;
}

/* =========================================================
   Floating sticky CTA — appears after hero, slides in
   ========================================================= */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 16px;
  background: var(--yellow);
  color: var(--gray-900);
  font-weight: 700;
  font-size: 0.92rem;
  border-radius: 999px;
  box-shadow:
    0 12px 30px rgba(250, 204, 21, 0.45),
    0 4px 12px rgba(91, 33, 182, 0.18);
  text-decoration: none;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.float-cta.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.float-cta::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--yellow), var(--violet-2), var(--violet));
  z-index: -1;
  opacity: 0;
  filter: blur(12px);
  animation: floatHalo 3s ease-in-out infinite;
}
@keyframes floatHalo {
  0%, 100% { opacity: 0.3; transform: scale(0.95); }
  50%      { opacity: 0.6; transform: scale(1.05); }
}
.float-cta:hover {
  transform: translateY(-2px) scale(1.04);
  background: var(--yellow-2);
}
.float-cta-icon {
  width: 30px; height: 30px;
  background: var(--bg-dark);
  color: var(--yellow);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
}
@media (max-width: 540px) {
  .float-cta {
    bottom: 16px;
    right: 16px;
    left: 16px;
    justify-content: center;
    padding: 14px 18px;
    font-size: 0.95rem;
  }
}

/* =========================================================
   Launch / new-agency components
   ========================================================= */
.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(250,204,21,0.18), rgba(250,204,21,0.08));
  color: var(--yellow);
  border: 1px solid rgba(250, 204, 21, 0.35);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 22px;
}
.launch-badge .pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 12px var(--yellow);
  animation: pulse 1.6s infinite;
}

/* Project tags on cards */
.project-status {
  position: absolute;
  top: 16px; left: 16px;
  z-index: 2;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.project-status.real {
  background: rgba(250, 204, 21, 0.95);
  color: var(--bg-dark);
  box-shadow: 0 4px 14px rgba(250, 204, 21, 0.4);
}
.project-status.real::before { content: "★ "; }
.project-status.concept {
  background: rgba(255, 255, 255, 0.85);
  color: var(--violet);
}
.project-thumb { position: relative; }

/* Spotlight (real client showcase) */
.spotlight {
  background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-2) 60%, var(--bg-dark-3) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 44px 48px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(91, 33, 182, 0.24);
  max-width: 1080px;
  margin: 0 auto;
}
.spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(60% 80% at 90% 10%, rgba(250,204,21,0.18) 0%, transparent 60%),
    radial-gradient(50% 80% at 10% 90%, rgba(139,92,246,0.3) 0%, transparent 60%);
  pointer-events: none;
}
.spotlight > * { position: relative; }
@media (max-width: 880px) {
  .spotlight { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
}

.spotlight .sl-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(250, 204, 21, 0.18);
  color: var(--yellow);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  border: 1px solid rgba(250, 204, 21, 0.3);
}
.spotlight h2 { color: #fff; margin-bottom: 8px; }
.spotlight .sl-sub {
  color: rgba(255,255,255,0.7);
  font-size: 1.05rem;
  margin-bottom: 28px;
}
.spotlight .sl-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
}
.spotlight .sl-stats .sl-stat .num {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--yellow);
  letter-spacing: -0.02em;
  line-height: 1;
}
.spotlight .sl-stats .sl-stat .lbl {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.6);
  margin-top: 6px;
}
.spotlight .sl-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.spotlight-visual {
  perspective: 1200px;
}
.spotlight-card {
  background: var(--bg-dark);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 14px;
  padding: 10px;
  box-shadow:
    0 30px 60px rgba(91, 33, 182, 0.34),
    0 0 0 1px rgba(139, 92, 246, 0.18),
    0 0 60px rgba(250, 204, 21, 0.12);
  transform: rotate(1.5deg);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
              box-shadow 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  max-width: 460px;
  margin-left: auto;
}
.spotlight-card:hover {
  transform: rotate(0deg) translateY(-2px);
  box-shadow:
    0 40px 80px rgba(91, 33, 182, 0.4),
    0 0 0 1px rgba(139, 92, 246, 0.3),
    0 0 80px rgba(250, 204, 21, 0.18);
}
@media (max-width: 880px) {
  .spotlight-card { margin-left: 0; max-width: 100%; }
}

.spotlight-card .sc-bar {
  display: flex;
  gap: 5px;
  padding: 2px 4px 8px;
  align-items: center;
}
.spotlight-card .sc-bar i {
  width: 9px; height: 9px;
  border-radius: 50%;
}
.spotlight-card .sc-bar i:nth-child(1) { background: var(--white); }
.spotlight-card .sc-bar i:nth-child(2) { background: var(--yellow); }
.spotlight-card .sc-bar i:nth-child(3) { background: var(--violet); }
.spotlight-card .sc-bar .sc-url {
  margin-left: auto;
  font-size: 0.68rem;
  color: rgba(255,255,255,0.55);
  background: rgba(255,255,255,0.06);
  padding: 3px 12px;
  border-radius: 5px;
  font-family: -apple-system, "SF Mono", Menlo, monospace;
  letter-spacing: 0.02em;
  border: 1px solid rgba(255,255,255,0.06);
}
.spotlight-card .sc-bar .sc-url::before { content: "🔒 "; opacity: 0.6; }

.spotlight-card .sc-screen {
  height: 280px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--bg-dark);
  position: relative;
}
.spotlight-card .sc-screen img {
  width: 100%;
  display: block;
  transform: translateY(0);
  transition: transform 5.5s ease-in-out;
  will-change: transform;
}
.spotlight-card:hover .sc-screen img {
  transform: translateY(calc(-100% + 280px));
}
.spotlight-card .sc-hint {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(31, 17, 71, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.spotlight-card .sc-hint::before {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--yellow);
  box-shadow: 0 0 8px var(--yellow);
  margin-right: 6px;
  vertical-align: middle;
  animation: pulse 1.6s ease-in-out infinite;
}
.spotlight-card:hover .sc-hint { opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .spotlight-card .sc-screen img { transition: none; }
  .spotlight-card:hover .sc-screen img { transform: translateY(0); }
}
.spotlight-card .sc-eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--yellow);
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}
.spotlight-card .sc-poles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin: 8px 0 14px;
}
.spotlight-card .sc-pole {
  width: 14px;
  height: 84px;
  border-radius: 8px;
  background:
    repeating-linear-gradient(
      -55deg,
      var(--violet) 0 6px,
      #ffffff 6px 12px,
      var(--yellow) 12px 18px,
      #ffffff 18px 24px
    );
  background-size: 100% 24px;
  border: 1.5px solid rgba(255,255,255,0.15);
  box-shadow: 0 0 18px rgba(139, 92, 246, 0.36),
              inset 0 0 4px rgba(91, 33, 182, 0.3);
  animation: poleSpin 3s linear infinite;
  position: relative;
}
.spotlight-card .sc-pole::before,
.spotlight-card .sc-pole::after {
  content: "";
  position: absolute;
  left: -3px; right: -3px;
  height: 6px;
  background: linear-gradient(180deg, var(--gray-500) 0%, var(--bg-dark) 100%);
  border-radius: 3px;
}
.spotlight-card .sc-pole::before { top: -4px; }
.spotlight-card .sc-pole::after  { bottom: -4px; }
@keyframes poleSpin {
  from { background-position: 0 0; }
  to   { background-position: 0 24px; }
}
.spotlight-card .sc-name {
  flex-shrink: 0;
  font-size: 1.9rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(139, 92, 246, 0.35);
}
.spotlight-card .sc-name small {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: var(--yellow);
  margin-top: 4px;
}
.spotlight-card .sc-tag {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.6);
  font-style: italic;
  margin: 18px 0 24px;
  text-align: center;
}
.spotlight-card .sc-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 18px;
}
.spotlight-card .sc-meta .sc-rating { color: var(--yellow); font-weight: 700; }

/* Honesty section (turning new-agency into a strength) */
.honesty {
  background: var(--gray-50);
  border-radius: var(--radius-lg);
  padding: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 880px) {
  .honesty { grid-template-columns: 1fr; padding: 36px 28px; gap: 32px; }
}
.honesty h2 { margin-bottom: 14px; }
.honesty .h-list { list-style: none; padding: 0; margin: 0; }
.honesty .h-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-200);
}
.honesty .h-list li:last-child { border-bottom: 0; }
.honesty .h-list li .h-icon {
  width: 42px; height: 42px;
  flex-shrink: 0;
  background: rgba(139, 92, 246, 0.14);
  color: var(--violet);
  border-radius: 12px;
  display: grid; place-items: center;
  box-shadow: inset 0 0 0 1px rgba(139, 92, 246, 0.16);
}
.honesty .h-list li .h-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.honesty .h-list li .h-icon.alt {
  background: rgba(250, 204, 21, 0.18);
  color: var(--yellow);
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.22);
}
.honesty .h-list li h4 { margin: 0 0 4px; font-size: 1.02rem; }
.honesty .h-list li p { margin: 0; font-size: 0.92rem; color: var(--gray-600); }

/* Placeholder "next client" card on réalisations */
.project.next {
  border: 2px dashed var(--violet);
  background: linear-gradient(160deg, rgba(139,92,246,0.05) 0%, rgba(250,204,21,0.05) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 56px 32px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.project.next:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(139, 92, 246, 0.2);
}
.project.next .next-icon {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--violet), #6d28d9);
  color: #fff;
  border-radius: 18px;
  display: grid; place-items: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
  box-shadow: 0 12px 30px rgba(139, 92, 246, 0.4);
}
.project.next h3 { margin-bottom: 8px; }
.project.next p { color: var(--gray-600); margin-bottom: 18px; }

/* =========================================================
   Simulator (devis page)
   ========================================================= */
.simulator {
  background: linear-gradient(160deg, var(--bg-dark) 0%, var(--bg-dark-2) 60%, var(--bg-dark-3) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(139, 92, 246, 0.28);
}
.simulator::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 80% at 80% 30%, rgba(167,139,250,0.3) 0%, transparent 60%);
  pointer-events: none;
}
.simulator > * { position: relative; z-index: 1; }
@media (max-width: 600px) { .simulator { padding: 28px 22px; } }

.simulator h2 { color: #fff; margin-bottom: 6px; }
.simulator .sim-intro { color: rgba(255,255,255,0.7); margin-bottom: 32px; }

.sim-step { margin-bottom: 28px; }
.sim-step > label.sim-title {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.sim-step > label.sim-title .sim-num {
  display: inline-grid;
  place-items: center;
  width: 24px; height: 24px;
  border-radius: 8px;
  background: var(--violet);
  color: #fff;
  font-weight: 800;
  font-size: 0.78rem;
  margin-right: 10px;
}

.sim-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sim-options.sim-options-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 880px) {
  .sim-options.sim-options-5 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) { .sim-options { grid-template-columns: 1fr; } }
.sim-options button {
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.12);
  color: #fff;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.95rem;
  text-align: left;
  transition: all 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sim-options button small {
  color: var(--yellow);
  font-weight: 700;
  font-size: 0.85rem;
}
.sim-options button:hover {
  border-color: rgba(167,139,250,0.5);
  background: rgba(167,139,250,0.1);
}
.sim-options button.active {
  border-color: var(--yellow);
  background: rgba(250,204,21,0.12);
  box-shadow: 0 0 0 3px rgba(250,204,21,0.2);
}
/* Sur-mesure button — visually distinct (dashed border, gold tint) */
.sim-options button.sim-custom {
  border-style: dashed;
  border-color: rgba(250, 204, 21, 0.45);
  background: rgba(250,204,21,0.04);
}
.sim-options button.sim-custom small { color: var(--yellow); }
.sim-options button.sim-custom.active {
  border-style: solid;
  border-color: var(--yellow);
  background: linear-gradient(135deg, rgba(250,204,21,0.2) 0%, rgba(167,139,250,0.15) 100%);
  box-shadow: 0 0 0 3px rgba(250,204,21,0.25);
}

/* Form choice grid — 5 columns variant */
.choice-grid.choice-grid-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 880px) {
  .choice-grid.choice-grid-5 { grid-template-columns: repeat(2, 1fr); }
}

/* Sur-mesure callout in result panel */
.sim-result.sim-result-custom {
  background: linear-gradient(135deg, rgba(250,204,21,0.08) 0%, rgba(167,139,250,0.08) 100%);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px dashed rgba(250, 204, 21, 0.4);
  margin-top: 20px;
}
.sim-result-amount .sim-total.sim-total-custom {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  background: linear-gradient(135deg, var(--yellow) 0%, var(--violet-2) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sim-result-amount .sim-total.sim-total-custom small {
  font-size: 0.85rem;
  -webkit-text-fill-color: rgba(255,255,255,0.7);
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
.sim-custom-note {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  margin-top: 6px;
  display: none;
}
.sim-custom-note.show { display: block; }

.sim-range {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sim-range input[type="range"] {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  background: rgba(255,255,255,0.15);
  border-radius: 999px;
  outline: none;
}
.sim-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px; height: 22px;
  background: var(--yellow);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 4px rgba(250,204,21,0.2);
  transition: transform 0.15s ease;
}
.sim-range input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.1); }
.sim-range input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px;
  background: var(--yellow);
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0 0 0 4px rgba(250,204,21,0.2);
}
.sim-range-value {
  min-width: 110px;
  text-align: right;
  font-weight: 700;
  color: var(--yellow);
}
.sim-help { color: rgba(255,255,255,0.55); font-size: 0.85rem; margin-top: 8px; }

.sim-checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 540px) { .sim-checks { grid-template-columns: 1fr; } }
.sim-checks label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255,255,255,0.04);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 0.92rem;
}
.sim-checks label:hover { border-color: rgba(167,139,250,0.4); background: rgba(167,139,250,0.08); }
.sim-checks input[type="checkbox"] {
  width: 18px; height: 18px;
  accent-color: var(--violet);
  margin-top: 2px;
  flex-shrink: 0;
}
.sim-checks label.checked {
  border-color: var(--violet);
  background: rgba(139,92,246,0.15);
}
.sim-check-name { font-weight: 600; color: #fff; }
.sim-check-price { color: var(--yellow); font-weight: 700; font-size: 0.85rem; }

.sim-result {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sim-result-amount .sim-result-label {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
.sim-result-amount .sim-total {
  font-size: clamp(2rem, 5vw, 2.8rem);
  font-weight: 800;
  background: linear-gradient(135deg, #fff 0%, var(--yellow) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  line-height: 1;
}
.sim-result-amount .sim-total small {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.6);
  -webkit-text-fill-color: rgba(255,255,255,0.6);
  font-weight: 500;
}
.sim-result-amount .sim-monthly {
  margin-top: 8px;
  font-size: 0.92rem;
  color: var(--violet-2);
}
.sim-flash {
  animation: simFlash 0.4s ease;
}
@keyframes simFlash {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* =========================================================
   Project preview modal (réalisations)
   ========================================================= */
.project { cursor: pointer; }
.project .view-hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--violet);
  margin-top: 14px;
  transition: gap 0.2s ease;
}
.project:hover .view-hint { gap: 10px; }

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 17, 71, 0.84);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  animation: fadeIn 0.2s ease;
}
.modal-overlay.open { display: flex; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

.modal-frame {
  width: 100%;
  max-width: 980px;
  max-height: 92vh;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 80px rgba(91, 33, 182, 0.28);
  animation: slideUp 0.25s ease;
}
@keyframes slideUp { from { opacity: 0; transform: translateY(20px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }

.modal-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--gray-100);
  border-bottom: 1px solid var(--gray-200);
  flex-shrink: 0;
}
.modal-bar .bar-dots { display: flex; gap: 6px; }
.modal-bar .bar-dots i { width: 12px; height: 12px; border-radius: 50%; }
.modal-bar .bar-dots i:nth-child(1) { background: var(--white); }
.modal-bar .bar-dots i:nth-child(2) { background: var(--yellow); }
.modal-bar .bar-dots i:nth-child(3) { background: var(--violet); }
.modal-bar .bar-url {
  flex: 1;
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 0.85rem;
  color: var(--gray-600);
  font-family: -apple-system, "SF Mono", Menlo, monospace;
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
.modal-bar .bar-url::before { content: "🔒 "; opacity: 0.6; }
.modal-close {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: transparent;
  color: var(--gray-700);
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  transition: background 0.15s ease;
  font-weight: 300;
}
.modal-close:hover { background: var(--gray-200); color: var(--gray-900); }

.modal-scroll {
  overflow-y: auto;
  flex: 1;
  background: #fff;
  scroll-behavior: smooth;
}
.modal-scroll::-webkit-scrollbar { width: 8px; }
.modal-scroll::-webkit-scrollbar-track { background: var(--gray-100); }
.modal-scroll::-webkit-scrollbar-thumb { background: var(--gray-300); border-radius: 4px; }
.modal-scroll::-webkit-scrollbar-thumb:hover { background: var(--gray-500); }

/* In-modal preview website */
.preview {
  --p-bg: var(--bg-dark);
  --p-fg: #ffffff;
  --p-accent: var(--violet);
  --p-cta: var(--yellow);
  --p-light: var(--gray-50);
  --p-text: var(--gray-900);
  font-family: var(--font);
  color: var(--p-text);
  line-height: 1.5;
}
.preview * { box-sizing: border-box; }

.preview-nav {
  background: var(--p-bg);
  color: var(--p-fg);
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.preview-nav .pn-logo {
  font-weight: 800;
  font-size: 1.05rem;
  display: flex; align-items: center; gap: 8px;
}
.preview-nav .pn-logo span {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: var(--p-accent);
}
.preview-nav .pn-links { display: flex; gap: 20px; font-size: 0.85rem; opacity: 0.8; }
.preview-nav .pn-cta {
  background: var(--p-cta);
  color: var(--bg-dark);
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.82rem;
}

.preview-hero {
  background: var(--p-bg);
  color: var(--p-fg);
  padding: 64px 28px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.preview-hero::before {
  content: "";
  position: absolute;
  inset: -10% 0;
  background: radial-gradient(50% 60% at 50% 30%, color-mix(in srgb, var(--p-accent) 50%, transparent) 0%, transparent 60%);
  pointer-events: none;
}
.preview-hero > * { position: relative; }
.preview-hero .ph-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.1);
  color: var(--p-cta);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.preview-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.6rem);
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.preview-hero p {
  color: rgba(255,255,255,0.7);
  max-width: 540px;
  margin: 0 auto 28px;
  font-size: 0.98rem;
}
.preview-hero .ph-cta {
  display: inline-flex;
  gap: 12px;
}
.preview-hero .ph-btn-primary {
  background: var(--p-cta);
  color: var(--bg-dark);
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
}
.preview-hero .ph-btn-ghost {
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 12px 22px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1px solid rgba(255,255,255,0.15);
}

.preview-section {
  padding: 56px 28px;
}
.preview-section.alt { background: var(--p-light); }
.preview-section h2 {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin: 0 0 8px;
  text-align: center;
  color: var(--p-text);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.preview-section .ps-sub {
  text-align: center;
  color: var(--gray-600);
  max-width: 520px;
  margin: 0 auto 32px;
  font-size: 0.92rem;
}

.preview-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 720px) { .preview-features { grid-template-columns: 1fr; } }
.pf-card {
  background: #fff;
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  padding: 22px;
}
.pf-card .pf-icon {
  width: 40px; height: 40px;
  background: color-mix(in srgb, var(--p-accent) 15%, white);
  color: var(--p-accent);
  border-radius: 10px;
  display: grid; place-items: center;
  margin-bottom: 14px;
  font-size: 1.1rem;
}
.pf-card h3 { margin: 0 0 4px; font-size: 1rem; }
.pf-card p { margin: 0; color: var(--gray-600); font-size: 0.88rem; line-height: 1.5; }

.preview-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 600px) { .preview-services { grid-template-columns: 1fr; } }
.ps-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--gray-200);
}
.ps-item .ps-bullet {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--p-accent);
  color: #fff;
  font-weight: 700;
  display: grid; place-items: center;
  font-size: 0.78rem;
  flex-shrink: 0;
}
.ps-item .ps-text { font-weight: 600; font-size: 0.92rem; color: var(--p-text); }

.preview-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 720px) { .preview-about { grid-template-columns: 1fr; } }
.pa-img {
  height: 220px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--p-accent) 0%, color-mix(in srgb, var(--p-accent) 55%, var(--bg-dark-2)) 100%);
  position: relative;
  overflow: hidden;
}
.pa-img::after {
  content: "";
  position: absolute;
  inset: 20%;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px dashed rgba(255,255,255,0.3);
}
.pa-content h2 { text-align: left; }
.pa-content p { color: var(--gray-600); font-size: 0.92rem; }
.pa-content ul { list-style: none; padding: 0; margin: 14px 0 0; }
.pa-content ul li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 0.9rem;
  color: var(--p-text);
}
.pa-content ul li::before {
  content: "✓";
  position: absolute; left: 0; top: 6px;
  color: var(--p-accent);
  font-weight: 800;
}

.preview-testimonial {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  padding: 36px;
  border: 1px solid var(--gray-200);
}
.preview-testimonial .pt-stars { color: var(--yellow); letter-spacing: 3px; margin-bottom: 14px; }
.preview-testimonial blockquote {
  margin: 0 0 20px;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--p-text);
  line-height: 1.5;
}
.preview-testimonial .pt-author { font-weight: 700; font-size: 0.9rem; }
.preview-testimonial .pt-role { font-size: 0.82rem; color: var(--gray-600); }

.preview-cta {
  background: var(--p-bg);
  color: var(--p-fg);
  padding: 56px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.preview-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(50% 80% at 50% 100%, color-mix(in srgb, var(--p-accent) 50%, transparent) 0%, transparent 60%);
  pointer-events: none;
}
.preview-cta > * { position: relative; }
.preview-cta h2 { color: #fff; margin: 0 0 10px; }
.preview-cta p { color: rgba(255,255,255,0.7); margin: 0 0 22px; }
.preview-cta .ph-btn-primary {
  display: inline-block;
  background: var(--p-cta);
  color: var(--bg-dark);
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
}

.preview-footer {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.55);
  padding: 28px;
  text-align: center;
  font-size: 0.82rem;
}

body.modal-open { overflow: hidden; }

/* =========================================================
   Animations
   ========================================================= */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
  .reveal.in { opacity: 1; transform: translateY(0); }
}
