/* =========================================================
   Tout en Coach — Landing page
   DA : bleu nuit profond, halos bleu/violet localisés,
   beaucoup d'espace, bordures fines, produit au centre.
   ========================================================= */

@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/inter-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter-latin-700-normal.woff2") format("woff2"); }

:root {
  --tec-bg: #0a1020;
  --tec-bg-2: #0c1428;
  --tec-bg-3: #0f1a33;
  --tec-surface: rgba(255, 255, 255, 0.025);
  --tec-surface-2: rgba(255, 255, 255, 0.045);
  --tec-border: rgba(148, 163, 184, 0.16);
  --tec-border-strong: rgba(148, 163, 184, 0.28);
  --tec-text: #eef2f8;
  --tec-text-soft: #c7d0e0;
  --tec-muted: #97a3ba;
  --tec-blue: #3b6cff;
  --tec-blue-2: #5b86ff;
  --tec-blue-deep: #0639f2;
  --tec-violet: #7c5cff;
  --tec-cyan: #4cc9f0;
  --tec-green: #34c38f;
  --tec-amber: #f5b342;
  --tec-radius: 16px;
  --tec-radius-sm: 10px;
  --tec-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --tec-header-h: 72px;
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  background: var(--tec-bg);
  color: var(--tec-text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Fond : bleu nuit avec variations extrêmement subtiles (pas de noir uniforme) */
.tec-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(1200px 600px at 15% -10%, rgba(59, 108, 255, 0.10), transparent 60%),
    radial-gradient(900px 500px at 90% 10%, rgba(124, 92, 255, 0.08), transparent 60%),
    linear-gradient(180deg, #0b1224 0%, #0a1020 40%, #0a0f1f 100%);
}

::selection { background: rgba(59, 108, 255, 0.45); color: #fff; }

a { color: var(--tec-blue-2); text-decoration: none; }
a:hover { color: #fff; }

h1, h2, h3, h4 { font-weight: 700; letter-spacing: -0.02em; line-height: 1.12; color: var(--tec-text); }
h1 { font-size: clamp(2.2rem, 4.2vw, 3.25rem); }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.6rem); }
h3 { font-size: 1.25rem; }
p  { color: var(--tec-text-soft); }
.lead { font-size: 1.125rem; line-height: 1.65; color: var(--tec-text-soft); }
.text-muted, .text-body-secondary { color: var(--tec-muted) !important; }
strong { color: var(--tec-text); }

.container { max-width: 1180px; }

/* Etiquette de section (« NOS OFFRES », …) */
.tec-eyebrow {
  display: inline-block;
  padding: 0.3rem 0.75rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b9c8ff;
  background: rgba(59, 108, 255, 0.12);
  border: 1px solid rgba(59, 108, 255, 0.28);
  border-radius: 999px;
}

/* Sections */
main { overflow-x: clip; }
.tec-section { position: relative; padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.tec-section-tight { padding: clamp(3rem, 6vw, 5rem) 0; }
.tec-divider { border: 0; border-top: 1px solid var(--tec-border); margin: 0; }

/* Halos localisés */
.tec-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
  z-index: 0;
}
.tec-glow-blue   { background: radial-gradient(circle, rgba(59,108,255,0.55), transparent 65%); }
.tec-glow-violet { background: radial-gradient(circle, rgba(124,92,255,0.5), transparent 65%); }
.tec-glow-cyan   { background: radial-gradient(circle, rgba(76,201,240,0.35), transparent 65%); }

/* =========================================================
   Boutons
   ========================================================= */
.btn { border-radius: 12px; font-weight: 600; letter-spacing: -0.005em; transition: transform .2s var(--tec-ease), box-shadow .25s var(--tec-ease), background-color .2s, border-color .2s, color .2s; }
.btn:active { transform: translateY(1px); }

.btn-tec {
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-padding-x: 1.4rem;
  color: #fff;
  background: linear-gradient(180deg, var(--tec-blue-2), var(--tec-blue));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 0 0 rgba(59,108,255,0), 0 8px 24px -10px rgba(59,108,255,0.7);
}
.btn-tec:hover, .btn-tec:focus-visible {
  color: #fff;
  background: linear-gradient(180deg, #6b93ff, #4a79ff);
  box-shadow: 0 0 0 4px rgba(59,108,255,0.18), 0 14px 32px -12px rgba(59,108,255,0.85);
  transform: translateY(-1px);
}
.btn-tec-outline {
  --bs-btn-padding-y: 0.8rem;
  --bs-btn-padding-x: 1.4rem;
  color: #dbe4ff;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(148,163,184,0.35);
}
.btn-tec-outline:hover, .btn-tec-outline:focus-visible {
  color: #fff;
  background: rgba(59,108,255,0.12);
  border-color: rgba(91,134,255,0.7);
  box-shadow: 0 0 0 4px rgba(59,108,255,0.12);
}
.btn-tec-ghost { color: var(--tec-text-soft); background: transparent; border: 1px solid transparent; }
.btn-tec-ghost:hover { color: #fff; background: rgba(255,255,255,0.05); }
.btn-lg { --bs-btn-font-size: 1.05rem; }
.btn .bi { vertical-align: -0.1em; }

/* =========================================================
   Header sticky
   ========================================================= */
.tec-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1030;
  height: var(--tec-header-h);
  display: flex;
  align-items: center;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background-color .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.tec-header.is-scrolled {
  background: rgba(10, 16, 32, 0.82);
  border-bottom-color: var(--tec-border);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  backdrop-filter: saturate(140%) blur(10px);
}
.tec-header .navbar-brand img { height: 46px; width: auto; display: block; }
.tec-nav { display: flex; align-items: center; gap: 0.25rem; }
.tec-nav a {
  padding: 0.45rem 0.8rem;
  border-radius: 8px;
  color: var(--tec-text-soft);
  font-size: 0.94rem;
  font-weight: 500;
  transition: color .2s, background-color .2s;
}
.tec-nav a:hover, .tec-nav a.active { color: #fff; background: rgba(255,255,255,0.05); }
.tec-header .btn-sm { --bs-btn-padding-y: 0.5rem; --bs-btn-padding-x: 1rem; --bs-btn-font-size: 0.9rem; }

.tec-burger {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; background: rgba(255,255,255,0.05);
  border: 1px solid var(--tec-border); border-radius: 10px;
  font-size: 1.3rem;
}
.offcanvas.tec-offcanvas {
  background: #0c1428;
  color: var(--tec-text);
  border-left: 1px solid var(--tec-border);
  width: min(86vw, 360px);
}
.tec-offcanvas .btn-close { filter: invert(1) grayscale(1); opacity: .7; }
.tec-offcanvas .nav-link { color: var(--tec-text-soft); font-size: 1.1rem; padding: .8rem 0; border-bottom: 1px solid var(--tec-border); }
.tec-offcanvas .nav-link:hover { color: #fff; }

/* Bandeau promotionnel sticky sous la navigation */
:root { --tec-promo-h: 0px; }
body.has-promo { --tec-promo-h: 40px; }
.tec-promo {
  position: fixed; top: var(--tec-header-h); left: 0; right: 0; z-index: 1029;
  height: var(--tec-promo-h); display: flex; align-items: center;
  background: linear-gradient(90deg, rgba(59,108,255,0.22), rgba(124,92,255,0.22));
  border-bottom: 1px solid rgba(91,134,255,0.35);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: .88rem; font-weight: 500; text-align: center;
}
.tec-promo a { color: #e6ecff; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tec-promo a:hover { color: #fff; }
.tec-promo .bi-stars { color: #ffd166; }
body.has-promo .tec-hero { padding-top: calc(var(--tec-header-h) + var(--tec-promo-h) + clamp(3rem, 8vw, 6rem)); }
body.has-promo .tec-page main { padding-top: calc(var(--tec-header-h) + var(--tec-promo-h) + 2rem); }
.tec-rentree { color: #dbe4ff; font-weight: 500; }
.tec-rentree .bi { color: #ffd166; }

/* =========================================================
   Hero
   ========================================================= */
.tec-hero {
  position: relative;
  padding-top: calc(var(--tec-header-h) + clamp(3rem, 8vw, 6rem));
  padding-bottom: clamp(3rem, 7vw, 6rem);
  overflow: hidden;
}
.tec-hero .tec-glow-blue   { width: 760px; height: 760px; right: -180px; top: -140px; opacity: .75; }
.tec-hero .tec-glow-violet { width: 600px; height: 600px; right: 140px; top: 240px; opacity: .6; }
.tec-hero h1 { margin-bottom: 1.25rem; }
.tec-hero .lead { max-width: 560px; }

/* Cadre "fenêtre" du dashboard */
.tec-product {
  position: relative;
  z-index: 1;
  perspective: 1600px;
}
.tec-window {
  position: relative;
  border-radius: 14px;
  background: #101a30;
  border: 1px solid rgba(148,163,184,0.28);
  box-shadow:
    0 0 0 1px rgba(10,16,32,0.6),
    0 40px 80px -30px rgba(2, 6, 23, 0.9),
    0 0 120px -20px rgba(59,108,255,0.35);
  overflow: hidden;
  transform: rotateY(-6deg) rotateX(3deg);
  transform-origin: 50% 50%;
  transition: transform .8s var(--tec-ease);
  will-change: transform;
}
.tec-window:hover { transform: rotateY(-3deg) rotateX(1.5deg); }
.tec-window-bar {
  display: flex; align-items: center; gap: 6px;
  height: 34px; padding: 0 12px;
  background: linear-gradient(180deg, #16213a, #111b31);
  border-bottom: 1px solid var(--tec-border);
}
.tec-window-bar span { width: 10px; height: 10px; border-radius: 50%; background: #2a3654; }
.tec-window-bar span:nth-child(1) { background: #ff5f57; }
.tec-window-bar span:nth-child(2) { background: #febc2e; }
.tec-window-bar span:nth-child(3) { background: #28c840; }
.tec-window-url {
  margin-left: 10px; flex: 1; height: 20px;
  border-radius: 6px; background: rgba(255,255,255,0.05);
  font-size: 0.68rem; color: var(--tec-muted); line-height: 20px; padding: 0 10px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.tec-window img { display: block; width: 100%; height: auto; }

/* Éléments UI flottants */
.tec-float {
  position: absolute;
  z-index: 2;
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.7rem 0.95rem;
  border-radius: 12px;
  background: rgba(16, 26, 48, 0.9);
  border: 1px solid rgba(148,163,184,0.3);
  box-shadow: 0 20px 40px -18px rgba(2,6,23,0.9), 0 0 0 1px rgba(10,16,32,0.5);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: 0.85rem;
  white-space: nowrap;
  animation: tec-drift 9s ease-in-out infinite;
}
.tec-float .tec-float-icon {
  width: 34px; height: 34px; border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.05rem;
}
.tec-float small { display: block; color: var(--tec-muted); font-size: 0.72rem; line-height: 1.2; }
.tec-float strong { display: block; font-weight: 600; line-height: 1.25; }
.tec-float-1 { left: -6%; top: 16%; animation-delay: 0s; }
.tec-float-2 { right: -4%; top: 52%; animation-delay: -3s; }
.tec-float-3 { left: 6%; bottom: -6%; animation-delay: -6s; }
.tec-badge-status { display: inline-block; padding: 0.1rem 0.5rem; border-radius: 6px; font-size: 0.72rem; font-weight: 600; }
.tec-badge-green { background: #2f6f4f; color: #e8fff3; }
.tec-badge-blue  { background: #2a4fb3; color: #e6eeff; }

@keyframes tec-drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50%      { transform: translate3d(0, -8px, 0); }
}

.tec-hero-note { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 1.5rem; color: var(--tec-muted); font-size: 0.86rem; }
.tec-hero-note span .bi { color: var(--tec-green); margin-right: .35rem; }

/* =========================================================
   Cartes génériques
   ========================================================= */
.tec-card {
  position: relative;
  height: 100%;
  padding: 1.75rem;
  border-radius: var(--tec-radius);
  background: var(--tec-surface);
  border: 1px solid var(--tec-border);
  transition: transform .35s var(--tec-ease), border-color .35s, background-color .35s, box-shadow .35s;
}
.tec-card:hover {
  transform: translateY(-3px);
  border-color: var(--tec-border-strong);
  background: var(--tec-surface-2);
  box-shadow: 0 24px 48px -30px rgba(2,6,23,0.9);
}
.tec-card h3 { font-size: 1.2rem; margin-bottom: .6rem; }
.tec-card p { margin: 0; color: var(--tec-text-soft); }
.tec-card-accent::before {
  content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px;
  border-radius: 3px; background: linear-gradient(180deg, var(--tec-blue-2), var(--tec-violet));
}
.tec-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: #cdd9ff;
  background: rgba(59,108,255,0.12);
  border: 1px solid rgba(59,108,255,0.3);
  margin-bottom: 1.1rem;
}

/* =========================================================
   Offres (pricing)
   ========================================================= */
.tec-pricing { position: relative; }
.tec-pricing .tec-glow-violet { width: 640px; height: 640px; left: 50%; top: 40%; transform: translate(-50%, -50%); opacity: .3; }
.tec-plan {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.75rem 1.6rem;
  border-radius: var(--tec-radius);
  background: rgba(12, 20, 40, 0.75);
  border: 1px solid rgba(91,134,255,0.35);
  transition: transform .35s var(--tec-ease), box-shadow .35s, border-color .35s;
}
.tec-plan:hover { transform: translateY(-4px); border-color: rgba(91,134,255,0.6); box-shadow: 0 30px 60px -35px rgba(59,108,255,0.6); }
.tec-plan-featured {
  border-color: rgba(124,92,255,0.6);
  background: linear-gradient(180deg, rgba(59,108,255,0.10), rgba(12,20,40,0.85) 45%);
  box-shadow: 0 0 0 1px rgba(124,92,255,0.15), 0 30px 70px -30px rgba(124,92,255,0.45);
}
.tec-plan-featured::before {
  content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; pointer-events: none;
  background: linear-gradient(135deg, rgba(91,134,255,0.8), rgba(124,92,255,0.4), transparent 70%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
}
.tec-plan-tag {
  align-self: flex-start;
  padding: .25rem .7rem; border-radius: 999px;
  font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: #b9c8ff; border: 1px solid rgba(91,134,255,0.45); background: rgba(59,108,255,0.08);
  margin-bottom: .9rem;
}
.tec-plan-featured .tec-plan-tag { color: #fff; background: rgba(91,134,255,0.35); border-color: rgba(91,134,255,0.7); }
.tec-plan h3 { font-size: 1.35rem; text-transform: uppercase; letter-spacing: .01em; min-height: 2.6em; margin-bottom: .6rem; }
.tec-plan-price { min-height: 2.4rem; margin-bottom: .6rem; font-size: 1.35rem; font-weight: 700; color: var(--tec-blue-2); }
.tec-plan-price s { color: var(--tec-muted); font-weight: 500; font-size: 1.05rem; margin-right: .35rem; }
.tec-plan-price .tec-price-violet { color: #b39cff; }
.tec-plan-desc { min-height: 3.2em; color: var(--tec-text-soft); font-size: .95rem; margin-bottom: 1.1rem; }
.tec-plan ul { list-style: none; padding: 0; margin: 0 0 1.5rem; flex: 1; }
.tec-plan li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; color: var(--tec-text-soft); font-size: .97rem; }
.tec-plan li .bi { position: absolute; left: 0; top: .2em; color: var(--tec-blue-2); }
.tec-plan .btn { margin-top: auto; width: 100%; }
.tec-roi { text-align: center; margin-top: clamp(2.5rem, 5vw, 4rem); }
.tec-roi p:first-child { font-size: clamp(1.35rem, 2.6vw, 1.9rem); font-weight: 700; color: #fff; letter-spacing: -.02em; margin-bottom: .4rem; }
.tec-roi p:nth-child(2) { font-size: 1.1rem; color: var(--tec-text-soft); font-weight: 500; }
.tec-roi .tec-roi-line { width: 72px; height: 3px; margin: 1.4rem auto 0; border-radius: 3px; background: linear-gradient(90deg, var(--tec-blue-2), var(--tec-violet)); }
.tec-fineprint { font-size: .82rem; color: var(--tec-muted); }

/* =========================================================
   Offre Gestion — capture + callouts
   ========================================================= */
.tec-feature-list { list-style: none; padding: 0; margin: 0; }
.tec-feature-list li { display: flex; gap: 1rem; margin-bottom: 1.6rem; }
.tec-feature-list .bi-arrow-right { color: var(--tec-blue-2); font-size: 1.5rem; line-height: 1.1; flex: none; }
.tec-feature-list h3 { font-size: 1.15rem; margin-bottom: .35rem; }
.tec-feature-list p { margin: 0; color: var(--tec-text-soft); }

.tec-seqino {
  border-radius: var(--tec-radius);
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(6,57,242,0.35), rgba(12,20,40,0.9));
  border: 1px solid rgba(91,134,255,0.5);
  box-shadow: 0 30px 60px -35px rgba(59,108,255,0.7);
}
.tec-seqino h3 { font-size: 1.15rem; display: flex; gap: .6rem; align-items: flex-start; }
.tec-seqino h3 .bi { color: var(--tec-green); flex: none; margin-top: .15em; }
.tec-seqino p { margin: 0; color: #dbe4ff; }
.tec-seqino-logo { display: inline-block; padding: .2rem .55rem; border-radius: 6px; background: #2f6f4f; color: #fff; font-weight: 700; font-size: .78rem; letter-spacing: .05em; }

.tec-shot { position: relative; }
.tec-shot .tec-window { transform: none; }
.tec-shot .tec-window:hover { transform: none; }
.tec-callout {
  position: absolute; z-index: 3;
  display: flex; align-items: center; gap: .55rem;
  padding: .55rem .8rem;
  border-radius: 10px;
  background: rgba(16,26,48,0.95);
  border: 1px solid rgba(91,134,255,0.6);
  box-shadow: 0 18px 40px -18px rgba(2,6,23,0.9), 0 0 0 4px rgba(59,108,255,0.12);
  font-size: .82rem; font-weight: 500; white-space: nowrap;
}
.tec-callout .bi { color: var(--tec-blue-2); }
.tec-callout::after {
  content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: var(--tec-blue-2); box-shadow: 0 0 0 6px rgba(59,108,255,0.25);
}
.tec-callout-a { right: 3%; top: 26%; }
.tec-callout-a::after { left: -22px; top: 50%; margin-top: -5px; }
.tec-callout-b { left: 34%; bottom: 8%; }
.tec-callout-b::after { right: -22px; top: 50%; margin-top: -5px; }
.tec-zoom {
  position: absolute; z-index: 3;
  border-radius: 12px; overflow: hidden;
  border: 1px solid rgba(91,134,255,0.6);
  box-shadow: 0 24px 50px -20px rgba(2,6,23,0.95), 0 0 0 4px rgba(59,108,255,0.12);
  background: #fff;
}
.tec-zoom img { display: block; width: 100%; height: auto; }

/* =========================================================
   Visibilité locale — workflow animé
   ========================================================= */
.tec-flow { position: relative; list-style: none; padding: 0; margin: 0; counter-reset: step; }
.tec-flow::before {
  content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px; width: 2px;
  background: var(--tec-border);
}
.tec-flow-line {
  position: absolute; left: 27px; top: 28px; width: 2px; height: 0;
  background: linear-gradient(180deg, var(--tec-blue-2), var(--tec-violet));
  transition: height 1.2s var(--tec-ease);
}
.tec-flow li { position: relative; display: flex; gap: 1.25rem; padding: 0 0 2rem; opacity: .45; transition: opacity .5s ease; }
.tec-flow li:last-child { padding-bottom: 0; }
.tec-flow li.is-active { opacity: 1; }
.tec-flow-icon {
  position: relative; z-index: 1; flex: none;
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #0f1a33; border: 1.5px solid rgba(91,134,255,0.5);
  color: #cdd9ff; font-size: 1.35rem;
  transition: box-shadow .5s, border-color .5s, background-color .5s, color .5s;
}
.tec-flow li.is-active .tec-flow-icon {
  background: rgba(59,108,255,0.18); border-color: var(--tec-blue-2); color: #fff;
  box-shadow: 0 0 0 6px rgba(59,108,255,0.14), 0 0 30px -4px rgba(59,108,255,0.6);
}
.tec-flow h3 { font-size: 1.15rem; margin-bottom: .25rem; }
.tec-flow p { margin: 0; color: var(--tec-text-soft); }
.tec-flow li.is-done .tec-flow-icon { border-color: rgba(124,92,255,0.7); }

/* Panneau d'aperçu (blog app / article / site coach) */
.tec-preview { position: relative; min-height: 380px; }
.tec-preview .tec-glow-cyan { width: 480px; height: 480px; right: -80px; top: -60px; opacity: .35; }
.tec-preview-stack { position: relative; z-index: 1; aspect-ratio: 16 / 10.8; }
.tec-preview-item {
  position: absolute; inset: 0;
  opacity: 0; transform: translateY(14px) scale(.985);
  transition: opacity .6s var(--tec-ease), transform .7s var(--tec-ease);
  pointer-events: none;
}
.tec-preview-item.is-active { opacity: 1; transform: none; pointer-events: auto; }
.tec-preview-item .tec-window { transform: none; }
.tec-preview-item .tec-window:hover { transform: none; }
.tec-preview-caption {
  position: absolute; left: 14px; bottom: 14px; z-index: 2;
  padding: .4rem .7rem; border-radius: 8px; font-size: .78rem; font-weight: 500;
  background: rgba(10,16,32,0.85); border: 1px solid var(--tec-border); color: var(--tec-text-soft);
}
.tec-preview-img { aspect-ratio: 16 / 10; overflow: hidden; background: #0f1a33; }
.tec-preview-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.tec-dots { display: flex; gap: .4rem; margin-top: 1rem; justify-content: center; }
.tec-dots span { width: 26px; height: 3px; border-radius: 3px; background: var(--tec-border-strong); transition: background .4s; }
.tec-dots span.is-active { background: var(--tec-blue-2); }

/* Fallback si aucune capture disponible : mini-article stylisé */
.tec-article-mock { padding: 1.5rem 1.75rem; background: #fff; color: #1a2233; font-family: Georgia, "Times New Roman", serif; }
.tec-article-mock .tag { display: inline-block; font: 600 .68rem/1 Inter, system-ui, sans-serif; letter-spacing: .08em; text-transform: uppercase; color: #6b4b3a; background: #f3e9e2; padding: .35rem .6rem; border-radius: 999px; margin-bottom: .8rem; }
.tec-article-mock h4 { font-size: 1.35rem; margin-bottom: .6rem; color: #1a2233; line-height: 1.25; }
.tec-article-mock p { color: #4a5568; font-family: Inter, system-ui, sans-serif; font-size: .88rem; margin-bottom: .6rem; }
.tec-article-mock .line { height: 8px; border-radius: 4px; background: #e9edf3; margin: .45rem 0; }
.tec-article-mock .line.short { width: 60%; }

/* =========================================================
   Accompagnement (humain)
   ========================================================= */
.tec-human { position: relative; }
.tec-human::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(800px 400px at 80% 50%, rgba(245,179,66,0.05), transparent 65%);
}
.tec-human .container { position: relative; z-index: 1; }
.tec-human-photo {
  border-radius: 20px; overflow: hidden; position: relative;
  border: 1px solid rgba(148,163,184,0.25);
  box-shadow: 0 40px 80px -40px rgba(2,6,23,0.9);
}
.tec-human-photo img { display: block; width: 100%; height: auto; }
.tec-human-photo figcaption {
  position: absolute; left: 16px; bottom: 16px;
  padding: .55rem .85rem; border-radius: 10px;
  background: rgba(10,16,32,0.8); border: 1px solid var(--tec-border);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  font-size: .82rem; color: #fff;
}
.tec-human-photo figcaption small { display: block; color: var(--tec-muted); }
.tec-axes { list-style: none; padding: 0; margin: 0 0 1.75rem; }
.tec-axes li { display: flex; align-items: center; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--tec-border); font-weight: 600; font-size: 1.1rem; }
.tec-axes li:last-child { border-bottom: 0; }
.tec-axes .bi { flex: none; width: 44px; height: 44px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.3rem; color: #cdd9ff; background: rgba(59,108,255,0.12); border: 1px solid rgba(59,108,255,0.3); }

/* =========================================================
   Preuves sociales
   ========================================================= */
.tec-quote { display: flex; flex-direction: column; height: 100%; }
.tec-quote .bi-quote { font-size: 1.8rem; color: var(--tec-blue-2); opacity: .7; line-height: 1; }
.tec-quote blockquote { margin: .5rem 0 1.25rem; font-size: 1rem; color: var(--tec-text-soft); flex: 1; }
.tec-quote-author { display: flex; align-items: center; gap: .8rem; }
.tec-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: none; background: rgba(59,108,255,0.2); border: 1px solid rgba(91,134,255,0.4); display: inline-flex; align-items: center; justify-content: center; font-weight: 700; color: #dbe4ff; }
.tec-quote-author strong { display: block; font-size: .95rem; }
.tec-quote-author small { color: var(--tec-muted); }
.tec-partners { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem 2rem; margin-top: 2.5rem; color: var(--tec-muted); font-size: .85rem; }
.tec-partner-logo { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem .9rem; border-radius: 10px; border: 1px solid var(--tec-border); color: var(--tec-text-soft); font-weight: 600; letter-spacing: .04em; }

/* =========================================================
   FAQ accordéon
   ========================================================= */
.tec-faq .accordion { --bs-accordion-bg: transparent; --bs-accordion-border-color: transparent; }
.tec-faq .accordion-item {
  margin-bottom: .75rem;
  border-radius: var(--tec-radius-sm) !important;
  background: var(--tec-surface);
  border: 1px solid var(--tec-border);
  overflow: hidden;
  transition: border-color .3s, background-color .3s;
}
.tec-faq .accordion-item:has(.accordion-button:not(.collapsed)) { border-color: rgba(91,134,255,0.5); background: var(--tec-surface-2); }
.tec-faq .accordion-button {
  padding: 1.1rem 1.25rem;
  background: transparent; color: var(--tec-text);
  font-weight: 600; font-size: 1.02rem;
  box-shadow: none;
}
.tec-faq .accordion-button:not(.collapsed) { color: #fff; background: transparent; box-shadow: none; }
.tec-faq .accordion-button::after {
  background-image: none;
  font-family: "bootstrap-icons";
  content: "\F282"; /* bi-chevron-down */
  width: auto; height: auto; font-size: .95rem; color: var(--tec-blue-2);
  transition: transform .35s var(--tec-ease);
}
.tec-faq .accordion-button:not(.collapsed)::after { transform: rotate(180deg); }
.tec-faq .accordion-button:focus { box-shadow: 0 0 0 3px rgba(59,108,255,0.25); }
.tec-faq .accordion-body { padding: 0 1.25rem 1.2rem; color: var(--tec-text-soft); }
.tec-faq .accordion-collapse { transition: height .35s var(--tec-ease); }

/* =========================================================
   CTA final
   ========================================================= */
.tec-final { position: relative; overflow: hidden; }
.tec-final .tec-glow-blue   { width: 800px; height: 500px; left: 50%; bottom: -260px; transform: translateX(-60%); opacity: .5; }
.tec-final .tec-glow-violet { width: 600px; height: 420px; left: 50%; bottom: -200px; transform: translateX(10%); opacity: .45; }
.tec-final .container { position: relative; z-index: 1; }
.tec-final-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(91,134,255,0.45); border-radius: var(--tec-radius);
  background: rgba(12,20,40,0.7); overflow: hidden;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.tec-final-col { padding: 1.75rem; display: flex; flex-direction: column; border-right: 1px solid rgba(91,134,255,0.3); }
.tec-final-col:last-child { border-right: 0; }
.tec-final-col h3 { text-transform: uppercase; font-size: 1.2rem; letter-spacing: .01em; margin-bottom: .5rem; }
.tec-final-col .price { font-weight: 700; font-size: 1.15rem; color: #fff; margin-bottom: .2rem; }
.tec-final-col .cond { color: var(--tec-muted); font-size: .88rem; margin-bottom: 1.25rem; }
.tec-final-col .btn { margin-top: auto; align-self: flex-start; }

/* =========================================================
   Footer
   ========================================================= */
.tec-footer { padding: 2.5rem 0; border-top: 1px solid var(--tec-border); color: var(--tec-muted); font-size: .88rem; }
.tec-footer a { color: var(--tec-muted); }
.tec-footer a:hover { color: #fff; }
.tec-footer img { height: 28px; opacity: .9; }

/* =========================================================
   CTA sticky mobile
   ========================================================= */
.tec-sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1040;
  display: none; gap: .6rem; padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom));
  background: rgba(10,16,32,0.92); border-top: 1px solid var(--tec-border);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  transform: translateY(110%); transition: transform .35s var(--tec-ease);
}
.tec-sticky-cta.is-visible { transform: none; }
.tec-sticky-cta .btn { flex: 1; --bs-btn-padding-y: .7rem; --bs-btn-font-size: .92rem; white-space: nowrap; }
@media (max-width: 991.98px) { .tec-sticky-cta { display: flex; } body.has-sticky-cta { padding-bottom: 76px; } }

/* =========================================================
   Bandeau cookies
   ========================================================= */
.tec-cookie {
  position: fixed; z-index: 1050; left: 1rem; right: 1rem; bottom: 1rem;
  max-width: 520px; margin-left: auto;
  padding: 1.1rem 1.25rem;
  border-radius: 14px; background: #0f1a33; border: 1px solid var(--tec-border-strong);
  box-shadow: 0 30px 60px -20px rgba(2,6,23,0.95);
  font-size: .9rem;
}
.tec-cookie p { margin: 0 0 .9rem; color: var(--tec-text-soft); }
.tec-cookie .btn { --bs-btn-padding-y: .55rem; --bs-btn-padding-x: 1rem; --bs-btn-font-size: .9rem; }
@media (max-width: 991.98px) { .tec-cookie { bottom: 84px; } }

/* =========================================================
   Apparition au scroll
   ========================================================= */
.tec-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--tec-ease), transform .8s var(--tec-ease); }
.tec-reveal.is-visible { opacity: 1; transform: none; }
.tec-reveal-delay-1 { transition-delay: .08s; }
.tec-reveal-delay-2 { transition-delay: .16s; }
.tec-reveal-delay-3 { transition-delay: .24s; }

/* Parallax léger */
[data-parallax] { will-change: transform; }

/* =========================================================
   Page souscription / merci
   ========================================================= */
.tec-page { min-height: 100vh; display: flex; flex-direction: column; }
.tec-page main { flex: 1; display: flex; align-items: center; padding: calc(var(--tec-header-h) + 2rem) 0 3rem; }
.tec-panel {
  position: relative; z-index: 1;
  padding: 2rem; border-radius: 20px;
  background: rgba(12,20,40,0.8); border: 1px solid rgba(91,134,255,0.4);
  box-shadow: 0 40px 80px -40px rgba(59,108,255,0.5);
}
.tec-panel .form-check-input { width: 1.25em; height: 1.25em; margin-top: .2em; background-color: rgba(255,255,255,0.05); border-color: var(--tec-border-strong); }
.tec-panel .form-check-input:checked { background-color: var(--tec-blue); border-color: var(--tec-blue); }
.tec-panel .form-check-input:focus { box-shadow: 0 0 0 .2rem rgba(59,108,255,0.3); }
.tec-panel .form-check-label { color: var(--tec-text-soft); }
.tec-panel .form-control { background: rgba(255,255,255,0.04); border-color: var(--tec-border-strong); color: #fff; padding: .75rem .9rem; border-radius: 10px; }
.tec-panel .form-control:focus { background: rgba(255,255,255,0.06); border-color: var(--tec-blue-2); box-shadow: 0 0 0 .2rem rgba(59,108,255,0.25); color: #fff; }
.tec-panel .form-control::placeholder { color: var(--tec-muted); }
.tec-panel .invalid-feedback { color: #ff8a8a; }
.tec-panel .form-check-input.is-invalid { border-color: #ff6b6b; }
.tec-price-block { display: flex; align-items: baseline; gap: .5rem; flex-wrap: wrap; }
.tec-price-block .big { font-size: 2.4rem; font-weight: 700; color: #fff; letter-spacing: -.03em; line-height: 1; }
.tec-steps { display: flex; gap: .5rem; align-items: center; font-size: .8rem; color: var(--tec-muted); margin-bottom: 1.25rem; flex-wrap: wrap; }
.tec-steps .bi-chevron-right { font-size: .7rem; }
.tec-steps .is-current { color: #fff; font-weight: 600; }
.tec-next { list-style: none; padding: 0; margin: 0; }
.tec-next li { display: flex; gap: .9rem; padding: .9rem 0; border-bottom: 1px solid var(--tec-border); }
.tec-next li:last-child { border-bottom: 0; }
.tec-next .bi { flex: none; width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: #cdd9ff; background: rgba(59,108,255,0.12); border: 1px solid rgba(59,108,255,0.3); }
.tec-next strong { display: block; }
.tec-next span { color: var(--tec-text-soft); font-size: .93rem; }
.tec-success-icon { width: 72px; height: 72px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 2rem; color: #fff; background: linear-gradient(135deg, var(--tec-green), #1f8f66); box-shadow: 0 0 0 10px rgba(52,195,143,0.12), 0 20px 40px -18px rgba(52,195,143,0.8); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1199.98px) {
  .tec-float-1 { left: -2%; }
  .tec-float-2 { right: -2%; }
}
@media (max-width: 991.98px) {
  :root { --tec-header-h: 64px; }
  .tec-hero { text-align: center; }
  .tec-hero .lead { margin-left: auto; margin-right: auto; }
  .tec-hero-note { justify-content: center; }
  .tec-product { margin-top: 3rem; max-width: 720px; margin-left: auto; margin-right: auto; }
  .tec-window { transform: none; }
  .tec-window:hover { transform: none; }
  .tec-float { font-size: .78rem; padding: .55rem .75rem; }
  .tec-float-3 { display: none; }
  .tec-plan h3 { min-height: 0; }
  .tec-plan-desc { min-height: 0; }
  .tec-final-grid { grid-template-columns: 1fr; }
  .tec-final-col { border-right: 0; border-bottom: 1px solid rgba(91,134,255,0.3); }
  .tec-final-col:last-child { border-bottom: 0; }
  .tec-callout-b { left: 8%; }
  .tec-preview { min-height: 0; margin-top: 2.5rem; }
  .tec-shot-secondary { max-width: 100% !important; }
}
@media (max-width: 575.98px) {
  body.has-promo { --tec-promo-h: 52px; }
  .tec-promo { font-size: .78rem; }
  .tec-promo a { white-space: normal; line-height: 1.25; }
  h1 { font-size: 2.1rem; }
  .btn-lg { --bs-btn-font-size: .98rem; --bs-btn-padding-x: 1.1rem; }
  .tec-hero .btn-lg { width: 100%; }
  .tec-float { display: none; }
  .tec-float-1 { display: flex; left: auto; right: 6px; top: -18px; }
  .tec-callout { font-size: .72rem; padding: .4rem .6rem; }
  .tec-callout-a { right: 2%; top: 10%; }
  .tec-callout-b { left: 4%; bottom: 4%; }
  .tec-zoom { display: none; }
  .tec-card { padding: 1.4rem; }
  .tec-plan { padding: 1.5rem 1.3rem; }
  .tec-flow::before, .tec-flow-line { left: 23px; }
  .tec-flow-icon { width: 48px; height: 48px; font-size: 1.15rem; }
  .tec-axes li { font-size: 1rem; }
  .tec-panel { padding: 1.5rem; }
}

/* =========================================================
   Accessibilité / mouvement réduit
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .tec-reveal { opacity: 1; transform: none; }
  .tec-window { transform: none; }
  .tec-float { animation: none; }
  .tec-flow li { opacity: 1; }
  .tec-flow-line { height: 100% !important; }
}
.visually-hidden-focusable:focus { position: fixed; top: 8px; left: 8px; z-index: 2000; padding: .5rem .8rem; background: #fff; color: #000; border-radius: 8px; }
