.PricingPage-module__vT2PCG__page{background:var(--page-bg);min-height:100vh;position:relative;overflow-x:hidden}.PricingPage-module__vT2PCG__heroSection{padding:6rem 0;position:relative;overflow:hidden}.PricingPage-module__vT2PCG__heroContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.PricingPage-module__vT2PCG__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.1}@media (min-width:640px){.PricingPage-module__vT2PCG__heroTitle{font-size:3.75rem}}@media (min-width:768px){.PricingPage-module__vT2PCG__heroTitle{font-size:5rem}}@media (min-width:1024px){.PricingPage-module__vT2PCG__heroTitle{font-size:6rem}}.PricingPage-module__vT2PCG__heroTitleGradient{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.PricingPage-module__vT2PCG__heroSubtitle{color:var(--text-secondary);max-width:2xl;margin:0 auto 2rem;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.PricingPage-module__vT2PCG__heroSubtitle{font-size:1.5rem}}.PricingPage-module__vT2PCG__heroBadge{background:var(--success-bg);color:var(--success-text);border-radius:9999px;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.PricingPage-module__vT2PCG__heroBadgeIcon{width:1rem;height:1rem;margin-right:.5rem}.PricingPage-module__vT2PCG__pricingSection{padding:6rem 0;position:relative;overflow:hidden}.PricingPage-module__vT2PCG__pricingContainer{max-width:7xl;margin:0 auto;padding:0 1.5rem}.PricingPage-module__vT2PCG__pricingGrid{max-width:7xl;grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (min-width:768px){.PricingPage-module__vT2PCG__pricingGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.PricingPage-module__vT2PCG__pricingCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1.5rem;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.PricingPage-module__vT2PCG__pricingCard:before{content:"";opacity:0;background:linear-gradient(135deg,#0d6efd05 0%,#0000 50%,#3d8bfd05 100%);transition:opacity .4s ease-in-out;position:absolute;inset:0}.PricingPage-module__vT2PCG__pricingCard:hover:before{opacity:1}.PricingPage-module__vT2PCG__pricingCard:hover{box-shadow:var(--shadow-xl);border-color:#0d6efd33;transform:translateY(-8px)scale(1.02)}.PricingPage-module__vT2PCG__pricingCardPopular{ring:2px;ring-color:var(--primary);transform:scale(1.05)}.PricingPage-module__vT2PCG__popularBadge{background:var(--primary);color:#fff;border-radius:9999px;padding:.25rem 1rem;font-size:.875rem;font-weight:500;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}.PricingPage-module__vT2PCG__cardHeader{text-align:center;margin-bottom:2rem}.PricingPage-module__vT2PCG__cardIcon{width:4rem;height:4rem;box-shadow:var(--shadow-lg);z-index:10;border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1rem;padding:.75rem;transition:all .3s ease-in-out;display:inline-flex;position:relative}.PricingPage-module__vT2PCG__cardIconPrimary{background:var(--primary);color:#fff}.PricingPage-module__vT2PCG__cardIconSecondary{background:var(--primary-light);color:var(--primary)}.PricingPage-module__vT2PCG__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.PricingPage-module__vT2PCG__cardDescription{color:var(--text-secondary);margin-bottom:1.5rem}.PricingPage-module__vT2PCG__cardPricing{margin-bottom:1.5rem}.PricingPage-module__vT2PCG__cardPrice{color:var(--text-primary);font-size:2.5rem;font-weight:900}.PricingPage-module__vT2PCG__cardPeriod{color:var(--text-secondary);margin-left:.5rem}.PricingPage-module__vT2PCG__cardFeatures{space-y:1rem;margin:0 0 2rem;padding:0;list-style:none}.PricingPage-module__vT2PCG__cardFeature{align-items:center;margin-bottom:1rem;display:flex}.PricingPage-module__vT2PCG__cardFeatureIcon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-right:.75rem}.PricingPage-module__vT2PCG__cardFeatureIconSuccess{color:var(--success)}.PricingPage-module__vT2PCG__cardFeatureIconMuted{color:var(--text-muted)}.PricingPage-module__vT2PCG__cardFeatureText{font-size:.875rem}.PricingPage-module__vT2PCG__cardFeatureTextPrimary{color:var(--text-primary)}.PricingPage-module__vT2PCG__cardFeatureTextMuted{color:var(--text-muted)}.PricingPage-module__vT2PCG__cardButton{text-align:center;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:1rem 1.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:block;position:relative;overflow:hidden}.PricingPage-module__vT2PCG__cardButtonPrimary{background:linear-gradient(135deg,var(--green-primary)0%,var(--green-dark)100%);color:#fff;box-shadow:var(--shadow-lg)}.PricingPage-module__vT2PCG__cardButtonPrimary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.PricingPage-module__vT2PCG__cardButtonPrimary:hover:before{left:100%}.PricingPage-module__vT2PCG__cardButtonPrimary:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.PricingPage-module__vT2PCG__cardButtonSecondary{background:var(--button-secondary-bg);color:var(--button-secondary-text);border:2px solid var(--button-secondary-border)}.PricingPage-module__vT2PCG__cardButtonSecondary:hover{border-color:var(--primary-hover);color:var(--primary-hover);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.PricingPage-module__vT2PCG__enterpriseSection{background:var(--surface-bg);padding:6rem 0;position:relative;overflow:hidden}.PricingPage-module__vT2PCG__enterpriseContainer{max-width:4xl;text-align:center;margin:0 auto;padding:0 1.5rem}.PricingPage-module__vT2PCG__enterpriseTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.PricingPage-module__vT2PCG__enterpriseTitle{font-size:3rem}}@media (min-width:768px){.PricingPage-module__vT2PCG__enterpriseTitle{font-size:3.75rem}}.PricingPage-module__vT2PCG__enterpriseSubtitle{color:var(--text-secondary);max-width:2xl;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:300;line-height:1.6}@media (min-width:768px){.PricingPage-module__vT2PCG__enterpriseSubtitle{font-size:1.5rem}}.PricingPage-module__vT2PCG__enterpriseFeatures{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (min-width:768px){.PricingPage-module__vT2PCG__enterpriseFeatures{grid-template-columns:repeat(3,1fr);gap:2rem}}.PricingPage-module__vT2PCG__enterpriseFeature{text-align:center}.PricingPage-module__vT2PCG__enterpriseFeatureIcon{background:var(--primary-light);border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin:0 auto 1rem;padding:1rem;display:flex}.PricingPage-module__vT2PCG__enterpriseFeatureIconSvg{width:2rem;height:2rem;color:var(--primary)}.PricingPage-module__vT2PCG__enterpriseFeatureTitle{color:var(--text-primary);margin-bottom:.5rem;font-weight:600}.PricingPage-module__vT2PCG__enterpriseFeatureDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.PricingPage-module__vT2PCG__enterpriseButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;box-shadow:var(--shadow-lg);border-radius:9999px;padding:1rem 2rem;font-size:1.125rem;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-block;position:relative;overflow:hidden}.PricingPage-module__vT2PCG__enterpriseButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.PricingPage-module__vT2PCG__enterpriseButton:hover:before{left:100%}.PricingPage-module__vT2PCG__enterpriseButton:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)scale(1.05)}.PricingPage-module__vT2PCG__faqSection{padding:6rem 0;position:relative;overflow:hidden}.PricingPage-module__vT2PCG__faqContainer{max-width:4xl;margin:0 auto;padding:0 1.5rem}.PricingPage-module__vT2PCG__faqTitle{color:var(--text-primary);text-align:center;letter-spacing:-.02em;margin-bottom:3rem;font-size:2.5rem;font-weight:900;line-height:1.2}@media (min-width:640px){.PricingPage-module__vT2PCG__faqTitle{font-size:3rem}}@media (min-width:768px){.PricingPage-module__vT2PCG__faqTitle{font-size:3.75rem}}.PricingPage-module__vT2PCG__faqGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.PricingPage-module__vT2PCG__faqGrid{grid-template-columns:repeat(2,1fr);gap:2rem}}.PricingPage-module__vT2PCG__faqCard{background:var(--card-bg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s ease-in-out}.PricingPage-module__vT2PCG__faqCard:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.PricingPage-module__vT2PCG__faqQuestion{color:var(--text-primary);margin-bottom:.75rem;font-weight:600}.PricingPage-module__vT2PCG__faqAnswer{color:var(--text-secondary);font-size:.875rem;line-height:1.5}@media (max-width:1023px){.PricingPage-module__vT2PCG__heroSection,.PricingPage-module__vT2PCG__pricingSection,.PricingPage-module__vT2PCG__enterpriseSection,.PricingPage-module__vT2PCG__faqSection{padding:4rem 0}.PricingPage-module__vT2PCG__heroTitle{font-size:2.25rem}.PricingPage-module__vT2PCG__heroSubtitle{font-size:1.125rem}.PricingPage-module__vT2PCG__enterpriseTitle,.PricingPage-module__vT2PCG__faqTitle{font-size:2.25rem}.PricingPage-module__vT2PCG__enterpriseSubtitle{font-size:1.125rem}.PricingPage-module__vT2PCG__pricingGrid{gap:1.5rem}.PricingPage-module__vT2PCG__pricingCard{padding:1.5rem}.PricingPage-module__vT2PCG__cardIcon{width:3rem;height:3rem;padding:.5rem}.PricingPage-module__vT2PCG__cardTitle{font-size:1.25rem}.PricingPage-module__vT2PCG__cardPrice{font-size:2rem}}
