.offre-hero{position:relative;min-height:50vh;display:flex;align-items:center;background:var(--gradient-dark);padding:5rem 2rem;overflow:hidden}.offre-hero-bg{position:absolute;inset:0}.offre-shape{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3}.offre-shape-1{width:400px;height:400px;background:var(--orange);top:-150px;right:-100px}.offre-shape-2{width:300px;height:300px;background:var(--teal);bottom:-100px;left:-50px}.offre-hero .container{position:relative;z-index:1;text-align:center;max-width:800px}.offre-badge{display:inline-block;background:var(--orange);padding:.5rem 1.5rem;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.offre-badge,.offre-hero h1{color:var(--white);margin-bottom:1.5rem}.offre-hero h1{font-size:3rem;line-height:1.1}.offre-hero-text{font-size:1.25rem;color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.7}.offre-hero-note{font-size:1rem;color:rgba(255,255,255,.6)}.offre-hero-note a{color:var(--orange);text-decoration:underline}.offre-hero-note a:hover{color:var(--orange-light)}.offre-hero-actions{margin-top:1.5rem}.offre-pricing{padding:var(--section-padding);background:linear-gradient(180deg,#dbe8ef,#cddce5);border-bottom:1px solid rgba(0,37,61,.08)}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.pricing-card{background:var(--white);border-radius:20px;padding:2rem;position:relative;display:flex;flex-direction:column;transition:var(--transition);border:2px solid transparent}.pricing-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.pricing-card-highlight{border-color:var(--orange);box-shadow:var(--shadow-md)}.pricing-popular{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--orange);color:var(--white);padding:.35rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.pricing-name{font-size:1.5rem;color:var(--blue-dark);margin-bottom:.5rem}.pricing-description{font-size:.9rem;color:var(--gray);margin-bottom:1.5rem}.pricing-price{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-light)}.pricing-amount{font-size:2.5rem;font-weight:700;color:var(--blue-dark)}.pricing-period{font-size:1rem;color:var(--gray)}.pricing-features{list-style:none;flex-grow:1;margin-bottom:1.5rem}.pricing-features li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;color:var(--blue-dark)}.pricing-features svg{width:18px;height:18px;flex-shrink:0;stroke:var(--orange);margin-top:2px}.pricing-card .btn{width:100%;text-align:center;justify-content:center}.offre-features{padding:var(--section-padding);background:linear-gradient(180deg,#e8f2ef,#d9e9e4);border-bottom:1px solid rgba(112,164,187,.12)}.offre-features .features-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem}.offre-features .feature-card{text-align:center;padding:2rem;border-radius:16px;background:var(--gray-light);transition:var(--transition)}.offre-features .feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.offre-features .feature-icon{width:60px;height:60px;background:var(--orange);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.offre-features .feature-icon svg{width:28px;height:28px;stroke:var(--white)}.offre-features .feature-card h3{font-size:1.1rem;color:var(--blue-dark);margin-bottom:.75rem}.offre-features .feature-card p{font-size:.9rem;color:var(--gray);line-height:1.6}.offre-cta{padding:var(--section-padding);background:var(--gradient-dark)}.offre-cta .cta-box{text-align:center;max-width:600px;margin:0 auto}.offre-cta .cta-box h2{font-size:2.5rem;color:var(--white);margin-bottom:1rem}.offre-cta .cta-box p{font-size:1.15rem;color:rgba(255,255,255,.8);margin-bottom:2rem;line-height:1.7}.offre-cta .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.offre-cta .btn-outline{border-color:var(--white);color:var(--white)}.offre-cta .btn-outline:hover{background:var(--white);color:var(--blue-dark)}@media (max-width:1024px){.offre-features .features-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.offre-hero h1{font-size:2.25rem}.offre-hero-text{font-size:1.1rem}.pricing-grid{max-width:400px;margin-left:auto;margin-right:auto}.offre-features .features-grid,.pricing-grid{grid-template-columns:1fr}.offre-cta .cta-box h2{font-size:2rem}}