.landing-page{min-height:100vh;background-color:white;overflow-x:hidden;width:100%;max-width:100vw}.landing-container,.landing-page,.landing-page *{box-sizing:border-box}.landing-container{max-width:1280px;margin:0 auto;padding:0 24px;width:100%}@media (max-width:768px){.landing-container{padding:0 16px}}.landing-header{border-bottom:1px solid rgba(229,231,235,.5);background:rgba(248,250,252,.9);backdrop-filter:blur(20px);position:sticky;top:0;z-index:50;transition:all .3s ease}.header-content{position:relative;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:6px 24px;width:100%;box-sizing:border-box}@media (max-width:768px){.header-content{padding:6px 16px}.header-actions{gap:8px}}.header-logo{gap:12px;transition:transform .3s ease}.header-actions,.header-logo{display:flex;align-items:center}.header-actions{gap:16px}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;color:#111827;padding:8px;align-items:center;justify-content:center}@media (max-width:767px){.mobile-menu-toggle{display:flex}.header-actions{position:absolute;top:100%;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);flex-direction:column;align-items:stretch;padding:16px;gap:12px;border-top:1px solid rgba(229,231,235,.5);box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:100}.header-actions.mobile-menu-open{transform:translateY(0);opacity:1;visibility:visible}.header-actions a,.header-actions a button{width:100%}}.hero-section{position:relative;overflow:hidden;padding:120px 0 100px;width:100%}@media (max-width:768px){.hero-section{padding:60px 0 50px}}.hero-container{position:relative;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#faf5ff,rgba(250,245,255,.7) 50%,white)}.hero-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center;width:100%;max-width:100%;box-sizing:border-box}@media (min-width:1024px){.hero-grid{grid-template-columns:repeat(2,1fr);gap:80px}}@media (max-width:768px){.hero-grid{gap:40px}}.hero-content{display:flex;flex-direction:column;gap:32px;width:100%;max-width:100%;box-sizing:border-box}@media (max-width:768px){.hero-content{gap:24px}}.hero-title{font-size:2.25rem;font-weight:700;color:#111827;line-height:1.25;text-wrap:balance;word-wrap:break-word;overflow-wrap:break-word}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}@media (max-width:480px){.hero-title{font-size:1.75rem}}.gradient-text{background:linear-gradient(90deg,#9333ea,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{font-size:1.125rem;color:#4b5563;line-height:1.625;text-wrap:pretty;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:768px){.hero-description{font-size:1rem}}.hero-actions{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width:640px){.hero-actions{flex-direction:row}}.hero-button-secondary{display:flex;align-items:center;gap:8px;width:100%;justify-content:center}@media (min-width:640px){.hero-button-secondary{width:auto}}.hero-actions a,.hero-actions button{width:100%;box-sizing:border-box}@media (min-width:640px){.hero-actions a,.hero-actions button{width:auto}}.hero-stats{display:flex;align-items:center;gap:32px;padding-top:16px;flex-wrap:wrap}@media (max-width:768px){.hero-stats{gap:16px}}.hero-stat-group{display:flex;align-items:center;gap:8px}.avatar-group{display:flex}.avatar-group,.avatar-group>*+*{margin-left:-8px}.avatar-circle{width:32px;height:32px;border-radius:9999px;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border:3px solid white;box-shadow:0 4px 8px -2px rgba(147,51,234,.2);display:flex;align-items:center;justify-content:center}.avatar-icon{width:16px;height:16px;color:white}.hero-stat-text{font-size:.875rem;font-weight:500;color:#4b5563}.star-icon{width:18px;height:18px;fill:#9333ea;color:#9333ea}.hero-card-container{position:relative;width:100%;max-width:100%;box-sizing:border-box;min-width:0;margin:20px 0}.hero-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#d8b4fe;border-radius:24px;filter:blur(64px)}@media (max-width:768px){.hero-card-bg{border-radius:16px;filter:blur(40px)}}.hero-card{position:relative;background:rgba(255,255,255,.95);backdrop-filter:blur(40px);border:1px solid rgba(229,231,235,.5);border-radius:32px;box-shadow:0 40px 80px -20px rgba(147,51,234,.25),0 20px 40px -10px rgba(0,0,0,.1);overflow:hidden;padding:40px;transition:transform .4s ease,box-shadow .4s ease;width:100%;max-width:100%;box-sizing:border-box;min-width:0}@media (max-width:768px){.hero-card{padding:20px 16px;border-radius:20px;box-shadow:0 20px 40px -10px rgba(147,51,234,.2),0 10px 20px -5px rgba(0,0,0,.08)}}.hero-card-content{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%;box-sizing:border-box;min-width:0}@media (max-width:768px){.hero-card-content{gap:16px}}.hero-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:16px;width:100%;max-width:100%;box-sizing:border-box;min-width:0}@media (max-width:768px){.hero-stats-grid{gap:8px;padding-top:8px}}@media (max-width:480px){.hero-stats-grid{gap:6px}}.hero-stat-box{width:100%;max-width:100%;box-sizing:border-box;min-width:0}@media (max-width:768px){.hero-stat-box{padding:16px 12px;border-radius:12px}}@media (max-width:480px){.hero-stat-box{padding:12px 8px;border-radius:10px}}.hero-stat-box{border-radius:16px;background:rgba(255,255,255,.8);border:1px solid white;padding:20px;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-stat-box .icon-medium{width:32px;height:32px}@media (max-width:768px){.hero-stat-box .icon-medium{width:24px;height:24px}}.hero-stat-number{font-size:2rem;font-weight:700;color:#111827;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:768px){.hero-stat-number{font-size:1.5rem}}@media (max-width:480px){.hero-stat-number{font-size:1.25rem}}.hero-stat-label{font-size:1rem;color:#4b5563;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word}@media (max-width:768px){.hero-stat-label{font-size:.875rem}}@media (max-width:480px){.hero-stat-label{font-size:.75rem}}.hero-blob-1{width:400px;height:400px;background:radial-gradient(circle,#e9d5ff 0,transparent 70%);border-radius:9999px;filter:blur(80px);position:absolute;top:60px;right:20px;animation:float 8s ease-in-out infinite}@media (max-width:768px){.hero-blob-1{width:150px;height:150px;top:20px;right:-30px}}.hero-blob-2{width:500px;height:500px;background:radial-gradient(circle,#f3e8ff 0,transparent 70%);border-radius:9999px;filter:blur(100px);position:absolute;bottom:60px;left:20px;animation:float 10s ease-in-out infinite reverse}@media (max-width:768px){.hero-blob-2{width:180px;height:180px;bottom:20px;left:-30px}}@keyframes float{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-30px) translateX(20px)}}.section{padding:100px 0;width:100%;box-sizing:border-box}@media (max-width:768px){.section{padding:50px 0}}.rewards-section{background-color:#f9fafb}.stats-section{background-color:white}.how-it-works-section{background-color:#f9fafb}.benefits-section{background:linear-gradient(90deg,#9333ea,#a855f7)}.faq-section{background-color:white}.business-section{background-color:#f9fafb}.cta-section{background-color:white}.section-header{text-align:center;max-width:800px;margin:0 auto 64px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 16px;box-sizing:border-box}@media (max-width:768px){.section-header{margin-bottom:40px;padding:0}}.section-title{font-size:1.875rem;font-weight:700;color:#111827;line-height:1.1;text-wrap:balance;margin:0}@media (min-width:768px){.section-title{font-size:2.25rem}}.section-title.white-text{color:white}.section-description{font-size:1rem;color:#4b5563;line-height:1.4;text-wrap:pretty;margin:0}.section-description.white-text-light{color:rgba(255,255,255,.8)}.products-marquee{overflow:hidden;white-space:nowrap;position:relative;width:100%;max-width:100%;box-sizing:border-box}.products-marquee:after,.products-marquee:before{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.products-marquee:before{left:0;background:linear-gradient(90deg,#f9fafb,transparent)}.products-marquee:after{right:0;background:linear-gradient(270deg,#f9fafb,transparent)}.products-track{display:inline-flex;gap:32px;animation:marquee 30s linear infinite}@media (max-width:768px){.products-track{gap:16px}}.products-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.gift-card{background:white;border:1px solid rgba(229,231,235,.6);border-radius:24px;box-shadow:0 10px 30px -5px rgba(0,0,0,.08);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);flex-shrink:0;width:300px;box-sizing:border-box}@media (max-width:768px){.gift-card{width:280px}}@media (max-width:480px){.gift-card{width:260px}}.gift-image{height:250px;background:white;text-align:center;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.gift-image-img{position:relative}.gift-image-img,.gift-image-img img{width:100%;height:100%;object-fit:cover;object-position:center}.gift-icon{font-size:100px;line-height:1}.gift-content{padding:28px;gap:4px}.gift-content,.gift-info{display:flex;flex-direction:column}.gift-info{gap:8px}.category-badge{font-size:12px;font-weight:600;color:#9333ea;text-transform:uppercase;letter-spacing:.5px}.gift-name{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:0}.gift-price{font-size:.875rem;color:#4b5563}.gift-points{font-size:.875rem;font-weight:600;color:#9333ea;margin-top:4px}.gift-cta{display:flex;justify-content:center;padding-top:8px}.steps-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1152px;margin:0 auto}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{position:relative;z-index:10;background:white;border:1px solid rgba(229,231,235,.6);border-radius:24px;box-shadow:0 10px 30px -5px rgba(0,0,0,.08);height:100%;padding:40px;transition:all .4s cubic-bezier(.4,0,.2,1)}.step-content{gap:20px;text-align:center;align-items:center}.step-content,.step-info{display:flex;flex-direction:column}.step-info{gap:12px}.step-title{font-size:1.25rem;font-weight:700;color:#111827}.step-description{font-size:.875rem;color:#4b5563;line-height:1.625}.benefits-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1152px;margin:0 auto}@media (min-width:768px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:rgba(255,255,255,.15);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:32px;transition:all .4s ease}.benefit-content{display:flex;flex-direction:column;gap:16px;text-align:center;align-items:center}.benefit-title{font-size:1.125rem;font-weight:700;color:white;margin-bottom:4px}.benefit-description{font-size:.875rem;color:#f3e8ff}.stats-grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:1152px;margin:0 auto}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:767px){.stats-grid{grid-template-columns:1fr;gap:16px}}.stat-card{background:white;border:1px solid rgba(229,231,235,.6);border-radius:20px;text-align:center;box-shadow:0 10px 30px -5px rgba(0,0,0,.08);padding:40px 32px;transition:all .4s cubic-bezier(.4,0,.2,1)}.stat-content{display:flex;flex-direction:column;gap:16px}.stat-number{font-size:1.875rem;font-weight:700;color:#111827}.stat-label{font-size:.875rem;color:#4b5563}.business-card{background:linear-gradient(135deg,white,#f9fafb);border:1px solid rgba(229,231,235,.6);border-radius:32px;overflow:hidden;padding:64px;box-shadow:0 20px 40px -10px rgba(0,0,0,.08);width:100%;box-sizing:border-box}@media (max-width:768px){.business-card{padding:32px 24px;border-radius:24px}}.business-grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media (min-width:1024px){.business-grid{grid-template-columns:repeat(2,1fr);gap:64px}}.business-content{display:flex;flex-direction:column;gap:24px}.business-badge{font-size:.875rem;font-weight:600;color:#9333ea}.business-title{font-size:1.875rem;font-weight:700;color:#111827;line-height:1.25;text-wrap:balance}@media (min-width:768px){.business-title{font-size:2.25rem}}.business-description{font-size:1rem;color:#4b5563;line-height:1.625}.business-features{display:flex;flex-direction:column;gap:16px}.business-feature{display:flex;align-items:start;gap:12px}.business-feature-text{font-size:.875rem;color:#374151}.business-button{display:flex;align-items:center;gap:8px;width:fit-content}.business-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.business-metric{background:white;border:1px solid rgba(229,231,235,.6);border-radius:20px;text-align:center;padding:32px 24px;transition:all .3s ease}.business-metric-content{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center}.business-metric-number{font-size:1.5rem;font-weight:700;color:#111827}.business-metric-label{font-size:.75rem;color:#4b5563}.faq-grid{display:grid;grid-template-columns:1fr;gap:24px;max-width:1024px;margin:0 auto}@media (min-width:768px){.faq-grid{grid-template-columns:repeat(2,1fr)}}.faq-card{background:white;border:1px solid rgba(229,231,235,.6);border-radius:20px;box-shadow:0 10px 30px -5px rgba(0,0,0,.08);padding:32px;transition:all .3s ease}.faq-content{display:flex;flex-direction:column;gap:12px}.faq-title{font-size:1.125rem}.faq-question,.faq-title{font-weight:700;color:#111827}.faq-question{font-size:1rem}.faq-answer{font-size:.875rem;color:#4b5563;line-height:1.625}.cta-card{background:linear-gradient(135deg,#9333ea,#a855f7 50%,#9333ea);color:white;border:none;border-radius:32px;overflow:hidden;position:relative;padding:80px 48px;text-align:center;box-shadow:0 30px 60px -10px rgba(147,51,234,.4);width:100%;box-sizing:border-box}@media (max-width:768px){.cta-card{padding:48px 24px;border-radius:24px}}.cta-content{display:flex;flex-direction:column;gap:24px;align-items:center;position:relative}.cta-title{font-size:1.875rem;font-weight:700;color:white;line-height:1.25;text-wrap:balance}@media (min-width:768px){.cta-title{font-size:2.25rem}}.cta-description{font-size:1.125rem;color:#f3e8ff;max-width:672px;text-wrap:pretty}.cta-actions{display:flex;flex-direction:column;gap:12px;justify-content:center;padding-top:8px}@media (min-width:640px){.cta-actions{flex-direction:row}}.cta-blob-1{width:350px;height:350px;background:radial-gradient(circle,#a855f7 0,transparent 70%);border-radius:9999px;filter:blur(80px);position:absolute;top:-100px;right:-100px;opacity:.4;animation:float 7s ease-in-out infinite}@media (max-width:768px){.cta-blob-1{width:200px;height:200px;top:-50px;right:-50px}}.cta-blob-2{width:350px;height:350px;background:radial-gradient(circle,#d8b4fe 0,transparent 70%);border-radius:9999px;filter:blur(80px);position:absolute;bottom:-100px;left:-100px;opacity:.4;animation:float 9s ease-in-out infinite reverse}@media (max-width:768px){.cta-blob-2{width:200px;height:200px;bottom:-50px;left:-50px}}.footer{border-top:1px solid rgba(229,231,235,.6);background:rgba(255,255,255,.8);backdrop-filter:blur(20px);padding:64px 0 32px;width:100%;box-sizing:border-box}@media (max-width:768px){.footer{padding:40px 0 24px}}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{display:flex;align-items:center;gap:8px}.footer-description{font-size:.875rem;color:#4b5563}.footer-section-title{font-weight:600;color:#111827;font-size:.875rem;margin-bottom:16px}.footer-links{font-size:.875rem;color:#4b5563;display:flex;flex-direction:column;gap:12px}.footer-links a{transition:color .2s ease}.footer-bottom{border-top:1px solid rgba(229,231,235,.6);display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin-top:48px;padding-top:32px;gap:20px}@media (min-width:768px){.footer-bottom{flex-direction:row}}.footer-copyright{font-size:.875rem;color:#4b5563}.footer-bottom-links{display:flex;align-items:center;gap:32px}.footer-bottom-links a{font-size:.875rem;color:#4b5563;transition:color .2s ease}.icon-small{width:16px;height:16px}.icon-medium{width:20px;height:20px}.icon-large{width:32px;height:32px}.purple-icon{color:#9333ea}.logo-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#9333ea,#a855f7);display:flex;align-items:center;justify-content:center;box-shadow:0 15px 30px -10px rgba(147,51,234,.4);transition:transform .3s ease}.logo-icon .icon-small{color:white}.logo-icon-sm{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#9333ea,#a855f7);display:flex;align-items:center;justify-content:center}.logo-icon-sm .icon-small{color:white}.icon-container{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#9333ea,#a855f7);display:flex;align-items:center;justify-content:center;box-shadow:0 15px 30px -10px rgba(147,51,234,.4);transition:transform .3s ease}.icon-container .icon-medium{color:white}.icon-container-white{width:48px;height:48px;border-radius:12px;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px);transition:all .3s ease}.icon-container-white .icon-medium{color:white}