.pricing-module__Pr_Y-G__container{background:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.pricing-module__Pr_Y-G__hero{text-align:center;padding:clamp(6rem,12vw,9rem) clamp(1.5rem,5vw,3rem) clamp(4rem,8vw,6rem);position:relative;overflow:hidden}.pricing-module__Pr_Y-G__hero:before{content:"";background:radial-gradient(ellipse 60% 40% at 50% 30%,var(--color-accent-soft)0%,transparent 60%);opacity:.7;z-index:0;width:150%;height:150%;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.pricing-module__Pr_Y-G__heroContent{z-index:1;max-width:800px;margin:0 auto;position:relative}.pricing-module__Pr_Y-G__badge{background:var(--color-accent);color:#fff;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.pricing-module__Pr_Y-G__heroTitle{letter-spacing:-.02em;color:var(--color-text);margin:0 0 1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.pricing-module__Pr_Y-G__accent{color:var(--color-accent)}.pricing-module__Pr_Y-G__heroSubtitle{color:var(--color-text-muted);margin:0;font-size:1.25rem;line-height:1.7}.pricing-module__Pr_Y-G__sectionTitle{text-align:center;letter-spacing:-.02em;color:var(--color-text);margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.pricing-module__Pr_Y-G__sectionSubtitle{color:var(--color-text-muted);text-align:center;max-width:600px;margin:0 auto 2.5rem;font-size:1.125rem;line-height:1.7}.pricing-module__Pr_Y-G__pricingSection{padding:0 clamp(1.5rem,5vw,3rem) clamp(4rem,8vw,6rem)}.pricing-module__Pr_Y-G__pricingContent{max-width:1200px;margin:0 auto}.pricing-module__Pr_Y-G__pricingGrid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1.5rem;display:grid}@media (max-width:1024px){.pricing-module__Pr_Y-G__pricingGrid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.pricing-module__Pr_Y-G__pricingCard{background:var(--color-card);border:2px solid var(--color-border);border-radius:24px;flex-direction:column;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.pricing-module__Pr_Y-G__pricingCard:hover{border-color:var(--color-accent);transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.pricing-module__Pr_Y-G__pricingCard.pricing-module__Pr_Y-G__popular{border-color:var(--color-accent);background:linear-gradient(180deg,var(--color-accent-soft)0%,var(--color-card)100%);box-shadow:0 20px 40px var(--color-accent-soft)}.pricing-module__Pr_Y-G__popularBadge{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-radius:100px;padding:.375rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-module__Pr_Y-G__cardHeader{text-align:center;border-bottom:1px solid var(--color-border);margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-module__Pr_Y-G__planName{color:var(--color-text);margin:0 0 1rem;font-size:1.5rem;font-weight:700}.pricing-module__Pr_Y-G__priceWrapper{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:1rem;display:flex}.pricing-module__Pr_Y-G__priceAmount{color:var(--color-accent);letter-spacing:-.02em;font-size:3rem;font-weight:800;line-height:1}.pricing-module__Pr_Y-G__priceNote{color:var(--color-text-soft);font-size:1rem}.pricing-module__Pr_Y-G__planDescription{color:var(--color-text-muted);margin:0;font-size:.9375rem;line-height:1.6}.pricing-module__Pr_Y-G__featureList{flex:1;margin:0 0 2rem;padding:0;list-style:none}.pricing-module__Pr_Y-G__featureItem{color:var(--color-text-muted);align-items:flex-start;gap:.75rem;padding:.625rem 0;font-size:.9375rem;line-height:1.5;display:flex}.pricing-module__Pr_Y-G__featureItem svg{color:var(--color-success);flex-shrink:0;margin-top:2px}.pricing-module__Pr_Y-G__planCta{background:var(--color-accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:auto;padding:1rem 1.5rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.pricing-module__Pr_Y-G__planCta:hover{background:var(--color-accent-hover);box-shadow:0 8px 24px var(--color-accent-soft);transform:translateY(-2px)}.pricing-module__Pr_Y-G__calculatorSection{background:var(--color-surface);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.pricing-module__Pr_Y-G__calculatorContent{max-width:900px;margin:0 auto}.pricing-module__Pr_Y-G__calculatorGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem;display:grid}@media (max-width:768px){.pricing-module__Pr_Y-G__calculatorGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.pricing-module__Pr_Y-G__calculatorGrid{grid-template-columns:1fr}}.pricing-module__Pr_Y-G__calculatorCard{background:var(--color-card);border:1px solid var(--color-border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.pricing-module__Pr_Y-G__calculatorCard:hover{border-color:var(--color-accent);box-shadow:0 8px 30px #0000000f}.pricing-module__Pr_Y-G__teamSize{color:var(--color-text-soft);margin-bottom:.5rem;font-size:.875rem}.pricing-module__Pr_Y-G__teamPrice{color:var(--color-accent);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.pricing-module__Pr_Y-G__teamBreakdown{color:var(--color-text-softer);font-size:.75rem}.pricing-module__Pr_Y-G__calculatorNote{text-align:center;color:var(--color-text-muted);margin-top:2rem;font-size:1rem;line-height:1.7}.pricing-module__Pr_Y-G__comparisonSection{background:var(--color-bg);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.pricing-module__Pr_Y-G__comparisonContent{max-width:900px;margin:0 auto}.pricing-module__Pr_Y-G__tableWrapper{border:1px solid var(--color-border);background:var(--color-card);border-radius:16px;overflow-x:auto}.pricing-module__Pr_Y-G__comparisonTable{border-collapse:collapse;width:100%;min-width:600px}.pricing-module__Pr_Y-G__comparisonTable th,.pricing-module__Pr_Y-G__comparisonTable td{text-align:center;border-bottom:1px solid var(--color-border);padding:1rem 1.25rem}.pricing-module__Pr_Y-G__comparisonTable th:first-child,.pricing-module__Pr_Y-G__comparisonTable td:first-child{text-align:left;font-weight:500}.pricing-module__Pr_Y-G__comparisonTable thead th{background:var(--color-card-header);color:var(--color-text);font-size:.9375rem;font-weight:700}.pricing-module__Pr_Y-G__comparisonTable tbody td{color:var(--color-text-muted);font-size:.9375rem}.pricing-module__Pr_Y-G__comparisonTable tbody tr:last-child td{border-bottom:none}.pricing-module__Pr_Y-G__comparisonTable tbody tr:hover{background:var(--color-surface-hover)}.pricing-module__Pr_Y-G__checkIcon{color:var(--color-success);display:inline-flex}.pricing-module__Pr_Y-G__xIcon{color:var(--color-text-softer);display:inline-flex}.pricing-module__Pr_Y-G__priceRow td{background:var(--color-surface);font-size:1rem}.pricing-module__Pr_Y-G__priceRow td strong{color:var(--color-accent);font-size:1.25rem}.pricing-module__Pr_Y-G__priceExtra{color:var(--color-text-soft);margin-top:.25rem;font-size:.75rem;font-weight:400;display:block}.pricing-module__Pr_Y-G__faqSection{background:var(--color-surface);padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.pricing-module__Pr_Y-G__faqContent{max-width:900px;margin:0 auto}.pricing-module__Pr_Y-G__faqGrid{gap:1.5rem;margin-top:2.5rem;display:grid}.pricing-module__Pr_Y-G__faqItem{background:var(--color-card);border:1px solid var(--color-border);border-radius:16px;padding:2rem;transition:all .3s}.pricing-module__Pr_Y-G__faqItem:hover{border-color:var(--color-accent);box-shadow:0 8px 30px #0000000f}.pricing-module__Pr_Y-G__faqQuestion{color:var(--color-text);margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.pricing-module__Pr_Y-G__faqAnswer{color:var(--color-text-muted);margin:0;font-size:1rem;line-height:1.7}.pricing-module__Pr_Y-G__ctaSection{background:linear-gradient(135deg,var(--color-accent)0%,#1e40af 100%);text-align:center;padding:clamp(4rem,8vw,6rem) clamp(1.5rem,5vw,3rem)}.pricing-module__Pr_Y-G__ctaContent{max-width:600px;margin:0 auto}.pricing-module__Pr_Y-G__ctaTitle{color:#fff;letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.pricing-module__Pr_Y-G__ctaText{color:#ffffffe6;margin:0 0 2rem;font-size:1.125rem;line-height:1.7}.pricing-module__Pr_Y-G__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.pricing-module__Pr_Y-G__ctaPrimary{color:var(--color-accent);background:#fff;border-radius:12px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .25s}.pricing-module__Pr_Y-G__ctaPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.pricing-module__Pr_Y-G__ctaSecondary{color:#fff;background:0 0;border:1px solid #ffffff4d;border-radius:12px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .25s}.pricing-module__Pr_Y-G__ctaSecondary:hover{background:#ffffff1a;border-color:#fff9}@media (max-width:768px){.pricing-module__Pr_Y-G__heroSubtitle{font-size:1.1rem}.pricing-module__Pr_Y-G__priceAmount{font-size:2.5rem}.pricing-module__Pr_Y-G__ctaButtons{flex-direction:column;align-items:center}.pricing-module__Pr_Y-G__ctaPrimary,.pricing-module__Pr_Y-G__ctaSecondary{text-align:center;width:100%;max-width:300px}}@media (max-width:480px){.pricing-module__Pr_Y-G__heroTitle{font-size:1.75rem}.pricing-module__Pr_Y-G__pricingCard{padding:1.5rem}.pricing-module__Pr_Y-G__planName{font-size:1.25rem}.pricing-module__Pr_Y-G__priceAmount{font-size:2rem}.pricing-module__Pr_Y-G__faqItem{padding:1.5rem}}
/*# sourceMappingURL=b19d0ffbce9a15bb.css.map*/