/* ============================================================
   MatDev'Shop — Premium layer (Août 2026)
   Backgrounds enrichis + composants 100% premium
   ============================================================ */

@property --premium-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

/* --- Utilitaires premium --- */
.premium-shine {
  position: relative;
  overflow: hidden;
}

.premium-shine::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.06) 48%,
    rgba(255, 255, 255, 0.02) 52%,
    transparent 62%
  );
  transform: translateX(-120%);
  transition: transform 0.85s var(--ease-emphasized);
  pointer-events: none;
}

.premium-shine:hover::after,
.premium-shine:focus-within::after {
  transform: translateX(120%);
}

/* Grain subtil sur tous les fonds de section */
.section__bg {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.section__bg::after {
  mix-blend-mode: soft-light;
}

/* ═══ BACKGROUNDS — version ultra ═══ */

.section__bg--hero {
  background:
    radial-gradient(ellipse 100% 70% at 0% -10%, rgba(118, 87, 255, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(32, 199, 232, 0.15) 0%, transparent 45%),
    radial-gradient(ellipse 70% 50% at 50% 110%, rgba(232, 197, 71, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, rgba(6, 9, 18, 0.3) 0%, transparent 40%, rgba(6, 9, 18, 0.5) 100%);
}

.section__bg--hero::before {
  inset: -30%;
  background:
    conic-gradient(from 200deg at 65% 25%, rgba(118, 87, 255, 0.2), transparent 30%, rgba(32, 199, 232, 0.14) 50%, transparent 70%, rgba(232, 197, 71, 0.08)),
    radial-gradient(circle at 20% 80%, rgba(118, 87, 255, 0.12) 0%, transparent 40%);
  filter: blur(56px);
}

.section__bg--hero::after {
  opacity: 0.85;
  background-image:
    linear-gradient(rgba(118, 87, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 87, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(118, 87, 255, 0.08) 0%, transparent 50%);
  background-size: 56px 56px, 56px 56px, 100% 100%;
}

.section__bg--marquee {
  background:
    linear-gradient(180deg, transparent 0%, rgba(12, 16, 36, 0.95) 35%, rgba(12, 16, 36, 0.95) 65%, transparent 100%),
    linear-gradient(90deg, rgba(118, 87, 255, 0.04) 0%, transparent 50%, rgba(32, 199, 232, 0.04) 100%);
}

.section__bg--marquee::before {
  height: 2px;
  box-shadow: 0 0 24px rgba(118, 87, 255, 0.4), 0 0 48px rgba(32, 199, 232, 0.2);
}

.section__bg--marquee::after {
  opacity: 0.4;
  background-image:
    radial-gradient(rgba(148, 163, 184, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, transparent 49.5%, rgba(118, 87, 255, 0.06) 49.5%, rgba(118, 87, 255, 0.06) 50.5%, transparent 50.5%);
  background-size: 20px 20px, 100% 100%;
}

.section__bg--services {
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(118, 87, 255, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(32, 199, 232, 0.08) 0%, transparent 50%),
    linear-gradient(165deg, rgba(118, 87, 255, 0.05) 0%, transparent 45%);
}

.section__bg--services::before {
  background: radial-gradient(circle, rgba(118, 87, 255, 0.22) 0%, rgba(32, 199, 232, 0.08) 40%, transparent 70%);
  filter: blur(50px);
}

.section__bg--services::after {
  background-image:
    repeating-linear-gradient(-12deg, transparent, transparent 56px, rgba(118, 87, 255, 0.035) 56px, rgba(118, 87, 255, 0.035) 57px),
    radial-gradient(ellipse 40% 30% at 80% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
  opacity: 1;
}

.section__bg--expertise {
  background:
    radial-gradient(ellipse 55% 45% at -5% 50%, rgba(32, 199, 232, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 105% 40%, rgba(118, 87, 255, 0.14) 0%, transparent 50%),
    linear-gradient(180deg, rgba(6, 9, 18, 0.2) 0%, transparent 50%, rgba(6, 9, 18, 0.3) 100%);
}

.section__bg--expertise::before {
  box-shadow:
    0 0 0 1px rgba(32, 199, 232, 0.1),
    0 0 0 48px rgba(32, 199, 232, 0.03),
    0 0 0 96px rgba(118, 87, 255, 0.025),
    0 0 0 144px rgba(32, 199, 232, 0.02),
    inset 0 0 80px rgba(32, 199, 232, 0.03);
}

.section__bg--projects {
  background:
    radial-gradient(ellipse 90% 55% at 50% -5%, rgba(139, 92, 246, 0.18) 0%, transparent 55%),
    linear-gradient(180deg, rgba(8, 10, 24, 0.4) 0%, rgba(10, 12, 28, 0.98) 50%, rgba(6, 9, 18, 1) 100%);
}

.section__bg--projects::before {
  background: radial-gradient(ellipse, rgba(118, 87, 255, 0.28) 0%, rgba(32, 199, 232, 0.08) 35%, transparent 70%);
  filter: blur(40px);
  animation: bgFloatSoft 14s ease-in-out infinite alternate;
}

.section__bg--projects::after {
  opacity: 0.7;
  background-image:
    linear-gradient(rgba(118, 87, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118, 87, 255, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
}

.section__bg--about {
  background:
    radial-gradient(ellipse 60% 50% at 5% 15%, rgba(232, 197, 71, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 55% 45% at 95% 85%, rgba(118, 87, 255, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 40% 35% at 50% 50%, rgba(32, 199, 232, 0.04) 0%, transparent 60%);
}

.section__bg--about::before {
  background: radial-gradient(circle, rgba(232, 197, 71, 0.18) 0%, rgba(118, 87, 255, 0.06) 50%, transparent 75%);
  filter: blur(44px);
}

.section__bg--about::after {
  opacity: 0.5;
  background-size: 100px 100px;
}

.section__bg--process {
  background:
    linear-gradient(90deg, rgba(118, 87, 255, 0.06) 0%, transparent 15%, transparent 85%, rgba(32, 199, 232, 0.06) 100%),
    radial-gradient(ellipse 80% 50% at 50% 50%, rgba(118, 87, 255, 0.04) 0%, transparent 70%);
}

.section__bg--process::before {
  height: 3px;
  box-shadow: 0 0 20px rgba(118, 87, 255, 0.35), 0 0 40px rgba(32, 199, 232, 0.2);
  opacity: 0.85;
}

.section__bg--engagements {
  background:
    linear-gradient(135deg, rgba(118, 87, 255, 0.08) 0%, transparent 35%),
    linear-gradient(315deg, rgba(32, 199, 232, 0.07) 0%, transparent 40%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(232, 197, 71, 0.05) 0%, transparent 60%);
}

.section__bg--engagements::before {
  filter: blur(70px);
  opacity: 0.9;
}

.section__bg--engagements::after {
  background-image:
    linear-gradient(125deg, transparent 35%, rgba(255, 255, 255, 0.03) 50%, transparent 65%),
    linear-gradient(235deg, transparent 30%, rgba(118, 87, 255, 0.06) 45%, transparent 60%),
    repeating-linear-gradient(60deg, transparent, transparent 80px, rgba(255, 255, 255, 0.008) 80px, rgba(255, 255, 255, 0.008) 81px);
}

.section__bg--cta {
  background: linear-gradient(
    135deg,
    rgba(118, 87, 255, 0.28) 0%,
    rgba(32, 199, 232, 0.16) 40%,
    rgba(232, 197, 71, 0.1) 70%,
    rgba(118, 87, 255, 0.2) 100%
  );
  background-size: 300% 300%;
}

.section__bg--cta::after {
  background:
    radial-gradient(circle at 80% 50%, rgba(32, 199, 232, 0.2) 0%, transparent 45%),
    radial-gradient(circle at 20% 50%, rgba(232, 197, 71, 0.1) 0%, transparent 40%);
}

.section__bg--faq {
  background:
    radial-gradient(ellipse 60% 50% at 10% 50%, rgba(118, 87, 255, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 80%, rgba(32, 199, 232, 0.08) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(118, 87, 255, 0.03) 50%, transparent 100%);
}

.section__bg--faq::before {
  filter: blur(60px);
  opacity: 0.75;
}

.section__bg--contact {
  background:
    radial-gradient(ellipse 65% 55% at 100% 0%, rgba(20, 184, 166, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(118, 87, 255, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(20, 184, 166, 0.03) 50%, transparent 100%);
}

.section__bg--contact::before {
  opacity: 0.7;
}

.section__bg--footer {
  background:
    radial-gradient(ellipse 100% 60% at 50% 0%, rgba(118, 87, 255, 0.1) 0%, transparent 55%),
    linear-gradient(180deg, rgba(6, 9, 18, 0.6) 0%, rgba(2, 4, 10, 1) 100%);
}

.section__bg--footer::before {
  height: 2px;
  box-shadow: 0 0 30px rgba(232, 197, 71, 0.25);
  opacity: 0.6;
}

.section__bg--footer::after {
  opacity: 0.45;
  animation: bgStarTwinkle 8s ease-in-out infinite alternate;
}

/* Séparateurs de section */
.section--bg-services::after,
.section--bg-expertise::after,
.section--bg-projects::after,
.section--bg-about::after,
.section--bg-process::after,
.section--bg-engagements::after,
.section--bg-contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.2), rgba(32, 199, 232, 0.15), transparent);
  pointer-events: none;
  z-index: 2;
}

/* ═══ HERO ═══ */
.badge-status {
  box-shadow: 0 0 24px rgba(20, 184, 166, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.badge-status__pulse {
  position: absolute;
  inset: -3px;
  border-radius: 100px;
  border: 1px solid rgba(20, 184, 166, 0.35);
  animation: badgePulse 2.5s ease-out infinite;
  pointer-events: none;
}

.hero__eyebrow {
  padding: 0.35rem 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 100px;
  backdrop-filter: blur(10px);
}

.hero__tags li {
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.hero__tags li:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(118, 87, 255, 0.15);
  border-color: rgba(118, 87, 255, 0.25);
}

.hero__metrics {
  border-color: rgba(118, 87, 255, 0.18);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hero-metric__value {
  filter: drop-shadow(0 0 12px rgba(118, 87, 255, 0.25));
}

.hero-showcase__device {
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(118, 87, 255, 0.12),
    0 0 60px rgba(118, 87, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-showcase__chrome {
  backdrop-filter: blur(16px);
}

.hero-showcase__tile {
  backdrop-filter: blur(8px);
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-showcase__tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.hero-showcase__chip {
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-showcase__orbit-item {
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(118, 87, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-showcase__orbit-item:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 28px rgba(118, 87, 255, 0.2);
}

/* ═══ MARQUEE ═══ */
.marquee {
  backdrop-filter: blur(8px);
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

.marquee__item {
  padding: 0.4rem 0.9rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 100px;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.marquee__item:hover {
  background: rgba(118, 87, 255, 0.08);
  border-color: rgba(118, 87, 255, 0.2);
  box-shadow: 0 4px 16px rgba(118, 87, 255, 0.12);
  transform: scale(1.04);
}

.marquee__icon {
  filter: drop-shadow(0 0 6px rgba(118, 87, 255, 0.2));
  transition: filter 0.3s ease, transform 0.3s ease;
}

.marquee__item:hover .marquee__icon {
  filter: drop-shadow(0 0 10px rgba(32, 199, 232, 0.4));
  transform: scale(1.1);
}

/* ═══ HEADERS DE SECTION ═══ */
.section-header {
  position: relative;
}

.section-title {
  text-shadow: 0 2px 24px rgba(118, 87, 255, 0.08);
}

.section-desc {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

/* ═══ SERVICES ═══ */
.service-card {
  --premium-angle: 0deg;
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.service-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(var(--premium-angle), rgba(118, 87, 255, 0.4), transparent 40%, rgba(32, 199, 232, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
  animation: premiumBorderSpin 6s linear infinite;
}

.service-card:hover {
  --premium-angle: 180deg;
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.28),
    0 0 40px color-mix(in srgb, var(--accent) 12%, transparent);
}

.service-card:hover::after {
  opacity: 1;
}

.service-card__icon {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.service-card:hover .service-card__icon {
  border-color: color-mix(in srgb, var(--accent) 35%, transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--accent) 20%, transparent);
  transform: scale(1.05);
}

.service-card__link {
  padding: 0.35rem 0;
  position: relative;
}

.service-card__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent);
  transition: width 0.35s var(--ease-emphasized);
}

.service-card__link:hover::after {
  width: 100%;
}

/* ═══ EXPERTISE ═══ */
.expertise-card {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
}

.expertise-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(32, 199, 232, 0.1) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.expertise-card:hover::before {
  opacity: 1;
}

.expertise-card:nth-child(1) { --card-accent: var(--color-web); }
.expertise-card:nth-child(2) { --card-accent: var(--color-cyan); }
.expertise-card:nth-child(3) { --card-accent: var(--color-discord); }
.expertise-card:nth-child(4) { --card-accent: var(--color-auto); }

.expertise-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--card-accent) 35%, transparent);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22), 0 0 32px color-mix(in srgb, var(--card-accent) 10%, transparent);
}

.expertise-card__icon {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.expertise-card:hover .expertise-card__icon {
  transform: scale(1.08);
  box-shadow: 0 0 20px color-mix(in srgb, var(--card-accent) 25%, transparent);
}

.expertise-card__tags li {
  transition: background 0.3s ease, border-color 0.3s ease;
}

.expertise-card:hover .expertise-card__tags li {
  border-color: color-mix(in srgb, var(--card-accent) 25%, transparent);
}

.expertise__stats {
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.expertise-stat {
  position: relative;
  transition: transform 0.3s ease;
}

.expertise-stat:hover {
  transform: translateY(-3px);
}

.expertise-stat__value {
  filter: drop-shadow(0 0 10px rgba(118, 87, 255, 0.2));
}

.expertise-stat__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto 0.5rem;
  background: rgba(118, 87, 255, 0.1);
  border: 1px solid rgba(118, 87, 255, 0.18);
  border-radius: 10px;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.expertise-stat:hover .expertise-stat__icon {
  opacity: 1;
  transform: scale(1.08);
  box-shadow: 0 0 16px rgba(118, 87, 255, 0.2);
}

/* ═══ TECH STACK ═══ */
.tech-stack__inner {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.tech-stack__badge {
  box-shadow: 0 0 20px rgba(118, 87, 255, 0.15);
}

.tech-stack__item {
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.tech-stack__item:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(118, 87, 255, 0.3);
  box-shadow: 0 12px 32px rgba(118, 87, 255, 0.12);
  background: rgba(118, 87, 255, 0.06);
}

.tech-stack__item img {
  transition: transform 0.35s ease, filter 0.35s ease;
}

.tech-stack__item:hover img {
  transform: scale(1.12);
  filter: drop-shadow(0 0 8px rgba(118, 87, 255, 0.3));
}

.tech-stack__metrics strong {
  filter: drop-shadow(0 0 8px rgba(232, 197, 71, 0.2));
}

/* ═══ PROJETS ═══ */
.projects__filters {
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.filter-btn {
  position: relative;
  overflow: hidden;
}

.filter-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(118, 87, 255, 0.15), rgba(32, 199, 232, 0.1));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.filter-btn:hover::before,
.filter-btn.is-active::before {
  opacity: 1;
}

.filter-btn.is-active {
  box-shadow: 0 4px 20px rgba(118, 87, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.project-card {
  backdrop-filter: blur(8px);
  position: relative;
}

.project-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cyan));
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 2;
}

.project-card:hover::before {
  opacity: 1;
}

.project-card:hover {
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.32),
    0 0 0 1px rgba(118, 87, 255, 0.15),
    0 0 40px rgba(118, 87, 255, 0.08);
}

.project-card__overlay {
  backdrop-filter: blur(6px);
}

.project-card__view {
  box-shadow: 0 8px 24px rgba(118, 87, 255, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-card__view:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 32px rgba(118, 87, 255, 0.45);
}

.tag {
  backdrop-filter: blur(6px);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-card:hover .tag {
  transform: translateY(-1px);
}

/* ═══ À PROPOS ═══ */
.about__text {
  padding-left: 1rem;
  border-left: 2px solid rgba(232, 197, 71, 0.35);
}

.strength-item {
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.strength-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(118, 87, 255, 0.15);
  transform: translateX(6px);
  box-shadow: -4px 0 16px rgba(118, 87, 255, 0.08);
}

.strength-item__icon {
  box-shadow: 0 0 12px rgba(20, 184, 166, 0.2);
}

.tech-pill {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.tech-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(118, 87, 255, 0.3);
  box-shadow: 0 8px 20px rgba(118, 87, 255, 0.12);
  background: rgba(118, 87, 255, 0.08);
}

.about__visual {
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.06);
}

.about__avatar-ring {
  box-shadow: 0 0 30px rgba(232, 197, 71, 0.2);
}

.about__code {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 24px rgba(0, 0, 0, 0.2);
}

.stat-card {
  backdrop-filter: blur(10px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 87, 255, 0.25);
  box-shadow: 0 12px 32px rgba(118, 87, 255, 0.1);
}

/* ═══ PROCESSUS ═══ */
.process-step {
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.process-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-cyan));
  opacity: 0;
  transition: opacity 0.35s ease;
}

.process-step:nth-child(1) { --step-color: var(--color-web); }
.process-step:nth-child(2) { --step-color: var(--accent-gold); }
.process-step:nth-child(3) { --step-color: var(--color-discord); }
.process-step:nth-child(4) { --step-color: var(--color-eco); }

.process-step:hover::before,
.process-step.is-highlighted::before {
  opacity: 1;
}

.process-step.is-highlighted {
  border-color: color-mix(in srgb, var(--step-color) 40%, transparent);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2), 0 0 32px color-mix(in srgb, var(--step-color) 12%, transparent);
}

.process-step__icon {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.process-step:hover .process-step__icon,
.process-step.is-highlighted .process-step__icon {
  border-color: color-mix(in srgb, var(--step-color) 35%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--step-color) 20%, transparent);
  transform: scale(1.06);
}

.process-step__number {
  transition: opacity 0.3s ease, color 0.3s ease;
}

.process-step.is-highlighted .process-step__number {
  opacity: 0.15;
  color: var(--step-color);
}

/* ═══ ENGAGEMENTS ═══ */
.engagement-card {
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}

.engagement-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(118, 87, 255, 0.08) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.engagement-card:hover::before {
  opacity: 1;
}

.engagement-card:hover {
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22), 0 0 28px rgba(118, 87, 255, 0.08);
}

.engagement-card--featured {
  box-shadow:
    0 12px 40px rgba(118, 87, 255, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: featuredPulse 4s ease-in-out infinite;
}

.engagement-card__icon {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.engagement-card:hover .engagement-card__icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 0 24px rgba(118, 87, 255, 0.2);
}

/* ═══ CTA ═══ */
.cta-banner {
  box-shadow:
    0 20px 60px rgba(118, 87, 255, 0.15),
    0 0 0 1px rgba(118, 87, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cta-banner__title {
  text-shadow: 0 2px 20px rgba(118, 87, 255, 0.15);
}

.cta-banner__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: var(--space-sm);
  list-style: none;
}

.cta-banner__trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  backdrop-filter: blur(8px);
}

.cta-banner__trust img {
  width: 14px;
  height: 14px;
  opacity: 0.8;
}

/* ═══ CONTACT ═══ */
.contact-card {
  backdrop-filter: blur(12px);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 184, 166, 0.3);
  box-shadow: 0 12px 32px rgba(20, 184, 166, 0.1);
}

.contact-card__icon {
  box-shadow: 0 0 16px rgba(20, 184, 166, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contact-card:hover .contact-card__icon {
  box-shadow: 0 0 24px rgba(20, 184, 166, 0.25);
  transform: scale(1.05);
}

.contact-link {
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-link:hover {
  transform: translateX(4px);
  box-shadow: -4px 0 16px rgba(118, 87, 255, 0.08);
}

.contact-form {
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  box-shadow:
    0 0 0 3px rgba(118, 87, 255, 0.15),
    0 0 20px rgba(118, 87, 255, 0.08);
  border-color: rgba(118, 87, 255, 0.4);
}

.btn-copy {
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.btn-copy:hover {
  box-shadow: 0 0 16px rgba(118, 87, 255, 0.2);
}

/* ═══ FOOTER ═══ */
.footer__social-link {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.footer__social-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(118, 87, 255, 0.2);
}

.footer__col {
  position: relative;
}

.footer__col + .footer__col::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(118, 87, 255, 0.15), transparent);
}

.footer__links a {
  position: relative;
}

.footer__links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--accent-gold);
  transition: width 0.3s ease;
}

.footer__links a:hover::after {
  width: 100%;
}

/* ═══ BOUTONS GLOBAUX ═══ */
.btn--primary {
  box-shadow: 0 4px 20px rgba(118, 87, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btn--primary:hover {
  box-shadow: 0 8px 32px rgba(118, 87, 255, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.btn--secondary {
  backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.btn--secondary:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ═══ KEYFRAMES PREMIUM ═══ */
@keyframes premiumBorderSpin {
  to { --premium-angle: 360deg; }
}

@keyframes featuredPulse {
  0%, 100% { box-shadow: 0 12px 40px rgba(118, 87, 255, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.06); }
  50% { box-shadow: 0 16px 48px rgba(118, 87, 255, 0.25), 0 0 40px rgba(118, 87, 255, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.08); }
}

@keyframes bgStarTwinkle {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 0.55; }
}

/* ═══ REDUCED MOTION ═══ */
@media (prefers-reduced-motion: reduce) {
  .service-card::after,
  .engagement-card--featured {
    animation: none;
  }

  .marquee:hover .marquee__track {
    animation-play-state: running;
  }

  .section__bg--footer::after {
    animation: none;
  }
}

@media (max-width: 767px) {
  .footer__col + .footer__col::before {
    display: none;
  }

  .about__text {
    padding-left: 0.75rem;
  }

  .project-card--featured {
    grid-column: auto;
  }
}

/* ═══════════════════════════════════════════════════════════
   PREMIUM v2 — Chrome global · composants · fin Août 2026
   ═══════════════════════════════════════════════════════════ */

::selection {
  background: rgba(118, 87, 255, 0.35);
  color: var(--text-primary);
}

:focus-visible {
  outline: 2px solid rgba(118, 87, 255, 0.6);
  outline-offset: 3px;
}

body.is-ready {
  animation: pageReady 0.6s ease;
}

@keyframes pageReady {
  from { opacity: 0.96; }
  to { opacity: 1; }
}

/* --- Header chrome --- */
.header__glow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 87, 255, 0.5), rgba(32, 199, 232, 0.4), rgba(232, 197, 71, 0.3), transparent);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.header--scrolled .header__glow {
  opacity: 1;
}

.header--scrolled {
  border-bottom-color: rgba(118, 87, 255, 0.15);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0.35rem;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-gold), var(--color-cyan));
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.35s var(--ease-emphasized);
}

.nav-link:hover::after,
.nav-link.is-active::after {
  width: calc(100% - 1.5rem);
}

.nav-link--dropdown::after {
  display: none;
}

.nav-link.is-active {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.header__cta {
  box-shadow: 0 4px 20px rgba(118, 87, 255, 0.25);
}

/* --- Mobile nav premium --- */
.nav-mobile {
  border-left: none;
  box-shadow: -24px 0 80px rgba(0, 0, 0, 0.55);
}

.nav-mobile__link {
  position: relative;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.nav-mobile__link:hover,
.nav-mobile__link.is-active {
  padding-left: 1rem;
}

.nav-mobile__link.is-active::before {
  content: '';
  position: absolute;
  left: 0.5rem;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent-gold);
  transform: translateY(-50%);
  box-shadow: 0 0 8px var(--accent-gold);
}

/* --- Scroll progress --- */
.scroll-progress {
  box-shadow: 0 0 16px rgba(118, 87, 255, 0.5), 0 0 32px rgba(32, 199, 232, 0.2);
}

/* --- Back to top ring --- */
.back-to-top {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  overflow: visible;
}

.back-to-top__ring {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    var(--color-primary) 0deg,
    var(--color-cyan) calc(var(--scroll-pct, 0) * 3.6deg),
    rgba(255, 255, 255, 0.06) calc(var(--scroll-pct, 0) * 3.6deg)
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.back-to-top.is-visible .back-to-top__ring {
  opacity: 1;
}

.back-to-top .md-icon {
  position: relative;
  z-index: 1;
}

/* --- Section labels --- */
.section-label {
  padding: 0.25rem 0.65rem;
  background: rgba(118, 87, 255, 0.06);
  border: 1px solid rgba(118, 87, 255, 0.12);
  border-radius: 100px;
}

/* --- Service cards badge --- */
.service-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.2rem 0.55rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: 100px;
}

/* --- Featured project --- */
.project-card--featured .project-card__image-wrap {
  aspect-ratio: 16 / 9;
}

.project-card__featured-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 3;
  padding: 0.3rem 0.7rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), var(--color-cyan));
  border-radius: 100px;
  box-shadow: 0 4px 16px rgba(118, 87, 255, 0.4);
}

@media (min-width: 1024px) {
  .project-card--featured {
    grid-column: span 2;
  }

  .project-card--featured .project-card__body {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 0.5rem 1rem;
  }

  .project-card--featured .project-card__title {
    grid-column: 1;
  }

  .project-card--featured .project-card__desc {
    grid-column: 1 / -1;
    font-size: 0.95rem;
  }
}

/* --- Modal premium --- */
.modal__backdrop {
  background: rgba(4, 6, 14, 0.88);
  backdrop-filter: blur(16px) saturate(1.2);
}

.modal__dialog {
  background: linear-gradient(165deg, rgba(18, 22, 46, 0.98) 0%, rgba(8, 10, 24, 0.99) 100%);
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(118, 87, 255, 0.2),
    0 0 60px rgba(118, 87, 255, 0.1);
  overflow: hidden;
}

.modal__dialog::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(118, 87, 255, 0.4), transparent 40%, rgba(32, 199, 232, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.modal__category {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-primary-light);
  background: rgba(118, 87, 255, 0.12);
  border: 1px solid rgba(118, 87, 255, 0.25);
  border-radius: 100px;
}

.modal__meta div {
  padding: 0.65rem 0.85rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
}

.modal__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(6, 9, 18, 0.6) 100%);
  pointer-events: none;
}

/* --- Expertise stats counter --- */
.tech-stack__metrics strong {
  font-variant-numeric: tabular-nums;
  transition: filter 0.3s ease;
}

.tech-stack.is-visible .tech-stack__metrics strong.is-counted {
  filter: drop-shadow(0 0 10px rgba(232, 197, 71, 0.25));
}

/* --- Process duration pills --- */
.process-step__title::after {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 0.35rem;
  background: linear-gradient(90deg, var(--step-color, var(--color-primary)), transparent);
  border-radius: 2px;
  opacity: 0;
  transition: width 0.4s ease, opacity 0.4s ease;
}

.process-step:hover .process-step__title::after,
.process-step.is-highlighted .process-step__title::after {
  width: 40px;
  opacity: 1;
}

/* --- Engagement metrics row --- */
.engagement-card--featured .engagement-card__title::before {
  content: '★';
  margin-right: 0.35rem;
  color: var(--accent-gold);
  font-size: 0.85em;
}

/* --- Contact form premium --- */
.form-group {
  position: relative;
}

.form-input,
.form-select,
.form-textarea {
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, transform 0.2s ease;
}

.form-input:not(:placeholder-shown),
.form-select:valid,
.form-textarea:not(:placeholder-shown) {
  border-color: rgba(118, 87, 255, 0.2);
}

.form-feedback.is-success {
  box-shadow: 0 0 20px rgba(20, 184, 166, 0.1);
}

/* --- Footer crafted glow --- */
.footer__crafted {
  background: linear-gradient(90deg, var(--text-subtle), var(--accent-gold), var(--text-subtle));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 10s ease infinite;
}

/* --- Expertise card top line --- */
.expertise-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--card-accent, var(--color-primary)), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.expertise-card:hover::after {
  opacity: 0.8;
}

/* --- Hero title depth --- */
.hero__title {
  text-shadow: 0 4px 40px rgba(118, 87, 255, 0.08);
}

/* --- Filter ripple --- */
.filter-btn span { pointer-events: none; }

.filter-btn:active {
  transform: scale(0.97);
}

/* --- Project card body --- */
.project-card__body {
  padding: var(--space-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 100%);
}

.project-card.is-revealing {
  animation: projectReveal 0.45s var(--ease-emphasized) backwards;
}

@keyframes projectReveal {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.is-ready { animation: none; }
  .footer__crafted { animation: none; -webkit-text-fill-color: var(--text-subtle); }
  .project-card.is-revealing { animation: none; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v3 — fin août 2026
   ═══════════════════════════════════════════════════════════ */

/* --- Expertise card link --- */
.expertise-card {
  display: flex;
  flex-direction: column;
}

.expertise-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--card-accent, var(--color-primary));
  opacity: 0.7;
  transform: translateY(0);
  transition: opacity 0.35s ease, gap 0.35s ease, transform 0.35s ease;
}

.expertise-card__link span {
  display: inline-block;
  transition: transform 0.35s var(--ease-emphasized);
}

.expertise-card:hover .expertise-card__link,
.expertise-card:focus-within .expertise-card__link {
  opacity: 1;
}

.expertise-card:hover .expertise-card__link span,
.expertise-card:focus-within .expertise-card__link span {
  transform: translateX(4px);
}

/* --- Process step duration badge --- */
.process-step__duration {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  margin-bottom: 0.875rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--step-color, var(--color-primary));
  background: color-mix(in srgb, var(--step-color, var(--color-primary)) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--step-color, var(--color-primary)) 28%, transparent);
  border-radius: 100px;
}

/* --- Engagement card metric --- */
.engagement-card__metric {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.875rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--accent-gold);
  padding: 0.25rem 0;
  border-bottom: 2px solid rgba(232, 197, 71, 0.35);
}

.engagement-card--featured .engagement-card__metric {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

/* --- Section nav (desktop) --- */
.section-nav {
  position: fixed;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 90;
  pointer-events: none;
}

.section-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0.75rem 0.5rem;
  background: rgba(10, 14, 26, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
}

.section-nav__dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.section-nav__dot::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
}

.section-nav__dot.is-active {
  background: var(--color-primary);
  box-shadow: 0 0 12px rgba(118, 87, 255, 0.55);
  transform: scale(1.2);
}

.section-nav__dot:hover,
.section-nav__dot:focus-visible {
  background: rgba(118, 87, 255, 0.65);
  transform: scale(1.15);
  outline: none;
}

.section-nav__label {
  position: absolute;
  right: calc(100% + 0.75rem);
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  color: var(--text-primary);
  background: rgba(10, 14, 26, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.section-nav__dot:hover .section-nav__label,
.section-nav__dot:focus-visible .section-nav__label {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 1023px) {
  .section-nav { display: none !important; }
}

/* --- Process timeline mobile --- */
@media (max-width: 767px) {
  .process__timeline {
    padding-left: 1.75rem;
  }

  .process__timeline::before {
    content: '';
    position: absolute;
    left: 0.4375rem;
    top: 1.5rem;
    bottom: 1.5rem;
    width: 2px;
    background: linear-gradient(
      180deg,
      var(--color-web),
      var(--accent-gold),
      var(--color-discord),
      var(--color-eco)
    );
    opacity: 0.35;
    border-radius: 2px;
  }

  .process-step::after {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 2.25rem;
    width: 10px;
    height: 10px;
    background: var(--step-color, var(--color-primary));
    border: 2px solid var(--bg-base);
    border-radius: 50%;
    box-shadow: 0 0 10px color-mix(in srgb, var(--step-color, var(--color-primary)) 50%, transparent);
  }
}

/* --- Placeholder links sociaux --- */
.is-placeholder {
  position: relative;
}

.is-placeholder::after {
  content: 'Bientôt';
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-gold);
  background: rgba(10, 14, 26, 0.95);
  border: 1px solid rgba(232, 197, 71, 0.35);
  border-radius: 4px;
  pointer-events: none;
}

.contact-link.is-placeholder::after {
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
}

.footer__social-link.is-placeholder::after {
  top: -4px;
  right: -4px;
}

.is-placeholder:hover {
  opacity: 0.85;
}

/* --- Toast --- */
.app-toast {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  z-index: 200;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-primary);
  background: rgba(10, 14, 26, 0.94);
  border: 1px solid rgba(118, 87, 255, 0.35);
  border-radius: 100px;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  pointer-events: none;
}

.app-toast.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* --- Skeleton images projets --- */
.project-card__image-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.07) 50%,
    rgba(255, 255, 255, 0.02) 100%
  );
  background-size: 200% 100%;
  animation: imageShimmer 1.6s ease-in-out infinite;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.project-card__image-wrap.is-loaded::before {
  opacity: 0;
  animation: none;
}

@keyframes imageShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .project-card__image-wrap::before { animation: none; display: none; }
  .section-nav__dot,
  .section-nav__label,
  .app-toast { transition: none; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v4 — fin août 2026
   ═══════════════════════════════════════════════════════════ */

/* --- Filtres projets : compteurs --- */
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.filter-btn__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.375rem;
  height: 1.375rem;
  padding: 0 0.35rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  transition: color 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.filter-btn.is-active .filter-btn__count {
  color: #fff;
  background: rgba(118, 87, 255, 0.35);
  border-color: rgba(118, 87, 255, 0.45);
}

/* --- État vide projets --- */
.projects__empty {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  margin-top: var(--space-lg);
  padding: var(--space-xl) var(--space-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(118, 87, 255, 0.04) 100%);
  border: 1px dashed rgba(118, 87, 255, 0.25);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
}

.projects__empty.is-visible {
  display: flex;
  animation: emptyReveal 0.45s var(--ease-emphasized);
}

.projects__empty-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background: rgba(118, 87, 255, 0.12);
  border: 1px solid rgba(118, 87, 255, 0.2);
  border-radius: 16px;
  opacity: 0.7;
}

.projects__empty-title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 600;
}

.projects__empty-desc {
  max-width: 36ch;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
}

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

/* --- Hero métriques comptées --- */
.hero-metric__value.is-counted {
  animation: metricPop 0.5s var(--ease-emphasized);
}

@keyframes metricPop {
  0% { transform: scale(0.92); }
  60% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* --- Bouton formulaire loading --- */
.btn.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.85;
}

.btn.is-loading > span:first-child {
  opacity: 0;
}

.btn.is-loading::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #fff;
  border-radius: 50%;
  animation: btnSpin 0.7s linear infinite;
}

@keyframes btnSpin {
  to { transform: rotate(360deg); }
}

/* --- CTA bannière bordure animée --- */
.cta-banner {
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    120deg,
    rgba(118, 87, 255, 0.5),
    rgba(32, 199, 232, 0.35),
    rgba(232, 197, 71, 0.35),
    rgba(118, 87, 255, 0.5)
  );
  background-size: 200% 200%;
  animation: ctaBorderShift 8s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.65;
}

@keyframes ctaBorderShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* --- About stat cards premium --- */
.stat-card--text {
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.stat-card--text::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(118, 87, 255, 0.06), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.stat-card--text:hover {
  transform: translateY(-3px);
  border-color: rgba(118, 87, 255, 0.22);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.stat-card--text:hover::before {
  opacity: 1;
}

.stat-card__label {
  color: var(--color-primary);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* --- Section nav clavier --- */
.section-nav__dot:focus-visible {
  box-shadow: 0 0 0 3px rgba(118, 87, 255, 0.35), 0 0 12px rgba(118, 87, 255, 0.55);
}

@media (prefers-reduced-motion: reduce) {
  .projects__empty.is-visible { animation: none; }
  .hero-metric__value.is-counted { animation: none; }
  .btn.is-loading::after { animation: none; }
  .cta-banner::before { animation: none; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v5 — fin août 2026
   ═══════════════════════════════════════════════════════════ */

main section[id] {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

/* --- FAQ --- */
.faq__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
  max-width: 760px;
  margin-inline: auto;
}

.faq-item {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(118, 87, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.faq-item[open] {
  border-color: rgba(118, 87, 255, 0.28);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.125rem 1.25rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  transition: color 0.3s ease;
}

.faq-item__question::-webkit-details-marker { display: none; }

.faq-item__question:hover {
  color: var(--color-primary);
}

.faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(118, 87, 255, 0.12);
  border: 1px solid rgba(118, 87, 255, 0.2);
  border-radius: 8px;
  position: relative;
  transition: transform 0.35s var(--ease-emphasized), background 0.3s ease;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform 0.35s var(--ease-emphasized);
}

.faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__icon {
  transform: rotate(180deg);
  background: rgba(118, 87, 255, 0.22);
}

.faq-item[open] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-item__answer {
  padding: 0 1.25rem 1.25rem;
}

.faq-item__answer p {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.75;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 1rem;
}

.faq__cta {
  margin-top: var(--space-lg);
  text-align: center;
  font-size: 0.9375rem;
  color: var(--text-muted);
}

.faq__cta a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.faq__cta a:hover {
  color: var(--color-cyan);
}

/* --- Modal légal --- */
.modal__dialog--legal {
  max-width: 620px;
}

.legal-panel__title {
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: var(--space-md);
  padding-right: 2.5rem;
}

.legal-panel__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.legal-panel__body a {
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-modal__content {
  padding: var(--space-lg);
}

.modal--legal .modal__dialog {
  max-height: 85vh;
}

/* --- Footer liens légaux --- */
.footer__legal-link {
  padding: 0;
  font: inherit;
  color: var(--text-subtle);
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__legal-link:hover {
  color: var(--color-primary);
}

/* --- Formulaire validation live --- */
.form-input.is-valid,
.form-select.is-valid,
.form-textarea.is-valid {
  border-color: rgba(20, 184, 166, 0.45);
  box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.12);
}

.form-group {
  position: relative;
}

.form-input.is-valid:not(:focus),
.form-select.is-valid:not(:focus),
.form-textarea.is-valid:not(:focus) {
  background-image: linear-gradient(rgba(20, 184, 166, 0.04), rgba(20, 184, 166, 0.04));
}

/* --- Cartes projet focus clavier --- */
.project-card:focus-visible {
  outline: 2px solid rgba(118, 87, 255, 0.6);
  outline-offset: 4px;
}

/* --- Header nav compact (1024–1199px) --- */
@media (min-width: 1024px) and (max-width: 1199px) {
  .nav-link {
    padding: 0.5rem 0.625rem;
    font-size: 0.8125rem;
  }

  .header__cta {
    padding: 0.625rem 1rem;
    font-size: 0.8125rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-item__icon,
  .faq-item__icon::before,
  .faq-item__icon::after { transition: none; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v6 — fin août 2026
   ═══════════════════════════════════════════════════════════ */

/* --- Logo sans contour --- */
.logo-img,
.footer__cta-logo {
  filter: drop-shadow(0 0 12px rgba(118, 87, 255, 0.35));
}

.header__logo:hover .logo-img {
  filter: drop-shadow(0 0 18px rgba(118, 87, 255, 0.55));
  box-shadow: none;
}

/* --- Header auto-hide (desktop uniquement) --- */
.header--hidden {
  transform: translateY(calc(-100% - 4px));
}

@media (max-width: 1023px) {
  .header--hidden {
    transform: none;
  }
}

@media (min-width: 1024px) {
  .header--hidden { transform: translateY(calc(-100% - 4px)); }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .header__cta-text--long { display: none; }
  .header__cta-text--short { display: inline; }
}

@media (min-width: 1280px) {
  .header__cta-text--long { display: inline; }
  .header__cta-text--short { display: none; }
}

/* --- Section nav label actif --- */
.section-nav__current {
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-primary);
  opacity: 0.9;
}

/* --- Barre CTA mobile --- */
.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 850;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, transparent 0%, rgba(6, 9, 18, 0.92) 30%);
  backdrop-filter: blur(12px);
  transform: translateY(110%);
  transition: transform 0.45s var(--ease-emphasized);
  pointer-events: none;
}

.mobile-cta-bar.is-visible {
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-cta-bar__btn {
  box-shadow: 0 8px 32px rgba(118, 87, 255, 0.45);
}

@media (min-width: 768px) {
  .mobile-cta-bar { display: none !important; }
}

body.has-mobile-cta {
  padding-bottom: 5rem;
}

/* --- Honeypot anti-spam --- */
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* --- Terminal hero rotation --- */
#hero-terminal-stack {
  display: inline-block;
  transition: opacity 0.28s ease;
}

/* --- Service cards layout --- */
.service-card {
  display: flex;
  flex-direction: column;
}

.service-card__link {
  margin-top: auto;
  padding-top: 1.25rem;
}

/* --- Impression --- */
@media print {
  .scroll-progress,
  .cursor,
  .noise-overlay,
  .header,
  .section-nav,
  .mobile-cta-bar,
  .back-to-top,
  .hero__orbs,
  .hero__mesh,
  .marquee,
  .section__bg,
  .nav-mobile,
  .nav-mobile-backdrop,
  .modal { display: none !important; }

  body {
    background: #fff;
    color: #111;
  }

  .section,
  .hero {
    break-inside: avoid;
    page-break-inside: avoid;
  }

  a[href^="#"]::after,
  a[href^="mailto:"]::after {
    content: " (" attr(href) ")";
    font-size: 0.75rem;
    color: #555;
  }

  .gradient-text {
    -webkit-text-fill-color: #333;
    color: #333;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header--hidden { transform: none; }
  .mobile-cta-bar { transition: none; }
  #hero-terminal-stack { transition: none; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v7 — fin août 2026
   ═══════════════════════════════════════════════════════════ */

/* --- Modal navigation projets --- */
.modal__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: rgba(10, 14, 26, 0.85);
  border: 1px solid rgba(118, 87, 255, 0.35);
  border-radius: 12px;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

.modal__nav:hover:not(:disabled) {
  border-color: rgba(118, 87, 255, 0.55);
  box-shadow: 0 8px 24px rgba(118, 87, 255, 0.25);
  transform: translateY(-50%) scale(1.05);
}

.modal__nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.modal__nav--prev { left: max(0.75rem, calc(50% - 340px)); }
.modal__nav--next { right: max(0.75rem, calc(50% - 340px)); }

.modal__counter {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-subtle);
}

/* --- Formulaire budget --- */
.form-label__optional {
  font-weight: 400;
  font-size: 0.8125rem;
  color: var(--text-subtle);
}

/* --- Hero orbit flottant --- */
@keyframes orbitFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-10px) scale(1.05); }
}

.hero-showcase__orbit-item--1 { animation: orbitFloat 4.2s ease-in-out infinite; }
.hero-showcase__orbit-item--2 { animation: orbitFloat 4.8s ease-in-out 0.6s infinite; }
.hero-showcase__orbit-item--3 { animation: orbitFloat 5.1s ease-in-out 1.2s infinite; }
.hero-showcase__orbit-item--4 { animation: orbitFloat 4.5s ease-in-out 0.3s infinite; }

/* --- Reduced motion global --- */
body.reduced-motion *,
body.reduced-motion *::before,
body.reduced-motion *::after {
  animation-duration: 0.01ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.01ms !important;
}

@media (max-width: 640px) {
  .modal__nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-showcase__orbit-item { animation: none !important; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v8 — fin août 2026
   ═══════════════════════════════════════════════════════════ */

/* --- Hero scroll indicator --- */
.hero {
  position: relative;
}

.hero__scroll {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: var(--text-subtle);
  transform: translateX(-50%);
  transition: color 0.3s ease, transform 0.3s ease;
}

.hero__scroll:hover {
  color: var(--color-primary);
  transform: translateX(-50%) translateY(4px);
}

.hero__scroll-text {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__scroll-icon {
  display: flex;
  animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

/* --- Trust strip --- */
.trust-strip {
  position: relative;
  padding: 0.875rem 0;
  border-block: 1px solid rgba(118, 87, 255, 0.12);
  background: linear-gradient(90deg, rgba(118, 87, 255, 0.06) 0%, rgba(32, 199, 232, 0.04) 50%, rgba(118, 87, 255, 0.06) 100%);
}

.trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  list-style: none;
}

.trust-strip__item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-muted);
}

.trust-strip__item img {
  opacity: 0.75;
}

/* --- Tarifs --- */
.section__bg--pricing {
  background:
    radial-gradient(ellipse 55% 45% at 0% 50%, rgba(20, 184, 166, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 50%, rgba(118, 87, 255, 0.1) 0%, transparent 50%);
}

.pricing__grid {
  display: grid;
  gap: var(--space-md);
}

.pricing-card {
  display: flex;
  flex-direction: column;
  padding: var(--space-lg);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(118, 87, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(118, 87, 255, 0.22);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
}

.pricing-card--featured {
  border-color: rgba(118, 87, 255, 0.35);
  background: linear-gradient(160deg, rgba(118, 87, 255, 0.12) 0%, rgba(32, 199, 232, 0.06) 100%);
  box-shadow: 0 12px 40px rgba(118, 87, 255, 0.15);
}

.pricing-card__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.25rem 0.65rem;
  margin-bottom: 1rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-cyan);
  background: rgba(32, 199, 232, 0.1);
  border: 1px solid rgba(32, 199, 232, 0.25);
  border-radius: 100px;
}

.pricing-card__badge--popular {
  color: #fff;
  background: linear-gradient(135deg, var(--color-primary), #5a3fd4);
  border-color: rgba(232, 197, 71, 0.3);
}

.pricing-card__price {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
}

.pricing-card__price strong {
  display: block;
  margin-top: 0.25rem;
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.pricing-card__desc {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.pricing-card__features {
  flex: 1;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.pricing-card__features li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
}

.pricing-card__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--color-primary);
  border-radius: 50%;
  opacity: 0.7;
}

.pricing__note {
  margin-top: var(--space-lg);
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-subtle);
}

.pricing__note a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 768px) {
  .pricing__grid { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
}

/* --- Badge année projet --- */
.project-card__year {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  padding: 0.2rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  background: rgba(10, 14, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  backdrop-filter: blur(6px);
}

.project-card--featured .project-card__year {
  top: auto;
  bottom: 0.75rem;
  left: 0.75rem;
}

/* --- Section nav progress --- */
.section-nav__progress {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  bottom: 2.5rem;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  pointer-events: none;
}

.section-nav__progress-fill {
  display: block;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, var(--color-primary), var(--color-cyan));
  border-radius: 2px;
  transition: height 0.2s ease;
}

.section-nav {
  position: fixed;
}

@media (max-width: 1023px) {
  .hero__scroll { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__scroll-icon { animation: none; }
  .section-nav__progress-fill { transition: none; }
}

/* ═══════════════════════════════════════════════════════════
   Premium v9 — Footer CTA strip
   ═══════════════════════════════════════════════════════════ */

.footer__cta-strip::before {
  content: '';
  position: absolute;
  inset: clamp(0.75rem, 3vw, 1.25rem);
  border-radius: var(--radius-lg);
  padding: 1px;
  background: linear-gradient(
    120deg,
    rgba(118, 87, 255, 0.55),
    rgba(32, 199, 232, 0.35),
    rgba(232, 197, 71, 0.35),
    rgba(118, 87, 255, 0.55)
  );
  background-size: 200% 200%;
  animation: footerCtaBorder 10s ease infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
  opacity: 0.7;
}

@keyframes footerCtaBorder {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.footer__cta-strip__bg {
  overflow: hidden;
}

.footer__cta-strip__bg::before,
.footer__cta-strip__bg::after {
  animation: footerCtaOrb 12s ease-in-out infinite alternate;
}

.footer__cta-strip__bg::after {
  animation-delay: -6s;
}

@keyframes footerCtaOrb {
  0% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  100% { transform: translate(12px, -8px) scale(1.08); opacity: 1; }
}

.footer__cta-title {
  text-shadow: 0 2px 24px rgba(118, 87, 255, 0.12);
}

.footer__cta-visual {
  position: relative;
}

.footer__cta-visual::before {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 87, 255, 0.25) 0%, transparent 70%);
  filter: blur(12px);
  z-index: -1;
}

.footer__cta-mail {
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.footer__cta-mail:hover {
  background: rgba(118, 87, 255, 0.08);
  border-color: rgba(118, 87, 255, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .footer__cta-strip::before,
  .footer__cta-strip__bg::before,
  .footer__cta-strip__bg::after {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════════════════
   Premium v10 — Logo rond + projets bientôt
   ═══════════════════════════════════════════════════════════ */

.logo-img,
.hero__eyebrow-logo,
.hero-showcase__logo,
.footer__cta-logo,
.about__avatar-img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1;
  mix-blend-mode: lighten;
}

.projects__soon-notice {
  box-shadow:
    0 20px 60px rgba(118, 87, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.projects__grid--soon {
  filter: blur(0.3px);
}

.project-card--soon {
  position: relative;
  overflow: hidden;
}

.project-card--soon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(118, 87, 255, 0.04), transparent 60%);
  pointer-events: none;
}

.project-card__soon-fill span {
  padding: 0.35rem 0.75rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}
