@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Sora:wght@600;700;800&display=swap";:root{--black: #121317;--red: #ef3b2d;--white: #ffffff;--gray: #f4f6fb;--muted: #556274;--ink-soft: #273345;--line: #dde5f0;--midnight: #090b12;--aurora: #4c79ff;--mint: #00c29a;--radius: 16px;--container: 1120px}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:Space Grotesk,Trebuchet MS,sans-serif;color:var(--black);background:radial-gradient(circle at top,#f1f6ff 0,#fff 48%);line-height:1.5}a{color:inherit}.container{width:min(var(--container),calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:20;background:#fffffff2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-inner{display:grid;align-items:center;gap:10px;padding:10px 0 8px}.header-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{text-decoration:none;display:flex;flex-direction:column;gap:2px;min-width:0}.brand-main-wrap{display:inline-flex;align-items:center}.brand-logo{width:clamp(130px,24vw,220px);max-height:46px;height:auto;object-fit:contain}.header-cart-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;border:1px solid var(--line);border-radius:16px;background:#fff;color:#0f2039;cursor:pointer;flex-shrink:0;box-shadow:0 10px 24px #111f3814}.header-cart-button:hover{border-color:#c8d5e7}.header-cart-button:focus-visible{outline:2px solid #8bb6ff;outline-offset:2px}.header-cart-icon{width:22px;height:22px;background:currentColor;mask-image:var(--cart-icon-url);mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-image:var(--cart-icon-url);-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.header-cart-label{display:none}.header-cart-count{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--red);color:#fff;font-size:.72rem;font-weight:800;line-height:22px;text-align:center;box-shadow:0 8px 18px #ef3b2d47}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand-main{font-size:1.9rem;font-family:Sora,Space Grotesk,sans-serif;font-weight:800;letter-spacing:.02em}.brand-sub{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.main-nav{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.nav-link{text-decoration:none;display:flex;align-items:center;justify-content:center;min-height:40px;padding:7px 6px;border-radius:14px;font-weight:600;font-size:.83rem;line-height:1.15;text-align:center;word-break:break-word;text-wrap:balance;background:#fff;border:1px solid transparent}.nav-link-active{background:var(--black);color:var(--white);border-color:var(--black)}.hero{background:linear-gradient(135deg,#080b14,#090d1e 50%,#17162a);color:var(--white);padding:56px 0;position:relative;overflow:hidden}.hero-magical{min-height:66vh;display:flex;align-items:center}.hero-glow{position:absolute;border-radius:999px;filter:blur(20px);pointer-events:none}.hero-glow-one{width:300px;height:300px;background:#ef3b2d3d;top:-80px;right:10%}.hero-glow-two{width:380px;height:380px;background:#4c79ff40;bottom:-220px;left:-80px}.hero-inner{max-width:760px;position:relative;z-index:2}.eyebrow{margin:0 0 8px;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:#cbcbcb}.page-eyebrow{color:var(--red)}h1,h2,h3,p{margin-top:0}h1{font-family:Sora,Space Grotesk,sans-serif;font-size:clamp(2rem,8vw,2.7rem);line-height:1.05;margin-bottom:14px}h2{font-family:Sora,Space Grotesk,sans-serif;font-size:clamp(1.5rem,5vw,2rem);line-height:1.1;margin-bottom:14px}h3{font-size:1.1rem;margin-bottom:8px}.hero-copy,.section-copy{font-size:1rem;max-width:70ch;color:#d9e5ff}.section-copy{color:#2c3746}.hero-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.hero-contact-strip{display:flex;flex-direction:column;gap:6px;margin-top:18px;color:#d7e0f4;font-size:.92rem}.section{padding:56px 0}.section.alt{background:linear-gradient(180deg,#f7fbff,#f2f7ff)}.trust-row{display:grid;gap:12px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:18px}.stat-value{margin:0 0 6px;font-size:1.5rem;font-weight:800;color:var(--black)}.stat-label{margin:0;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.77rem}.services-grid,.product-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.action-grid{display:grid;gap:14px}.catalog-nav{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 18px}.catalog-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink-soft);font-weight:700;text-decoration:none}.catalog-link-active{background:var(--black);border-color:var(--black);color:var(--white)}.catalog-meta{margin:0 0 16px;color:var(--muted);font-size:.95rem;font-weight:700}.catalog-toolbar{display:grid;gap:18px;margin-bottom:18px}.catalog-simple-header{margin-bottom:18px}.catalog-simple-header h1{margin:0}.catalog-simple-filters{display:grid;gap:14px;margin-bottom:18px}.catalog-simple-filter-grid{display:grid;gap:12px}.catalog-simple-filter{display:grid;gap:8px;color:#173154;font-size:.95rem;font-weight:700}.catalog-simple-filter select{margin:0}.catalog-simple-filter-disabled{color:#7b8798}.catalog-simple-filter-actions{display:flex;justify-content:flex-start}.catalog-insight-grid{display:grid;gap:10px}.catalog-insight-card{display:grid;gap:6px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.catalog-insight-card-neutral{background:#fbfdff}.catalog-insight-card-good{background:#f4fbf8}.catalog-insight-card-warn{background:#fff8ef}.catalog-insight-label,.catalog-insight-value{margin:0}.catalog-insight-label{color:#5e718c;font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.catalog-insight-value{color:#0f1727;font-size:1.6rem;font-weight:900}.catalog-insight-grid-compact .catalog-insight-card{padding:12px 14px}.catalog-insight-grid-compact .catalog-insight-value{font-size:1.35rem}.catalog-source-grid{display:grid;gap:10px}.catalog-source-helper{margin:0;color:#556274;font-size:.88rem;line-height:1.45}.catalog-results-panel,.catalog-suggested-panel{display:grid;gap:10px}.catalog-results-head{display:grid;gap:4px}.catalog-results-head h4,.catalog-results-head .muted{margin:0}.catalog-facet-preview-grid{display:grid;gap:10px}.catalog-facet-preview-card{display:grid;gap:12px;padding:14px 16px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.catalog-facet-preview-head{display:grid;gap:4px}.catalog-facet-preview-head h4,.catalog-facet-preview-head .muted{margin:0}.catalog-facet-preview-chips{display:flex;flex-wrap:wrap;gap:8px}.catalog-facet-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid #d7e0ef;border-radius:999px;background:#fff;color:#173154;font-family:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.catalog-facet-chip-active{background:#eff5ff;border-color:#a7c1eb;color:#10315d}.catalog-facet-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;padding:0 8px;border-radius:999px;background:#f1f6ff;color:#48617e;font-size:.78rem;font-weight:800}.catalog-facet-chip-active .catalog-facet-chip-count{background:#dfeafc;color:#10315d}.catalog-toolbar-head{display:grid;gap:12px}.catalog-toolbar-head h3{margin:0 0 6px}.catalog-toolbar-head .muted{margin:0}.catalog-toolbar-actions{display:grid;gap:10px}.catalog-active-filters,.catalog-price-presets,.catalog-quick-filters{display:flex;flex-wrap:wrap;gap:8px}.catalog-scenario-grid{display:grid;gap:10px}.catalog-scenario-card{display:grid;gap:6px;width:100%;padding:14px 16px;border:1px solid #d9e4f2;border-radius:16px;background:#fff;color:inherit;text-align:left;font:inherit;cursor:pointer}.catalog-scenario-card-active{border-color:#9fb8e8;background:#eff5ff;box-shadow:inset 0 0 0 1px #10315d14}.catalog-scenario-card:disabled{opacity:.48;cursor:not-allowed}.catalog-scenario-label{color:#10233f;font-size:.96rem;font-weight:800}.catalog-scenario-description{color:#556274;font-size:.88rem;line-height:1.45}.catalog-scenario-count{color:#0c6b57;font-size:.84rem;font-weight:800}.inventory-cart-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#090e1970;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.inventory-cart-drawer{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto 1fr;gap:12px;width:min(430px,calc(100vw - 18px));height:100%;padding:18px 16px 104px;background:linear-gradient(180deg,#fbfdff,#f1f6ff);box-shadow:-24px 0 50px #090e192e;overflow-y:auto}.inventory-cart-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.inventory-cart-drawer-eyebrow{margin:0;color:var(--red);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inventory-cart-drawer-close,.inventory-cart-clear,.inventory-cart-item-remove{border:0;background:transparent;font:inherit;cursor:pointer}.inventory-cart-drawer-close{width:40px;height:40px;border-radius:12px;background:#fff;color:#112240;font-size:1.7rem;line-height:1;box-shadow:0 10px 24px #111f3814}.inventory-cart-panel{display:grid;gap:14px;min-height:100%}.inventory-cart-panel-head{display:flex;align-items:start;justify-content:space-between;gap:12px}.inventory-cart-panel-head h3,.inventory-cart-panel-head .muted{margin:0}.inventory-cart-clear{color:var(--red);font-size:.9rem;font-weight:800}.inventory-cart-list{display:grid;gap:12px}.inventory-cart-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 14px 12px;border:1px solid #dfe7f3;border-radius:20px;background:#fff;box-shadow:0 12px 28px #16233a0f}.inventory-cart-item-link{display:grid;grid-template-columns:82px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.inventory-cart-item-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1;width:82px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#f7f9fd,#eef3fb);border:1px solid #e0e8f3}.inventory-cart-item-image img{width:100%;height:100%;object-fit:cover}.inventory-cart-item-image-empty span{color:#7f8da3;font-size:.74rem;font-weight:700;text-align:center}.inventory-cart-item-copy{display:grid;gap:6px;min-width:0;justify-items:center;text-align:center}.inventory-cart-item-name,.inventory-cart-item-meta,.inventory-cart-item-price{margin:0}.inventory-cart-item-name{font-size:.97rem;font-weight:800;line-height:1.28;color:#112240}.inventory-cart-item-meta{color:#617087;font-size:.82rem;font-weight:700;letter-spacing:.02em}.inventory-cart-item-price-wrap{display:flex;align-items:center;justify-content:end;min-width:78px;padding-right:22px}.inventory-cart-item-price{font-size:1rem;font-weight:900;color:#112240}.inventory-cart-item-remove{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:999px;color:#7b8798;font-size:1.15rem;line-height:1}.inventory-cart-item-quantity{grid-column:1 / -1;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding-top:4px}.inventory-cart-qty-btn{width:34px;height:34px;border:1px solid #d7e0ee;border-radius:999px;background:#f8fbff;color:#10233f;font:inherit;font-size:1.1rem;font-weight:800;cursor:pointer}.inventory-cart-qty-btn:disabled{opacity:.45;cursor:default}.inventory-cart-qty-value{min-width:20px;font-size:.98rem;font-weight:800;text-align:center}.inventory-cart-footer{display:grid;gap:12px;margin-top:auto;padding:14px;border:1px solid #dfe7f3;border-radius:20px;background:#fff;box-shadow:0 14px 28px #16233a0f}.inventory-cart-subtotal{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#10233f;font-size:.98rem}.inventory-cart-subtotal strong{font-size:1.2rem}.inventory-cart-actions,.inventory-cart-empty{display:grid;gap:10px}.inventory-cart-empty h4,.inventory-cart-empty .muted{margin:0}.checkout-page-steps{display:grid;gap:10px;margin:24px 0}.checkout-page-step-pill{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 14px;border:1px solid #d7e0ee;border-radius:999px;background:#fff;color:#4d5d73;font-size:.92rem;font-weight:700}.checkout-page-step-pill-active{border-color:#10233f;background:#10233f;color:#fff}.checkout-page-step-pill-complete{border-color:#cce8dd;background:#f1fbf7;color:#0d6d55}.checkout-page-step-pill-number{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#10233f14}.checkout-page-step-pill-active .checkout-page-step-pill-number{background:#ffffff2e}.checkout-page-step-pill-complete .checkout-page-step-pill-number{background:#0d6d551f}.checkout-page-layout{display:grid;gap:18px}.checkout-page-main,.checkout-page-sidebar,.checkout-page-card{display:grid;gap:16px}.checkout-page-card h2,.checkout-page-card h3,.checkout-page-card p{margin-top:0}.checkout-page-card-head{display:grid;gap:8px}.checkout-page-item-list{display:grid;gap:12px}.checkout-page-item{display:grid;grid-template-columns:74px minmax(0,1fr);gap:12px;padding:14px;border:1px solid #dce5f1;border-radius:18px;background:#fff}.checkout-page-item-image{display:flex;align-items:center;justify-content:center;width:74px;aspect-ratio:1;overflow:hidden;border-radius:16px;border:1px solid #e0e8f3;background:linear-gradient(180deg,#f7f9fd,#eef3fb)}.checkout-page-item-image img{width:100%;height:100%;object-fit:cover}.checkout-page-item-image-empty span{color:#7f8da3;font-size:.72rem;font-weight:700;text-align:center}.checkout-page-item-copy{min-width:0}.checkout-page-item-name,.checkout-page-item-meta,.checkout-page-item-price{margin:0}.checkout-page-item-name{color:#112240;font-size:.98rem;font-weight:800}.checkout-page-item-meta{margin-top:6px;color:#617087;font-size:.86rem}.checkout-page-item-price{grid-column:2;color:#112240;font-size:.98rem;font-weight:900}.checkout-page-form-grid{gap:14px}.checkout-page-choice-grid{display:grid;gap:12px}.checkout-page-choice-card{display:grid;gap:6px;padding:16px;border:1px solid #d7e0ee;border-radius:18px;background:#fff;color:#112240;text-align:left;font:inherit;cursor:pointer}.checkout-page-choice-card-active{border-color:#10233f;background:#edf4ff;box-shadow:inset 0 0 0 1px #10233f14}.checkout-page-choice-card-disabled,.checkout-page-choice-card:disabled{cursor:not-allowed;opacity:.62;background:#f5f7fb;color:#617087}.checkout-page-choice-card-disabled .checkout-page-choice-description,.checkout-page-choice-card:disabled .checkout-page-choice-description{color:#7b889c}.checkout-page-choice-title{font-size:.96rem;font-weight:800}.checkout-page-choice-description{color:#5d6d82;font-size:.88rem;line-height:1.45}.checkout-page-shipping-stack,.checkout-page-review-addresses{display:grid;gap:16px}.checkout-page-inline-card{display:grid;gap:10px}.checkout-page-checkbox{display:inline-flex;align-items:center;gap:10px;color:#112240;font-size:.92rem;font-weight:700}.checkout-page-address{display:grid;gap:14px}.checkout-page-review-grid{display:grid;gap:10px}.checkout-page-review-grid p,.checkout-page-review-addresses p{margin:0}.checkout-page-actions,.checkout-page-support-actions{display:grid;gap:10px}.checkout-page-support{display:grid;gap:12px}.checkout-page-order-card{display:grid;gap:12px;position:sticky;top:112px}.checkout-page-total-row{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#173154;font-size:.95rem}.checkout-page-total-row-grand{padding-top:12px;border-top:1px solid #dce5f1;font-size:1.04rem}.checkout-page-tax-note{margin:0;font-size:.84rem;line-height:1.5}.catalog-bundle-card{display:grid;gap:12px;padding:16px;border:1px solid #ffd8d3;border-radius:16px;background:#fff7f6}.catalog-bundle-head{display:grid;gap:8px}.catalog-bundle-head h4,.catalog-bundle-head .muted,.catalog-bundle-total{margin:0}.catalog-bundle-total{color:#941f12;font-size:1.35rem;font-weight:900}.catalog-bundle-items{display:grid;gap:10px}.catalog-bundle-item{display:grid;gap:10px;padding:12px 14px;border:1px solid #f2d6d6;border-radius:14px;background:#fff}.catalog-bundle-item-name,.catalog-bundle-item-meta{margin:0}.catalog-bundle-item-name{color:#10233f;font-weight:800}.catalog-bundle-item-meta{color:#556274;font-size:.88rem}.catalog-bundle-remove{padding:0;border:0;background:transparent;color:var(--red);font:inherit;font-size:.88rem;font-weight:800;text-align:left;cursor:pointer}.catalog-bundle-actions,.catalog-shop-by-grid{display:grid;gap:10px}.catalog-shop-by-stack{display:grid;gap:12px}.catalog-shop-by-tabs{display:flex;flex-wrap:wrap;gap:10px}.catalog-shop-by-tab{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid #d9e4f2;border-radius:999px;background:#fff;color:#173154;font-family:inherit;font-size:.9rem;font-weight:700;cursor:pointer}.catalog-shop-by-tab-active{background:#173154;border-color:#173154;color:#fff}.catalog-shop-by-field{display:block;color:#173154;font-size:.95rem;font-weight:700}.catalog-shop-by-field select{margin-bottom:0}.catalog-storefront-summary{display:grid;gap:10px}.catalog-storefront-stat{margin:0;padding:12px 14px;border:1px solid #d9e4f2;border-radius:14px;background:#f8fbff;color:#173154;font-size:.92rem;font-weight:700}.catalog-storefront-stat strong{color:#0f1727;font-size:1rem}.catalog-filter-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid #cfdbee;border-radius:999px;background:#fff;color:#173154;font-family:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.catalog-preset-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #cfdbee;border-radius:999px;background:#f7fbff;color:#173154;font-family:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.catalog-preset-chip-active{background:var(--black);border-color:var(--black);color:var(--white)}.catalog-quick-chip{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 12px;border:1px solid #d9e4f2;border-radius:999px;background:#fff;color:#173154;font-family:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.catalog-quick-chip-active{background:#eff5ff;border-color:#a7c1eb;color:#10315d}.catalog-quick-chip:disabled{opacity:.48;cursor:not-allowed}.catalog-quick-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;padding:0 8px;border-radius:999px;background:#f1f6ff;color:#48617e;font-size:.78rem;font-weight:800}.catalog-quick-chip-active .catalog-quick-chip-count{background:#dfeafc;color:#10315d}.catalog-quick-chip-active:disabled{opacity:1}.catalog-filter-grid{display:none;gap:10px}.catalog-filter-grid-open{display:grid}.catalog-filter-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;display:flex;justify-content:flex-end;background:#090b126b;padding:0}.catalog-filter-drawer{width:min(440px,100%);height:100%;overflow:auto;background:#fff;border-left:1px solid var(--line);padding:18px;display:grid;align-content:start;gap:14px;box-shadow:-12px 0 36px #090b121f}.catalog-filter-drawer-head{display:grid;gap:12px}.catalog-filter-drawer-head h3,.catalog-filter-drawer-head .muted{margin:0}.catalog-filter-drawer-close{width:100%}.catalog-filter-section{display:grid;gap:12px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#fbfdff}.catalog-filter-section-head{display:grid;gap:4px}.catalog-filter-section-toggle{display:flex;align-items:start;justify-content:space-between;gap:12px;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;font:inherit;cursor:pointer}.catalog-filter-section-title,.catalog-filter-section-summary{display:block}.catalog-filter-section-title{font-size:1rem;font-weight:800}.catalog-filter-section-summary{margin-top:2px;color:#5e718c;font-size:.82rem;font-weight:700}.catalog-filter-section-chevron{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;border:1px solid #dbe5f2;border-radius:999px;background:#fff;color:#173154;font-size:1.1rem;font-weight:800;line-height:1}.catalog-filter-section-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.catalog-filter-section-head h4,.catalog-filter-section-head .muted{margin:0}.catalog-filter-section-clear{padding:0;border:0;background:transparent;color:var(--red);font:inherit;font-size:.88rem;font-weight:800;cursor:pointer}.catalog-filter-section-grid{display:grid;gap:10px}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.action-card{display:grid;gap:12px;align-content:start;background:linear-gradient(180deg,#fff,#f8fbff)}.action-card p{margin-bottom:0;color:var(--ink-soft)}.service-card h3{margin:0 0 8px}.service-card p{margin-bottom:8px;color:var(--ink-soft)}.service-time{margin-bottom:0;color:#0a6e59;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:.8rem}.compact-services .service-card{min-height:100%}.cta-block{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius);height:52px;padding:0 18px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(125deg,var(--red),#d72424);color:var(--white);box-shadow:0 10px 24px #dc2f2654}.btn-secondary{background:#fff;color:#0d1b31;border:2px solid #d7e2ef}.hero .btn-secondary{background:#fff;border-color:#fff}input,textarea,select{width:100%;margin-top:6px;margin-bottom:14px;border:1px solid #d7d7d7;border-radius:12px;padding:12px;font-size:1rem;font-family:inherit}.form-grid{display:grid;gap:8px}.full-width{grid-column:1 / -1}.status-ok{margin-top:12px;color:#065f46}.status-error{margin-top:12px;color:#7f1d1d}.status-actions{margin-top:10px}.status-page-actions{display:flex;flex-direction:column;gap:10px;margin:18px 0}.embed-stack{display:grid;gap:18px}.embed-card{padding:20px}.embed-card h2{margin-bottom:10px}.embed-card-head{display:grid;gap:14px;margin-bottom:18px}.embed-actions{display:flex;flex-wrap:wrap;gap:10px}.embed-shell{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;min-height:1120px}.embed-iframe{display:block;width:100%;min-height:inherit;height:100%;border:0}.embed-script-host{width:100%;min-height:inherit}.embed-fallback{border-top:1px solid var(--line);padding-top:16px}.embed-note{margin:0;color:var(--muted)}.status-summary{margin-top:14px;border:1px solid var(--line);border-radius:12px;padding:14px;background:#fbfdff}.status-summary h3{margin-bottom:8px}.status-summary p{margin:0 0 8px}.status-head-grid{display:grid;gap:14px;margin-bottom:14px}.status-id-grid{border:1px solid var(--line);border-radius:10px;padding:10px;background:#f7fbff}.status-task-wrap{overflow-x:auto}.status-task-table{width:100%;border-collapse:collapse;margin-bottom:14px}.status-task-table th,.status-task-table td{border:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.status-task-table th{background:#f1f6ff}.status-totals{border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}.repairdesk-widget-card{padding:10px}.repairdesk-widget-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin:4px 0 10px}.repairdesk-widget-shell{min-height:980px;width:100%;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.repairdesk-widget-iframe{display:block;width:100%;min-height:1100px;border:0;background:#fff}.repairdesk-widget-note{margin:0}.product-card .badge{display:inline-block;margin-bottom:12px;padding:4px 10px;border-radius:999px;background:#f2e8e8;color:#7f1d1d;font-weight:700;font-size:.8rem}.product-card .price{font-size:1.3rem;font-weight:800;margin:0}.product-card{display:grid;gap:8px;align-content:start;height:100%;grid-template-rows:auto minmax(2.8em,auto) auto auto 1fr}.product-card-clickable{cursor:pointer}.product-card-clickable:focus-visible{outline:3px solid rgba(237,37,36,.22);outline-offset:2px}.product-card-title{margin:0;font-size:1rem;line-height:1.4;min-height:2.8em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-image-wrap{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#f8fbff,#edf3ff);aspect-ratio:1 / 1}.product-image-wrap-empty{display:grid;place-items:center;color:#7a8aa1;font-size:.9rem;font-weight:700}.product-image{display:block;width:100%;height:100%;object-fit:cover}.product-spec-list{display:flex;flex-wrap:wrap;gap:8px}.product-spec-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:0;background:#eff5ff;color:#1d355e;font-size:.84rem;font-family:inherit;font-weight:700;text-decoration:none}button.product-spec-chip{cursor:pointer}.product-spec-chip-active{background:#dfeafc;color:#10315d}.product-spec-chip-soft{background:#f6f7fb;color:var(--ink-soft)}.product-description{margin:0;color:var(--ink-soft);font-size:.94rem}.product-card-note{margin:0;color:#506175;font-size:.88rem}.product-status-row{display:flex;flex-wrap:wrap;gap:8px}.product-status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:0;background:#eef7f4;color:#0c6b57;font-size:.8rem;font-family:inherit;font-weight:800;text-decoration:none}button.product-status-pill{cursor:pointer}.product-status-pill-warning{background:#fff4e8;color:#9a4d00}.product-status-pill-danger{background:#fdecec;color:#8a2020}.product-status-pill-active{box-shadow:inset 0 0 0 2px #17315429}.product-summary{margin:0;color:#183153;font-size:.92rem;font-weight:700}.catalog-stock{margin:0;color:#0a6e59;font-size:.88rem;font-weight:700}.product-card .btn{margin-top:auto}.product-card-actions{display:grid;gap:10px;margin-top:auto;align-self:end}.catalog-back-link{display:inline-flex;align-items:center;gap:8px;margin-bottom:18px;padding:0;border:0;background:transparent;color:#173154;font:inherit;font-weight:700;cursor:pointer}.product-detail-layout{display:grid;gap:18px}.product-detail-head{display:grid;gap:8px}.product-detail-price{margin:0;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.product-detail-gallery,.product-detail-info{display:grid;gap:18px}.product-detail-image-stage{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#f8fbff,#edf3ff);aspect-ratio:1 / 1}.product-detail-image{display:block;width:100%;height:100%;object-fit:cover}.product-detail-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:10px}.product-detail-thumbnail{padding:0;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;cursor:pointer}.product-detail-thumbnail img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.product-detail-thumbnail-active{border-color:#173154;box-shadow:inset 0 0 0 2px #17315429}.product-detail-actions{display:grid;gap:10px}.product-detail-section{display:grid;gap:12px}.product-detail-section h2{margin:0;font-size:1.05rem}.product-detail-description{margin:0;color:#314258;line-height:1.6;white-space:pre-wrap}.product-detail-spec-grid{display:grid;gap:10px}.product-detail-spec-card{padding:14px;border:1px solid var(--line);border-radius:16px;background:#f9fbff}.product-detail-spec-label{margin:0 0 6px;color:#5b6c83;font-size:.76rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.product-detail-spec-value{margin:0;color:#132741;font-weight:700}.checkout-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;align-items:end;background:#090b1285;padding:14px}.checkout-sheet{width:min(720px,100%);margin:0 auto;display:grid;gap:18px;border-radius:24px 24px 18px 18px;max-height:min(90vh,920px);overflow:auto}.checkout-sheet-head{display:grid;gap:12px}.checkout-sheet-head h2{margin-bottom:0}.checkout-sheet-intro{margin:8px 0 0}.checkout-sheet-close{width:100%}.checkout-sheet-summary{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fbfdff}.checkout-sheet-image-wrap{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#f8fbff,#edf3ff);aspect-ratio:4 / 3}.checkout-sheet-image{display:block;width:100%;height:100%;object-fit:cover}.checkout-sheet-summary h3,.checkout-sheet-summary .price,.checkout-sheet-summary .muted,.checkout-sheet-note,.checkout-sheet-totals p{margin:0}.checkout-sheet-note{color:var(--ink-soft)}.checkout-sheet-form label{display:block}.checkout-sheet-form textarea{min-height:96px;resize:vertical}.checkout-sheet-quantity{display:grid;gap:8px}.checkout-sheet-quantity-controls{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.checkout-sheet-quantity-button{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;border:1px solid #d9e4f2;border-radius:14px;background:#fff;color:#10233f;font:inherit;font-size:1.4rem;font-weight:800;cursor:pointer}.checkout-sheet-quantity-button:disabled{opacity:.48;cursor:not-allowed}.checkout-sheet-quantity-value-wrap{display:grid;gap:4px;padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#fbfdff;text-align:center}.checkout-sheet-quantity-value,.checkout-sheet-quantity-note,.checkout-sheet-quantity-subnote{margin:0}.checkout-sheet-quantity-value{color:#10233f;font-size:1.2rem;font-weight:900}.checkout-sheet-quantity-note,.checkout-sheet-quantity-subnote{color:#556274;font-size:.84rem}.checkout-sheet-bundle-list{display:grid;gap:10px}.checkout-sheet-bundle-item{display:grid;gap:4px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.checkout-sheet-bundle-name,.checkout-sheet-bundle-meta{margin:0}.checkout-sheet-bundle-name{color:#10233f;font-weight:800}.checkout-sheet-bundle-meta{color:#556274;font-size:.88rem}.checkout-sheet-choice-group{display:grid;gap:8px}.checkout-sheet-choice-label{margin:0;color:#173154;font-size:.94rem;font-weight:800}.checkout-sheet-choice-grid{display:grid;gap:10px}.checkout-sheet-choice-card{display:grid;gap:6px;width:100%;padding:14px;border:1px solid #d9e4f2;border-radius:14px;background:#fff;color:inherit;text-align:left;font:inherit;cursor:pointer}.checkout-sheet-choice-card-active{border-color:#9fb8e8;background:#eff5ff;box-shadow:inset 0 0 0 1px #10315d14}.checkout-sheet-choice-title{color:#10233f;font-size:.96rem;font-weight:800}.checkout-sheet-choice-description{color:#556274;font-size:.88rem;line-height:1.45}.checkout-sheet-note-presets{display:grid;gap:8px}.checkout-sheet-note-presets-title{margin:0;color:#173154;font-size:.88rem;font-weight:800}.checkout-sheet-note-presets-list{display:flex;flex-wrap:wrap;gap:8px}.checkout-sheet-note-chip{display:inline-flex;align-items:center;min-height:36px;padding:0 12px;border:1px solid #d9e4f2;border-radius:999px;background:#fff;color:#173154;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.checkout-sheet-note-chip-active{background:#eff5ff;border-color:#a7c1eb;color:#10315d}.checkout-sheet-totals{display:grid;gap:8px;padding:14px;border-radius:14px;background:#f5f8ff;border:1px solid var(--line)}.checkout-sheet-review{display:grid;gap:10px;padding:14px;border-radius:14px;background:#f8fbff;border:1px solid var(--line)}.checkout-sheet-review-head{display:grid;gap:4px}.checkout-sheet-review-head .muted{margin:0}.checkout-sheet-review-grid{display:grid;gap:8px}.checkout-sheet-review-grid p{margin:0}.checkout-sheet-next-steps{display:grid;gap:10px;padding:14px;border-radius:14px;border:1px solid var(--line);background:#fbfdff}.checkout-sheet-next-steps-title,.checkout-sheet-next-steps-list{margin:0}.checkout-sheet-next-steps-title{font-weight:800;color:#173154}.checkout-sheet-next-steps-list{padding-left:20px;color:var(--ink-soft)}.checkout-sheet-next-steps-list li+li{margin-top:8px}.checkout-sheet-manual-banner{display:grid;gap:6px;padding:14px;border-radius:14px;border:1px solid #f2d6d6;background:#fff7f7}.checkout-sheet-manual-banner-title,.checkout-sheet-manual-banner .muted{margin:0}.checkout-sheet-manual-banner-title{color:#8a2020;font-weight:800}.checkout-sheet-save-note{margin:-4px 0 0;font-size:.9rem}.checkout-sheet-actions{display:grid;gap:10px}.checkout-sheet-actions .btn[aria-disabled=true]{pointer-events:none;opacity:.6}.checkout-sheet-manual,.checkout-sheet-manual-actions{display:grid;gap:10px}.checkout-sheet-manual .muted,.checkout-sheet-copy-status,.checkout-sheet-error{margin:0}.checkout-sheet-fallback{display:grid;gap:10px;padding:14px;border:1px solid #ffd8d3;border-radius:14px;background:#fff7f6}.checkout-sheet-fallback-title,.checkout-sheet-fallback .muted{margin:0}.checkout-sheet-fallback-title{color:#941f12;font-weight:800}.checkout-sheet-fallback-actions{display:grid;gap:10px}.catalog-empty-state{display:grid;gap:14px;margin-top:18px}.catalog-empty-state h3,.catalog-empty-state .muted{margin:0}.catalog-empty-actions{display:grid;gap:10px}.muted{color:var(--muted)}.hero-mini-proof{margin:14px 0 0;color:#c4d7ff;font-size:.9rem}.document-meta{margin:0 0 18px;color:var(--muted);font-size:.92rem;font-weight:700}.markdown-doc{padding:24px}.markdown-doc>:last-child{margin-bottom:0}.markdown-doc h2,.markdown-doc h3{margin-top:24px}.markdown-doc ul,.markdown-doc ol{padding-left:22px}.markdown-doc li+li{margin-top:8px}.markdown-doc table{width:100%;border-collapse:collapse;margin:16px 0}.markdown-doc th,.markdown-doc td{border:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.markdown-doc th{background:#f1f6ff}.disclosure-grid{display:grid;gap:16px}.disclosure-card h2{margin-bottom:10px}.disclosure-feature{background:linear-gradient(135deg,#080b14,#12172a);color:var(--white)}.disclosure-feature .eyebrow{color:#ffb7b1}.text-link{display:inline-flex;align-items:center;font-weight:700;color:var(--red);text-decoration:none}.legal-links-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.workflow-grid{display:grid;gap:14px;grid-template-columns:1fr}.workflow-step{border:1px solid var(--line);border-radius:var(--radius);padding:18px;background:#fff}.workflow-index{display:inline-flex;align-items:center;justify-content:center;height:30px;min-width:40px;border-radius:999px;margin-bottom:12px;padding:0 10px;background:#edf4ff;color:#1947c6;font-weight:700}.integrations-panel{background:linear-gradient(135deg,#fff,#f5fbff);border:1px solid #d6e4f5;border-radius:calc(var(--radius) + 6px);padding:24px;display:grid;gap:16px}.contact-panel{background:linear-gradient(140deg,#fff7f5,#fff 50%,#f5fbff)}.integration-pills{display:flex;flex-wrap:wrap;gap:10px}.contact-pills{display:grid;gap:10px}.contact-pills span{border:1px solid #f0d7d3;background:#fffc;padding:10px 12px;border-radius:14px;font-weight:700;color:#223246}.integration-pills span{border:1px solid #c9d9f1;background:#fff;padding:8px 12px;border-radius:999px;font-weight:700}.site-footer{border-top:1px solid var(--line);background:#f7fafc;padding:36px 0 96px}.footer-inner{display:grid;gap:24px}.footer-title{margin-bottom:8px}.footer-company{font-weight:700}.footer-brand{display:inline-flex;align-items:center}.footer-logo{width:clamp(110px,20vw,180px);max-height:42px;height:auto;object-fit:contain}.footer-links{display:grid;gap:8px}.footer-link-groups{display:grid;gap:18px}.footer-link-heading{margin-bottom:4px;color:var(--muted);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.mobile-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fffffff0;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:10px 16px}.narrow{max-width:720px}@media (min-width: 768px){.header-inner{gap:18px;padding:8px 0}.header-top{gap:18px}.main-nav{width:100%}.nav-link{min-height:38px;padding:7px 8px;font-size:.84rem}.header-cart-button{width:auto;min-width:118px;padding:0 16px;gap:10px}.header-cart-label{display:inline;font-size:.92rem;font-weight:800}.header-cart-count{position:static;display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:26px;line-height:26px;box-shadow:none}.hero-actions{flex-direction:row}.hero-contact-strip{flex-direction:row;flex-wrap:wrap;gap:18px}.trust-row{grid-template-columns:repeat(4,1fr)}.action-grid,.services-grid,.workflow-grid{grid-template-columns:repeat(3,1fr)}.status-head-grid{grid-template-columns:1.4fr 1fr}.status-page-actions{flex-direction:row;flex-wrap:wrap}.embed-card-head{grid-template-columns:1.8fr auto;align-items:start}.repairdesk-widget-shell{min-height:1120px}.repairdesk-widget-iframe{min-height:1200px}.catalog-toolbar-head{grid-template-columns:1fr auto;align-items:center}.catalog-insight-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.catalog-source-grid,.catalog-facet-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-bundle-head{grid-template-columns:1fr auto;align-items:start}.catalog-bundle-item{grid-template-columns:1fr auto;align-items:center}.catalog-bundle-actions,.inventory-cart-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-page-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.checkout-page-layout{grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr);align-items:start}.checkout-page-item{grid-template-columns:74px minmax(0,1fr) auto;align-items:center}.checkout-page-item-price{grid-column:auto}.checkout-page-choice-grid,.checkout-page-review-grid,.checkout-page-review-addresses{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-page-actions,.checkout-page-support-actions{grid-template-columns:repeat(2,minmax(0,max-content));justify-content:start}.catalog-toolbar-actions{grid-template-columns:repeat(2,auto);justify-content:end}.catalog-shop-by-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-storefront-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-toolbar-head .btn,.catalog-toolbar-actions .btn{width:auto}.catalog-filter-drawer-head{grid-template-columns:1fr auto;align-items:start}.inventory-cart-drawer{padding:22px 18px 28px}.catalog-filter-drawer-close{width:auto}.catalog-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-filter-grid,.catalog-filter-grid-open{display:grid}.catalog-simple-filter-grid,.catalog-filter-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-sheet{align-self:center;border-radius:24px}.checkout-sheet-head{grid-template-columns:1fr auto;align-items:start}.checkout-sheet-close{width:auto}.checkout-sheet-actions,.checkout-sheet-review-grid,.checkout-sheet-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checkout-sheet-manual{grid-template-columns:1fr auto;align-items:center}.checkout-sheet-fallback-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-empty-actions{grid-template-columns:repeat(2,auto);justify-content:start}.form-grid{grid-template-columns:repeat(2,1fr);gap:12px}.disclosure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-inner{grid-template-columns:2fr 1fr}.footer-link-groups{grid-template-columns:1fr 1fr}.integrations-panel{grid-template-columns:2fr 1fr;align-items:center}.mobile-sticky-cta{display:none}.site-footer{padding-bottom:36px}}@media (min-width: 1100px){.product-detail-layout{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:start}.product-detail-head{grid-column:1 / -1}.catalog-shop-by-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-simple-filter-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.catalog-filter-grid,.catalog-filter-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
