/* RESET & TYPOGRAPHIE */
html, body { overflow-x: hidden; width: 100%; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
*, *::before, *::after { box-sizing: border-box; }
.hidden { display: none !important; }

/* UTILITAIRES GLOBAUX */
.container { max-width: 1150px; margin: 0 auto; padding: 0 1.5rem; width: 100%; }
.text-center { text-align: center; }
.center { align-items: center; text-align: center; }
.text-gradient { background: linear-gradient(135deg, var(--cpw-primary), #60a5fa); -webkit-background-clip: text; color: transparent; display: inline-block; }
.section-subtitle { color: var(--cpw-primary); font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8125rem; display: block; margin-bottom: 0.875rem; }
.section-title { font-size: 2.25rem; font-weight: 800; color: var(--cpw-text); letter-spacing: -0.03em; line-height: 1.18; }
.section-header { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 4rem; }
.header-titles { max-width: 42rem; }
.header-desc { color: var(--cpw-text); opacity: 0.75; font-size: 1.0625rem; max-width: 28rem; line-height: 1.75; }
.link-arrow { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cpw-primary); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.link-arrow:hover { gap: 0.875rem; color: #2563eb; }
.link-primary { font-weight: 700; color: var(--cpw-primary); text-decoration: none; position: relative; padding-bottom: 2px; }
.link-primary::after { content: ''; position: absolute; width: 100%; transform: scaleX(0); height: 2px; bottom: -2px; left: 0; background-color: var(--cpw-primary); transform-origin: bottom right; transition: transform 0.3s ease-out; }
.link-primary:hover::after { transform: scaleX(1); transform-origin: bottom left; }
.box-blue { background: linear-gradient(145deg, #3b82f6, #22d3ee); }
.box-purple { background: linear-gradient(145deg, #a855f7, #ec4899); }
.box-orange { background: linear-gradient(145deg, #fb923c, #ef4444); }
.icon-green { background-color: rgba(34,197,94,0.12); color: #16a34a; }
.icon-purple { background-color: rgba(168,85,247,0.12); color: #9333ea; }
.glow-purple { background: linear-gradient(135deg, var(--cpw-primary), #a855f7); }
.glow-blue { background: linear-gradient(135deg, #60a5fa, #67e8f9); }

/* BOUTONS */
.btn-primary-large { background: linear-gradient(135deg, var(--cpw-primary), #2563eb); color: #fff !important; padding: 1.125rem 2.75rem; border-radius: 9999px; font-weight: 700; font-size: 1.125rem; box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.4), inset 0 1px 0 rgba(255,255,255,0.25); border: none; width: 100%; position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; }
.btn-primary-large::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 60%); opacity: 0; transform: scale(0.5); transition: all 0.4s ease; }
.btn-primary-large:hover { box-shadow: 0 12px 28px -4px rgba(37, 99, 235, 0.6), inset 0 1px 0 rgba(255,255,255,0.3); transform: translateY(-2px); }
.btn-primary-large:hover::after { opacity: 1; transform: scale(1); }
.btn-outline-large { padding: 1.125rem 2.75rem; border-radius: 9999px; font-weight: 700; font-size: 1.125rem; border: 1px solid rgba(150, 150, 150, 0.2); width: 100%; background-color: var(--glass-bg); backdrop-filter: blur(20px) saturate(180%); -webkit-backdrop-filter: blur(20px) saturate(180%); color: var(--cpw-text); box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255,255,255,0.1); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; }
.btn-outline-large:hover { background-color: var(--hover-bg); border-color: var(--cpw-primary); transform: translateY(-2px); }
.btn-outline { display: inline-block; padding: 1rem 2.5rem; border-radius: 9999px; border: 1px solid rgba(150, 150, 150, 0.2); background-color: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); font-size: 0.9375rem; font-weight: 700; color: var(--cpw-text); box-shadow: var(--shadow-ios); transition: all 0.3s ease; text-decoration: none; }
.btn-outline:hover { background-color: var(--hover-bg); border-color: var(--cpw-primary); }
.btn-white { background-color: #ffffff; color: #0f172a !important; padding: 1rem 2.5rem; border-radius: 9999px; font-weight: 700; font-size: 1.0625rem; box-shadow: 0 8px 24px -4px rgba(255,255,255,0.15); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; }
.btn-white:hover { box-shadow: 0 12px 32px -4px rgba(255,255,255,0.25); transform: translateY(-2px); }
.btn-outline-white { padding: 1rem 2.5rem; border-radius: 9999px; font-weight: 700; font-size: 1.0625rem; border: 1px solid rgba(255,255,255,0.3); backdrop-filter: blur(12px); color: #ffffff !important; background-color: rgba(255,255,255,0.05); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; }
.btn-outline-white:hover { background-color: rgba(255,255,255,0.15); border-color: #ffffff; }

/* HERO */
.hero-section { position: relative; padding-top: 11rem; padding-bottom: 7rem; overflow-x: hidden; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.625rem; padding: 0.5rem 1.25rem; border-radius: 9999px; background-color: var(--glass-bg); backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%); border: 1px solid rgba(150, 150, 150, 0.15); margin-bottom: 2rem; box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05); }
.badge-dot-wrapper { position: relative; display: flex; width: 0.5rem; height: 0.5rem; }
.badge-dot { width: 100%; height: 100%; border-radius: 50%; background-color: var(--cpw-primary); box-shadow: 0 0 8px var(--cpw-primary); }
.badge-text { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--cpw-text); }
.hero-title { font-size: 2.25rem; font-weight: 800; line-height: 1.15; margin-bottom: 1.5rem; color: var(--cpw-text); letter-spacing: -0.04em; }
.hero-subtitle { font-size: 1.125rem; color: var(--cpw-text); opacity: 0.75; line-height: 1.8; max-width: 46rem; margin: 0 auto 3.5rem; font-weight: 400; }
.hero-actions { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.25rem; margin-bottom: 5rem; }
.hero-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem 1.75rem; margin-bottom: 4rem; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; font-weight: 600; color: var(--cpw-text); opacity: 0.7; }
.trust-item i { color: var(--cpw-primary); font-size: 0.875rem; }
.tech-stack-card { background-color: var(--glass-bg); backdrop-filter: blur(40px) saturate(200%); -webkit-backdrop-filter: blur(40px) saturate(200%); border: 1px solid rgba(150, 150, 150, 0.15); box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255,255,255,0.1); border-radius: 2rem; padding: 2rem; max-width: 56rem; margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 2rem; }
.tech-stack-title { font-size: 0.8125rem; font-weight: 800; color: var(--cpw-text); opacity: 0.6; text-transform: uppercase; letter-spacing: 0.14em; line-height: 1.4; }
.hero-clients-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2rem; }
.hero-client-logo { max-height: 36px; width: auto; max-width: 120px; object-fit: contain; filter: grayscale(100%) opacity(55%); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.hero-client-logo:hover { filter: grayscale(0%) opacity(100%); transform: scale(1.08) translateY(-2px); }

/* SERVICES */
.services-section { padding: 8rem 0; position: relative; overflow-x: hidden; width: 100%; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; width: 100%; }
.service-card { background-color: var(--glass-bg); backdrop-filter: blur(30px) saturate(200%); -webkit-backdrop-filter: blur(30px) saturate(200%); border: 1px solid rgba(150, 150, 150, 0.15); box-shadow: 0 8px 24px -8px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255,255,255,0.1); padding: 2.5rem 2rem; border-radius: 2rem; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.service-card:hover { box-shadow: 0 24px 48px -12px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.2); transform: translateY(-4px); border-color: rgba(37, 99, 235, 0.2); }
.service-card-inner { position: relative; z-index: 1; }
.service-card-shine { position: absolute; top: -60%; left: -60%; width: 100%; height: 100%; background: radial-gradient(circle at top left, rgba(255,255,255,0.08) 0%, transparent 60%); pointer-events: none; z-index: 0; border-radius: 2rem; }
.service-card-featured { border-color: rgba(37, 99, 235, 0.3); background: linear-gradient(145deg, rgba(37, 99, 235, 0.04) 0%, rgba(168, 85, 247, 0.03) 100%); }
.service-card-featured::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--cpw-primary), #a855f7); border-radius: 2rem 2rem 0 0; }
.service-card-badge { position: absolute; top: 1.25rem; right: 1.25rem; padding: 0.35rem 1rem; border-radius: 9999px; background: linear-gradient(135deg, var(--cpw-primary), #2563eb); color: #fff; font-size: 0.6875rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; box-shadow: 0 4px 12px -2px rgba(37, 99, 235, 0.4); z-index: 2; }
.service-icon { width: 3.5rem; height: 3.5rem; border-radius: 1.125rem; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.375rem; margin-bottom: 1.75rem; box-shadow: 0 8px 16px -4px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.2); }
.service-card h3 { font-size: 1.1875rem; font-weight: 800; margin-bottom: 1rem; color: var(--cpw-text); letter-spacing: -0.02em; line-height: 1.3; }
.service-card p { color: var(--cpw-text); opacity: 0.7; line-height: 1.6; font-size: 0.9375rem; }
.service-card-cta { position: relative; z-index: 1; margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--glass-border); }
.services-footer { text-align: center; margin-top: 4rem; }
.offer-type-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin: 1rem 0 0 0; padding: 0; }
.offer-type-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.875rem; font-weight: 500; color: var(--cpw-text); opacity: 0.85; line-height: 1.4; }
.offer-type-features li i { color: var(--cpw-primary); font-size: 0.75rem; margin-top: 0.2rem; flex-shrink: 0; }

/* ARGUMENTS */
.arguments-section { padding: 8rem 0; background-color: var(--hover-bg); overflow-x: hidden; width: 100%; position: relative; }
.arguments-section::before { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle at 20% 80%, rgba(37, 99, 235, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(168, 85, 247, 0.03) 0%, transparent 50%); pointer-events: none; }
.arguments-container { display: flex; flex-direction: column; gap: 8rem; position: relative; z-index: 1; }
.argument-row { display: flex; flex-direction: column; align-items: center; gap: 4rem; }
.icon-circle { width: 3.5rem; height: 3.5rem; border-radius: 50%; background-color: var(--glass-bg); backdrop-filter: blur(16px); color: var(--cpw-primary); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; box-shadow: var(--shadow-ios); border: 1px solid rgba(150, 150, 150, 0.15); margin-bottom: 1.5rem; }
.argument-content h2 { font-size: 2rem; font-weight: 800; line-height: 1.2; margin-bottom: 1.5rem; color: var(--cpw-text); letter-spacing: -0.03em; }
.argument-content p { font-size: 1.0625rem; color: var(--cpw-text); opacity: 0.75; line-height: 1.8; margin-bottom: 2.5rem; }
.features-list { display: flex; flex-direction: column; gap: 1rem; }
.feature-item { display: flex; align-items: flex-start; gap: 1.25rem; padding: 1.5rem; border-radius: 1.25rem; background-color: var(--glass-bg); backdrop-filter: blur(24px) saturate(180%); border: 1px solid rgba(150, 150, 150, 0.15); box-shadow: 0 4px 12px -4px rgba(0,0,0,0.05); transition: transform 0.3s ease, border-color 0.3s ease; }
.feature-item:hover { transform: translateX(5px); border-color: rgba(37, 99, 235, 0.3); }
.feature-icon { width: 3rem; height: 3rem; border-radius: 0.875rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.0625rem; }
.feature-item h4 { font-weight: 800; font-size: 0.9375rem; color: var(--cpw-text); margin-bottom: 0.4rem; letter-spacing: -0.01em; }
.feature-item p { font-size: 0.875rem; color: var(--cpw-text); opacity: 0.7; margin: 0; line-height: 1.5; }
.argument-image-wrapper { position: relative; width: 100%; }
.image-glow { position: absolute; top: -2rem; right: -2rem; bottom: -2rem; left: -2rem; border-radius: 3rem; opacity: 0.15; filter: blur(50px); z-index: 0; transition: opacity 0.4s ease; }
.argument-image-wrapper:hover .image-glow { opacity: 0.25; }
.argument-img { position: relative; z-index: 10; border-radius: 2rem; box-shadow: 0 20px 40px -10px rgba(0,0,0,0.15); border: 1px solid rgba(150, 150, 150, 0.2); width: 100%; height: auto; }

/* MÉTHODOLOGIE */
.methodology-section { padding: 8rem 0; overflow-x: hidden; width: 100%; }
.methodology-intro { color: var(--cpw-text); opacity: 0.75; font-size: 1.0625rem; max-width: 40rem; margin: 1rem auto 0; line-height: 1.7; }
.methodology-steps { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 4rem; position: relative; }
.method-step { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; background-color: var(--glass-bg); backdrop-filter: blur(20px) saturate(180%); border: 1px solid rgba(150, 150, 150, 0.15); border-radius: 2rem; padding: 2.5rem 2rem; box-shadow: 0 4px 12px -4px rgba(0,0,0,0.05); transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; }
.method-step:hover { box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.1), inset 0 1px 0 rgba(255,255,255,0.1); border-color: rgba(37, 99, 235, 0.25); transform: translateY(-4px); }
.method-step-number { position: absolute; top: 1.5rem; right: 1.75rem; font-size: 4rem; font-weight: 900; color: var(--cpw-text); opacity: 0.03; line-height: 1; letter-spacing: -0.04em; pointer-events: none; }
.method-step-icon { width: 3.5rem; height: 3.5rem; border-radius: 1.125rem; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.375rem; flex-shrink: 0; box-shadow: 0 8px 16px -4px rgba(0,0,0,0.2); }
.method-step-content h3 { font-size: 1.125rem; font-weight: 800; color: var(--cpw-text); letter-spacing: -0.02em; margin-bottom: 0.5rem; line-height: 1.3; }
.method-step-content p { font-size: 0.9375rem; color: var(--cpw-text); opacity: 0.7; line-height: 1.6; margin: 0; }
.method-step-connector { display: none; }

/* TÉMOIGNAGES */
.testimonials-section { padding: 8rem 0; position: relative; overflow-x: hidden; width: 100%; }
.testimonials-intro { color: var(--cpw-text); opacity: 0.75; font-size: 1.0625rem; max-width: 38rem; margin: 1rem auto 0; line-height: 1.7; }
.testimonials-stats { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 0; background-color: var(--glass-bg); backdrop-filter: blur(40px) saturate(200%); border: 1px solid rgba(150, 150, 150, 0.15); box-shadow: 0 10px 30px -10px rgba(0,0,0,0.05); border-radius: 2rem; padding: 2rem; margin: 3rem auto 5rem; max-width: 640px; }
.tstat-item { flex: 1; text-align: center; padding: 1rem; min-width: 120px; }
.tstat-number { font-size: 2.75rem; font-weight: 800; background: linear-gradient(135deg, var(--cpw-primary), #60a5fa); -webkit-background-clip: text; color: transparent; letter-spacing: -0.03em; line-height: 1; }
.tstat-suffix { font-size: 1.5rem; font-weight: 800; background: linear-gradient(135deg, var(--cpw-primary), #60a5fa); -webkit-background-clip: text; color: transparent; }
.tstat-label { display: block; font-size: 0.75rem; font-weight: 700; color: var(--cpw-text); opacity: 0.6; text-transform: uppercase; letter-spacing: 0.1em; margin-top: 0.5rem; }
.tstat-divider { width: 1px; height: 3rem; background: linear-gradient(to bottom, transparent, rgba(150,150,150,0.2), transparent); flex-shrink: 0; }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; width: 100%; }
.testimonial-card { padding: 2.25rem; border-radius: 2rem; display: flex; flex-direction: column; gap: 1.25rem; background-color: var(--glass-bg); backdrop-filter: blur(32px) saturate(180%); border: 1px solid rgba(150, 150, 150, 0.15); box-shadow: 0 4px 12px -4px rgba(0,0,0,0.05); position: relative; transition: transform 0.3s ease, border-color 0.3s ease; }
.testimonial-card:hover { transform: translateY(-4px); border-color: rgba(37, 99, 235, 0.3); }
.testimonial-header { display: flex; align-items: center; justify-content: space-between; }
.testimonial-quote-mark { font-size: 1.25rem; color: var(--cpw-primary); opacity: 0.3; }
.testimonial-stars { display: flex; gap: 0.2rem; font-size: 0.875rem; }
.testimonial-stars i { color: var(--cpw-muted); }
.testimonial-stars i.active { color: #f59e0b; }
.testimonial-text { font-size: 0.9375rem; line-height: 1.7; color: var(--cpw-text); opacity: 0.85; flex: 1; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 1rem; padding-top: 1.25rem; border-top: 1px solid rgba(150, 150, 150, 0.15); }
.testimonial-avatar { width: 3rem; height: 3rem; border-radius: 50%; overflow: hidden; flex-shrink: 0; border: 2px solid var(--glass-bg); box-shadow: 0 4px 10px -2px rgba(0,0,0,0.1); }
.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testimonial-avatar-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--cpw-primary), #60a5fa); display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; font-size: 1.125rem; }
.testimonial-author-info { display: flex; flex-direction: column; gap: 0.15rem; }
.author-name { font-size: 0.9375rem; font-weight: 800; color: var(--cpw-text); letter-spacing: -0.01em; }
.author-role { font-size: 0.8125rem; color: var(--cpw-muted); font-weight: 500; }
.author-margin { margin-left: 0.5rem; }
.testimonials-cta { text-align: center; margin-top: 4rem; }
.testimonials-placeholder { text-align: center; padding: 4rem; background: var(--glass-bg); border-radius: 2rem; border: 1px solid rgba(150,150,150,0.15); }

/* PORTFOLIO */
.portfolio-preview-section { padding: 8rem 0; position: relative; overflow-x: hidden; width: 100%; }
.portfolio-preview-intro { color: var(--cpw-text); opacity: 0.75; font-size: 1.0625rem; max-width: 40rem; margin: 1rem auto 0; line-height: 1.7; }
.portfolio-preview-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; margin-top: 4rem; width: 100%; }
.portfolio-preview-card { background-color: var(--glass-bg); backdrop-filter: blur(20px) saturate(200%); border: 1px solid rgba(150, 150, 150, 0.15); border-radius: 1.75rem; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 4px 12px -4px rgba(0,0,0,0.05); }
.portfolio-preview-card:hover { box-shadow: 0 24px 48px -12px rgba(0,0,0,0.1); border-color: rgba(37, 99, 235, 0.25); transform: translateY(-4px); }
.preview-img-wrapper { position: relative; overflow: hidden; height: 220px; flex-shrink: 0; border-bottom: 1px solid rgba(150,150,150,0.1); }
.preview-placeholder { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; background: linear-gradient(145deg, rgba(37, 99, 235, 0.05) 0%, rgba(168, 85, 247, 0.04) 100%); }
.preview-placeholder::before { content: ''; position: absolute; inset: 0; backdrop-filter: blur(8px); z-index: 0; }
.preview-placeholder i { font-size: 2.5rem; margin-bottom: 0.75rem; position: relative; z-index: 1; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.2)); }
.preview-placeholder span { font-size: 0.8125rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; position: relative; z-index: 1; background: rgba(0,0,0,0.3); padding: 0.3rem 0.875rem; border-radius: 9999px; }
.preview-client-logo { max-width: 62%; max-height: 100px; width: auto; height: auto; object-fit: contain; position: relative; z-index: 1; filter: drop-shadow(0 4px 20px rgba(0,0,0,.35)); transition: transform .3s ease, filter .3s ease; }
.portfolio-preview-card:hover .preview-client-logo { transform: scale(1.05); filter: drop-shadow(0 6px 28px rgba(0,0,0,.45)); }
.preview-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 60%, transparent 100%); opacity: 0; display: flex; align-items: flex-end; padding: 1.5rem; z-index: 10; transition: opacity 0.3s ease; }
.portfolio-preview-card:hover .preview-overlay { opacity: 1; }
.preview-overlay-content { color: #fff; transform: translateY(10px); transition: transform 0.3s ease; }
.portfolio-preview-card:hover .preview-overlay-content { transform: translateY(0); }
.preview-overlay-content h3 { font-size: 1.125rem; font-weight: 800; margin: 0.5rem 0 0.25rem 0; color: #fff; letter-spacing: -0.01em; }
.preview-overlay-content p { font-size: 0.8125rem; opacity: 0.85; margin-bottom: 1rem; line-height: 1.5; color: #fff; }
.preview-tag { display: inline-block; padding: 0.3rem 0.8rem; border-radius: 9999px; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; background: linear-gradient(135deg, var(--cpw-primary), #2563eb); color: #fff; box-shadow: 0 4px 12px -2px rgba(37, 99, 235, 0.4); }
.preview-link { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; border-radius: 9999px; background-color: #fff; color: #0f172a; font-size: 0.75rem; font-weight: 700; text-decoration: none; transition: background-color 0.2s ease; }
.preview-link:hover { background-color: var(--cpw-primary); color: #fff; }
.preview-card-body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.preview-card-title { font-size: 1.0625rem; font-weight: 800; color: var(--cpw-text); line-height: 1.3; margin: 0; letter-spacing: -0.015em; transition: color 0.2s ease; }
.portfolio-preview-card:hover .preview-card-title { color: var(--cpw-primary); }
.preview-card-desc { font-size: 0.875rem; color: var(--cpw-text); opacity: 0.7; line-height: 1.6; flex: 1; margin: 0; }
.preview-card-actions { display: flex; flex-wrap: wrap; gap: .625rem; margin-bottom: .25rem; }
.btn-preview-visit { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1.125rem; border-radius: 9999px; background: linear-gradient(135deg, var(--cpw-primary), #2563eb); color: #fff; font-size: .8125rem; font-weight: 700; text-decoration: none; border: none; box-shadow: 0 4px 14px -3px rgba(0,123,255,.4); transition: gap .2s, box-shadow .2s; }
.btn-preview-visit:hover { gap: .75rem; box-shadow: 0 6px 20px -3px rgba(0,123,255,.55); color: #fff; }
.btn-preview-case { display: inline-flex; align-items: center; gap: .5rem; padding: .5rem 1.125rem; border-radius: 9999px; background-color: var(--glass-bg); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); color: var(--cpw-text); font-size: .8125rem; font-weight: 700; text-decoration: none; border: 1px solid var(--glass-border); transition: border-color .2s, color .2s; }
.btn-preview-case:hover { border-color: rgba(0,123,255,.3); color: var(--cpw-primary); }
.preview-result { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.75rem; font-weight: 700; color: var(--cpw-primary); background-color: rgba(37, 99, 235, 0.08); padding: 0.4rem 0.8rem; border-radius: 9999px; width: fit-content; border: 1px solid rgba(37, 99, 235, 0.15); }
.portfolio-preview-footer { text-align: center; margin-top: 4rem; }

/* AUDIT GRATUIT */
.audit-section { padding: 8rem 0; position: relative; overflow-x: hidden; width: 100%; }
.audit-card { position: relative; border-radius: 2.5rem; overflow: hidden; background: linear-gradient(145deg, rgba(37, 99, 235, 0.05) 0%, rgba(168, 85, 247, 0.04) 100%); border: 1px solid rgba(37, 99, 235, 0.15); padding: 4rem 2.5rem; box-shadow: 0 10px 40px -10px rgba(0,0,0,0.05); }
.audit-glow { position: absolute; top: -6rem; right: -6rem; width: 28rem; height: 28rem; background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: 0; }
.audit-inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 3.5rem; }
.audit-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.4rem 1rem; border-radius: 9999px; background-color: rgba(37, 99, 235, 0.1); border: 1px solid rgba(37, 99, 235, 0.2); font-size: 0.75rem; font-weight: 800; color: var(--cpw-primary); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 1.5rem; width: fit-content; }
.audit-title { font-size: 2.25rem; font-weight: 800; line-height: 1.2; color: var(--cpw-text); letter-spacing: -0.03em; margin-bottom: 1.25rem; }
.audit-desc { font-size: 1.0625rem; color: var(--cpw-text); opacity: 0.75; line-height: 1.7; margin-bottom: 2rem; max-width: 38rem; }
.audit-perks { list-style: none; display: flex; flex-direction: column; gap: 0.8rem; padding: 0; }
.audit-perks li { display: flex; align-items: center; gap: 0.75rem; font-size: 0.9375rem; font-weight: 600; color: var(--cpw-text); }
.audit-perks li i { color: #22c55e; font-size: 1rem; flex-shrink: 0; }
.audit-form-wrapper { background: none; border: none; padding: 0; box-shadow: none; }
.audit-form { display: flex; flex-direction: column; gap: 1.5rem; }
.audit-form-group { display: flex; flex-direction: column; gap: 0.6rem; }
.audit-label { font-size: 0.875rem; font-weight: 700; color: var(--cpw-text); opacity: 0.85; letter-spacing: 0.01em; }
.audit-input-wrapper { position: relative; display: flex; align-items: center; }
.audit-input-wrapper i { position: absolute; left: 1.25rem; color: var(--cpw-muted); font-size: 0.9375rem; pointer-events: none; }
.audit-input { width: 100%; padding: 1rem 1.25rem 1rem 3rem; border-radius: 9999px; border: 1px solid rgba(150, 150, 150, 0.25); background-color: var(--cpw-bg); color: var(--cpw-text); font-size: 0.9375rem; font-family: inherit; outline: none; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.audit-input:focus { border-color: var(--cpw-primary); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12); }
.audit-submit { display: flex; align-items: center; justify-content: center; gap: 0.625rem; padding: 1.125rem 1.5rem; border-radius: 9999px; background: linear-gradient(135deg, var(--cpw-primary), #1d4ed8); color: #fff; font-weight: 700; font-size: 1.0625rem; font-family: inherit; border: none; cursor: pointer; box-shadow: 0 10px 24px -4px rgba(37, 99, 235, 0.4); transition: all 0.3s ease; margin-top: 0.5rem; }
.audit-submit:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -4px rgba(37, 99, 235, 0.5); }
.audit-success { display: flex; align-items: center; gap: 0.625rem; padding: 1rem 1.5rem; border-radius: 9999px; background-color: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.2); color: #16a34a; font-weight: 700; font-size: 0.9375rem; }
.audit-note { font-size: 0.8125rem; color: var(--cpw-muted); text-align: center; margin-top: 0.5rem; }

/* BLOG */
.blog-section { padding: 8rem 0; position: relative; overflow-x: hidden; width: 100%; }
.blog-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; margin-bottom: 4rem; width: 100%; }
.blog-card { background-color: var(--glass-bg); border-radius: 2rem; border: 1px solid rgba(150, 150, 150, 0.15); overflow: hidden; box-shadow: 0 4px 12px -4px rgba(0,0,0,0.05); display: flex; flex-direction: column; height: 100%; transition: all 0.4s ease; }
.blog-card:hover { box-shadow: 0 24px 48px -12px rgba(0,0,0,0.1); border-color: rgba(37, 99, 235, 0.25); transform: translateY(-4px); }
.blog-img-wrapper { display: block; height: 14rem; position: relative; overflow: hidden; border-bottom: 1px solid rgba(150, 150, 150, 0.1); }
.blog-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); }
.blog-card:hover .blog-img { transform: scale(1.05); }
.blog-date { position: absolute; top: 1rem; left: 1rem; background-color: var(--glass-bg); backdrop-filter: blur(16px); padding: 0.4rem 0.9rem; border-radius: 9999px; font-size: 0.75rem; font-weight: 800; color: var(--cpw-text); border: 1px solid rgba(150,150,150,0.2); }
.blog-content { padding: 2rem; display: flex; flex-direction: column; flex: 1; }
.blog-title { font-size: 1.1875rem; font-weight: 800; color: var(--cpw-text); margin-bottom: 1rem; line-height: 1.4; letter-spacing: -0.015em; transition: color 0.2s ease; }
.blog-title a { color: inherit; text-decoration: none; }
.blog-card:hover .blog-title { color: var(--cpw-primary); }
.blog-excerpt { color: var(--cpw-text); opacity: 0.7; font-size: 0.9375rem; line-height: 1.7; margin-bottom: 1.5rem; flex: 1; }
.blog-footer { text-align: center; }

/* CTA FINAL */
.cta-section { padding: 6rem 0; position: relative; overflow-x: hidden; width: 100%; }
.cta-card { background-color: #080c17; color: #fff; border-radius: 2.5rem; padding: 5rem 2.5rem; text-align: center; box-shadow: 0 30px 60px -16px rgba(0,0,0,0.5); position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
.cta-glow { position: absolute; top: -10rem; right: -10rem; width: 28rem; height: 28rem; background-color: var(--cpw-primary); border-radius: 50%; filter: blur(120px); opacity: 0.35; pointer-events: none; }
.cta-glow-secondary { top: auto; right: auto; bottom: -10rem; left: -10rem; background-color: #a855f7; opacity: 0.25; }
.cta-title { font-size: 2.25rem; font-weight: 800; margin-bottom: 1.5rem; position: relative; z-index: 10; line-height: 1.2; letter-spacing: -0.03em; }
.cta-desc { font-size: 1.125rem; opacity: 0.8; margin: 0 auto 3.5rem; max-width: 44rem; position: relative; z-index: 10; line-height: 1.7; }
.cta-actions { position: relative; z-index: 10; display: flex; flex-direction: column; justify-content: center; gap: 1.25rem; }

/* RESPONSIVE */
@media (min-width: 640px) { .hero-actions { flex-direction: row; } .btn-primary-large, .btn-outline-large { width: auto; } .cta-actions { flex-direction: row; } }
@media (min-width: 768px) { .hero-title { font-size: 3.5rem; } .hero-subtitle { font-size: 1.25rem; } .tech-stack-card { flex-direction: row; padding: 2rem 3rem; text-align: left; } .section-title { font-size: 3rem; } .section-header { flex-direction: row; justify-content: space-between; align-items: flex-end; } .section-header .header-desc { text-align: right; } .argument-content h2 { font-size: 2.5rem; } .cta-card { padding: 6rem; } .cta-title { font-size: 3rem; } .services-grid { grid-template-columns: repeat(2, 1fr); } .testimonials-grid { grid-template-columns: repeat(2, 1fr); } .portfolio-preview-grid { grid-template-columns: repeat(2, 1fr); } .blog-grid { grid-template-columns: repeat(3, 1fr); } .methodology-steps { grid-template-columns: repeat(2, 1fr); } .audit-card { padding: 4rem; } .audit-inner { flex-direction: row; align-items: center; gap: 4rem; } .audit-content { flex: 1; } .audit-form-wrapper { flex: 1; min-width: 0; } .audit-title { font-size: 2.75rem; } }
@media (min-width: 1024px) { .hero-section { padding-top: 13rem; padding-bottom: 9rem; } .hero-title { font-size: 4rem; } .argument-row { flex-direction: row; } .argument-row.reverse { flex-direction: row-reverse; } .argument-content, .argument-image-wrapper { width: 50%; } .services-grid { grid-template-columns: repeat(3, 1fr); } .testimonials-grid { grid-template-columns: repeat(3, 1fr); } .portfolio-preview-grid { grid-template-columns: repeat(3, 1fr); } .methodology-steps { grid-template-columns: repeat(4, 1fr); gap: 0; } .method-step { border-radius: 0; border-right: none; padding: 3rem 2rem; box-shadow: none; border-bottom: 1px solid rgba(150,150,150,0.1); } .method-step:first-child { border-radius: 2rem 0 0 2rem; } .method-step:last-child { border-radius: 0 2rem 2rem 0; border-right: 1px solid rgba(150,150,150,0.1); } .method-step:hover { transform: translateY(-8px); border-radius: 2rem; z-index: 2; box-shadow: 0 20px 40px -10px rgba(37, 99, 235, 0.15); border: 1px solid rgba(37, 99, 235, 0.3); } }

/* STAT TEXTE STATIQUE — remplace le compteur animé pour 24/7 */
.tstat-text-static {
    font-size: 2.75rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--cpw-primary), #60a5fa);
    -webkit-background-clip: text;
    color: transparent;
    letter-spacing: -0.03em;
    line-height: 1;
    display: block;
}

/* --- NOUVEAUX STYLES E-COMMERCE --- */

/* Grille des Catégories */
.categories-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 3rem;
}
@media (min-width: 640px) { .categories-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .categories-grid { grid-template-columns: repeat(4, 1fr); } }

.category-card {
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px -5px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px -5px rgba(0,0,0,0.3);
}
.category-card::after {
    content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    background: linear-gradient(to bottom right, rgba(255,255,255,0.2), transparent);
    pointer-events: none;
}
.category-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
}
.category-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin: 0 0 0.5rem 0;
}
.category-card p {
    font-size: 0.875rem;
    opacity: 0.8;
    margin: 0 0 1.5rem 0;
    flex: 1;
}
.category-link {
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Grille des Produits */
.products-section { padding: 4rem 0 8rem 0; overflow-x: hidden; }
.product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
}
@media (min-width: 640px) { .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }

.product-card {
    background-color: var(--glass-bg);
    backdrop-filter: blur(20px) saturate(200%);
    border: 1px solid rgba(150, 150, 150, 0.15);
    border-radius: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px -4px rgba(0,0,0,0.05);
}
.product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(37, 99, 235, 0.3);
    box-shadow: 0 20px 40px -10px rgba(0,0,0,0.1);
}
.product-img-wrapper {
    position: relative;
    height: 200px;
    background: var(--cpw-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(150,150,150,0.1);
    overflow: hidden;
}
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card:hover .product-img {
    transform: scale(1.05);
}
.product-img-placeholder {
    font-size: 3rem;
    color: var(--cpw-muted);
    opacity: 0.3;
}
.product-badge {
    position: absolute;
    top: 1rem; right: 1rem;
    background: #ef4444;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 2;
}
.product-card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.product-category-label {
    font-size: 0.75rem;
    color: var(--cpw-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}
.product-title {
    font-size: 1.0625rem;
    font-weight: 800;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}
.product-title a {
    color: var(--cpw-text);
    text-decoration: none;
    transition: color 0.2s;
}
.product-title a:hover {
    color: var(--cpw-primary);
}
.product-price-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    margin-top: auto;
}
.product-price {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--cpw-text);
}
.product-old-price {
    font-size: 0.875rem;
    color: var(--cpw-muted);
    text-decoration: line-through;
}
.btn-add-cart {
    width: 100%;
    padding: 0.875rem;
    border-radius: 9999px;
    background-color: var(--cpw-text);
    color: var(--cpw-bg);
    border: none;
    font-weight: 700;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.btn-add-cart:hover {
    background-color: var(--cpw-primary);
    color: #fff;
}
.btn-add-cart:active {
    transform: scale(0.98);
}
.btn-add-cart.added {
    background-color: #10b981;
    color: #fff;
}



