.PricingCards-module__SGUrZW__sectionWrapper{background-color:var(--bg-primary);padding:80px 24px 100px}.PricingCards-module__SGUrZW__sectionHeader{text-align:center;max-width:700px;margin:0 auto 48px}.PricingCards-module__SGUrZW__heading{color:var(--text-primary);letter-spacing:-.02em;margin-top:16px;margin-bottom:16px;font-size:38px;font-weight:800}.PricingCards-module__SGUrZW__subheading{color:var(--text-secondary);font-size:17px;line-height:1.5}.PricingCards-module__SGUrZW__tabContainer{justify-content:center;margin-bottom:48px;display:flex}.PricingCards-module__SGUrZW__tabWrapper{background-color:var(--bg-secondary);border:1px solid var(--border-light);border-radius:40px;padding:6px;display:flex;box-shadow:0 4px 20px #00000005}.PricingCards-module__SGUrZW__tabBtn{cursor:pointer;color:var(--text-secondary);transition:var(--transition-smooth);background:0 0;border:none;border-radius:30px;flex-direction:column;align-items:center;gap:2px;padding:10px 28px;display:flex}.PricingCards-module__SGUrZW__tabBtn:hover{color:var(--text-primary)}.PricingCards-module__SGUrZW__tabBtnActive{background-color:var(--color-brand-primary);color:#fff!important}.PricingCards-module__SGUrZW__tabBtnActive .PricingCards-module__SGUrZW__tabPriceRange,.PricingCards-module__SGUrZW__tabBtnActive:hover .PricingCards-module__SGUrZW__tabPriceRange{color:#ffffffd9!important}.PricingCards-module__SGUrZW__tabBtnGold{transition:var(--transition-smooth)}.PricingCards-module__SGUrZW__tabBtnGoldActive{box-shadow:0 4px 15px #d4af3740;color:#fff!important;background:linear-gradient(135deg,#d4af37 0%,#aa7c11 100%)!important}.PricingCards-module__SGUrZW__tabBtnGoldActive .PricingCards-module__SGUrZW__tabPriceRangeGold,.PricingCards-module__SGUrZW__tabBtnGoldActive:hover .PricingCards-module__SGUrZW__tabPriceRangeGold{color:#ffffffd9!important}.PricingCards-module__SGUrZW__tabTitleText,.PricingCards-module__SGUrZW__tabTitleTextGold{font-size:14.5px;font-weight:700;line-height:1.2}.PricingCards-module__SGUrZW__tabPriceRange,.PricingCards-module__SGUrZW__tabPriceRangeGold{color:var(--text-muted);transition:var(--transition-smooth);font-size:11px;font-weight:600;line-height:1.2}.PricingCards-module__SGUrZW__tabBtnGold:not(.PricingCards-module__SGUrZW__tabBtnGoldActive):hover,.PricingCards-module__SGUrZW__tabBtnGold:not(.PricingCards-module__SGUrZW__tabBtnGoldActive):hover .PricingCards-module__SGUrZW__tabPriceRangeGold{color:#aa7c11}.PricingCards-module__SGUrZW__compareLinkWrapper{justify-content:center;margin:32px 0 48px;display:flex}.PricingCards-module__SGUrZW__compareLinkBtn{color:var(--color-brand-primary);cursor:pointer;font-size:14.5px;font-weight:700;font-family:var(--font-family-title);background:linear-gradient(135deg,#195cab08 0%,#195cab0f 100%);border:1px solid #195cab26;border-radius:9999px;align-items:center;gap:8px;padding:12px 28px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #195cab05}.PricingCards-module__SGUrZW__compareLinkBtn:hover{border-color:var(--color-brand-primary);background:linear-gradient(135deg,#195cab0f 0%,#195cab1a 100%);transform:translateY(-2px);box-shadow:0 8px 24px #195cab14}.PricingCards-module__SGUrZW__tabBtnActive:hover{color:#fff}.PricingCards-module__SGUrZW__gridContainer{grid-template-columns:1fr;align-items:stretch;gap:32px;max-width:1100px;margin:0 auto;display:grid}@media (min-width:768px){.PricingCards-module__SGUrZW__gridContainer{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.PricingCards-module__SGUrZW__executiveGrid{max-width:780px;grid-template-columns:repeat(2,1fr)!important}}.PricingCards-module__SGUrZW__pricingCard{background-color:var(--bg-secondary);border:1px solid var(--border-light);border-radius:var(--border-radius-lg);transition:var(--transition-smooth);box-shadow:var(--glass-shadow);flex-direction:column;padding:40px 28px;display:flex;position:relative}.PricingCards-module__SGUrZW__pricingCard:hover{border-color:#195cab33;transform:translateY(-6px);box-shadow:0 20px 40px #0000000a}.PricingCards-module__SGUrZW__pricingCardPopular{border-color:var(--color-brand-primary);box-shadow:0 20px 48px #195cab14}.PricingCards-module__SGUrZW__pricingCardPopular:hover{border-color:var(--color-brand-primary-hover);box-shadow:0 20px 48px #195cab1f}.PricingCards-module__SGUrZW__popularBadge{background-color:var(--color-brand-primary);color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:10;border-radius:20px;padding:4px 16px;font-size:12px;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.PricingCards-module__SGUrZW__cardHeader{border-bottom:1px solid var(--border-light);margin-bottom:24px;padding-bottom:24px}.PricingCards-module__SGUrZW__planName{color:var(--text-primary);margin-bottom:8px;font-size:22px;font-weight:700}.PricingCards-module__SGUrZW__planNamePopular{color:var(--color-brand-primary);margin-bottom:8px;font-size:22px;font-weight:700}.PricingCards-module__SGUrZW__price{color:var(--text-primary);align-items:baseline;margin-bottom:12px;font-size:40px;font-weight:800;display:flex}.PricingCards-module__SGUrZW__pricePeriod{color:var(--text-secondary);margin-left:4px;font-size:14px;font-weight:500}.PricingCards-module__SGUrZW__planDesc{color:var(--text-secondary);font-size:13.5px;line-height:1.5}.PricingCards-module__SGUrZW__featuresList{flex-direction:column;flex-grow:1;gap:12px;margin-bottom:40px;list-style:none;display:flex}.PricingCards-module__SGUrZW__featureItem{color:var(--text-secondary);align-items:flex-start;gap:10px;font-size:14px;line-height:1.4;display:flex}.PricingCards-module__SGUrZW__featureCheck{color:var(--color-brand-primary);flex-shrink:0;font-weight:700}.PricingCards-module__SGUrZW__divider{background-color:var(--border-light);max-width:1100px;height:1px;margin:80px auto}.PricingCards-module__SGUrZW__alacarteSection{max-width:1100px;margin:0 auto}.PricingCards-module__SGUrZW__alacarteHeader{text-align:center;max-width:700px;margin:0 auto 48px}.PricingCards-module__SGUrZW__alacarteHeading{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:12px;font-size:32px;font-weight:800}.PricingCards-module__SGUrZW__alacarteSubheading{color:var(--text-secondary);font-size:16px;line-height:1.5}.PricingCards-module__SGUrZW__alacarteGrid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:1040px;margin:0 auto;display:grid}.PricingCards-module__SGUrZW__alacarteCard{background-color:#fff;border:1px solid #195cab14;border-radius:16px;flex-direction:column;justify-content:space-between;padding:28px;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 20px #00000005}.PricingCards-module__SGUrZW__alacarteCard:hover{border-color:#195cab33;transform:translateY(-5px);box-shadow:0 12px 30px #195cab0f}.PricingCards-module__SGUrZW__alacarteCardHeader{align-items:center;gap:16px;margin-bottom:12px;display:flex}.PricingCards-module__SGUrZW__alacarteIconWrapper{background-color:#195cab0d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.PricingCards-module__SGUrZW__alacarteIcon{font-size:20px}.PricingCards-module__SGUrZW__alacarteTitle{color:#0f172a;margin:0;font-size:16.5px;font-weight:700}.PricingCards-module__SGUrZW__alacarteDesc{color:#475569;flex-grow:1;margin:0 0 20px;font-size:13.5px;line-height:1.5}.PricingCards-module__SGUrZW__alacarteFooter{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.PricingCards-module__SGUrZW__alacartePrice{color:#195caf;font-size:22px;font-weight:800}.PricingCards-module__SGUrZW__alacarteBtn{border-radius:8px!important;padding:8px 20px!important;font-size:13.5px!important;font-weight:700!important}@media (max-width:768px){.PricingCards-module__SGUrZW__gridContainer{grid-template-columns:1fr}.PricingCards-module__SGUrZW__alacarteGrid{grid-template-columns:1fr;gap:16px}}.PricingCards-module__SGUrZW__guaranteeBanner{text-align:center;background-color:#fff;border:1px solid #195cab14;border-radius:20px;margin-top:80px;margin-bottom:64px;padding:48px 32px;position:relative;overflow:hidden;box-shadow:0 12px 36px #195cab08}.PricingCards-module__SGUrZW__guaranteeBanner:before{content:"";background:linear-gradient(90deg,#195caf,#10b981);height:5px;position:absolute;top:0;left:0;right:0}.PricingCards-module__SGUrZW__guaranteeBadge{color:#195caf;text-transform:uppercase;letter-spacing:1px;font-size:10.5px;font-weight:700;font-family:var(--font-family-title);background-color:#195cab0f;border-radius:9999px;margin-bottom:20px;padding:6px 16px;display:inline-block}.PricingCards-module__SGUrZW__guaranteeHeading{color:#0f172a;font-size:24px;font-weight:800;font-family:var(--font-family-title);letter-spacing:-.02em;margin-bottom:16px}.PricingCards-module__SGUrZW__guaranteeHighlight{background:linear-gradient(135deg,#195caf 0%,#10b981 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:900}.PricingCards-module__SGUrZW__guaranteeText{color:#475569;max-width:720px;margin:0 auto 28px;font-size:14.5px;line-height:1.6}.PricingCards-module__SGUrZW__guaranteeSpecs{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.PricingCards-module__SGUrZW__specItem{color:#0f172a;box-sizing:border-box;background-color:#10b9810d;border:1px solid #10b9811f;border-radius:9999px;align-items:center;gap:8px;padding:10px 20px;font-size:13.5px;font-weight:700;display:flex}.PricingCards-module__SGUrZW__specCheck{color:#10b981;font-size:14px;font-weight:800}.PricingCards-module__SGUrZW__faqSection{margin-top:96px}.PricingCards-module__SGUrZW__faqHeader{text-align:center;margin-bottom:48px}.PricingCards-module__SGUrZW__faqHeading{color:var(--text-primary);font-size:32px;font-weight:800;font-family:var(--font-family-title)}.PricingCards-module__SGUrZW__faqWrapper{flex-direction:column;gap:16px;max-width:800px;margin:0 auto;display:flex}.PricingCards-module__SGUrZW__faqItem{background-color:var(--bg-secondary);border:1px solid var(--border-light);transition:var(--transition-smooth);border-radius:16px;overflow:hidden}.PricingCards-module__SGUrZW__faqItem:hover{border-color:#195cab1a;box-shadow:0 10px 20px #0f172a05}.PricingCards-module__SGUrZW__faqItemExpanded{border-color:#195cab26;box-shadow:0 10px 30px #0f172a08}.PricingCards-module__SGUrZW__faqQuestion{width:100%;color:var(--text-primary);cursor:pointer;text-align:left;font-size:16px;font-weight:700;font-family:var(--font-family-title);background:0 0;border:none;justify-content:space-between;align-items:center;padding:20px 28px;display:flex}.PricingCards-module__SGUrZW__faqArrow{color:var(--text-secondary);font-size:11px;transition:transform .3s}.PricingCards-module__SGUrZW__faqArrowRotated{color:var(--color-brand-primary);transform:rotate(180deg)}.PricingCards-module__SGUrZW__faqAnswer{color:var(--text-secondary);padding:0 28px 20px;font-size:14.5px;line-height:1.6}@media (max-width:768px){.PricingCards-module__SGUrZW__guaranteeBanner{padding:32px 20px}.PricingCards-module__SGUrZW__guaranteeHeading{font-size:22px}.PricingCards-module__SGUrZW__guaranteeText{margin-bottom:24px;font-size:14px}.PricingCards-module__SGUrZW__guaranteeSpecs{flex-direction:column;align-items:flex-start;gap:12px}.PricingCards-module__SGUrZW__faqHeading{font-size:26px}}.PricingCards-module__SGUrZW__comparisonSection{margin-top:80px}.PricingCards-module__SGUrZW__comparisonHeader{text-align:center;margin-bottom:32px}.PricingCards-module__SGUrZW__comparisonHeading{color:var(--text-primary);font-size:28px;font-weight:800;font-family:var(--font-family-title);letter-spacing:-.02em}.PricingCards-module__SGUrZW__comparisonSubheading{color:var(--text-secondary);font-size:15px}.PricingCards-module__SGUrZW__tableWrapper{border:1px solid var(--border-light);background-color:var(--bg-secondary);border-radius:16px;width:100%;margin-bottom:20px;overflow-x:auto;box-shadow:0 4px 30px #0f172a04}.PricingCards-module__SGUrZW__compareTable{border-collapse:collapse;text-align:left;width:100%;min-width:850px}.PricingCards-module__SGUrZW__compareTable th{color:var(--text-primary);border-bottom:2px solid var(--border-light);text-align:center;background-color:#0f172a03;padding:24px 16px;font-size:14px;font-weight:700}.PricingCards-module__SGUrZW__compareTable th:first-child{text-align:left;padding-left:28px}.PricingCards-module__SGUrZW__featureColHeader{width:25%}.PricingCards-module__SGUrZW__tablePrice{color:var(--color-brand-primary);margin-top:4px;font-size:16px;font-weight:800;display:inline-block}.PricingCards-module__SGUrZW__tableBadge{background-color:var(--color-brand-primary);color:#fff;text-transform:uppercase;white-space:nowrap;border-radius:4px;margin-top:6px;padding:3px 8px;font-size:9px;font-weight:700;display:inline-block}.PricingCards-module__SGUrZW__popularColHeader{border-bottom-color:var(--color-brand-primary)!important;background-color:#195cab08!important}.PricingCards-module__SGUrZW__categoryRow td{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);border-bottom:1px solid var(--border-light);background-color:#0f172a08;padding:14px 28px;font-size:12px;font-weight:850}.PricingCards-module__SGUrZW__compareTable td{color:var(--text-secondary);border-bottom:1px solid var(--border-light);text-align:center;vertical-align:middle;padding:18px 16px;font-size:14px}.PricingCards-module__SGUrZW__compareTable td:first-child{text-align:left;color:var(--text-primary);padding-left:28px;font-weight:600}.PricingCards-module__SGUrZW__featureName{font-weight:600}.PricingCards-module__SGUrZW__emptyCell{opacity:.5;color:#cbd5e1!important}.PricingCards-module__SGUrZW__pricingCardPremium{position:relative;color:#e2e8f0!important;background-color:#0f172a!important;border-color:#d4af3773!important;box-shadow:0 16px 40px #0f172a4d!important}.PricingCards-module__SGUrZW__pricingCardPremium:hover{border-color:#d4af37cc!important;transform:translateY(-6px)!important;box-shadow:0 24px 50px #d4af3747!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__planName,.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__price{color:#fff!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__pricePeriod{color:#94a3b8!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__planTagline{color:#f59e0b!important;font-weight:700!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__planDesc{color:#94a3b8!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__afterpay{color:#64748b!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__afterpay strong{color:#cbd5e1!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__afterpayBrand{color:#0f172a!important;background-color:#fde047!important;font-weight:800!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__featureItem{color:#cbd5e1!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__featureCheck{color:#f59e0b!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__featureCross{color:#475569!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__featureNotIncluded{opacity:.4!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__cardCompareLink{color:#94a3b8!important}.PricingCards-module__SGUrZW__pricingCardPremium .PricingCards-module__SGUrZW__cardCompareLink:hover{color:#f59e0b!important}.PricingCards-module__SGUrZW__pricingCardPremium a.PricingCards-module__SGUrZW__btn{color:#fff!important;background:linear-gradient(135deg,#d4af37 0%,#aa7c11 100%)!important;border:none!important;font-weight:700!important;box-shadow:0 4px 12px #d4af3726!important}.PricingCards-module__SGUrZW__pricingCardPremium a.PricingCards-module__SGUrZW__btn:hover{background:linear-gradient(135deg,#f59e0b 0%,#d4af37 100%)!important;transform:translateY(-1px)!important;box-shadow:0 6px 20px #d4af3759!important}.PricingCards-module__SGUrZW__premiumBadge{color:#fff;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;background:linear-gradient(135deg,#d4af37 0%,#aa7c11 100%);border-radius:9999px;padding:4px 14px;font-size:10px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #d4af3740}.PricingCards-module__SGUrZW__planTagline{color:var(--color-brand-primary);margin:14px 0 8px;font-size:13.5px;font-style:italic;font-weight:600;line-height:1.3}.PricingCards-module__SGUrZW__afterpay{color:var(--text-secondary);margin-top:6px;font-size:11px;line-height:1.4}.PricingCards-module__SGUrZW__afterpayBrand{color:#000;text-transform:uppercase;letter-spacing:.5px;background-color:#b2fce4;border-radius:4px;padding:2px 6px;font-size:9.5px;font-weight:800;display:inline-block;box-shadow:0 1px 3px #0000000d}.PricingCards-module__SGUrZW__featureNotIncluded{opacity:.45}.PricingCards-module__SGUrZW__featureCross{color:#e11d48;margin-right:8px;font-size:14px;font-weight:700}.PricingCards-module__SGUrZW__featuresContainer{text-align:left;margin-top:20px;margin-bottom:24px}.PricingCards-module__SGUrZW__featureCategory{margin-bottom:20px}.PricingCards-module__SGUrZW__featureCategory:last-child{margin-bottom:0}.PricingCards-module__SGUrZW__categoryHeader{color:var(--text-primary);text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid var(--border-light);margin:0 0 8px;padding-bottom:4px;font-size:11px;font-weight:800}.PricingCards-module__SGUrZW__cardCompareLink{color:var(--text-secondary);cursor:pointer;transition:var(--transition-smooth);text-align:center;background:0 0;border:none;width:100%;margin-top:12px;font-size:13px;font-weight:600;text-decoration:underline}.PricingCards-module__SGUrZW__cardCompareLink:hover{color:var(--color-brand-primary);text-decoration:none}.PricingCards-module__SGUrZW__tableCheck{color:#10b981;font-size:15px;font-weight:700}.PricingCards-module__SGUrZW__tableCross{color:#cbd5e1;opacity:.65;font-size:14px}.PricingCards-module__SGUrZW__popularColTd{background-color:#195cab04!important}
