.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;isolation:isolate;overflow:hidden;width:100%;padding:clamp(3.5rem,8vw,6.5rem) 0 clamp(4rem,10vw,7rem);background:linear-gradient(180deg,#fbfcfe,#ffffff 55%,#f8fafc)}.hero-section__mesh{inset:0;opacity:.55;background-image:linear-gradient(rgba(var(--primary-rgb),.04) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--primary-rgb),.04) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(180deg,black,black 40%,transparent 95%)}.hero-section__glow,.hero-section__mesh{position:absolute;z-index:0;pointer-events:none}.hero-section__glow{border-radius:50%;filter:blur(80px)}.hero-section__glow--tl{width:min(520px,90vw);height:min(520px,90vw);top:-12%;right:-8%;background:radial-gradient(circle,rgba(80,120,210,.35) 0,transparent 68%);animation:hero-glow-drift 14s ease-in-out infinite}.hero-section__glow--br{width:min(480px,85vw);height:min(480px,85vw);bottom:-18%;left:-10%;background:radial-gradient(circle,rgba(var(--primary-rgb),.14) 0,transparent 70%);animation:hero-glow-drift 18s ease-in-out infinite reverse}.hero-section__ring{position:absolute;width:min(640px,120vw);height:min(640px,120vw);top:50%;left:50%;translate:-40% -55%;border-radius:50%;border:1px solid rgba(var(--primary-rgb),.08);pointer-events:none;z-index:0}@media (max-width:1023px){.hero-section__ring{opacity:.4}}.hero-section__container{position:relative;z-index:1}.hero-section__layout{display:grid;gap:clamp(2.5rem,6vw,4rem);align-items:center}@media (min-width:1024px){.hero-section__layout{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(2rem,4vw,3.5rem)}}.hero-section__copy{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(1.25rem,3vw,1.75rem);max-width:36rem}@media (min-width:1024px){.hero-section__copy{max-width:38rem}}.hero-section__eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0;padding:.35rem .85rem .35rem .65rem;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--purple-primary);background:rgba(var(--primary-rgb),.08);border:1px solid rgba(var(--primary-rgb),.12);border-radius:9999px}.hero-section__eyebrow-icon{width:1rem;height:1rem;flex-shrink:0;opacity:.9}.hero-section__title{margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#0f172a;text-wrap:balance}.gradient-text{background:linear-gradient(115deg,var(--purple-primary) 0,var(--purple-secondary) 50%,#4d7ad4 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-section__lead{margin:0;font-size:clamp(1rem,2vw,1.1875rem);line-height:1.65;color:var(--text-regular,#4a5568);max-width:32rem;text-wrap:pretty}.hero-section__cta{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:.25rem}@media (min-width:480px){.hero-section__cta{flex-direction:row;flex-wrap:wrap;align-items:center}}.hero-section__cta-primary .btn,.hero-section__cta-secondary .btn{width:100%}@media (min-width:480px){.hero-section__cta-primary .btn,.hero-section__cta-secondary .btn{width:auto;min-width:11rem}}.hero-section__trust{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding-top:.5rem}.hero-section__social-proof{display:flex;align-items:center;gap:.75rem}.hero-section__avatars{display:flex;padding-left:.35rem}.hero-section__avatar{display:flex;align-items:center;justify-content:center;width:2.125rem;height:2.125rem;margin-left:-.45rem;border-radius:9999px;background:linear-gradient(145deg,var(--purple-secondary),var(--purple-primary));border:2px solid #fff;box-shadow:0 2px 8px rgba(var(--primary-rgb),.2)}.hero-section__avatar-icon{width:1rem;height:1rem;color:#fff}.hero-section__social-copy{display:flex;flex-direction:column;gap:.05rem;line-height:1.2}.hero-section__social-strong{font-size:.9375rem;font-weight:700;color:#0f172a}.hero-section__social-muted{font-size:.75rem;color:#64748b}.hero-section__divider{width:1px;height:2.25rem;background:linear-gradient(180deg,transparent,#e2e8f0,transparent)}@media (max-width:479px){.hero-section__divider{display:none}}.hero-section__rating{display:flex;align-items:center;gap:.65rem}.hero-section__stars{display:flex;gap:.15rem}.hero-section__star{width:1.05rem;height:1.05rem;color:#f59e0b;flex-shrink:0}.hero-section__rating-copy{display:flex;flex-direction:column;gap:.05rem;line-height:1.2}.hero-section__rating-score{font-size:.9375rem;font-weight:700;color:#0f172a}.hero-section__rating-muted{font-size:.75rem;color:#64748b}.hero-section__bullets{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.hero-section__bullets li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#475569}.hero-section__bullet-icon{width:1.125rem;height:1.125rem;color:var(--purple-secondary);flex-shrink:0}.hero-section__visual{position:relative;width:100%;min-width:0}.hero-visual{position:relative;width:100%;max-width:420px;margin:0 auto;padding:.5rem 0 1rem}@media (min-width:1024px){.hero-visual{margin:0 0 0 auto;max-width:440px}}.hero-visual__backdrop{position:absolute;inset:8% 2% 28% 2%;border-radius:2rem;background:linear-gradient(145deg,rgba(var(--primary-rgb),.12),rgba(80,130,220,.08));filter:blur(2px);z-index:0}.hero-visual__stack{position:relative;z-index:1;display:flex;flex-direction:column;gap:1rem}.hero-visual__card{position:relative;border-radius:1.5rem;transition:transform .35s ease,box-shadow .35s ease}.hero-visual__card--main{padding:1.5rem 1.35rem 1.35rem;background:linear-gradient(155deg,#0b184e,#122a6e 45%,#1a3f9e);color:#fff;box-shadow:0 24px 48px -12px rgba(var(--primary-rgb),.45),0 0 0 1px rgba(255,255,255,.08) inset}.hero-visual__card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.hero-visual__label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.65)}.hero-visual__pill{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ecfdf5;background:rgba(16,185,129,.25);border:1px solid rgba(52,211,153,.35);border-radius:9999px;flex-shrink:0}.hero-visual__pill-icon{width:.875rem;height:.875rem}.hero-visual__balance{margin:0;font-size:clamp(2.25rem,5vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1;color:#ffffff}.hero-visual__balance-unit{font-size:.45em;font-weight:700;color:rgba(255,255,255,.88);margin-left:.15em}.hero-visual__sub{margin:.5rem 0 0;font-size:.8125rem;line-height:1.45;color:rgba(255,255,255,.72);max-width:22rem}.hero-visual__weekly{display:flex;align-items:center;gap:.65rem;margin-top:1.1rem;padding:.65rem .85rem;border-radius:.875rem;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.14)}.hero-visual__weekly-icon{width:1.25rem;height:1.25rem;color:#fde68a;flex-shrink:0}.hero-visual__weekly-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.hero-visual__weekly-value{font-size:.9375rem;font-weight:800;color:#ffffff;line-height:1.2}.hero-visual__weekly-caption{font-size:.6875rem;font-weight:500;color:rgba(255,255,255,.6)}.hero-visual__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:1.25rem;padding-top:1.15rem;border-top:1px solid rgba(255,255,255,.14)}.hero-visual__metric{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.35rem;padding:.5rem .25rem;border-radius:.75rem;background:rgba(255,255,255,.08)}.hero-visual__metric-icon{width:1.125rem;height:1.125rem;color:rgba(255,255,255,.92);opacity:1}.hero-visual__metric-value{font-size:1.125rem;font-weight:800;line-height:1;color:#ffffff}.hero-visual__metric-label{font-size:.625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.5)}.hero-visual__card--note{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;background:#ffffff;border-radius:1rem;border:1px solid rgba(226,232,240,.95);box-shadow:0 10px 28px -10px rgba(15,23,42,.12)}.hero-visual__note-icon-wrap{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.75rem;background:rgba(var(--primary-rgb),.1);flex-shrink:0}.hero-visual__note-icon{width:1.25rem;height:1.25rem;color:var(--purple-primary)}.hero-visual__note-body{flex:1;min-width:0}.hero-visual__note-title{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.hero-visual__note-text{margin:.15rem 0 0;font-size:.8125rem;font-weight:600;color:#0f172a;line-height:1.35}.hero-visual__note-arrow{width:1.125rem;height:1.125rem;color:#94a3b8;flex-shrink:0}.hero-visual__explore{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin:0;padding:.35rem 0 .15rem;width:100%;font-size:.875rem;font-weight:600;color:var(--purple-primary);text-decoration:none;transition:color .2s ease,gap .2s ease}.hero-visual__explore:hover{color:var(--purple-secondary);gap:.5rem}.hero-visual__explore-icon{width:1rem;height:1rem}@keyframes hero-glow-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-12px,16px) scale(1.03)}}@media (prefers-reduced-motion:reduce){.hero-section__glow--br,.hero-section__glow--tl{animation:none}}.section{padding:100px 0;width:100%;box-sizing:border-box}@media (max-width:768px){.section{padding:50px 0}}.how-it-works-section,.rewards-section{background-color:#f9fafb}.benefits-section{background:var(--gradient-primary)}.faq-section{background-color:white}.business-section{background-color:#f9fafb}.cta-section{background-color:white}.section-header{text-align:center;max-width:52rem;margin:0 auto clamp(2.5rem,5vw,1rem);display:flex;flex-direction:column;align-items:center;padding:0 16px;box-sizing:border-box}@media (max-width:768px){.section-header{margin-bottom:clamp(2rem,6vw,2.75rem);padding:0;gap:.75rem}}.section-title{font-size:clamp(3.125rem,9vw,5.5rem);font-weight:800;letter-spacing:-.038em;color:#0f172a;line-height:1.03;text-wrap:balance;margin:0}.section-title.white-text{color:white}.section-description{font-size:clamp(.9375rem,1.65vw,1.125rem);font-weight:400;color:#64748b;line-height:1.6;text-wrap:pretty;margin:0;max-width:36rem}.section-description.white-text-light{color:rgba(255,255,255,.82);font-weight:400}.rewards-marquee{width:100%;margin:.5rem 0 0;padding:.25rem 0 1.25rem;box-sizing:border-box}.rewards-marquee__empty{text-align:center;padding:3rem 1.5rem;color:var(--text-regular)}.products-marquee{overflow:hidden;white-space:nowrap;position:relative;width:100%;max-width:100%;box-sizing:border-box;padding:1.75rem 1.75rem 2.25rem;margin:0 -.5rem;mask-image:linear-gradient(90deg,transparent,black 56px,black calc(100% - 56px),transparent)}@media (max-width:768px){.products-marquee{padding:1.5rem 1rem 3.75rem;margin:0 -.25rem;mask-image:linear-gradient(90deg,transparent,black 40px,black calc(100% - 40px),transparent)}}.products-marquee:after,.products-marquee:before{content:"";position:absolute;top:0;width:72px;height:100%;z-index:2;pointer-events:none}.products-marquee:before{left:0;background:linear-gradient(90deg,#f9fafb 0,transparent)}.products-marquee:after{right:0;background:linear-gradient(270deg,#f9fafb 0,transparent)}.products-track{display:inline-flex;align-items:stretch;gap:1.5rem;animation:marquee 42s linear infinite}@media (max-width:768px){.products-track{gap:1rem}}.products-track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.rewards-section .gift-card{--gift-card-radius:1.35rem;position:relative;display:flex;flex-direction:column;width:308px;flex-shrink:0;box-sizing:border-box;background:#ffffff;border-radius:var(--gift-card-radius);border:1px solid rgba(var(--primary-rgb),.08);box-shadow:0 1px 0 rgba(255,255,255,.8) inset,0 20px 50px -18px rgba(var(--primary-rgb),.18),0 8px 24px -12px rgba(15,23,42,.08);overflow:hidden;transition:transform .45s cubic-bezier(.34,1.3,.64,1),box-shadow .45s ease,border-color .35s ease}.rewards-section .gift-card:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg,rgba(255,255,255,.5),rgba(var(--primary-rgb),.12));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;opacity:.85;z-index:1}@media (max-width:768px){.rewards-section .gift-card{width:286px}}@media (max-width:480px){.rewards-section .gift-card{width:268px}}.rewards-section .gift-card:hover{transform:translateY(-6px);border-color:rgba(var(--primary-rgb),.18);box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 28px 56px -20px rgba(var(--primary-rgb),.28),0 14px 32px -14px rgba(15,23,42,.12)}.rewards-section .gift-card__visual{position:relative;z-index:0;margin:.65rem .65rem 0;border-radius:calc(var(--gift-card-radius) - .35rem);overflow:hidden;background:linear-gradient(160deg,#f1f5f9,#e2e8f0);aspect-ratio:320/228}.rewards-section .gift-card__visual-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;transition:transform .55s cubic-bezier(.33,1,.68,1)}.rewards-section .gift-card__placeholder{width:100%;height:100%;min-height:0;align-self:stretch}.rewards-section .gift-card__image{width:100%;height:100%;object-fit:cover;object-position:center}.rewards-section .gift-card:hover .gift-card__visual-inner{transform:scale(1.06)}.rewards-section .gift-card__visual-fade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(11,24,78,.08));pointer-events:none}.rewards-section .gift-card__body{position:relative;z-index:0;display:flex;flex-direction:column;flex:1;gap:1rem;padding:1.1rem 1.15rem 1.2rem}.rewards-section .gift-card__meta{display:flex;flex-direction:column;gap:.45rem;min-height:0}.rewards-section .gift-card__store{align-self:flex-start;max-width:100%;padding:.2rem .55rem;font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--purple-primary);background:rgba(var(--primary-rgb),.07);border-radius:9999px;border:1px solid rgba(var(--primary-rgb),.1);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rewards-section .gift-card__title{margin:0;font-size:1.0625rem;font-weight:700;line-height:1.35;letter-spacing:-.02em;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rewards-section .gift-card__points{display:inline-flex;align-items:center;gap:.35rem;margin-top:.15rem;padding:.4rem .65rem;width:fit-content;max-width:100%;border-radius:.65rem;background:linear-gradient(135deg,rgba(var(--primary-rgb),.09) 0,rgba(26,63,158,.06) 100%);border:1px solid rgba(var(--primary-rgb),.1)}.rewards-section .gift-card__points-icon{width:1rem;height:1rem;color:var(--purple-secondary);flex-shrink:0}.rewards-section .gift-card__points-value{font-size:.9375rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--purple-primary);letter-spacing:-.02em}.rewards-section .gift-card__points-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:rgba(var(--primary-rgb),.55)}.rewards-section .gift-card__cta{margin-top:auto;padding-top:.15rem}.rewards-section .gift-card__cta-link{display:block;width:100%;text-decoration:none}.rewards-section .gift-card__cta-link .btn{width:100%;margin:0;border-radius:.75rem;font-weight:700;letter-spacing:.01em}@media (prefers-reduced-motion:reduce){.rewards-section .gift-card,.rewards-section .gift-card__visual-inner{transition:none}.rewards-section .gift-card:hover,.rewards-section .gift-card:hover .gift-card__visual-inner{transform:none}}.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:rgba(255,255,255,.82)}.stats-highlight{max-width:56rem;margin:0 auto;padding:clamp(1.5rem,4vw,2.25rem) clamp(1.25rem,3vw,2rem) clamp(1.75rem,4vw,2.25rem);background:rgba(255,255,255,.98);backdrop-filter:blur(16px);border-radius:1.5rem;border:1px solid rgba(255,255,255,.65);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 28px 64px -24px rgba(11,24,78,.35),0 12px 32px -16px rgba(15,23,42,.12)}.stats-highlight__intro{display:flex;flex-direction:column;align-items:center;gap:.5rem;max-width:34rem;margin:0 auto 1.75rem;padding:0 .25rem;font-size:clamp(.9375rem,2vw,1.0625rem);line-height:1.55;text-align:center;color:#475569}.stats-highlight__intro-icon{width:1.35rem;height:1.35rem;flex-shrink:0;color:var(--purple-secondary)}.stats-highlight__intro strong{color:var(--purple-primary);font-weight:700}.stats-highlight__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:1.15rem}@media (min-width:640px){.stats-highlight__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem 1.5rem}}.stats-highlight__cell{padding:1.5rem 1.25rem 1.45rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-radius:1.15rem;border:1px solid #e2e8f0;min-height:0;min-width:0}.stats-highlight__cell-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.stats-highlight__icon-cluster{position:relative;flex-shrink:0;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.stats-highlight__icon-ring{position:absolute;inset:-2px;border-radius:1.2rem;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.55) 0,rgba(26,63,158,.14) 42%,rgba(11,24,78,.06) 100%);box-shadow:0 0 0 1px rgba(var(--primary-rgb),.06);pointer-events:none}.stats-highlight__icon-wrap{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:1.05rem;background:var(--purple-gradient);border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),inset 0 -1px 0 rgba(11,24,78,.2),0 12px 28px -8px rgba(11,24,78,.55),0 4px 12px -4px rgba(11,24,78,.2)}.stats-highlight__icon{width:1.7rem;height:1.7rem;color:#fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.18))}.stats-highlight__title{margin:0;padding-top:0;width:100%;min-width:0;font-size:clamp(.98rem,2vw,1.125rem);font-weight:500;line-height:1.6;letter-spacing:-.012em;color:#475569;text-align:left}.stats-highlight__keyword{font-weight:800;color:var(--purple-primary);letter-spacing:-.025em}.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:var(--purple-primary)}.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:var(--gradient-primary);color:white;border:none;border-radius:32px;overflow:hidden;position:relative;padding:80px 48px;text-align:center;box-shadow:0 30px 60px -10px rgba(var(--primary-rgb),.38);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:rgba(255,255,255,.85);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,rgba(120,165,235,.65) 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,rgba(var(--primary-rgb),.35) 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:var(--purple-primary)}.logo-icon{width:40px;height:40px;border-radius:12px;background:var(--purple-gradient);display:flex;align-items:center;justify-content:center;box-shadow:0 15px 30px -10px rgba(var(--primary-rgb),.38);transition:transform .3s ease}.logo-icon .icon-small{color:white}.logo-icon-sm{width:36px;height:36px;border-radius:10px;background:var(--purple-gradient);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:var(--purple-gradient);display:flex;align-items:center;justify-content:center;box-shadow:0 15px 30px -10px rgba(var(--primary-rgb),.38);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}