body{font-family:Nunito Sans,sans-serif;font-size:16px;line-height:1.6}.font-heading,h1,h2,h3,h4,h5,h6{font-family:Rubik,sans-serif}:root{--clr-blue:#1a3a6b;--clr-blue-dark:#0a214a;--clr-orange:#f97316;--clr-orange-dk:#ea6b0e;--clr-surface:#eef2f7;--clr-text:#1e293b;--clr-muted:#64748b;--clr-red:#9a1515;--ease-out:cubic-bezier(0.25,0.46,0.45,0.94);--t-fast:150ms;--t-base:250ms;--t-slow:400ms}.skip-link{background:var(--clr-orange);border-radius:0 0 .5rem .5rem;color:#fff;font-weight:700;left:1rem;padding:.5rem 1rem;position:absolute;text-decoration:none;top:-100%;transition:top var(--t-fast);z-index:9999}.skip-link:focus{top:0}.hero-split{display:grid;grid-template-columns:1fr 1fr;min-height:520px}@media (max-width:767px){.hero-split{grid-template-columns:1fr}}@media (min-width:768px){.hero-split:hover .hero-panel{flex:0.85}.hero-split:hover .hero-panel:hover{flex:1.15}}.hero-panel{cursor:pointer;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;padding:2.5rem 2rem;position:relative;transition:flex var(--t-slow) var(--ease-out)}.hero-panel__bg{background-position:50%;background-size:cover;inset:0;position:absolute;transition:transform var(--t-slow) var(--ease-out)}.hero-panel:hover .hero-panel__bg{transform:scale(1.04)}.hero-panel__overlay{inset:0;position:absolute}.hero-shop .hero-panel__overlay{background:linear-gradient(135deg,rgba(10,33,74,.9),rgba(26,58,107,.7))}.hero-bid .hero-panel__overlay{background:linear-gradient(135deg,rgba(234,88,12,.92),rgba(249,115,22,.72))}.hero-panel__content{position:relative;z-index:2}.hero-badge{align-items:center;background:hsla(0,0%,100%,.18);border-radius:999px;color:#fff;display:inline-flex;font-size:.68rem;font-weight:700;gap:.35rem;letter-spacing:.1em;margin-bottom:1rem;padding:.3rem .75rem;text-transform:uppercase}.hero-title{color:#fff;font-family:Rubik,sans-serif;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:800;line-height:1.1;margin-bottom:.75rem}.hero-sub{color:hsla(0,0%,100%,.85);font-size:.92rem;line-height:1.6;margin-bottom:1.5rem;max-width:30ch}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:700;gap:.45rem;padding:.7rem 1.6rem;text-decoration:none;transition:transform var(--t-fast) var(--ease-out),box-shadow var(--t-fast) var(--ease-out),background var(--t-fast)}.btn:hover{box-shadow:0 8px 24px rgba(0,0,0,.22);transform:translateY(-2px)}.btn:active{box-shadow:none;transform:translateY(0)}.btn:focus-visible{outline:3px solid #fff;outline-offset:3px}.btn--primary{background:var(--clr-orange);color:#fff}.btn--primary:hover{background:var(--clr-orange-dk)}.btn--white{background:#fff;color:var(--clr-orange-dk)}.btn--ghost{background:hsla(0,0%,100%,.18);border:1.5px solid hsla(0,0%,100%,.35);color:#fff}.btn--navy{background:var(--clr-blue-dark);color:#fff}.btn--navy:hover{background:var(--clr-blue)}.btn--navy:focus-visible{outline-color:var(--clr-orange)}.trust-bar{background:#fff;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem;justify-content:center;padding:1.25rem 1rem}@media (max-width:699px){.trust-bar{display:none}}.trust-item{align-items:center;color:var(--clr-muted);display:flex;font-size:.8rem;gap:.5rem}.trust-item strong{color:var(--clr-text);font-weight:700}.trust-icon{color:var(--clr-blue);flex-shrink:0;height:18px;width:18px}.sec-label{color:var(--clr-orange);display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;margin-bottom:.35rem;text-transform:uppercase}.sec-heading{color:var(--clr-blue-dark);font-family:Rubik,sans-serif;font-size:clamp(1.4rem,2.8vw,2.1rem);font-weight:800;line-height:1.2}.sec-sub{color:var(--clr-muted);font-size:.9rem;line-height:1.6;margin-top:.45rem;max-width:52ch}.cat-grid{display:grid;gap:.7rem;grid-template-columns:repeat(4,1fr)}@media (min-width:640px){.cat-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:1024px){.cat-grid{grid-template-columns:repeat(8,1fr)}}.cat-tile{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:.75rem;color:var(--clr-text);display:flex;flex-direction:column;gap:.55rem;justify-content:center;padding:1rem .5rem;text-align:center;text-decoration:none;transition:border-color var(--t-fast),box-shadow var(--t-fast),transform var(--t-fast) var(--ease-out)}.cat-tile:hover{border-color:var(--clr-orange);box-shadow:0 4px 16px rgba(249,115,22,.14);transform:translateY(-3px)}.cat-tile:focus-visible{outline:3px solid var(--clr-orange);outline-offset:2px}.cat-tile svg{color:var(--clr-blue);transition:color var(--t-fast)}.cat-tile:hover svg{color:var(--clr-orange)}.cat-tile__label{font-size:.69rem;font-weight:600;line-height:1.3}.auc-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:.875rem;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow var(--t-base),transform var(--t-base) var(--ease-out)}.auc-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.12);transform:translateY(-4px)}.auc-card__img{aspect-ratio:4/3;background:#f1f5f9;overflow:hidden;position:relative}.auc-card__img img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--t-slow);width:100%}.auc-card:hover .auc-card__img img{transform:scale(1.06)}.live-badge{align-items:center;background:#dc2626;border-radius:999px;color:#fff;display:flex;font-size:.62rem;font-weight:800;gap:.3rem;left:.6rem;letter-spacing:.08em;padding:.2rem .55rem;position:absolute;top:.6rem}.live-dot{animation:pulse-dot 1.4s ease-in-out infinite;background:#fff;border-radius:50%;height:6px;width:6px}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.65)}}.auc-card__body{display:flex;flex:1;flex-direction:column;padding:1rem}.auc-card__cat{color:var(--clr-muted);font-size:.7rem;font-weight:500;margin-bottom:.3rem}.auc-card__name{color:var(--clr-text);font-size:.88rem;font-weight:700;line-height:1.4;margin-bottom:.6rem}.auc-card__foot{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-top:auto}.bid-lbl{color:var(--clr-muted);font-size:.62rem}.bid-amt{color:var(--clr-orange);font-family:Rubik,sans-serif;font-size:1.05rem;font-weight:800}.cd-wrap{display:flex;gap:.3rem;margin-bottom:.75rem}.cd-unit{align-items:center;background:var(--clr-blue-dark);border-radius:.3rem;color:#fff;display:flex;flex-direction:column;min-width:34px;padding:.28rem .45rem}.cd-num{font-size:.88rem;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}.cd-lbl{font-size:.5rem;letter-spacing:.06em;opacity:.7;text-transform:uppercase}.deal-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:.875rem;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow var(--t-base),transform var(--t-base) var(--ease-out)}.deal-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.1);transform:translateY(-3px)}.deal-card__img{aspect-ratio:1;background:#f8fafc;overflow:hidden}.deal-card__img img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--t-slow);width:100%}.deal-card:hover .deal-card__img img{transform:scale(1.06)}.deal-card__body{display:flex;flex:1;flex-direction:column;padding:.8rem}.deal-card__name{color:var(--clr-text);font-size:.8rem;font-weight:600;line-height:1.4;margin-bottom:.4rem}.deal-card__prices{align-items:baseline;display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.65rem}.deal-price{color:var(--clr-orange);font-family:Rubik,sans-serif;font-size:1rem;font-weight:800}.deal-orig{color:#94a3b8;font-size:.7rem;text-decoration:line-through}.deal-tag{background:#fef2f2;border-radius:.25rem;color:#dc2626;font-size:.62rem;font-weight:700;padding:.12rem .35rem}.how-tab{border:none;border-radius:.5rem .5rem 0 0;cursor:pointer;font-size:.85rem;font-weight:700;padding:.6rem 1.75rem;transition:background var(--t-fast),color var(--t-fast)}.how-tab[aria-selected=true]{background:var(--clr-blue-dark);color:#fff}.how-tab[aria-selected=false]{background:#e2e8f0;color:var(--clr-muted)}.how-tab:focus-visible{outline:3px solid var(--clr-orange);outline-offset:2px}.how-step{align-items:flex-start;background:#fff;border:1.5px solid #e2e8f0;border-radius:.75rem;display:flex;gap:1rem;padding:1.1rem}.how-step__num{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.95rem;font-weight:800;height:2.25rem;justify-content:center;width:2.25rem}.how-step h3{color:var(--clr-text);font-size:.88rem;font-weight:700}.how-step p{color:var(--clr-muted);font-size:.78rem;line-height:1.55;margin-top:.2rem}.testi-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:1rem;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:1.4rem}.testi-stars{color:#f59e0b;font-size:.85rem;margin-bottom:.55rem}.testi-quote{color:#475569;font-size:.83rem;font-style:italic;line-height:1.7;margin-bottom:1rem}.testi-author{align-items:center;display:flex;gap:.55rem}.testi-avatar{background:#e2e8f0;border-radius:50%;height:34px;-o-object-fit:cover;object-fit:cover;width:34px}.testi-name{color:var(--clr-text);font-size:.78rem;font-weight:700}.testi-role{color:var(--clr-muted);font-size:.68rem}.cta-card{border-radius:1.25rem;display:flex;flex-direction:column;gap:.9rem;overflow:hidden;padding:2.25rem 1.75rem;position:relative}.cta-card:after{background:hsla(0,0%,100%,.07);border-radius:50%;bottom:-70px;content:"";height:200px;pointer-events:none;position:absolute;right:-50px;width:200px}.cta-card__kicker{color:hsla(0,0%,100%,.65);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.cta-card__title{color:#fff;font-family:Rubik,sans-serif;font-size:1.4rem;font-weight:800;line-height:1.25}.cta-card__body{color:hsla(0,0%,100%,.82);font-size:.83rem;line-height:1.6}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.hmrf{background:#0d2550;color:hsla(0,0%,100%,.6);font-family:DM Sans,sans-serif;font-size:13px}.hmrf-container{margin:0 auto;max-width:1280px;padding:0 32px}.hmrf-nl-bar{background:linear-gradient(135deg,#1a3a6b,#1d4ed8);border-bottom:1px solid hsla(0,0%,100%,.08);padding:28px 0}.hmrf-nl-inner{flex-wrap:wrap;gap:32px;justify-content:space-between}.hmrf-nl-inner,.hmrf-nl-left{align-items:center;display:flex}.hmrf-nl-left{gap:14px}.hmrf-nl-icon{align-items:center;background:hsla(0,0%,100%,.15);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:42px;justify-content:center;width:42px}.hmrf-nl-title{color:#fff;font-size:15px;font-weight:700;margin:0 0 3px}.hmrf-nl-sub{color:hsla(0,0%,100%,.65);font-size:12px;margin:0}.hmrf-nl-form{display:flex;flex-shrink:0;gap:8px}.hmrf-nl-input{background:hsla(0,0%,100%,.12);border:1.5px solid hsla(0,0%,100%,.25);border-radius:9px;color:#fff;font-family:DM Sans,sans-serif;font-size:13px;outline:none;padding:10px 14px;transition:border-color .15s,background .15s;width:260px}.hmrf-nl-input::-moz-placeholder{color:hsla(0,0%,100%,.45)}.hmrf-nl-input::placeholder{color:hsla(0,0%,100%,.45)}.hmrf-nl-input:focus{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.5)}.hmrf-nl-btn{background:#fff;border:none;border-radius:9px;color:#1d4ed8;cursor:pointer;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;padding:10px 20px;transition:background .15s,transform .1s;white-space:nowrap}.hmrf-nl-btn:hover{background:#eff6ff;transform:translateY(-1px)}.hmrf-body{border-bottom:1px solid hsla(0,0%,100%,.07);padding:52px 0 44px}.hmrf-body-inner{align-items:flex-start;display:flex;gap:56px}.hmrf-brand{display:flex;flex:0 0 230px;flex-direction:column;gap:18px}.hmrf-logo{filter:brightness(0) invert(1);height:32px;-o-object-fit:contain;object-fit:contain;opacity:.85;width:auto}.hmrf-tagline{color:hsla(0,0%,100%,.38);font-size:12px;line-height:1.75;margin:0}.hmrf-contact-row{display:flex;flex-direction:column;gap:9px}.hmrf-contact-link{align-items:center;color:hsla(0,0%,100%,.55);display:flex;font-size:12.5px;gap:8px;text-decoration:none;transition:color .15s}.hmrf-contact-link:hover{color:#fff}.hmrf-socials{display:flex;gap:7px}.hmrf-social{align-items:center;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.1);border-radius:9px;color:hsla(0,0%,100%,.55);display:flex;height:32px;justify-content:center;text-decoration:none;transition:background .15s,color .15s;width:32px}.hmrf-social:hover{background:hsla(0,0%,100%,.14);color:#fff}.hmrf-apps{display:flex;gap:8px}.hmrf-app-btn{align-items:center;background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:10px;color:hsla(0,0%,100%,.85);display:flex;flex:1;font-size:12px;font-weight:700;gap:9px;line-height:1.3;padding:8px 12px;text-decoration:none;transition:background .15s,color .15s}.hmrf-app-btn:hover{background:hsla(0,0%,100%,.13);color:#fff}.hmrf-app-sub{color:hsla(0,0%,100%,.45);display:block;font-size:9px;font-weight:400}.hmrf-nav{flex:1;min-width:0}.hmrf-nav h3{color:hsla(0,0%,100%,.35)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.1em!important;margin-bottom:16px!important;text-transform:uppercase!important}.hmrf-nav a{align-items:center!important;color:hsla(0,0%,100%,.55)!important;display:flex!important;font-size:13px!important;padding:5px 0!important;text-decoration:none!important;transition:color .15s!important}.hmrf-nav a:hover{color:#fff!important}.hmrf-help{display:flex;flex:0 0 160px;flex-direction:column;gap:14px}.hmrf-col-label{color:hsla(0,0%,100%,.35);font-size:10px;font-weight:700;letter-spacing:.1em;margin:0;text-transform:uppercase}.hmrf-help-links{display:flex;flex-direction:column;gap:9px}.hmrf-help-links a{color:hsla(0,0%,100%,.55);font-size:13px;text-decoration:none;transition:color .15s}.hmrf-help-links a:hover{color:#fff}.hmrf-pay-row{background:rgba(0,0,0,.18);border-bottom:1px solid hsla(0,0%,100%,.06);padding:20px 0}.hmrf-pay-inner{align-items:center;display:flex;flex-wrap:wrap;gap:24px}.hmrf-pay-icons{flex:1;min-width:0}.hmrf-branches{background:rgba(0,0,0,.12);border-bottom:1px solid hsla(0,0%,100%,.06);padding:30px 0}.hmrf-branches h3{color:hsla(0,0%,100%,.35)!important;font-size:10px!important;font-weight:700!important;letter-spacing:.1em!important;text-transform:uppercase!important}.hmrf-bar{background:rgba(0,0,0,.22);padding:16px 0}.hmrf-bar-inner{align-items:center;color:hsla(0,0%,100%,.28);display:flex;flex-wrap:wrap;font-size:11.5px;gap:16px;justify-content:space-between}.hmrf-bar-links{align-items:center;display:flex;gap:8px}.hmrf-bar-links a{color:hsla(0,0%,100%,.28);text-decoration:none;transition:color .15s}.hmrf-bar-links a:hover{color:hsla(0,0%,100%,.6)}.hmrf-bar-links span{color:hsla(0,0%,100%,.15)}@media (max-width:1024px){.hmrf-body-inner{flex-wrap:wrap;gap:36px}.hmrf-help{flex:0 0 140px}}@media (max-width:768px){.hmrf-nl-inner{align-items:flex-start;flex-direction:column;gap:20px}.hmrf-nl-form{width:100%}.hmrf-nl-input{flex:1;width:auto}.hmrf-body{padding:36px 0 28px}.hmrf-body-inner{flex-direction:column;gap:32px}.hmrf-brand,.hmrf-help{flex:none;width:100%}.hmrf-pay-inner{align-items:flex-start;flex-direction:column;gap:12px}.hmrf-bar-inner{flex-direction:column;gap:8px;text-align:center}}
