.Header-module__hBw1pG__header{z-index:1000;border-bottom:1px solid var(--border-color);width:100vw;transition:all .3s;position:fixed;top:0;left:0}.Header-module__hBw1pG__headerContent{justify-content:space-between;align-items:center;height:72px;display:flex}.Header-module__hBw1pG__logo{letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.Header-module__hBw1pG__nav{gap:2rem;display:none}@media (min-width:768px){.Header-module__hBw1pG__nav{display:flex}}.Header-module__hBw1pG__navLink{color:var(--foreground);opacity:.7;font-size:.95rem;font-weight:500;transition:opacity .2s}.Header-module__hBw1pG__navLink:hover{opacity:1}.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__loginLink{color:var(--foreground);font-size:.95rem;font-weight:600;display:none}@media (min-width:640px){.Header-module__hBw1pG__loginLink{display:block}}
.Hero-module__ZARIfG__hero{text-align:center;padding-top:140px;padding-bottom:80px;position:relative;overflow:hidden}.Hero-module__ZARIfG__heroContent{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.Hero-module__ZARIfG__title{letter-spacing:-1px;max-width:800px;margin-bottom:24px;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__subtitle{color:var(--foreground);opacity:.8;max-width:600px;margin-bottom:40px;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6}.Hero-module__ZARIfG__ctaGroup{flex-direction:column;justify-content:center;gap:16px;display:flex}@media (min-width:640px){.Hero-module__ZARIfG__ctaGroup{flex-direction:row}}.Hero-module__ZARIfG__btnLarge{padding:16px 32px;font-size:1.1rem}.Hero-module__ZARIfG__mockupContainer{perspective:1000px;width:100%;max-width:1000px;margin-top:80px}.Hero-module__ZARIfG__mockupWindow{background:var(--surface-light);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:8px;transition:transform .5s;transform:rotateX(5deg);box-shadow:0 24px 48px #0003}.Hero-module__ZARIfG__mockupWindow:hover{transform:rotateX(0)}.Hero-module__ZARIfG__mockupPlaceholder{background:var(--background);border-radius:var(--radius-md);aspect-ratio:16/9;opacity:.5;border:1px dashed var(--border-color);justify-content:center;align-items:center;font-weight:600;display:flex}.Hero-module__ZARIfG__glowBackground{background:var(--brand-primary);filter:blur(150px);opacity:.15;z-index:0;pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:10%;left:50%;transform:translate(-50%)}
.HowItWorks-module__tSMH5W__howItWorks{background:var(--background);padding:120px 0;position:relative}.HowItWorks-module__tSMH5W__container{flex-direction:column;align-items:center;display:flex}.HowItWorks-module__tSMH5W__sectionHeader{text-align:center;max-width:800px;margin-bottom:80px}.HowItWorks-module__tSMH5W__heading{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.HowItWorks-module__tSMH5W__subheading{color:var(--foreground);opacity:.7;font-size:1.1rem;line-height:1.6}.HowItWorks-module__tSMH5W__stepsGrid{grid-template-columns:1fr;gap:32px;width:100%;display:grid}@media (min-width:768px){.HowItWorks-module__tSMH5W__stepsGrid{grid-template-columns:repeat(3,1fr)}}.HowItWorks-module__tSMH5W__stepCard{background:var(--surface-light);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;padding:32px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.HowItWorks-module__tSMH5W__stepCard:hover{transform:translateY(-8px);box-shadow:0 16px 32px #0000000d}.HowItWorks-module__tSMH5W__cardTop{text-align:center;flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.HowItWorks-module__tSMH5W__iconWrapper{width:48px;height:48px;color:var(--brand-primary);margin-bottom:24px}.HowItWorks-module__tSMH5W__stepTitle{margin-bottom:12px;font-size:1.25rem;font-weight:700}.HowItWorks-module__tSMH5W__stepDescription{color:var(--foreground);opacity:.7;font-size:.95rem;line-height:1.6}.HowItWorks-module__tSMH5W__cardImageContainer{width:100%;margin-top:auto;padding-top:16px}.HowItWorks-module__tSMH5W__mockupPlaceholder{background:var(--background);border:1px dashed var(--border-color);border-radius:var(--radius-md);aspect-ratio:4/5;color:var(--foreground);opacity:.5;text-align:center;justify-content:center;align-items:center;padding:16px;font-weight:600;display:flex;box-shadow:0 4px 12px #0000000d}
.Features-module__zvCZ4q__features{background:var(--background);padding:120px 0}.Features-module__zvCZ4q__container{flex-direction:column;align-items:center;display:flex}.Features-module__zvCZ4q__sectionHeader{text-align:center;max-width:800px;margin-bottom:80px}.Features-module__zvCZ4q__heading{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Features-module__zvCZ4q__subheading{color:var(--foreground);opacity:.7;font-size:1.1rem;line-height:1.6}.Features-module__zvCZ4q__featureList{flex-direction:column;gap:120px;width:100%;display:flex}.Features-module__zvCZ4q__featureRow{flex-direction:column;align-items:center;gap:40px;display:flex}@media (min-width:768px){.Features-module__zvCZ4q__featureRow{flex-direction:row;justify-content:space-between;gap:80px}.Features-module__zvCZ4q__rowReversed{flex-direction:row-reverse}}.Features-module__zvCZ4q__textContent{flex:1;max-width:500px}.Features-module__zvCZ4q__iconWrapper{background:var(--surface-light);border-radius:var(--radius-md);border:1px solid var(--border-color);justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:2.5rem;display:flex;box-shadow:0 8px 16px #0000000d}.Features-module__zvCZ4q__featureTitle{letter-spacing:-.5px;margin-bottom:16px;font-size:1.8rem;font-weight:700}.Features-module__zvCZ4q__featureDescription{color:var(--foreground);opacity:.8;font-size:1.1rem;line-height:1.7}.Features-module__zvCZ4q__imageContent{flex:1;width:100%;max-width:600px}.Features-module__zvCZ4q__placeholderContainer{background:var(--surface-light);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:16px;box-shadow:0 32px 64px #0000001a}.Features-module__zvCZ4q__placeholderBox{background:var(--background);border-radius:var(--radius-md);aspect-ratio:4/3;color:var(--foreground);opacity:.6;border:1px dashed var(--border-color);justify-content:center;align-items:center;font-weight:600;display:flex}
.Pricing-module__yc4bBa__pricing{background:var(--background);padding:120px 0;position:relative}.Pricing-module__yc4bBa__container{flex-direction:column;align-items:center;display:flex}.Pricing-module__yc4bBa__sectionHeader{text-align:center;max-width:800px;margin-bottom:80px}.Pricing-module__yc4bBa__heading{letter-spacing:-.5px;margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Pricing-module__yc4bBa__subheading{color:var(--foreground);opacity:.7;font-size:1.1rem;line-height:1.6}.Pricing-module__yc4bBa__pricingGrid{grid-template-columns:1fr;gap:32px;width:100%;max-width:1200px;display:grid}@media (min-width:768px){.Pricing-module__yc4bBa__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:stretch}}.Pricing-module__yc4bBa__pricingCard{background:var(--surface-light);border:1px solid var(--border-color);border-radius:var(--radius-lg);flex-direction:column;padding:40px 32px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.Pricing-module__yc4bBa__pricingCard:hover{transform:translateY(-8px);box-shadow:0 24px 48px #0000001a}.Pricing-module__yc4bBa__popularCard{background:var(--background);border:2px solid var(--brand-primary);transform:scale(1.02);box-shadow:0 32px 64px #3b82f626}.Pricing-module__yc4bBa__popularCard:hover{transform:scale(1.02)translateY(-8px)}@media (max-width:767px){.Pricing-module__yc4bBa__popularCard{order:-1;transform:scale(1)}.Pricing-module__yc4bBa__popularCard:hover{transform:translateY(-8px)}}.Pricing-module__yc4bBa__popularBadge{background:var(--brand-gradient);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:999px;padding:4px 16px;font-size:.85rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.Pricing-module__yc4bBa__cardHeader{margin-bottom:32px}.Pricing-module__yc4bBa__planName{margin-bottom:8px;font-size:1.5rem;font-weight:700}.Pricing-module__yc4bBa__planDescription{color:var(--foreground);opacity:.7;min-height:44px;font-size:.95rem;line-height:1.5}.Pricing-module__yc4bBa__priceContainer{align-items:baseline;gap:8px;margin-bottom:32px;display:flex}.Pricing-module__yc4bBa__price{letter-spacing:-2px;font-size:3rem;font-weight:800}.Pricing-module__yc4bBa__period{color:var(--foreground);opacity:.6;font-weight:500}.Pricing-module__yc4bBa__featureList{flex-direction:column;flex-grow:1;gap:16px;margin-bottom:40px;list-style:none;display:flex}.Pricing-module__yc4bBa__featureItem{align-items:flex-start;gap:12px;font-size:.95rem;font-weight:500;line-height:1.5;display:flex}.Pricing-module__yc4bBa__checkIcon{width:20px;height:20px;color:var(--brand-primary);flex-shrink:0;margin-top:2px}.Pricing-module__yc4bBa__actionContainer{margin-top:auto}.Pricing-module__yc4bBa__planBtn{width:100%}
