:root{--bg:#eff1f6;--bg-strong:#e9ecf2;--surface:#eff1f6;--surface-muted:#edf0f5;--surface-accent:#f3f5f8;--surface-pressed:#eceff4;--ink:#273041;--ink-soft:#445066;--muted:#6a7488;--muted-strong:#566174;--accent:#61708a;--accent-strong:#303b4f;--selection:#5eb5a0;--radius-panel:32px;--radius-card:28px;--radius-button:18px;--radius-chip:14px;--shadow:-14px -14px 30px #ffffffeb, 14px 14px 30px #aeb3c057;--shadow-soft:-10px -10px 22px #ffffffe0, 10px 10px 22px #aeb3c038;--shadow-lift:-18px -18px 34px #fffffff2, 18px 18px 34px #aeb3c04d;--shadow-inset:inset -10px -10px 18px #ffffffeb, inset 10px 10px 18px #aeb3c040;--shadow-inset-soft:inset -7px -7px 13px #ffffffe6, inset 7px 7px 13px #aeb3c033;--sun-core:#d7dbe4;--sun-ring:#f8c96657;--sun-glow:#f6c45885}html[data-theme=dark]{--bg:#1b212c;--bg-strong:#151a23;--surface:#202734;--surface-muted:#1c2430;--surface-accent:#252d3b;--surface-pressed:#1a212c;--ink:#eef3fb;--ink-soft:#c5cfde;--muted:#a3aec0;--muted-strong:#d0d8e5;--accent:#93a6c8;--accent-strong:#f5f8fe;--selection:#5eb5a0;--shadow:-14px -14px 30px #ffffff08, 14px 14px 30px #080b11b8;--shadow-soft:-10px -10px 22px #ffffff06, 10px 10px 22px #070a0f8f;--shadow-lift:-18px -18px 34px #ffffff09, 18px 18px 34px #06080cd6;--shadow-inset:inset -10px -10px 18px #ffffff07, inset 10px 10px 18px #080a0ebd;--shadow-inset-soft:inset -7px -7px 13px #ffffff05, inset 7px 7px 13px #080a0e9e;--sun-core:#dbe3ef;--sun-ring:#f7d37e47;--sun-glow:#f7ce6c66}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-gothic-a1), sans-serif;color:var(--ink);word-break:keep-all;overflow-wrap:anywhere;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:var(--bg);margin:0}.page-shell{z-index:1;width:min(1180px,100% - 2.5rem);margin:0 auto;padding:1.75rem 0 5rem;position:relative}a{color:inherit;text-decoration:none}button{font:inherit}main{gap:2.8rem;display:grid}.site-nav{z-index:10;background:var(--surface);border-radius:var(--radius-panel);box-shadow:var(--shadow);justify-content:flex-start;align-items:center;gap:1.3rem;margin-bottom:2rem;padding:1rem 1.1rem;display:flex;position:sticky;top:1rem}.brand{font-family:var(--font-gothic-a1), sans-serif;letter-spacing:-.02em;white-space:nowrap;color:var(--ink);font-size:1.1rem;font-weight:700}.nav-controls{order:2;align-items:center;gap:.75rem;margin-left:auto;display:flex}.nav-actions{order:3;align-items:center;gap:.7rem;display:flex}.theme-toggle,.menu-toggle{border-radius:var(--radius-button);background:var(--surface);width:3rem;height:3rem;box-shadow:var(--shadow-soft);color:var(--ink);cursor:pointer;border:0;flex-direction:column;justify-content:center;align-items:center;padding:0;transition:background-color .16s,box-shadow .16s,transform .16s;display:none;position:relative}.theme-toggle:hover,.theme-toggle:focus-visible,.menu-toggle:hover,.menu-toggle:focus-visible{background:var(--surface-accent);box-shadow:var(--shadow-lift);transform:translateY(-1px)}.theme-toggle.dark,.menu-toggle.active{background:var(--surface-pressed);color:var(--selection);box-shadow:var(--shadow-inset-soft)}.theme-toggle{display:inline-flex}.theme-toggle-glyph{color:currentColor;transition:opacity .18s,transform .18s;position:absolute}.theme-sun{background:var(--sun-core);width:1rem;height:1rem;box-shadow:0 0 0 .08rem #ffffff47, 0 0 0 .28rem var(--sun-ring), 0 0 1rem .18rem var(--sun-glow);border-radius:999px}.theme-sun:before{content:none}.theme-moon{opacity:0;border-radius:999px;width:.92rem;height:.92rem;transform:translate(.08rem)rotate(-18deg)scale(.7);box-shadow:inset -.26rem 0}.theme-toggle.dark .theme-sun{opacity:0;transform:scale(.6)rotate(30deg)}.theme-toggle.dark .theme-moon{opacity:1;transform:translate(.08rem)rotate(-18deg)scale(1)}.menu-toggle-bar{transform-origin:50%;background:currentColor;border-radius:999px;width:1.12rem;height:2px;transition:transform .16s,opacity .16s;display:block}.menu-toggle-bar+.menu-toggle-bar{margin-top:.26rem}.menu-toggle.active .menu-toggle-bar:first-child{transform:translateY(.36rem)rotate(45deg)}.menu-toggle.active .menu-toggle-bar:nth-child(2){opacity:0}.menu-toggle.active .menu-toggle-bar:nth-child(3){transform:translateY(-.36rem)rotate(-45deg)}.menu{flex-wrap:wrap;gap:.55rem;display:flex}.menu-link{border-radius:var(--radius-button);background:var(--surface);min-height:3rem;box-shadow:var(--shadow-soft);color:var(--muted);justify-content:center;align-items:center;padding:.78rem 1.15rem;font-size:.92rem;font-weight:500;transition:background-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.menu-link:hover,.menu-link:focus-visible{background:var(--surface-accent);color:var(--ink);box-shadow:var(--shadow-lift);transform:translateY(-1px)}.menu-link.active{background:var(--surface-pressed);color:var(--selection);letter-spacing:-.015em;box-shadow:var(--shadow-inset-soft);font-weight:700}.hero{grid-template-columns:minmax(0,1.4fr) minmax(300px,.72fr);align-items:stretch;gap:1.6rem;margin-bottom:.4rem;display:grid}.home-hero,.hero-single{grid-template-columns:1fr}.home-hero .hero-copy{text-align:center;flex-direction:column;align-items:center;padding:4.25rem 3.6rem;display:flex}.home-hero .hero-actions{justify-content:center;align-items:center}.home-hero .button-link{min-width:11.5rem}.home-hero .hero-text{max-width:64ch;margin-left:auto;margin-right:auto}.home-hero h1{max-width:12ch;font-size:clamp(2.6rem,5.4vw,4.5rem);line-height:1.08}.hero-copy,.hero-panel,.card,.details-card{background:var(--surface);border-radius:var(--radius-panel);box-shadow:var(--shadow);transition:box-shadow .18s,transform .18s}.hero-copy{padding:3rem}.hero-panel{color:var(--ink);align-self:stretch;padding:3rem}.eyebrow,.section-kicker,.panel-label,.card-tag{letter-spacing:.12em;text-transform:none;margin:0 0 .85rem;font-size:.74rem}.eyebrow,.section-kicker,.card-tag{color:var(--accent);font-weight:700}.panel-label{color:var(--muted-strong);font-weight:700}h1,h2,h3{color:var(--ink);font-family:var(--font-gothic-a1), sans-serif;letter-spacing:-.04em;margin:0}h1{max-width:10.8ch;font-size:clamp(3rem,5vw,5.1rem);font-weight:700;line-height:1.08}.hero:not(.home-hero) h1{max-width:13ch;font-size:clamp(2.4rem,4vw,3.7rem);line-height:1.12}h2{font-size:clamp(2.05rem,3.6vw,3.1rem);font-weight:700;line-height:1.14}h3{font-size:1.3rem;font-weight:700;line-height:1.36}.hero-text,.card-description,.card-footer,.details-card p,th,td{color:var(--muted);font-size:.98rem;line-height:1.85}.hero-text{max-width:58ch;margin-top:1.15rem}.hero-actions{flex-wrap:wrap;gap:.9rem;margin-top:1.85rem;display:flex}.button-link,.card-cta{border-radius:var(--radius-button);justify-content:center;align-items:center;min-height:3.15rem;padding:.92rem 1.35rem;font-size:.92rem;font-weight:600;transition:background-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.button-link{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-soft)}.button-link.secondary,.card-cta{background:var(--surface-pressed);color:var(--ink);box-shadow:var(--shadow-inset-soft)}.button-link:hover,.button-link:focus-visible,.card-cta:hover,.card-cta:focus-visible{background:var(--surface-accent);transform:translateY(-1px)}.button-link.secondary:hover,.button-link.secondary:focus-visible,.card-cta:hover,.card-cta:focus-visible{color:var(--accent-strong);box-shadow:var(--shadow-soft)}.term-tooltip{box-shadow:none;color:inherit;font:inherit;font-weight:600;line-height:inherit;letter-spacing:inherit;vertical-align:baseline;cursor:help;background:0 0;border:0;align-items:baseline;margin:0;padding:0;display:inline-flex;position:relative}.term-label{text-underline-offset:.18em;-webkit-text-decoration:underline dotted #5f6b7f6b;text-decoration:underline dotted #5f6b7f6b}html[data-theme=dark] .term-label{text-decoration-color:#93a6c875}.term-tooltip-bubble{z-index:40;background:var(--surface);width:min(18rem,100vw - 2rem);box-shadow:var(--shadow-lift);opacity:0;visibility:hidden;pointer-events:none;text-align:left;border-radius:20px;padding:.95rem 1rem;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;bottom:calc(100% + .9rem);left:50%;transform:translate(-50%)translateY(.35rem)}.term-tooltip-bubble:after{content:"";background:var(--surface);border-radius:.1rem;width:.75rem;height:.75rem;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.term-tooltip-bubble strong,.term-tooltip-bubble span{display:block}.term-tooltip-bubble strong{color:var(--ink);letter-spacing:.01em;margin-bottom:.3rem;font-size:.82rem;font-weight:700}.term-tooltip-bubble span{color:var(--muted);font-size:.85rem;font-weight:500;line-height:1.65}.term-tooltip:hover .term-tooltip-bubble,.term-tooltip:focus .term-tooltip-bubble,.term-tooltip:focus-visible .term-tooltip-bubble,.term-tooltip.is-open .term-tooltip-bubble{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.panel-list,.feature-list{margin:0;padding:0;list-style:none}.panel-list li,.feature-list li{margin-bottom:.88rem;padding-left:1rem;line-height:1.76;position:relative}.panel-list li:last-child,.feature-list li:last-child{margin-bottom:0}.panel-list li:before,.feature-list li:before{content:"";background:#5f6b7fb3;border-radius:999px;width:.36rem;height:.36rem;position:absolute;top:.8rem;left:0}html[data-theme=dark] .panel-list li:before,html[data-theme=dark] .feature-list li:before{background:#93a6c8bd}.hero-panel .panel-list li{color:var(--muted)}.section-heading{margin-bottom:0}.section-heading.compact{margin-top:2.2rem}.home-main{gap:2.45rem}.home-pillar-grid,.home-service-grid,.home-split-grid,.home-process-grid,.home-link-grid{gap:1.95rem;display:grid}.home-pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.9rem}.home-split-grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}.home-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.9rem}.home-link-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:1.9rem}.home-pillar,.home-section,.home-service-card,.home-note,.home-step,.home-final{background:var(--surface);box-shadow:var(--shadow);border-radius:var(--radius-card);transition:box-shadow .18s,transform .18s}.home-pillar,.home-service-card,.home-note,.home-step{padding:2.1rem}.home-section,.home-final{padding:2.5rem}.home-pillar,.home-service-card,.home-note,.home-step,.home-final{min-height:100%}.home-pillar>p:not(.card-tag),.home-note>p:not(.card-tag),.home-step>p:not(.home-step-number),.home-section-copy,.home-card-meta{color:var(--muted);margin:0;font-size:.98rem;line-height:1.8}.home-pillar h3,.home-note h3,.home-step h3{margin-bottom:.85rem}.home-pillar .card-tag,.home-service-card .card-tag,.home-note .card-tag{margin-bottom:.8rem}.home-section .section-heading,.home-final{text-align:left}.home-service-card{flex-direction:column;display:flex}.home-card-meta{color:var(--ink-soft);margin-top:auto;padding-top:1.4rem}.home-text-link{color:var(--ink);align-items:center;margin-top:1rem;font-size:.92rem;font-weight:600;display:inline-flex}.home-text-link:after{content:"";border-top:1px solid;border-right:1px solid;width:.45rem;height:.45rem;margin-left:.5rem;transform:rotate(45deg)}.home-note-stack{gap:1.6rem;display:grid}.education-main{gap:2.45rem;display:grid}.education-hero h1{max-width:12ch}.education-track-grid,.education-lecture-grid,.education-material-grid{gap:1.95rem;display:grid}.education-track-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.education-lecture-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.9rem}.education-material-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1.9rem}.education-track-card{padding:2rem}.education-signup,.education-signup .section-kicker,.education-signup h2{text-align:left}.education-signup .home-section-copy{max-width:60ch;margin:1rem 0 0}.education-form{gap:1.2rem;margin-top:1.9rem;display:grid}.education-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.education-field{gap:.55rem;display:grid}.education-field span{color:var(--ink-soft);font-size:.85rem;font-weight:700}.education-field input,.education-field select,.education-field textarea{background:var(--surface-accent);width:100%;box-shadow:var(--shadow-inset-soft);color:var(--ink);font:inherit;border:0;padding:.9rem 1rem}.education-field textarea{resize:vertical;min-height:8rem}.education-field-full{grid-column:1/-1}.education-form-actions{align-items:start;gap:.75rem;display:grid}.education-form-note,.education-form-result{color:var(--muted);margin:0;font-size:.92rem;line-height:1.75}.education-form-result{background:var(--surface-accent);box-shadow:var(--shadow-soft);padding:1rem 1.1rem}.erp-demo-main{gap:2.45rem;display:grid}.erp-demo-app-panel{padding:2rem}.erp-demo-app-panel.is-embedded{box-shadow:none;background:0 0;padding:0}.erp-demo-app{grid-template-columns:15rem minmax(0,1fr);gap:1.25rem;display:grid}.erp-demo-sidebar,.erp-demo-workspace,.erp-demo-kpi-card,.erp-demo-widget,.erp-demo-sidebar-note{background:var(--surface-accent);box-shadow:var(--shadow-soft)}.erp-demo-sidebar{align-content:start;gap:1rem;padding:1.25rem;display:grid}.erp-demo-sidebar-head p:last-child,.erp-demo-sidebar-note p:last-child{color:var(--muted);margin:.5rem 0 0;font-size:.9rem;line-height:1.7}.erp-demo-sidebar-head h2{font-size:1.35rem;line-height:1.2}.erp-demo-sidebar-nav{gap:.55rem;display:grid}.erp-demo-nav-item{min-height:2.9rem;color:var(--muted-strong);background:0 0;padding:.82rem .95rem;font-size:.92rem;font-weight:600}.erp-demo-nav-item.active{background:var(--surface);box-shadow:var(--shadow-inset-soft);color:var(--selection)}.erp-demo-sidebar-note{padding:1rem}.erp-demo-workspace{padding:1.25rem}.erp-demo-topbar{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;display:flex}.erp-demo-topbar h2{font-size:1.65rem;line-height:1.2}.erp-demo-topbar-meta{flex-wrap:wrap;gap:.55rem;display:flex}.erp-demo-topbar-meta span,.erp-demo-badge{background:var(--surface);min-height:2.05rem;box-shadow:var(--shadow-inset-soft);color:var(--muted-strong);align-items:center;padding:.42rem .7rem;font-size:.82rem;font-weight:600;display:inline-flex}.erp-demo-kpi-grid,.erp-demo-content-grid{gap:1rem;display:grid}.erp-demo-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.erp-demo-kpi-card{padding:1rem 1rem 1.05rem}.erp-demo-kpi-card p,.erp-demo-kpi-card span{margin:0}.erp-demo-kpi-card p{color:var(--muted);font-size:.84rem;line-height:1.5}.erp-demo-kpi-card strong{color:var(--ink);letter-spacing:-.04em;margin:.5rem 0 .3rem;font-size:1.8rem;font-weight:700;display:block}.erp-demo-kpi-card span{color:var(--selection);font-size:.83rem;font-weight:600}.erp-demo-content-grid{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);margin-top:1rem}.erp-demo-content-grid.secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-demo-widget{padding:1.15rem}.erp-demo-widget-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.erp-demo-widget-head h3{font-size:1.08rem;line-height:1.3}.erp-demo-table{display:grid}.erp-demo-table-row{color:var(--muted);border-bottom:1px solid #6a74881f;grid-template-columns:1.15fr 1fr .9fr .78fr;gap:.9rem;padding:.8rem 0;font-size:.88rem;line-height:1.6;display:grid}.erp-demo-table-row span:last-child{justify-self:start}.erp-demo-table-head{color:var(--ink-soft);padding-top:0;font-size:.78rem;font-weight:700}.erp-demo-table-head span{white-space:nowrap}.erp-demo-stock-list,.erp-demo-step-list,.erp-demo-activity-list{gap:.75rem;display:grid}.erp-demo-stock-row,.erp-demo-activity-item{background:var(--surface);box-shadow:var(--shadow-inset-soft);padding:.9rem .95rem}.erp-demo-stock-row{justify-content:space-between;align-items:center;gap:.8rem;display:flex}.erp-demo-stock-row strong,.erp-demo-step-item strong{color:var(--ink);font-size:.94rem;display:block}.erp-demo-stock-row span,.erp-demo-step-item p,.erp-demo-activity-item{color:var(--muted);font-size:.86rem;line-height:1.65}.erp-demo-stock-row em{color:var(--selection);font-size:.82rem;font-style:normal;font-weight:700}.erp-demo-step-item{grid-template-columns:auto 1fr;align-items:flex-start;gap:.8rem;display:grid}.erp-demo-step-item span{background:var(--surface);width:1.95rem;height:1.95rem;box-shadow:var(--shadow-soft);color:var(--selection);justify-content:center;align-items:center;font-size:.84rem;font-weight:700;display:inline-flex}.erp-demo-step-item p{margin:.4rem 0 0}.erp-demo-activity-item{color:var(--ink-soft)}.home-step-number{color:var(--accent);letter-spacing:.14em;margin:0 0 1rem;font-size:.82rem;font-weight:700}.home-final{text-align:center}.home-final .home-section-copy{max-width:60ch;margin:1rem auto 0}.home-final .section-kicker,.home-final h2{text-align:center}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1.9rem;display:grid}.card{flex-direction:column;height:100%;min-height:100%;padding:2.1rem;transition:transform .16s,box-shadow .16s;display:flex}.card:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.card.featured{background:var(--surface)}.card-description{margin:.9rem 0 1.3rem}.price-block{background:var(--surface-pressed);box-shadow:var(--shadow-inset);border-radius:24px;margin-bottom:1.2rem;padding:1.35rem 1.4rem}.price,.product-price{font-family:var(--font-gothic-a1), sans-serif;letter-spacing:-.04em;color:var(--ink);margin:0;font-size:2.5rem;font-weight:700}.price span,.product-price span{letter-spacing:0;margin-left:.18rem;font-size:.92rem;font-weight:500}.price span{color:var(--muted)}.product-price{color:var(--ink)}.pricing-mode-grid{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:0 0 1.55rem;display:grid}.pricing-mode-card{background:var(--surface);width:100%;box-shadow:var(--shadow-soft);text-align:left;cursor:pointer;border:0;border-radius:18px;gap:.34rem;padding:1.12rem 1.15rem;transition:box-shadow .16s,transform .16s,color .16s;display:grid}.pricing-mode-card:hover,.pricing-mode-card:focus-visible{box-shadow:var(--shadow-lift);transform:translateY(-1px)}.pricing-mode-card.active{background:var(--surface-accent);color:var(--selection);box-shadow:var(--shadow-inset-soft)}.pricing-mode-card.active .pricing-mode-title,.pricing-mode-card.active .pricing-mode-copy{color:var(--selection)}.pricing-mode-title{color:var(--ink);margin:0;font-size:.9rem;font-weight:700}.pricing-mode-copy{color:var(--muted);margin:0;font-size:.88rem;line-height:1.6}.pricing-table-wrap{margin-top:.1rem}.pricing-table{border-collapse:collapse;table-layout:fixed;width:100%}.pricing-table tbody tr+tr{box-shadow:inset 0 1px #55637e14}.pricing-table th,.pricing-table td{text-align:left;vertical-align:top;border:0;padding:1rem 0}.pricing-table th{width:9.6rem;color:var(--muted-strong);letter-spacing:.03em;padding-right:1.2rem;font-size:.86rem;font-weight:700}.pricing-table td{color:var(--ink-soft);font-size:.98rem;font-weight:500;line-height:1.8}.pricing-table-row-amount th,.pricing-table-row-amount td{padding-top:.2rem;padding-bottom:1.2rem}.pricing-table-value{flex-wrap:wrap;align-items:baseline;gap:.18rem;display:flex}.pricing-table-amount{color:inherit;font-family:inherit;font-size:inherit;font-weight:500;line-height:inherit;letter-spacing:0}.pricing-table-suffix{color:inherit;font-size:inherit;margin-bottom:0;font-weight:500}.pricing-table-setup{color:inherit;font-size:inherit;letter-spacing:0;font-weight:500}.pricing-bullet-list{margin-top:1.3rem}.price-note,.product-note{color:var(--muted);margin:.6rem 0 0;font-size:.92rem;line-height:1.7}.product-note{color:var(--muted);margin-bottom:0}.product-note-strong{color:var(--ink-soft);font-size:.98rem;font-weight:500}.product-note-muted{margin-top:.3rem;margin-bottom:1.15rem}.card-footer{color:var(--ink-soft);margin-top:auto;padding-top:1.2rem;font-weight:500}.card-cta{justify-content:center;width:100%;margin-top:auto}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:1.9rem;display:grid}.detail-top-stack{gap:1.9rem;display:grid}.erp-visual-panel{padding:2.9rem 3rem}.erp-intro-copy{max-width:48rem}.erp-intro-title{max-width:12ch;font-size:clamp(2.35rem,4vw,3.5rem);line-height:1.08}.erp-intro-text{max-width:52ch;color:var(--muted);margin:1rem 0 0;font-size:1rem;line-height:1.82}.erp-intro-link{color:var(--ink);align-items:center;margin-top:1rem;font-size:.92rem;font-weight:600;display:inline-flex}.erp-intro-link-button{box-shadow:none;cursor:pointer;background:0 0;border:0;padding:0}.erp-intro-link:after{content:"";border-top:1px solid;border-right:1px solid;width:.45rem;height:.45rem;margin-left:.5rem;transform:rotate(45deg)}.demo-modal{z-index:80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0e15ad;place-items:start center;padding:1.4rem;display:grid;position:fixed;inset:0;overflow:hidden}.demo-modal-panel{background:var(--surface);width:min(1180px,100vw - 2.8rem);height:min(960px,100dvh - 2.8rem);box-shadow:var(--shadow-lift);grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden;transform:translateZ(0)}.demo-modal-head{border-bottom:1px solid #6a74881f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.1rem;display:flex}.demo-modal-head h2{font-size:1.2rem;line-height:1.25}.demo-modal-body{padding:1rem;overflow:auto}.demo-modal-close{background:var(--surface-pressed);min-height:2.6rem;box-shadow:var(--shadow-inset-soft);color:var(--ink);cursor:pointer;border:0;padding:.7rem .95rem;font-size:.9rem;font-weight:600}.erp-visual-heading{max-width:64ch}.erp-visual-heading>p:not(.section-kicker){color:var(--muted);margin:1rem 0 0;font-size:.98rem;line-height:1.8}.erp-visual-heading-compact{text-align:center;max-width:none;margin-top:2rem}.erp-module-stage{aspect-ratio:1;width:min(100%,36rem);margin:2.2rem auto 0;position:relative}.erp-module-orbit{position:absolute;inset:0;overflow:visible}.erp-module-card{left:var(--module-x);top:var(--module-y);aspect-ratio:1;background:var(--module-fill);width:4.9rem;min-height:4.9rem;box-shadow:var(--shadow-soft), 0 14px 28px var(--module-glow);color:var(--module-ink,#29544d);text-align:center;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;padding:.65rem .55rem;display:flex;position:absolute;transform:translate(-50%,-50%)}.erp-module-core{aspect-ratio:1;background:var(--surface-accent);width:clamp(12.5rem,50%,18rem);min-height:clamp(12.5rem,50%,18rem);box-shadow:var(--shadow-inset);text-align:center;border-radius:999px;flex-direction:column;justify-content:center;margin:0;padding:2.25rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.erp-module-core h3{margin-top:.2rem;font-size:2rem}.erp-module-core p:last-child{color:var(--muted);margin:.9rem 0 0;font-size:.95rem;line-height:1.75}.erp-module-card h3{color:var(--module-ink,#29544d);font-size:.92rem;font-weight:700;line-height:1.2}.tone-mint{--module-fill:#dff6f2;--module-glow:#73d1c452}.tone-teal{--module-fill:#dcf4ef;--module-glow:#66bcab4d}.tone-green{--module-fill:#e2f5e5;--module-glow:#86c8954d}.tone-sage{--module-fill:#e9f2da;--module-glow:#a4c78147}.tone-yellow{--module-fill:#f4efcf;--module-glow:#cec5734d}.tone-lime{--module-fill:#edf4d6;--module-glow:#b8ca754a}.tone-gold{--module-fill:#fae8be;--module-glow:#e7b94f57}.tone-neutral{--module-fill:#ffffffd1;--module-glow:#b0b9c92e;--module-ink:#5b677b}.detail-stack-panel{width:100%}.detail-need-panel{padding:2.7rem 3rem}.detail-need-panel h2{max-width:19ch}.detail-need-panel>p:not(.section-kicker){max-width:78ch;color:var(--muted);margin:1rem 0 0;font-size:.98rem;line-height:1.85}.detail-need-panel .panel-list{margin-top:1.4rem}.approach-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.approach-stage-card{background:var(--surface-accent);min-height:100%;box-shadow:var(--shadow-soft);border-radius:20px;padding:1.3rem 1.35rem}.approach-stage-head{gap:.75rem;margin-bottom:1rem;display:grid}.approach-stage-number{background:var(--surface);width:2rem;height:2rem;box-shadow:var(--shadow-soft);color:var(--selection);border-radius:999px;justify-content:center;align-items:center;font-size:.84rem;font-weight:700;display:inline-flex}.approach-stage-card h3{font-size:1.08rem;line-height:1.35}.approach-stage-list{margin-top:0}.detail-pricing-panel{padding:2.7rem 3rem}.detail-list{margin-top:1.35rem}.details-card{background:var(--surface);height:100%;padding:2.2rem}.details-card.full-width{grid-column:1/-1}.self-diagnosis-card .self-diagnosis{box-shadow:none;margin-top:0;padding-top:0}.self-diagnosis{margin-top:1.75rem;padding-top:1.6rem;box-shadow:inset 0 1px #55637e14}.self-diagnosis-heading h3{margin-bottom:.7rem;font-size:1.2rem}.self-diagnosis-heading p:not(.section-kicker){color:var(--muted);margin:0;line-height:1.8}.self-diagnosis-list{gap:.9rem;margin-top:1.3rem;display:grid}.self-diagnosis-item{background:var(--surface-accent);box-shadow:var(--shadow-soft);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 1.05rem;display:grid}.self-diagnosis-question{grid-template-columns:auto 1fr;align-items:flex-start;gap:.8rem;display:grid}.self-diagnosis-question p{color:var(--ink-soft);margin:0;font-size:.98rem;line-height:1.7}.self-diagnosis-number{background:var(--surface);width:1.8rem;height:1.8rem;box-shadow:var(--shadow-soft);color:var(--ink);border-radius:999px;justify-content:center;align-items:center;font-size:.86rem;font-weight:700;display:inline-flex}.self-diagnosis-actions{flex-wrap:wrap;gap:.55rem;display:inline-flex}.self-diagnosis-button{background:var(--surface);min-width:4.3rem;min-height:2.6rem;box-shadow:var(--shadow-soft);color:var(--muted-strong);cursor:pointer;border:0;border-radius:999px;padding:.7rem 1rem;font-size:.9rem;font-weight:700;transition:box-shadow .16s,color .16s,transform .16s}.self-diagnosis-button:hover,.self-diagnosis-button:focus-visible{color:var(--ink);box-shadow:var(--shadow-lift);transform:translateY(-1px)}.self-diagnosis-button.active{color:var(--selection);background:var(--surface-pressed);box-shadow:var(--shadow-inset-soft)}.self-diagnosis-result{background:var(--surface-accent);box-shadow:var(--shadow-soft);border-radius:20px;margin-top:1.25rem;padding:1.2rem 1.3rem}.self-diagnosis-summary,.self-diagnosis-empty{color:var(--ink-soft);margin:0;line-height:1.8}.self-diagnosis-findings{margin-top:1rem}.hero-copy:hover,.hero-panel:hover,.details-card:hover,.home-pillar:hover,.home-section:hover,.home-service-card:hover,.home-note:hover,.home-step:hover,.home-final:hover{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.table-card{overflow-x:auto}table{border-collapse:separate;border-spacing:0 .45rem;width:100%}th,td{text-align:left;border-bottom:0;padding:.7rem .1rem}th{color:var(--muted-strong);letter-spacing:.04em;text-transform:none;padding-top:0;padding-bottom:.5rem;font-size:.84rem;font-weight:600}td:first-child{color:var(--ink);font-weight:700}tbody tr:last-child td{border-bottom:0}@media (max-width:980px){.site-nav{align-items:flex-start;position:static}.nav-controls{justify-content:flex-end;width:100%;margin-left:0}.hero,.pricing-grid,.details-grid,.home-pillar-grid,.home-service-grid,.home-split-grid,.home-process-grid,.education-track-grid,.education-material-grid{grid-template-columns:1fr}.education-lecture-grid,.education-form-grid{grid-template-columns:1fr 1fr}.home-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy{padding:2.2rem}.hero-panel{min-height:0;padding:2.2rem}.erp-visual-panel,.detail-need-panel,.detail-pricing-panel{padding:2.2rem}.erp-demo-app{grid-template-columns:1fr}.erp-demo-sidebar{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.erp-demo-sidebar-head,.erp-demo-sidebar-note{grid-column:1/-1}.erp-demo-sidebar-nav{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr))}.erp-demo-kpi-grid,.erp-demo-content-grid,.erp-demo-content-grid.secondary{grid-template-columns:1fr 1fr}.erp-demo-table-row{grid-template-columns:1.05fr 1fr .9fr .78fr}.education-track-card{padding:1.8rem}.demo-modal{padding:1rem}.demo-modal-body{padding:.85rem}.approach-stage-grid,.self-diagnosis-item{grid-template-columns:1fr}.self-diagnosis-actions{justify-content:flex-start}.erp-module-stage{aspect-ratio:1;width:min(100%,29rem)}.erp-module-orbit{position:absolute;inset:0;overflow:visible}.erp-module-card{width:clamp(3.8rem,9.5vw,4.6rem);min-height:clamp(3.8rem,9.5vw,4.6rem);margin:0;padding:.5rem .45rem;position:absolute;transform:translate(-50%,-50%)}.erp-module-core{width:clamp(9.75rem,44%,12.4rem);min-height:clamp(9.75rem,44%,12.4rem);margin:0;padding:1.1rem;position:absolute;transform:translate(-50%,-50%)}.erp-intro-title{max-width:13ch}.erp-module-core h3{margin-top:0;font-size:clamp(1.45rem,4.8vw,1.8rem)}.erp-module-core p:last-child{display:none}.erp-module-card h3{font-size:clamp(.74rem,1.9vw,.88rem)}.home-section,.home-final,.home-pillar,.home-service-card,.home-note,.home-step{padding:2rem}}@media (max-width:640px){.page-shell{width:min(100% - 1rem,1180px);padding-top:.75rem}.site-nav{box-shadow:none;background:0 0;border-bottom:1px solid #6a748829;border-radius:0;flex-wrap:wrap;align-items:center;gap:.75rem;padding:.8rem 0 .35rem}.nav-actions{order:2;gap:.45rem;margin-left:auto}.theme-toggle,.menu-toggle{width:2.8rem;height:2.8rem;box-shadow:none;background:0 0;border:0;border-radius:0}.theme-toggle:hover,.theme-toggle:focus-visible,.menu-toggle:hover,.menu-toggle:focus-visible,.theme-toggle.dark,.menu-toggle.active{box-shadow:none;background:0 0;transform:none}.menu-toggle{display:inline-flex}.nav-controls{opacity:0;pointer-events:none;flex-basis:100%;order:3;width:100%;max-height:0;transition:max-height .18s,opacity .16s,margin-top .16s;overflow:hidden}.nav-controls.is-open{opacity:1;pointer-events:auto;max-height:24rem;margin-top:.25rem}.menu{width:100%;display:block}.menu-link{width:100%;min-width:0;min-height:3.25rem;box-shadow:none;text-align:left;background:0 0;border-bottom:1px solid #6a748824;border-radius:0;flex:none;justify-content:flex-start;padding:.9rem 1rem}.menu-link:last-child{border-bottom:0}.menu-link:hover,.menu-link:focus-visible{box-shadow:none;background:0 0;transform:none}.menu-link.active{box-shadow:none;color:var(--selection);letter-spacing:-.015em;background:0 0;font-weight:700}.hero-copy,.hero-panel,.card,.details-card{border-radius:24px;padding:1.4rem}.erp-visual-panel,.detail-need-panel,.detail-pricing-panel{padding:1.4rem}.education-lecture-grid,.education-form-grid{grid-template-columns:1fr}.demo-modal{padding:.75rem}.demo-modal-head{padding:.85rem .9rem}.demo-modal-head h2{font-size:1.05rem}.demo-modal-body{padding:.75rem}.erp-module-stage{width:min(100%,20.5rem);margin-top:1.6rem}.erp-module-card{width:clamp(2.95rem,14vw,3.7rem);min-height:clamp(2.95rem,14vw,3.7rem);padding:.35rem}.erp-module-card h3{font-size:clamp(.68rem,2.75vw,.8rem)}.erp-module-core{width:clamp(8.6rem,43%,9.8rem);min-height:clamp(8.6rem,43%,9.8rem);padding:.95rem}.erp-module-core h3{font-size:clamp(1.3rem,6vw,1.6rem)}.pricing-mode-grid{grid-template-columns:1fr}.pricing-table th{width:7.4rem}.erp-module-card{border-radius:999px;width:clamp(2.95rem,14vw,3.7rem);min-height:clamp(2.95rem,14vw,3.7rem)}.erp-intro-title{max-width:none;font-size:clamp(2rem,8vw,2.8rem)}.home-hero .hero-copy{padding:2.2rem 1.5rem}.erp-demo-app-panel{padding:1.2rem}.erp-demo-app{gap:.9rem}.erp-demo-sidebar{grid-template-columns:1fr;padding:1rem}.erp-demo-sidebar-nav,.erp-demo-kpi-grid,.erp-demo-content-grid,.erp-demo-content-grid.secondary{grid-template-columns:1fr}.erp-demo-workspace,.erp-demo-widget{padding:1rem}.erp-demo-topbar{display:grid}.erp-demo-topbar-meta{gap:.45rem}.erp-demo-kpi-card strong{font-size:1.5rem}.erp-demo-table{gap:.7rem}.erp-demo-table-row{background:var(--surface);box-shadow:var(--shadow-inset-soft);border-bottom:0;grid-template-columns:1fr;gap:.18rem;padding:.85rem .9rem}.erp-demo-table-head{display:none}.erp-demo-table-row span{display:block}.erp-demo-table-row span:last-child{justify-self:auto}.erp-demo-step-item{gap:.65rem}.home-hero h1{max-width:12ch;font-size:clamp(2rem,8.8vw,3rem);line-height:1.08}.hero:not(.home-hero) h1{max-width:14ch;font-size:clamp(1.85rem,7vw,2.6rem);line-height:1.14}.home-hero .hero-actions{flex-direction:column;width:100%}.home-hero .button-link,.home-link-grid .button-link{width:100%}.term-tooltip-bubble{width:min(15rem,100vw - 1.5rem);left:0;transform:translate(0)translateY(.35rem)}.term-tooltip-bubble:after{left:1.15rem;transform:translate(-50%,-50%)rotate(45deg)}.term-tooltip:hover .term-tooltip-bubble,.term-tooltip:focus .term-tooltip-bubble,.term-tooltip:focus-visible .term-tooltip-bubble,.term-tooltip.is-open .term-tooltip-bubble{transform:translate(0)translateY(0)}.home-section,.home-final,.home-pillar,.home-service-card,.home-note,.home-step{padding:1.5rem}.home-link-grid{grid-template-columns:1fr}h1{max-width:none;font-size:clamp(2.1rem,10vw,3rem)}h2{font-size:clamp(1.6rem,7.2vw,2.2rem)}.price,.product-price{font-size:2.1rem}.pricing-table th,.pricing-table td{width:100%;padding-left:0;padding-right:0;display:block}.pricing-table tr{padding:.85rem 0;display:block}.pricing-table tbody tr+tr{box-shadow:inset 0 1px #55637e14}.pricing-table-row-amount{padding-top:.3rem}.pricing-table-row-amount th,.pricing-table-row-amount td{padding-top:0;padding-bottom:.25rem}}
