@import "https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap";
:root{--dashboard-font:"PT Sans", Arial, sans-serif;--brand-teal:#002426;--brand-teal-light:#004f52;--text-gray:#5f7180;--muted-gray:#8c98a3;--line-gray:#dce6ea;--soft-line:#edf2f4;--soft-surface:#fbfcfc;--off-white:#eee;--white:#fff;--shadow-soft:0 18px 42px #0024260e}*{box-sizing:border-box;font-family:var(--dashboard-font);-webkit-font-smoothing:antialiased;margin:0;padding:0}body{background:var(--white)}.stripe-pricing-page{background:var(--white);color:#08111d;flex-direction:column;width:100%;min-height:100vh;padding:24px clamp(18px,3vw,42px) 0;display:flex;overflow-x:hidden}.pricing-header,.pricing-intro,.feature-cards-grid,.pricing-table-shell,.bottom-cta-bar,.pricing-footer{width:min(100%,1560px);margin-left:auto;margin-right:auto}.pricing-header{margin-bottom:2px}.pricing-brand{color:var(--brand-teal);align-items:center;gap:14px;font-size:17px;font-weight:700;display:inline-flex}.pricing-brand img{object-fit:contain;width:42px;height:42px}.pricing-intro{color:var(--brand-teal);text-align:center;margin-top:-38px;padding-top:0}.pricing-intro h1{color:#070d19;max-width:980px;margin:0 auto 10px;font-size:clamp(34px,3.2vw,52px);font-weight:700;line-height:1.08}.pricing-intro p:not(.advisor-info-pill){color:var(--text-gray);max-width:860px;margin:0 auto;font-size:clamp(15px,1.1vw,18px);line-height:1.45}.pricing-selected-prompt{background:#f8faf9;border:1px solid #00242624;border-radius:8px;max-width:min(760px,100%);padding:9px 12px;font-weight:700;display:inline-flex;color:var(--brand-teal)!important;margin:6px auto 8px!important;font-size:15px!important}.customer-type-toggle{background:var(--white);border:0;border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center;width:min(680px,100%);height:52px;margin:2px auto 22px;padding:0;display:grid;overflow:hidden}.customer-type-toggle button{appearance:none;color:#30465a;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:0;height:100%;font-size:16px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s;position:relative}.customer-type-toggle button+button:before{content:"";background:#dce6ea;width:1px;height:28px;position:absolute;top:12px;left:0}.customer-type-toggle button.active{color:var(--white);z-index:1;background:linear-gradient(135deg,#011,#005b5e);box-shadow:0 2px 7px #00242638}.customer-type-toggle button.active:before,.customer-type-toggle button.active+button:before{opacity:0}.feature-cards-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;margin-top:28px;display:grid}.feature-card{background:var(--white);border:2px solid #dce4e9;border-radius:8px;flex-direction:column;min-height:370px;padding:24px 18px 22px;display:flex;box-shadow:0 16px 36px #00242609}.feature-icon{border-radius:8px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;display:inline-flex}.feature-icon.green{color:#07851f;background:#e9f8e8}.feature-icon.blue{color:#236bf3;background:#edf5ff}.feature-icon.purple{color:#783cd8;background:#f2e9ff}.feature-icon.teal{color:#0a7775;background:#e6f2f0}.feature-icon.gray{color:#1a2d36;background:#eef3f5}.feature-card h2{color:#0b1220;margin-bottom:12px;font-size:clamp(18px,1.25vw,22px);font-weight:700;line-height:1.16}.feature-description{color:#30465a;min-height:62px;font-size:14px;line-height:1.45}.feature-divider{background:#dce6ea;width:100%;height:1px;margin:20px 0 16px}.feature-list{flex-direction:column;gap:11px;margin:0;padding:0;list-style:none;display:flex}.feature-list li{color:#1c2b3a;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.28;display:flex}.feature-check,.plan-check{color:var(--white);background:#07851f;border-radius:999px;flex:0 0 13px;justify-content:center;align-items:center;width:13px;height:13px;margin-top:2px;display:inline-flex}.feature-card-cta{appearance:none;background:var(--brand-teal);color:var(--white);cursor:pointer;border:0;border-radius:5px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:48px;margin-top:auto;padding:0 18px;font-size:16px;font-weight:700;display:inline-flex}.bottom-cta-bar{background:var(--white);border:1px solid #e3ebef;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:22px;min-height:96px;margin-top:18px;padding:14px 38px;display:grid;box-shadow:0 12px 28px #00242609}.bottom-cta-copy{align-items:center;gap:22px;min-width:0;display:flex}.bottom-cta-icon{background:var(--brand-teal);color:var(--white);border-radius:999px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.bottom-cta-copy p{color:#101827;max-width:760px;font-size:clamp(19px,1.45vw,24px);font-weight:700;line-height:1.25}.bottom-cta-copy small{color:var(--text-gray);margin-top:4px;font-size:13px;font-weight:400;line-height:1.35;display:block}.bottom-cta-actions{gap:26px;display:flex}.bottom-cta-button{border-radius:5px;justify-content:center;align-items:center;min-width:260px;min-height:52px;padding:0 28px;font-size:16px;font-weight:700;text-decoration:none;transition:background .18s,color .18s,transform .18s;display:inline-flex}.bottom-cta-button.primary{background:var(--brand-teal);border:1px solid var(--brand-teal);color:var(--white)}.bottom-cta-button.secondary{background:var(--white);color:var(--brand-teal);border:1px solid #0d6b6d}.bottom-cta-button:hover,.feature-card-cta:hover,.plan-button:hover:not(:disabled){transform:translateY(-1px)}.pricing-table-shell{padding:18px 0 20px}.advisor-info-pill{color:var(--brand-teal);text-align:center;background:#fbffff;border:1px solid #cfe5e6;border-radius:999px;justify-content:center;align-items:center;gap:8px;max-width:min(720px,100%);margin:0 auto 12px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1.25;display:flex}.advisor-info-pill:before{content:"";background:#13a87e;border-radius:999px;flex:0 0 8px;align-self:center;width:8px;height:8px;margin-top:auto;margin-bottom:auto}.billing-toggle{background:var(--white);border:1px solid #d8e3e8;border-radius:8px;align-items:center;width:340px;height:52px;margin:0 auto 12px;padding:6px;display:flex}.billing-toggle button{appearance:none;color:#526779;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:1;height:40px;font-size:15px;font-weight:700;transition:background .18s,color .18s,box-shadow .18s}.billing-toggle button.active{background:var(--brand-teal);color:var(--white);box-shadow:0 1px 4px #00242638}.plans-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:20px;max-width:1320px;margin:0 auto;padding:0;display:grid}.plan-card{background:var(--white);color:#0b1220;border:2px solid #dce4e9;border-radius:8px;flex-direction:column;min-height:520px;padding:58px 24px 28px;display:flex;position:relative;box-shadow:0 16px 36px #00242609}.plan-card.recommended{background:#fbffff;border-color:#0d7a7b;box-shadow:0 10px 26px #0024260e}.plan-card.current-plan{background:var(--off-white);border-color:#d5dadd}.plan-badge{color:#119681;background:#e6fbf7;border:1px solid #d5efea;border-radius:4px;padding:6px 9px;font-size:12px;font-weight:700;line-height:1;position:absolute;top:22px;left:28px}.current-plan-badge{background:var(--white);color:var(--brand-teal);border-color:#0024262e}.plan-card h2{color:#0b1220;margin:0 0 8px;font-size:24px;font-weight:700;line-height:1.18}.plan-subtitle{color:#274052;min-height:42px;font-size:14px;line-height:1.32}.plan-price-row{align-items:center;gap:8px;margin:32px 0 20px;display:flex}.plan-price{color:#070d19;letter-spacing:-.03em;font-size:clamp(38px,3vw,48px);font-weight:700;line-height:1}.plan-period{color:#31495b;font-size:13px;line-height:1.05}.plan-button{appearance:none;background:var(--brand-teal);color:var(--white);cursor:pointer;border:0;border-radius:5px;width:100%;min-height:48px;margin:0 0 20px;padding:0 18px;font-size:16px;font-weight:700;line-height:1;transition:background .18s,transform .18s}.plan-button:disabled{cursor:wait;opacity:.72}.plan-card.current-plan .plan-button:disabled{background:var(--white);color:var(--brand-teal);cursor:default;opacity:1}.plan-includes{color:#0b1220;border-top:1px solid #dfe7eb;margin:0;padding-top:20px;font-size:13px;font-weight:700}.plan-features{flex-direction:column;gap:11px;margin:14px 0 0;padding:0;list-style:none;display:flex}.plan-features li{color:#1c2b3a;align-items:flex-start;gap:12px;font-size:13.5px;line-height:1.25;display:flex}.pricing-current-plan{background:#f8faf9;border:1px solid #0024261f;border-radius:999px;padding:6px 10px;font-weight:700;display:inline-flex;color:var(--brand-teal)!important;margin-top:-8px!important;font-size:13px!important}.pricing-status{border-radius:16px;max-width:720px;padding:12px 16px;font-size:15px;margin:0 auto 12px!important}.pricing-status.success{color:var(--brand-teal);background:#00242614}.pricing-status.error{color:#8a1f11;background:#fff1f0}.pricing-footer{color:var(--text-gray);justify-content:center;align-items:center;margin-top:auto;padding:20px 4px 22px;font-size:14px;display:flex}.pricing-footer-links{align-items:center;gap:26px;display:flex}.pricing-footer a{color:var(--brand-teal);font-weight:700;text-decoration:none}.pricing-footer a:hover{text-decoration:underline}.demo-modal-backdrop{z-index:1000;background:#040a129e;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.demo-modal{background:var(--white);border-radius:8px;width:min(100%,1040px);max-width:1040px;overflow:hidden;box-shadow:0 28px 80px #00000040}.demo-modal-header{border-bottom:1px solid var(--soft-line);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.demo-modal-header p{color:var(--text-gray);text-transform:uppercase;margin-bottom:3px;font-size:13px;font-weight:700}.demo-modal-header h2{color:#0b1220;font-size:22px;line-height:1.15}.demo-modal-header button{appearance:none;color:var(--brand-teal);cursor:pointer;background:#f2f6f7;border:1px solid #e0e8eb;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.demo-modal video{background:#000;width:100%;max-height:min(72vh,620px);display:block}.checkout-handoff-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.checkout-handoff-card{background:var(--white);text-align:center;border:1px solid #ececec;border-radius:28px;width:min(92vw,520px);max-width:520px;padding:44px;box-shadow:0 24px 70px #0024261f}.checkout-handoff-brand{justify-content:center;margin-bottom:26px}.checkout-handoff-card h1{color:var(--brand-teal);margin:0 0 12px;font-size:clamp(28px,4vw,42px);line-height:1}.checkout-handoff-card p{color:var(--text-gray);margin:0;font-size:17px}@media (min-width:1200px){.stripe-pricing-page{min-height:100vh}.feature-card{min-height:376px}.pricing-table-shell{padding-left:0;padding-right:0}}@media (min-width:1121px){.stripe-pricing-page{height:100vh;min-height:0;padding-top:12px;overflow-y:hidden}.pricing-header{margin-bottom:0}.pricing-brand{gap:10px;font-size:16px}.pricing-brand img{width:34px;height:34px}.pricing-intro{margin-top:-34px;padding-top:0}.pricing-intro h1{margin-bottom:6px;font-size:clamp(30px,2.65vw,42px)}.pricing-intro p{font-size:14px;line-height:1.3}.customer-type-toggle{width:min(720px,100%);height:42px;margin:0 auto 18px}.customer-type-toggle button{font-size:14px}.customer-type-toggle button+button:before{height:22px;top:10px}.feature-cards-grid{gap:16px}.feature-card{min-height:clamp(374px,50vh,480px);padding:16px 14px}.feature-icon{border-radius:7px;width:40px;height:40px;margin-bottom:12px}.feature-icon svg{width:22px;height:22px}.feature-card h2{margin-bottom:8px;font-size:clamp(16px,1.1vw,19px)}.feature-description{min-height:68px;font-size:12.5px;line-height:1.42}.feature-divider{margin:16px 0 12px}.feature-list{gap:7px}.feature-list li{gap:8px;font-size:12px;line-height:1.18}.feature-check,.plan-check{flex-basis:12px;width:12px;height:12px;margin-top:1px}.feature-card-cta{min-height:42px;font-size:14px}.bottom-cta-bar{gap:16px;min-height:70px;margin-top:12px;padding:10px 28px}.bottom-cta-copy{gap:16px}.bottom-cta-icon{flex-basis:48px;width:48px;height:48px}.bottom-cta-copy p{font-size:clamp(16px,1.15vw,20px)}.bottom-cta-actions{gap:18px}.bottom-cta-button{min-width:210px;min-height:44px;padding:0 18px;font-size:14px}.pricing-footer{padding:10px 4px 12px;font-size:13px}.pricing-footer-links{gap:22px}.pricing-table-shell{margin-top:-14px;padding:14px 0 16px}.billing-toggle{width:290px;height:42px;margin-bottom:10px;padding:4px}.billing-toggle button{height:34px;font-size:14px}.plans-grid{gap:16px}.plan-card{min-height:0;padding:44px 18px 18px}.plan-badge{padding:5px 8px;top:17px;left:20px}.plan-card h2{font-size:21px}.plan-subtitle{min-height:30px;font-size:12.5px;line-height:1.2}.plan-price-row{margin:22px 0 14px}.plan-price{font-size:clamp(34px,2.6vw,40px)}.plan-button{min-height:42px;margin-bottom:14px;font-size:14px}.plan-includes{padding-top:14px}.plan-features{gap:7px;margin-top:10px}.plan-features li{gap:9px;font-size:12px;line-height:1.18}}@media (min-width:1121px) and (min-height:850px){.stripe-pricing-page{padding-top:22px}.pricing-brand img{width:42px;height:42px}.pricing-intro h1{margin-bottom:10px;font-size:clamp(40px,3vw,52px)}.pricing-intro p{font-size:16px;line-height:1.42}.customer-type-toggle{width:min(760px,100%);height:52px;margin:0 auto 24px}.customer-type-toggle button{font-size:16px}.customer-type-toggle button+button:before{height:28px;top:12px}.feature-card{padding:22px 18px}.feature-icon{width:52px;height:52px;margin-bottom:18px}.feature-icon svg{width:26px;height:26px}.feature-card h2{margin-bottom:12px;font-size:clamp(18px,1.25vw,22px)}.feature-description{min-height:84px;font-size:14px;line-height:1.45}.feature-divider{margin:20px 0 16px}.feature-list{gap:10px}.feature-list li{gap:10px;font-size:13px;line-height:1.25}.bottom-cta-bar{min-height:88px;margin-top:18px;padding:14px 38px}.bottom-cta-icon{flex-basis:60px;width:60px;height:60px}.bottom-cta-copy p{font-size:clamp(19px,1.35vw,24px)}.bottom-cta-button{min-width:240px;min-height:50px;font-size:15px}.pricing-footer{padding:18px 4px 20px;font-size:14px}}@media (max-width:1280px){.feature-cards-grid{gap:16px}.feature-card{padding-left:16px;padding-right:16px}.bottom-cta-button{min-width:220px}}@media (max-width:1120px){.pricing-intro{margin-top:8px}.feature-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card{min-height:auto}.bottom-cta-bar{grid-template-columns:1fr}.bottom-cta-actions{justify-content:flex-start}.plans-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-card{min-height:auto}}@media (max-width:760px){.stripe-pricing-page{padding:16px 12px 0}.pricing-brand{gap:10px;font-size:16px}.pricing-brand img{width:36px;height:36px}.pricing-intro{margin-top:12px}.pricing-intro h1{font-size:clamp(28px,8vw,38px)}.pricing-intro p{font-size:14.5px}.customer-type-toggle{width:100%;height:auto;margin:12px auto 18px}.customer-type-toggle button{min-height:46px;padding:0 8px;font-size:14px}.customer-type-toggle button+button:before{height:24px;top:11px}.feature-cards-grid,.plans-grid{grid-template-columns:1fr}.feature-card,.plan-card{padding:22px 18px}.plan-card{padding-top:50px}.plan-badge{top:18px;left:18px}.pricing-table-shell{padding:12px}.billing-toggle{width:min(340px,100%)}.bottom-cta-bar{padding:16px}.bottom-cta-copy{align-items:flex-start;gap:14px}.bottom-cta-icon{flex-basis:48px;width:48px;height:48px}.bottom-cta-actions{flex-direction:column;gap:12px}.bottom-cta-button{width:100%}.pricing-footer-links{text-align:center;flex-direction:column;gap:8px}.demo-modal-backdrop{padding:12px}.demo-modal-header{align-items:flex-start;gap:12px}}@media (max-width:420px){.pricing-intro h1{font-size:26px}.customer-type-toggle button{padding:0 4px;font-size:12px}.plan-price{font-size:36px}.bottom-cta-copy p{font-size:18px}}
