:root{--retours-dark: #000000;--retours-green: #4a7c59;--retours-green-light: #5a9469;--retours-green-pale: #e8f5e9;--retours-white: #ffffff;--retours-cream: #f8f6f0;--retours-text: #1a1a1a;--retours-text-light: #666666;--retours-border: rgba(0, 0, 0, .08)}.retours-page{font-family:inherit;color:var(--retours-text);line-height:1.6;background:var(--retours-cream)}.retours-page *{box-sizing:border-box}.retours-hero{background:linear-gradient(135deg,#000,#1a1a1a);padding:80px 20px;text-align:center;position:relative;overflow:hidden}.retours-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234a7c59' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.retours-hero__content{position:relative;z-index:1;max-width:800px;margin:0 auto}.retours-hero__icon{font-size:4rem;margin-bottom:20px;display:block}.retours-hero__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--retours-white);margin:0 0 16px;letter-spacing:-.02em}.retours-hero__subtitle{font-size:1.2rem;color:#fffc;max-width:600px;margin:0 auto}.retours-section{padding:60px 20px;background:var(--retours-white)}.retours-section--alt{background:var(--retours-cream)}.retours-container{max-width:1200px;margin:0 auto}.retours-section__header{text-align:center;margin-bottom:40px}.retours-section__title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:var(--retours-text);margin:0 0 12px}.retours-section__subtitle{font-size:1.1rem;color:var(--retours-text-light);margin:0}.retours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.retours-card{background:var(--retours-white);border:1px solid var(--retours-border);border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.retours-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:var(--retours-green)}.retours-card--highlight{background:linear-gradient(135deg,var(--retours-green) 0%,var(--retours-green-light) 100%);color:var(--retours-white);border-color:var(--retours-green)}.retours-card--highlight .retours-card__title,.retours-card--highlight .retours-card__text{color:var(--retours-white)}.retours-card--warning{border-color:#f59e0b;background:#fff7ed}.retours-card--warning .retours-card__title{color:#d97706}.retours-card__icon{font-size:3rem;margin-bottom:16px;display:block}.retours-card__title{font-size:1.3rem;font-weight:700;color:var(--retours-text);margin:0 0 12px}.retours-card__text{font-size:1rem;color:var(--retours-text-light);margin:0;line-height:1.6}.retours-card--highlight .retours-card__text{color:#ffffffe6}.retours-steps{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto}.retours-step{display:flex;gap:24px;align-items:flex-start;background:var(--retours-white);border:1px solid var(--retours-border);border-radius:16px;padding:30px;transition:all .3s ease}.retours-step:hover{transform:translate(8px);box-shadow:0 4px 16px #0000001a;border-color:var(--retours-green)}.retours-step__number{width:60px;height:60px;background:linear-gradient(135deg,var(--retours-green) 0%,var(--retours-green-light) 100%);color:var(--retours-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.retours-step__content{flex:1}.retours-step__title{font-size:1.3rem;font-weight:700;color:var(--retours-text);margin:0 0 8px}.retours-step__text{font-size:1rem;color:var(--retours-text-light);margin:0;line-height:1.6}.retours-contact{background:linear-gradient(135deg,var(--retours-green) 0%,var(--retours-green-light) 100%);padding:60px 20px;text-align:center;margin-top:40px}.retours-contact__content{max-width:600px;margin:0 auto}.retours-contact__title{font-size:1.8rem;font-weight:700;color:var(--retours-white);margin:0 0 12px}.retours-contact__text{font-size:1.1rem;color:#ffffffe6;margin:0 0 30px}.retours-contact__btn{display:inline-block;padding:14px 32px;background:var(--retours-white);color:var(--retours-green);border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.retours-contact__btn:hover{background:var(--retours-dark);color:var(--retours-white);transform:translateY(-2px);box-shadow:0 4px 12px #0003}@media(max-width:768px){.retours-hero{padding:60px 20px}.retours-hero__title{font-size:2rem}.retours-hero__subtitle{font-size:1rem}.retours-section{padding:40px 16px}.retours-grid{grid-template-columns:1fr;gap:16px}.retours-card{padding:24px}.retours-steps{gap:16px}.retours-step{flex-direction:column;gap:16px;padding:24px}.retours-step__number{width:50px;height:50px;font-size:1.2rem}.retours-contact{padding:40px 20px}.retours-contact__title{font-size:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.retours-section{animation:fadeInUp .5s ease forwards}.retours-section:nth-child(2){animation-delay:.1s}.retours-section:nth-child(3){animation-delay:.2s}.retours-section:nth-child(4){animation-delay:.3s}.retours-section:nth-child(5){animation-delay:.4s}
/*# sourceMappingURL=/cdn/shop/t/18/assets/retours-premium.css.map */
