.site{min-height:100vh;display:flex;flex-direction:column}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:2rem;padding:1rem 2.5rem;background:linear-gradient(to bottom,rgba(246,244,255,.96),rgba(246,244,255,.85),transparent)}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;font-size:1.2rem;color:var(--color-text);text-decoration:none;letter-spacing:-.02em}.brand__mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.brand__mark img{width:36px;height:36px;display:block;object-fit:contain}.site-nav{display:flex;gap:1.5rem;flex:1}.nav-link{color:#334155;text-decoration:none;font-size:.95rem}.nav-link:hover,.nav-link.active{color:#0f172a}.site-actions{display:flex;align-items:center;gap:.75rem}.site-actions .btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;text-decoration:none;border:1px solid transparent;cursor:pointer;font-family:inherit}.site-actions .btn-ghost{color:#334155;background:transparent}.site-actions .btn-ghost:hover{color:#0f172a}.site-actions .btn-primary{background:#0f172a;color:#fff}.site-actions .btn-primary:hover{background:#1e293b}.site-main{flex:1;padding-top:5rem}.site--landing{min-height:100dvh;height:100dvh;overflow:hidden;background:radial-gradient(ellipse 90% 70% at 12% 0%,rgba(207,199,235,.55),transparent 58%),radial-gradient(ellipse 60% 50% at 88% 100%,rgba(100,83,161,.12),transparent 55%),linear-gradient(165deg,#faf9ff,#f6f4ff 42%,#eee9ff)}.site--landing .site-main{flex:1;min-height:0;display:flex;flex-direction:column;padding:0;overflow:hidden}.site--landing .site-header{background:linear-gradient(to bottom,rgba(246,244,255,.92) 0%,rgba(246,244,255,.75) 70%,transparent 100%)}.account-shell{min-height:100vh;background:#f1f5f9}.account-topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e2e8f0}.account-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border:none;background:#f8fafc;border-radius:8px;cursor:pointer}.account-hamburger span{display:block;height:2px;background:#0f172a;border-radius:1px}.account-topbar__title{min-width:0}.account-topbar__eyebrow{margin:0;display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.account-topbar__logo{width:18px;height:18px;display:block;object-fit:contain}.account-topbar__business{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-layout{display:flex;min-height:calc(100vh - 57px)}.account-sidebar{display:none;flex-direction:column;width:260px;flex-shrink:0;background:#fff;border-right:1px solid #e2e8f0;padding:1rem 0}.account-layout--menu-open .account-sidebar{display:flex;position:fixed;top:57px;left:0;bottom:0;z-index:50;box-shadow:4px 0 24px #0f172a1f}.account-backdrop{position:fixed;top:57px;right:0;bottom:0;left:0;z-index:45;border:none;background:#0f172a59;cursor:pointer}.account-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem;flex:1}.account-nav__link{padding:.65rem .85rem;border-radius:8px;color:#475569;text-decoration:none;font-size:.9rem;font-weight:500}.account-nav__link:hover{background:#f8fafc;color:#0f172a}.account-nav__link.is-active{background:#0f172a;color:#fff}.account-profile{position:relative;padding:.75rem;border-top:1px solid #e2e8f0;margin-top:auto}.account-profile__btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit}.account-profile__btn:hover{background:#f8fafc}.account-profile__avatar{width:40px;height:40px;border-radius:50%;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.account-profile__name{font-size:.875rem;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-profile__menu{position:absolute;left:.75rem;right:.75rem;bottom:calc(100% + 4px);background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1a;padding:.35rem}.account-profile__logout{width:100%;padding:.6rem .75rem;border:none;background:transparent;border-radius:6px;text-align:left;font-family:inherit;font-size:.875rem;color:#b91c1c;cursor:pointer}.account-profile__logout:hover{background:#fef2f2}.account-main{flex:1;min-width:0;padding:1.25rem}@media (min-width: 900px){.account-hamburger{display:none}.account-sidebar{display:flex;position:static;box-shadow:none}.account-backdrop{display:none}.account-layout--menu-open .account-sidebar{position:static;box-shadow:none}.account-main{padding:1.5rem 2rem}}.landing{--landing-deep: #3f3470;--landing-primary: #6453a1;--landing-glow: #cfc7eb;--landing-ink: #1f173d;--landing-muted: #6f6a86;--landing-surface: #ffffff;--landing-line: rgba(100, 83, 161, .22);--landing-header: 5rem;position:relative;flex:1;width:100%;min-height:0;height:100%;margin:0;overflow:hidden;color:var(--landing-ink);background:radial-gradient(ellipse 90% 70% at 12% 0%,rgba(207,199,235,.55),transparent 58%),radial-gradient(ellipse 60% 50% at 88% 100%,rgba(100,83,161,.12),transparent 55%),linear-gradient(165deg,#faf9ff,#f6f4ff 42%,#eee9ff)}.landing--reduced{height:auto;min-height:auto;overflow:visible;margin:0;padding:0 0 4rem}.landing__canvas{position:relative;width:100%;height:100%}.landing__grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--landing-line) 1px,transparent 1px),linear-gradient(90deg,var(--landing-line) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 20%,transparent 75%);mask-image:radial-gradient(ellipse 80% 70% at 50% 40%,black 20%,transparent 75%);opacity:.45;pointer-events:none}.landing__scene{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:center;padding:calc(var(--landing-header) + 1rem) clamp(1.5rem,5vw,4rem) clamp(1.5rem,4vw,3rem);opacity:0;visibility:hidden;transform:translateY(28px) scale(.985);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1),visibility .65s;pointer-events:none}.landing__scene.is-active{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto;z-index:2}.landing__scene.is-past{transform:translateY(-18px) scale(.99)}.landing__copy{max-width:34rem}.landing__kicker{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-primary)}.landing__kicker:before{content:"";width:1.5rem;height:2px;background:var(--landing-primary);border-radius:1px}.landing__title{margin:0 0 1.1rem;font-size:clamp(1.85rem,4.2vw,3rem);font-weight:700;line-height:1.08;letter-spacing:-.03em;color:var(--landing-deep)}.landing__body{margin:0 0 1.25rem;font-size:clamp(1rem,1.6vw,1.125rem);line-height:1.65;color:var(--landing-muted);max-width:32rem}.landing__bullets{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.55rem}.landing__bullets li{position:relative;padding-left:1.15rem;font-size:.95rem;color:var(--landing-ink);font-weight:500}.landing__bullets li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--landing-primary)}.landing__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.landing__actions .btn{min-width:9rem}.landing__visual{display:flex;align-items:center;justify-content:center;min-height:min(52vh,420px)}.landing__frame{position:relative;width:100%;max-width:520px;border-radius:20px;border:1px solid rgba(100,83,161,.2);background:var(--landing-surface);box-shadow:0 24px 60px #3f347024,0 0 0 1px #fffc inset;overflow:hidden}.landing__frame--wide{aspect-ratio:16 / 10;max-width:560px}.landing__frame--tall{aspect-ratio:4 / 5;max-width:380px}.landing__frame-inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem;background:linear-gradient(145deg,#cfc7eb59,#ffffffe6 45%,#f6f4ff)}.landing__frame--hero .landing__frame-inner{background:radial-gradient(circle at 50% 35%,rgba(100,83,161,.18),transparent 55%),linear-gradient(160deg,#f6f4ff,#fff)}.landing__placeholder-logo{width:clamp(120px,28vw,180px);height:auto;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(63,52,112,.15))}.landing__placeholder-tag{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--landing-muted);text-align:center}.landing__placeholder-skeleton{width:72%;height:42%;border-radius:12px;background:repeating-linear-gradient(-12deg,#6453a114,#6453a114 8px,#6453a124 8px,#6453a124 16px);border:1px dashed rgba(100,83,161,.28)}.landing__progress{position:absolute;right:clamp(1rem,2.5vw,2rem);top:50%;transform:translateY(-50%);z-index:5;display:flex;flex-direction:column;gap:.65rem;padding:.5rem}.landing__dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;cursor:pointer;background:#6453a138;transition:transform .25s ease,background .25s ease}.landing__dot:hover{background:#6453a173}.landing__dot.is-active{background:var(--landing-primary);transform:scale(1.25)}.landing__hint{position:absolute;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:5;margin:0;font-size:.75rem;font-weight:500;letter-spacing:.04em;color:var(--landing-muted);display:flex;align-items:center;gap:.5rem;opacity:.85}.landing__hint-icon{display:inline-block;animation:landing-hint-bob 2s ease-in-out infinite}@keyframes landing-hint-bob{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.landing__stack{display:flex;flex-direction:column;gap:4rem;padding:2rem clamp(1.25rem,4vw,3rem) 3rem}.landing__stack .landing__scene{position:relative;opacity:1;visibility:visible;transform:none;pointer-events:auto;display:grid;min-height:auto}@media (max-width: 900px){.landing__scene{grid-template-columns:1fr;grid-template-rows:auto auto;padding-top:calc(var(--landing-header) + .5rem);padding-bottom:4rem}.landing__visual{min-height:240px;order:-1}.landing__frame{max-width:100%}.landing__progress{top:auto;bottom:3.5rem;right:50%;transform:translate(50%);flex-direction:row}}@media (max-width: 600px){.landing__hint{display:none}}.about{--about-deep: #3f3470;--about-primary: #6453a1;--about-muted: #6f6a86;--about-line: rgba(100, 83, 161, .18);max-width:880px;margin:0 auto;padding:0 0 4rem}.about__hero{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--about-line)}.about__kicker{margin:0 0 .85rem;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--about-primary)}.about__kicker:before{content:"";display:inline-block;width:1.25rem;height:2px;margin-right:.5rem;vertical-align:middle;background:var(--about-primary)}.about__title{margin:0 0 1.25rem;font-size:clamp(1.85rem,4vw,2.65rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--about-deep)}.about__lead{margin:0;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.65;color:var(--about-muted);max-width:40rem}.about__section{margin-bottom:2.75rem}.about__section-title{margin:0 0 1.1rem;font-size:1.35rem;font-weight:700;letter-spacing:-.02em;color:var(--about-deep)}.about__section-title--inset{margin-bottom:.75rem}.about__prose p{margin:0 0 1.1rem;font-size:1.02rem;line-height:1.7;color:#475569}.about__prose p:last-child{margin-bottom:0}.about__beliefs{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:1.15rem}.about__beliefs li{padding-left:1.25rem;border-left:3px solid var(--about-primary);font-size:1rem;line-height:1.6;color:#334155}.about__beliefs strong{display:block;margin-bottom:.2rem;color:var(--about-deep);font-weight:600}.about__meet-card{border-radius:20px;border:1px solid var(--about-line);background:linear-gradient(135deg,#cfc7eb59,#fff 55%,#f6f4ff);box-shadow:var(--shadow-soft);padding:clamp(1.5rem,4vw,2.25rem)}.about__meet-copy p{margin:0 0 1.5rem;font-size:1.02rem;line-height:1.65;color:var(--about-muted);max-width:36rem}.about__calendly{display:inline-flex;align-items:center;justify-content:center}.about__contact-intro{margin:-.35rem 0 1.25rem;font-size:.98rem;color:var(--about-muted)}.about__contact-grid{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.about__contact-card{height:100%;padding:1.35rem 1.4rem 1.5rem;border-radius:16px;border:1px solid var(--about-line);background:var(--color-surface);box-shadow:var(--shadow-soft)}.about__contact-card h3{margin:0 0 .5rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--about-primary)}.about__email{display:inline-block;margin-bottom:.65rem;font-size:1rem;font-weight:600;color:var(--about-deep);text-decoration:none;word-break:break-all}.about__email:hover{color:var(--about-primary);text-decoration:underline}.about__contact-card p{margin:0;font-size:.9rem;line-height:1.55;color:var(--about-muted)}@media (max-width: 600px){.about__contact-grid{grid-template-columns:1fr}}*,*:before,*:after{box-sizing:border-box}:root{--color-primary: #6453a1;--color-primary-hover: #4b3a8c;--color-primary-soft: #cfc7eb;--color-bg: #f6f4ff;--color-surface: #ffffff;--color-border: #e6e2f5;--color-text: #1f173d;--color-text-secondary: #6f6a86;--color-success: #4ec9a6;--color-info: #5aa7f7;--color-warning: #ffb84d;--color-danger: #ff6b8b;--shadow-soft: 0 10px 30px rgba(31, 23, 61, .08)}html,body,#root{min-height:100%;min-height:100dvh}body{margin:0;font-family:Poppins,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--color-text);background:radial-gradient(circle at top left,#ffffff 0,var(--color-bg) 48%,#ffffff 100%);line-height:1.5}#root{display:flex;flex-direction:column;min-height:100dvh}h1,h2,h3{margin:0 0 .5rem;letter-spacing:-.02em}p{margin:0 0 1rem;color:#475569}.page{max-width:1280px;margin:0 auto;padding:2.5rem 2rem 3rem}.page-narrow{max-width:560px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:1.75rem 1.75rem 1.9rem;box-shadow:var(--shadow-soft)}.pricing-card--flex{display:flex;flex-direction:column;min-height:100%}.pricing-card__body{flex:1}.pricing-card__cta{margin-top:auto;width:100%}.pricing-card--custom{border-style:dashed;background:#cfc7eb40}.pricing-card__custom-label{font-size:1.35rem}.card h3{margin-bottom:.25rem}.price{font-size:1.75rem;font-weight:700;margin:.75rem 0}.muted{color:var(--color-text-secondary);font-size:.875rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.35rem}.form-field input,.form-field select{width:100%;padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:14px;font-size:1rem;font-family:inherit}.error{color:#b91c1c;font-size:.875rem}.success{color:#15803d}.pricing-page{padding-bottom:3rem}.pricing-hero{text-align:center;max-width:720px;margin:0 auto 2rem}.pricing-hero h1{font-size:clamp(1.75rem,4vw,2.25rem);line-height:1.2}.pricing-lead{font-size:1.0625rem;color:#475569;margin-bottom:0}.billing-toggle-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.billing-toggle{display:inline-flex;padding:4px;background:#e2e8f0;border-radius:999px;gap:4px}.billing-toggle__btn{border:none;background:transparent;padding:.5rem 1.25rem;border-radius:999px;font-size:.9375rem;font-weight:600;color:#475569;cursor:pointer;font-family:inherit}.billing-toggle__btn.is-active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a1f}.billing-savings{margin:0;font-size:.9375rem;color:#166534;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.billing-savings__badge{background:#dcfce7;color:#166534;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;padding:.2rem .5rem;border-radius:4px}.pricing-period{margin:-.5rem 0 .75rem;font-size:.9375rem;color:#64748b}.pricing-equiv{font-size:.8125rem}.pricing-save-line{margin:0 0 1rem;font-size:.8125rem}.pricing-highlights{margin-bottom:1.25rem}.pricing-compare{margin-top:3rem}.pricing-compare h2{text-align:center;margin-bottom:.35rem}.pricing-compare>.muted{text-align:center;display:block;margin-bottom:1.5rem}.pricing-table-scroll{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.pricing-table{width:100%;border-collapse:collapse;min-width:640px;font-size:.9375rem}.pricing-table th,.pricing-table td{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;text-align:center}.pricing-table th:first-child,.pricing-table td:first-child,.pricing-table tbody th{text-align:left;font-weight:500;color:#334155}.pricing-table thead th{background:#f8fafc;font-weight:700;color:#0f172a}.pricing-table tbody th{background:#fafafa}.pricing-table tr:last-child th,.pricing-table tr:last-child td{border-bottom:none}.btn{display:inline-block;padding:.65rem 1.35rem;border-radius:14px;font-weight:600;text-decoration:none;text-align:center;border:none;cursor:pointer;font-family:inherit;font-size:.9375rem}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-soft)}.btn-primary:hover{background:var(--color-primary-hover)}.btn-secondary{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.checkout-wizard .wizard-steps{display:flex;gap:.5rem;list-style:none;padding:0;margin:0 0 1.5rem;flex-wrap:wrap}.wizard-steps__item{display:flex;align-items:center;gap:.35rem;font-size:.8125rem;color:#94a3b8;padding:.35rem .6rem;border-radius:999px;background:#f1f5f9}.wizard-steps__item.is-current{background:#0f172a;color:#fff;font-weight:600}.wizard-steps__item.is-done{color:#166534;background:#dcfce7}.wizard-steps__num{font-weight:700}.payment-provider-buttons{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.payment-provider-btn{width:100%;justify-content:center}.info-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.wizard-actions{display:flex;gap:.75rem;margin-top:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-field textarea{width:100%;padding:.6rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:#fff;border-radius:12px;padding:1.5rem;max-width:480px;width:100%;position:relative;box-shadow:0 20px 40px #0f172a26}.modal-close{position:absolute;top:.75rem;right:.75rem;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:#64748b}.account-section__title{margin:0 0 1.25rem;font-size:1.35rem}.usage-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.usage-stat__label{margin:0 0 .35rem;font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.usage-stat__value{margin:0 0 .65rem;font-size:1.25rem}.usage-stat__bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.usage-stat__fill{height:100%;background:#0f172a;border-radius:3px;transition:width .2s ease,background .2s ease}.usage-stat__fill--warn{background:#ca8a04}.usage-stat__fill--danger{background:#dc2626}.usage-stat__pct{font-size:.75rem}.branch-chart__list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.branch-chart__meta{display:flex;justify-content:space-between;gap:.5rem;font-size:.8125rem;margin-bottom:.25rem}.branch-chart__name{font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.branch-chart__track{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.branch-chart__fill{height:100%;background:#334155;border-radius:4px}.chart-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.chart-placeholder__bars{display:flex;align-items:flex-end;gap:.5rem;height:120px;margin:1rem 0 .5rem;opacity:.35}.chart-placeholder__bar{flex:1;background:#94a3b8;border-radius:4px 4px 0 0;min-height:8px}.chart-placeholder__note{font-size:.75rem;color:#94a3b8;margin:0}.bill-table{width:100%;border-collapse:collapse;font-size:.875rem}.bill-table th,.bill-table td{text-align:left;padding:.5rem .35rem;border-bottom:1px solid #e2e8f0}.bill-table__ref{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-danger__btn{border-color:#fecaca;color:#b91c1c}.plan-change__quote{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}
