@keyframes auth-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes auth-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.auth-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#1a1a1a73;display:flex;justify-content:flex-end;align-items:stretch;animation:auth-drawer-fade-in .2s ease}.auth-drawer{width:min(100%,420px);max-width:100vw;background:#fff;border-left:1px solid var(--border);box-shadow:-12px 0 40px #0000001f;padding:1.25rem 1.35rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;animation:auth-drawer-slide-in .28s ease}.auth-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.25rem}.auth-drawer__title{font-size:1.15rem;font-weight:700;color:var(--text);margin:0}.auth-drawer__close{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:var(--radius);background:var(--bg-alt);color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer}.auth-drawer__close:hover{background:var(--border)}.auth-drawer__sso{display:flex;flex-direction:column;gap:.5rem}.auth-drawer__sso-btn{display:flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.65rem 1rem;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text);font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer}.auth-drawer__sso-btn:hover{border-color:var(--brand);box-shadow:0 2px 10px #0000000f}.auth-drawer__sso-btn--shopify-shop{border:none;border-radius:999px;padding:.7rem 1.15rem;background:linear-gradient(115deg,#5c33f0,#4f46e5 38%,#2563eb 72%,#0ea5e9);color:#fff;box-shadow:0 2px 10px #5c33f059}.auth-drawer__sso-btn--shopify-shop:hover{filter:brightness(1.06);border-color:transparent}.auth-drawer__shop-icon{flex-shrink:0}.auth-drawer__shopify-shop-text{color:#fff}.auth-drawer__sso-icon{width:1.25rem;height:1.25rem;flex-shrink:0}.auth-drawer__sso-note{margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.45;padding:.5rem .65rem;background:var(--bg-alt);border-radius:var(--radius);border:1px solid var(--border)}.auth-drawer__divider{display:flex;align-items:center;gap:.75rem;margin:.35rem 0 .15rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.auth-drawer__divider:before,.auth-drawer__divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-drawer__divider span{white-space:nowrap}.auth-drawer__form{display:flex;flex-direction:column;gap:.75rem}.auth-drawer__label{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.auth-drawer__label input{text-transform:none;font-weight:400;letter-spacing:normal;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit}.auth-drawer__label input:focus{outline:2px solid rgba(38,165,124,.35);outline-offset:1px}.auth-drawer__password-field{position:relative;display:block}.auth-drawer__password-field input{width:100%;padding-right:4.25rem;box-sizing:border-box}.auth-drawer__password-toggle{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);border:none;background:transparent;color:var(--brand-dark);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.02em;text-transform:none;padding:.35rem .45rem;cursor:pointer;border-radius:calc(var(--radius) - 2px)}.auth-drawer__password-toggle:hover{background:var(--bg-alt)}.auth-drawer__password-toggle:focus-visible{outline:2px solid rgba(38,165,124,.35);outline-offset:1px}.auth-drawer__submit{margin-top:.35rem;width:100%;border:none}.auth-drawer__footer{margin:0;font-size:.88rem;color:var(--text-muted)}.auth-drawer__footer a{color:var(--brand-dark);text-decoration:underline}.auth-drawer__linkish{background:none;border:none;padding:0;font:inherit;color:var(--brand-dark);text-decoration:underline;cursor:pointer}.auth-drawer__error{margin:0;padding:.5rem .65rem;font-size:.85rem;color:#c0392b;background:#fdf0ef;border-radius:var(--radius);border:1px solid #f5c6cb}.billing-period{border:0;margin:0;padding:0}.billing-period__legend{font-size:.875rem;font-weight:600;margin-bottom:.5rem}.billing-period__options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.billing-period__option{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.55rem .65rem;border:1px solid var(--border-color, #d8dee4);border-radius:.5rem;cursor:pointer;font-size:.875rem;background:var(--surface-color, #fff)}.billing-period__option:has(input:checked){border-color:var(--accent-color, #1a7f37);background:color-mix(in srgb,var(--accent-color, #1a7f37) 8%,white)}.billing-period__option input{position:absolute;opacity:0;pointer-events:none}.billing-period[disabled] .billing-period__option{opacity:.6;cursor:not-allowed}@media(max-width:640px){.billing-period__options{grid-template-columns:1fr}}.licence-count{display:flex;flex-direction:column;gap:.45rem}.licence-count__header label{display:block;font-weight:600;font-size:.88rem}.licence-count__hint{margin:.15rem 0 0;font-size:.75rem;color:var(--text-muted)}.licence-count__presets{display:flex;flex-wrap:wrap;gap:.4rem}.licence-count__preset{min-width:2.5rem;padding:.35rem .65rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font:inherit;font-size:.88rem;cursor:pointer}.licence-count__preset:hover{border-color:var(--brand)}.licence-count__preset.is-active{border-color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,white);color:var(--brand-dark, var(--brand));font-weight:600}.licence-count__input-row{display:flex;align-items:center;gap:.5rem}.licence-count__input-row input{width:5.5rem;padding:.45rem .55rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit}.licence-count__suffix{font-size:.88rem;color:var(--text-muted)}@keyframes cart-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cart-drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#1a1a1a73;display:flex;justify-content:flex-end;align-items:stretch;animation:cart-drawer-fade-in .2s ease}.cart-drawer{width:min(100%,420px);max-width:100vw;background:#fff;border-left:1px solid var(--border);box-shadow:-12px 0 40px #0000001f;display:flex;flex-direction:column;overflow:hidden;animation:cart-drawer-slide-in .28s ease}.cart-drawer--split{width:min(100%,920px)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.35rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-size:1.15rem;font-weight:700;margin:0;color:var(--text)}.cart-drawer__close{flex-shrink:0;width:2.25rem;height:2.25rem;border:none;border-radius:var(--radius);background:var(--bg-alt);color:var(--text);font-size:1.5rem;line-height:1;cursor:pointer}.cart-drawer__close:hover{background:var(--border)}.cart-drawer__body{display:flex;flex:1;min-height:0;overflow:hidden}.cart-drawer__main{flex:1;min-width:0;overflow-y:auto;padding:.85rem 1.35rem 1.75rem;display:flex;flex-direction:column}.cart-drawer__suggestions{width:min(42%,300px);flex-shrink:0;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--border);background:var(--bg-alt);padding:.85rem .9rem 1rem}.cart-drawer__suggestions-title{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text);margin:0 0 .65rem;flex-shrink:0}.cart-drawer__suggestions-status{font-size:.82rem;color:var(--text-muted);margin:0 0 .5rem}.cart-drawer__suggestions-error{color:#c0392b}.cart-drawer__suggestions-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1;min-height:0;display:flex;flex-direction:column;gap:.65rem;padding-right:.15rem}.cart-suggest-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.55rem .65rem;align-items:start;padding:.55rem;border-radius:8px;border:1px solid var(--border);background:#fff}.cart-suggest-card__image-link{display:block;border-radius:6px;overflow:hidden;line-height:0}.cart-suggest-card__image{width:72px;height:72px;object-fit:cover;display:block;background:var(--bg-alt)}.cart-suggest-card__image--placeholder{display:block}.cart-suggest-card__body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-suggest-card__name{font-size:.78rem;line-height:1.3;color:var(--text);text-decoration:none;font-weight:600}.cart-suggest-card__name:hover{color:var(--brand-dark);text-decoration:underline}.cart-suggest-card__price{margin:0;font-size:.78rem;color:var(--text-muted)}.cart-suggest-card__add{align-self:flex-start;margin-top:.15rem;padding:.35rem .65rem;font-size:.68rem;border:none}.cart-panel{display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0}.cart-panel__empty{display:flex;flex-direction:column;gap:1rem;align-items:flex-start;padding-top:.5rem}.cart-panel__empty-text{margin:0;padding:.85rem 1rem;background:var(--bg-alt);border-top:3px solid var(--brand);color:var(--text);font-size:.95rem;width:100%;box-sizing:border-box}.cart-panel__lines{list-style:none;margin:0;padding:0;border-top:1px solid var(--border)}.cart-panel__line{padding:.85rem 0;border-bottom:1px solid var(--border)}.cart-panel__line-body{display:flex;gap:.75rem;align-items:flex-start}.cart-panel__line-thumb-link{flex-shrink:0;border-radius:6px;overflow:hidden;line-height:0}.cart-panel__line-thumb{width:64px;height:64px;object-fit:cover;border-radius:6px;background:var(--bg-alt)}.cart-panel__line-details{flex:1;min-width:0}.cart-panel__line-main{display:flex;justify-content:space-between;gap:.5rem}.cart-panel__line-name{font-weight:600;font-size:.92rem;line-height:1.3;color:var(--text)}a.cart-panel__line-name:hover{color:var(--brand-dark);text-decoration:underline}.cart-panel__line-meta{display:block;margin-top:.15rem;font-size:.78rem;font-weight:400;color:var(--text-muted)}.cart-panel__licences{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.cart-panel__volume-discount{margin:.35rem 0 0;font-size:.82rem;color:var(--brand-dark)}.cart-panel__licences .billing-period{margin-top:.75rem}.cart-panel__trial-note{margin:0;font-size:.9rem;color:var(--text-muted)}.cart-panel__line-price{flex-shrink:0;font-weight:600;font-size:.92rem}.cart-panel__line-actions{display:flex;align-items:center;gap:.75rem;margin-top:.45rem}.cart-panel__qty-label{display:flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:var(--text-muted)}.cart-panel__qty-label input{width:3.25rem;padding:.3rem .4rem;border:1px solid var(--border);border-radius:6px;font-family:inherit}.cart-panel__remove{background:none;border:none;padding:0;font:inherit;font-size:.78rem;color:var(--text-muted);text-decoration:underline;cursor:pointer}.cart-panel__remove:hover{color:#c0392b}.cart-panel__totals{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.65rem}.cart-panel__subtotal{display:flex;justify-content:space-between;margin:0}.cart-panel__subtotal--muted{font-size:.92rem;color:var(--text-muted)}.cart-panel__subtotal--total{font-size:1.05rem;font-weight:600}.cart-panel__note,.cart-panel__guest-note{margin:0;font-size:.82rem;color:var(--text-muted)}.cart-panel__linkish{background:none;border:none;padding:0;font:inherit;color:var(--brand-dark);text-decoration:underline;cursor:pointer}.cart-panel__totals--compact{gap:.35rem;padding-top:.5rem}.cart-panel__checkout{margin-top:.5rem;padding-top:.85rem;border-top:1px solid var(--border)}.cart-panel__account{margin:0 0 .65rem;font-size:.8rem;color:var(--text-muted);line-height:1.45}.cart-panel__notice{margin:0 0 .65rem;padding:.55rem .65rem;border-radius:var(--radius);font-size:.8rem;line-height:1.4}.cart-panel__notice--error{background:#fdeeee;border:1px solid #e8b4b4;color:#8b2e2e}.cart-panel__form{display:flex;flex-direction:column;gap:.45rem}.cart-panel__section-label{margin:.55rem 0 .1rem;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.cart-panel__section-label:first-child{margin-top:0}.cart-panel__field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cart-panel__field-label{font-size:.72rem;font-weight:600;color:var(--text-muted)}.cart-panel__field input,.cart-panel__field select{width:100%;padding:.38rem .5rem;border:1px solid var(--border);border-radius:4px;font:inherit;font-size:.84rem;box-sizing:border-box;background:#fff}.cart-panel__field-row{display:grid;gap:.45rem}.cart-panel__field-row--half{grid-template-columns:1fr 1fr}.cart-panel__field-row--address{grid-template-columns:minmax(0,1.6fr) minmax(0,.9fr) minmax(0,.8fr)}.cart-panel__field--grow{min-width:0}.cart-panel__payment-note{margin:.35rem 0 0;font-size:.78rem;color:var(--text-muted);line-height:1.4}.cart-panel__checkout-btn{width:100%;margin-top:.35rem;text-align:center;border:none;letter-spacing:.04em;text-transform:uppercase;font-size:.82rem}.cart-panel__checkout-btn:disabled{opacity:.7;cursor:wait}.cart-panel__privacy{margin:.45rem 0 0;font-size:.72rem;color:var(--text-muted);line-height:1.4;text-align:center}@media(max-width:760px){.cart-drawer--split{width:min(100%,420px)}.cart-drawer__body{flex-direction:column}.cart-drawer__suggestions{width:100%;max-height:38vh;border-right:none;border-bottom:1px solid var(--border)}.cart-drawer__suggestions-list{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:.55rem;padding-bottom:.25rem}.cart-suggest-card{flex:0 0 220px;width:220px}.cart-panel__field-row--half,.cart-panel__field-row--address{grid-template-columns:1fr}}.site-footer{margin-top:0}.footer-cta{position:relative;background-size:cover;background-position:center;color:var(--text);padding:3.5rem 0}.footer-cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe6}.footer-cta-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-cta-eyebrow{margin:0 0 .5rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--brand)}.footer-cta-copy h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;max-width:20ch}.footer-cta-copy p{margin:0;max-width:52ch;color:var(--text-muted);font-size:.95rem;line-height:1.65}.footer-cta-btn{flex-shrink:0}.footer-main{background:var(--brand);color:#ffffffe6;padding:3.5rem 0 3rem}.footer-main-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem 4rem;align-items:start}.footer-brand{min-width:0}.footer-blurb{margin:1.5rem 0 0;font-size:clamp(1.15rem,2vw,1rem);font-weight:400;line-height:1.6;color:#fff;max-width:40em}.footer-logo{height:56px;width:auto;filter:brightness(0) invert(1)}.footer-nav-columns{display:grid;grid-template-columns:repeat(4,max-content);gap:1rem 4rem;justify-content:end;flex-shrink:0}.footer-col{width:max-content;max-width:11rem}.footer-col h3{margin:0 0 .85rem;font-size:.95rem;font-weight:600;color:#fff;white-space:nowrap}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.footer-col a{font-size:.875rem;color:#ffffffd9;transition:color .2s;white-space:nowrap}.footer-col a:hover{color:#fff}.footer-bar{background:var(--brand-dark);border-top:1px solid rgba(255,255,255,.15);padding:1.25rem 0}.footer-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.8rem}.footer-bar-link,.footer-copyright{margin:0;color:#ffffff8c}.footer-bar-link:hover{color:#fff}@media(max-width:1024px){.footer-main-grid{grid-template-columns:1fr;gap:2.5rem}.footer-nav-columns{grid-template-columns:repeat(2,max-content);justify-content:start;gap:2rem 2.5rem}.footer-blurb{max-width:none}}@media(max-width:560px){.footer-main-grid{gap:2rem}.footer-nav-columns{grid-template-columns:1fr;width:100%}.footer-col{max-width:none;width:100%}.footer-col a,.footer-col h3{white-space:normal}.footer-logo{height:48px}.footer-cta-inner{flex-direction:column;align-items:flex-start}.footer-bar-inner{flex-direction:column;text-align:center}}.account-dropdown{position:relative}.account-dropdown__menu{position:absolute;top:calc(100% + .35rem);right:0;min-width:220px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 32px #0000001f;padding:.45rem;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:300}.account-dropdown.is-open .account-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.account-dropdown__user{display:flex;flex-direction:column;gap:.1rem;padding:.55rem .75rem .65rem;margin-bottom:.2rem;border-bottom:1px solid var(--border)}.account-dropdown__name{font-size:.875rem;font-weight:600;color:var(--brand-dark);line-height:1.3}.account-dropdown__email{font-size:.75rem;color:var(--text-muted);line-height:1.3;word-break:break-word}.account-dropdown__item{display:block;padding:.6rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:background .15s,color .15s}.account-dropdown__item:hover{background:var(--bg-alt);color:var(--brand)}.account-dropdown__item.is-active{background:var(--bg-alt);color:var(--brand);font-weight:600}.account-dropdown__logout{display:block;width:100%;margin-top:.25rem;padding:.6rem .75rem;border:none;border-top:1px solid var(--border);border-radius:0 0 6px 6px;background:transparent;font:inherit;font-size:.875rem;font-weight:500;color:var(--text-muted);text-align:left;cursor:pointer;transition:background .15s,color .15s}.account-dropdown__logout:hover{background:var(--bg-alt);color:var(--brand-dark)}.site-header{position:sticky;top:0;z-index:200;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 1px 12px #0000000a}.header-inner{position:relative;display:flex;align-items:center;gap:1.5rem;min-height:80px}.logo-link{display:flex;align-items:center;flex-shrink:0}.logo-img{height:40px;width:auto}.header-nav{display:flex;align-items:center;justify-content:center;flex:1;gap:1.75rem}.header-right{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.header-contact-btn{padding:.625rem 1.25rem;font-size:.875rem;white-space:nowrap;margin-left:.5rem}.nav-link{background:none;border:none;font:inherit;font-size:.9rem;font-weight:500;color:var(--text);cursor:pointer;padding:.5rem 0;transition:color .2s;text-decoration:none}a.nav-link:hover,.nav-dropdown-trigger:hover{color:var(--brand)}.nav-link.is-active,.nav-dropdown-trigger.is-active{color:var(--brand);font-weight:600}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem}.nav-dropdown-trigger--split{gap:.15rem}.nav-dropdown-label{padding:.5rem 0}.nav-dropdown-chevron-btn{display:inline-flex;align-items:center;justify-content:center;padding:.35rem;border:none;background:transparent;color:inherit;cursor:pointer;border-radius:4px}.nav-dropdown-chevron-btn:hover{color:var(--brand)}.nav-dropdown-trigger--split.is-active .nav-dropdown-label{color:var(--brand);font-weight:600}.nav-chevron{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:.65;transition:transform .2s}.nav-dropdown.is-open .nav-chevron,.nav-dropdown:hover .nav-chevron{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + .35rem);left:50%;transform:translate(-50%) translateY(8px);min-width:260px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 32px #0000001f;padding:.5rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s,visibility .2s;z-index:300}@media(min-width:1025px){.nav-dropdown-menu:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}}.nav-dropdown-item{display:block;padding:.65rem .85rem;border-radius:6px;font-size:.875rem;font-weight:500;color:var(--text);transition:background .15s,color .15s}.nav-dropdown-item:hover{background:var(--bg-alt);color:var(--brand)}.nav-dropdown-item.is-active{background:var(--bg-alt);color:var(--brand);font-weight:600}@media(min-width:1025px){.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}}.header-icon{display:flex;position:relative;width:40px;height:40px;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.header-icon-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit}.header-icon:hover{background:var(--bg-alt)}.header-icon img{width:22px;height:22px}.cart-badge{position:absolute;top:-.1rem;right:-.35rem;min-width:1.1rem;padding:0 .25rem;text-align:center;background:var(--brand);color:#fff;font-size:.65rem;font-weight:700;line-height:1.1rem;border-radius:999px}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:.5rem;cursor:pointer;flex-shrink:0}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:1px}@media(max-width:1024px){.header-inner{flex-wrap:wrap;gap:.75rem 1rem}.header-nav{order:4;flex:none;width:100%;flex-direction:column;align-items:stretch;background:#fff;border-top:1px solid var(--border);padding:1rem 0 1.25rem;gap:.25rem;display:none}.header-nav.is-open{display:flex}.header-right{order:2;margin-left:auto}.mobile-menu-btn{display:flex;order:3}.nav-dropdown-trigger{width:100%;justify-content:space-between;padding:.65rem 0}.nav-dropdown-trigger--split{padding:0}.nav-dropdown-label{flex:1;padding:.65rem 0}.nav-link:not(.nav-dropdown-trigger){display:block;padding:.65rem 0}.nav-dropdown-menu{position:static;transform:none;opacity:1;visibility:visible;pointer-events:auto;box-shadow:none;border:none;padding:.15rem 0 .5rem 1rem;min-width:0;display:none}.nav-dropdown:hover .nav-dropdown-menu{display:none}.nav-dropdown.is-open .nav-dropdown-menu{display:block}}.site-wrap{display:flex;flex-direction:column;min-height:100vh}.site-wrap main{flex:1}.site-wrap--checkout{min-height:100vh}.main--checkout{flex:1;display:flex;flex-direction:column}.contact-section{position:relative;padding:3rem 0 4rem;background-size:cover;background-position:center}.contact-section-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe6}.contact-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.contact-info h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 1rem;line-height:1.25}.contact-section .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.contact-lead{color:var(--text-muted);margin:0 0 1.75rem;line-height:1.65}.contact-details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.contact-details li{display:flex;flex-direction:column;gap:.2rem}.contact-detail-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.contact-details a{color:var(--brand);font-weight:500}.contact-details a:hover{text-decoration:underline}.contact-form-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:0 8px 32px #0000000f}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500}.field-label{display:block;line-height:1.3}.contact-form input,.contact-form textarea{font:inherit;padding:.75rem .85rem;border:1px solid var(--border);border-radius:6px;background:#fff;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--brand)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-message{margin:0;padding:.75rem 1rem;border-radius:6px;font-size:.875rem}.form-message--success{background:#e8f8f1;color:#1e6b4f}.form-message--error{background:#fdecea;color:#c0392b}.contact-form .btn{align-self:flex-start;min-width:160px}.contact-form .btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.contact-grid,.form-row{grid-template-columns:1fr}}.custom-project-banner{position:relative;background-size:cover;background-position:center;color:#fff;padding:5rem 0}.custom-project-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--brand);opacity:.7}.custom-project-banner>.container{position:relative;z-index:1}.custom-project-inner{max-width:50%;text-align:left}.custom-project-inner h2{margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}.custom-project-inner p{margin:0 0 1.5rem;line-height:1.65;opacity:.95}.custom-project-actions{display:flex;flex-wrap:wrap;gap:1rem}.custom-project-actions .btn.custom-project-btn-primary{background:#fff;color:var(--text);border-color:#fff}.custom-project-actions .btn.custom-project-btn-primary:hover{background:#f5f5f5;color:var(--text);border-color:#f5f5f5}.custom-project-actions .btn.custom-project-btn-secondary{background:#0006;color:#fff;border-color:transparent}.custom-project-actions .btn.custom-project-btn-secondary:hover{background:#0000008c;color:#fff;border-color:transparent}@media(max-width:768px){.custom-project-banner{padding:3rem 0}.custom-project-inner{max-width:100%}}.our-solutions-section{padding:3rem 0;background:var(--bg-alt)}.our-solutions-inner{text-align:center}.our-solutions-header{margin-bottom:2rem}.our-solutions-section .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.our-solutions-section .section-heading{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 .75rem;line-height:1.25}.our-solutions-lead{color:var(--text-muted);max-width:720px;margin:0 auto;line-height:1.65}.our-solutions-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.our-solutions-section .solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.our-solutions-section .solution-card{position:relative;min-height:280px;border-radius:var(--radius);overflow:hidden;color:#fff}.our-solutions-section .solution-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.our-solutions-section .solution-card-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:280px;padding:1.5rem;background:linear-gradient(to top,#000000c7,#00000040)}.our-solutions-section .solution-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:4px;margin-bottom:1rem;padding:8px}.our-solutions-section .solution-card-icon img{width:100%;height:100%;object-fit:contain}.our-solutions-section .solution-card h3{margin:0 0 .5rem;font-size:1.1rem}.our-solutions-section .solution-card p{margin:0;font-size:.9rem;line-height:1.55;opacity:.92}@media(max-width:900px){.our-solutions-section .solutions-grid{grid-template-columns:1fr}}.video-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#000000bf}.video-modal-dialog{position:relative;width:min(960px,100%)}.video-modal-close{position:absolute;top:-2.5rem;right:0;border:none;background:transparent;color:#fff;font-size:2rem;line-height:1;cursor:pointer;padding:0}.video-modal-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:#000;border-radius:var(--radius);overflow:hidden}.video-modal-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.resources-banner{padding:4rem 0;background:var(--bg-alt)}.resources-banner-inner{display:flex;flex-direction:column;gap:2.5rem}.resources-banner-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.resources-banner .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.resources-banner .banner-intro h2{font-size:clamp(1.5rem,2.5vw,2.25rem);margin:0 0 1rem;line-height:1.2}.resources-banner .banner-lead{color:var(--text-muted);margin:0;line-height:1.65;max-width:64ch}.resources-banner .banner-actions{display:flex;flex-wrap:wrap;gap:1rem;flex-shrink:0;align-items:flex-end;justify-content:flex-end}.resources-video-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:1.5rem;align-items:stretch}.resources-video-card{display:flex;flex-direction:column;width:100%;padding:0;border:none;background:#fff;border-radius:var(--radius);overflow:hidden;text-align:left;cursor:pointer;box-shadow:0 8px 24px #0000000f;transition:transform .2s,box-shadow .2s}.resources-video-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000001a}.resources-video-thumb{position:relative;display:block;aspect-ratio:16 / 9;background:#111}.resources-video-card--featured{height:100%}.resources-video-card--featured .resources-video-thumb{flex:1;min-height:0;aspect-ratio:auto}.resources-video-thumb img{width:100%;height:100%;object-fit:cover}.resources-video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000047}.resources-video-play img{width:56px;height:56px;object-fit:contain}.resources-video-card--featured .resources-video-play img{width:72px;height:72px}.resources-video-title{display:block;padding:1rem 1.1rem 1.15rem;font-size:.95rem;font-weight:600;line-height:1.4;color:var(--text)}.resources-video-list{display:flex;flex-direction:column;gap:1rem;height:100%}.resources-video-list .resources-video-card{flex:1;min-height:0;flex-direction:row;align-items:stretch}.resources-video-list .resources-video-thumb{flex:0 0 42%;aspect-ratio:auto;min-height:120px}.resources-video-list .resources-video-play img{width:44px;height:44px}.resources-video-list .resources-video-title{flex:1;display:flex;align-items:center;padding:1rem}.resources-video-all-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.resources-video-all-grid .resources-video-card{height:100%}.resources-video-load-more{display:flex;justify-content:center;margin-top:.5rem}.resources-youtube-link-wrap{margin:.5rem 0 0;text-align:center}.resources-youtube-link{font-weight:600;color:var(--brand);text-decoration:underline;text-underline-offset:3px}.resources-youtube-link:hover{color:var(--text)}@media(max-width:1024px){.resources-video-all-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.resources-video-all-grid{grid-template-columns:1fr}}@media(max-width:900px){.resources-banner-header{flex-direction:column}.resources-banner .banner-actions{justify-content:flex-start}.resources-video-grid{grid-template-columns:1fr}.resources-video-card--featured{height:auto}.resources-video-card--featured .resources-video-thumb{flex:none;aspect-ratio:16 / 9}.resources-video-list{height:auto}.resources-video-list .resources-video-card{flex:none;flex-direction:column}.resources-video-list .resources-video-thumb{flex-basis:auto;aspect-ratio:16 / 9;min-height:0}}.stats-trusted-section{padding:1.5rem 0 2rem;background:var(--bg-alt);border-bottom:1px solid var(--border)}.stats-trusted-section--counters{padding:3rem 0}.stats-trusted-row--counters{grid-template-columns:repeat(3,minmax(0,1fr)) minmax(280px,1.35fr)}.stat-box--brand{background:var(--brand);color:#fff;border:none;justify-content:flex-start;gap:1rem;padding:1.25rem 1rem}.stat-box-icon--brand{width:48px;height:48px;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:.35rem}.stat-box-value--brand{color:#fff}.stat-box-label--brand{color:#fffffff2;font-size:.875rem}.stat-box-bullet--light{background:#fff}.stats-trusted-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(280px,1.35fr);gap:1rem;align-items:stretch;grid-auto-rows:minmax(0,auto)}.stat-box{background:#fff;color:var(--text);border:1px solid var(--text);border-radius:var(--radius);padding:1.15rem 1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}.stat-box-label{margin:0;display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;font-weight:500;line-height:1.45;color:var(--text)}.stat-box-bullet{flex-shrink:0;width:10px;height:10px;margin-top:.3em;border-radius:50%;background:var(--brand)}.stat-box-body{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.stat-box-icon{width:48px;height:48px;flex-shrink:0}.stat-box-icon img{width:100%;height:100%;object-fit:contain}.stat-box-value{margin:0;font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:700;line-height:1;color:var(--text)}.stat-box-value span{font-size:.65em}.hero-stat-column{display:flex;flex-direction:column;justify-content:space-between;gap:.65rem;align-self:stretch;min-height:0}.hero-stat-column .stat-box{flex:1;padding:.65rem .85rem;gap:.45rem;justify-content:center}.hero-stat-column .stat-box-label{font-size:.75rem;line-height:1.35}.hero-stat-column .stat-box-bullet{width:8px;height:8px;margin-top:.35em}.hero-stat-column .stat-box-value{font-size:clamp(1.25rem,1.8vw,1.6rem)}.hero-stat-column .stat-box-icon{width:34px;height:34px}.feature-box{background:var(--brand);color:#fff;border:none;border-radius:var(--radius);padding:1rem;display:flex;flex-direction:column;gap:.5rem}.feature-box-icon{width:40px;height:40px;flex-shrink:0}.feature-box-icon img{width:100%;height:100%;object-fit:contain;display:block}.feature-box h3{margin:0;font-size:1rem;line-height:1.25;color:#fff}.feature-box p{margin:0;color:#ffffffeb;font-size:.8125rem;line-height:1.45}.trusted-panel{display:grid;grid-template-columns:1.1fr 1fr;column-gap:1rem;align-items:stretch;background:#fff;border-radius:var(--radius);overflow:hidden;align-self:stretch;min-height:0}.trusted-panel-map{grid-column:1;grid-row:1;position:relative;min-height:0;background:#fff;padding:0;margin:0;overflow:hidden;align-self:stretch}.trusted-panel-map img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.trusted-panel-content{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:1rem 1rem 1rem 0;background:#fff;color:var(--text);min-height:0}.trusted-panel-content h2{margin:0 0 .5rem;font-size:clamp(.95rem,1.35vw,1.15rem);line-height:1.2;font-weight:700;color:var(--text)}.trusted-panel-stat{margin:0;display:flex;flex-direction:column;gap:.25rem}.trusted-panel-value{font-size:clamp(1.5rem,2vw,1.85rem);font-weight:700;color:var(--text);line-height:1}.trusted-panel-value span{font-size:.65em}.trusted-panel-stat-label{font-size:.8125rem;color:var(--text-muted);font-weight:500}@media(max-width:1100px){.stats-trusted-row{grid-template-columns:repeat(2,minmax(0,1fr))}.trusted-panel{grid-column:1 / -1}}@media(max-width:640px){.stats-trusted-row{grid-template-columns:1fr}.trusted-panel{grid-template-columns:1fr;grid-template-rows:auto auto;column-gap:0;row-gap:0}.trusted-panel-map{grid-column:1;grid-row:1;aspect-ratio:2.4 / 1;min-height:72px}.trusted-panel-content{grid-column:1;grid-row:2;padding:.75rem 1rem 1rem;text-align:center;align-items:center}}.testimonials-banner{padding:4rem 0;background:#fff}.testimonials-banner-inner{display:flex;flex-direction:column;gap:2rem}.testimonials-banner-header{display:grid;grid-template-columns:1fr auto;column-gap:2rem;row-gap:0}.testimonials-banner-header .section-eyebrow{grid-column:1;grid-row:1;color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.testimonials-banner-header h2{grid-column:1;grid-row:2;font-size:clamp(1.5rem,2.5vw,2.25rem);margin:0 0 1rem;line-height:1.2}.testimonials-banner-header .banner-lead{grid-column:1;grid-row:3;color:var(--text-muted);margin:0;line-height:1.65;max-width:64ch}.testimonials-banner-header .banner-actions{grid-column:2;grid-row:3;align-self:end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}.testimonials-carousel{display:flex;align-items:flex-start;gap:.75rem}.testimonials-track{display:flex;gap:1rem;align-items:flex-start;overflow-x:auto;scroll-behavior:smooth;flex:1;min-width:0;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 min(300px,calc(100vw - 8rem));align-self:flex-start;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.testimonial-card img{width:56px;height:56px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;display:block}.testimonial-card blockquote{margin:0 0 .75rem;font-size:.9rem;line-height:1.55;color:var(--text-muted)}.testimonial-card cite{display:block;font-style:normal;font-weight:600;font-size:.875rem;color:var(--text)}.testimonial-card__rating{margin:0 0 .5rem;color:var(--brand);letter-spacing:.08em;font-size:.85rem;line-height:1}.testimonial-card__rating-empty{color:var(--border)}.testimonial-card__meta{margin:.35rem 0 0;font-size:.8rem;color:var(--text-muted)}.testimonials-banner__muted{margin:0;color:var(--text-muted)}.testimonials-carousel-btn{flex-shrink:0;width:44px;height:44px;margin-top:1.25rem;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--text);font-size:1.75rem;line-height:1;cursor:pointer;transition:background .2s,border-color .2s,color .2s,opacity .2s}.testimonials-carousel-btn:hover:not(:disabled){background:var(--brand);border-color:var(--brand);color:#fff}.testimonials-carousel-btn:disabled{opacity:.35;cursor:not-allowed}@media(max-width:900px){.testimonials-banner-header{grid-template-columns:1fr}.testimonials-banner-header .banner-actions{grid-column:1;grid-row:4;justify-content:flex-start;margin-top:1.25rem}}@media(max-width:640px){.testimonials-carousel-btn{width:36px;height:36px;font-size:1.5rem;margin-top:1rem}}.product-carousel{display:flex;align-items:center;gap:.75rem}.product-carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;flex:1;min-width:0;padding:.25rem 0;scrollbar-width:none;-ms-overflow-style:none}.product-carousel-track::-webkit-scrollbar{display:none}.product-carousel-track .product-card{flex:0 0 min(280px,calc(100vw - 8rem));background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s}.product-carousel-track .product-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.product-carousel-track .product-card img{aspect-ratio:4 / 3;object-fit:cover;width:100%}.product-carousel-track .product-card-body{padding:1rem 1rem 1.25rem}.product-carousel-track .product-card h3{font-size:.95rem;margin:0 0 .35rem;line-height:1.35}.product-carousel-track .product-card .price{margin:0;color:var(--brand);font-weight:600;font-size:.9rem}.carousel-btn{flex-shrink:0;width:44px;height:44px;border:1px solid var(--border);border-radius:50%;background:#fff;color:var(--text);font-size:1.75rem;line-height:1;cursor:pointer;transition:background .2s,border-color .2s,color .2s,opacity .2s}.carousel-btn:hover:not(:disabled){background:var(--brand);border-color:var(--brand);color:#fff}.carousel-btn:disabled{opacity:.35;cursor:not-allowed}.product-carousel-empty{text-align:center;padding:3rem 1rem;background:#fff;border-radius:var(--radius);border:1px dashed var(--border)}.product-carousel-empty p{color:var(--text-muted);margin-bottom:1rem}@media(max-width:640px){.carousel-btn{width:36px;height:36px;font-size:1.5rem}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.product-grid .product-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.product-grid .product-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.product-card-media{display:block}.product-grid .product-card img{aspect-ratio:4 / 3;object-fit:cover;width:100%}.product-card-placeholder{aspect-ratio:4 / 3;background:var(--bg-alt);display:grid;place-items:center;color:var(--text-muted);font-size:.875rem}.product-grid .product-card-body{padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;flex:1}.product-card-title-link{text-decoration:none;color:inherit}.product-card-title-link:hover h3{color:var(--brand-dark)}.product-grid .product-card h3{font-size:.95rem;margin:0 0 .35rem;line-height:1.35}.product-grid .product-card .price{margin:0;color:var(--brand);font-weight:600;font-size:.9rem}.product-card-pricing{display:flex;flex-direction:column;gap:.15rem;margin:0 0 .85rem}.product-card-pricing .price-alt{margin:0;color:var(--text-muted);font-weight:500;font-size:.8rem}.product-card-pricing .price-alt .price-interval{font-size:.78rem}.price-interval{font-weight:500;color:var(--text-muted);font-size:.82rem}.product-card-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.product-card-add,.product-card-trial{width:100%;padding:.55rem .75rem;font-size:.85rem;text-align:center}.product-card-trial:disabled{opacity:.65;cursor:not-allowed}.product-card-trial-error{margin:0;font-size:.78rem;line-height:1.35;color:#b42318}.product-grid-empty{text-align:center;padding:3rem 1rem;background:#fff;border-radius:var(--radius);border:1px dashed var(--border)}.product-grid-empty p{color:var(--text-muted);margin:0}.what-we-offer-banner{padding:4rem 0;background:var(--bg-alt)}.what-we-offer-inner{display:flex;flex-direction:column;gap:2rem}.what-we-offer-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.what-we-offer-banner .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.what-we-offer-banner .banner-intro h2{font-size:clamp(1.5rem,2.5vw,2rem);margin:0 0 1rem;line-height:1.2}.what-we-offer-banner .banner-lead{color:var(--text-muted);margin:0;line-height:1.65;max-width:55ch}.what-we-offer-banner .banner-actions{display:flex;flex-wrap:wrap;gap:1rem;flex-shrink:0;align-items:flex-end;justify-content:flex-end}.what-we-offer-tabs{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:2px solid var(--border)}.what-we-offer-tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:.75rem 1.25rem;font:inherit;font-weight:600;font-size:.9rem;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.what-we-offer-tab:hover{color:var(--brand)}.what-we-offer-tab.is-active{color:var(--brand);border-bottom-color:var(--brand)}@media(max-width:900px){.what-we-offer-header{flex-direction:column;align-items:flex-start}.what-we-offer-banner .banner-actions{justify-content:flex-start}}@media(max-width:600px){.what-we-offer-tabs{overflow-x:auto;flex-wrap:nowrap}}.who-we-serve-section{padding:3rem 0;text-align:center}.who-we-serve-section .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.who-we-serve-section .section-heading{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 .75rem;line-height:1.25}.who-we-serve-section .section-lead{color:var(--text-muted);max-width:960px;margin:0 auto 2rem}.who-we-serve-section .section-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.who-we-serve-cta{justify-content:center}.who-we-serve-section .logo-carousel{overflow:hidden;margin-bottom:2rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.who-we-serve-section .logo-track{display:flex;gap:3rem;align-items:center;width:max-content;animation:who-we-serve-scroll-logos 30s linear infinite}.who-we-serve-section .logo-track img{height:48px;width:auto;object-fit:contain;opacity:.85;filter:grayscale(20%)}@keyframes who-we-serve-scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-page{overflow-x:hidden}.hero{position:relative;min-height:560px;display:flex;align-items:center;background-size:cover;background-position:center;color:var(--text)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffe6}.hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:2.5rem;align-items:stretch;padding:5rem 0 4rem}.hero-inner{padding:0;min-width:0;width:100%}.hero-eyebrow,.section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.hero .hero-eyebrow{color:var(--brand)}.hero h1{font-size:clamp(2rem,5vw,3.25rem);max-width:20ch;margin:0 0 1rem;line-height:1.15;color:var(--text)}.hero-lead{max-width:none;margin-bottom:2rem;padding-right:.5rem;font-size:1.05rem;color:var(--text-muted);line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.section{padding:4rem 0}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.feature-image img{border-radius:var(--radius);width:100%;aspect-ratio:4 / 3;object-fit:cover}.feature-content h2{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 1rem;line-height:1.25}.feature-content p{color:var(--text-muted);margin-bottom:1.5rem}.catalogues-feature-section{background:linear-gradient(180deg,rgba(0,0,0,.02),transparent 70%)}.catalogues-feature-section .feature-grid{grid-template-columns:minmax(200px,.72fr) minmax(0,1.28fr)}.catalogues-feature-section .feature-image{max-width:360px;justify-self:start;width:100%}.catalogues-feature-section .feature-image img{aspect-ratio:auto;height:auto;object-fit:contain;display:block}@media(max-width:900px){.hero-layout{grid-template-columns:1fr;gap:2rem}.hero-stat-column{flex-direction:row;flex-wrap:wrap;justify-content:flex-start}.hero-stat-column .stat-box{flex:1 1 min(200px,100%)}.feature-grid,.catalogues-feature-section .feature-grid{grid-template-columns:1fr}.catalogues-feature-section .feature-image{max-width:280px}}@media(max-width:600px){.hero{min-height:480px}}.page-hero{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;text-align:center}.page-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.page-hero--light .page-hero-overlay{background:#ffffffe6}.page-hero--dark .page-hero-overlay{background:linear-gradient(105deg,#000000b8,#0006)}.page-hero-inner{position:relative;z-index:1;width:100%;padding:3.5rem 0 3rem}.page-hero-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.page-hero-eyebrow-link{color:inherit;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;transition:opacity .2s}.page-hero-eyebrow-link:hover{opacity:.8}.page-hero--dark .page-hero-eyebrow{color:#7ee4c4}.page-hero-kicker{margin:0 0 1rem;font-size:.95rem;font-weight:500;color:var(--text);text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px}.page-hero--dark .page-hero-kicker{color:#ffffffe6}.page-hero-title{font-size:clamp(2rem,5vw,3.25rem);font-weight:700;margin:0 auto 1rem;line-height:1.15;max-width:960px}.page-hero-lead{margin:0 auto 1.5rem;color:var(--text-muted);line-height:1.65;max-width:960px}.page-hero-lead--bold{font-weight:700;color:var(--text);margin-bottom:.75rem}.page-hero-lead--bold+.page-hero-lead{margin-top:0}.page-hero--dark .page-hero-lead{color:#ffffffe6}.page-hero--dark .page-hero-lead--bold{color:#fff}.page-hero-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:600px){.page-hero{min-height:360px}.page-hero-inner{padding:3.5rem 0 3rem}}.about-page{overflow-x:hidden}.section{padding:3rem 0}.section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 2.5rem;line-height:1.25}.section-heading{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 .75rem;line-height:1.25}.section-lead{color:var(--text-muted);max-width:960px;margin:0 auto 2rem}.section-cta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.5rem}.video-band-section{padding-top:0}.video-band{position:relative;width:100%;min-height:clamp(260px,32vw,420px);overflow:hidden;border-radius:var(--radius)}.video-band-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.video-band-overlay{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;min-height:inherit;padding:3rem 1.5rem;background:#00000073;text-align:center}.video-band-play{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border:3px solid #fff;border-radius:50%;background:#26a57ce6;cursor:pointer;transition:transform .2s,background .2s}.video-band-play:hover{transform:scale(1.05);background:var(--brand)}.video-band-play-icon{display:block;width:0;height:0;margin-left:6px;border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:22px solid #fff}.video-band-title{margin:0;max-width:640px;color:#fff;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;line-height:1.3}.about-us-heading{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 1.5rem;line-height:1.25;max-width:none;white-space:nowrap}.two-col-text{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem 3rem;align-items:start}.two-col-text p{color:var(--text-muted);margin:0;line-height:1.65}.about-us-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.tagline-section{background:var(--bg);color:var(--text);padding:4rem 0}.tagline-heading{font-size:clamp(1.5rem,3vw,2.25rem);margin:0 0 1.5rem;line-height:1.25;max-width:none;white-space:nowrap}.tagline-columns p{color:var(--text-muted);line-height:1.65}.mission-section{background:var(--bg-alt)}.mission-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:stretch}.mission-image{border-radius:var(--radius);overflow:hidden;min-height:100%}.mission-image img{width:100%;height:100%;min-height:480px;object-fit:cover}.mission-heading{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 1.5rem;line-height:1.25}.mission-list{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:1.25rem}.mission-item{display:flex;gap:.75rem;align-items:flex-start}.mission-check-icon{flex-shrink:0;width:24px;height:24px}.mission-item h3{margin:0 0 .25rem;font-size:1rem;line-height:1.3}.mission-item p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.55}@media(max-width:900px){.mission-split{grid-template-columns:1fr}.mission-image img{min-height:280px}}@media(max-width:768px){.two-col-text{grid-template-columns:1fr;gap:1.25rem}.about-us-heading,.tagline-heading{white-space:normal}}.faq-banner{padding:4rem 0 5rem;background:var(--bg-alt);border-top:1px solid var(--border)}.faq-banner-inner{display:flex;flex-direction:column;gap:2rem}.faq-banner-header{display:grid;grid-template-columns:1fr auto;column-gap:2rem;row-gap:0}.faq-banner-header .section-eyebrow{grid-column:1;grid-row:1;color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.faq-banner-header h2{grid-column:1;grid-row:2;font-size:clamp(1.5rem,2.5vw,2.25rem);margin:0 0 1rem;line-height:1.2}.faq-banner-header .banner-lead{grid-column:1;grid-row:3;color:var(--text-muted);margin:0;line-height:1.65;max-width:64ch}.faq-banner-header .banner-actions{grid-column:2;grid-row:3;align-self:end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end}.faq-accordion{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:start}.faq-column{display:flex;flex-direction:column;gap:.75rem;min-width:0}.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;background:none;border:none;font:inherit;font-weight:600;font-size:.925rem;text-align:left;cursor:pointer;color:var(--text)}.faq-question:hover{color:var(--brand)}.faq-icon{flex-shrink:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-alt);color:var(--brand);font-size:1.1rem;line-height:1}.faq-answer{padding:0 1.15rem 1.15rem;color:var(--text-muted);font-size:.9rem;line-height:1.6}@media(max-width:900px){.faq-banner-header{grid-template-columns:1fr}.faq-banner-header .banner-actions{grid-column:1;grid-row:4;justify-content:flex-start;margin-top:1.25rem}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-column{display:contents}}.contact-page{overflow-x:hidden}.contact-map-banner{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);padding:0;background:#fff;line-height:0}.contact-map-banner img{display:block;width:100%;height:auto;object-fit:contain;object-position:center}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:40vh;padding:4rem 1.5rem;color:var(--text-muted)}.page-loading__spinner{width:2.25rem;height:2.25rem;border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:page-loading-spin .75s linear infinite}.page-loading__label{margin:0;font-size:.95rem}@keyframes page-loading-spin{to{transform:rotate(360deg)}}.shop-catalog{padding:3rem 0 4rem}.shop-catalog-inner{display:flex;flex-direction:column;gap:2rem}.shop-tabs{display:flex;flex-wrap:wrap;gap:.5rem;border-bottom:2px solid var(--border)}.shop-tab{background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;padding:.75rem 1.25rem;font:inherit;font-weight:600;font-size:.9rem;color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s}.shop-tab:hover{color:var(--brand)}.shop-tab.is-active{color:var(--brand);border-bottom-color:var(--brand)}.shop-results-count{margin:0 0 1.25rem;font-size:.875rem;color:var(--text-muted)}@media(max-width:900px){.shop-tabs{overflow-x:auto;flex-wrap:nowrap}}@media(max-width:600px){.shop-catalog{padding:2rem 0 3rem}}.product-detail-tabs-section{padding:0 0 4rem;background:#fff}.product-detail-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.product-detail-tab{border:0;background:transparent;font:inherit;font-size:.95rem;font-weight:600;color:var(--text-muted);padding:.75rem 1rem;border-radius:8px 8px 0 0;cursor:pointer;transition:color .2s,background .2s}.product-detail-tab:hover,.product-detail-tab.is-active{color:var(--brand);background:#26a57c14}.product-detail-panel{max-width:960px}.product-detail-content{line-height:1.7}.product-detail-content h2,.product-detail-content h3,.product-detail-content h4{margin-top:2rem;margin-bottom:.75rem}.product-detail-content h2:first-child,.product-detail-content h3:first-child{margin-top:0}.product-detail-content ul,.product-detail-content ol{margin:0 0 1.25rem;padding-left:1.5rem}.product-detail-content li{margin-bottom:.5rem}.product-detail-content a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.product-detail-content iframe{width:100%;max-width:560px;aspect-ratio:16 / 9;height:auto;border:0;border-radius:var(--radius);margin:1rem 0}.product-detail-empty{color:var(--text-muted);padding:2rem 0}@media(max-width:640px){.product-detail-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.product-detail-tab{white-space:nowrap}}.product-hero-section{padding:2.5rem 0 3.5rem;background:#fff}.product-hero-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:3rem;align-items:start}.product-hero-gallery img{width:100%;max-width:420px;margin:0 auto;display:block;border-radius:var(--radius);border:1px solid var(--border);background:#fff}.product-hero-image-placeholder{aspect-ratio:1;max-width:420px;margin:0 auto;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-alt);display:grid;place-items:center;color:var(--text-muted)}.product-hero-details h1{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.15}.product-hero-meta{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-bottom:1rem;color:var(--text-muted);font-size:.9rem}.product-hero-meta span:not(:last-child):after{content:",";margin-left:.35rem}.product-hero-price{margin:0 0 1.25rem;font-size:2rem;font-weight:700;color:var(--text)}.product-hero-price-interval{font-size:1rem;font-weight:500;color:var(--text-muted)}.product-hero-billing-period{margin:-.75rem 0 1.25rem;max-width:28rem}.product-hero-intro{margin-bottom:1.5rem;color:var(--text-muted);line-height:1.65}.product-hero-intro p{margin:0 0 .75rem}.product-hero-intro a{color:var(--brand);text-decoration:underline;text-underline-offset:2px}.product-hero-highlights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1.75rem}.product-hero-highlight{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:8px;background:var(--brand);color:#fff}.product-hero-highlight-icon{flex-shrink:0;width:2rem;height:2rem}.product-hero-highlight-icon svg{width:100%;height:100%}.product-hero-highlight h2{margin:0;font-size:.95rem;font-weight:600;line-height:1.35}.product-hero-purchase{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-quantity{display:inline-flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border:1px solid #000;border-radius:8px}.product-quantity-btn{border:0;background:none;font-size:1.25rem;line-height:1;cursor:pointer;padding:0}.product-quantity input{width:2.5rem;border:0;background:transparent;text-align:center;font:inherit;-moz-appearance:textfield}.product-quantity input::-webkit-outer-spin-button,.product-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-add-to-cart{min-width:220px;padding:.75rem 2rem}.product-trial-btn{min-width:180px;padding:.75rem 1.5rem}.product-hero-trial-error{width:100%;margin:-.5rem 0 1rem;color:#b42318;font-size:.95rem}.product-add-to-cart:disabled{opacity:.65;cursor:not-allowed}.product-bulk-pricing{max-width:700px;margin-bottom:1.25rem;border:1px solid rgba(38,165,124,.12);border-radius:12px;overflow:hidden;box-shadow:0 8px 22px #0e1e250a;background:#fff}.product-bulk-pricing-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.125rem;background:var(--brand);color:#fff}.product-bulk-pricing-header h3{margin:0;font-size:1rem}.product-bulk-pricing-header span{font-size:.8125rem}.product-bulk-pricing table{width:100%;border-collapse:collapse}.product-bulk-pricing th,.product-bulk-pricing td{padding:.875rem 1.125rem;text-align:left;border-top:1px solid rgba(0,0,0,.06)}.product-bulk-pricing th{background:var(--brand);color:#fff;font-size:.875rem;text-transform:uppercase;letter-spacing:.03em}.product-bulk-pricing td:last-child,.product-bulk-pricing th:last-child{text-align:right}.product-bulk-pricing tbody tr:nth-child(2n) td{background:#f9fdfa}.product-bulk-pricing-note{margin:0;padding:.875rem 1.125rem;font-size:.8125rem;color:#506d64;border-top:1px solid rgba(0,0,0,.05);background:#fbfffd}.product-hero-back{display:inline-block;color:var(--brand);font-size:.9rem;font-weight:500}.product-hero-back:hover{color:var(--brand-dark)}@media(max-width:900px){.product-hero-layout{grid-template-columns:1fr;gap:2rem}.product-hero-highlights{grid-template-columns:1fr}.product-hero-purchase{flex-direction:column;align-items:stretch}.product-add-to-cart{width:100%}}.range-content-section{padding:4rem 0}.range-overview{background:var(--bg-alt)}.range-overview-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:3.75rem;align-items:stretch}.range-overview-split--content-only{grid-template-columns:minmax(0,1fr)}.range-overview-image{border:1px solid #e6e6e6;border-radius:var(--radius);overflow:hidden;min-height:100%}.range-overview-image img{display:block;width:100%;height:100%;min-height:498px;object-fit:cover}.range-overview-content{display:flex;flex-direction:column;justify-content:center}.range-overview-content .range-section-heading,.range-overview-content .range-section-body{max-width:none}.range-overview--bleed-left{padding:0;overflow:hidden}.range-overview-bleed-split{display:flex;align-items:stretch;gap:3.75rem;padding:4rem 0}.range-overview--bleed-left .range-overview-image{flex:1 1 50%;position:relative;border:none;border-radius:0;overflow:hidden;min-height:0;align-self:stretch}.range-overview--bleed-left .range-overview-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}.range-overview-bleed-content{flex:1 1 50%;display:flex;flex-direction:column;justify-content:center;padding:0 1.25rem 0 0;padding-right:max(1.25rem,calc((100vw - var(--container)) / 2))}.range-features{background:#fff}.range-content-section .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.range-section-heading{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 1.5rem;line-height:1.25;max-width:720px}.range-section-body{max-width:800px}.range-section-body p{color:var(--text-muted);margin:0 0 1rem;line-height:1.65}.range-section-body p:last-child{margin-bottom:0}.range-bullet-list{margin:1.25rem 0 0;padding-left:1.25rem;color:var(--text-muted);line-height:1.65}.range-bullet-list li{margin-bottom:.75rem}.range-bullet-list li:last-child{margin-bottom:0}.range-bullet-list strong{color:var(--text)}.range-features-split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3.75rem;align-items:stretch}.range-features-content{display:flex;flex-direction:column;justify-content:center}.range-features-content .range-section-heading{max-width:none}.range-features-list{display:flex;flex-direction:column;gap:1.5rem}.range-feature-item--check{display:flex;gap:.75rem;align-items:flex-start}.range-feature-check-icon{flex-shrink:0;margin-top:.1rem}.range-feature-item h3{font-size:1.05rem;margin:0 0 .5rem;line-height:1.3}.range-feature-item p{color:var(--text-muted);margin:0;line-height:1.65}.range-features-image{border:1px solid #e6e6e6;border-radius:var(--radius);overflow:hidden;min-height:100%}.range-features-image img{display:block;width:100%;height:100%;min-height:498px;object-fit:cover}.range-section-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}@media(max-width:900px){.range-overview-split{grid-template-columns:1fr;gap:2rem}.range-overview-bleed-split{flex-direction:column;gap:2rem;padding:3rem 0}.range-overview--bleed-left .range-overview-image{flex:none;width:100%;min-height:280px}.range-overview-bleed-content{flex:none;padding:0 max(1.25rem,calc((100vw - var(--container)) / 2))}.range-overview-image img{min-height:280px}.range-features-split{grid-template-columns:1fr;gap:2rem}.range-features-image img{min-height:280px}}@media(max-width:600px){.range-content-section{padding:3rem 0}}.not-found{padding:4rem 0 5rem;text-align:center}.not-found__code{margin:0 0 .5rem;font-size:clamp(4rem,12vw,6rem);font-weight:700;line-height:1;color:var(--brand);opacity:.35}.not-found h1{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem)}.not-found p{max-width:28rem;margin:0 auto 1.75rem;color:var(--text-muted)}.not-found__actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.industry-content-section{padding:4rem 0}.industry-case-study{background:#fff}.industry-case-study-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:start;margin-bottom:3rem}.industry-case-study-intro img{width:100%;border-radius:var(--radius);border:1px solid #e6e6e6;display:block}.industry-case-study-results{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem;align-items:start}.industry-video-thumb{position:relative;border:none;padding:0;background:none;cursor:pointer;border-radius:var(--radius);overflow:hidden;width:100%;aspect-ratio:16 / 9}.industry-video-thumb img{width:100%;height:100%;object-fit:cover;display:block}.industry-video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;color:#fff;font-size:3rem}.industry-blockquote{margin:1.5rem 0 0;padding:1.5rem 1.75rem;background:var(--bg-alt);border-left:4px solid var(--brand);border-radius:0 var(--radius) var(--radius) 0}.industry-blockquote p{margin:0 0 .75rem;font-style:italic;line-height:1.6}.industry-blockquote cite{font-style:normal;font-weight:600;color:var(--text-muted);font-size:.9rem}.industry-result-list{margin:1rem 0 0;padding-left:1.25rem}.industry-result-list li{margin-bottom:.75rem;line-height:1.6;color:var(--text-muted)}.industry-hear-story{margin-top:1.5rem;padding-left:1.5rem}.industry-hear-story h4{margin:0 0 .5rem;text-decoration:underline;font-size:1rem}.industry-services{background:#fff;color:var(--text)}.industry-services-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem}.industry-services-header h2{color:var(--text);margin:0;max-width:640px}.industry-services-header .section-eyebrow{color:var(--brand)}.industry-services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.industry-service-card{background:var(--brand);border-radius:16px;padding:1.5rem 1rem}.industry-service-card h3{margin:0 0 .5rem;font-size:1.05rem;color:#fff;line-height:1.3}.industry-service-card p{margin:0;color:#ffffffd9;line-height:1.6;font-size:.95rem}.industry-service-icon{width:32px;height:32px;border-radius:50%;background:#fff;color:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-bottom:1rem}.industry-service-footnote{margin-top:1.25rem;color:var(--text-muted);font-size:.9rem}.industry-service-footnote a{color:var(--brand);font-weight:600}.industry-why-choose{background:var(--bg-alt)}.industry-check-list{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:1rem;max-width:800px}.industry-check-list li{display:flex;gap:.75rem;align-items:flex-start;line-height:1.6}.industry-check-list svg{flex-shrink:0;margin-top:.15rem}.industry-split-panels{background:#fff}.industry-split-panels-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.industry-panel-block h3{margin:1.25rem 0 .75rem;font-size:1.1rem}.industry-accordion{display:grid;gap:.5rem;margin-top:1rem}.industry-accordion-item{border:1px solid #e6e6e6;border-radius:var(--radius);overflow:hidden}.industry-accordion-item.is-open{border-color:var(--brand)}.industry-accordion-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;border:none;background:#fff;text-align:left;font-weight:600;cursor:pointer;font-size:.95rem}.industry-accordion-body{padding:0 1.25rem 1rem;color:var(--text-muted);line-height:1.6}.industry-challenges{background:#fff;color:var(--text)}.industry-challenges-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:2rem}.industry-challenges-header h2{color:var(--text);margin:0}.industry-challenges-header .section-eyebrow{color:var(--brand)}.industry-challenges-header .section-lead{color:var(--text-muted);max-width:640px}.industry-challenge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.industry-challenge-card{background:var(--brand);border-radius:16px;padding:1.5rem 1rem}.industry-challenge-number{width:32px;height:32px;border-radius:50%;background:#fff;color:var(--brand);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;margin-bottom:1rem}.industry-challenge-card h3{margin:0 0 .5rem;font-size:1.05rem;color:#fff;line-height:1.3}.industry-challenge-card p{margin:0;color:#ffffffd9;line-height:1.6;font-size:.95rem}.industry-manufacturer-showcase{background:var(--bg-alt);padding-bottom:2rem}.industry-manufacturer-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin:2rem 0}.industry-manufacturer-images img{width:100%;border-radius:var(--radius);display:block;aspect-ratio:3 / 2;object-fit:cover}.industry-manufacturer-cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.industry-manufacturer-case h3{margin:0 0 .75rem;font-size:1.05rem}.industry-manufacturer-case h3 a{color:inherit}.industry-manufacturer-case p{margin:0;color:var(--text-muted);line-height:1.6;font-size:.95rem}@media(max-width:900px){.industry-case-study-intro,.industry-case-study-results,.industry-split-panels-grid,.industry-services-grid,.industry-challenge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.industry-manufacturer-images,.industry-manufacturer-cases{grid-template-columns:1fr}.industry-services-header,.industry-challenges-header{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.industry-challenge-grid,.industry-services-grid{grid-template-columns:1fr}}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.gallery-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#000c;cursor:pointer}.gallery-lightbox-panel{position:relative;z-index:1;width:min(1080px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:8px;padding:1.5rem}.gallery-lightbox-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.gallery-lightbox-header h2{margin:0;font-size:1.35rem}.gallery-lightbox-close{border:none;background:transparent;font-size:2rem;line-height:1;cursor:pointer;color:var(--text-muted)}.gallery-lightbox-image-wrap{border-radius:8px;overflow:hidden;background:#111}.gallery-lightbox-image-wrap img{display:block;width:100%;height:auto;max-height:70vh;object-fit:contain}.resource-card{display:flex;flex-direction:column;gap:1rem;width:100%;padding:1rem;border:1px solid var(--brand);border-radius:var(--radius);background:#fff;text-align:left;text-decoration:none;color:inherit;transition:background .3s,border-color .3s,color .3s}button.resource-card{cursor:pointer;font:inherit}.resource-card:hover,.resource-card:focus-visible{background:var(--brand);border-color:var(--accent, #1d8f6d);color:#fff}.resource-card-image{display:block;overflow:hidden;border:1px solid #e6e6e6;border-radius:8px}.resource-card-image img{display:block;width:100%;object-fit:cover}.resource-card--guide .resource-card-image img{height:124px}.resource-card--blog .resource-card-image img{height:200px}.resource-card--gallery .resource-card-image img{height:300px}.resource-card-body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.resource-card-title{font-size:1rem;font-weight:600;line-height:1.35;color:var(--text)}.resource-card:hover .resource-card-title,.resource-card:hover .resource-card-excerpt,.resource-card:hover .resource-card-footer{color:#fff}.resource-card-excerpt{color:var(--text-muted);font-size:.92rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.resource-card-footer{display:inline-flex;align-items:center;gap:.5rem;margin-top:.35rem;font-size:.9rem;font-weight:600;color:var(--text-muted)}.resource-card-footer svg{width:1.25rem;height:1.25rem}.resource-card-grid-section{padding:3rem 0 4.5rem;background:var(--bg-alt)}.resource-sort-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.75rem;font-size:.95rem;font-weight:600}.resource-sort-select{min-width:11rem;padding:.55rem .75rem;border:1px solid #d9d9d9;border-radius:8px;background:#fff;font:inherit}.resource-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media(max-width:1024px){.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.resource-card-grid{grid-template-columns:1fr}}.resource-carousel{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center}.resource-carousel-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem}.resource-carousel-track::-webkit-scrollbar{display:none}.resource-carousel-slide{flex:0 0 min(100%,340px);scroll-snap-align:start}.resource-carousel-btn{width:2.5rem;height:2.5rem;border:1px solid var(--brand);border-radius:8px;background:#fff;color:var(--brand);font-size:1.5rem;line-height:1;cursor:pointer;transition:background .2s,color .2s,opacity .2s}.resource-carousel-btn:hover:not(:disabled){background:var(--brand);color:#fff}.resource-carousel-btn:disabled{opacity:.35;cursor:default}@media(max-width:700px){.resource-carousel{grid-template-columns:1fr}.resource-carousel-btn{display:none}}.resource-preview-section{padding:4rem 0;background:#fff}.resource-preview-section--alt{background:var(--bg-alt)}.resource-preview-inner{display:flex;flex-direction:column;gap:2.5rem}.resource-preview-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.resource-preview-section .section-eyebrow{color:var(--brand);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.resource-preview-section .banner-intro h2{font-size:clamp(1.5rem,2.5vw,2.25rem);margin:0 0 1rem;line-height:1.2}.resource-preview-section .banner-lead{color:var(--text-muted);margin:0;line-height:1.65;max-width:64ch}.resource-preview-section .banner-actions{display:flex;flex-wrap:wrap;gap:1rem;flex-shrink:0;align-items:flex-end;justify-content:flex-end}@media(max-width:900px){.resource-preview-header{flex-direction:column;align-items:flex-start}.resource-preview-section .banner-actions{justify-content:flex-start}}.resource-sub-nav{background:#fff;border-bottom:1px solid var(--border, #e6e6e6)}.resource-sub-nav-inner{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;padding:1rem 0}.resource-sub-nav-link{font-size:.95rem;font-weight:600;color:var(--text-muted);text-decoration:none;padding:.35rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.resource-sub-nav-link:hover,.resource-sub-nav-link.is-active{color:var(--brand);border-bottom-color:var(--brand)}.guide-article{padding:3rem 0 4rem}.guide-article-body{width:100%;font-size:1rem;line-height:1.75;color:var(--color-text, #333)}.guide-article-body p{margin:0 0 1.5rem}.guide-article-body p:last-child{margin-bottom:0}.guide-article-body h2,.guide-article-body h3,.guide-article-body h4{margin:2rem 0 1rem;line-height:1.3;color:var(--color-primary, #1a1a1a)}.guide-article-body h2{font-size:clamp(1.35rem,2.5vw,1.75rem)}.guide-article-body h3,.guide-article-body h4{font-size:clamp(1.15rem,2vw,1.35rem)}.guide-article-body h4 strong{font-weight:700}.guide-article-body ul,.guide-article-body ol{margin:0 0 1.5rem;padding-left:1.5rem}.guide-article-body li{margin-bottom:.5rem}.guide-article-body img{max-width:100%;height:auto;border-radius:8px;margin:1.5rem 0}.guide-article-body a{color:var(--color-accent, #2d6a4f);text-decoration:underline}.catalogue-sidebar{display:flex;flex-direction:column;gap:0;padding:0;background:#fff;border:1px solid color-mix(in srgb,var(--brand) 22%,var(--border));border-radius:var(--radius);box-shadow:0 4px 18px color-mix(in srgb,var(--brand) 8%,transparent);position:sticky;top:1rem;max-height:calc(100vh - 2rem);overflow:hidden}.catalogue-sidebar__intro{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem 1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--brand) 14%,#fff),color-mix(in srgb,var(--brand) 6%,#fff));border-bottom:1px solid color-mix(in srgb,var(--brand) 18%,var(--border));border-top:3px solid var(--brand);border-radius:var(--radius) var(--radius) 0 0;flex-shrink:0}.catalogue-sidebar__intro h2{margin:0;font-size:1rem;color:var(--brand-dark)}.catalogue-sidebar__intro-user{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:9rem}.catalogue-sidebar__intro-link{flex-shrink:0;padding:.25rem .55rem;font-size:.75rem;font-weight:600;font-family:inherit;color:var(--brand-dark);background:#fff;border:1px solid var(--brand);border-radius:calc(var(--radius) * .75);cursor:pointer;text-decoration:none}.catalogue-sidebar__intro-link:hover{background:color-mix(in srgb,var(--brand) 10%,#fff)}.catalogue-sidebar__submit{display:inline-block;text-align:center;text-decoration:none;box-sizing:border-box}.catalogue-sidebar__upsell{margin:0;padding:.5rem 1rem 0;font-size:.76rem;line-height:1.35;color:var(--brand-dark);background:color-mix(in srgb,var(--brand) 8%,#fff);border-bottom:1px solid color-mix(in srgb,var(--brand) 14%,var(--border))}.catalogue-sidebar__status{flex-shrink:0;display:flex;flex-direction:column;gap:.35rem;padding:.45rem 1rem 0}.catalogue-sidebar__status p{margin:0;padding:.4rem .55rem;font-size:.78rem;line-height:1.35}.catalogue-sidebar__body{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.catalogue-sidebar__group{padding:.55rem 1rem;border-top:1px solid color-mix(in srgb,var(--brand) 14%,var(--border));flex-shrink:0}.catalogue-sidebar__group--selection{flex:1;min-height:0;display:flex;flex-direction:column;background:color-mix(in srgb,var(--brand) 5%,var(--bg-alt))}.catalogue-sidebar__group--selection.is-locked{opacity:.85}.catalogue-sidebar__selection-toolbar{margin:0 0 .55rem;padding:.55rem 0 .6rem;border-bottom:1px solid color-mix(in srgb,var(--brand) 14%,var(--border))}.catalogue-sidebar__group-title{margin:0 0 .45rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted)}.catalogue-sidebar__group-fields{display:flex;flex-direction:column;gap:.45rem}.catalogue-sidebar__group-fields--split,.catalogue-sidebar__filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.catalogue-sidebar__field--full{grid-column:1 / -1}.catalogue-sidebar__group-note{margin:.35rem 0 0;font-size:.72rem;line-height:1.3;color:var(--text-muted)}.catalogue-sidebar__field{display:flex;flex-direction:column;gap:.2rem;font-size:.72rem;font-weight:600;color:var(--brand-dark);min-width:0}.catalogue-sidebar .input-text{min-height:2.1rem;padding:.35rem .55rem;font-size:.82rem;line-height:1.25;color:var(--text);border:1px solid var(--border);border-radius:calc(var(--radius) * .85);background:#fff;transition:border-color .15s,box-shadow .15s}.catalogue-sidebar .input-text:hover:not(:disabled){border-color:color-mix(in srgb,var(--brand) 35%,var(--border))}.catalogue-sidebar .input-text:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px color-mix(in srgb,var(--brand) 18%,transparent)}.catalogue-sidebar .input-text:disabled{background:var(--bg-alt);color:var(--text-muted)}.catalogue-sidebar select.input-text{padding-right:1.75rem}.catalogue-sidebar__selected-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem;margin-bottom:.4rem;flex-shrink:0}.catalogue-sidebar__group--selection .catalogue-sidebar__group-title{margin-bottom:0;font-size:.82rem;letter-spacing:normal;text-transform:none;color:var(--brand-dark)}.catalogue-sidebar__selection-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.25rem}.catalogue-sidebar__show-catalogue{flex-shrink:0;padding:.2rem .45rem;font-size:.68rem;font-weight:600;font-family:inherit;color:var(--brand-dark);background:#fff;border:1px solid var(--brand);border-radius:calc(var(--radius) * .75);cursor:pointer}.catalogue-sidebar__show-catalogue:hover:not(:disabled){background:color-mix(in srgb,var(--brand) 10%,#fff)}.catalogue-sidebar__show-catalogue.is-active{background:var(--brand);color:#fff}.catalogue-sidebar__show-catalogue:disabled{opacity:.45;cursor:not-allowed}.catalogue-sidebar__selected-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem;flex:1;min-height:0;overflow:auto}.catalogue-sidebar__selected-list li{display:flex;justify-content:space-between;gap:.35rem;align-items:flex-start;font-size:.76rem;line-height:1.25;padding:.28rem .4rem;background:#fff;border-radius:calc(var(--radius) * .75);border:1px solid color-mix(in srgb,var(--brand) 12%,var(--border))}.catalogue-sidebar__selected-list button{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;font-weight:400;padding:0 .15rem;flex-shrink:0}.catalogue-sidebar__selected-list button:hover{color:var(--brand)}.catalogue-sidebar__variant{display:block;margin-top:.05rem;font-size:.66rem;color:var(--text-muted);font-weight:500}.catalogue-sidebar__clear-selection{flex-shrink:0;padding:.2rem .45rem;font-size:.68rem;font-weight:600;font-family:inherit;color:var(--text-muted);background:transparent;border:1px solid color-mix(in srgb,var(--brand) 25%,var(--border));border-radius:calc(var(--radius) * .75);cursor:pointer}.catalogue-sidebar__clear-selection:hover{color:var(--brand-dark);border-color:var(--brand);background:#fff}.catalogue-sidebar__empty{margin:0;font-size:.76rem;color:var(--text-muted)}.catalogue-sidebar .button{display:inline-block;width:100%;padding:.55rem .75rem;background:var(--brand);color:#fff;border:none;border-radius:var(--radius);font-weight:600;font-family:inherit;font-size:.84rem;cursor:pointer;transition:background .2s}.catalogue-sidebar .button:hover:not(:disabled){background:var(--brand-dark)}.catalogue-sidebar .button:disabled{opacity:.55;cursor:not-allowed}.catalogue-sidebar__actions{display:grid;grid-template-columns:1fr 1fr;gap:.45rem}.catalogue-sidebar__install-link-wrap{margin:.4rem 0 0;text-align:center}.catalogue-sidebar__install-jump{font-size:.76rem;font-weight:600;color:var(--brand-dark);text-decoration:underline;text-underline-offset:2px}.catalogue-sidebar__install-jump:hover{color:var(--brand)}.catalogue-sidebar__status .catalogue-sidebar__install-jump{font-size:inherit}.catalogue-sidebar__action--outline{background:#fff;color:var(--brand-dark);border:2px solid var(--brand)}.catalogue-sidebar__action--outline:hover:not(:disabled){background:color-mix(in srgb,var(--brand) 10%,#fff);color:var(--brand-dark)}.catalogue-sidebar .input-text:read-only{background:color-mix(in srgb,var(--brand) 6%,var(--bg-alt));color:var(--brand-dark);cursor:default}.catalogue-sidebar .woocommerce-error{color:#b32d2e;background:#fcf0f1;border:1px solid #f1aeb5;border-radius:calc(var(--radius) * .85)}.catalogue-sidebar .woocommerce-info{color:var(--brand-dark);background:color-mix(in srgb,var(--brand) 12%,#fff);border:1px solid color-mix(in srgb,var(--brand) 25%,var(--border));border-radius:calc(var(--radius) * .85)}@media(max-width:1000px){.catalogue-sidebar{position:static;max-height:none;overflow:visible}.catalogue-sidebar__body{overflow:visible}.catalogue-sidebar__group--selection{max-height:12rem}}.assembly-catalogue-grid-wrap{min-width:0;container-type:inline-size;padding:1rem 1.15rem 1.15rem;background:#fff;border:1px solid color-mix(in srgb,var(--brand) 18%,var(--border));border-radius:var(--radius);box-shadow:0 4px 18px color-mix(in srgb,var(--brand) 6%,transparent)}.assembly-catalogue-grid-wrap.is-catalogue-view{border-color:color-mix(in srgb,var(--brand) 35%,var(--border));background:color-mix(in srgb,var(--brand) 3%,#fff)}.assembly-catalogue-grid__head{padding-bottom:.75rem;margin-bottom:.25rem;border-bottom:2px solid color-mix(in srgb,var(--brand) 20%,var(--border))}.assembly-catalogue-grid__head h2{margin:0;font-size:1.05rem;color:var(--brand-dark)}.assembly-catalogue-grid__count{font-weight:500;color:var(--brand);font-size:.92em}.assembly-catalogue-grid__status{margin:0;padding:1.5rem 1rem;text-align:center;color:var(--text-muted);background:color-mix(in srgb,var(--brand) 5%,var(--bg-alt));border:1px dashed color-mix(in srgb,var(--brand) 30%,var(--border));border-radius:var(--radius)}.assembly-catalogue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}@container (min-width: 520px){.assembly-catalogue-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@container (min-width: 680px){.assembly-catalogue-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@container (min-width: 860px){.assembly-catalogue-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.assembly-card{position:relative;display:flex;flex-direction:column;text-align:left;padding:0;border:1px solid var(--border);border-radius:calc(var(--radius, 6px) * .85);background:#fff;overflow:hidden;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s;font:inherit;color:inherit}.assembly-card:hover{border-color:var(--brand);box-shadow:0 4px 14px color-mix(in srgb,var(--brand) 18%,transparent);transform:translateY(-1px)}.assembly-card.is-selected{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand),0 4px 14px color-mix(in srgb,var(--brand) 22%,transparent)}.assembly-card.is-selected .assembly-card__body{background:color-mix(in srgb,var(--brand) 8%,#fff)}.assembly-card.is-locked{cursor:not-allowed;opacity:.88}.assembly-card.is-locked:hover{border-color:var(--border);box-shadow:none;transform:none}.assembly-card__check{position:absolute;top:.3rem;right:.3rem;z-index:1;width:1.15rem;height:1.15rem;border-radius:999px;background:var(--brand);color:#fff;font-size:.7rem;font-weight:700;display:grid;place-items:center;opacity:0;box-shadow:0 1px 4px color-mix(in srgb,var(--brand) 40%,transparent)}.assembly-card.is-selected .assembly-card__check{opacity:1}.assembly-card__media{position:relative;width:100%;aspect-ratio:1;background:color-mix(in srgb,var(--brand) 4%,#f8faf9)}.assembly-card__image{width:100%;height:100%;object-fit:contain;padding:.3rem}.assembly-card__brand{position:absolute;left:.28rem;bottom:.28rem;z-index:1;width:2.1rem;height:2.1rem;object-fit:contain;padding:.12rem;border-radius:.22rem;background:#fffffff0;box-shadow:0 1px 4px #00000024;pointer-events:none}.assembly-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:var(--brand-dark);font-size:.65rem;font-weight:600;padding:.5rem;text-align:center}.assembly-card__body{padding:.45rem .5rem .55rem;display:flex;flex-direction:column;gap:.15rem;border-top:1px solid color-mix(in srgb,var(--brand) 10%,var(--border));transition:background .15s}.assembly-card__body h3{margin:0;font-size:.72rem;line-height:1.3;font-weight:600;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.assembly-card__meta,.assembly-card__code,.assembly-card__variant{margin:0;font-size:.62rem;color:var(--text-muted);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assembly-card__code{font-weight:600;color:var(--brand-dark)}.assembly-card__variant{font-weight:500;font-size:.6rem}.assembly-catalogue-grid__foot{margin:.85rem 0 0;padding:.55rem .75rem;font-size:.8rem;color:var(--brand-dark);background:color-mix(in srgb,var(--brand) 7%,var(--bg-alt));border-left:3px solid var(--brand);border-radius:0 var(--radius) var(--radius) 0}.catalogue-install-guide{padding:1rem 1.1rem;background:color-mix(in srgb,var(--brand) 6%,#fff);border:1px solid color-mix(in srgb,var(--brand) 22%,var(--border));border-left:3px solid var(--brand);border-radius:var(--radius)}.catalogue-install-guide--compact{padding:.75rem .9rem}.catalogue-install-guide__title{margin:0 0 .5rem;font-size:1rem;color:var(--brand-dark)}.catalogue-install-guide--compact .catalogue-install-guide__title{font-size:.92rem;margin-bottom:.35rem}.catalogue-install-guide__intro,.catalogue-install-guide__note{margin:0 0 .75rem;font-size:.88rem;line-height:1.5;color:var(--text)}.catalogue-install-guide--compact .catalogue-install-guide__intro{font-size:.82rem;margin-bottom:.55rem}.catalogue-install-guide__steps{margin:0;padding:0 0 0 1.15rem;display:flex;flex-direction:column;gap:.65rem}.catalogue-install-guide--compact .catalogue-install-guide__steps{gap:.45rem}.catalogue-install-guide__steps li{font-size:.85rem;line-height:1.45;color:var(--text)}.catalogue-install-guide--compact .catalogue-install-guide__steps li{font-size:.8rem}.catalogue-install-guide__steps strong{display:block;margin-bottom:.15rem;color:var(--brand-dark)}.catalogue-install-guide__steps p{margin:0;color:var(--text-muted)}.catalogue-install-guide__notes{display:flex;flex-direction:column;gap:.85rem}.catalogue-install-guide__note{margin:0;font-size:.82rem;color:var(--text-muted);line-height:1.5}.catalogue-install-guide__teamwork{padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--brand) 18%,var(--border))}.catalogue-install-guide--compact .catalogue-install-guide__teamwork{padding-top:.55rem}.catalogue-install-guide__teamwork-title{margin:0 0 .35rem;font-size:.88rem;color:var(--brand-dark)}.catalogue-install-guide--compact .catalogue-install-guide__teamwork-title{font-size:.82rem}.catalogue-request-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:1rem;background:#00000073}.catalogue-request-modal__panel{position:relative;width:min(100%,520px);max-height:min(92vh,760px);overflow:auto;padding:1.5rem 1.5rem 1.25rem;background:#fff;border-radius:var(--radius);box-shadow:0 16px 48px #0000002e;border-top:3px solid var(--brand)}.catalogue-request-modal__close{position:absolute;top:.75rem;right:.75rem;border:none;background:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted)}.catalogue-request-modal__panel h2{margin:0 2rem .5rem 0;font-size:1.25rem;color:var(--brand-dark)}.catalogue-request-modal__lead{margin:0 0 1.25rem;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.catalogue-request-modal__form{display:flex;flex-direction:column;gap:.85rem}.catalogue-request-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.catalogue-request-modal__field{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--brand-dark)}.catalogue-request-modal__field .input-text{min-height:2.75rem;padding:.55rem .75rem;font-size:.95rem;border:1px solid var(--border);border-radius:var(--radius);font-weight:400;color:var(--text)}.catalogue-request-modal__field textarea.input-text{min-height:auto;resize:vertical}.catalogue-request-modal__field .input-text:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}.catalogue-request-modal__submit{width:100%;margin-top:.25rem;padding:.8rem 1.25rem;background:var(--brand);color:#fff;border:none;border-radius:var(--radius);font-weight:600;font-family:inherit;font-size:.95rem;cursor:pointer}.catalogue-request-modal__submit:hover:not(:disabled){background:var(--brand-dark)}.catalogue-request-modal__submit:disabled{opacity:.6;cursor:not-allowed}.catalogue-request-modal__success{display:flex;flex-direction:column;gap:.75rem}.catalogue-request-modal__success p{margin:0;line-height:1.5}.required{color:#c0392b}@media(max-width:560px){.catalogue-request-modal__row{grid-template-columns:1fr}}.manufacturers-catalogues-library-picker{margin-top:-.5rem;margin-bottom:.25rem}.manufacturers-catalogues-library-picker__label{display:flex;flex-direction:column;gap:.35rem;max-width:22rem;font-size:.88rem;font-weight:600;color:var(--text-muted, color-mix(in srgb, var(--text) 70%, transparent))}.manufacturers-catalogues-library-picker__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:1px solid color-mix(in srgb,var(--brand) 25%,var(--border));background:var(--bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right .85rem center;color:var(--text);border-radius:.5rem;padding:.55rem 2.25rem .55rem .85rem;font:inherit;font-size:.95rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.manufacturers-catalogues-library-picker__select:hover{border-color:color-mix(in srgb,var(--brand) 45%,var(--border))}.manufacturers-catalogues-library-picker__select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 18%,transparent)}.manufacturers-catalogues-body{padding:1rem 0 4rem;background:linear-gradient(180deg,color-mix(in srgb,var(--brand) 6%,var(--bg-alt)) 0%,var(--bg-alt) 12rem,var(--bg) 100%)}.manufacturers-catalogues-layout{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:1.5rem;align-items:start}.manufacturers-catalogues-build-column{position:sticky;top:1rem;align-self:start;display:flex;flex-direction:column;gap:.65rem;max-height:calc(100vh - 2rem);min-width:0;overflow-y:auto;overscroll-behavior:contain}.manufacturers-catalogues-build-column>.catalogue-sidebar{position:static;top:auto;flex-shrink:0;max-height:none;overflow:visible}.manufacturers-catalogues-build-install{flex-shrink:0;scroll-margin-top:1rem}@media(max-width:1000px){.manufacturers-catalogues-layout{grid-template-columns:1fr}.manufacturers-catalogues-build-column{position:static;max-height:none}.manufacturers-catalogues-build-column>.catalogue-sidebar{flex:none;max-height:none;overflow:visible}}.checkout-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:100vh;background:#fff}.checkout-page__summary{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;background:#f6f3ef;color:#1a1a1a;padding:1.25rem clamp(1.25rem,4vw,3rem) 2.5rem;border-right:1px solid #e8e2da}.checkout-page__summary-head{display:flex;align-items:center;gap:.85rem;width:min(100%,28rem);margin-bottom:2rem}.checkout-page__back{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:999px;background:transparent;color:inherit;font-size:1.15rem;cursor:pointer}.checkout-page__back:hover{background:#0000000f}.checkout-page__logo img{display:block;height:1.75rem;width:auto}.checkout-page__summary-body{width:min(100%,28rem)}.checkout-page__pay-label{margin:0 0 .35rem;font-size:.95rem;color:#5a5a5a}.checkout-page__amount{margin:0 0 1.5rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:600;line-height:1.1;letter-spacing:-.02em}.checkout-page__cancelled{margin:0 0 1rem;padding:.65rem .75rem;border-radius:6px;background:#fdeeee;border:1px solid #e8b4b4;color:#8b2e2e;font-size:.82rem;line-height:1.45}.checkout-page__lines{list-style:none;margin:0 0 1rem;padding:0;border-top:1px solid #e0d8cf}.checkout-page__line{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:.75rem;align-items:start;padding:.85rem 0;border-bottom:1px solid #e0d8cf}.checkout-page__line-thumb{width:48px;height:48px;border-radius:6px;object-fit:cover;background:#fff;border:1px solid #e0d8cf}.checkout-page__line-thumb--empty{display:block}.checkout-page__line-copy{min-width:0}.checkout-page__line-name{display:block;font-size:.9rem;font-weight:600;line-height:1.35}.checkout-page__line-meta{display:block;margin-top:.15rem;font-size:.78rem;color:#6b6b6b}.checkout-page__line-price{font-size:.88rem;font-weight:600;white-space:nowrap}.checkout-page__discount{margin:0 0 .75rem;font-size:.82rem;color:var(--brand-dark)}.checkout-page__totals{margin:0;padding-top:.25rem}.checkout-page__total-row{display:flex;justify-content:space-between;gap:1rem;margin:.35rem 0;font-size:.88rem}.checkout-page__total-row dt,.checkout-page__total-row dd{margin:0}.checkout-page__total-row dd{font-weight:600}.checkout-page__total-row--due{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0d8cf;font-size:.95rem;font-weight:600}.checkout-page__renewal-note{margin:1rem 0 0;font-size:.78rem;color:#6b6b6b}.checkout-page__payment{display:flex;align-items:center;justify-content:center;padding:2rem clamp(1.25rem,4vw,3rem);background:#fff}.checkout-page__card{width:min(100%,420px);border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 18px 48px #0f172a14;overflow:hidden;background:#fff}.checkout-page__card-brand{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid #eef0f2}.checkout-page__brand-mark{font-size:.95rem;font-weight:700;letter-spacing:-.02em;color:var(--brand-dark)}.checkout-page__signed-in{font-size:.75rem;color:#6b7280;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-link-row{border-bottom:1px solid #eef0f2}.checkout-link-row__trigger{display:grid;grid-template-columns:4.5rem minmax(0,1fr) 1rem;gap:.65rem;align-items:start;width:100%;padding:.85rem 1rem;border:none;background:#fff;text-align:left;font:inherit;cursor:pointer}.checkout-link-row__trigger:hover{background:#fafafa}.checkout-link-row__trigger--static{cursor:default}.checkout-link-row__trigger--static:hover{background:#fff}.checkout-link-row__label{font-size:.78rem;color:#6b7280;padding-top:.1rem}.checkout-link-row__value{font-size:.84rem;line-height:1.45;color:#111827;word-break:break-word}.checkout-link-row__value--payment{display:inline-flex;align-items:center;gap:.45rem}.checkout-link-row__chevron{width:.45rem;height:.45rem;margin-top:.35rem;border-right:1.5px solid #9ca3af;border-bottom:1.5px solid #9ca3af;transform:rotate(45deg);transition:transform .15s ease}.checkout-link-row.is-expanded .checkout-link-row__chevron{transform:rotate(-135deg);margin-top:.55rem}.checkout-link-row__panel{padding:0 1rem .85rem;display:flex;flex-direction:column;gap:.55rem}.checkout-page__field{display:flex;flex-direction:column;gap:.2rem;min-width:0}.checkout-page__field span{font-size:.72rem;font-weight:600;color:#6b7280}.checkout-page__field input,.checkout-page__field select{width:100%;padding:.42rem .5rem;border:1px solid #d1d5db;border-radius:6px;font:inherit;font-size:.84rem;box-sizing:border-box}.checkout-page__field-row{display:grid;gap:.55rem}.checkout-page__field-row--half{grid-template-columns:1fr 1fr}.checkout-page__field-row--address{grid-template-columns:minmax(0,1.6fr) minmax(0,.9fr) minmax(0,.8fr)}.checkout-page__paypal-mark{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:4px;background:#003087;color:#fff;font-size:.72rem;font-weight:700}.checkout-page__error{margin:0;padding:.65rem 1rem;font-size:.8rem;line-height:1.45;color:#8b2e2e;background:#fdeeee;border-top:1px solid #f3d0d0}.checkout-page__pay-btn{display:block;width:calc(100% - 2rem);margin:1rem auto .75rem;padding:.85rem 1rem;border:none;border-radius:999px;background:var(--brand);color:#fff;font:inherit;font-size:.95rem;font-weight:700;cursor:pointer}.checkout-page__pay-btn:hover:not(:disabled){background:var(--brand-dark)}.checkout-page__pay-btn:disabled{opacity:.75;cursor:wait}.checkout-page__legal{margin:0;padding:0 1rem;font-size:.72rem;color:#6b7280;text-align:center;line-height:1.45}.checkout-page__legal a{color:var(--brand-dark);text-decoration:underline}.checkout-page__powered{margin:.75rem 0 1rem;font-size:.72rem;color:#9ca3af;text-align:center}@media(max-width:900px){.checkout-page{grid-template-columns:1fr}.checkout-page__summary{align-items:stretch;justify-content:flex-start;border-right:none;border-bottom:1px solid #e8e2da}.checkout-page__summary-head,.checkout-page__summary-body{width:100%}.checkout-page__payment{align-items:flex-start;padding-top:1.5rem;padding-bottom:2.5rem}.checkout-page__field-row--half,.checkout-page__field-row--address{grid-template-columns:1fr}}.checkout-page__billing-period{padding:.85rem 1rem 1rem;border-bottom:1px solid #eef0f2}.checkout-complete-body{padding:3rem 0 4rem}.checkout-complete-card{max-width:640px;padding:1.5rem;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius)}.checkout-complete-message{margin:0 0 1rem;line-height:1.6}.checkout-complete-message--success{padding:.85rem 1rem;background:#eef8f3;border:1px solid #b8e0cc;border-radius:var(--radius)}.checkout-complete-message--error{padding:.85rem 1rem;background:#fdeeee;border:1px solid #e8b4b4;border-radius:var(--radius);color:#8b2e2e}.checkout-complete-summary{margin:0 0 1rem;padding-left:1.2rem}.checkout-complete-total,.checkout-complete-note,.checkout-complete-order-id{margin:0 0 1rem;color:var(--text-muted)}.checkout-complete-actions{display:flex;flex-wrap:wrap;gap:.75rem}.checkout-complete-actions .btn-secondary{background:transparent;color:var(--brand-dark);border:1px solid var(--brand)}.faqs-body{padding:3.5rem 0 4.5rem}.faqs-intro{max-width:42rem;margin-bottom:2.5rem}.faqs-intro .section-eyebrow{margin:0 0 .5rem;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand)}.faqs-intro h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2}.faqs-lead{margin:0;color:var(--text-muted)}.faqs-body .faq-accordion{margin-bottom:3rem}.faqs-cta{padding:2rem;text-align:center;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius)}.faqs-cta p{margin:0 0 1.25rem;font-weight:600}.faqs-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.terms-body{padding:3.5rem 0 4.5rem}.terms-content{max-width:52rem}.terms-intro p,.terms-section p{margin:0 0 1rem;color:var(--text);line-height:1.7}.terms-section{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--border)}.terms-section h2{margin:0 0 1rem;font-size:1.25rem;color:var(--text)}.terms-section ol{margin:0;padding-left:1.25rem}.terms-section li{margin-bottom:.75rem;line-height:1.7;color:var(--text-muted)}.terms-section li::marker{color:var(--brand);font-weight:600}.terms-privacy p{color:var(--text-muted)}.terms-updated{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.95rem;color:var(--text-muted)}.terms-updated a{color:var(--brand);font-weight:600;text-decoration:underline;text-underline-offset:2px}.terms-updated a:hover{color:var(--brand-dark)}.account-catalogue-downloads__lead{margin:0 0 1.25rem;line-height:1.55;color:var(--text-muted)}.account-catalogue-downloads__cclist{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin:0 0 1.25rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}@media(max-width:640px){.account-catalogue-downloads__cclist{flex-direction:column}}.account-catalogue-downloads__list{list-style:none;margin:0 0 1.5rem;padding:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.account-catalogue-downloads__item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;background:#fff;border-bottom:1px solid var(--border)}.account-catalogue-downloads__item:last-child{border-bottom:none}.account-catalogue-downloads__meta{margin:.25rem 0 0;font-size:.85rem;color:var(--text-muted)}.account-catalogue-downloads__files{margin:.35rem 0 0;font-size:.78rem;color:var(--text-muted)}.account-catalogue-downloads__files code{font-size:.76rem;color:var(--brand-dark);background:color-mix(in srgb,var(--brand) 8%,#fff);padding:.1rem .3rem;border-radius:4px}.account-catalogue-downloads__btn{flex-shrink:0;white-space:nowrap}.account-catalogue-downloads__actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.account-catalogue-downloads__guide{margin-top:.5rem}@media(max-width:640px){.account-catalogue-downloads__item{flex-direction:column}.account-catalogue-downloads__actions{width:100%}.account-catalogue-downloads__btn{flex:1;text-align:center}}.account-subscriptions__lead{margin:0 0 1.25rem;line-height:1.55;color:var(--text-muted)}.account-subscriptions__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.account-subscriptions__order{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.account-subscriptions__order-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--brand) 4%,#fff)}.account-subscriptions__order--renewal-inactive .account-subscriptions__order-header{background:color-mix(in srgb,#c45c00 6%,#fff)}.account-subscriptions__order-actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.account-subscriptions__status{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:.15rem .45rem;border-radius:999px}.account-subscriptions__status--active{color:#0d6b4d;background:color-mix(in srgb,#0d6b4d 12%,#fff)}.account-subscriptions__status--inactive{color:#9a5b00;background:color-mix(in srgb,#c45c00 14%,#fff)}.account-subscriptions__status--trial{color:#1a5f8a;background:color-mix(in srgb,#1a5f8a 12%,#fff)}.account-subscriptions__status--expired{color:#8a2a2a;background:color-mix(in srgb,#8a2a2a 12%,#fff)}.account-subscriptions__notice{margin:.5rem 0 0;font-size:.85rem;line-height:1.45;color:var(--text-muted)}.account-subscriptions__products{list-style:none;margin:0;padding:0}.account-subscriptions__product{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--border)}.account-subscriptions__product:last-child{border-bottom:none}.account-subscriptions__meta{margin:.25rem 0 0;font-size:.85rem;color:var(--text-muted)}.account-subscriptions__files{display:flex;flex-wrap:wrap;gap:.35rem;margin:.35rem 0 0;font-size:.78rem;color:var(--text-muted)}.account-subscriptions__files code{font-size:.76rem;color:var(--brand-dark);background:color-mix(in srgb,var(--brand) 8%,#fff);padding:.1rem .3rem;border-radius:4px}.account-subscriptions__actions{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.account-subscriptions__btn,.account-subscriptions__cancel-btn,.account-subscriptions__renew-btn{flex-shrink:0;white-space:nowrap;text-align:center}@media(max-width:640px){.account-subscriptions__order-header,.account-subscriptions__product{flex-direction:column}.account-subscriptions__actions,.account-subscriptions__order-actions{width:100%}.account-subscriptions__btn,.account-subscriptions__cancel-btn,.account-subscriptions__renew-btn{width:100%;text-align:center}}.account-testimonials__lead,.account-testimonials__muted{margin:0 0 1rem;color:var(--text-muted);line-height:1.55}.account-testimonials__error{color:#b42318;margin:0 0 1rem}.account-testimonials__success{color:#027a48;margin:0 0 1rem}.account-testimonials__form{display:grid;gap:1rem;max-width:40rem}.account-testimonials__form label{display:grid;gap:.35rem;font-size:.9rem;font-weight:600}.account-testimonials__form input,.account-testimonials__form select,.account-testimonials__form textarea{font:inherit;font-weight:400;padding:.65rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff}.account-testimonials__optional{font-weight:400;color:var(--text-muted)}.account-testimonials__consent{display:flex!important;align-items:flex-start;gap:.65rem;font-weight:400!important}.account-testimonials__consent input{margin-top:.2rem}.my-account-body{padding:3rem 0 4rem}.account-panel-signin-hint{margin:0 0 1.25rem;font-size:.9rem;color:var(--text-muted)}.account-shell{display:grid;grid-template-columns:220px minmax(0,1fr);gap:2.5rem;align-items:start}.account-guest{grid-column:1 / -1}.account-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.account-nav a,.account-nav-logout{display:block;width:100%;padding:.55rem .75rem;border-radius:var(--radius);color:var(--text);font-weight:500;font-size:.92rem;text-align:left;background:none;border:none;font-family:inherit;cursor:pointer}.account-nav a:hover,.account-nav-logout:hover{background:var(--bg-alt)}.account-nav a.is-active{background:var(--brand);color:#fff}.account-content h2,.account-guest h2{margin:0 0 1rem;font-size:1.35rem}.col2-set{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem}.woocommerce-form .form-row{margin:0 0 1rem}.woocommerce-form label{display:block;margin-bottom:.35rem;font-size:.88rem;font-weight:600}.woocommerce-form .required{color:#c0392b}.woocommerce-form .input-text{width:100%;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius);font-family:inherit;font-size:.95rem}.woocommerce-form .input-text:focus{outline:2px solid rgba(38,165,124,.35);outline-offset:1px}.woocommerce-form .password-field{position:relative;display:block}.woocommerce-form .password-field .input-text{padding-right:4.25rem;box-sizing:border-box}.woocommerce-form .password-field__toggle{position:absolute;top:50%;right:.45rem;transform:translateY(-50%);border:none;background:transparent;color:var(--brand-dark);font:inherit;font-size:.78rem;font-weight:600;padding:.35rem .45rem;cursor:pointer;border-radius:calc(var(--radius) - 2px)}.woocommerce-form .password-field__toggle:hover{background:var(--bg-alt)}.woocommerce-form .password-field__toggle:focus-visible{outline:2px solid rgba(38,165,124,.35);outline-offset:1px}.woocommerce-form .button,.account-panel .button{display:inline-block;padding:.7rem 1.25rem;background:var(--brand);color:#fff;border:none;border-radius:var(--radius);font-weight:600;font-family:inherit;font-size:.9rem;cursor:pointer;text-decoration:none}.woocommerce-form .button:hover,.account-panel .button:hover{background:var(--brand-dark);color:#fff}.woocommerce-form__label-for-checkbox{display:inline-flex;align-items:center;gap:.4rem;font-weight:500;margin-right:1rem}.lost_password{margin:.5rem 0 0;font-size:.88rem}.lost_password a{color:var(--brand-dark);text-decoration:underline}.woocommerce-privacy-policy-text{font-size:.88rem;color:var(--text-muted);line-height:1.5}.woocommerce-error{margin:0 0 1rem;padding:.65rem .85rem;background:#fdf0ef;border:1px solid #f5c6cb;border-radius:var(--radius);color:#c0392b;font-size:.88rem}.woocommerce-info{margin:0 0 1rem;padding:.85rem 1rem;background:var(--bg-alt);border-top:3px solid var(--brand);border-radius:0 0 var(--radius) var(--radius)}.account-dashboard p,.account-panel p{margin:0 0 1rem;line-height:1.6}.account-dashboard a,.account-inline-link{color:var(--brand-dark);text-decoration:underline}.account-inline-link{background:none;border:none;padding:0;font:inherit;cursor:pointer}.account-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:1rem}.account-address-grid h3{margin:0 0 .5rem;font-size:1rem}.account-address-empty{color:var(--text-muted);font-size:.9rem}.account-orders-list{list-style:none;margin:0;padding:0}.account-order-item{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.account-order-meta{margin:.25rem 0 0;font-size:.85rem;color:var(--text-muted)}.account-orders-download-hint{margin:0 0 1rem;padding:.85rem 1rem;border-radius:var(--radius);background:var(--bg-alt);font-size:.92rem;color:var(--text-muted)}.account-order-download{margin:.35rem 0 0;font-size:.88rem}.account-order-download a{color:var(--brand-dark);font-weight:600}.account-details-form fieldset{margin:1.5rem 0;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius)}.account-details-form legend{padding:0 .35rem;font-weight:600}.account-details-form .form-row-first,.account-details-form .form-row-last{display:inline-block;width:calc(50% - .5rem);vertical-align:top}.account-details-form .form-row-first{margin-right:.75rem}.account-lost-password{max-width:520px}@media(max-width:900px){.account-shell{grid-template-columns:1fr}.account-nav ul{flex-direction:row;flex-wrap:wrap;gap:.35rem}.col2-set,.account-address-grid{grid-template-columns:1fr}.account-details-form .form-row-first,.account-details-form .form-row-last{display:block;width:100%;margin-right:0}}.admin-catalogue-requests__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-catalogue-requests__header h2{margin:0 0 .35rem}.admin-catalogue-requests__lead{margin:0;color:var(--text-muted);font-size:.92rem}.admin-catalogue-requests__muted{color:var(--text-muted)}.admin-catalogue-requests__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.admin-catalogue-requests__filter{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.82rem;font-family:inherit;cursor:pointer;color:var(--text)}.admin-catalogue-requests__filter.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.admin-catalogue-requests__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-catalogue-requests__item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.admin-catalogue-requests__summary{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:.75rem 1rem;align-items:center;padding:.85rem 1rem;border:none;background:none;text-align:left;font-family:inherit;cursor:pointer}.admin-catalogue-requests__summary:hover{background:var(--bg-alt)}.admin-catalogue-requests__badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.admin-catalogue-requests__badge.is-new{background:#e8f4ec;color:#1f6b3a}.admin-catalogue-requests__badge.is-in_progress{background:#fff4e5;color:#9a5b00}.admin-catalogue-requests__badge.is-done{background:#e8eef8;color:#1e4a8a}.admin-catalogue-requests__badge.is-closed{background:#eee;color:#555}.admin-catalogue-requests__title{font-weight:600}.admin-catalogue-requests__meta{font-size:.85rem;color:var(--text-muted)}.admin-catalogue-requests__detail{padding:0 1rem 1rem;border-top:1px solid var(--border)}.admin-catalogue-requests__fields{display:grid;gap:.85rem;margin:1rem 0}.admin-catalogue-requests__fields dt{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.2rem}.admin-catalogue-requests__fields dd{margin:0}.admin-catalogue-requests__pre{white-space:pre-wrap}.admin-catalogue-requests__edit{display:grid;gap:.85rem;max-width:36rem}.admin-catalogue-requests__field{display:grid;gap:.35rem;font-size:.88rem;font-weight:600}@media(max-width:768px){.admin-catalogue-requests__summary{grid-template-columns:1fr}.admin-catalogue-requests__header{flex-direction:column}}.admin-testimonials__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-testimonials__header h2{margin:0 0 .35rem}.admin-testimonials__lead,.admin-testimonials__muted,.admin-testimonials__meta{margin:0;color:var(--text-muted);font-size:.92rem}.admin-testimonials__error{color:#b42318;margin:0 0 1rem}.admin-testimonials__create{border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:1.25rem;background:#fff}.admin-testimonials__create h3{margin:0 0 .85rem;font-size:1rem}.admin-testimonials__create-grid,.admin-testimonials__detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:.85rem}.admin-testimonials__create label,.admin-testimonials__detail label{display:grid;gap:.3rem;font-size:.85rem;font-weight:600}.admin-testimonials__create input,.admin-testimonials__create select,.admin-testimonials__create textarea,.admin-testimonials__detail input,.admin-testimonials__detail select,.admin-testimonials__detail textarea{font:inherit;font-weight:400;padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius)}.admin-testimonials__span{grid-column:1 / -1}.admin-testimonials__check{display:flex!important;align-items:center;gap:.5rem;font-weight:400!important}.admin-testimonials__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.admin-testimonials__filter{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.35rem .85rem;font-size:.82rem;font-family:inherit;cursor:pointer}.admin-testimonials__filter.is-active{background:var(--brand);border-color:var(--brand);color:#fff}.admin-testimonials__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.admin-testimonials__item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}.admin-testimonials__summary{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:.75rem 1rem;align-items:center;padding:.85rem 1rem;border:none;background:none;text-align:left;font-family:inherit;cursor:pointer}.admin-testimonials__summary:hover{background:var(--bg-alt)}.admin-testimonials__snippet{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42ch}.admin-testimonials__badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;text-transform:capitalize;background:var(--bg-alt)}.admin-testimonials__badge--pending{background:#fff4e5;color:#b54708}.admin-testimonials__badge--approved{background:#e8f8ef;color:#027a48}.admin-testimonials__badge--rejected{background:#fee4e2;color:#b42318}.admin-testimonials__detail{padding:0 1rem 1rem;border-top:1px solid var(--border)}.admin-testimonials__detail-grid{margin-top:1rem}.admin-testimonials__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.85rem}@media(max-width:720px){.admin-testimonials__create-grid,.admin-testimonials__detail-grid,.admin-testimonials__summary{grid-template-columns:1fr}}.admin-page-body{padding:3rem 0 4rem}.admin-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:2.5rem;align-items:start}.admin-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.15rem}.admin-nav a,.admin-nav-account{display:block;width:100%;padding:.55rem .75rem;border-radius:var(--radius);color:var(--text);font-weight:500;font-size:.92rem;text-align:left;text-decoration:none}.admin-nav a:hover,.admin-nav-account:hover{background:var(--bg-alt)}.admin-nav a.is-active{background:var(--brand);color:#fff}.admin-nav-divider{margin:.75rem .75rem .35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.admin-content h2{margin:0 0 .35rem;font-size:1.35rem}.admin-lead{margin:0 0 1.25rem;color:var(--text-muted);font-size:.95rem;max-width:42rem}.admin-panel{background:var(--bg-alt, #f6f7f8);border-radius:var(--radius);padding:1.25rem 1.35rem}.admin-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.admin-card{display:block;padding:1rem 1.1rem;border-radius:var(--radius);background:#fff;border:1px solid rgba(0,0,0,.08);color:inherit;text-decoration:none}.admin-card:hover{border-color:var(--brand)}.admin-card h3{margin:0 0 .35rem;font-size:1.05rem}.admin-card p{margin:0;font-size:.88rem;color:var(--text-muted)}.admin-form{display:grid;gap:1rem;max-width:40rem}.admin-form label{display:grid;gap:.35rem;font-size:.88rem;font-weight:600}.admin-form input[type=text],.admin-form input[type=file],.admin-form select{font:inherit;padding:.55rem .7rem;border:1px solid rgba(0,0,0,.15);border-radius:var(--radius);background:#fff}.admin-form .hint{font-weight:400;font-size:.8rem;color:var(--text-muted)}.admin-form-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.admin-status{margin:1rem 0 0;padding:.85rem 1rem;border-radius:var(--radius);font-size:.9rem}.admin-status.is-error{background:#fdecea;color:#8a1f11}.admin-status.is-ok{background:#e8f6ee;color:#14532d}.admin-status ul{margin:.5rem 0 0;padding-left:1.1rem}.admin-version-list{margin:1.5rem 0 0;padding:0;list-style:none;display:grid;gap:.5rem}.admin-version-list li{padding:.65rem .85rem;background:#fff;border-radius:var(--radius);border:1px solid rgba(0,0,0,.08);font-size:.88rem}@media(max-width:800px){.admin-shell{grid-template-columns:1fr}}.set-password-page{min-height:calc(100vh - 8rem);display:flex;align-items:center;justify-content:center;padding:2rem 1.25rem 4rem}.set-password-card{width:min(100%,420px);padding:2rem;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 12px 32px #0f172a0f}.set-password-card h1{margin:0 0 .75rem;font-size:1.5rem}.set-password-muted{margin:0 0 1rem;color:var(--text-muted);font-size:.92rem;line-height:1.5}.set-password-form{display:flex;flex-direction:column;gap:.85rem}.set-password-field{display:flex;flex-direction:column;gap:.25rem}.set-password-field span{font-size:.82rem;font-weight:600}.set-password-field input{padding:.55rem .65rem;border:1px solid var(--border);border-radius:var(--radius);font:inherit}.set-password-error{margin:0;color:#8b2e2e;font-size:.88rem}.set-password-submit{width:100%;margin-top:.25rem}:root{--brand: #26a57c;--brand-dark: #1e8a67;--text: #1a1a1a;--text-muted: #5a5a5a;--bg: #ffffff;--bg-alt: #f5f7f6;--border: #e2e8e5;--container: 1320px;--radius: 8px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Montserrat,system-ui,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(100% - 2.5rem,var(--container));margin-inline:auto}.btn{display:inline-block;padding:.75rem 1.5rem;background:var(--brand);color:#fff;border:2px solid transparent;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.btn:hover{background:var(--brand-dark)}.btn-outline,.btn-outline-dark{background:#fff;color:var(--text);border-color:var(--text)}.btn-outline:hover,.btn-outline-dark:hover{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.page-content h1,.page-content h2,.page-content h3{line-height:1.2}.page-content img{border-radius:var(--radius)}.page-content p{margin-bottom:1rem}.loading,.error{padding:4rem 0;text-align:center;color:var(--text-muted)}.error{color:#c0392b}
