@font-face{font-family:'Poppins';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.00%;ascent-override:93%;descent-override:26%;line-gap-override:0}@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.40%;ascent-override:91%;descent-override:23%;line-gap-override:0}@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;size-adjust:107.40%;ascent-override:91%;descent-override:23%;line-gap-override:0}:root{--color-primary:#FF6B00;--color-accent:#0052FF;--color-success:#00C853;--color-bg-light:#F8F9FA;--color-text-light:#1A1A1A;--color-bg-dark:#1A1A1A;--color-text-dark:#F8F9FA;--color-bg-card-light:#FFF;--color-bg-card-dark:#2C2C2C;--shadow-light:0 4px 6px rgba(0,0,0,0.1);--shadow-dark:0 4px 6px rgba(0,0,0,0.4)}html.dark{--bg-color:var(--color-bg-dark);--text-color:var(--color-text-dark);--bg-card-color:var(--color-bg-card-dark);--card-shadow:var(--shadow-dark)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:'Inter',sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}.container{width:90%;max-width:1100px;margin:0 auto;padding:4rem 0}h1,h2,h3{font-family:'Poppins',sans-serif;font-weight:700;line-height:1.2;margin-bottom:1.5rem}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.25rem,3vw,1.75rem)}p{max-width:70ch;margin-bottom:1.5rem}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.header{padding:1.5rem 0;position:absolute;width:100%;z-index:10}.header__container{display:flex;justify-content:center;align-items:center;width:90%;max-width:1100px;margin:0 auto}.logo{font-family:'Poppins',sans-serif;font-weight:700;font-size:1.75rem;text-decoration:none;color:#FFF;text-shadow:0 1px 3px rgba(0,0,0,0.5)}.logo__span{color:#FFF}.hero{padding:12rem 0 6rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff8c42,#ff6b00,#e65c00,#ffc107);background-size:400% 400%;animation:gradient-animation 15s ease infinite;color:#fff}@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.hero h1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,0.3)}.hero__subtitle{font-size:1.25rem;max-width:60ch;margin-bottom:2rem;color:#fff}.cta-button{display:inline-block;font-family:'Poppins',sans-serif;font-weight:700;font-size:1.1rem;text-decoration:none;color:#fff;background-image:linear-gradient(45deg,var(--color-accent),#007bff);padding:1rem 2.5rem;border-radius:50px;border:none;box-shadow:0 4px 15px rgba(0,82,255,0.4);transition:transform .3s,box-shadow .3s;cursor:pointer}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,82,255,0.6)}.section{padding:5rem 0}.section--alt{background-color:var(--bg-card-color)}.pas{max-width:800px}.pas__icon{color:var(--color-primary);width:50px;height:50px;margin-bottom:1rem}.savings-feed{height:200px;width:100%;max-width:600px;border-radius:12px;background-color:var(--bg-card-color);box-shadow:var(--card-shadow);padding:1.5rem;overflow:hidden;position:relative}.savings-feed::before,.savings-feed::after{content:'';position:absolute;left:0;right:0;height:2rem;z-index:2}.savings-feed::before{top:0;background:linear-gradient(to bottom,var(--bg-card-color),transparent)}.savings-feed::after{bottom:0;background:linear-gradient(to top,var(--bg-card-color),transparent)}.savings-feed__list{list-style:none;animation:scroll-feed 30s linear infinite}.savings-feed__item{padding:.75rem 0;border-bottom:1px solid rgba(128,128,128,0.2)}.savings-feed__store{font-weight:600}.savings-feed__saved{color:var(--color-success);font-weight:600}@keyframes scroll-feed{from{transform:translateY(0)}to{transform:translateY(-50%)}}.features__grid{display:grid;gap:2rem}@media(min-width:768px){.features__grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:var(--bg-card-color);padding:2.5rem 2rem;border-radius:12px;box-shadow:var(--card-shadow);transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px rgba(0,0,0,0.15)}.feature-card__icon{color:var(--color-accent);width:40px;height:40px;margin-bottom:1.5rem}.counter-section{background-color:var(--color-accent);color:#fff;padding:4rem 0}.counter-section h2{color:#fff}.counter__number{font-family:'Poppins',sans-serif;font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1}.footer{background-color:var(--bg-card-color);padding:3rem 0;border-top:1px solid rgba(128,128,128,0.1)}.footer__container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer__socials{display:flex;gap:1.5rem}.footer__social-link{color:var(--text-color);transition:color .3s,transform .3s}.footer__social-link:hover{color:var(--color-accent);transform:scale(1.2)}.footer__social-icon{width:24px;height:24px}.footer__copyright{font-size:.9rem;opacity:.7}