: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;--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;--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);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(--ink);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(4,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}.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(2,minmax(0,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);box-shadow:var(--shadow-inset-soft)}.pricing-mode-title{color:var(--ink);margin:0 0 .28rem;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;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:flex-end;gap:.34rem;display:flex}.pricing-table-amount{color:var(--ink);font-family:var(--font-gothic-a1), sans-serif;letter-spacing:-.03em;font-size:1.36rem;font-weight:700;line-height:1.1}.pricing-table-suffix{color:var(--muted-strong);margin-bottom:.26rem;font-size:.98rem;font-weight:600}.pricing-table-setup{color:var(--ink);letter-spacing:-.03em;font-size:1.36rem;font-weight:700}.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-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);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:min(100%,18rem);min-height: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{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}.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}.detail-pricing-panel{padding:2.7rem 3rem}.detail-list{margin-top:1.35rem}.details-card{background:var(--surface);height:100%;padding:2.2rem}.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{grid-template-columns: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-module-stage{aspect-ratio:auto;width:100%}.erp-module-orbit{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;height:auto;display:grid;position:static;overflow:visible}.erp-module-card{width:4.9rem;min-height:4.9rem;margin:0 auto;position:static;transform:none}.erp-module-core{width:min(100%,16rem);min-height:16rem;margin:1.3rem auto 0;position:static;transform:none}.erp-intro-title{max-width:13ch}.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{border-radius:24px;flex-wrap:wrap;align-items:center;gap:.85rem;padding:.9rem}.nav-actions{order:2;gap:.55rem;margin-left:auto}.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:.5rem}.menu{gap:.8rem;width:100%;display:grid}.menu-link{text-align:left;flex:none;justify-content:flex-start;width:100%;min-width:0;padding-inline:1rem}.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}.pricing-mode-grid{grid-template-columns:1fr}.pricing-table th{width:7.4rem}.erp-module-orbit{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.erp-module-card{border-radius:999px;width:4.8rem;min-height:4.8rem}.erp-module-core{width:min(100%,15rem);min-height:15rem;padding:1.9rem}.erp-intro-title{max-width:none;font-size:clamp(2rem,8vw,2.8rem)}.home-hero .hero-copy{padding:2.2rem 1.5rem}.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}.pricing-table-amount{font-size:1.36rem}}
