.landing-module__hDc1sq__wrapper{font-family:var(--font-family);color:var(--color-text-main);background-color:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.landing-module__hDc1sq__header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background-color:#ffffffe6;position:sticky;top:0}.landing-module__hDc1sq__headerContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.landing-module__hDc1sq__logo{color:var(--color-primary-600);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.landing-module__hDc1sq__navLinks{gap:2rem;display:none}@media (min-width:768px){.landing-module__hDc1sq__navLinks{display:flex}}.landing-module__hDc1sq__navLink{color:var(--color-text-muted);font-weight:500;transition:color .2s}.landing-module__hDc1sq__navLink:hover{color:var(--color-primary-600)}.landing-module__hDc1sq__headerActions{align-items:center;gap:1rem;display:flex}.landing-module__hDc1sq__loginBtn{color:var(--color-text-main);border-radius:var(--radius-full,9999px);border:1px solid #0000;padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.landing-module__hDc1sq__loginBtn:hover{background-color:var(--color-surface-hover)}.landing-module__hDc1sq__signupBtn{color:#fff;background-color:var(--color-primary-600);border-radius:var(--radius-full,9999px);padding:.5rem 1.25rem;font-weight:600;transition:all .2s}.landing-module__hDc1sq__signupBtn:hover{background-color:var(--color-primary-700)}.landing-module__hDc1sq__hero{background-color:var(--color-surface);color:var(--color-text-main);border-bottom:1px solid var(--color-border);padding:6rem 2rem;position:relative;overflow:hidden}.landing-module__hDc1sq__heroContent{z-index:10;grid-template-columns:1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}@media (min-width:1024px){.landing-module__hDc1sq__heroContent{grid-template-columns:1fr 1fr;align-items:center}}.landing-module__hDc1sq__heroBadge{color:var(--color-primary-500);border-radius:var(--radius-full,9999px);background-color:#10b98133;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.landing-module__hDc1sq__heroTitle{margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}@media (min-width:768px){.landing-module__hDc1sq__heroTitle{font-size:4rem}}.landing-module__hDc1sq__heroTitleHighlight{color:var(--color-primary-500)}.landing-module__hDc1sq__heroDesc{color:var(--color-text-muted);max-width:90%;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.landing-module__hDc1sq__heroActions{flex-wrap:wrap;gap:1rem;display:flex}.landing-module__hDc1sq__heroPrimaryBtn{color:#fff;background-color:var(--color-primary-600);border-radius:var(--radius-full,9999px);padding:.875rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.landing-module__hDc1sq__heroPrimaryBtn:hover{background-color:var(--color-primary-700)}.landing-module__hDc1sq__heroSecondaryBtn{color:var(--color-text-main);background-color:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-full,9999px);padding:.875rem 2rem;font-size:1.125rem;font-weight:600;transition:all .2s}.landing-module__hDc1sq__heroSecondaryBtn:hover{background-color:var(--color-surface-hover)}.landing-module__hDc1sq__stats{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);padding:4rem 2rem}.landing-module__hDc1sq__statsGrid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:768px){.landing-module__hDc1sq__statsGrid{grid-template-columns:repeat(4,1fr)}}.landing-module__hDc1sq__statNumber{color:var(--color-text-main);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.landing-module__hDc1sq__statLabel{color:var(--color-text-muted);font-size:1rem;font-weight:500}.landing-module__hDc1sq__featureDetail{background-color:var(--color-bg);padding:6rem 2rem}.landing-module__hDc1sq__featureDetailContent{grid-template-columns:1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (min-width:1024px){.landing-module__hDc1sq__featureDetailContent{grid-template-columns:1fr 1fr}}.landing-module__hDc1sq__sectionTitle{color:var(--color-text-main);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.3}.landing-module__hDc1sq__sectionDesc{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.6}.landing-module__hDc1sq__featureList{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.landing-module__hDc1sq__featureList{grid-template-columns:1fr 1fr}}.landing-module__hDc1sq__featureItem{gap:1rem;display:flex}.landing-module__hDc1sq__featureItemIcon{color:var(--color-primary-600);font-size:1.25rem}.landing-module__hDc1sq__featureItemTitle{color:var(--color-text-main);margin-bottom:.25rem;font-weight:700}.landing-module__hDc1sq__featureItemDesc{color:var(--color-text-muted);font-size:.875rem}.landing-module__hDc1sq__featureImageWrapper{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.landing-module__hDc1sq__featureImageWrapper img{width:100%;height:auto;display:block}.landing-module__hDc1sq__featuresGrid{background-color:var(--color-surface);text-align:center;padding:6rem 2rem}.landing-module__hDc1sq__featuresGridContainer{max-width:1200px;margin:0 auto}.landing-module__hDc1sq__gridCards{text-align:left;grid-template-columns:1fr;gap:2rem;margin-top:4rem;display:grid}@media (min-width:768px){.landing-module__hDc1sq__gridCards{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.landing-module__hDc1sq__gridCards{grid-template-columns:repeat(3,1fr)}}.landing-module__hDc1sq__gridCard{background-color:var(--color-bg);border-radius:var(--radius-2xl);border:1px solid var(--color-border);padding:2rem;transition:all .3s}.landing-module__hDc1sq__gridCard:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary-100);transform:translateY(-5px)}.landing-module__hDc1sq__gridIcon{background-color:var(--color-primary-50);width:48px;height:48px;color:var(--color-primary-600);border-radius:var(--radius-lg);justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.landing-module__hDc1sq__gridCardTitle{margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.landing-module__hDc1sq__gridCardDesc{color:var(--color-text-muted);line-height:1.5}.landing-module__hDc1sq__store{background-color:var(--color-bg);padding:6rem 2rem}.landing-module__hDc1sq__storeHeader{justify-content:space-between;align-items:flex-end;max-width:1200px;margin:0 auto 3rem;display:flex}.landing-module__hDc1sq__storeCards{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-module__hDc1sq__productCard{background-color:var(--color-surface);border-radius:var(--radius-2xl);border:1px solid var(--color-border);transition:all .3s;overflow:hidden}.landing-module__hDc1sq__productCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.landing-module__hDc1sq__productImg{background-color:#f3f4f6;width:100%;height:200px;padding:1rem;position:relative}.landing-module__hDc1sq__productImg img{object-fit:contain;width:100%;height:100%}.landing-module__hDc1sq__productInfo{padding:1.5rem}.landing-module__hDc1sq__productCategory{color:var(--color-primary-600);text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.landing-module__hDc1sq__productTitle{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.landing-module__hDc1sq__productPrice{color:var(--color-primary-600);font-size:1.25rem;font-weight:800}.landing-module__hDc1sq__pricing{background-color:var(--color-surface);text-align:center;padding:6rem 2rem}.landing-module__hDc1sq__pricingCards{text-align:left;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:4rem auto 0;display:grid}@media (min-width:768px){.landing-module__hDc1sq__pricingCards{grid-template-columns:repeat(3,1fr)}}.landing-module__hDc1sq__pricingCard{border:1px solid var(--color-border);border-radius:var(--radius-3xl);background-color:var(--color-surface);flex-direction:column;padding:2.5rem;display:flex;position:relative}.landing-module__hDc1sq__pricingCard.landing-module__hDc1sq__popular{border:2px solid var(--color-primary-500);box-shadow:var(--shadow-xl);z-index:10;transform:scale(1.05)}.landing-module__hDc1sq__popularBadge{background-color:var(--color-primary-500);color:#fff;border-radius:var(--radius-full,9999px);padding:.25rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.landing-module__hDc1sq__planName{margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.landing-module__hDc1sq__planDesc{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.875rem}.landing-module__hDc1sq__planPrice{margin-bottom:2rem;font-size:2.5rem;font-weight:800}.landing-module__hDc1sq__planPrice span{color:var(--color-text-muted);font-size:1rem;font-weight:500}.landing-module__hDc1sq__planFeatures{flex-grow:1;margin-bottom:2.5rem;list-style:none}.landing-module__hDc1sq__planFeatures li{color:var(--color-text-main);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem;display:flex}.landing-module__hDc1sq__featureCheck{color:var(--color-primary-500)}.landing-module__hDc1sq__planBtn{border-radius:var(--radius-full,9999px);text-align:center;width:100%;padding:1rem;font-weight:600;transition:all .2s}.landing-module__hDc1sq__planBtn.landing-module__hDc1sq__outline{border:1px solid var(--color-border);color:var(--color-text-main)}.landing-module__hDc1sq__planBtn.landing-module__hDc1sq__outline:hover{background-color:var(--color-surface-hover)}.landing-module__hDc1sq__planBtn.landing-module__hDc1sq__filled{background-color:var(--color-primary-600);color:#fff}.landing-module__hDc1sq__planBtn.landing-module__hDc1sq__filled:hover{background-color:var(--color-primary-700)}.landing-module__hDc1sq__cta{background-color:var(--color-surface);border-top:1px solid var(--color-border);padding:6rem 2rem}.landing-module__hDc1sq__ctaContainer{background-color:var(--color-primary-50);border:1px solid var(--color-primary-100);border-radius:var(--radius-3xl);text-align:center;max-width:1000px;color:var(--color-text-main);margin:0 auto;padding:4rem 2rem}.landing-module__hDc1sq__ctaTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.landing-module__hDc1sq__ctaDesc{color:var(--color-text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:1.125rem}.landing-module__hDc1sq__footer{background-color:var(--color-surface);color:var(--color-text-main);border-top:1px solid var(--color-border);padding:4rem 2rem 2rem}.landing-module__hDc1sq__footerContent{grid-template-columns:1fr;gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}@media (min-width:768px){.landing-module__hDc1sq__footerContent{grid-template-columns:2fr 1fr 1fr 1fr}}.landing-module__hDc1sq__footerLogo{color:var(--color-primary-600);margin-bottom:1rem;font-size:1.5rem;font-weight:800}.landing-module__hDc1sq__footerDesc{color:var(--color-text-muted);max-width:300px;font-size:.875rem;line-height:1.6}.landing-module__hDc1sq__footerColTitle{margin-bottom:1.5rem;font-weight:700}.landing-module__hDc1sq__footerLinks{list-style:none}.landing-module__hDc1sq__footerLinks li{margin-bottom:.75rem}.landing-module__hDc1sq__footerLinks a{color:var(--color-text-muted);font-size:.875rem;transition:color .2s}.landing-module__hDc1sq__footerLinks a:hover{color:var(--color-primary-600)}.landing-module__hDc1sq__footerBottom{border-top:1px solid var(--color-border);text-align:center;max-width:1200px;color:var(--color-text-muted);margin:0 auto;padding-top:2rem;font-size:.875rem}
