:root{color-scheme:light;font-family:Avenir Next,PingFang TC,Noto Sans TC,Microsoft JhengHei,sans-serif;color:#111827;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--qpin-blue: #2563eb;--qpin-blue-dark: #1e40af;--qpin-blue-soft: #eff6ff;--ink: #111827;--muted: #5d687a;--line: #dce2ea;--soft-line: #ebeff4;--surface: #ffffff;--surface-soft: #f7f9fc;--success: #15803d;--success-soft: #f0fdf4;--warning: #a16207;--warning-soft: #fffbeb;--danger: #b42318;--danger-soft: #fff1f1;--shadow-soft: 0 8px 24px rgba(15, 23, 42, .06);--shadow-control: 0 8px 20px rgba(15, 46, 105, .1);--shadow-product: 0 24px 70px rgba(25, 61, 120, .13), 0 4px 14px rgba(15, 23, 42, .05);--radius-control: 7px;--radius-media: 18px;--motion-fast: .16s;--motion-base: .26s;--ease-out: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;min-width:320px;min-height:100vh;background:#fff;color:var(--ink)}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:3px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:0}.page-shell{width:min(1180px,calc(100% - 48px));margin-inline:auto}.page-main{min-height:65vh}.eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:12px;color:var(--qpin-blue-dark);font-size:13px;font-weight:750;line-height:1.4}.primary-button,.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;border-radius:var(--radius-control);border:1px solid transparent;padding:12px 20px;font-weight:750;line-height:1.25;cursor:pointer;transition:background-color var(--motion-fast) ease,border-color var(--motion-fast) ease,color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.primary-button{background:var(--qpin-blue);color:#fff;box-shadow:0 5px 14px #2563eb2e}.primary-button:hover{background:var(--qpin-blue-dark);box-shadow:0 9px 20px #1e40af38;transform:translateY(-1px)}.primary-button:active,.secondary-button:active{transform:translateY(0)}.primary-button:disabled{background:#9db5e9;box-shadow:none;cursor:wait}.secondary-button{background:#fff;border-color:#b8c3d1;color:#1f2937}.secondary-button:hover{border-color:var(--qpin-blue);color:var(--qpin-blue-dark);background:var(--qpin-blue-soft);box-shadow:0 7px 18px #2563eb17;transform:translateY(-1px)}.text-button{min-height:44px;background:transparent;color:var(--qpin-blue-dark);padding-inline:8px}.primary-button--wide,.secondary-button--wide{width:100%}.line-brand-icon{width:22px;height:22px;flex:0 0 22px;object-fit:contain}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--line);border-radius:var(--radius-control);background:#fff;cursor:pointer;transition:border-color var(--motion-fast) ease,color var(--motion-fast) ease,background-color var(--motion-fast) ease}.site-notice{display:flex;align-items:center;justify-content:center;gap:10px;min-height:32px;padding:6px 16px;background:#0f2f69;color:#fff;font-size:12px;font-weight:650}.site-header{position:sticky;z-index:40;top:0;background:#ffffffe0;border-bottom:1px solid var(--soft-line);backdrop-filter:blur(18px) saturate(150%);transition:background-color var(--motion-base) ease,box-shadow var(--motion-base) ease;-webkit-backdrop-filter:blur(18px) saturate(150%)}.site-header--scrolled{background:#fffffff0;box-shadow:0 10px 30px #0f172a12}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:22px;transition:height var(--motion-base) var(--ease-out)}.site-header--scrolled .site-header__inner{height:64px}.brand{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.brand img{width:42px;height:40px;object-fit:cover;border-radius:8px;transition:width var(--motion-base) var(--ease-out),height var(--motion-base) var(--ease-out)}.site-header--scrolled .brand img{width:38px;height:36px}.brand>span{display:flex;flex-direction:column;gap:2px;min-width:0}.brand strong{color:#0f172a;font-size:20px;line-height:1}.brand small{color:var(--muted);font-size:11px;font-weight:650;white-space:nowrap}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto}.desktop-nav a{position:relative;color:#374151;font-size:14px;font-weight:650;line-height:44px;white-space:nowrap}.desktop-nav a:after{position:absolute;right:0;bottom:3px;left:0;height:2px;background:var(--qpin-blue);content:"";transform:scaleX(0);transform-origin:left;transition:transform var(--motion-fast) var(--ease-out)}.desktop-nav a:hover:after{transform:scaleX(1)}.desktop-nav a:focus-visible:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:8px}.cart-button{position:relative;display:inline-flex;align-items:center;gap:8px;min-height:44px;border:1px solid var(--line);border-radius:var(--radius-control);background:#fff;padding:8px 11px;color:#1f2937;font-size:14px;font-weight:700;cursor:pointer;transition:border-color var(--motion-fast) ease,background-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.cart-button:hover,.icon-button:hover{border-color:#93b4ed;background:var(--qpin-blue-soft);color:var(--qpin-blue-dark);box-shadow:var(--shadow-control)}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:21px;height:21px;border-radius:50%;background:var(--qpin-blue);color:#fff;font-size:11px}.mobile-menu-button,.mobile-nav{display:none}.product-section{position:relative;isolation:isolate;overflow:hidden;padding:52px 0 56px;background:radial-gradient(circle at 17% 8%,rgba(37,99,235,.1),transparent 31%),radial-gradient(circle at 88% 88%,rgba(96,165,250,.08),transparent 28%),linear-gradient(180deg,#f9fbff,#fff 62%)}.product-section:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px);background-size:38px 38px;content:"";mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 72%);pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.85),transparent 72%)}.product-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);gap:58px;align-items:start}.product-gallery{min-width:0}.product-gallery__stage{position:relative;overflow:hidden;aspect-ratio:1 / 1;border:1px solid rgba(168,190,225,.52);border-radius:var(--radius-media);background:linear-gradient(145deg,#fff,#f4f8ff);box-shadow:var(--shadow-product)}.product-gallery__image{width:100%;height:100%;object-fit:cover;animation:product-image-in .34s var(--ease-out) both}.product-gallery__badge{position:absolute;z-index:1;top:16px;left:16px;border:1px solid #bfdbfe;border-radius:999px;background:#f7faffe6;padding:7px 11px;box-shadow:0 7px 20px #1e40af14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--qpin-blue-dark);font-size:12px;font-weight:750}.image-caption{position:absolute;right:12px;bottom:12px;left:12px;border:1px solid rgba(220,226,234,.9);border-radius:var(--radius-control);background:#ffffffdb;padding:8px 10px;color:#64748b;font-size:11px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.product-thumbnails button{overflow:hidden;min-width:0;min-height:94px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:5px;cursor:pointer;transition:border-color var(--motion-fast) ease,box-shadow var(--motion-fast) ease,transform var(--motion-fast) var(--ease-out)}.product-thumbnails button:hover{border-color:#a8bde0;box-shadow:0 8px 18px #0f2e6914;transform:translateY(-2px)}.product-thumbnails button.active{border:2px solid var(--qpin-blue);padding:4px;box-shadow:0 9px 22px #2563eb24}.product-thumbnails img{display:block;width:100%;height:64px;border-radius:3px;background:#f8fafc;object-fit:contain;object-position:center}.product-thumbnails span{display:block;overflow:hidden;margin-top:5px;color:#5d687a;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.product-purchase{padding-top:14px}.purchase-kicker{display:flex;align-items:center;gap:9px;margin-bottom:15px}.purchase-kicker span{border:1px solid #bfdbfe;border-radius:999px;background:var(--qpin-blue-soft);padding:6px 9px;color:var(--qpin-blue-dark);font-size:12px;font-weight:750}.purchase-kicker span:last-child{border-color:var(--line);background:#fff;color:#4b5563}.product-purchase h1{max-width:520px;margin-bottom:14px;color:#0f172a;font-size:clamp(40px,3.4vw,48px);letter-spacing:-.035em;line-height:1.1}.product-lead{max-width:550px;margin-bottom:24px;color:#4b5563;font-size:17px;line-height:1.72}.price-block{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:4px 14px;border-block:1px solid var(--soft-line);padding:18px 0}.price-label{grid-column:1 / -1;color:#5d687a;font-size:13px;font-weight:650}.price-block strong{color:#0f3f94;font-size:40px;font-variant-numeric:tabular-nums;letter-spacing:-.025em;line-height:1}.price-promotion{display:flex;align-self:center;align-items:center;gap:9px;color:var(--success);font-size:12px;font-weight:750}.price-promotion del{color:#6b7280;font-weight:600}.price-note{grid-column:1 / -1;align-self:center;color:#6b7280;font-size:12px}.purchase-points{display:grid;gap:10px;margin:22px 0;padding:0;list-style:none}.purchase-points li{display:flex;align-items:center;gap:9px;color:#253047;font-size:14px;font-weight:650}.purchase-points svg{flex:0 0 auto;color:var(--success)}.buy-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-top:1px solid var(--soft-line);padding-top:19px}.buy-controls label{display:block;margin-bottom:7px;color:#374151;font-size:13px;font-weight:700}.quantity-control{display:inline-grid;grid-template-columns:44px 54px 44px;height:44px;overflow:hidden;border:1px solid #b8c3d1;border-radius:6px;background:#fff}.quantity-control button{display:inline-flex;align-items:center;justify-content:center;border:0;background:#f8fafc;cursor:pointer}.quantity-control button:hover{background:var(--qpin-blue-soft);color:var(--qpin-blue-dark)}.quantity-control button:disabled{color:#cbd5e1;cursor:not-allowed}.quantity-control output{display:inline-flex;align-items:center;justify-content:center;border-inline:1px solid var(--line);color:#111827;font-weight:750}.quantity-control--compact{grid-template-columns:36px 42px 36px;height:38px}.buy-total{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.buy-total span{color:#6b7280;font-size:12px}.buy-total strong{color:#111827;font-size:20px;font-variant-numeric:tabular-nums}.purchase-actions{display:grid;grid-template-columns:1fr .8fr;gap:10px;margin-top:20px}.purchase-actions .primary-button,.purchase-actions .secondary-button{min-height:52px}.product-entrance{animation:product-enter .62s var(--ease-out) both}.product-entrance--visual{animation-delay:40ms}.product-entrance--content{animation-delay:.13s}.product-entrance--trust{animation-delay:.22s}@keyframes product-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes product-image-in{0%{opacity:.25;transform:scale(1.018)}to{opacity:1;transform:scale(1)}}.payment-line{display:flex;align-items:center;gap:8px;margin-top:14px;color:#374151;font-size:12px}.payment-line span:last-child{margin-left:auto;color:#6b7280}.compatibility-note{display:flex;align-items:flex-start;gap:8px;margin:18px 0 0;border-left:3px solid #93c5fd;background:#f8fbff;padding:11px 12px;color:#566174;font-size:12px;line-height:1.6}.compatibility-note svg{flex:0 0 auto;margin-top:1px;color:var(--qpin-blue)}.trust-band{border-block:1px solid var(--soft-line);background:#f8fafc}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.trust-item{display:flex;align-items:flex-start;gap:12px;min-height:102px;padding:26px 22px;border-right:1px solid var(--soft-line)}.trust-item:first-child{border-left:1px solid var(--soft-line)}.trust-item svg{flex:0 0 auto;color:var(--qpin-blue)}.trust-item div{display:flex;flex-direction:column;gap:5px}.trust-item strong{color:#1f2937;font-size:14px;line-height:1.4}.trust-item span{color:#6b7280;font-size:12px;line-height:1.5}.intent-section{border-bottom:1px solid var(--soft-line);background:#fff}.intent-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:72px;align-items:center}.intent-copy h2{max-width:700px;margin-bottom:18px;color:#0f172a;font-size:31px;line-height:1.3}.intent-copy p{max-width:720px;margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.85}.intent-actions{border-left:1px solid var(--line);padding-left:44px}.intent-points{display:grid;gap:14px;margin:0;padding:0 0 24px;border-bottom:1px solid var(--line);list-style:none}.intent-points li{display:flex;align-items:center;gap:10px;color:#374151;font-size:14px;line-height:1.5}.intent-points svg{flex:0 0 auto;color:var(--success)}.intent-links{display:grid;gap:2px;padding-top:14px}.intent-links a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:46px;color:var(--qpin-blue-dark);font-size:14px;font-weight:750}.intent-links a:hover{color:var(--qpin-blue)}.content-section{padding:88px 0}.section-heading{max-width:720px;margin-bottom:38px}.section-heading h2,.package-copy h2,.decision-column h2,.faq-intro h2,.final-buy-layout h2{margin-bottom:14px;color:#0f172a;font-size:31px;line-height:1.3}.section-heading p,.package-copy>p,.faq-intro>p,.final-buy-layout p{color:var(--muted);font-size:15px;line-height:1.8}.section-heading--split{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;max-width:none;align-items:end}.section-heading--split p{margin-bottom:0}.guide-section{background:#fff}.guide-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:stretch}.guide-visual{min-height:510px;overflow:hidden;border-radius:8px;background:#06132d}.guide-visual img{width:100%;height:100%;object-fit:cover}.guide-steps{display:flex;flex-direction:column;justify-content:center;margin:0;padding:0;list-style:none}.guide-steps li{display:grid;grid-template-columns:42px 34px 1fr;gap:16px;align-items:start;padding:30px 0;border-bottom:1px solid var(--line)}.guide-steps li:first-child{border-top:1px solid var(--line)}.guide-number{color:#9aa5b5;font-size:13px;font-weight:750}.guide-steps svg{color:var(--qpin-blue)}.guide-steps h3{margin-bottom:7px;color:#1f2937;font-size:19px}.guide-steps p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.7}.decision-section{border-block:1px solid var(--soft-line);background:#f7f9fc}.decision-layout{display:grid;grid-template-columns:1fr 1fr;gap:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.decision-column{padding:44px 48px}.decision-column+.decision-column{border-left:1px solid var(--line)}.decision-label{display:inline-flex;align-items:center;gap:7px;margin-bottom:17px;color:var(--qpin-blue-dark);font-size:13px;font-weight:750}.decision-column--yes .decision-label{color:var(--success)}.decision-column h2{max-width:470px;font-size:27px}.decision-column ul{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.decision-column li{position:relative;padding-left:20px;color:#4b5563;font-size:14px;line-height:1.65}.decision-column li:before{position:absolute;top:9px;left:2px;width:5px;height:5px;border-radius:50%;background:var(--qpin-blue);content:""}.decision-column--yes li:before{background:var(--success)}.decision-column a{display:inline-flex;align-items:center;gap:7px;margin-top:26px;color:var(--qpin-blue-dark);font-size:14px;font-weight:750}.package-section{background:#fff}.package-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}.package-copy>p{max-width:520px}.package-list{display:grid;gap:0;margin:30px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.package-list li{display:grid;grid-template-columns:28px 1fr auto;gap:10px;align-items:center;min-height:58px;border-bottom:1px solid var(--line);color:#374151;font-size:14px}.package-list svg{color:var(--qpin-blue)}.package-list strong{color:#111827}.package-image{overflow:hidden;aspect-ratio:1 / 1;border:1px solid var(--soft-line);border-radius:8px;background:#f8fafc}.package-image img{width:100%;height:100%;object-fit:cover}.service-section{border-block:1px solid var(--soft-line);background:#f7f9fc}.service-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-block:1px solid var(--line)}.service-list>div{display:flex;flex-direction:column;min-height:184px;padding:28px 24px;border-right:1px solid var(--line)}.service-list>div:first-child{border-left:1px solid var(--line)}.service-list svg{margin-bottom:22px;color:var(--qpin-blue)}.service-list strong{margin-bottom:9px;color:#1f2937;font-size:16px}.service-list span{color:var(--muted);font-size:13px;line-height:1.7}.support-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:34px;border:1px solid #bfdbfe;border-radius:8px;background:var(--qpin-blue-soft);padding:20px 22px}.support-cta>div{display:flex;align-items:center;gap:15px}.support-cta svg{flex:0 0 auto;color:var(--qpin-blue)}.support-cta>div>div{display:flex;flex-direction:column;gap:4px}.support-cta strong{color:#172554}.support-cta span{color:#4b5f83;font-size:13px;line-height:1.5}.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:78px;align-items:start}.faq-intro{position:sticky;top:130px}.inline-link{display:inline-flex;align-items:center;gap:7px;margin-top:10px;color:var(--qpin-blue-dark);font-size:14px;font-weight:750}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:72px;padding:18px 2px;color:#1f2937;font-size:16px;font-weight:750;line-height:1.5;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary svg{flex:0 0 auto;color:#7b8798;transition:transform .16s ease}.faq-list details[open] summary{color:var(--qpin-blue-dark)}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list details p{max-width:720px;margin-bottom:22px;padding-right:46px;color:var(--muted);font-size:14px;line-height:1.8}.final-buy-section{border-top:1px solid var(--line);background:#f0f6ff;padding:32px 0}.final-buy-layout{display:grid;grid-template-columns:116px 1fr auto;gap:28px;align-items:center}.final-buy-layout>img{width:116px;height:116px;border:1px solid var(--line);border-radius:6px;background:#fff;object-fit:cover}.final-buy-layout h2{margin-bottom:5px;font-size:23px}.final-buy-layout p{margin-bottom:0;font-size:13px}.final-buy-action{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.final-buy-action>strong{color:#0f3f94;font-size:26px}.mobile-buy-bar{display:none}.site-footer{background:#0f172a;color:#e5e7eb;padding:56px 0 24px}.footer-grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(120px,.6fr));gap:40px 56px;align-items:start}.brand--footer strong,.brand--footer small{color:#fff}.footer-brand>p{max-width:320px;margin:16px 0 12px;color:#9ca3af;font-size:13px;line-height:1.7}.footer-contact{display:flex;align-items:center;gap:8px;min-height:34px;color:#dbeafe;font-size:13px}.footer-links{display:grid;gap:8px;align-content:start}.footer-links strong{margin-bottom:4px;color:#fff;font-size:13px}.footer-links a{min-height:28px;color:#aeb7c5;font-size:13px;line-height:1.4}.footer-links a:hover{color:#fff}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:36px;border-top:1px solid #263247;padding-top:18px;color:#7f8a9b;font-size:12px}.footer-bottom__links{display:inline-flex;flex-wrap:wrap;gap:8px 16px}.footer-bottom__links a{color:#9ca3af}.footer-bottom__links a:hover{color:#fff}.service-inline-link{color:var(--qpin-blue-dark);font-weight:750;text-decoration:underline;text-underline-offset:2px}.checkout-summary-note{margin:0;color:#7b8798;font-size:11px;line-height:1.55}.return-next-steps{margin-top:22px;border:1px solid var(--line);border-radius:6px;background:#f8fafc;padding:18px 20px;text-align:left}.return-next-steps>strong{display:block;margin-bottom:10px;color:#1f2937;font-size:13px}.return-next-steps ol{margin:0;padding-left:18px;color:#5d687a;font-size:12px;line-height:1.75}.policy-merchant{margin-top:32px;border:1px solid var(--line);border-radius:6px;background:#f8fafc;padding:18px 20px}.policy-merchant strong{display:block;margin-bottom:8px;color:#1f2937;font-size:14px}.policy-merchant p{margin:0 0 8px;color:var(--muted);font-size:13px;line-height:1.7}.policy-merchant p:last-child{margin-bottom:0}.policy-sections p+p{margin-top:10px}.drawer-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a80;cursor:default}.checkout-drawer{position:relative;display:flex;flex-direction:column;width:min(720px,calc(100vw - 48px));height:min(820px,calc(100dvh - 48px));max-height:calc(100dvh - 48px);overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 24px 70px #0f172a3d;animation:checkout-modal-in .18s ease-out}@keyframes checkout-modal-in{0%{transform:translateY(12px) scale(.99);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.checkout-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:22px 28px 18px}.checkout-drawer__header .eyebrow{margin-bottom:4px}.checkout-drawer__header h2{margin-bottom:0;font-size:24px}.checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-bottom:1px solid var(--line);padding:15px 28px;list-style:none}.checkout-progress li{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;color:#8a95a5;font-size:12px;font-weight:650}.checkout-progress li:not(:last-child):after{position:absolute;top:50%;right:-10px;width:20px;height:1px;background:var(--line);content:""}.checkout-progress li>span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #cbd5e1;border-radius:50%;background:#fff;font-size:11px}.checkout-progress li.current,.checkout-progress li.complete{color:var(--qpin-blue-dark)}.checkout-progress li.current>span{border-color:var(--qpin-blue);color:var(--qpin-blue)}.checkout-progress li.complete>span{border-color:var(--qpin-blue);background:var(--qpin-blue);color:#fff}.checkout-drawer__body{flex:1 1 auto;overflow-y:auto;padding:28px}.checkout-drawer__body--shipping{padding-block:20px}.checkout-step{max-width:610px;margin-inline:auto}.cart-product{display:grid;grid-template-columns:160px 1fr;gap:18px;border-bottom:1px solid var(--line);padding-bottom:24px}.cart-product>img{width:160px;height:160px;border:1px solid var(--soft-line);border-radius:6px;background:#f8fafc;object-fit:cover}.status-chip{display:inline-flex;width:fit-content;border:1px solid #bbf7d0;border-radius:4px;background:var(--success-soft);padding:4px 7px;color:var(--success);font-size:11px;font-weight:750}.cart-product__content h3{margin:10px 0 7px;font-size:18px}.cart-product__content>p{color:var(--muted);font-size:12px;line-height:1.65}.cart-product__controls{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:17px}.cart-product__controls>strong{font-size:18px}.checkout-summary-lines{display:grid;gap:13px;margin:24px 0}.checkout-summary-lines>div{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#5d687a;font-size:13px}.checkout-summary-lines strong{color:#1f2937}.checkout-summary-lines .checkout-discount,.checkout-summary-lines .checkout-discount strong{color:var(--success)}.checkout-summary-lines .checkout-total{margin-top:4px;border-top:1px solid var(--line);padding-top:17px;color:#111827;font-size:15px;font-weight:750}.checkout-total strong{color:#0f3f94;font-size:22px}.checkout-form{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.shipping-region-note{display:flex;grid-column:1 / -1;align-items:center;gap:8px;margin:0;color:var(--qpin-blue-dark);font-size:12px;font-weight:700;line-height:1.45}.shipping-region-note svg{flex:0 0 auto}.form-field{min-width:0}.form-field--full{grid-column:1 / -1}.form-field--half{grid-column:span 3}.form-field--zip,.form-field--city,.form-field--district{grid-column:span 2}.form-field label{display:block;margin-bottom:7px;color:#374151;font-size:13px;font-weight:700}.form-field label span{color:#8993a2;font-size:11px;font-weight:500}.form-field input,.form-field select,.form-field textarea{width:100%;min-height:46px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;padding:10px 12px;color:#111827;outline:none}.form-field textarea{min-height:86px;resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--qpin-blue);box-shadow:0 0 0 3px #2563eb1a}.form-field input::placeholder,.form-field textarea::placeholder{color:#9aa5b5}.form-field small{display:block;margin-top:5px;color:#7b8798;font-size:10px;line-height:1.4}.form-error{grid-column:1 / -1;margin:0;border:1px solid #fecaca;border-radius:6px;background:var(--danger-soft);padding:11px 12px;color:var(--danger);font-size:12px;line-height:1.55}.checkout-actions{grid-column:1 / -1;display:grid;grid-template-columns:.7fr 1.3fr;gap:10px;margin-top:8px}.review-section{border:1px solid var(--line);border-radius:6px;padding:17px 18px}.review-section__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}.review-section__heading h3{margin:0;font-size:15px}.review-section__heading button{border:0;background:transparent;color:var(--qpin-blue-dark);font-size:12px;font-weight:750;cursor:pointer}.review-section p{margin-bottom:5px;color:#5d687a;font-size:12px;line-height:1.5;overflow-wrap:anywhere}.review-product-row{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;margin:18px 0;border-block:1px solid var(--line);padding:16px 0}.review-product-row img{width:64px;height:64px;border:1px solid var(--soft-line);border-radius:4px;object-fit:cover}.review-product-row>div{display:flex;flex-direction:column;gap:5px}.review-product-row>div strong{font-size:13px}.review-product-row span{color:var(--muted);font-size:11px}.payment-method{display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;border:2px solid var(--qpin-blue);border-radius:6px;background:var(--qpin-blue-soft);padding:13px 14px}.payment-method__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:5px;background:#fff;color:var(--qpin-blue)}.payment-method>div:nth-child(2){display:flex;flex-direction:column;gap:3px}.payment-method strong{font-size:13px}.payment-method span{color:#53688f;font-size:11px}.payment-method>svg{color:var(--qpin-blue)}.checkout-summary-lines--review{gap:8px;margin:12px 0 14px}.checkout-summary-lines--review .checkout-total{padding-top:10px}.checkout-summary-lines--review .checkout-summary-note{display:none}.checkout-step--review .review-section{padding:12px 14px}.checkout-step--review .review-section__heading{margin-bottom:6px}.checkout-step--review .review-section p{margin-bottom:2px;line-height:1.4}.checkout-step--review .review-product-row{grid-template-columns:52px 1fr auto;margin:10px 0;padding:10px 0}.checkout-step--review .review-product-row img{width:52px;height:52px}.checkout-step--review .payment-method{grid-template-columns:38px 1fr auto;padding:9px 12px}.checkout-step--review .payment-method__icon{width:36px;height:36px}.checkout-step>.text-button{width:100%;margin-top:5px}.checkout-drawer__footer{display:flex;align-items:center;justify-content:center;gap:7px;min-height:43px;border-top:1px solid var(--line);background:#f8fafc;padding:8px 20px;color:#6b7280;font-size:10px;text-align:center}.order-page{background:#f7f9fc;padding-bottom:80px}.order-lookup-hero{border-bottom:1px solid var(--line);background:#fff;padding:64px 0}.order-lookup-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:80px;align-items:center}.order-lookup-copy h1{max-width:500px;margin-bottom:16px;font-size:36px;line-height:1.28}.order-lookup-copy p{max-width:520px;margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.8}.order-lookup-form{display:grid;gap:16px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:28px;box-shadow:var(--shadow-soft)}.input-with-icon{position:relative}.input-with-icon svg{position:absolute;z-index:1;top:50%;left:13px;color:#8a95a5;transform:translateY(-50%)}.input-with-icon input{padding-left:42px}.order-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:310px;margin-top:34px;border:1px dashed #cbd5e1;border-radius:8px;background:#fff;color:#8a95a5;text-align:center}.order-empty-state strong{margin:16px 0 6px;color:#374151;font-size:17px}.order-empty-state span{font-size:13px}.order-result{margin-top:34px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:32px;box-shadow:var(--shadow-soft)}.order-result__heading{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:24px}.section-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:6px;background:var(--qpin-blue-soft);color:var(--qpin-blue)}.order-result__heading .eyebrow{margin-bottom:3px}.order-result__heading h2{margin:0;font-size:20px;overflow-wrap:anywhere}.order-status{display:inline-flex;border:1px solid #bbf7d0;border-radius:999px;background:var(--success-soft);padding:7px 10px;color:var(--success);font-size:12px;font-weight:750}.order-status--pending,.order-status--payment_exception{border-color:#fde68a;background:var(--warning-soft);color:var(--warning)}.order-status--failed{border-color:#fecaca;background:var(--danger-soft);color:var(--danger)}.order-overview{display:grid;grid-template-columns:1.3fr .8fr .8fr .9fr;margin:25px 0;border-block:1px solid var(--line)}.order-overview>div{display:flex;flex-direction:column;gap:7px;min-width:0;padding:20px;border-right:1px solid var(--line)}.order-overview>div:first-child{padding-left:0}.order-overview>div:last-child{border-right:0}.order-overview span,.shipment-grid dt{color:#7b8798;font-size:11px;font-weight:650}.order-overview strong{color:#1f2937;font-size:13px;overflow-wrap:anywhere}.shipment-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.shipment-grid>div{border:1px solid var(--line);border-radius:6px;padding:20px}.shipment-title{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:#1f2937}.shipment-title svg{color:var(--qpin-blue)}.shipment-grid dl{display:grid;gap:13px;margin:0}.shipment-grid dl>div{display:grid;grid-template-columns:120px 1fr;gap:14px}.shipment-grid dd{margin:0;color:#374151;font-size:12px;text-align:right;overflow-wrap:anywhere}.shipment-grid dd a{display:inline-flex;align-items:center;gap:5px;color:var(--qpin-blue-dark)}.order-timeline{display:grid;grid-template-columns:repeat(4,1fr);margin:34px 0 0;padding:0;list-style:none}.order-timeline li{position:relative;display:flex;flex-direction:column;align-items:center;min-width:0;padding:0 12px;text-align:center}.order-timeline li:before{position:absolute;z-index:0;top:15px;right:50%;left:-50%;height:2px;background:#dbe2eb;content:""}.order-timeline li:first-child:before{display:none}.order-timeline li.complete:before{background:var(--qpin-blue)}.order-timeline li>span{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;margin-bottom:12px;border:2px solid #cbd5e1;border-radius:50%;background:#fff;color:#8a95a5;font-size:11px;font-weight:750}.order-timeline li.complete>span{border-color:var(--qpin-blue);background:var(--qpin-blue);color:#fff}.order-timeline strong{margin-bottom:5px;color:#374151;font-size:12px}.order-timeline small{color:#8a95a5;font-size:10px;line-height:1.5}.return-page,.policy-page{background:#f7f9fc;padding:72px 0 90px}.return-panel{max-width:760px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:46px;box-shadow:var(--shadow-soft);text-align:center}.return-icon{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;margin-bottom:20px;border-radius:50%}.return-icon--success{background:var(--success-soft);color:var(--success)}.return-icon--warning{background:var(--warning-soft);color:var(--warning)}.return-panel h1{margin-bottom:13px;font-size:31px}.return-panel>p{max-width:580px;margin:0 auto 28px;color:var(--muted);font-size:14px;line-height:1.8}.return-order-summary{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid var(--line);border-radius:6px;text-align:left}.return-order-summary>div{display:flex;flex-direction:column;gap:6px;min-width:0;padding:16px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.return-order-summary>div:nth-child(2n){border-right:0}.return-order-summary>div:nth-last-child(-n+2){border-bottom:0}.return-order-summary span{color:#7b8798;font-size:11px}.return-order-summary strong{color:#1f2937;font-size:13px;overflow-wrap:anywhere}.return-loading{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:var(--qpin-blue-dark);font-size:12px}.return-loading svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.return-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}.return-panel>small{display:block;margin-top:22px;color:#7b8798;font-size:10px;line-height:1.5}.policy-article{max-width:840px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:54px 64px;box-shadow:var(--shadow-soft)}.policy-article h1{margin-bottom:16px;font-size:36px}.policy-intro{margin-bottom:36px;border-bottom:1px solid var(--line);padding-bottom:28px;color:var(--muted);font-size:16px;line-height:1.8}.policy-sections{display:grid;gap:28px}.policy-sections h2{margin-bottom:9px;color:#1f2937;font-size:19px}.policy-sections p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.8}.policy-contact{display:inline-flex;align-items:center;gap:8px;margin-top:38px;border-top:1px solid var(--line);padding-top:24px;color:var(--qpin-blue-dark);font-size:13px;font-weight:750}.comparison-page{background:#fff}.comparison-intro{border-bottom:1px solid var(--soft-line);background:#f7f9fc;padding:58px 0 64px}.comparison-intro__inner{max-width:940px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;color:#6b7280;font-size:12px}.breadcrumbs a{color:var(--qpin-blue-dark)}.comparison-intro h1{max-width:800px;margin-bottom:18px;color:#0f172a;font-size:42px;line-height:1.22}.comparison-lead{max-width:820px;margin-bottom:26px;color:var(--muted);font-size:17px;line-height:1.8}.comparison-answer{display:grid;grid-template-columns:28px 1fr;gap:14px;max-width:860px;border-left:3px solid var(--qpin-blue);background:#fff;padding:20px 22px}.comparison-answer svg{color:var(--qpin-blue)}.comparison-answer p{margin:0;color:#334155;font-size:15px;line-height:1.75}.comparison-table-section{background:#fff}.comparison-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:8px}.comparison-table{width:100%;min-width:720px;border-collapse:collapse;text-align:left}.comparison-table th,.comparison-table td{border-bottom:1px solid var(--line);padding:20px 22px;color:#4b5563;font-size:14px;line-height:1.6;vertical-align:top}.comparison-table thead th{background:#f8fafc;color:#1f2937;font-size:13px}.comparison-table tbody th{width:22%;color:#1f2937}.comparison-table tbody td:nth-child(2){color:#1e3a5f;font-weight:650}.comparison-table tbody td:nth-child(2) svg{display:inline-block;margin-right:8px;color:var(--success);vertical-align:-3px}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:0}.comparison-checklist-section{border-block:1px solid var(--soft-line);background:#f7f9fc}.comparison-checklist{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:72px;align-items:start}.comparison-checklist h2,.comparison-faq-layout h2,.comparison-buy-layout h2{margin-bottom:14px;color:#0f172a;font-size:29px;line-height:1.3}.comparison-checklist p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}.comparison-checklist ul{display:grid;gap:0;margin:0;padding:0;border-top:1px solid var(--line);list-style:none}.comparison-checklist li{display:flex;align-items:flex-start;gap:12px;min-height:60px;border-bottom:1px solid var(--line);padding:18px 4px;color:#374151;font-size:14px;line-height:1.65}.comparison-checklist li svg{flex:0 0 auto;margin-top:2px;color:var(--qpin-blue)}.comparison-faq-layout{display:grid;grid-template-columns:minmax(250px,.55fr) minmax(0,1fr);gap:72px}.comparison-faq-layout .section-heading{margin-bottom:0}.comparison-buy-section{border-top:1px solid var(--line);background:#eff6ff;padding:34px 0}.comparison-buy-layout{display:grid;grid-template-columns:120px 1fr auto;gap:28px;align-items:center}.comparison-buy-layout>img{width:120px;height:120px;border:1px solid var(--line);border-radius:6px;background:#fff;object-fit:cover}.comparison-buy-layout h2{margin-bottom:6px;font-size:23px}.comparison-buy-layout p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.comparison-buy-action{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.comparison-buy-action>strong{color:#0f3f94;font-size:26px}@media(max-width:1020px){.desktop-nav{gap:17px}.desktop-nav a{font-size:12px}.product-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.85fr);gap:32px}.product-purchase h1{font-size:38px}.trust-grid,.service-list{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(3),.trust-item:nth-child(4),.service-list>div:nth-child(3),.service-list>div:nth-child(4){border-top:1px solid var(--soft-line)}.order-lookup-layout{gap:44px}}@media(max-width:820px){.page-shell{width:min(100% - 32px,720px)}.desktop-nav{display:none}.mobile-menu-button{display:inline-flex}.mobile-nav{display:grid;border-top:1px solid var(--soft-line);background:#fff;padding:8px 16px 14px}.mobile-nav a{display:flex;align-items:center;min-height:48px;border-bottom:1px solid var(--soft-line);padding:0 4px;color:#374151;font-size:15px;font-weight:650}.product-layout,.guide-layout,.package-layout,.faq-layout,.intent-layout,.comparison-checklist,.comparison-faq-layout,.order-lookup-layout{grid-template-columns:1fr}.intent-layout,.comparison-checklist,.comparison-faq-layout{gap:34px}.intent-actions{border-top:1px solid var(--line);border-left:0;padding-top:28px;padding-left:0}.product-layout{gap:30px}.product-gallery__stage{max-height:650px}.section-heading--split{grid-template-columns:1fr;gap:8px}.decision-layout{grid-template-columns:1fr}.decision-column+.decision-column{border-top:1px solid var(--line);border-left:0}.package-layout{gap:36px}.package-image{order:-1}.faq-layout{gap:34px}.faq-intro{position:static}.final-buy-layout{grid-template-columns:90px 1fr}.final-buy-layout>img{width:90px;height:90px}.final-buy-action{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #dbeafe;padding-top:16px}.comparison-buy-layout{grid-template-columns:90px 1fr}.comparison-buy-layout>img{width:90px;height:90px}.comparison-buy-action{grid-column:1 / -1;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #dbeafe;padding-top:16px}.order-lookup-hero{padding:48px 0}.order-overview{grid-template-columns:repeat(2,1fr)}.order-overview>div:nth-child(2){border-right:0}.order-overview>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media(max-width:600px){html{scroll-padding-top:100px}.page-shell{width:calc(100% - 28px)}.site-notice{min-height:30px;gap:7px;padding-inline:10px;font-size:10px}.site-notice span:last-child,.site-notice span:nth-last-child(2){display:none}.site-header__inner{width:calc(100% - 24px);height:64px;gap:8px}.site-header--scrolled .site-header__inner{height:58px}.brand{gap:8px}.brand img{width:38px;height:36px}.site-header--scrolled .brand img{width:34px;height:32px}.brand strong{font-size:17px}.brand small{font-size:9px}.header-actions{gap:5px}.cart-button{width:44px;justify-content:center;padding:0}.cart-button__label{display:none}.cart-count{position:absolute;top:-5px;right:-4px;min-width:18px;height:18px;border:2px solid #ffffff;font-size:9px}.product-section{padding:18px 0 32px}.product-gallery__stage{border-radius:14px;box-shadow:0 16px 42px #193d781f,0 3px 10px #0f172a0a}.product-gallery__badge{top:10px;left:10px;font-size:10px}.image-caption{right:8px;bottom:8px;left:8px;font-size:9px}.product-thumbnails{gap:7px;margin-top:8px}.product-thumbnails button{min-height:76px;padding:3px}.product-thumbnails button.active{padding:2px}.product-thumbnails img{height:48px}.product-thumbnails span{font-size:9px}.product-purchase{padding-top:0}.purchase-kicker{margin-bottom:12px}.purchase-kicker span{font-size:10px}.product-purchase h1{font-size:29px}.product-lead{margin-bottom:18px;font-size:15px;line-height:1.7}.price-block{padding:15px 0}.price-block strong{font-size:31px}.price-note{font-size:10px}.purchase-points{margin:18px 0}.purchase-points li{align-items:flex-start;font-size:13px}.buy-controls{gap:16px}.purchase-actions{grid-template-columns:1fr}.payment-line{flex-wrap:wrap}.payment-line span:last-child{width:100%;margin-left:26px}.trust-grid,.service-list{grid-template-columns:1fr}.trust-item,.service-list>div{min-height:0;border-right:0;border-bottom:1px solid var(--soft-line);border-left:0;padding:20px 2px}.trust-item:first-child,.service-list>div:first-child{border-left:0}.trust-item:last-child,.service-list>div:last-child{border-bottom:0}.content-section{padding:60px 0}.section-heading{margin-bottom:28px}.section-heading h2,.package-copy h2,.faq-intro h2,.final-buy-layout h2,.intent-copy h2,.comparison-checklist h2,.comparison-faq-layout h2{font-size:26px}.intent-actions{padding-top:22px}.comparison-intro{padding:38px 0 44px}.breadcrumbs{margin-bottom:24px}.comparison-intro h1{font-size:31px}.comparison-lead{font-size:15px}.comparison-answer{grid-template-columns:24px 1fr;padding:17px 16px}.comparison-table-wrap{margin-right:-14px;border-right:0;border-radius:6px 0 0 6px}.comparison-table th,.comparison-table td{padding:16px;font-size:13px}.comparison-buy-section{padding-bottom:104px}.comparison-buy-layout{grid-template-columns:74px 1fr;gap:15px}.comparison-buy-layout>img{width:74px;height:74px}.comparison-buy-layout h2{font-size:18px}.comparison-buy-layout p{display:none}.comparison-buy-action{align-items:stretch;flex-direction:column}.comparison-buy-action .primary-button{width:100%}.guide-layout{gap:22px}.guide-visual{min-height:270px}.guide-steps li{grid-template-columns:32px 28px 1fr;gap:10px;padding:22px 0}.guide-steps h3{font-size:17px}.decision-layout{width:100%}.decision-column{padding:30px 22px}.decision-column h2{font-size:23px}.package-layout{gap:28px}.service-list{border-inline:0}.service-list>div{min-height:150px}.service-list svg{margin-bottom:14px}.support-cta{align-items:stretch;flex-direction:column}.support-cta>div{align-items:flex-start}.faq-list summary{gap:16px;min-height:64px;padding-block:16px;font-size:14px}.faq-list details p{padding-right:4px;font-size:13px}.final-buy-section{padding-bottom:104px}.final-buy-layout{grid-template-columns:74px 1fr;gap:15px}.final-buy-layout>img{width:74px;height:74px}.final-buy-layout .eyebrow{margin-bottom:4px}.final-buy-layout h2{font-size:18px}.final-buy-layout p,.final-buy-action{display:none}.mobile-buy-bar{position:fixed;z-index:35;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:74px;border-top:1px solid #d8e0eb;background:#fffffffa;padding:10px max(14px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left));box-shadow:0 -8px 22px #0f172a14}.mobile-buy-bar>div{display:flex;min-width:0;flex-direction:column;gap:2px}.mobile-buy-bar span{overflow:hidden;color:#6b7280;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-buy-bar strong{color:#0f3f94;font-size:20px;white-space:nowrap}.mobile-buy-bar .primary-button{min-width:132px;min-height:48px}.site-footer{padding-bottom:112px}.footer-grid{grid-template-columns:1fr 1fr;gap:28px 24px}.footer-brand{grid-column:1 / -1}.footer-links{min-width:0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}.return-next-steps{padding:16px}.drawer-layer{padding:12px}.checkout-drawer{width:100%;height:calc(100dvh - 24px);max-height:calc(100dvh - 24px)}.checkout-drawer__header{padding:17px 16px 13px}.checkout-drawer__header h2{font-size:21px}.checkout-progress{padding:12px 10px}.checkout-progress li{gap:4px;font-size:10px}.checkout-progress li:not(:last-child):after{right:-4px;width:8px}.checkout-drawer__body{padding:18px 16px}.cart-product{grid-template-columns:98px 1fr;gap:12px}.cart-product>img{width:98px;height:98px}.cart-product__content h3{font-size:15px}.cart-product__content>p{display:none}.cart-product__controls{align-items:flex-end;flex-direction:column-reverse;gap:8px;margin-top:10px}.checkout-form{grid-template-columns:1fr}.form-field,.form-field--full,.form-field--half,.form-field--zip,.form-field--city,.form-field--district{grid-column:1}.checkout-actions{grid-template-columns:.75fr 1.25fr}.review-product-row{grid-template-columns:58px 1fr}.review-product-row>strong{grid-column:2}.checkout-drawer__footer{display:none}.order-page{padding-bottom:60px}.order-lookup-hero{padding:36px 0}.order-lookup-copy h1{font-size:28px}.order-lookup-layout{gap:28px}.order-lookup-form{padding:20px 16px}.order-empty-state{min-height:250px;padding:20px}.order-result{padding:20px 15px}.order-result__heading{grid-template-columns:42px 1fr}.order-status{grid-column:1 / -1;width:fit-content}.order-overview{grid-template-columns:1fr}.order-overview>div,.order-overview>div:first-child{border-right:0;border-bottom:1px solid var(--line);padding:14px 0}.order-overview>div:last-child{border-bottom:0}.shipment-grid{grid-template-columns:1fr}.shipment-grid>div{padding:16px}.shipment-grid dl>div{grid-template-columns:100px 1fr}.order-timeline{grid-template-columns:1fr;gap:0}.order-timeline li{display:grid;grid-template-columns:34px 1fr;align-items:start;min-height:72px;padding:0;text-align:left}.order-timeline li:before{top:-42px;right:auto;bottom:auto;left:15px;width:2px;height:45px}.order-timeline li>span{grid-row:1 / 3;margin:0}.order-timeline strong,.order-timeline small{padding-left:10px}.return-page,.policy-page{padding:40px 0 64px}.return-panel,.policy-article{padding:30px 18px}.return-panel h1,.policy-article h1{font-size:27px}.return-order-summary{grid-template-columns:1fr}.return-order-summary>div,.return-order-summary>div:nth-child(2n),.return-order-summary>div:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.return-order-summary>div:last-child{border-bottom:0}.return-actions{flex-direction:column}.return-actions a{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
