@charset "UTF-8";
@import url(main.css);
a.nav-link.fs-6.dropdown-toggle.px-0.text-color-secondary.text-center { font-family: 'Anton' !important; }

/*=============== CUSTOM FORMULAIRE DE CONTACT ==================*/
form#formContact { /* Remplacez par votre photo */ background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FArriere_plan_formulaire_de_contact_1_eic2.webp"); background-size: cover; background-position: center; transition: transform 8s ease, filter 0.6s ease; }

.display-5.fw-bold.lh-1.text-body-emphasis.mb-3.titles { text-transform: uppercase; }

form#formContact { border-radius: 0px !important; border: 2px solid #7B5CFF !important; }

#formContact > div.checkbox.mb-3 > label { color: white !important; }

/*=============== CUSTOM COOKIES ==================*/
div#termsfeed-com---nb { border-radius: 0px; margin: 10px !important; }

/*=============== CUSTOM BLOC SEO ==================*/
.black-screen { display: none; }

.card.card-cover.h-100.overflow-hidden.rounded-4.shadow-lg { border-radius: 0px !important; background-color: black; }

/*=============== CUSTOM NAVBAR ==================*/
.navbar { transition: all 0.3s ease; }

.navbar.scrolled { background-color: rgba(12, 12, 12, 0.5) !important; backdrop-filter: blur(1rem); }

/* 📱 Responsive : navbar TOUJOURS visible */
@media (max-width: 991px) { .navbar { background-color: rgba(12, 12, 12, 0.5) !important; backdrop-filter: blur(1rem); } }

.animated-border-button:after { background-color: #dcdddd; }

.navbar-brand { height: 9vh !important; width: 11vw !important; }

.logo_nav { height: 8vh !important; }

button.w-100.btn.btn-outline-dark, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { padding: 12px 30px !important; }

a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover { transform: none !important; }

.spacer { display: none; }

/*=============== CUSTOM FOOTER ==================*/
div.wrapper > div > div.maps-section.position-relative.bg-sixthColor > div.content-container.position-relative > div > div.col-sm-12.col-lg-6.col-xl-4.py-5.content.text-color-sixth > div.item-content.mx-5 > div:nth-child(2) > div.mx-2 > i, div:nth-child(3) > div > footer > div.row.justify-content-center.justify-content-lg-around.text-center.text-lg-start > div:nth-child(3) > div:nth-child(3) > i, i.bi.bi-geo-alt, i.bi.bi-instagram.fs-4, i.bi.bi-facebook.fs-4 { color: #7B5CFF; }

/*====================================================================== HERO D'ACCUEIL =========================================================================*/
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Wrapper ── */
.hero-to-wrapper { min-height: 95vh; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; padding: 80px 80px 100px; background: #0c0c0c; color: #FFF; font-family: 'Epilogue', sans-serif; cursor: none; }

/* ── Video BG ── */
.hero-to-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.hero-to-video-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 1; }

.hero-to-video-placeholder { width: 100%; height: 100%; background: radial-gradient(ellipse at 70% 50%, #1a1520 0%, #0c0c0c 65%); display: flex; align-items: center; justify-content: center; }

.hero-to-video-placeholder span { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(220, 221, 221, 0.15); border: 1px dashed rgba(220, 221, 221, 0.08); padding: 14px 24px; font-family: 'Epilogue', sans-serif; }

/* ── Decorative ── */
.hero-to-grid { position: absolute; inset: 0; pointer-events: none; z-index: 1; }

.hero-to-grid::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(220, 221, 221, 0.03); }

.hero-to-vline { position: absolute; left: 80px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(123, 92, 255, 0.4) 30%, rgba(123, 92, 255, 0.4) 70%, transparent 100%); z-index: 5; opacity: 0; animation: hero-to-fadein 1s 0.5s ease forwards; }

@keyframes hero-to-fadein { from { opacity: 0; }
  to { opacity: 1; } }

/* ── Noise ── */
.hero-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 200; opacity: 0.028; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* ── Content ── */
.hero-to-content { position: relative; z-index: 10; max-width: 620px; padding-left: 32px; opacity: 0; animation: hero-to-slidein 1s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

@keyframes hero-to-slidein { from { opacity: 0;
    transform: translateX(-30px); }
  to { opacity: 1;
    transform: translateX(0); } }

.hero-to-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }

.hero-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.hero-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.hero-to-title { font-family: 'Anton', sans-serif; font-size: clamp(72px, 8.5vw, 130px); line-height: 0.9; letter-spacing: -0.01em; text-transform: uppercase; color: #FFF; margin-bottom: 28px; }

.hero-to-title-outline { -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.3); color: transparent; display: block; }

.hero-to-desc { font-size: 15px; font-weight: 300; color: rgba(220, 221, 221, 0.75); line-height: 1.8; max-width: 400px; margin-bottom: 48px; letter-spacing: 0.01em; }

.hero-to-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }

button.w-100.btn.btn-outline-dark, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone, .hero-to-btn-primary { display: inline-flex; align-items: center; gap: 12px; background: #FFF; color: #0c0c0c; padding: 16px 36px; font-family: 'Epilogue', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; transition: background 0.3s; border-radius: 0px !important; }

.hero-to-btn-primary .hero-to-arrow { transition: transform 0.2s; display: inline-block; }

button.w-100.btn.btn-outline-dark:hover, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone:hover, .hero-to-btn-primary:hover { background: #DCDDDD; color: #0c0c0c; }

.hero-to-btn-primary:hover .hero-to-arrow { transform: translateX(5px); }

.hero-to-btn-ghost { display: inline-flex; align-items: center; gap: 12px; color: rgba(220, 221, 221, 0.7); font-family: 'Epilogue', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border: 1px solid rgba(220, 221, 221, 0.18); padding: 16px 32px; transition: color 0.3s, border-color 0.3s; }

.hero-to-btn-ghost:hover { color: #FFF; border-color: rgba(220, 221, 221, 0.45); }

/* ── Bottom line ── */
.hero-to-bottom-line { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); z-index: 10; }

/* ── Scroll indicator ── */
.hero-to-scroll { position: absolute; bottom: 40px; right: 80px; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0; animation: hero-to-fadein 1s 1.3s ease forwards; }

.hero-to-scroll-label { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(220, 221, 221, 0.25); writing-mode: vertical-rl; font-weight: 500; font-family: 'Epilogue', sans-serif; }

.hero-to-scroll-line { width: 1px; height: 55px; background: rgba(220, 221, 221, 0.1); position: relative; overflow: hidden; }

.hero-to-scroll-line::after { content: ''; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: rgba(220, 221, 221, 0.6); animation: hero-to-scrolldown 1.7s ease-in-out infinite; }

@keyframes hero-to-scrolldown { 0% { top: -100%; }
  100% { top: 100%; } }

/* ── Ticker ── */
.hero-to-ticker { background: #0c0c0c; border-top: 1px solid rgba(220, 221, 221, 0.12); padding: 10px 0; overflow: hidden; position: relative; z-index: 100; font-family: 'Epilogue', sans-serif; }

.hero-to-ticker-track { display: flex; gap: 60px; animation: hero-to-ticker 28s linear infinite; white-space: nowrap; }

.hero-to-ticker-item { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: #DCDDDD; display: flex; align-items: center; gap: 20px; }

.hero-to-ticker-dot { width: 5px; height: 5px; background: #7B5CFF; border-radius: 50%; flex-shrink: 0; }

@keyframes hero-to-ticker { from { transform: translateX(0); }
  to { transform: translateX(-50%); } }

/* ===================================================== HERO RESPONSIVE COMPLET ===================================================== */
/* Variable header */
:root { --header-height: 90px; }

/* Décalage global pour éviter le header fixed */
.hero-to-wrapper { margin-top: var(--header-height); }

/* ========================= 1400px ↓ (Large laptop) ========================= */
@media (max-width: 1400px) { .hero-to-wrapper { padding: 80px 70px 100px; } .hero-to-vline { left: 70px; } .hero-to-scroll { right: 70px; } }

/* ========================= 1200px ↓ (Laptop) ========================= */
@media (max-width: 1200px) { .hero-to-wrapper { padding: 80px 60px 100px; } .hero-to-vline { left: 60px; } .hero-to-scroll { right: 60px; } .hero-to-content { max-width: 560px; } }

/* ========================= 992px ↓ (Tablet) ========================= */
@media (max-width: 992px) { :root { --header-height: 80px; } .hero-to-wrapper { padding: 70px 40px 90px; min-height: auto; } .hero-to-content { max-width: 100%; padding-left: 0; } .hero-to-vline { left: 40px; } .hero-to-title { line-height: 0.95; } .hero-to-desc { max-width: 100%; } .hero-to-scroll { right: 40px; bottom: 30px; } }

/* ========================= 768px ↓ (Mobile) ========================= */
@media (max-width: 768px) { :root { --header-height: 70px; } /* Désactive curseur custom */ .hero-to-cursor, .hero-to-cursor-ring { display: none; } .hero-to-wrapper { padding: 60px 25px 80px; cursor: auto; } /* Supprime éléments décoratifs lourds */ .hero-to-vline, .hero-to-grid::before, .hero-to-scroll { display: none; } .hero-to-title { font-size: clamp(48px, 12vw, 72px); } .hero-to-title-outline { -webkit-text-stroke: 1px rgba(220, 221, 221, 0.3); } .hero-to-desc { font-size: 14px; margin-bottom: 36px; } .hero-to-actions { flex-direction: column; align-items: stretch; } .hero-to-btn-primary, .hero-to-btn-ghost, button.w-100.btn.btn-outline-dark, a.grow.button_header.text-color-fourth.mx-3.mx-lg-2.p-2.rounded-pill.text-decoration-none.button-header-telephone { width: 100%; justify-content: center; padding: 14px 20px; } .hero-to-ticker-track { gap: 40px; } }

/* ========================= 480px ↓ (Small mobile) ========================= */
@media (max-width: 480px) { .hero-to-wrapper { padding: 50px 20px 70px; } .hero-to-title { font-size: clamp(38px, 14vw, 58px); } .hero-to-eyebrow-text { font-size: 10px; } .hero-to-desc { font-size: 13px; } .hero-to-ticker-track { gap: 30px; } }

/*====================================================================== LES SERVICES ==========================================================================*/
.services-to-wrapper { background: #0c0c0c; padding: 100px 80px; font-family: 'Epilogue', sans-serif; color: #FFF; position: relative; overflow: hidden; cursor: none; }

/* ── Noise ── */
.services-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* ── Header ── */
.services-to-header { position: relative; z-index: 1; margin-bottom: 56px; }

.services-to-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }

.services-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.services-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.services-to-title { font-family: 'Anton', sans-serif; font-size: clamp(36px, 4vw, 54px); line-height: 0.95; text-transform: uppercase; color: #FFF; letter-spacing: -0.01em; }

.services-to-title span { -webkit-text-stroke: 1px rgba(220, 221, 221, 0.3); color: transparent; }

/* ── Grid ── */
.services-to-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 2px; }

/* ── Card ── */
.services-to-card { position: relative; height: 580px; overflow: hidden; display: block; text-decoration: none; color: #FFF; }

/* Image */
.services-to-card-img { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 1s ease; filter: brightness(0.65) saturate(0.85); }

.services-to-card:hover .services-to-card-img { transform: scale(1.05); filter: brightness(0.45) saturate(1); }

/* Gradient overlay */
.services-to-card-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(12, 12, 12, 0.6) 60%, rgba(12, 12, 12, 0.95) 100%); transition: opacity 0.8s ease; z-index: 1; }

.services-to-card:hover .services-to-card-overlay { opacity: 1; background: linear-gradient(to bottom, rgba(12, 12, 12, 0.1) 0%, rgba(12, 12, 12, 0.4) 30%, rgba(12, 12, 12, 0.75) 60%, rgba(12, 12, 12, 0.97) 100%); }

/* Top accent line */
.services-to-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #7B5CFF; transform: scaleX(0); transform-origin: left; transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 3; }

.services-to-card:hover::before { transform: scaleX(1); }

/* Content */
.services-to-card-content { position: absolute; bottom: 0; left: 0; right: 0; z-index: 2; padding: 36px 32px; }

/* Number */
.services-to-card-num { font-family: 'Anton', sans-serif; font-size: 12px; letter-spacing: 0.25em; color: #7B5CFF; display: block; margin-bottom: 10px; opacity: 0; transform: translateY(10px); transition: opacity 0.6s ease 0.05s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s; }

.services-to-card:hover .services-to-card-num { opacity: 1; transform: translateY(0); }

/* Title */
.services-to-card-title { font-family: 'Anton', sans-serif; font-size: 21px; text-transform: uppercase; color: #FFF; line-height: 1.1; letter-spacing: 0.02em; margin-bottom: 0; transform: translateY(0); transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.services-to-card:hover .services-to-card-title { transform: translateY(-6px); }

/* Text */
.services-to-card-text { font-size: 13px; font-weight: 300; color: rgba(220, 221, 221, 0.72); line-height: 1.75; margin-top: 12px; overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s, opacity 0.6s ease 0.12s; }

.services-to-card:hover .services-to-card-text { max-height: 100px; opacity: 1; }

/* Button */
.services-to-card-btn { display: inline-flex; align-items: center; gap: 0; margin-top: 22px; font-family: 'Epilogue', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: #FFF; opacity: 0; transform: translateY(8px); transition: opacity 0.6s ease 0.18s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.18s; white-space: nowrap; }

.services-to-card:hover .services-to-card-btn { opacity: 1; transform: translateY(0); }

/* Animated underline button */
.services-to-card-btn-text { position: relative; padding-bottom: 2px; }

.services-to-card-btn-text::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #7B5CFF; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.services-to-card:hover .services-to-card-btn-text::after { transform: scaleX(1); }

/* Arrow pill */
.services-to-card-btn-arrow { display: inline-flex; align-items: center; justify-content: center; width: 0; height: 18px; background: #7B5CFF; overflow: hidden; margin-left: 0; transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s, margin-left 0.4s ease 0.25s; font-size: 11px; }

.services-to-card:hover .services-to-card-btn-arrow { width: 26px; margin-left: 10px; }

/* ── Bottom accent ── */
.services-to-bottom { position: relative; z-index: 1; margin-top: 2px; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); }

/* ── Placeholder images ── */
.services-to-card:nth-child(1) .services-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FService_1_Esthetique_Automobile__94op.webp"); }

.services-to-card:nth-child(2) .services-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FService_2_Polissage_Protection__5oqm.webp"); }

.services-to-card:nth-child(3) .services-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FService_3_Covering_1_Personnalisation_h6df.webp"); }

.services-to-card:nth-child(4) .services-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FService_4_Film_de_protection_PPF_o6jz.webp"); }

.services-to-card:nth-child(5) .services-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FService_4_Vitres_teintees__ap3t.webp"); }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 1100px) { .services-to-grid { grid-template-columns: repeat(2, 1fr); } .services-to-card { height: 460px; } .services-to-wrapper { padding: 80px 40px; } }

@media (max-width: 640px) { .services-to-grid { grid-template-columns: 1fr; } .services-to-card { height: 380px; } .services-to-wrapper { padding: 60px 24px; } }

/*========================================================================= POSITIONNEMENT ===================================================================*/
.position-to-wrapper { background: #080808; padding: 100px 80px; font-family: 'Epilogue', sans-serif; color: #FFF; position: relative; overflow: hidden; text-align: center; cursor: none; }

/* ── Video BG ── */
.position-to-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.position-to-video-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }

.position-to-video-placeholder { width: 100%; height: 100%; background: radial-gradient(ellipse at center, #1a1520 0%, #080808 70%); display: flex; align-items: center; justify-content: center; }

.position-to-video-placeholder span { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(220, 221, 221, 0.12); border: 1px dashed rgba(220, 221, 221, 0.07); padding: 14px 24px; font-family: 'Epilogue', sans-serif; }

/* Overlay centré opaque, transparent sur les bords pour laisser voir la vidéo */
.position-to-video-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(8, 8, 8, 0.35) 0%, rgba(8, 8, 8, 0.88) 100%); }

/* ── Noise ── */
.position-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0.035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* Glow central */
.position-to-glow { position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(123, 92, 255, 0.07) 0%, transparent 70%); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 1; }

/* ── Inner ── */
.position-to-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }

/* ── Eyebrow ── */
.position-to-eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 36px; }

.position-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.position-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

/* ── Title ── */
.position-to-title { font-family: 'Anton', sans-serif; font-size: clamp(52px, 7vw, 100px); line-height: 0.92; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 48px; }

.position-to-title-solid { color: #FFF; display: block; }

.position-to-title-outline { display: block; -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.25); color: transparent; }

/* ── Text ── */
.position-to-text { font-size: 16px; font-weight: 300; color: rgba(220, 221, 221, 0.65); line-height: 1.85; letter-spacing: 0.01em; max-width: 580px; margin: 0 auto 80px; }

.position-to-text strong { color: #FFF; font-weight: 500; }

/* ── Pillars ── */
.position-to-pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(220, 221, 221, 0.07); border-top: 1px solid rgba(220, 221, 221, 0.07); border-bottom: 1px solid rgba(220, 221, 221, 0.07); }

.position-to-pillar { background: rgba(8, 8, 8, 0.7); backdrop-filter: blur(8px); padding: 36px 28px; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: background 0.4s ease; }

.position-to-pillar:hover { background: rgba(20, 20, 20, 0.85); }

.position-to-pillar-dot { width: 4px; height: 4px; background: #7B5CFF; border-radius: 50%; margin-bottom: 4px; box-shadow: 0 0 8px rgba(123, 92, 255, 0.6); }

.position-to-pillar-text { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(220, 221, 221, 0.55); line-height: 1.4; transition: color 0.3s ease; }

.position-to-pillar:hover .position-to-pillar-text { color: #FFF; }

/* ── Top / bottom accent lines ── */
.position-to-top-line { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(123, 92, 255, 0.3) 50%, transparent); z-index: 2; }

.position-to-bottom-line { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); z-index: 2; }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 900px) { .position-to-pillars { grid-template-columns: repeat(2, 1fr); } .position-to-wrapper { padding: 100px 40px; } }

@media (max-width: 560px) { .position-to-wrapper { padding: 80px 24px; } }

/*================================================================ GALERIE DE VIDEOS / REALISATIONS =================================================================*/
.real-to-wrapper { background: #0c0c0c; padding: 100px 80px 0; font-family: 'Epilogue', sans-serif; color: #FFF; position: relative; overflow: hidden; cursor: none; }

/* ── Noise ── */
.real-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* ── Header ── */
.real-to-header { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }

.real-to-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }

.real-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.real-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.real-to-title { font-family: 'Anton', sans-serif; font-size: clamp(36px, 4.5vw, 60px); line-height: 0.95; text-transform: uppercase; letter-spacing: -0.01em; }

.real-to-title-solid { color: #FFF; }

.real-to-title-outline { -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.3); color: transparent; }

/* ── CTA ── */
.real-to-cta { display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(220, 221, 221, 0.25); padding: 16px 28px; font-family: 'Epilogue', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: #DCDDDD; text-decoration: none; position: relative; overflow: hidden; transition: color 0.4s ease, border-color 0.4s ease; white-space: nowrap; flex-shrink: 0; }

.real-to-cta::before { content: ''; position: absolute; inset: 0; background: #FFF; transform: translateX(-101%); transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 0; }

.real-to-cta:hover { color: #0c0c0c; border-color: #FFF; }

.real-to-cta:hover::before { transform: translateX(0); }

.real-to-cta span, .real-to-cta-arrow { position: relative; z-index: 1; }

.real-to-cta-arrow { transition: transform 0.3s ease; font-size: 14px; }

.real-to-cta:hover .real-to-cta-arrow { transform: translateX(4px); }

/* ── Gallery ── */
.real-to-gallery { position: relative; z-index: 1; overflow: hidden; mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%); }

.real-to-track { display: flex; gap: 6px; width: max-content; animation: real-to-scroll 50s linear infinite; }

.real-to-track.paused { animation-play-state: paused; }

@keyframes real-to-scroll { from { transform: translateX(0); }
  to { transform: translateX(-50%); } }

/* ── Card ── */
.real-to-card { width: 300px; height: 400px; flex-shrink: 0; position: relative; overflow: hidden; background: #111; cursor: none; }

/* Video */
.real-to-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; transition: filter 0.5s ease; filter: brightness(0.85); }

.real-to-card.is-active .real-to-video { filter: brightness(1); }

/* Placeholder (quand pas de src) */
.real-to-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #161616 0%, #0f0f0f 100%); z-index: 0; }

.real-to-placeholder span { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(220, 221, 221, 0.15); font-family: 'Epilogue', sans-serif; border: 1px dashed rgba(220, 221, 221, 0.07); padding: 12px 20px; }

/* Overlay dégradé bas */
.real-to-card-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 50%, rgba(12, 12, 12, 0.85) 100%); z-index: 2; pointer-events: none; opacity: 1; transition: opacity 0.4s ease; }

.real-to-card:hover .real-to-card-overlay, .real-to-card.is-active .real-to-card-overlay { opacity: 1; }

/* ── Controls ── */
.real-to-controls { position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 10px; opacity: 1; transform: translateY(6px); transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.real-to-card:hover .real-to-controls, .real-to-card.is-active .real-to-controls { opacity: 1; transform: translateY(0); }

/* Progress bar */
.real-to-progress { width: 100%; height: 2px; background: rgba(255, 255, 255, 0.15); position: relative; cursor: pointer; border-radius: 2px; flex-shrink: 0; }

.real-to-progress-fill { height: 100%; width: 0%; background: #7B5CFF; border-radius: 2px; pointer-events: none; transition: width 0.1s linear; position: relative; }

.real-to-progress-fill::after { content: ''; position: absolute; right: -4px; top: 50%; transform: translateY(-50%); width: 8px; height: 8px; background: #FFF; border-radius: 50%; box-shadow: 0 0 6px rgba(123, 92, 255, 0.8); opacity: 0; transition: opacity 0.2s ease; }

.real-to-progress:hover .real-to-progress-fill::after { opacity: 1; }

/* Bottom row: play/pause + time */
.real-to-controls-row { display: flex; align-items: center; gap: 10px; }

.real-to-play-btn { width: 30px; height: 30px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 50%; background: rgba(12, 12, 12, 0.6); backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: background 0.2s ease, border-color 0.2s ease; }

.real-to-play-btn:hover { background: #7B5CFF; border-color: #7B5CFF; }

.real-to-play-btn svg { width: 12px; height: 12px; fill: #FFF; pointer-events: none; }

.real-to-time { font-family: 'Epilogue', sans-serif; font-size: 10px; font-weight: 500; letter-spacing: 0.08em; color: rgba(220, 221, 221, 0.6); }

/* ── Bottom line ── */
.real-to-bottom { position: relative; z-index: 1; margin-top: 6px; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

@media (max-width: 768px) { .real-to-wrapper { padding: 80px 24px 0; } .real-to-header { flex-direction: column; align-items: flex-start; gap: 28px; } .real-to-card { width: 240px; height: 320px; } }

/*===================================================================== RESEAUX SOCIAUX ===================================================================*/
.social-to-wrapper { background: #0c0c0c; padding: 120px 80px; font-family: 'Epilogue', sans-serif; color: #FFF; position: relative; overflow: hidden; text-align: center; cursor: none; }

/* ── Noise ── */
.social-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* Glow central doux */
.social-to-glow { position: absolute; width: 700px; height: 500px; background: radial-gradient(ellipse, rgba(123, 92, 255, 0.06) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 0; }

/* Top / bottom lines */
.social-to-line-top { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(123, 92, 255, 0.3) 50%, transparent); z-index: 1; }

.social-to-line-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); z-index: 1; }

/* ── Inner ── */
.social-to-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }

/* ── Eyebrow ── */
.social-to-eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 28px; }

.social-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.social-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

/* ── Title ── */
.social-to-title { font-family: 'Anton', sans-serif; font-size: clamp(36px, 5vw, 72px); line-height: 0.92; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 24px; }

.social-to-title-solid { color: #FFF; }

.social-to-title-outline { -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.25); color: transparent; }

/* ── Subtitle ── */
.social-to-sub { font-size: 14px; font-weight: 300; color: rgba(220, 221, 221, 0.5); line-height: 1.75; max-width: 440px; margin: 0 auto 64px; letter-spacing: 0.01em; }

/* ── Cards ── */
.social-to-cards { display: flex; align-items: center; justify-content: center; gap: 24px; }

.social-to-card { display: flex; flex-direction: column; align-items: center; gap: 0; text-decoration: none; position: relative; width: 220px; border: 1px solid rgba(220, 221, 221, 0.08); padding: 44px 32px 36px; transition: border-color 0.4s ease, background 0.4s ease; overflow: hidden; }

.social-to-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #7B5CFF; transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.social-to-card:hover { border-color: rgba(123, 92, 255, 0.25); background: rgba(123, 92, 255, 0.04); }

.social-to-card:hover::before { transform: scaleX(1); }

/* Icon */
.social-to-icon { width: 52px; height: 52px; margin-bottom: 20px; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease; opacity: 0.75; }

.social-to-card:hover .social-to-icon { transform: scale(1.1); opacity: 1; }

/* Network name */
.social-to-name { font-family: 'Anton', sans-serif; font-size: 18px; letter-spacing: 0.08em; text-transform: uppercase; color: #FFF; margin-bottom: 8px; transition: color 0.3s ease; }

/* Handle */
.social-to-handle { font-size: 12px; font-weight: 400; letter-spacing: 0.1em; color: rgba(220, 221, 221, 0.35); margin-bottom: 24px; transition: color 0.3s ease; }

.social-to-card:hover .social-to-handle { color: rgba(220, 221, 221, 0.6); }

/* Follow label */
.social-to-follow { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(220, 221, 221, 0.35); transition: color 0.3s ease; position: relative; }

.social-to-follow::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: #7B5CFF; transform: scaleX(0); transform-origin: left; transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s; }

.social-to-card:hover .social-to-follow { color: #FFF; }

.social-to-card:hover .social-to-follow::after { transform: scaleX(1); }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 600px) { .social-to-cards { flex-direction: column; align-items: center; } .social-to-wrapper { padding: 80px 24px; } }

/*============================================================================ CTA ============================================================================*/
.cta-to-wrapper { position: relative; overflow: hidden; font-family: 'Epilogue', sans-serif; cursor: none; height: 350px; }

/* ── Photo BG ── */
.cta-to-photo { position: absolute; inset: 0; /* Remplacez par votre photo */ background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FFond_CTA__qkb8.webp"); background-size: cover; background-position: center; filter: brightness(0.35) saturate(0.8); transition: transform 8s ease, filter 0.6s ease; }

.cta-to-wrapper:hover .cta-to-photo { transform: scale(1.04); filter: brightness(0.25) saturate(0.8); }

/* Overlay gradient lateral */
.cta-to-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(12, 12, 12, 0.92) 0%, rgba(12, 12, 12, 0.5) 40%, rgba(12, 12, 12, 0.3) 70%, rgba(12, 12, 12, 0.7) 100%); z-index: 1; }

/* Noise */
.cta-to-noise { position: absolute; inset: 0; z-index: 2; pointer-events: none; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* Top / bottom lines */
.cta-to-line-top { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(123, 92, 255, 0.35) 50%, transparent); z-index: 3; }

.cta-to-line-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); z-index: 3; }

/* ── Inner ── */
.cta-to-inner { position: relative; z-index: 4; height: 100%; padding: 0 80px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }

/* Left */
.cta-to-left { display: flex; flex-direction: column; gap: 10px; }

.cta-to-eyebrow { display: flex; align-items: center; gap: 12px; }

.cta-to-eyebrow-line { width: 24px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.cta-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.cta-to-title { font-family: 'Anton', sans-serif; font-size: clamp(28px, 3.5vw, 48px); line-height: 0.95; text-transform: uppercase; letter-spacing: -0.01em; color: #FFF; }

.cta-to-title span { -webkit-text-stroke: 1px rgba(220, 221, 221, 0.3); color: transparent; }

.cta-to-sub { font-size: 13px; font-weight: 300; color: rgba(220, 221, 221, 0.55); letter-spacing: 0.02em; line-height: 1.6; max-width: 380px; }

/* Right */
.cta-to-right { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }

/* Phone number */
.cta-to-phone { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; text-decoration: none; transition: opacity 0.3s; }

.cta-to-phone:hover { opacity: 0.75; }

.cta-to-phone-label { font-size: 10px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(220, 221, 221, 0.4); }

.cta-to-phone-num { font-family: 'Anton', sans-serif; font-size: 22px; color: #FFF; letter-spacing: 0.04em; }

/* Divider */
.cta-to-divider { width: 1px; height: 48px; background: rgba(220, 221, 221, 0.12); flex-shrink: 0; }

/* Main CTA button */
.cta-to-btn { display: inline-flex; align-items: center; gap: 14px; border: 1px solid rgba(220, 221, 221, 0.25); padding: 18px 32px; font-family: 'Epilogue', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: #FFF; text-decoration: none; position: relative; overflow: hidden; transition: color 0.4s ease, border-color 0.4s ease; white-space: nowrap; }

.cta-to-btn::before { content: ''; position: absolute; inset: 0; background: #7B5CFF; transform: translateX(-101%); transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 0; }

.cta-to-btn:hover { border-color: #7B5CFF; color: white; }

.cta-to-btn:hover::before { transform: translateX(0); }

.cta-to-btn span, .cta-to-btn-arrow { position: relative; z-index: 1; }

.cta-to-btn-arrow { font-size: 16px; transition: transform 0.3s ease; }

.cta-to-btn:hover .cta-to-btn-arrow { transform: translateX(4px); }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 900px) { .cta-to-inner { padding: 0 40px; flex-direction: column; justify-content: center; text-align: center; gap: 28px; } .cta-to-wrapper { height: auto; padding: 60px 0; } .cta-to-left { align-items: center; } .cta-to-eyebrow { justify-content: center; } .cta-to-right { flex-direction: column; align-items: center; gap: 16px; } .cta-to-phone { align-items: center; } .cta-to-divider { width: 48px; height: 1px; } .cta-to-overlay { background: rgba(12, 12, 12, 0.7); } }

/*======================================================================== EN TETE : PAGE SECONDAIRES ===============================================================*/
.pageheader-to-wrapper { position: relative; height: 55vh; min-height: 550px; max-height: 780px; overflow: hidden; background: #0c0c0c; font-family: 'Epilogue', sans-serif; cursor: none; display: flex; align-items: flex-end; }

/* ── Photo BG ── */
.pageheader-to-photo { position: absolute; inset: 0; /* Remplacez par votre photo Esthétique Automobile */ background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FEn_tete_esthetique_automobile_ler9.webp"); background-size: cover; background-position: center 30%; filter: brightness(0.5) saturate(0.8); }

/* Gradient overlay - lourd en bas pour le texte */
.pageheader-to-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(12, 12, 12, 0.2) 0%, rgba(12, 12, 12, 0.1) 30%, rgba(12, 12, 12, 0.6) 65%, rgba(12, 12, 12, 0.97) 100%), linear-gradient(to right, rgba(12, 12, 12, 0.5) 0%, transparent 0%); z-index: 1; }

/* Noise */
.pageheader-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 2; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* Ligne verticale gauche */
.pageheader-to-vline { position: absolute; left: 80px; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent 0%, rgba(123, 92, 255, 0.4) 30%, rgba(123, 92, 255, 0.4) 70%, transparent 100%); z-index: 3; opacity: 0; animation: pageheader-to-fadein 1s 0.3s ease forwards; }

@keyframes pageheader-to-fadein { from { opacity: 0; }
  to { opacity: 1; } }

/* Bottom accent line */
.pageheader-to-bottomline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); z-index: 4; }

/* ── Content ── */
.pageheader-to-content { position: relative; z-index: 3; padding: 0 80px 64px 112px; color: #FFF; opacity: 0; animation: pageheader-to-slidein 0.9s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards; }

@keyframes pageheader-to-slidein { from { opacity: 0;
    transform: translateY(24px); }
  to { opacity: 1;
    transform: translateY(0); } }

/* Eyebrow */
.pageheader-to-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }

.pageheader-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.pageheader-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

/* Title */
.pageheader-to-title { font-family: 'Anton', sans-serif; font-size: clamp(56px, 8vw, 120px); line-height: 0.88; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 28px; }

.pageheader-to-title-l1 { color: #FFF; display: block; }

.pageheader-to-title-l2 { display: block; -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.28); color: transparent; }

/* Description + meta row */
.pageheader-to-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; max-width: 1200px; }

.pageheader-to-desc { font-size: 15px; font-weight: 300; color: rgba(220, 221, 221, 0.65); line-height: 1.75; max-width: 420px; letter-spacing: 0.01em; }

/* Meta tags */
.pageheader-to-tags { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; flex-shrink: 0; }

.pageheader-to-tag { font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(220, 221, 221, 0.45); border: 1px solid rgba(220, 221, 221, 0.1); padding: 7px 14px; white-space: nowrap; }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 900px) { .pageheader-to-content { padding: 0 40px 48px 56px; } .pageheader-to-vline { left: 40px; } .pageheader-to-bottom { flex-direction: column; gap: 20px; } .pageheader-to-tags { justify-content: flex-start; } }

@media (max-width: 600px) { .pageheader-to-content { padding: 0 24px 40px 24px; } .pageheader-to-vline { display: none; } .pageheader-to-wrapper { height: 80vh; } }

/*====================================================================== PRESENTATION DU SERVICE ==================================================================*/
.detail-to-service { background: #0c0c0c; padding: 140px 80px; color: #FFF; font-family: 'Epilogue', sans-serif; cursor: none; /* garde ton curseur custom */ }

.detail-to-container { max-width: 1200px; margin: 0 auto; }

.detail-to-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 120px; }

.detail-to-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 6px; }

.detail-to-title-wrapper { position: relative; margin-bottom: 40px; }

.detail-to-bg-text { position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-family: 'Anton', sans-serif; font-size: 140px; color: rgba(220, 221, 221, 0.04); z-index: 0; pointer-events: none; text-transform: uppercase; }

.detail-to-title { font-family: 'Anton', sans-serif; font-size: 48px; text-transform: uppercase; margin-bottom: 25px; position: relative; z-index: 1; }

.detail-to-description { font-size: 15px; line-height: 1.9; color: rgba(220, 221, 221, 0.75); margin-bottom: 25px; max-width: 480px; }

.detail-to-btn { display: inline-block; padding: 16px 40px; background: #FFF; color: #0c0c0c; text-decoration: none; font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; font-weight: 700; transition: background 0.3s; }

.detail-to-btn:hover { background: #DCDDDD; color: #0C0C0C; }

.detail-to-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }

.detail-to-feature { border-top: 1px solid rgba(220, 221, 221, 0.1); padding-top: 30px; }

.detail-to-feature h3 { font-family: 'Anton', sans-serif; font-size: 20px; margin-bottom: 15px; text-transform: uppercase; }

.detail-to-feature p { font-size: 14px; line-height: 1.8; color: rgba(220, 221, 221, 0.7); }

/* ========================= RESPONSIVE ========================= */
/* ----------- Laptop ----------- */
@media (max-width: 1200px) { .detail-to-service { padding: 120px 60px; } .detail-to-intro { gap: 60px; } .detail-to-bg-text { font-size: 110px; } .detail-to-title { font-size: 40px; } }

/* ----------- Tablette ----------- */
@media (max-width: 992px) { .detail-to-service { padding: 100px 40px; } .detail-to-intro { grid-template-columns: 1fr; gap: 60px; margin-bottom: 100px; } .detail-to-image { aspect-ratio: 4 / 3; } .detail-to-bg-text { font-size: 90px; } .detail-to-title { font-size: 36px; } .detail-to-description { max-width: 100%; } .detail-to-features { grid-template-columns: repeat(2, 1fr); } }

/* ----------- Mobile ----------- */
@media (max-width: 768px) { .detail-to-service { padding: 80px 25px; } .detail-to-bg-text { font-size: 60px; } .detail-to-title { font-size: 28px; } .detail-to-description { font-size: 14px; } .detail-to-btn { padding: 14px 30px; font-size: 11px; } .detail-to-features { grid-template-columns: 1fr; gap: 30px; } .detail-to-feature h3 { font-size: 18px; } .detail-to-feature p { font-size: 13px; } }

/* ----------- Petit Mobile ----------- */
@media (max-width: 480px) { .detail-to-bg-text { font-size: 42px; } .detail-to-title { font-size: 24px; } .detail-to-service { padding: 70px 20px; } }

/*======================================================================= TYPE DE VEHICULE ======================================================================*/
.vehicles-to-wrapper { position: relative; overflow: hidden; background: #0c0c0c; font-family: 'Epilogue', sans-serif; color: #FFF; padding: 120px 80px; cursor: none; }

/* ── Video BG ── */
.vehicles-to-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.vehicles-to-video-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; filter: saturate(0.6); }

.vehicles-to-video-placeholder { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 40%, #1a1020 0%, #0c0c0c 70%); }

/* Heavy overlay to keep text readable */
.vehicles-to-video-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(12, 12, 12, 0.3) 0%, rgba(12, 12, 12, 0.75) 100%); }

/* ── Noise ── */
.vehicles-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

/* Lines */
.vehicles-to-topline { position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, transparent, rgba(123, 92, 255, 0.3) 50%, transparent); z-index: 2; }

.vehicles-to-bottomline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); z-index: 2; }

/* ── Header ── */
.vehicles-to-header { position: relative; z-index: 3; text-align: center; margin-bottom: 72px; }

.vehicles-to-eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 22px; }

.vehicles-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.vehicles-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.vehicles-to-title { font-family: 'Anton', sans-serif; font-size: clamp(40px, 5.5vw, 80px); line-height: 0.92; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 24px; }

.vehicles-to-title-solid { color: #FFF; }

.vehicles-to-title-outline { -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.28); color: transparent; }

.vehicles-to-subtitle { font-size: 14px; font-weight: 300; color: rgba(220, 221, 221, 0.5); line-height: 1.75; max-width: 480px; margin: 0 auto; letter-spacing: 0.01em; }

.vehicles-to-subtitle strong { color: rgba(220, 221, 221, 0.8); font-weight: 500; }

/* ── Grid ── */
.vehicles-to-grid { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }

/* ── Card ── */
.vehicles-to-card { position: relative; height: 500px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }

/* Card image */
.vehicles-to-card-img { position: absolute; inset: 0; background-size: cover; background-position: center; filter: brightness(0.6) saturate(0.8); transition: transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.9s ease; }

.vehicles-to-card:hover .vehicles-to-card-img { transform: scale(1.06); filter: brightness(0.45) saturate(1); }

/* Images */
.vehicles-to-card:nth-child(1) .vehicles-to-card-img { background-image: url("https://images.unsplash.com/photo-1494976388531-d1058494cdd8?w=900&q=80"); }

.vehicles-to-card:nth-child(2) .vehicles-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2FAdobeStock_158334937_ickt.webp"); }

.vehicles-to-card:nth-child(3) .vehicles-to-card-img { background-image: url("https://storage.googleapis.com/refpro-app-ca244.appspot.com/customers%2FfJDOqvV7Y8ecBKRlsFFUynil0x73%2Fimages%2F24b25be0-82c9-4432-ab7d-94d9d388dba1_j3vg.webp"); background-position: center 60%; }

/* Gradient overlay */
.vehicles-to-card-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 0%, transparent 35%, rgba(12, 12, 12, 0.6) 65%, rgba(12, 12, 12, 0.96) 100%); z-index: 1; transition: opacity 0.5s ease; }

/* Accent top line */
.vehicles-to-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #7B5CFF; transform: scaleX(0); transform-origin: left; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 3; }

.vehicles-to-card:hover::before { transform: scaleX(1); }

/* Content */
.vehicles-to-card-content { position: relative; z-index: 2; padding: 0 32px 36px; }

/* Number */
.vehicles-to-card-num { font-family: 'Anton', sans-serif; font-size: 11px; letter-spacing: 0.28em; color: #7B5CFF; display: block; margin-bottom: 10px; opacity: 0; transform: translateY(8px); transition: opacity 0.5s ease 0.05s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.05s; }

.vehicles-to-card:hover .vehicles-to-card-num { opacity: 1; transform: translateY(0); }

/* Title */
.vehicles-to-card-title { font-family: 'Anton', sans-serif; font-size: 34px; text-transform: uppercase; color: #FFF; letter-spacing: 0.02em; line-height: 1; margin-bottom: 12px; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.vehicles-to-card:hover .vehicles-to-card-title { transform: translateY(-4px); }

/* Short desc */
.vehicles-to-card-desc { font-size: 13px; font-weight: 300; color: rgba(220, 221, 221, 0.6); line-height: 1.65; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s, opacity 0.5s ease 0.12s; }

.vehicles-to-card:hover .vehicles-to-card-desc { max-height: 80px; opacity: 1; }

/* ── Reassurance strip ── */
.vehicles-to-reassurance { position: relative; z-index: 3; margin-top: 2px; background: rgba(123, 92, 255, 0.06); border: 1px solid rgba(123, 92, 255, 0.12); border-top: none; padding: 24px 40px; display: flex; align-items: center; gap: 16px; }

.vehicles-to-reassurance-dot { width: 5px; height: 5px; background: #7B5CFF; border-radius: 50%; box-shadow: 0 0 8px rgba(123, 92, 255, 0.7); flex-shrink: 0; }

.vehicles-to-reassurance-text { font-size: 13px; font-weight: 400; color: rgba(220, 221, 221, 0.55); letter-spacing: 0.02em; line-height: 1.5; }

.vehicles-to-reassurance-text strong { color: rgba(220, 221, 221, 0.85); font-weight: 600; }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 900px) { .vehicles-to-grid { grid-template-columns: 1fr; } .vehicles-to-card { height: 340px; } .vehicles-to-wrapper { padding: 80px 40px; } .vehicles-to-reassurance { flex-direction: column; text-align: center; padding: 20px 24px; } }

@media (max-width: 560px) { .vehicles-to-wrapper { padding: 60px 24px; } }

/*======================================================================== PROCESSUS DE TRAVAIL ===================================================================*/
.process-to-wrapper { position: relative; overflow: hidden; background: #0c0c0c; font-family: 'Epilogue', sans-serif; color: #FFF; padding: 120px 80px; cursor: none; }

.process-to-video-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }

.process-to-video-bg video { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; filter: saturate(0.5) brightness(0.8); }

.process-to-video-placeholder { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 50%, #12101a 0%, #0c0c0c 65%); }

.process-to-video-bg::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(12, 12, 12, 0.35) 0%, rgba(12, 12, 12, 0.85) 100%); }

.process-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 1; opacity: 0.03; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

.process-to-topline { position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 2; background: linear-gradient(to right, transparent, rgba(123, 92, 255, 0.3) 50%, transparent); }

.process-to-bottomline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; z-index: 2; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); }

/* ── Header centré ── */
.process-to-header { position: relative; z-index: 3; text-align: center; margin-bottom: 80px; }

.process-to-eyebrow { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 24px; }

.process-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.process-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.process-to-title { font-family: 'Anton', sans-serif; font-size: clamp(44px, 6vw, 88px); line-height: 0.9; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 24px; }

.process-to-title-solid { color: #FFF; }

.process-to-title-outline { -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.25); color: transparent; }

.process-to-desc { font-size: 14px; font-weight: 300; color: rgba(220, 221, 221, 0.45); line-height: 1.75; max-width: 480px; margin: 0 auto; }

/* ── Steps horizontal ── */
.process-to-steps { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; }

/* Horizontal connector line running through all circles */
.process-to-steps::before { content: ''; position: absolute; top: 17px; /* vertically centered on circle */ left: calc(10% + 18px); /* start after first circle center */ right: calc(10% + 18px); /* end before last circle center */ height: 1px; background: rgba(220, 221, 221, 0.08); z-index: 0; }

.process-to-step { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 0 16px; position: relative; cursor: default; }

/* Circle */
.process-to-step-circle { width: 36px; height: 36px; border: 1px solid rgba(220, 221, 221, 0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(12, 12, 12, 0.9); position: relative; z-index: 1; margin-bottom: 28px; transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease; }

.process-to-step:hover .process-to-step-circle { border-color: #7B5CFF; background: rgba(123, 92, 255, 0.15); box-shadow: 0 0 20px rgba(123, 92, 255, 0.3); }

.process-to-step-num { font-family: 'Anton', sans-serif; font-size: 13px; letter-spacing: 0.05em; color: rgba(220, 221, 221, 0.3); transition: color 0.4s ease; }

.process-to-step:hover .process-to-step-num { color: #7B5CFF; }

/* Progress dot on line */
.process-to-step-circle::before { content: ''; position: absolute; top: 50%; left: -80px; transform: translateY(-50%); width: 80px; height: 1px; background: linear-gradient(to right, transparent, #7B5CFF); opacity: 0; transition: opacity 0.5s ease; }

.process-to-step:first-child .process-to-step-circle::before { display: none; }

.process-to-step:hover .process-to-step-circle::before { opacity: 1; }

/* Label */
.process-to-step-label { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(123, 92, 255, 0.45); margin-bottom: 10px; display: block; transition: color 0.3s ease; }

.process-to-step:hover .process-to-step-label { color: #7B5CFF; }

/* Title */
.process-to-step-title { font-family: 'Anton', sans-serif; font-size: 16px; text-transform: uppercase; color: rgba(220, 221, 221, 0.6); letter-spacing: 0.03em; line-height: 1.2; margin-bottom: 14px; transition: color 0.4s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.process-to-step:hover .process-to-step-title { color: #FFF; transform: translateY(-3px); }

/* Text */
.process-to-step-text { font-size: 12px; font-weight: 300; color: rgba(220, 221, 221, 0.3); line-height: 1.7; opacity: 0; transform: translateY(6px); transition: opacity 0.4s ease 0.08s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.08s, color 0.3s ease; }

.process-to-step:hover .process-to-step-text { opacity: 1; transform: translateY(0); color: rgba(220, 221, 221, 0.55); }

/* Vertical accent bottom */
.process-to-step::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 1px; height: 0; background: linear-gradient(to bottom, #7B5CFF, transparent); transition: height 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.process-to-step:hover::after { height: 32px; }

/* Separators between steps */
.process-to-step:not(:last-child) { border-right: 1px solid rgba(220, 221, 221, 0.05); }

/* ── Badge ── */
.process-to-badge-row { position: relative; z-index: 3; display: flex; justify-content: center; margin-top: 56px; }

.process-to-badge { display: inline-flex; align-items: center; gap: 12px; border: 1px solid rgba(123, 92, 255, 0.2); padding: 14px 28px; background: rgba(123, 92, 255, 0.05); }

.process-to-badge-dot { width: 5px; height: 5px; background: #7B5CFF; border-radius: 50%; box-shadow: 0 0 8px rgba(123, 92, 255, 0.8); flex-shrink: 0; }

.process-to-badge-text { font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(220, 221, 221, 0.55); }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 9999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 9998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 900px) { .process-to-steps { grid-template-columns: 1fr 1fr; gap: 2px; } .process-to-steps::before { display: none; } .process-to-step { border-right: none !important; border-bottom: 1px solid rgba(220, 221, 221, 0.05); padding: 32px 16px; } .process-to-step-text { opacity: 1; transform: none; color: rgba(220, 221, 221, 0.45); } .process-to-wrapper { padding: 80px 40px; } }

@media (max-width: 560px) { .process-to-steps { grid-template-columns: 1fr; } .process-to-wrapper { padding: 60px 24px; } }

/*========================================================================= LES TARIFS ==========================================================================*/
.pricing-to-wrapper { background: #0c0c0c; padding: 120px 80px; font-family: 'Epilogue', sans-serif; color: #FFF; position: relative; overflow: hidden; cursor: none; }

/* ── Fixed BG image ── */
.pricing-to-wrapper::before { content: ''; position: fixed; inset: 0; background-image: url(""); background-size: cover; background-position: center; background-attachment: fixed; opacity: 0.12; filter: saturate(0.6) brightness(0.7); z-index: 0; pointer-events: none; }

.pricing-to-noise { position: absolute; inset: 0; pointer-events: none; z-index: 0; opacity: 0.025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E"); background-size: 200px; }

.pricing-to-topline { position: absolute; top: 0; left: 0; right: 0; height: 1px; z-index: 1; background: linear-gradient(to right, transparent, rgba(123, 92, 255, 0.3) 50%, transparent); }

.pricing-to-bottomline { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; z-index: 1; background: linear-gradient(to right, rgba(123, 92, 255, 0.5) 0%, rgba(123, 92, 255, 0.1) 40%, transparent 60%); }

/* ── Header ── */
.pricing-to-header { position: relative; z-index: 2; margin-bottom: 64px; }

.pricing-to-eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }

.pricing-to-eyebrow-line { width: 28px; height: 1px; background: #7B5CFF; flex-shrink: 0; }

.pricing-to-eyebrow-text { font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; }

.pricing-to-title { font-family: 'Anton', sans-serif; font-size: clamp(36px, 4.5vw, 64px); line-height: 0.92; text-transform: uppercase; letter-spacing: -0.01em; }

.pricing-to-title span { -webkit-text-stroke: 1.5px rgba(220, 221, 221, 0.25); color: transparent; }

/* ── Category label ── */
.pricing-to-cat { position: relative; z-index: 2; display: flex; align-items: center; gap: 14px; margin: 48px 0 24px; }

.pricing-to-cat:first-of-type { margin-top: 0; }

.pricing-to-cat-line { flex: 1; height: 1px; background: rgba(220, 221, 221, 0.07); }

.pricing-to-cat-label { font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(220, 221, 221, 0.3); white-space: nowrap; }

/* ── Grid ── */
.pricing-to-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-bottom: 2px; }

.pricing-to-grid-2 { grid-template-columns: repeat(2, 1fr); }

.pricing-to-grid-1 { grid-template-columns: 1fr; }

/* ── Card ── */
.pricing-to-card { background: #FFF; border: 1px solid rgba(0, 0, 0, 0.08); padding: 36px 32px; position: relative; cursor: pointer; transition: background 0.3s ease, border-color 0.3s ease; overflow: hidden; display: flex; flex-direction: column; }

.pricing-to-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: #7B5CFF; transform: scaleX(0); transform-origin: left; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.pricing-to-card:hover { background: #f7f5ff; border-color: rgba(123, 92, 255, 0.35); }

.pricing-to-card:hover::before { transform: scaleX(1); }

/* Badge */
.pricing-to-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(123, 92, 255, 0.4); background: rgba(123, 92, 255, 0.08); padding: 5px 12px; margin-bottom: 18px; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #7B5CFF; }

/* Card front content */
.pricing-to-card-name { font-family: 'Anton', sans-serif; font-size: 20px; text-transform: uppercase; color: #0c0c0c; letter-spacing: 0.02em; margin-bottom: 12px; line-height: 1.1; }

.pricing-to-card-price { font-family: 'Anton', sans-serif; font-size: 38px; color: #7B5CFF; letter-spacing: -0.01em; line-height: 1; margin-bottom: 6px; }

.pricing-to-card-price-suffix { font-family: 'Epilogue', sans-serif; font-size: 13px; color: rgba(123, 92, 255, 0.5); font-weight: 300; margin-left: 4px; }

.pricing-to-card-tagline { font-size: 12px; font-weight: 300; color: rgba(0, 0, 0, 0.45); line-height: 1.6; margin-bottom: 28px; }

/* Badge placeholder quand absent — réserve la hauteur */
.pricing-to-badge-placeholder { display: block; height: 29px; /* même hauteur que .pricing-to-badge */ margin-bottom: 18px; }

/* Nom — hauteur fixe 2 lignes */
.pricing-to-card-name { min-height: 2.4em; }

/* Tagline — hauteur fixe 2 lignes */
.pricing-to-card-tagline { min-height: 2.6em; }

/* Pousse le hint tout en bas */
.pricing-to-card-hint { margin-top: auto; }

/* Click hint */
.pricing-to-card-hint { display: flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(123, 92, 255, 0.5); transition: color 0.3s ease; }

.pricing-to-card:hover .pricing-to-card-hint { color: #7B5CFF; }

.pricing-to-card-hint-line { width: 0; height: 1px; background: #7B5CFF; transition: width 0.4s ease; }

.pricing-to-card:hover .pricing-to-card-hint-line { width: 20px; }

/* ── Modal overlay ── */
.pricing-to-modal-overlay { position: fixed; inset: 0; background: rgba(8, 8, 8, 0.88); backdrop-filter: blur(8px); z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; padding: 24px; }

.pricing-to-modal-overlay.active { opacity: 1; pointer-events: all; }

/* ── Modal box ── */
.pricing-to-modal { background: #111; border: 1px solid rgba(220, 221, 221, 0.1); max-width: 580px; width: 100%; max-height: 88vh; overflow-y: auto; position: relative; transform: scale(0.94) translateY(16px); transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1); scrollbar-width: thin; scrollbar-color: rgba(123, 92, 255, 0.3) transparent; }

.pricing-to-modal-overlay.active .pricing-to-modal { transform: scale(1) translateY(0); }

.pricing-to-modal::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, #7B5CFF, rgba(123, 92, 255, 0.2)); }

/* Modal inner */
.pricing-to-modal-inner { padding: 48px 44px 44px; }

.pricing-to-modal-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid rgba(123, 92, 255, 0.3); background: rgba(123, 92, 255, 0.08); padding: 5px 12px; margin-bottom: 20px; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #7B5CFF; }

.pricing-to-modal-name { font-family: 'Anton', sans-serif; font-size: 34px; text-transform: uppercase; color: #FFF; letter-spacing: 0.01em; line-height: 1; margin-bottom: 8px; }

.pricing-to-modal-price { font-family: 'Anton', sans-serif; font-size: 52px; color: #FFF; letter-spacing: -0.02em; line-height: 1; margin-bottom: 32px; }

.pricing-to-modal-price span { font-family: 'Epilogue', sans-serif; font-size: 16px; color: rgba(220, 221, 221, 0.35); font-weight: 300; margin-left: 4px; }

.pricing-to-modal-sep { height: 1px; background: rgba(220, 221, 221, 0.07); margin-bottom: 28px; }

.pricing-to-modal-section-title { font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: #7B5CFF; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }

.pricing-to-modal-section-title::after { content: ''; flex: 1; height: 1px; background: rgba(123, 92, 255, 0.15); }

.pricing-to-modal-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }

.pricing-to-modal-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; font-weight: 300; color: rgba(220, 221, 221, 0.65); line-height: 1.5; }

.pricing-to-modal-list li::before { content: ''; width: 4px; height: 4px; background: #7B5CFF; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }

/* Tariff rows */
.pricing-to-modal-tariffs { display: flex; flex-direction: column; gap: 8px; margin-bottom: 28px; }

.pricing-to-modal-tariff-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px; background: rgba(220, 221, 221, 0.03); border: 1px solid rgba(220, 221, 221, 0.06); }

.pricing-to-modal-tariff-name { font-size: 13px; font-weight: 400; color: rgba(220, 221, 221, 0.6); }

.pricing-to-modal-tariff-price { font-family: 'Anton', sans-serif; font-size: 16px; color: #FFF; letter-spacing: 0.02em; }

.pricing-to-modal-ideal { background: rgba(123, 92, 255, 0.05); border: 1px solid rgba(123, 92, 255, 0.12); padding: 16px 20px; margin-top: 4px; display: flex; gap: 12px; align-items: flex-start; }

.pricing-to-modal-ideal-dot { width: 4px; height: 4px; background: #7B5CFF; border-radius: 50%; flex-shrink: 0; margin-top: 6px; box-shadow: 0 0 6px rgba(123, 92, 255, 0.7); }

.pricing-to-modal-ideal-text { font-size: 12px; font-weight: 400; color: rgba(220, 221, 221, 0.55); line-height: 1.6; }

.pricing-to-modal-ideal-text strong { color: rgba(220, 221, 221, 0.85); font-weight: 600; }

/* Close btn */
.pricing-to-modal-close { position: absolute; top: 20px; right: 20px; width: 36px; height: 36px; border: 1px solid rgba(220, 221, 221, 0.12); background: transparent; display: flex; align-items: center; justify-content: center; cursor: pointer; color: rgba(220, 221, 221, 0.4); font-size: 18px; font-family: 'Epilogue', sans-serif; transition: border-color 0.2s, color 0.2s, background 0.2s; }

.pricing-to-modal-close:hover { border-color: #7B5CFF; color: #FFF; background: rgba(123, 92, 255, 0.1); }

/* ── Cursor ── */
.hero-to-cursor { position: fixed; width: 10px; height: 10px; background: #FFF; border-radius: 50%; pointer-events: none; z-index: 99999; transition: transform 0.15s ease; mix-blend-mode: difference; }

.hero-to-cursor-ring { position: fixed; width: 36px; height: 36px; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; pointer-events: none; z-index: 99998; transition: all 0.25s ease; transform: translate(-50%, -50%); }

/* ── Responsive ── */
@media (max-width: 900px) { .pricing-to-grid { grid-template-columns: repeat(2, 1fr); } .pricing-to-wrapper { padding: 80px 40px; } .pricing-to-modal-inner { padding: 36px 28px 32px; } }

@media (max-width: 560px) { .pricing-to-grid, .pricing-to-grid-2 { grid-template-columns: 1fr; } .pricing-to-wrapper { padding: 60px 24px; } .pricing-to-modal-price { font-size: 40px; } }

/*# sourceMappingURL=custom.css.map */