@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=Anonymous+Pro:wght@400;700&display=swap";section.BallparkEstimator{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:8rem;padding:0 1.5rem;position:relative}section.BallparkEstimator .section-label{font-family:Inter,sans-serif;font-weight:700;font-size:14px;letter-spacing:3px;text-transform:uppercase;color:var(--primary-1,#5fff58);margin-bottom:1rem}section.BallparkEstimator h2{font-family:Outfit,sans-serif;font-weight:400;font-size:56px;line-height:72.8px;text-align:center;color:#f1f1f1;margin-bottom:1rem}section.BallparkEstimator h2 span{color:var(--primary-1,#5fff58)}section.BallparkEstimator .estimator-subtitle{font-family:Inter,sans-serif;font-size:16px;color:rgba(241,241,241,.55);text-align:center;max-width:560px;margin-bottom:3rem;line-height:1.6}section.BallparkEstimator .estimator-layout{width:100%;max-width:1000px;display:grid;grid-template-columns:1fr 320px;grid-gap:32px;gap:32px;align-items:start}section.BallparkEstimator .estimator-left{display:flex;flex-direction:column;gap:20px}section.BallparkEstimator .category-tabs{display:flex;flex-wrap:wrap;gap:8px}section.BallparkEstimator .cat-tab{font-family:Inter,sans-serif;font-size:13px;font-weight:700;padding:8px 16px;border-radius:100px;border:1px solid hsla(0,0%,100%,.12);background:rgba(0,0,0,0);color:rgba(241,241,241,.6);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}section.BallparkEstimator .cat-tab:hover{border-color:hsla(0,0%,100%,.3);color:#f1f1f1}section.BallparkEstimator .cat-tab.active{background:var(--primary-1,#5fff58);color:#030303;border-color:var(--primary-1,#5fff58)}section.BallparkEstimator .cat-tab .cat-count{font-size:11px;background:rgba(0,0,0,.25);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center}section.BallparkEstimator .features-list{display:flex;flex-direction:column;gap:6px}section.BallparkEstimator .feature-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:10px;border:1px solid hsla(0,0%,100%,.06);background:rgba(23,24,26,.5);cursor:pointer;transition:all .2s;width:100%;text-align:left}section.BallparkEstimator .feature-item:hover{border-color:hsla(0,0%,100%,.15);background:rgba(23,24,26,.8)}section.BallparkEstimator .feature-item.selected{border-color:var(--primary-1,#5fff58);background:rgba(95,255,88,.06)}section.BallparkEstimator .feature-item.selected .feature-check{background:var(--primary-1,#5fff58);color:#030303;border-color:var(--primary-1,#5fff58)}section.BallparkEstimator .feature-item .feature-check{width:22px;height:22px;border-radius:5px;border:1.5px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;transition:all .2s}section.BallparkEstimator .feature-item .feature-label{font-family:Inter,sans-serif;font-size:14px;color:#f1f1f1;flex:1 1}section.BallparkEstimator .feature-item .feature-price{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:rgba(241,241,241,.45)}section.BallparkEstimator .estimator-right{position:-webkit-sticky;position:sticky;top:100px}section.BallparkEstimator .estimate-summary{border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:rgba(23,24,26,.7);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:28px 24px;display:flex;flex-direction:column;gap:16px}section.BallparkEstimator .summary-row{display:flex;justify-content:space-between;align-items:center}section.BallparkEstimator .summary-row .summary-label{font-family:Inter,sans-serif;font-size:14px;color:rgba(241,241,241,.5)}section.BallparkEstimator .summary-row .summary-value{font-family:Inter,sans-serif;font-size:14px;font-weight:700;color:#f1f1f1}section.BallparkEstimator .summary-divider{height:1px;background:hsla(0,0%,100%,.08)}section.BallparkEstimator .summary-total{display:flex;justify-content:space-between;align-items:center}section.BallparkEstimator .summary-total .total-label{font-family:Inter,sans-serif;font-size:16px;font-weight:700;color:#f1f1f1}section.BallparkEstimator .summary-total .total-value{font-family:Outfit,sans-serif;font-size:40px;color:var(--primary-1,#5fff58)}section.BallparkEstimator .estimate-cta{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:10px;background:var(--primary-1,#5fff58);color:#030303;font-family:Inter,sans-serif;font-size:15px;font-weight:700;text-decoration:none;transition:opacity .2s;min-height:48px}section.BallparkEstimator .estimate-cta:hover{opacity:.9}section.BallparkEstimator .ceo-connect{display:block;text-align:center;font-family:Inter,sans-serif;font-size:12px;color:rgba(241,241,241,.5);text-decoration:none;margin-top:8px;transition:color .2s}section.BallparkEstimator .ceo-connect:hover{color:#5fff58}section.BallparkEstimator .estimate-disclaimer{font-family:Inter,sans-serif;font-size:12px;color:rgba(241,241,241,.3);text-align:center;line-height:1.5;margin:0}@media screen and (max-width:1068px){section.BallparkEstimator h2{font-size:40px;line-height:52px}}@media screen and (max-width:768px){section.BallparkEstimator{margin-top:4rem;padding:0 1rem}section.BallparkEstimator h2{font-size:28px;line-height:36px}section.BallparkEstimator .estimator-subtitle{font-size:14px;margin-bottom:2rem}section.BallparkEstimator .estimator-layout{grid-template-columns:1fr;gap:24px}section.BallparkEstimator .estimator-right{position:static}section.BallparkEstimator .category-tabs{flex-wrap:wrap;justify-content:center;gap:10px;padding-bottom:0}section.BallparkEstimator .cat-tab{font-size:13px;padding:8px 16px}section.BallparkEstimator .feature-item{padding:12px 14px;gap:10px}section.BallparkEstimator .feature-item .feature-label,section.BallparkEstimator .feature-item .feature-price{font-size:13px}section.BallparkEstimator .estimate-summary{padding:20px 16px}section.BallparkEstimator .summary-total .total-value{font-size:32px}}