:root{color-scheme:light dark;--brand-deep: #00323d;--brand-deep-soft: #082432;--bg: light-dark(#f7f9fb, #071419);--bg-alt: light-dark(#eef3f6, #0b1b21);--surface: light-dark(#ffffff, #10242a);--surface-alt: light-dark(#f1f5f7, #142c33);--surface-accent: light-dark(#e2f8fb, #0d3942);--surface-line: light-dark(rgba(0, 50, 61, .1), rgba(194, 230, 235, .13));--surface-line-strong: light-dark(rgba(0, 50, 61, .2), rgba(194, 230, 235, .24));--surface-overlay: light-dark(rgba(255, 255, 255, .9), rgba(16, 36, 42, .9));--surface-overlay-strong: light-dark(rgba(255, 255, 255, .94), rgba(16, 36, 42, .94));--surface-overlay-soft: light-dark(rgba(255, 255, 255, .82), rgba(16, 36, 42, .82));--header-bg: light-dark(rgba(247, 249, 251, .9), rgba(7, 20, 25, .9));--text-strong: light-dark(#071c24, #f1fafb);--text-body: light-dark(#31484f, #bed0d4);--text-muted: light-dark(#56676d, #91a8ae);--accent: light-dark(#006875, #35d5e4);--accent-strong: light-dark(#004f58, #62e5ef);--accent-hover: light-dark(#004f58, #73eaf2);--accent-bright: light-dark(#00daf3, #62e5ef);--accent-soft: light-dark(rgba(0, 218, 243, .13), rgba(53, 213, 228, .14));--on-accent: light-dark(#ffffff, #04171b);--inverse-bg: #071c24;--inverse-text: #ffffff;--inverse-text-muted: rgba(255, 255, 255, .76);--inverse-surface: #ffffff;--inverse-surface-text: #071c24;--inverse-surface-soft: rgba(255, 255, 255, .08);--inverse-line: rgba(255, 255, 255, .22);--ok: light-dark(#0b805d, #54d3a9);--shadow-color: light-dark(rgba(0, 39, 48, .1), rgba(0, 0, 0, .34));--shadow-soft-color: light-dark(rgba(0, 39, 48, .06), rgba(0, 0, 0, .24));--shadow: 0 30px 80px var(--shadow-color);--shadow-soft: 0 14px 34px var(--shadow-soft-color);--radius: 16px;--radius-md: 12px;--radius-sm: 10px;--shell: 1280px;--shell-prose: 1040px;--font-sans: "Avenir Next", "IBM Plex Sans", "Segoe UI Variable", "Segoe UI", sans-serif;--font-heading: "Avenir Next", "IBM Plex Sans", "Segoe UI Variable", "Segoe UI", sans-serif;--font-display: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;--font-mono: "SFMono-Regular", "SF Mono", Consolas, "Liberation Mono", monospace;--text-xs: .78rem;--text-sm: .88rem;--text-base: 1rem;--text-md: 1.18rem;--text-lg: clamp(1.7rem, 3vw, 2.2rem);--text-xl: clamp(2.4rem, 5vw, 4.4rem);--transition-fast: .14s ease;--transition: .15s ease}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);overflow-x:clip;scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text-body);font-family:var(--font-sans);line-height:1.6;background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%}button,input,textarea,select{font:inherit}code,pre{font-family:var(--font-mono)}.site-shell{min-height:100vh}.shell{width:min(var(--shell),calc(100% - 2rem));margin:0 auto}.skip-link,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{width:auto;height:auto;margin:1rem;padding:.75rem 1rem;clip:auto;white-space:normal;color:var(--text-strong);background:var(--surface);border-radius:999px;box-shadow:var(--shadow-soft);z-index:1000}.site-header{position:sticky;top:0;z-index:20;background:var(--header-bg);backdrop-filter:blur(16px);border-bottom:1px solid var(--surface-line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;min-height:5rem}.brand{display:inline-flex;align-items:center;gap:.72rem;color:var(--text-strong);font-family:var(--font-heading);font-size:1.18rem;font-weight:700;letter-spacing:-.03em}.brand-logo{display:block;width:auto;height:2.35rem;object-fit:contain}.brand-wordmark{display:block;padding-top:.05rem}.header-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem}.header-nav a{padding:.65rem .85rem;color:var(--text-muted);font-size:.95rem;font-weight:800;border-radius:999px}.header-nav a.is-active,.header-nav a:hover,.footer-links a:hover,.solution-links a:hover,.product-frame-footer a:hover{color:var(--accent-strong)}.header-nav a.is-active{color:var(--text-strong);background:var(--surface-overlay-strong);box-shadow:inset 0 0 0 1px var(--surface-line)}.header-actions{display:flex;align-items:center;gap:.55rem}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;width:2.5rem;padding:0;color:var(--text-strong);font-weight:800;background:var(--surface-overlay-strong);border:1px solid var(--surface-line);border-radius:var(--radius-sm);cursor:pointer;transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.theme-toggle:hover{transform:translateY(-1px);border-color:var(--surface-line-strong)}.theme-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.theme-toggle-icon{width:1.2rem;height:1.2rem;color:var(--accent-strong);fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.theme-icon-moon{display:none}:root[data-resolved-theme=dark] .theme-icon-sun{display:none}:root[data-resolved-theme=dark] .theme-icon-moon{display:block}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.95rem;padding:.9rem 1.2rem;border:1px solid transparent;border-radius:var(--radius-sm);font-weight:800;letter-spacing:-.01em;transition:transform var(--transition-fast),border-color var(--transition-fast),background var(--transition-fast)}.button:hover{transform:translateY(-1px)}.button-primary{color:var(--on-accent);background:var(--accent);box-shadow:0 14px 28px #0068752e}.button-primary:hover{background:var(--accent-hover)}.button-secondary{color:var(--text-strong);background:var(--surface-overlay-strong);border-color:var(--surface-line)}.header-cta{white-space:nowrap}.eyebrow,.kicker,.card-kicker,.footer-heading{margin:0 0 .9rem;color:var(--accent-strong);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.eyebrow{display:inline-flex;align-items:center;gap:.65rem}.eyebrow:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:var(--accent);box-shadow:0 0 0 .35rem var(--accent-soft)}.page-hero,.section{padding:clamp(4.5rem,8vw,7rem) 0}.detail-grid,.card-grid,.audience-grid,.timeline-grid,.pricing-grid,.docs-grid,.content-grid,.form-grid,.footer-grid,.product-grid{display:grid;gap:1.25rem}.capability-overview{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(22rem,.92fr);gap:1.25rem;align-items:start}.detail-grid,.docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid,.audience-grid,.timeline-grid,.pricing-grid,.footer-grid,.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content-grid{grid-template-columns:minmax(0,2fr) minmax(20rem,1fr)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-panel,.section-panel,.detail-card,.audience-card,.timeline-card,.pricing-card,.form-panel,.note-panel,.docs-card{padding:1.8rem;border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft)}.hero-panel{padding:0;background:transparent;border:0;box-shadow:none;position:relative}.page-hero .hero-panel{padding:2.3rem;background:var(--surface);border:1px solid var(--surface-line);box-shadow:var(--shadow-soft)}.hero-panel h1,.section-title,.detail-card h2,.audience-card h2,.timeline-card h2,.pricing-card h2,.docs-card h2,.note-panel h2,.product-frame h2{margin:0 0 .8rem;color:var(--text-strong);font-family:var(--font-heading);font-weight:700;letter-spacing:-.02em;line-height:1.05}.hero-panel h1{max-width:18ch;font-family:var(--font-display);font-weight:600;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.02;letter-spacing:-.02em}.section-title{max-width:24ch;font-family:var(--font-display);font-weight:600;font-size:clamp(1.75rem,3.4vw,2.65rem);letter-spacing:-.015em;line-height:1.1}.hero-copy,.lede,.section-copy{max-width:60ch;margin:0;font-size:1.05rem}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.5rem}.hero-list,.detail-list,.footer-links,.solution-links,.product-frame-list{margin:0;padding:0;list-style:none}.hero-list,.detail-list,.solution-links,.product-frame-list,.footer-links{display:grid;gap:.75rem}.compact-list{gap:.55rem}.hero-list{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.8rem}.hero-list li{min-height:100%;padding:1rem;border:1px solid var(--surface-line);border-radius:var(--radius-md);background:var(--surface-overlay-soft);color:var(--text-strong);box-shadow:var(--shadow-soft)}.page-hero .hero-list{grid-template-columns:repeat(3,minmax(0,1fr))}.page-hero .hero-list li{background:var(--surface-alt)}.section-intro{display:grid;gap:.85rem;max-width:52rem;margin-bottom:1.4rem}.section-intro .section-title{max-width:15ch}.section-intro .section-copy{max-width:62ch}.capability-intro{margin-bottom:0}.capability-system-strip{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.45rem}.capability-system-pill{display:inline-flex;align-items:center;min-height:2.2rem;padding:.5rem .8rem;color:var(--text-strong);font-size:.84rem;font-weight:700;letter-spacing:.01em;border:1px solid var(--surface-line);border-radius:999px;background:var(--surface-overlay-soft)}.detail-list li,.footer-links li,.product-frame-list li{position:relative;padding-left:1.15rem}.detail-list li:before,.footer-links li:before,.product-frame-list li:before{content:"";position:absolute;top:.85rem;left:0;width:.55rem;height:1px;background:currentColor;opacity:.35}.solution-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--surface-line);border-radius:var(--radius);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-soft)}.solution-column{min-height:100%;padding:1.5rem;background:linear-gradient(180deg,var(--surface),var(--surface-alt))}.solution-column+.solution-column{border-left:1px solid var(--surface-line)}.solution-links a,.product-frame-footer a{font-weight:600;color:var(--text-strong)}.related-link-list{margin-top:1rem;padding:1.35rem;border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface)}.note-panel{background:var(--surface-alt)}.product-frame{display:grid;grid-template-rows:auto 1fr auto;border:1px solid var(--surface-line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(180deg,var(--surface) 0%,var(--bg) 100%);box-shadow:var(--shadow-soft)}.product-frame-top{display:flex;justify-content:space-between;gap:1rem;padding:.95rem 1.2rem;color:var(--text-muted);font-size:.88rem;font-weight:600;border-bottom:1px solid var(--surface-line);background:#00daf314}.product-frame-body{padding:1.45rem 1.35rem 1.15rem}.product-frame-body p{margin:0 0 1rem}.product-frame-footer{padding:1rem 1.35rem 1.2rem;border-top:1px solid var(--surface-line);background:var(--surface-overlay)}.compact-note{padding:1.4rem}.capability-snapshot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.capability-snapshot{min-height:100%}.capability-snapshot p:last-child{margin-bottom:0}.capability-detail-grid{align-items:stretch}.capability-detail-card{min-height:100%}.capability-systems-card{background:var(--bg-alt);border-color:transparent}.connected-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.2rem}.connected-system{display:flex;align-items:center;min-height:4rem;padding:.95rem 1rem;color:var(--text-strong);font-weight:700;border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--surface-overlay)}.capability-card,.role-card,.link-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:.45rem}.capability-card{padding:1.6rem;border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow-soft);transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.capability-card:hover,.role-card:hover,.link-card:hover{border-color:var(--surface-line-strong);transform:translateY(-2px)}.card-link{margin:.8rem 0 0;color:var(--accent-strong);font-size:.9rem;font-weight:700}.audience-card{display:block}.audience-card,.timeline-card,.docs-card,.detail-card,.pricing-card{transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.audience-card:hover,.timeline-card:hover,.docs-card:hover,.detail-card:hover,.pricing-card:hover,.product-frame:hover{border-color:var(--surface-line-strong)}.role-phase-pair{display:grid;gap:.45rem;margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--surface-line);color:var(--text-strong)}.role-phase-pair p{margin:0}.timeline-card{position:relative;overflow:hidden}.timeline-card:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:var(--text-strong);opacity:.5}.callout{padding:1rem 1.1rem;border-radius:var(--radius-sm);border:1px solid rgba(0,104,117,.16);background:#00daf314;color:var(--text-strong)}.price-label{margin:0;color:var(--text-strong);font-size:clamp(1.7rem,3vw,2.2rem);letter-spacing:-.03em}.pricing-card.is-highlight{border-color:var(--text-strong);background:var(--surface)}.pricing-note,.footer-copy,.field-hint{color:var(--text-muted)}.form-panel .section-title{max-width:none}.form-grid .full-width{grid-column:1 / -1}.field{display:grid;gap:.45rem}.field label,.radio-group legend{color:var(--text-strong);font-weight:700}.field input,.field textarea{width:100%;padding:.9rem 1rem;color:var(--text-strong);background:var(--surface-overlay-strong);border:1px solid var(--surface-line-strong);border-radius:1rem}.field textarea{min-height:9rem;resize:vertical}.radio-group{padding:0;margin:0;border:0}.radio-options{display:grid;gap:.75rem;margin-top:.9rem}.radio-option{display:flex;gap:.85rem;align-items:flex-start;padding:1rem;border:1px solid var(--surface-line);border-radius:1rem;background:var(--surface-overlay-soft)}.docs-card{display:block}.site-footer{padding:4rem 0 2rem}.footer-grid{padding:1.8rem 0;border-top:1px solid var(--surface-line);border-radius:0;background:transparent;box-shadow:none}.footer-brand{display:inline-flex;align-items:center;gap:.72rem;margin-bottom:1rem;color:var(--text-strong);font-family:var(--font-display);font-size:1.18rem;font-weight:700;letter-spacing:-.03em}.footer-logo{display:block;width:auto;height:2.35rem;object-fit:contain}.footer-copy{max-width:32ch;margin:0}.footer-heading-link{display:block;width:fit-content}.footer-heading-link:hover{color:var(--accent-strong)}.footer-bar{display:flex;justify-content:space-between;gap:1rem;margin-top:1.2rem;color:var(--text-muted);font-size:.92rem}.prose-shell{padding:2rem}.prose-shell>*:first-child{margin-top:0}.prose-shell h2,.prose-shell h3,.prose-shell h4{margin:1.6rem 0 .7rem;color:var(--text-strong);letter-spacing:-.03em;line-height:1.1}.prose-shell p,.prose-shell ul,.prose-shell ol,.prose-shell pre{margin:0 0 1rem}.prose-shell ul,.prose-shell ol{padding-left:1.25rem}.prose-shell a{color:var(--accent-strong);text-decoration:underline;text-decoration-thickness:1px}.prose-shell code{padding:.15rem .35rem;border-radius:.4rem;background:var(--accent-soft);color:var(--text-strong)}.prose-shell pre{overflow:auto;padding:1rem;border-radius:1rem;background:#0f1f44;color:#e8efff}.prose-shell hr{margin:2rem 0;border:0;border-top:1px solid var(--surface-line)}.prose-shell table{display:block;width:100%;margin:0 0 1.2rem;border-collapse:collapse;font-size:.95rem;overflow-x:auto}.prose-shell table th,.prose-shell table td{padding:.55rem .8rem;border-bottom:1px solid var(--surface-line);text-align:left;vertical-align:top}.prose-shell table th{font-weight:600;color:var(--text-strong);background:var(--accent-soft)}.legal-prose h2{margin-top:2.2rem}.legal-prose h3,.legal-prose h4{margin-top:1.8rem}@media(max-width:980px){.header-inner{flex-wrap:wrap;gap:.7rem;min-height:auto;padding-block:.75rem}.header-nav{order:3;justify-content:flex-start;flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.header-nav::-webkit-scrollbar{display:none}.header-nav a{flex:0 0 auto;padding:.55rem .7rem;font-size:.88rem}.detail-grid,.card-grid,.audience-grid,.timeline-grid,.pricing-grid,.docs-grid,.content-grid,.footer-grid,.product-grid,.capability-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.shell{width:min(var(--shell),calc(100% - 1.25rem))}.eyebrow,.kicker,.card-kicker,.footer-heading{font-size:var(--text-sm)}.brand-logo,.footer-logo{height:2rem}.header-cta{min-height:2.5rem;padding:.7rem .9rem;font-size:.9rem}.theme-toggle{width:2.5rem;min-height:2.5rem}.page-hero,.section{padding:clamp(3.2rem,12vw,4.5rem) 0}.detail-grid,.card-grid,.audience-grid,.timeline-grid,.pricing-grid,.docs-grid,.content-grid,.footer-grid,.product-grid,.form-grid,.capability-overview,.hero-list,.page-hero .hero-list,.capability-snapshot-grid,.connected-system-grid,.solution-board{grid-template-columns:1fr}.solution-column+.solution-column{border-top:1px solid var(--surface-line);border-left:0}.hero-panel,.page-hero .hero-panel,.section-panel,.detail-card,.audience-card,.timeline-card,.pricing-card,.form-panel,.note-panel,.docs-card,.capability-card{padding:1.25rem;border-radius:var(--radius-md)}.footer-bar{flex-direction:column}}.prose-shell pre code{padding:0;background:transparent;color:inherit}.cta-band{background:var(--inverse-bg);color:var(--inverse-text)}.cta-band-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(2rem,5vw,4rem);align-items:center}.cta-band .eyebrow,.cta-band h2{color:var(--inverse-text)}.cta-band h2{max-width:16ch;margin:0 0 1rem;font-family:var(--font-display);font-size:clamp(2rem,4vw,3.6rem);font-weight:600;letter-spacing:-.03em;line-height:1}.cta-band p:last-child{max-width:54ch;margin:0;color:var(--inverse-text-muted)}.cta-actions{display:flex;flex-wrap:wrap;gap:.8rem}.cta-band .button-primary{color:var(--inverse-surface-text);background:var(--inverse-surface)}.stage-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--surface-line)}.stage-strip-card{padding:1.45rem 1.35rem .5rem 0;border-right:1px solid var(--surface-line)}.stage-strip-card:last-child{border-right:0}.stage-strip-card p{margin:0 0 1rem;color:var(--text-muted);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stage-strip-card h3{margin:0;color:var(--text-strong);font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:600;letter-spacing:-.02em;line-height:1.08}.stage-strip-card span{display:block;margin-top:.8rem;color:var(--text-body)}.trust-bar{padding:1.5rem 0 0}.trust-bar p{margin:0 0 .9rem;color:var(--text-muted);font-size:.88rem;font-weight:700}.trust-tool-row{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--surface-line)}.trust-tool{display:inline-flex;align-items:center;min-height:2.25rem;padding:.45rem .75rem;color:var(--text-strong);font-weight:700;border:1px solid var(--surface-line);border-radius:999px;background:var(--surface)}.what-isnt-list{border-top:1px solid var(--surface-line)}.what-isnt-row{display:grid;grid-template-columns:minmax(12rem,.35fr) minmax(0,.65fr);gap:2rem;padding:1.2rem 0;border-bottom:1px solid var(--surface-line)}.what-isnt-row h3{margin:0;color:var(--text-strong);font-size:1.05rem}.what-isnt-row p{max-width:62ch;margin:0}.flow-diagram{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.flow-step{min-height:12rem;padding:1.25rem;border-right:1px solid var(--surface-line)}.flow-step:last-child{border-right:0}.flow-step p{margin:0 0 1.2rem;color:var(--accent-strong);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.flow-step h3{margin:0;color:var(--text-strong)}.flow-step span{display:block;margin-top:.7rem;color:var(--text-body)}.screenshot-frame{overflow:hidden;margin:0;border:1px solid var(--surface-line);border-radius:var(--radius);background:var(--surface)}.screenshot-chrome{display:flex;gap:.35rem;padding:.75rem .85rem;border-bottom:1px solid var(--surface-line)}.screenshot-chrome span{width:.58rem;height:.58rem;border-radius:999px;background:#10224833}.screenshot-frame img{display:block;width:100%;height:auto}.screenshot-frame figcaption{padding:.8rem 1rem;color:var(--text-muted);font-size:.88rem;border-top:1px solid var(--surface-line)}@media(max-width:900px){.cta-band-inner,.stage-strip,.what-isnt-row,.flow-diagram{grid-template-columns:1fr}.stage-strip-card,.flow-step{border-right:0;border-bottom:1px solid var(--surface-line)}.stage-strip-card p,.flow-step p{font-size:var(--text-sm)}.stage-strip-card:last-child,.flow-step:last-child{border-bottom:0}.cta-actions .button{width:100%}}.order-period{display:flex;justify-content:center;margin-bottom:1.75rem}.segmented{display:inline-grid;grid-auto-flow:column;gap:.25rem;padding:.25rem;border:1px solid var(--surface-line-strong);border-radius:var(--radius-sm);background:var(--surface-alt)}.segmented label{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem 1.3rem;border-radius:calc(var(--radius-sm) - 3px);color:var(--text-body);font-weight:700;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast)}.segmented label:has(input:checked){color:var(--on-accent);background:var(--accent)}.segmented .save-badge:not(:empty){padding:.1rem .4rem;border-radius:999px;background:var(--surface-overlay-soft);color:var(--text-strong);font-size:var(--text-xs);font-weight:800}.segmented input,.card-addon input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.segmented label:has(input:focus-visible),.card-addon:has(input:focus-visible){outline:2px solid var(--accent);outline-offset:3px}.plan-card{display:flex;flex-direction:column}.plan-amount{margin:.2rem 0 .1rem;color:var(--text-strong);font-family:var(--font-heading);font-weight:800;letter-spacing:-.02em;line-height:1.1}.plan-amount .amount{font-size:clamp(2rem,3.2vw,2.5rem)}.plan-amount .per{color:var(--text-muted);font-size:var(--text-base);font-weight:600}.plan-seats{margin:0 0 .9rem;color:var(--text-muted);font-size:var(--text-sm)}.plan-card .detail-list{flex:1;align-content:start}.plan-card .detail-list li.inherits{padding-left:0;color:var(--text-strong);font-weight:800}.plan-card .detail-list li.inherits:before{content:none}.card-config{display:grid;gap:.9rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid var(--surface-line)}.card-qty{display:grid;grid-template-columns:minmax(0,1fr) 5.5rem;gap:.5rem .75rem;align-items:center}.card-qty label{color:var(--text-strong);font-size:var(--text-sm);font-weight:700}.card-qty input{width:100%;padding:.5rem .6rem;color:var(--text-strong);background:var(--surface-overlay-strong);border:1px solid var(--surface-line-strong);border-radius:var(--radius-sm);font-weight:700;text-align:center}.card-qty .card-qty-hint{grid-column:1 / -1;margin:-.2rem 0 0;color:var(--text-muted);font-size:var(--text-xs)}.card-addon{display:grid;grid-template-columns:1.1rem minmax(0,1fr) auto;gap:.15rem .7rem;align-items:center;padding:.7rem .8rem;border:1px solid var(--surface-line);border-radius:var(--radius-sm);background:var(--surface-overlay-soft);cursor:pointer;transition:border-color var(--transition-fast),background var(--transition-fast)}.card-addon:hover{border-color:var(--surface-line-strong)}.card-addon:has(input:checked){border-color:var(--accent);background:var(--surface-accent)}.card-addon:before{content:"";grid-column:1;grid-row:1;width:1.05rem;height:1.05rem;border:2px solid var(--surface-line-strong);border-radius:5px;background:var(--surface);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.card-addon:has(input:checked):before{border-color:var(--accent);box-shadow:inset 0 0 0 3px var(--accent)}.card-addon .addon-name{grid-column:2;color:var(--text-strong);font-size:var(--text-sm);font-weight:700}.card-addon .addon-price{grid-column:3;color:var(--text-strong);font-size:var(--text-sm);font-weight:800;white-space:nowrap}.card-total{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;align-items:baseline;margin-top:1.1rem;padding-top:1rem;border-top:1px solid var(--surface-line);color:var(--text-strong);font-weight:800}.card-total .card-total-amount{font-size:var(--text-md);white-space:nowrap}.card-oneoff{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;margin-top:.35rem;color:var(--text-muted);font-size:var(--text-sm);font-weight:700}.card-capacity{margin:.55rem 0 0;color:var(--text-muted);font-size:var(--text-xs)}.card-trial{margin:.55rem 0 0;color:var(--accent-strong);font-size:var(--text-xs);font-weight:700}.plan-card .plan-button{width:100%;margin-top:1.1rem}.order-fineprint{margin:1.75rem auto 0;max-width:46rem;color:var(--text-muted);font-size:var(--text-sm);text-align:center}@media(max-width:60rem){.card-qty{grid-template-columns:minmax(0,1fr) 5rem}}.plan-card .bullet-blurb{display:block;color:var(--text-muted);font-size:var(--text-xs)}.all-features{margin-top:1rem;font-size:var(--text-sm)}.all-features>summary{cursor:pointer;color:var(--accent-strong);font-weight:700;list-style:none}.all-features>summary::-webkit-details-marker{display:none}.all-features>summary:before{content:"▸ ";display:inline-block;transition:transform var(--transition-fast)}.all-features[open]>summary:before{content:"▾ "}.all-features>summary:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.all-features-group{margin-top:.9rem}.all-features-heading{margin:0 0 .35rem;color:var(--text-muted);font-size:var(--text-xs);font-weight:800;letter-spacing:.04em;text-transform:uppercase}.all-features-group ul{display:grid;gap:.4rem;margin:0;padding:0;list-style:none}.all-features-label{color:var(--text-body)}.all-features-blurb{display:block;color:var(--text-muted);font-size:var(--text-xs)}
