.cashback-page *{margin:0;padding:0;box-sizing:border-box}.cashback-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#141414;background-color:#f8f3eb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cashback-page .container{max-width:1200px;margin:0 auto;padding:0 20px}.cashback-page .hero-banner{background:#141414;color:#f8f3eb;padding:15px 20px;text-align:center;position:relative;overflow:hidden}.cashback-page .hero-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" fill="rgba(236,112,20,0.1)"><circle cx="200" cy="200" r="150"/><circle cx="800" cy="800" r="200"/></svg>');opacity:.3}.cashback-page .logo{max-width:180px;height:auto;margin:0 auto 10px;position:relative;z-index:2}.cashback-page .hero-title{font-size:1.6rem;font-weight:700;margin-bottom:8px;position:relative;z-index:2}.cashback-page .hero-subtitle{font-size:.95rem;margin-bottom:15px;opacity:.9;max-width:500px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.cashback-page .orange-text{color:#ec7014;font-weight:700}.cashback-page .section{padding:80px 20px}.cashback-page .section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:20px;color:#141414}.cashback-page .section-subtitle{font-size:1.1rem;text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto;opacity:.8}.cashback-page .video-container{max-width:800px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #14141426;position:relative;background:#141414}.cashback-page .video-container:before{content:"";display:block;padding-top:56.25%}.cashback-page .video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 768px){.cashback-page .video-container{max-width:350px;margin:0 auto}.cashback-page .video-container:before{padding-top:177.78%}}.cashback-page .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:0 auto}.cashback-page .step{background:#fff;padding:30px 20px;border-radius:20px;text-align:center;box-shadow:0 10px 30px #14141414;border:2px solid rgba(236,112,20,.1);transition:all .3s ease;position:relative}.cashback-page .step:hover{transform:translateY(-5px);box-shadow:0 20px 40px #14141426;border-color:#ec7014}.cashback-page .step-number{background:#ec7014;color:#f8f3eb;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;margin:0 auto 20px}.cashback-page .step-title{font-size:1.4rem;font-weight:700;margin-bottom:15px;color:#141414}.cashback-page .step-description{color:#141414;opacity:.8;line-height:1.6}.cashback-page .highlight-value{background:#ec7014;color:#f8f3eb;padding:4px 12px;border-radius:20px;font-weight:700;white-space:nowrap}.cashback-page .calculator-section{background:#fff;margin:0 -20px}.cashback-page .calculator-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;max-width:1200px;margin:0 auto}.cashback-page .calc-card{background:#f8f3eb;padding:25px 20px;border-radius:15px;text-align:center;border:2px solid #EC7014;transition:all .3s ease}.cashback-page .calc-card:hover{transform:scale(1.05);box-shadow:0 15px 35px #ec701433}.cashback-page .calc-spend{font-size:1.1rem;margin-bottom:10px;color:#141414;opacity:.8}.cashback-page .calc-cashback{font-size:2.5rem;font-weight:700;color:#ec7014;margin-bottom:10px}.cashback-page .calc-description{font-size:.9rem;color:#141414;opacity:.7}.cashback-page .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;max-width:1000px;margin:0 auto}.cashback-page .benefit{background:#fff;padding:40px 30px;border-radius:20px;text-align:center;box-shadow:0 10px 30px #14141414;transition:all .3s ease}.cashback-page .benefit:hover{transform:translateY(-5px);box-shadow:0 20px 40px #14141426}.cashback-page .benefit-icon{font-size:3rem;margin-bottom:20px;display:block}.cashback-page .benefit-title{font-size:1.4rem;font-weight:700;margin-bottom:15px;color:#141414}.cashback-page .benefit-description{color:#141414;opacity:.8;line-height:1.6}.cashback-page .whatsapp-section{background:#141414;text-align:center;padding:60px 20px}.cashback-page .whatsapp-btn{display:inline-flex;align-items:center;gap:15px;background:#25d366;color:#fff;padding:20px 40px;border-radius:50px;text-decoration:none;font-weight:700;font-size:1.2rem;transition:all .3s ease;box-shadow:0 10px 30px #25d3664d}.cashback-page .whatsapp-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 40px #25d36666;background:#20c157;color:#fff}.cashback-page .whatsapp-icon{font-size:1.5rem}.cashback-page .note{text-align:center;margin-top:40px;font-size:.9rem;opacity:.7;max-width:600px;margin-left:auto;margin-right:auto;background:#ec70141a;padding:15px 20px;border-radius:10px;border-left:4px solid #EC7014}@media (max-width: 768px){.cashback-page .hero-title{font-size:1.8rem}.cashback-page .section-title{font-size:2rem}.cashback-page .section{padding:60px 15px}.cashback-page .steps-grid,.cashback-page .calculator-grid,.cashback-page .benefits-grid{grid-template-columns:1fr;gap:25px}.cashback-page .step,.cashback-page .benefit,.cashback-page .calc-card{padding:25px 20px}.cashback-page .container{padding:0 15px}.cashback-page .whatsapp-btn{padding:18px 30px;font-size:1.1rem}}.cashback-page .whatsapp-section .section-title{color:#f8f3eb;margin-bottom:30px}@media (max-width: 480px){.cashback-page .hero-banner{padding:12px 15px}.cashback-page .hero-title{font-size:1.3rem}.cashback-page .hero-subtitle{font-size:.85rem}.cashback-page .section-title{font-size:1.8rem}.cashback-page .calc-cashback{font-size:2rem}.cashback-page .video-container{max-width:280px;border-radius:15px}.cashback-page .video-container:before{padding-top:177.78%}}
/*# sourceMappingURL=/cdn/shop/t/43/assets/cashback-page.css.map */
