:root{--purple-dark: #5d00b8;--purple-primary: #7b00d3;--purple-bright: #7a00e6;--purple-light: #c496d2;--purple-lavender: #ba8bd5;--purple-plum: #b04b7d;--purple-deep: #4a0088;--yellow: #ffd700;--yellow-bright: #ffce00;--yellow-cream: #fff8e1;--cream: #fef9e7;--cream-alt: #fef9d9;--white: #ffffff;--black: #1a1a1a;--text-muted: rgba(255, 255, 255, .9);--text-muted-dark: rgba(26, 26, 26, .75);--font: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--radius-card: 20px;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .12);--shadow-card: 0 15px 40px rgba(0, 0, 0, .15);--shadow-purple: 0 12px 40px rgba(91, 0, 184, .3);--transition: all .25s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;overflow-x:hidden;max-width:100%}body{font-family:var(--font);color:var(--black);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden;max-width:100%;position:relative}#root{overflow-x:clip;max-width:100%}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 24px;box-sizing:border-box}.section{padding:80px 0}.section-title{font-size:2.25rem;font-weight:700;line-height:1.2;text-align:center;margin-bottom:12px}.section-subtitle{text-align:center;font-size:1rem;color:var(--text-muted-dark);max-width:600px;margin:0 auto 48px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius-pill);font-weight:600;font-size:.95rem;transition:var(--transition)}.btn-yellow{background:var(--yellow);color:var(--black);box-shadow:0 4px 15px #ffd70059}.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ffd70073}.btn-download{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1.5px solid #cca60e;background:#ffd012;box-shadow:0 3px #cca60e;color:#0d0c0b;font-family:var(--font);font-weight:600;font-size:1rem;line-height:1.4;text-align:center;border-radius:6px;padding:.625rem 1.5rem;margin-bottom:.25rem;cursor:pointer;text-decoration:none;white-space:nowrap;transition:transform .3s ease,box-shadow .2s ease}.btn-download.is-small{padding:.375rem 1.25rem;font-size:.95rem}.btn-download:hover{box-shadow:none;transform:scale(1.02)}.btn-download:active{transform:none}.btn-download.is-purple{border-color:#6400a3;background:#7e00cc;box-shadow:0 3px #6400a3;color:#fff}.btn-purple{background:var(--purple-primary);color:var(--white)}.btn-purple:hover{background:var(--purple-dark);transform:translateY(-2px)}html.nav-locked,body.nav-locked{overflow:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 2%;background:#7e00cc80;border-bottom:1px solid #ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transform:translateY(0);opacity:1;pointer-events:auto;transition:background .25s ease,box-shadow .25s ease,padding .25s ease,transform .28s ease,opacity .28s ease}.navbar.scrolled{background:#7e00cce6;box-shadow:0 8px 24px #3200512e}.navbar.is-open,.navbar.scrolled.is-open{background:transparent;border-bottom-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;max-width:1440px;margin:0 auto;position:relative;z-index:1002}.navbar-logo{display:flex;align-items:center;flex-shrink:0;padding-left:0;position:relative;z-index:1002}.navbar-logo img{display:block;height:44px;width:auto}.navbar-menu{display:flex;align-items:center;gap:16px}.logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.1rem;color:var(--white)}.logo-icon{width:36px;height:36px;background:var(--yellow);border-radius:8px;display:grid;place-items:center;color:var(--purple-dark);position:relative}.nav-links{display:flex;align-items:center;gap:0;list-style:none}.nav-links a{color:var(--white);font-size:1rem;font-weight:500;padding:.5rem 1rem;border-radius:24px;transition:font-weight .2s ease,background-color .2s ease}.nav-links a:hover{font-weight:600}.nav-links a.active{background:#ffffff26;font-weight:600}.mobile-menu-btn{display:none;position:relative;width:48px;height:48px;padding:0;margin-right:-8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;z-index:1002}.mobile-menu-btn span{width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .25s ease,opacity .2s ease}.mobile-menu-btn.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-btn.is-open span:nth-child(2){opacity:0}.mobile-menu-btn.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.download-popup{position:fixed;inset:0;z-index:4000;display:flex;align-items:center;justify-content:center;padding:24px}.download-popup-bg{position:absolute;inset:0;background:#0d0c0b4d;border:0;cursor:pointer}.download-popup-card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:400px;width:100%;padding:2rem 1.5rem;border-radius:24px;background:linear-gradient(180deg,#ffd012,#fff5cf);color:#0d0c0b;text-align:center;box-shadow:0 20px 50px #0d0c0b33}.download-popup-close{position:absolute;top:10px;right:14px;width:32px;height:32px;color:#0d0c0b;font-size:1.75rem;line-height:1;opacity:.55}.download-popup-close:hover{opacity:1}.download-popup-card img{width:100%;max-width:280px;border-radius:16px}.download-popup-card p{font-size:1.125rem;font-weight:700;line-height:1.4}@media (max-width: 991px){.navbar:not(.scrolled):not(.is-open){transform:translateY(-100%);opacity:0;pointer-events:none}.navbar.scrolled,.navbar.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.navbar{padding:12px 4%}.navbar-logo img{height:36px}.mobile-menu-btn{display:flex}.navbar,.navbar.scrolled{backdrop-filter:none;-webkit-backdrop-filter:none;background:#7e00cce6}.navbar-menu{position:fixed;top:0;left:0;right:0;z-index:1001;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:28px;width:100%;max-width:100%;height:0;min-height:0;padding:0 6%;overflow:hidden;background:linear-gradient(180deg,var(--purple-primary) 0%,var(--purple-dark) 100%);border-top:none;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:opacity .28s ease,transform .28s ease,visibility .28s ease,height 0s linear .28s}.navbar-menu.is-open{height:100dvh;min-height:100%;padding:96px 6% max(40px,env(safe-area-inset-bottom));overflow-y:auto;-webkit-overflow-scrolling:touch;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:opacity .28s ease,transform .28s ease,visibility .28s ease}.nav-links{flex-direction:column;align-items:stretch;gap:4px;flex:1}.nav-links a{display:block;width:100%;padding:1rem .25rem;font-size:1.35rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;border-radius:0;border-bottom:1px solid rgba(255,255,255,.18)}.nav-links li:last-child a{border-bottom:none}.nav-links a:hover,.nav-links a:active{color:var(--yellow)}.nav-links a.active{background:transparent;color:var(--yellow)}.navbar-menu .btn-download{width:100%;margin-top:auto;font-size:1.05rem;padding:.9rem 1.25rem;flex-shrink:0}.download-popup-card{max-width:250px;padding:1.25rem 1rem}.download-popup-card p{font-size:1rem}}.hero{--hero-nav-offset: 76px;background:var(--purple-dark);padding:0;color:var(--white);position:relative;overflow:hidden;min-height:100svh}.hero-inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:48px;align-items:stretch;width:100%;min-height:100svh}.hero-logo{display:block;width:200px;height:auto;margin:0 0 16px}.hero-title{font-size:3rem;font-weight:700;line-height:1.2;letter-spacing:-.045rem;color:#ffd012;margin-bottom:12px}.hero-tagline{font-size:1.375rem;font-weight:600;line-height:1.35;color:var(--white);margin-bottom:24px;max-width:520px}.hero-text{font-size:1rem;color:var(--text-muted);margin-bottom:16px;max-width:520px}.hero-text strong{color:var(--white);font-weight:600}.hero-cta{margin-top:32px;width:fit-content}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;padding-top:var(--hero-nav-offset);padding-bottom:40px}.hero-visual{position:relative;height:100svh;max-height:100svh;min-height:100svh;margin-top:0;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 88%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 88%,transparent 100%)}.brand-marquee{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;overflow:hidden}.brand-column{position:relative;min-width:0;height:100%;overflow:hidden}.brand-column-track{position:absolute;top:0;left:0;right:0;display:flex;flex-direction:column;gap:14px;width:100%;will-change:transform;animation:brand-scroll-up 32s linear infinite}.brand-column.is-offset .brand-column-track{animation-name:brand-scroll-up-offset}.brand-tile{position:relative;display:block;flex:0 0 auto;width:100%;border-radius:16px;overflow:hidden;background:transparent}.brand-tile img{display:block;width:100%;height:auto;object-fit:contain;object-position:center top}.brand-tile:focus-visible{outline:2px solid #ffd012;outline-offset:3px}@keyframes brand-scroll-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@keyframes brand-scroll-up-offset{0%{transform:translate3d(0,-40px,0)}to{transform:translate3d(0,calc(-50% - 40px),0)}}@media (max-width: 900px){.hero{min-height:0}.hero-inner{grid-template-columns:1fr;min-height:0;gap:28px}.hero-logo{width:180px}.hero-title{font-size:2rem}.hero-tagline{font-size:1.125rem}.hero-content{padding-top:24px;padding-bottom:8px}.hero-visual{height:min(520px,58vh);max-height:min(520px,58vh);min-height:0;max-width:420px;margin:0 auto;width:100%;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 8%,#000 92%,transparent 100%)}.brand-marquee{gap:10px}.brand-column-track{gap:10px;animation-duration:28s}.brand-column.is-offset .brand-column-track{animation-duration:28s}}@media (max-width: 600px){.hero-visual{height:min(420px,50vh);max-height:min(420px,50vh)}.brand-marquee,.brand-column-track{gap:8px}.brand-tile{border-radius:12px}}@media (prefers-reduced-motion: reduce){.brand-column-track,.brand-column.is-offset .brand-column-track{animation:none}.brand-column.is-offset .brand-column-track{transform:translate3d(0,-40px,0)}}.stats-section{background:var(--purple-dark);color:var(--white);padding:40px 0 80px}.stats-section .section-title{color:var(--white);font-size:1.9rem}.stats-divider{width:60px;height:3px;background:var(--yellow);margin:0 auto 32px;border-radius:2px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center;max-width:800px;margin:0 auto}.stat-item{position:relative;padding:0 24px}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:15%;height:70%;width:1px;background:#ffffff4d}.stat-value{font-size:2.4rem;font-weight:800;line-height:1}.stat-label{font-size:.9rem;opacity:.85;margin-top:8px}@media (max-width: 700px){.stats-grid{grid-template-columns:1fr}.stat-item:not(:last-child):after{display:none}}.brand-deals{overflow:hidden;padding:5rem 0;color:#0d0c0b;background:#ffd012}.deals-heading{text-align:center;margin-bottom:2.5rem;padding:0 5%}.brand-deals .deals-heading h2{margin:0;color:#0d0c0b;font-size:2.75rem;font-weight:700;line-height:1.2;letter-spacing:-.0275rem}.deals-marquee{overflow:hidden}.deals-track{display:flex;align-items:flex-start;gap:2rem;width:max-content;margin-right:1.5rem;animation:deals-marquee 42s linear infinite}.deals-marquee:hover .deals-track,.deals-marquee:focus-within .deals-track{animation-play-state:paused}.deal-card{flex:0 0 12.5rem;width:12.5rem;text-align:center}.deal-card img{display:block;width:100%;height:auto}.deal-card p{margin-top:5px;font-size:1rem;font-weight:500;color:#0d0c0b;white-space:nowrap}.deal-card .fire{margin-right:4px}@keyframes deals-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 991px){.brand-deals{padding:4rem 0}.brand-deals .deals-heading h2{font-size:2.25rem}.deals-track{gap:1rem;margin-right:1rem}.deal-card p{font-size:.75rem}}@media (max-width: 479px){.brand-deals{padding:3rem 0}.brand-deals .deals-heading h2{font-size:1.9rem}}@media (prefers-reduced-motion: reduce){.deals-track{animation:none}}.why-section{background-color:#fff5cf;background-image:linear-gradient(180deg,#ffd012,#fff5cf 42%);padding:7rem 0;color:#0d0c0b}.why-inner{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:28px 56px;align-items:center}.why-visual{border-radius:24px;overflow:hidden}.why-visual img{display:block;width:100%;aspect-ratio:1;object-fit:cover}.why-content h2{font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.0275rem;margin-bottom:20px;color:#0d0c0b}.why-content p{color:#0d0c0bc7;margin-bottom:16px;font-size:1rem;line-height:1.6}.why-content strong{color:#0d0c0b;font-weight:700}.why-content em{font-style:italic}.why-cta{grid-column:1 / -1;margin-top:8px;width:fit-content}.why-features{grid-column:1 / -1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;list-style:none;margin-top:12px}.why-feature{display:flex;gap:12px;align-items:flex-start;padding:16px 14px;border-radius:16px;background:#ffffffb8;box-shadow:0 8px 20px #5028000f;transition:transform .22s ease,box-shadow .22s ease}.why-feature:hover{transform:translateY(-3px);box-shadow:0 12px 24px #5028001a}.why-feature-icon{flex:none;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#7e00cc;background:#f2e5f9}.why-feature-icon svg{display:block;width:24px;height:24px;flex:none;margin:0}.why-feature-icon.tone-purple{color:#7e00cc;background:#efe0fa}.why-feature-icon.tone-gold{color:#b88600;background:#fff3c2}.why-feature-icon.tone-green{color:#1f8a4c;background:#d9f5e5}.why-feature-icon.tone-orange{color:#d35400;background:#ffe4cc}.why-feature-icon.tone-blue{color:#1d6fd6;background:#dcebff}.why-feature-text strong{display:block;font-size:.92rem;font-weight:700;margin-bottom:4px;color:#0d0c0b}.why-feature-text span{display:block;font-size:.82rem;line-height:1.4;color:#0d0c0bb3}@media (max-width: 1100px){.why-features{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.why-section{padding:4.5rem 0}.why-inner{grid-template-columns:1fr;gap:28px}.why-visual{max-width:420px;margin:0 auto}.why-content h2{font-size:2rem}.why-features{grid-template-columns:1fr 1fr}.why-cta{margin-top:0}}@media (max-width: 560px){.why-features{grid-template-columns:1fr}.why-cta{width:100%}}.testimonials{background:var(--yellow);padding:80px 0}.testimonials .section-title{color:var(--black);margin-bottom:48px}.testimonials-carousel{position:relative;display:flex;align-items:center;gap:20px}.carousel-arrow{width:44px;height:44px;border-radius:12px;background:#ffffffb3;display:grid;place-items:center;font-size:1.2rem;color:var(--black);flex:none;transition:var(--transition)}.carousel-arrow:hover{background:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;flex:1}.testimonial-card{background:var(--cream);border-radius:var(--radius-card);padding:28px;box-shadow:var(--shadow-soft)}.stars{display:flex;align-items:center;gap:4px;color:var(--black);margin-bottom:16px}.star{display:inline-flex;width:1.15rem;height:1.15rem;flex:none}.star svg{display:block;width:100%;height:100%}.testimonial-text{font-size:.95rem;color:var(--text-muted-dark);line-height:1.7;margin-bottom:20px}.testimonial-text strong{color:var(--black);font-weight:600}.testimonial-author{display:flex;align-items:center;gap:12px}.author-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:none;background:var(--purple-light)}.author-name{font-weight:600;font-size:.95rem}.author-city{font-size:.8rem;color:var(--text-muted-dark)}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:32px}.dot{width:10px;height:10px;border-radius:50%;background:#0003;transition:var(--transition)}.dot.active{background:var(--black)}@media (max-width: 900px){.testimonials{padding:56px 0 64px}.testimonials .section-title{margin-bottom:28px}.testimonials-carousel--desktop{display:none}.testimonials-swipe{display:flex;gap:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;margin:0 -4%;padding:0 4% 4px}.testimonials-swipe::-webkit-scrollbar{display:none}.testimonials-swipe-slide{flex:0 0 100%;width:100%;scroll-snap-align:center;scroll-snap-stop:always;box-sizing:border-box;padding-right:14px}.testimonials-swipe-slide:last-child{padding-right:0}.testimonials-swipe .testimonial-card{height:100%;min-height:280px}.carousel-dots{margin-top:24px}}@media (min-width: 901px){.testimonials-swipe{display:none}}.how-it-works{background:#fff5cf;padding:6rem 0;color:#0d0c0b}.how-title{text-align:center;font-size:3.25rem;font-weight:700;line-height:1.2;letter-spacing:-.0325rem;margin-bottom:4rem;color:#0d0c0b}.how-row{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px 56px;align-items:center}.how-row+.how-row{margin-top:5rem}.how-row-alt{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr)}.how-tagline{display:inline-block;margin-bottom:10px;color:#7e00cc;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.how-copy h3{font-size:2.5rem;font-weight:700;line-height:1.2;letter-spacing:-.0275rem;margin-bottom:16px;color:#0d0c0b}.how-copy p{font-size:1rem;line-height:1.65;color:#0d0c0bc7;margin-bottom:24px}.how-copy strong,.how-copy em{color:#0d0c0b}.how-media img{display:block;width:100%;border-radius:24px;object-fit:cover}.how-video-frame{position:relative;width:100%;padding-top:56.17%;overflow:hidden;border-radius:10px;border:3px solid #cca60e;background:#ffde59;box-shadow:0 16px 36px #5028001f}.how-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.how-video-caption{margin:14px 10px 8px;font-size:1rem;font-weight:500;line-height:1.5;color:#0d0c0b}.how-view-more{display:inline-flex;align-items:center;gap:2px;margin-left:10px;color:#7e00cc;font-size:.95rem;font-weight:600}.how-view-more svg{width:20px;height:20px}.how-view-more:hover{text-decoration:underline}@media (max-width: 900px){.how-it-works{padding:4.5rem 0}.how-title{font-size:2.25rem;margin-bottom:2.5rem}.how-row,.how-row-alt{grid-template-columns:1fr;gap:28px}.how-copy h3{font-size:2rem}.how-row-alt .how-media{order:-1}}.faq-section{background-color:#fff5cf;background-image:linear-gradient(180deg,#ffd012,#fff5cf 38%);color:#0d0c0b;position:relative}.faq-pad{padding-left:5%;padding-right:5%;overflow:hidden}.faq-container{width:100%;max-width:80rem;margin:0 auto;padding:calc(5rem + 76px) 0 5rem}.faq-heading{text-align:center;margin:0 0 3rem}.faq-heading h2{font-family:Poppins,sans-serif;font-size:3.25rem;font-weight:700;line-height:1.2;letter-spacing:-.0325rem;margin:0 0 1.5rem;color:#0d0c0b}.faq-heading p{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#0d0c0b;margin:0}.faq-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:4rem;align-items:start}.faq-column{display:grid;grid-template-columns:100%;gap:1rem;align-items:start}.faq-item{border:1px solid #0d0c0b26;border-radius:24px;background:#ffde59;overflow:hidden;display:flex;flex-direction:column;align-items:stretch}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;color:#0d0c0b;text-align:left;background:transparent;border:0;cursor:pointer}.faq-question-text{margin:0;font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5}.faq-icon{flex:none;align-self:flex-start;width:2rem;display:flex;color:#0d0c0b;transition:transform .3s ease}.faq-icon-embed{width:2rem;height:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.faq-icon svg{display:block;width:100%;height:100%}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer-inner{overflow:hidden;padding:0 1.5rem}.faq-answer-inner p{margin:0 0 1.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#0d0c0b}.faq-answer em{font-style:italic}@media (max-width: 991px){.faq-container{padding:4rem 0}.faq-heading h2{font-size:2.75rem}.faq-grid{grid-template-columns:1fr;column-gap:0;row-gap:1rem}}@media (max-width: 767px){.faq-container{padding:3rem 0}.faq-heading{margin-bottom:2.5rem}.faq-heading h2{font-size:2.25rem}.faq-heading p,.faq-question-text{font-size:1.125rem}.faq-question{padding:1rem 1.25rem;gap:1.5rem}.faq-icon,.faq-icon-embed{width:1.75rem}.faq-icon-embed{height:1.75rem}.faq-answer-inner{padding:0 1.25rem}}@media (max-width: 479px){.faq-heading h2{font-size:2rem}}.videos-section{background:#ffd012;color:#0d0c0b}.videos-pad,.blog-pad{padding-left:5%;padding-right:5%;overflow:hidden}.videos-container,.blog-container{width:100%;max-width:80rem;margin:0 auto;padding:5rem 0}.videos-heading,.blog-heading{text-align:center;margin:0 0 3rem}.videos-heading h2,.blog-heading h2{font-family:Poppins,sans-serif;font-size:3.25rem;font-weight:700;line-height:1.2;letter-spacing:-.0325rem;margin:0 0 1rem;color:#0d0c0b}.videos-heading p,.blog-heading p{font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#0d0c0b;margin:0}.videos-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:1rem;row-gap:4rem}.video-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid #0d0c0b26;border-radius:16px;background:#fff5cf;color:inherit;text-decoration:none;transition:box-shadow .25s ease,transform .25s ease}.video-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0d0c0b1a}.video-card:focus-visible{outline:2px solid #7e00cc;outline-offset:3px}.video-thumb-wrap{position:relative;display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden}.video-thumb{aspect-ratio:16 / 9;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.video-card:hover .video-thumb{transform:scale(1.04)}.video-play{position:absolute;width:4rem;height:4rem;color:#fffc;filter:drop-shadow(0 4px 10px #0d0c0b40);transition:transform .25s ease,color .25s ease}.video-play svg{display:block;width:100%;height:100%}.video-card:hover .video-play{color:#fff;transform:scale(1.08)}.video-card-body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.video-card-body h3{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.3;margin:0;color:#0d0c0b}.video-card-body strong{font-weight:700}@media (max-width: 991px){.videos-container,.blog-container{padding:4rem 0}.videos-heading h2,.blog-heading h2{font-size:2.75rem}.videos-grid{grid-template-columns:1fr 1fr;row-gap:1.5rem}}@media (max-width: 767px){.videos-container,.blog-container{padding:3rem 0}.videos-heading,.blog-heading{margin-bottom:2.5rem}.videos-heading h2,.blog-heading h2{font-size:2.25rem}.videos-grid{grid-template-columns:1fr;row-gap:1rem}.video-card-body{padding:1.25rem}}@media (max-width: 479px){.videos-heading h2,.blog-heading h2{font-size:2rem}}.blog-section{background-color:#fff5cf;background-image:linear-gradient(180deg,#ffd012,#fff5cf 38%);color:#0d0c0b}.blog-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);column-gap:2rem;row-gap:4rem}.blog-card{border:1px solid #0d0c0b26;border-radius:16px;background:#ffde59;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0d0c0b1a}.blog-card-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}.blog-card-link:focus-visible{outline:2px solid #7e00cc;outline-offset:3px}.blog-thumb-wrap{width:100%;overflow:hidden}.blog-thumb{aspect-ratio:3 / 2;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.blog-card:hover .blog-thumb{transform:scale(1.04)}.blog-card-body{display:flex;flex:1;flex-direction:column;padding:1.5rem}.blog-card h3{font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.4;letter-spacing:-.01375rem;margin:0 0 .5rem;color:#0d0c0b}.blog-card p{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-family:Montserrat,sans-serif;font-size:.875rem;line-height:1.5;color:#0d0c0b}@media (max-width: 991px){.blog-grid{grid-template-columns:1fr;row-gap:3rem}}@media (max-width: 767px){.blog-card-body{padding:1.25rem}}.savings-counter{position:relative;background:#7e00cc;color:#fff;padding:7rem 5%;text-align:center;overflow:hidden}.savings-counter-inner{position:relative;z-index:3;max-width:1200px;margin:0 auto}.counter-label{font-family:Poppins,sans-serif;font-size:2.75rem;font-weight:700;line-height:1.2;letter-spacing:-.0275rem;color:#fff;margin:0 auto 1.5rem}.total-savings-count{position:relative;z-index:20;display:flex;justify-content:center;align-items:baseline;gap:.15em;min-height:8.5rem;max-width:100%}.total-savings-count .rupee{color:#ffd012;font-family:Inter,sans-serif;font-size:clamp(2.5rem,10vw,8rem);font-weight:700;line-height:1;letter-spacing:-.04rem;flex-shrink:0;text-shadow:0 10px 40px rgba(255,208,18,.28)}.counter-value{color:#ffd012;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,10vw,8rem);font-weight:700;line-height:1;letter-spacing:-.04rem;font-variant-numeric:tabular-nums;min-width:0;max-width:100%;text-align:left;text-shadow:0 10px 40px rgba(255,208,18,.28)}.total-savings-count.is-done .counter-value,.total-savings-count.is-done .rupee{animation:counter-pop .45s ease}.confetti-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2}@keyframes counter-pop{0%{transform:scale(1)}55%{transform:scale(1.045)}to{transform:scale(1)}}@media (max-width: 991px){.savings-counter{padding:6rem 5%}.counter-label{font-size:2.25rem}}@media (max-width: 767px){.savings-counter{padding:4rem 5%}.counter-label{font-size:2rem}.total-savings-count{min-height:4.5rem}}@media (max-width: 479px){.counter-label{font-size:1.5rem}}@media (prefers-reduced-motion: reduce){.total-savings-count.is-done .counter-value,.total-savings-count.is-done .rupee{animation:none}}.cta-section{background-image:linear-gradient(180deg,#fff5cf,#ffd012);color:#fff}.cta-pad{padding-left:5%;padding-right:5%}.cta-container{width:100%;max-width:80rem;margin:0 auto;padding:5rem 0}.cta-box{display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:hidden;border:1px solid #0d0c0b26;border-radius:24px;background:#7e00cc}.cta-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:3rem}.cta-content h2{font-family:Poppins,sans-serif;font-size:3.25rem;font-weight:700;line-height:1.2;letter-spacing:-.0325rem;color:#fff;margin:0 0 1.5rem}.cta-content p{font-family:Montserrat,sans-serif;font-size:1.125rem;line-height:1.5;color:#fff;margin:0 0 2rem}.cta-visual{display:flex;justify-content:center;align-items:flex-end;min-height:22rem}.cta-visual img{display:block;width:100%;height:100%;object-fit:contain;object-position:50% 100%}@media (max-width: 991px){.cta-container{padding:4rem 0}.cta-box{grid-template-columns:1fr}.cta-content{padding:3rem}.cta-content h2{font-size:2.75rem}.cta-visual{min-height:18rem}}@media (max-width: 767px){.cta-container{padding:3rem 0}.cta-content{padding:2rem}.cta-content h2{font-size:2.25rem}.cta-visual{min-height:16rem}}.footer-vouchers-section{background:#ffd012;color:#0d0c0b}.footer-vouchers-pad{padding-left:5%;padding-right:5%}.footer-vouchers-wrap{width:100%;max-width:80rem;margin:0 auto;padding:3rem 0}.footer-vouchers-title{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:600;text-align:left;margin:0 0 1rem}.footer-vouchers-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px}.footer-voucher-link{font-family:Montserrat,sans-serif;font-size:.8rem;line-height:1.4;color:#0d0c0b;text-decoration:underline}.footer-voucher-link:hover{font-weight:600}.footer{position:relative;overflow:hidden;background:var(--purple-dark);color:var(--white);padding:4rem 0 5.5rem}.footer-inner{position:relative;z-index:1;width:100%;max-width:80rem;margin:0 auto;padding:0 5%}.footer-watermark{position:absolute;left:50%;bottom:0;z-index:0;margin:0;transform:translate(-50%,38%);width:max-content;max-width:none;font-family:Poppins,sans-serif;font-size:clamp(4.5rem,14vw,11.5rem);font-weight:800;line-height:.78;letter-spacing:-.05em;white-space:nowrap;color:#ffffff1a;pointer-events:none;user-select:none}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem 3rem;padding-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-logo{display:inline-flex;max-width:234px}.footer-logo img{width:234px;max-width:100%;height:auto}.footer-stores{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;width:100%;max-width:234px}.footer-store.voucher-deal{width:48%;min-width:0;padding:0;background:transparent;border:0}.footer-store.voucher-deal:hover{transform:translateY(-1px)}.footer-store img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;border-radius:8px;margin:0}.footer-col h4{font-family:Montserrat,sans-serif;font-size:.8rem;font-weight:700;margin-bottom:1.15rem;letter-spacing:.04em;text-transform:uppercase;opacity:.72}.footer-col ul{list-style:none;display:grid;gap:10px}.footer-col a{font-size:.95rem;opacity:.88;transition:var(--transition)}.footer-col a:hover{opacity:1;color:var(--yellow)}.footer-social a{display:inline-flex;align-items:center;gap:10px}.footer-social svg{flex-shrink:0}.footer-notice{margin:0;padding:1.25rem 0 0;border-top:1px solid rgba(255,255,255,.16);font-size:.78rem;line-height:1.65;opacity:.72;max-width:62rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid rgba(255,255,255,.16);font-size:.82rem;opacity:.78}.footer-legal{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px 18px}.footer-legal a{text-decoration:underline;text-underline-offset:3px}.footer-legal a:hover{color:var(--yellow)}@media (max-width: 900px){.footer-main{grid-template-columns:1fr 1fr}}@media (max-width: 800px){.footer{padding-bottom:4.28rem}.footer-watermark{font-size:clamp(3.2rem,16vw,6.5rem);transform:translate(-50%,40%)}.footer-main{grid-template-columns:1fr}.footer-stores{flex-direction:column;align-items:flex-start}.footer-store.voucher-deal{width:60%}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;text-align:left}.footer-legal{justify-content:flex-start}}.inner-page{background-color:#fff5cf;background-image:linear-gradient(180deg,#ffd012,#fff5cf 38%);color:#0d0c0b}.inner-wrap{width:100%;max-width:80rem;margin:0 auto;padding:calc(3rem + 76px) clamp(1.5rem,5vw,3rem) 3rem}.guide-video{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:24px;overflow:hidden;box-shadow:0 0 0 3px #ffffff80;margin-bottom:2rem;background:#0d0c0b}.guide-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.article-cover{border-radius:24px;overflow:hidden;box-shadow:0 0 0 3px #ffffff80;margin-bottom:2rem}.article-cover img{aspect-ratio:3 / 2;width:100%;height:100%;object-fit:cover}.guide-hero h1{font-family:Poppins,sans-serif;font-size:3.25rem;font-weight:700;line-height:1.2;letter-spacing:-.0325rem;margin:0 0 1rem}.guide-hero h1 em{font-style:italic}.guide-intro,.article-meta{font-family:Montserrat,sans-serif;font-size:1.125rem;line-height:1.5}.article-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#0d0c0b99}.guide-body .inner-wrap{padding-top:0;padding-bottom:5rem}.guide-alt-title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.4;letter-spacing:-.0175rem;margin:0 0 2rem}.guide-block{margin-bottom:1.5rem}.guide-block h3,.guide-faqs h3,.article-body h3{font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#0d0c0b99;margin:0 0 .75rem}.article-body h3{color:#0d0c0b;margin-top:1.5rem}.guide-block p,.guide-faqs p,.article-body p,.guide-block li,.article-body li{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6;margin-bottom:.75rem}.guide-block ul,.guide-block ol,.article-body ul{margin:0 0 .75rem 1.25rem}.guide-faqs p{margin-bottom:1rem}@media (max-width: 991px){.guide-hero h1{font-size:2.75rem}}@media (max-width: 767px){.inner-wrap{padding-top:calc(2rem + 76px)}.guide-hero h1{font-size:2.25rem}.guide-alt-title{font-size:1.25rem}.guide-video,.article-cover{border-radius:16px;box-shadow:0 0 0 2px #ffffff80}.footer-vouchers-wrap{padding:2rem 0}.footer-vouchers-list{gap:8px}.footer-voucher-link{font-size:.7rem}}.voucher-hero{display:flex;justify-content:center;align-items:center;padding:9rem 5% 3rem}.voucher-hero-inner{width:100%;max-width:80rem;display:flex;justify-content:center;align-items:center}.voucher-hero-logo{display:block;width:400px;max-width:70%;height:auto}.voucher-wrap{max-width:80rem;padding-top:3rem}.voucher-page h1{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.4;letter-spacing:-.0175rem;color:#7e00cc;margin:0 0 1rem}.voucher-intro{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 2rem}.voucher-page h2{font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:700;margin:1.5rem 0 1rem;color:#0d0c0b}.voucher-page h2.voucher-faq-title{color:#7e00cc}.voucher-deals{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.voucher-deal{display:flex;flex-direction:column;align-items:flex-start;width:20%;min-width:180px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:transform .3s ease}.voucher-deals .voucher-deal:hover{transform:scale(1.02)}.voucher-deals .voucher-deal img{width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover;border-radius:8px;margin-bottom:.5rem}.voucher-deal-price{font-family:Montserrat,sans-serif;font-size:1.2rem;color:#7e00cc;line-height:1.3}.voucher-deal-off{color:#00b041;font-size:.7rem;font-weight:700;margin-top:4px}.voucher-steps{margin:0 0 1.5rem 1.25rem;font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6}.voucher-steps li{margin-bottom:.4rem}.voucher-faq{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6;margin:0 0 1rem}.voucher-note{font-family:Montserrat,sans-serif;font-size:1rem;margin:.5rem 0 0}@media (max-width: 991px){.voucher-hero{padding-top:6rem;padding-bottom:2rem}.voucher-hero-logo{width:280px}.voucher-deal{width:calc(33.33% - .7rem);min-width:0}.voucher-deal-price{font-size:1rem}}@media (max-width: 767px){.voucher-page h1{font-size:1.25rem}.voucher-deals{flex-direction:column;gap:1.25rem}.voucher-deals .voucher-deal{width:100%;flex-direction:row;align-items:center;gap:12px}.voucher-deals .voucher-deal img{width:45%;margin-bottom:0}}.legal-page{min-height:70vh}.legal-shell{width:100%;max-width:80rem;margin:0 auto;padding:calc(2.5rem + 76px) 5% 4.5rem;display:grid;grid-template-columns:240px minmax(0,1fr);gap:2.5rem 3rem;align-items:start}.legal-aside{position:sticky;top:96px}.legal-nav{display:grid;gap:6px;padding:1rem;background:#ffffff9e;border:1px solid rgba(13,12,11,.08);border-radius:20px;box-shadow:0 10px 30px #5d00b80f}.legal-nav-label{font-family:Montserrat,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7e00cc;padding:4px 10px 8px}.legal-nav-link{display:block;padding:10px 12px;border-radius:12px;font-size:.92rem;font-weight:500;color:#0d0c0b;transition:background .2s ease,color .2s ease}.legal-nav-link:hover{background:#7e00cc14;color:#7e00cc}.legal-nav-link.is-active{background:#7e00cc;color:#fff;font-weight:600}.legal-doc{background:#ffffffb8;border:1px solid rgba(13,12,11,.08);border-radius:28px;padding:2.25rem 2.4rem 2.6rem;box-shadow:0 16px 40px #5d00b812}.legal-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.82rem;color:#0d0c0b99;margin-bottom:1rem}.legal-crumbs a:hover{color:#7e00cc}.legal-doc h1{font-family:Poppins,sans-serif;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.15;letter-spacing:-.03rem;margin:0 0 .75rem}.legal-kicker{font-family:Montserrat,sans-serif;font-size:1.05rem;line-height:1.55;color:#0d0c0bcc;margin:0 0 2rem;max-width:40rem}.legal-section+.legal-section{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid rgba(13,12,11,.08)}.legal-section h2{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:#7e00cc;margin:0 0 .7rem}.legal-section p,.legal-section li{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.7;color:#0d0c0b}.legal-section p+p{margin-top:.75rem}.legal-section ul{margin:.5rem 0 0;padding-left:1.15rem;display:grid;gap:.45rem}.legal-help{margin-top:2.25rem;padding:1.1rem 1.2rem;background:#fff5cf;border-radius:16px}.legal-help p{margin:0;font-size:.95rem;line-height:1.6}.legal-help a{color:#7e00cc;font-weight:600;text-decoration:underline;text-underline-offset:3px}.contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:2.25rem}.contact-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-height:100%;padding:1.25rem 1.2rem 1.35rem;background:#fff;border:1px solid rgba(13,12,11,.08);border-radius:20px;color:inherit;text-align:left;transition:transform .2s ease,box-shadow .2s ease}a.contact-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px #5d00b81a}.contact-card-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#7e00cc;color:#fff;margin-bottom:4px}.contact-card-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7e00cc}.contact-card strong{font-size:.98rem;line-height:1.4}.contact-card-hint{font-size:.88rem;line-height:1.5;color:#0d0c0b99}.contact-socials{display:flex;flex-wrap:wrap;gap:8px}.contact-socials a{padding:6px 10px;border-radius:999px;background:#fff5cf;font-size:.85rem;font-weight:600;color:#7e00cc}.contact-socials a:hover{background:#7e00cc;color:#fff}.legal-section .btn-download{margin-top:1rem}@media (max-width: 900px){.legal-shell{grid-template-columns:1fr;padding-top:calc(1.5rem + 76px)}.legal-aside{position:static}.legal-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-nav-label{grid-column:1 / -1}.legal-doc{padding:1.5rem 1.25rem 2rem;border-radius:22px}.contact-cards{grid-template-columns:1fr}}
