:root{--ink:#142439;--muted:#4f6176;--blue:#1745da;--deep:#102e67;--lime:#d4ff68;--paper:#f3f6fc;--line:#d6deec;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink);font-size:16px}*{box-sizing:border-box}body{margin:0}a{color:var(--blue);text-underline-offset:.22em}a:hover{text-decoration-thickness:2px}button,input,select{font:inherit}button,a,input,select,summary{touch-action:manipulation}:focus-visible{outline:3px solid #955800;outline-offset:5px}img{display:block;max-width:100%;height:auto}p{line-height:1.7;margin:0 0 1.2rem}h1,h2,h3{line-height:1.1;letter-spacing:-.045em;margin:0 0 1.3rem}h1{font-size:clamp(2.7rem,6vw,5.6rem);font-weight:650;max-width:980px}h2{font-size:clamp(2rem,3.6vw,3.15rem);font-weight:650}h3{font-size:1.45rem;letter-spacing:-.025em}.small,small{font-size:.875rem;line-height:1.6}.wrap{max-width:1240px;margin:auto;padding:0 5vw}.skip{position:absolute;top:-100px;left:1rem;background:#fff;padding:1rem;z-index:20}.skip:focus{top:1rem}.notice{background:var(--ink);color:#fff;text-align:center;font-size:.875rem;padding:.65rem 1rem;line-height:1.5}.notice a{color:var(--lime)}header{border-bottom:1px solid var(--line);background:#fff}header .wrap{display:flex;align-items:center;justify-content:space-between;min-height:90px;gap:2rem}.brand{display:inline-flex;gap:.65rem;align-items:center;font-size:1.45rem;font-weight:750;letter-spacing:-.065em;color:var(--ink);text-decoration:none}.mark{width:30px;height:26px;display:flex;align-items:flex-end;gap:3px}.mark i{background:var(--blue);width:7px;display:block;transform:skewY(-15deg)}.mark i:nth-child(1){height:22px}.mark i:nth-child(2){height:11px}.mark i:nth-child(3){height:26px}nav{display:flex;gap:2rem;align-items:center}nav a{font-size:.94rem;color:var(--ink);text-decoration:none;padding:.4rem 0}nav a[aria-current=page]{color:var(--blue);border-bottom:2px solid var(--blue)}.nav-toggle{display:none;background:none;border:1px solid var(--line);padding:.65rem .85rem;border-radius:4px}.eyebrow{display:block;font-size:.875rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700;margin-bottom:1.5rem}.hero{padding:6rem 0 5rem;background:var(--paper);overflow:hidden}.lead{max-width:600px;font-size:1.2rem;color:var(--muted)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:4rem;align-items:center}.hero-grid h1{font-size:clamp(2.7rem,4.5vw,4.7rem)}.actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin:2rem 0 1.1rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:.85rem 1.35rem;background:var(--blue);border:1px solid var(--blue);color:#fff;text-decoration:none;border-radius:4px;font-weight:600;line-height:1.35;cursor:pointer}.button:hover{background:#1034b0}.button.alt{background:transparent;color:var(--ink);border-color:#9aaabe}.button:disabled{background:#e1e6ee;border-color:#c7d1df;color:#4d5e72;cursor:default}.pills{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.4rem 0}.pill{font-size:.875rem;border:1px solid var(--line);padding:.45rem .8rem;border-radius:50px;background:#fff}.dashboard{background:#fff;border:1px solid #becce2;border-radius:8px;box-shadow:0 22px 65px #203c7220;overflow:hidden}.dash-head{background:var(--deep);color:#fff;padding:1.2rem 1.4rem;font-size:.9rem;display:flex;justify-content:space-between;gap:1rem}.dash-body{padding:1.7rem}.dash-value{font-size:3.2rem;letter-spacing:-.06em;font-weight:650;margin:.2rem 0}.dash-label{color:var(--muted);font-size:.875rem}.metric-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-top:1px solid var(--line);gap:1rem;font-size:.94rem}.bar{height:8px;background:#e6edf8;border-radius:3px;overflow:hidden;margin:.5rem 0 1.8rem}.bar span{display:block;height:100%;background:var(--blue)}.caption{color:var(--muted);font-size:.875rem;margin-top:.8rem}.strip{border-block:1px solid var(--line);padding:1.3rem 0}.strip .wrap{display:flex;gap:2rem;justify-content:space-between;flex-wrap:wrap;font-size:.9rem}.section{padding:5rem 0}.section.soft{background:var(--paper)}.section.dark{background:var(--deep);color:#fff}.section.dark .caption{color:#d9e5fa}.section-head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}.section-head h2{max-width:650px;margin:0}.two{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.three{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature{border-top:2px solid var(--line);padding-top:1.7rem}.number{font-size:.9rem;letter-spacing:.12em;color:var(--blue);display:block;margin-bottom:1.5rem}.feature p{color:var(--muted)}.product-card{border:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;border-radius:8px;overflow:hidden;background:#fff}.product-art{background:var(--deep);padding:3rem;display:grid;place-items:center}.product-art .dashboard{width:100%}.product-info{padding:3rem}.product-info h2{font-size:2.35rem}.price{font-size:1.85rem;font-weight:650;letter-spacing:-.04em;margin:1.5rem 0 .4rem}.specs{margin:0}.specs div{display:grid;grid-template-columns:1fr 1.6fr;gap:1rem;border-top:1px solid var(--line);padding:1rem 0}.specs dt{font-weight:600}.specs dd{margin:0;line-height:1.6;color:var(--muted)}ul{padding-left:1.25rem;line-height:1.8}li{margin:.45rem 0}.prose{max-width:800px;padding:4rem 0 5rem}.prose h1{font-size:3.2rem}.prose h2{font-size:1.8rem;margin-top:2.8rem}.prose h3{margin-top:2rem}.callout{border-left:4px solid var(--blue);background:var(--paper);padding:1.5rem;margin:1.5rem 0}.callout p:last-child{margin:0}.demo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.8rem;flex-wrap:wrap}select{padding:.8rem 2.4rem .8rem .8rem;border:1px solid #8193ab;border-radius:4px;background:white;color:var(--ink);min-height:48px}.demo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:5px;overflow:hidden;margin-bottom:2rem}.demo-stat{background:var(--paper);padding:1.5rem}.demo-stat strong{display:block;font-size:2.25rem;letter-spacing:-.045em;margin-top:.6rem}.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:5px}table{border-collapse:collapse;width:100%;font-size:.94rem}th,td{text-align:left;padding:1.1rem 1rem;border-bottom:1px solid var(--line);white-space:nowrap}th{background:var(--paper);font-weight:600}td.num,th.num{text-align:right}tr:last-child td{border-bottom:0}.negative{color:#a32834}.screenshot{border:1px solid var(--line);background:white;overflow:hidden;border-radius:5px}.screenshot img{width:100%}figure{margin:0}figcaption{font-size:.875rem;color:var(--muted);line-height:1.6;margin-top:.8rem}.gallery{display:grid;gap:2.5rem}.faq{max-width:900px}details{border-bottom:1px solid var(--line);padding:1.3rem 0}summary{font-weight:600;cursor:pointer;line-height:1.6;list-style-position:outside;margin-left:1.3rem}details p{margin:1rem 0 .3rem;padding-left:1.3rem;color:var(--muted)}footer{background:#101d30;color:#dce3ef;padding:3.3rem 0 2rem}footer .brand{color:white}footer .mark i{background:var(--lime)}footer a{color:#dce3ef;font-size:.9rem}footer .footer-top{display:flex;justify-content:space-between;gap:3rem;margin-bottom:3rem}footer .links{display:flex;gap:1rem 2rem;flex-wrap:wrap;max-width:520px}footer p{font-size:.875rem;color:#b9c6d9;max-width:430px;margin-top:1rem}.footer-bottom{border-top:1px solid #3a465a;padding-top:1.5rem;font-size:.875rem;display:flex;justify-content:space-between;gap:1.5rem}.text-link{font-weight:600}.breadcrumb{font-size:.875rem;margin-bottom:2rem}@media(max-width:900px){.hero-grid,.two{grid-template-columns:1fr;gap:2.7rem}.hero-grid .dashboard{max-width:600px}.hero{padding:4rem 0}.three{grid-template-columns:1fr;gap:2rem}.product-card{grid-template-columns:1fr}.product-art,.product-info{padding:2rem}.section{padding:3.7rem 0}.hero-grid h1{font-size:clamp(2.8rem,7vw,4.7rem)}header .wrap{min-height:78px}.section-head{align-items:start;flex-direction:column}.demo-stat strong{font-size:1.8rem}}@media(max-width:620px){.wrap{padding-inline:6vw}.nav-toggle{display:block}header .wrap{flex-wrap:wrap;gap:0;padding-block:1rem}nav{display:none;width:100%;padding-top:1.3rem;flex-direction:column;align-items:stretch;gap:.3rem}nav.open{display:flex}nav a{padding:.75rem 0}.hero{padding:3rem 0}.hero-grid{gap:2rem}.lead{font-size:1.08rem}h1,.hero-grid h1{font-size:2.75rem}.actions{align-items:stretch}.button{flex-grow:1}.dash-body{padding:1.3rem}.dash-value{font-size:2.8rem}.strip .wrap{gap:.9rem;font-size:.875rem}.product-art,.product-info{padding:1.5rem}.product-info h2{font-size:2rem}.demo-grid{grid-template-columns:1fr}.demo-stat{padding:1.1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.demo-stat strong{margin:0;font-size:1.7rem}.demo-toolbar{align-items:stretch}.demo-toolbar label{display:block;margin-bottom:.5rem}.demo-toolbar select{width:100%}.specs div{grid-template-columns:1fr;gap:.4rem}.prose h1{font-size:2.65rem}footer .footer-top,footer .footer-bottom{flex-direction:column}.footer-bottom{gap:.5rem}.section-head{gap:1rem}}

/* Workbook-first preview */
.demo-intro{padding:2.7rem 0 1.8rem;background:var(--paper)}.demo-intro .eyebrow{margin-bottom:.8rem}.demo-intro h1{font-size:clamp(2.2rem,4vw,3.4rem);margin-bottom:.8rem}.demo-intro p{max-width:760px;margin-bottom:.6rem}.workbook-section{padding:1.8rem 0 2.5rem;background:var(--paper)}.workbook-shell{background:white;border:1px solid #aebdd3;border-radius:7px;overflow:hidden;box-shadow:0 12px 35px #203c7214}.workbook-heading{display:flex;justify-content:space-between;align-items:center;gap:1rem;background:var(--deep);color:#fff;padding:1rem 1.25rem}.sheet-tabs{display:flex;gap:.2rem;flex-wrap:wrap;padding:.7rem 1rem 0;border-bottom:1px solid var(--line);background:#edf2fa}.sheet-tabs button{background:transparent;border:1px solid transparent;border-bottom:3px solid transparent;padding:.8rem 1.1rem;color:var(--ink);cursor:pointer;min-height:48px}.sheet-tabs button[aria-selected=true]{background:#fff;border-color:var(--line);border-bottom-color:var(--blue);font-weight:650}.sheet-tabs button:hover{background:#fff}#sheet-preview{padding:1rem;max-height:650px;overflow:auto}#sheet-preview img{width:100%;height:auto;min-width:660px}.walkthrough h2{font-size:clamp(1.8rem,3vw,2.6rem)}.walkthrough .eyebrow{margin-bottom:.7rem}.walkthrough .section-head p{max-width:760px;margin-bottom:0}.walkthrough .demo-toolbar{justify-content:flex-start;align-items:flex-end;padding:1.2rem;background:white;border:1px solid var(--line);border-radius:5px}.walkthrough .demo-toolbar label{display:block;font-weight:600;margin-bottom:.5rem}.walkthrough .demo-toolbar p{max-width:280px;margin:0 0 .2rem;flex:1 1 240px}.walkthrough .demo-stat{background:white}.rates-editor{margin:1.5rem 0;border:1px solid var(--line);padding:1rem;background:white;border-radius:5px}.rates-editor summary{padding:.2rem 0}.rates-editor p{margin-top:1rem;padding-left:0}.rates-editor input{width:150px;max-width:100%;padding:.6rem;border:1px solid #8193ab;border-radius:4px;min-height:44px}.fx-message{border-left:4px solid #ac3f20;padding:.8rem 1rem;background:#fff1eb;color:#7e2915}.fx-invalid input{border:2px solid #ac3f20}.walkthrough .caption{margin:1.5rem 0}@media(max-width:620px){.demo-intro{padding-top:2rem}.workbook-heading{align-items:start;flex-direction:column;gap:.3rem}.sheet-tabs{padding-inline:.4rem;gap:0}.sheet-tabs button{padding:.65rem .7rem}.workbook-section{padding-top:1rem}#sheet-preview{padding:.4rem;max-height:460px}.walkthrough .demo-toolbar>div{width:100%}.walkthrough .section-head .button{align-self:stretch}}

.walkthrough .demo-stat strong{font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.walkthrough .demo-stat{min-width:0}@media(max-width:620px){.walkthrough .demo-stat strong{font-size:1.35rem}.walkthrough .demo-stat span{max-width:48%}}
@media(max-width:620px){.sheet-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:.4rem .25rem 0}.sheet-tabs button{font-size:.82rem;padding:.65rem .2rem;white-space:nowrap}}

/* Clear product price and workbook contents */
.hero-grid--text{grid-template-columns:1fr}.hero-grid--text>div{max-width:820px}.hero-grid--text h1{font-size:clamp(2.75rem,5.5vw,5.3rem)}.workbook-overview{width:100%;padding:2rem;background:var(--deep);color:#fff;border-radius:6px}.product-art .workbook-overview{padding:0}.workbook-overview .eyebrow{font-size:.8rem;color:#d1def7;margin-bottom:1rem}.overview-title{font-size:clamp(1.65rem,2.6vw,2.3rem);line-height:1.15;letter-spacing:-.035em;font-weight:650}.workbook-overview ol{padding:0;list-style:none;margin:1.6rem 0}.workbook-overview li{display:flex;gap:1rem;align-items:baseline;border-top:1px solid #49608a;padding:.85rem 0;margin:0}.workbook-overview li>span{font-size:.8rem;color:var(--lime);font-variant-numeric:tabular-nums}.workbook-overview strong{font-size:1rem}.workbook-overview li p{font-size:.875rem;color:#d1def7;line-height:1.5;margin:.25rem 0 0}.workbook-overview a{font-size:.94rem;font-weight:600;color:#fff}.price-block{margin:1.8rem 0 .5rem}.price-label{font-size:.875rem;font-weight:650;display:block}.price-block .price{font-size:2.1rem;letter-spacing:-.025em;margin:.25rem 0;line-height:1.3}.price-term{display:inline-block;font-size:.94rem;font-weight:400;letter-spacing:0;margin-left:.4rem}.price-block p.small{margin:0;color:var(--muted)}
/* Support */
.support-section{padding:3.5rem 0 4.5rem;background:var(--paper)}.support-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:3.5rem;align-items:start}.support-intro h1{font-size:clamp(2.4rem,4vw,3.4rem)}.support-intro>p{color:var(--muted);font-size:1.1rem}.support-help{border-top:1px solid #b9c8dc;margin-top:2rem;padding-top:1.5rem}.support-help h2{font-size:1.3rem;letter-spacing:-.025em}.support-form{background:#fff;border:1px solid var(--line);border-radius:7px;padding:2rem;min-width:0}.support-availability{background:var(--paper);border-left:3px solid var(--blue);padding:.85rem 1rem;font-size:.875rem;line-height:1.55}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{margin-bottom:1.2rem;min-width:0}.form-field label{display:block;font-size:.94rem;font-weight:600;margin-bottom:.45rem}.form-field label span{font-weight:400;color:var(--muted)}.form-field input,.form-field select,.form-field textarea{display:block;width:100%;min-width:0;min-height:48px;border:1px solid #8193ab;border-radius:4px;padding:.7rem .8rem;font:inherit;color:var(--ink);background:#fff}.form-field textarea{resize:vertical;line-height:1.5}.field-hint{font-size:.875rem;line-height:1.5;color:var(--muted);margin:0 0 .65rem}.form-result{margin:1rem 0 0;font-size:.94rem}.form-result:empty{display:none}@media(max-width:900px){.support-layout{grid-template-columns:1fr;gap:1.5rem}.support-help{margin-top:1.25rem}.support-intro{max-width:680px}}@media(max-width:620px){.support-section{padding:2.5rem 0 3rem}.support-form{padding:1.2rem}.form-pair{grid-template-columns:1fr;gap:0}.support-form .button{width:100%}.price-term{display:block;margin:.1rem 0 0}.workbook-overview{padding:1.5rem}}

@media(max-width:900px){.product-card .product-info{grid-row:1}.product-card .product-art{grid-row:2}}

.catalogue-page .hero{padding:2.5rem 0 2rem}.catalogue-page .hero h1{font-size:clamp(2.2rem,3.7vw,3.3rem)}.catalogue-page .hero .eyebrow{margin-bottom:.8rem}.catalogue-page .hero p{margin-bottom:0}.catalogue-page main>.section{padding-top:2.3rem}

/* Functional icons, paired with text labels */
.ui-icon{display:inline-block;flex:none;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}
.pill{display:inline-flex;align-items:center;gap:.5rem}.pill .ui-icon{width:18px;height:18px;color:var(--blue)}
.workbook-overview li{align-items:center;gap:1rem;padding:1rem 0}.workbook-overview li>span.overview-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid #667ba1;border-radius:8px;color:var(--lime);flex-shrink:0}.overview-icon .ui-icon{width:24px;height:24px}
.sheet-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.sheet-tabs .ui-icon{width:19px;height:19px}
.support-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid var(--line);border-radius:12px;color:var(--blue);background:white;margin-bottom:1.2rem}.support-icon .ui-icon{width:28px;height:28px}
@media(max-width:620px){.sheet-tabs button{flex-direction:column;gap:.3rem}.sheet-tabs .ui-icon{width:20px;height:20px}.workbook-overview li{gap:.75rem}.workbook-overview li>span.overview-icon{width:38px;height:38px}}

/* App references show the tested scope explicitly. Generic icons are not vendor logos. */
.app-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1rem 0}.app-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;background:#fff;border:1px solid var(--line);border-radius:8px;padding:1.2rem}.app-symbol{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#edf2ff;color:var(--blue);margin-bottom:.9rem}.app-symbol .ui-icon{width:26px;height:26px}.app-title strong{display:block;font-size:1rem;line-height:1.35}.app-title>span{display:block;font-size:.875rem;color:var(--muted);margin-top:.2rem}.app-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;line-height:1.4;margin:1rem 0 .75rem;border-radius:4px;padding:.35rem .45rem}.app-status .ui-icon{width:16px;height:16px}.app-status.tested{background:#edf6ef;color:#255135}.app-status.untested{background:#f0f2f6;color:#4f6176}.app-card p{font-size:.875rem;line-height:1.55;color:var(--muted);margin:0}.app-note{color:var(--muted)}
@media(min-width:901px) and (max-width:1100px){.app-cards{grid-template-columns:1fr}}@media(max-width:480px){.app-cards{grid-template-columns:1fr}.app-card{display:grid;grid-template-columns:44px 1fr;gap:.6rem 1rem;align-items:center}.app-symbol{margin:0}.app-card .app-status,.app-card p{grid-column:1/-1}.app-card .app-status{justify-self:start;margin:.3rem 0 0}}

/* Visual cues for the three review steps */
.feature-heading{display:flex;align-items:center;gap:.85rem;margin-bottom:1.5rem}.feature-heading .number{margin:0}.feature-icon{display:inline-flex;width:44px;height:44px;flex:none;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;color:var(--blue);background:var(--paper)}.feature-icon .ui-icon{width:24px;height:24px}

/* Product imagery and labelled cues */
.strip-item{display:inline-flex;align-items:center;gap:.65rem}.strip-item>.ui-icon{width:20px;height:20px;color:var(--blue)}
.workbook-visual{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--paper);margin:0 0 3rem}.workbook-visual-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.3rem;background:var(--deep);color:#fff}.workbook-visual-heading>span:first-child{display:flex;align-items:center;gap:.65rem}.workbook-visual-heading .ui-icon{color:var(--lime)}.workbook-visual-heading strong{font-size:1rem}.demo-label{font-size:.875rem;border:1px solid #8aa0c5;padding:.25rem .6rem;border-radius:4px;white-space:nowrap}.workbook-visual-image{background:#fff}.workbook-visual-image img{width:100%;height:auto}.workbook-visual figcaption{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.3rem;margin:0;border-top:1px solid var(--line)}.workbook-visual figcaption p{font-size:.875rem;line-height:1.6;margin:0;max-width:570px}.image-enlarge{display:inline-flex;gap:.45rem;align-items:center;min-height:44px;line-height:1.5;font-size:.875rem;font-weight:600}.image-enlarge .ui-icon{width:18px;height:18px}.image-enlarge .small{font-weight:400;white-space:nowrap}
.product-art--preview{padding:2.5rem}.product-art--preview>div{min-width:0;width:100%}.catalogue-preview img{width:100%;border:1px solid #8ba2c7;border-radius:5px}.catalogue-preview figcaption{color:#d1def7;margin-top:.8rem}.sheet-cues{display:grid;grid-template-columns:1fr 1fr;gap:.85rem;padding:1.4rem 0;margin:1.4rem 0 0;list-style:none;border-top:1px solid #526c96}.sheet-cues li{display:flex;align-items:center;gap:.7rem;margin:0;color:#fff;font-size:1rem}.sheet-cues .ui-icon{width:22px;height:22px;color:var(--lime)}.product-art--preview .image-enlarge{color:#fff;margin-top:.65rem}
.included-files{list-style:none;padding:0;margin:1.4rem 0 1.7rem}.included-files li{display:flex;align-items:flex-start;gap:.8rem;padding:.65rem 0;margin:0;border-bottom:1px solid var(--line);line-height:1.65}.included-files .ui-icon{width:22px;height:22px;margin-top:.15rem;color:var(--blue)}.specs dt{display:flex;align-items:center;gap:.6rem}.specs dt .ui-icon{width:20px;height:20px;color:var(--blue)}.gallery-title,.help-title{display:flex;align-items:center;gap:.7rem}.gallery-title .ui-icon,.help-title .ui-icon{color:var(--blue);width:26px;height:26px}
.download-steps{list-style:none;margin:0;padding:0}.download-steps li{display:grid;grid-template-columns:46px minmax(0,1fr);gap:1rem;margin:0;padding:0 0 1.8rem}.download-steps li:last-child{padding-bottom:0}.download-steps li+li{padding-top:1.8rem;border-top:1px solid var(--line)}.step-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;background:var(--paper);border:1px solid var(--line);border-radius:8px;color:var(--blue)}.download-steps .number{margin-bottom:.65rem}.download-steps h3{margin-bottom:.8rem}.download-steps p{color:var(--muted);margin:0}
.page-cue{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--blue);margin-bottom:1.2rem}.page-cue .ui-icon{width:28px;height:28px}.faq-group+.faq-group{margin-top:3rem}.faq-group h2{font-size:1.5rem;display:flex;align-items:center;gap:.75rem;line-height:1.3;margin-bottom:1rem;letter-spacing:-.025em}.faq-group h2 .ui-icon{width:26px;height:26px;color:var(--blue)}
@media(max-width:620px){.workbook-visual{margin-bottom:2rem}.workbook-visual-heading{padding:.85rem 1rem}.workbook-visual figcaption{align-items:flex-start;flex-direction:column;padding:1rem;gap:.5rem}.product-art--preview{padding:1.5rem}.sheet-cues{gap:1rem}.download-steps li{grid-template-columns:40px minmax(0,1fr);gap:.8rem}.step-icon{width:40px;height:40px}.faq-group h2{font-size:1.35rem}}

.product-art--preview .eyebrow{color:#d1def7}
