.offres-page{background:#fff;min-height:100vh}.offres-hero{background:#fff;border-radius:0 0 60px 60px;justify-content:center;align-items:center;width:100%;height:70vh;min-height:400px;display:flex;position:relative;overflow:hidden}.offres-hero-image{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-background{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-overlay{z-index:2;background:linear-gradient(135deg,#70823880 0%,#1a231599 100%);width:100%;height:100%;position:absolute;top:0;left:0}.offres-hero-content{z-index:3;text-align:center;max-width:1200px;margin:0 auto;padding:2rem;animation:1s ease-out fadeInUp;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.offres-hero-title{letter-spacing:.08em;color:#faf9f6;text-transform:uppercase;text-shadow:0 2px 20px #0000004d;margin:0 0 1.5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:300;line-height:1.2}.offres-hero-subtitle{color:#f5eedf;text-shadow:0 1px 10px #0003;max-width:800px;margin:0 auto;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;line-height:1.6}.intro-banner{opacity:0;background:#faf9f6;padding:5rem 2rem;animation:.8s ease-out .2s forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.intro-container{text-align:center;max-width:900px;margin:0 auto}.intro-icon{color:#708238;opacity:0;width:60px;height:60px;margin:0 auto 2rem;animation:.6s ease-out .4s forwards scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.intro-icon svg{width:100%;height:100%}.intro-title{color:#2c3a28;opacity:0;margin:0 0 2.5rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.3;animation:.8s ease-out .6s forwards slideInFromTop}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.intro-content{opacity:0;margin-bottom:3rem;animation:.8s ease-out .8s forwards fadeIn}.intro-content p{color:#4a5568;margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.8}.alert-box{color:#fff;text-align:left;opacity:0;background:#708238;border-radius:12px;align-items:center;gap:1.5rem;padding:2rem;animation:.8s ease-out 1s forwards slideInFromBottom;display:flex;box-shadow:0 4px 20px #70823833}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.alert-icon{color:#fff;flex-shrink:0;width:40px;height:40px;animation:2s ease-in-out infinite rotate}@keyframes rotate{0%,to{transform:rotate(0)}50%{transform:rotate(10deg)}}.alert-icon svg{width:100%;height:100%}.alert-box p{margin:0;font-size:1rem;line-height:1.6}.offers-section{background:#fff;padding:6rem 2rem}.offers-container{grid-template-columns:repeat(2,1fr);gap:3rem;max-width:1200px;margin:0 auto;display:grid}.offer-card{opacity:0;background:#fff;border-radius:16px;transition:transform .3s,box-shadow .3s;animation:.8s ease-out forwards cardSlideIn;overflow:hidden;box-shadow:0 4px 30px #0000001a}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.offer-card:first-child{animation-delay:.2s}.offer-card:nth-child(2){animation-delay:.4s}.offer-card:hover{transform:translateY(-12px);box-shadow:0 12px 50px #00000026}.offer-image-wrapper{width:100%;height:500px;position:relative;overflow:hidden}.offer-image-split{flex-direction:row;display:flex}.split-image-container{flex:1;height:100%;position:relative;overflow:hidden}.offer-card:first-child .offer-image-wrapper{display:block}.offer-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%;transition:transform .3s}.split-left{-o-object-position:right center;object-position:right center}.split-right{-o-object-position:left center;object-position:left center}.offer-card:hover .offer-image{transform:scale(1.05)}.offer-content{padding:2.5rem}.offer-icon-badge{color:#708238;opacity:0;background:#f5eedf;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;animation:.6s ease-out .8s forwards bounceIn;display:flex}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.offer-icon-badge svg{width:30px;height:30px}.offer-title{color:#2c3a28;opacity:0;margin:0 0 .5rem;font-size:1.8rem;font-weight:600;line-height:1.3;animation:.6s ease-out 1s forwards fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.offer-subtitle{color:#708238;text-transform:uppercase;letter-spacing:.05em;opacity:0;margin:0 0 1.5rem;font-size:1rem;font-weight:500;animation:.6s ease-out 1.1s forwards fadeInLeft}.offer-description{color:#4a5568;opacity:0;margin:0 0 2rem;font-size:1.05rem;font-weight:300;line-height:1.7;animation:.6s ease-out 1.2s forwards fadeIn}.highlight-box{color:#fff;opacity:0;background:linear-gradient(135deg,#708238 0%,#5a6a2d 100%);border-radius:12px;align-items:flex-start;gap:1.2rem;margin:2rem 0;padding:1.8rem;animation:.8s ease-out 1.4s forwards slideInFromRight;display:flex}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.highlight-icon{flex-shrink:0;width:28px;height:28px;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.highlight-icon svg{width:100%;height:100%}.highlight-box p{margin:0;font-size:1.05rem;line-height:1.6}.highlight-box strong{font-size:1.1rem;font-weight:600}.highlight-box ul{margin:.8rem 0 0;padding-left:1.5rem;list-style:outside}.highlight-box li{margin-bottom:.5rem;line-height:1.6}.offer-benefits{color:#4a5568;margin:1.5rem 0;font-size:1rem;font-weight:300;line-height:1.7}.why-box{opacity:0;background:#f5eedf;border-left:4px solid #c7a76c;border-radius:12px;margin:2rem 0;padding:1.8rem;animation:.8s ease-out 1.6s forwards slideInFromLeft}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.why-icon{color:#c7a76c;width:32px;height:32px;margin-bottom:1rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.why-icon svg{width:100%;height:100%}.why-box h4{color:#2c3a28;margin:0 0 1rem;font-size:1.3rem;font-weight:600}.why-box p{color:#4a5568;margin:0;font-size:1rem;font-weight:300;line-height:1.7}.bonus-box{opacity:0;background:#faf9f6;border:2px solid #c7a76c;border-radius:12px;align-items:flex-start;gap:1rem;margin:2rem 0;padding:1.5rem;animation:.6s ease-out 1.8s forwards zoomIn;display:flex}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.bonus-icon{color:#c7a76c;flex-shrink:0;width:28px;height:28px;animation:2s ease-in-out infinite wiggle}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.bonus-icon svg{width:100%;height:100%}.bonus-box p{color:#4a5568;margin:0;font-size:1rem;line-height:1.6}.philosophy-box{opacity:0;background:#faf9f6;border-radius:12px;margin:2rem 0;padding:2rem;animation:.8s ease-out 2s forwards fadeInUp}.philosophy-icon{color:#708238;width:40px;height:40px;margin-bottom:1rem;animation:2s ease-in-out infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.philosophy-icon svg{width:100%;height:100%}.philosophy-box h4{color:#2c3a28;margin:0 0 1rem;font-size:1.3rem;font-weight:600}.philosophy-box p{color:#4a5568;margin:0 0 1rem;font-size:1rem;font-weight:300;line-height:1.7}.philosophy-box p:last-child{margin-bottom:0}.philosophy-box .emphasis{color:#2c3a28;font-style:italic;font-weight:500}.duration-section{opacity:0;background:#f5eedf;padding:6rem 2rem;animation:.8s ease-out .3s forwards fadeIn}.duration-container{text-align:center;max-width:900px;margin:0 auto}.duration-icon{color:#708238;opacity:0;width:60px;height:60px;margin:0 auto 2rem;animation:.8s ease-out .5s forwards scaleRotate}@keyframes scaleRotate{0%{opacity:0;transform:scale(.5)rotate(-180deg)}to{opacity:1;transform:scale(1)rotate(0)}}.duration-icon svg{width:100%;height:100%}.duration-title{color:#2c3a28;opacity:0;margin:0 0 1rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:400;animation:.8s ease-out .7s forwards slideInFromTop}.duration-subtitle{color:#708238;opacity:0;margin:0 0 3rem;font-size:1.3rem;font-style:italic;font-weight:300;animation:.8s ease-out .9s forwards fadeIn}.duration-content{text-align:left;opacity:0;animation:.8s ease-out 1.1s forwards fadeInUp}.duration-content p{color:#4a5568;margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.8}.gift-box{opacity:0;background:#fff;border-radius:12px;align-items:center;gap:1.5rem;margin:2.5rem 0;padding:2rem;animation:.8s ease-out 1.3s forwards slideInFromRight;display:flex;box-shadow:0 4px 20px #00000014}.gift-icon{color:#c7a76c;flex-shrink:0;width:50px;height:50px;animation:2s ease-in-out infinite shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)rotate(-5deg)}75%{transform:translate(5px)rotate(5deg)}}.gift-icon svg{width:100%;height:100%}.gift-box p{color:#2c3a28;margin:0;font-size:1.1rem;font-weight:400;line-height:1.6}.final-note{color:#708238;font-size:1rem;font-style:italic;font-weight:400}.cta-section{opacity:0;background:#fff;padding:6rem 2rem;animation:.8s ease-out .3s forwards fadeIn}.cta-container{text-align:center;max-width:800px;margin:0 auto}.cta-icon{color:#708238;width:70px;height:70px;margin:0 auto 2rem;animation:2s ease-in-out infinite ringBell}@keyframes ringBell{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-15deg)}20%,40%{transform:rotate(15deg)}50%{transform:rotate(0)}}.cta-icon svg{width:100%;height:100%}.cta-title{color:#2c3a28;opacity:0;margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;animation:.8s ease-out .5s forwards slideInFromTop}.cta-description{color:#4a5568;opacity:0;margin:0 0 3rem;font-size:1.2rem;font-weight:300;line-height:1.8;animation:.8s ease-out .7s forwards fadeIn}.cta-button{color:#fff;opacity:0;background:#708238;border-radius:50px;align-items:center;gap:.8rem;padding:1.3rem 3rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;animation:.8s ease-out .9s forwards buttonBounce;display:inline-flex;box-shadow:0 4px 20px #7082384d}@keyframes buttonBounce{0%{opacity:0;transform:scale(.8)translateY(20px)}60%{transform:scale(1.05)translateY(-5px)}to{opacity:1;transform:scale(1)translateY(0)}}.cta-button svg{width:20px;height:20px;transition:transform .3s}.cta-button:hover{background:#5a6a2d;transform:translateY(-3px);box-shadow:0 6px 30px #70823866}.cta-button:hover svg{transform:translate(5px)}@media (max-width:968px){.offres-hero{border-radius:0 0 40px 40px;height:60vh;min-height:350px}.intro-banner,.offers-section,.duration-section,.cta-section{padding:4rem 2rem}.offers-container{grid-template-columns:1fr;gap:3rem}.alert-box,.gift-box{text-align:center;flex-direction:column}}@media (max-width:640px){.offres-hero{border-radius:0 0 30px 30px;height:50vh;min-height:300px}.offres-hero-content{padding:6rem 1.5rem 1.5rem}.intro-banner,.offers-section,.duration-section,.cta-section{padding:3rem 1.5rem}.offer-content{padding:2rem 1.5rem}.offer-image-wrapper{height:250px}.offer-title{font-size:1.5rem}.highlight-box,.why-box,.bonus-box,.philosophy-box,.alert-box{padding:1.5rem}.cta-button{padding:1.1rem 2.5rem;font-size:1rem}}@media (max-width:380px){.offres-hero{border-radius:0 0 20px 20px;height:45vh;min-height:280px}.offres-hero-content{padding:5.5rem 1rem 1rem}.offer-content{padding:1.5rem 1.2rem}.offer-title{font-size:1.3rem}.cta-button{padding:1rem 2rem;font-size:.95rem}}
