:root{--page-accent:#2d6bcf}.hero-section{display:grid;grid-template-columns:55% 45%;align-items:stretch;background:linear-gradient(145deg,#0f1b3d 0,#1a2a5c 50%,#1e3a6e 100%);min-height:520px}.hero-left{padding:50px 50px;color:var(--white);display:flex;flex-direction:column;justify-content:center}.hero-breadcrumb{font-size:12px;margin-bottom:20px;opacity:.8;background:linear-gradient(180deg,rgba(15,27,61,0.95) 0,rgba(26,42,92,0.9) 100%);color:rgba(255,255,255,0.6)}.hero-breadcrumb a{color:rgba(255,255,255,0.8);text-decoration:none}.hero-breadcrumb a:hover{text-decoration:underline}.hero-left h1{font-family:'Playfair Display',serif;font-size:44px;font-weight:700;margin-bottom:16px;line-height:1.2}.hero-left h1 .highlight{color:var(--teal)}.hero-left p{font-size:15px;margin-bottom:32px;line-height:1.7;opacity:.95}.hero-ctas{display:flex;gap:16px;margin-bottom:32px;flex-wrap:wrap}.hero-cta-primary{background:var(--teal);color:var(--white);padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;border:0;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px rgba(69,199,196,0.4)}.hero-cta-primary:hover{background:#3ab0ad;transform:translateY(-2px)}.hero-cta-secondary{background:transparent;color:var(--white);padding:14px 32px;border:2px solid rgba(255,255,255,0.5);border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s}.hero-cta-secondary:hover{background:rgba(255,255,255,0.1);border-color:var(--white)}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:auto;border-top:1px solid rgba(255,255,255,0.2);padding-top:24px}.hero-stat-value{font-size:26px;font-weight:700;margin-bottom:4px}.hero-stat-label{font-size:12px;opacity:.85}.hero-right{position:relative;min-height:520px;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:20px;left:20px;background:var(--white);color:#0f1b3d;padding:12px 16px;border-radius:6px;font-size:12px;font-weight:600;box-shadow:0 4px 15px rgba(0,0,0,0.2);z-index:10}.social-proof{background:#f8f9fa;padding:24px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.social-proof-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:24px}.proof-item{text-align:center;font-size:13px;color:#555}.proof-item strong{display:block;color:#000;font-size:14px;font-weight:600;margin-bottom:4px}.problem-section{max-width:1200px;margin:80px auto;padding:0 20px}.problem-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}.problem-row{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:48px}.problem-card{padding:32px;background:#f5f5f5;border-radius:8px;border-left:4px solid var(--page-accent)}.problem-card h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.problem-card p{font-size:14px;color:#666;line-height:1.6}.solution-section{max-width:1200px;margin:80px auto;padding:0 20px}.solution-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}.solution-split{display:grid;grid-template-columns:55% 45%;gap:48px;align-items:center}.solution-text h3{font-size:22px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.solution-text p{font-size:14px;color:#666;line-height:1.8;margin-bottom:16px}.benefit-pills{display:flex;flex-direction:column;gap:12px;margin-top:32px}.benefit-pill{padding:12px 16px;background:#e8f5ff;border-left:3px solid var(--page-accent);border-radius:4px;font-size:13px;font-weight:500;color:#1a1a1a}.solution-image{width:100%;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,0.12)}.usecases-section{max-width:1200px;margin:80px auto;padding:0 20px}.usecases-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}.usecases-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.usecase-card{position:relative;border-radius:8px;overflow:hidden;min-height:280px}.usecase-card img{width:100%;height:100%;object-fit:cover;display:block}.usecase-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,0.8) 100%);display:flex;align-items:flex-end;padding:24px;color:var(--white);font-size:16px;font-weight:600}.testimonial-section{max-width:1200px;margin:80px auto;padding:0 20px}.testimonial-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}.testimonial-card{background:#f0f5ff;padding:48px;border-radius:8px;border-left:4px solid var(--page-accent);display:grid;grid-template-columns:50% 50%;gap:48px;align-items:center}.testimonial-text h3{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:16px}.testimonial-quote{font-size:14px;color:#666;line-height:1.8;margin-bottom:20px;font-style:italic;color:#444}.testimonial-result{background:var(--white);padding:20px;border-radius:6px;border-left:3px solid var(--page-accent)}.testimonial-result strong{display:block;color:var(--page-accent);font-size:24px;margin-bottom:8px}.testimonial-result p{font-size:13px;color:#666}.process-cta-section{background:linear-gradient(135deg,rgba(15,27,61,0.93) 0,rgba(26,42,92,0.9) 100%);color:var(--white);margin-top:80px;padding:60px 20px;position:relative;overflow:hidden}.process-cta-section::before{content:'';position:absolute;inset:0;background:url('/images/nouvelles/film-anti-chaleur-installation-2.webp') center/cover no-repeat;z-index:-1}.process-content{max-width:1200px;margin:0 auto}.process-cta-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px}.process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:48px}.process-step{text-align:center}.process-step-number{font-size:48px;font-weight:700;color:var(--page-accent);margin-bottom:12px}.process-step h4{font-size:16px;font-weight:600;margin-bottom:12px}.process-step p{font-size:13px;color:rgba(255,255,255,0.7);line-height:1.6}.process-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.cta-banner-primary{background:var(--page-accent);color:var(--white);padding:14px 32px;border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;border:0;cursor:pointer;transition:all .3s}.cta-banner-primary:hover{background:#2555a8;transform:translateY(-2px)}.cta-banner-secondary{background:transparent;color:var(--white);padding:14px 32px;border:2px solid rgba(255,255,255,0.3);border-radius:6px;text-decoration:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s}.cta-banner-secondary:hover{border-color:var(--white);background:rgba(255,255,255,0.1)}.faq-section{max-width:1200px;margin:80px auto;padding:0 20px}.faq-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}.faq-items{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.faq-item{padding:24px;background:#f5f5f5;border-radius:8px;cursor:pointer;transition:all .3s}.faq-item:hover{background:#e8e8e8;box-shadow:0 4px 12px rgba(0,0,0,0.08)}.faq-question{font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.faq-icon{font-size:18px;transition:transform .3s}.faq-answer{font-size:13px;color:#666;line-height:1.6;max-height:0;overflow:hidden;transition:max-height .3s}.faq-item.active .faq-answer{max-height:500px}.faq-item.active .faq-icon{transform:rotate(180deg)}.cross-sell-section{max-width:1200px;margin:80px auto;padding:0 20px}.cross-sell-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}.cross-sell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.cross-sell-card{padding:32px;background:#f0f5ff;border-radius:8px;border:1px solid #d4e4f7;text-align:center;transition:all .3s}.cross-sell-card:hover{box-shadow:0 8px 24px rgba(45,107,207,0.15);border-color:var(--page-accent)}.cross-sell-card h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.cross-sell-card p{font-size:13px;color:#666;margin-bottom:20px;line-height:1.6}.cross-sell-link{display:inline-block;color:var(--page-accent);text-decoration:none;font-size:13px;font-weight:600;padding:8px 12px;border:1px solid var(--page-accent);border-radius:4px;transition:all .3s}.cross-sell-link:hover{background:var(--page-accent);color:var(--white)}.contact-title{font-family:'Playfair Display',serif;font-size:36px;font-weight:600;text-align:center;margin-bottom:48px;color:#1a1a1a}@media(max-width:1024px){nav{gap:16px;margin-left:24px}.hero-section{grid-template-columns:1fr}.hero-left{padding:40px 32px}.hero-right{min-height:350px}.solution-split{grid-template-columns:1fr;gap:24px}.problem-row{grid-template-columns:1fr}.usecases-compact{grid-template-columns:1fr}.process-row{grid-template-columns:repeat(2,1fr)}.testimonial-card{grid-template-columns:1fr}.cross-sell-grid{grid-template-columns:1fr}.faq-items{grid-template-columns:1fr}}@media(max-width:768px){.topbar-left{gap:12px;font-size:11px}.topbar-right{gap:8px}.topbar-switch{padding:6px 12px;font-size:11px}header{padding:12px 16px}nav{display:none}.hamburger{display:flex}.cta-button{display:none}.hero-section{min-height:auto}.hero-left{padding:32px 20px}.hero-left h1{font-size:28px}.hero-left p{font-size:13px}.hero-ctas{flex-direction:column;gap:12px}.hero-cta-primary,.hero-cta-secondary{width:100%;text-align:center}.hero-right{min-height:280px}.hero-stats{grid-template-columns:1fr;margin-top:24px}.problem-title,.solution-title,.usecases-title,.testimonial-title,.process-cta-title,.faq-title,.cross-sell-title,.contact-title{font-size:24px}.process-row{grid-template-columns:repeat(2,1fr)}.process-cta-buttons{flex-direction:column}.cta-banner-primary,.cta-banner-secondary{width:100%;text-align:center}.social-proof-content{flex-direction:column;gap:12px}body{padding-bottom:60px}}