:root{
  --offers-bg:#f4f7fb;
  --offers-card:#fff;
  --offers-text:#172033;
  --offers-muted:#667085;
  --offers-line:#e4e9f1;
  --offers-blue:#155eef;
  --offers-blue-dark:#0b4ed1;
  --offers-green:#148653;
  --offers-green-soft:#eaf8f0;
  --offers-yellow:#f9df35;
  --offers-shadow:0 14px 38px rgba(18,38,63,.08);
}
.offers-hub-page{
  background:
    radial-gradient(circle at 85% 0%,rgba(21,94,239,.08),transparent 30rem),
    linear-gradient(180deg,#edf5ff 0,#f8fafc 32rem,var(--offers-bg) 100%);
}
.offers-hub-page .topbar .wrap{min-height:64px}
.offers-hub-page .nav a[aria-current="page"]{color:#fff;font-weight:850}
.offers-hero{padding:54px 0 30px}
.offers-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);
  gap:28px;
  align-items:center;
}
.offers-hero-copy h1{
  max-width:760px;
  margin:12px 0 14px;
  font-size:clamp(42px,6vw,68px);
  line-height:1.01;
  letter-spacing:-.05em;
}
.offers-hero-copy .lead{
  max-width:760px;
  margin:0;
  color:var(--offers-muted);
  font-size:18px;
}
.offers-hero-trust{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:20px;
}
.offers-hero-trust span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 11px;
  border:1px solid #dfe7f1;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  color:#475467;
  font-size:12px;
  font-weight:800;
}
.offers-driver-bridge{
  padding:24px;
  border:1px solid #cfddf6;
  border-radius:22px;
  background:linear-gradient(145deg,#0f172a,#1e3150);
  color:#fff;
  box-shadow:0 18px 44px rgba(15,23,42,.18);
}
.offers-driver-bridge>span{
  color:#9fc4ff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
}
.offers-driver-bridge strong{
  display:block;
  margin:6px 0 7px;
  font-size:24px;
  letter-spacing:-.03em;
}
.offers-driver-bridge p{
  margin:0 0 16px;
  color:#cad7e8;
  font-size:13px;
  line-height:1.5;
}
.offers-driver-bridge a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:11px;
  background:#fff;
  color:#14233d;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.offers-search-shell{
  position:sticky;
  top:70px;
  z-index:10;
  margin-top:4px;
  padding:18px;
  border:1px solid var(--offers-line);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 32px rgba(18,38,63,.08);
  backdrop-filter:blur(14px);
}
.offers-search-main label{
  display:block;
  margin-bottom:6px;
  color:#344054;
  font-size:12px;
  font-weight:850;
}
.offers-search-field{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:0 12px;
  border:1px solid #cfd8e6;
  border-radius:14px;
  background:#fff;
}
.offers-search-field>span{
  color:#738096;
  font-size:24px;
}
.offers-search-field input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--offers-text);
  font-size:16px;
}
.offers-search-field button{
  border:0;
  background:transparent;
  color:#667085;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.offers-filters{
  display:grid;
  grid-template-columns:1.15fr 1.15fr .9fr 1fr 1fr auto;
  gap:10px;
  align-items:end;
  margin-top:12px;
}
.offers-filters label{
  display:grid;
  gap:5px;
}
.offers-filters label>span{
  color:#667085;
  font-size:10px;
  font-weight:850;
  letter-spacing:.03em;
  text-transform:uppercase;
}
.offers-filters select{
  width:100%;
  min-height:41px;
  padding:0 10px;
  border:1px solid #d8e0eb;
  border-radius:10px;
  background:#fff;
  color:#344054;
  font-size:12px;
  font-weight:700;
  outline:none;
}
.offers-filters select:focus,
.offers-search-field:focus-within{
  border-color:#91b2ff;
  box-shadow:0 0 0 4px rgba(21,94,239,.08);
}
.offers-filter-toggle{
  display:flex!important;
  min-height:41px;
  align-items:center;
  gap:8px!important;
  padding:0 10px;
  border:1px solid #d8e0eb;
  border-radius:10px;
  background:#f8fafc;
  white-space:nowrap;
}
.offers-filter-toggle input{
  width:16px;
  height:16px;
  accent-color:var(--offers-blue);
}
.offers-filter-toggle span{
  color:#344054!important;
  font-size:11px!important;
  text-transform:none!important;
}
.offers-summary-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:22px 0 14px;
}
.offers-summary-row>div{
  display:grid;
  gap:2px;
}
.offers-summary-row strong{
  color:#1d2939;
  font-size:15px;
}
.offers-summary-row span{
  color:#7a8699;
  font-size:12px;
}
.offers-reset{
  border:0;
  background:transparent;
  color:var(--offers-blue);
  font-size:12px;
  font-weight:850;
  cursor:pointer;
}
.offers-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:15px;
}
.offers-card{
  position:relative;
  min-width:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--offers-line);
  border-radius:20px;
  background:var(--offers-card);
  box-shadow:0 7px 24px rgba(18,38,63,.055);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.offers-card:hover{
  transform:translateY(-2px);
  border-color:#cbd8eb;
  box-shadow:0 14px 34px rgba(18,38,63,.095);
}
.offers-card-media{
  position:relative;
  display:grid;
  place-items:center;
  aspect-ratio:1.12/1;
  padding:18px;
  overflow:hidden;
  background:linear-gradient(180deg,#fff,#f8fafc);
  border-bottom:1px solid #edf1f5;
}
.offers-card-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 12px 14px rgba(15,23,42,.08));
}
.offers-card-image-placeholder{
  display:grid;
  place-items:center;
  width:92px;
  height:74px;
  border-radius:16px;
  background:#edf2f7;
  color:#98a2b3;
  font-size:32px;
}
.offers-card-badges{
  position:absolute;
  top:10px;
  left:10px;
  right:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  pointer-events:none;
}
.offers-card-badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 8px;
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#344054;
  box-shadow:0 3px 12px rgba(15,23,42,.08);
  font-size:9px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.offers-card-badge.is-live{
  background:var(--offers-green-soft);
  color:#117344;
}
.offers-card-body{
  display:flex;
  flex-direction:column;
  gap:9px;
  height:100%;
  padding:15px;
}
.offers-card-brand{
  color:#667085;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.offers-card-title{
  margin:0;
  color:#1d2939;
  font-size:16px;
  line-height:1.3;
  letter-spacing:-.01em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.offers-card-meta{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  min-height:24px;
}
.offers-card-meta span{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:0 7px;
  border-radius:8px;
  background:#f2f4f7;
  color:#667085;
  font-size:9px;
  font-weight:800;
}
.offers-card-price-wrap{
  min-height:48px;
  margin-top:2px;
}
.offers-card-old-price{
  display:block;
  color:#98a2b3;
  font-size:10px;
  text-decoration:line-through;
}
.offers-card-price{
  display:block;
  color:#152033;
  font-size:24px;
  line-height:1.05;
  font-weight:950;
  letter-spacing:-.035em;
}
.offers-card-price.is-query{
  font-size:17px;
  line-height:1.2;
}
.offers-card-shipping{
  color:#148653;
  font-size:10px;
  font-weight:850;
}
.offers-card-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:7px;
  margin-top:auto;
}
.offers-buy{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 12px;
  border-radius:11px;
  background:var(--offers-blue);
  color:#fff;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.offers-buy:hover,
.offers-buy:focus-visible{
  background:var(--offers-blue-dark);
  outline:none;
}
.offers-driver-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 11px;
  border:1px solid #d7e0ec;
  border-radius:10px;
  background:#fff;
  color:#344054;
  font-size:11px;
  font-weight:850;
  text-decoration:none;
}
.offers-driver-link:hover,
.offers-driver-link:focus-visible{
  border-color:#b8c7da;
  background:#f8fafc;
  outline:none;
}
.offers-card-note{
  margin-top:2px;
  color:#98a2b3;
  font-size:9px;
  line-height:1.4;
  text-align:center;
}
.offers-loading-card{
  min-height:430px;
  border:1px solid #e8ecf2;
  border-radius:20px;
  background:
    linear-gradient(90deg,transparent,rgba(255,255,255,.82),transparent) -120% 0/60% 100% no-repeat,
    linear-gradient(#eef2f6 0 0) 20px 20px/80% 47% no-repeat,
    linear-gradient(#eef2f6 0 0) 20px 245px/55% 16px no-repeat,
    linear-gradient(#eef2f6 0 0) 20px 278px/80% 14px no-repeat,
    linear-gradient(#eef2f6 0 0) 20px 315px/45% 30px no-repeat,
    #fff;
  animation:offers-skeleton 1.35s linear infinite;
}
@keyframes offers-skeleton{to{background-position:220% 0,20px 20px,20px 245px,20px 278px,20px 315px}}
.offers-empty{
  margin:28px 0;
  padding:34px;
  border:1px dashed #cbd5e1;
  border-radius:20px;
  background:#fff;
  text-align:center;
}
.offers-empty strong{display:block;font-size:18px}
.offers-empty p{margin:7px 0 16px;color:#667085}
.offers-empty button{
  min-height:40px;
  padding:0 14px;
  border:1px solid #d2dae6;
  border-radius:10px;
  background:#fff;
  color:#344054;
  font-weight:850;
}
.offers-info-strip{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:28px;
  margin-bottom:44px;
  padding:18px 20px;
  border:1px solid #dfe6ef;
  border-radius:18px;
  background:#fff;
}
.offers-info-strip>div{
  display:flex;
  align-items:center;
  gap:12px;
}
.offers-info-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:12px;
  background:#eef4ff;
  color:#155eef;
  font-size:19px;
  font-weight:900;
}
.offers-info-strip strong{display:block;font-size:13px}
.offers-info-strip p{margin:2px 0 0;color:#667085;font-size:11px}
.offers-info-strip>a{
  flex:0 0 auto;
  color:#155eef;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
}
.offers-results.is-loading{min-height:430px}
@media(max-width:1080px){
  .offers-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .offers-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:820px){
  .offers-hero-grid{grid-template-columns:1fr}
  .offers-driver-bridge{max-width:520px}
  .offers-search-shell{position:relative;top:auto}
  .offers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .offers-info-strip{align-items:flex-start;flex-direction:column}
}
@media(max-width:620px){
  .offers-hero{padding:34px 0 20px}
  .offers-hero-copy h1{font-size:40px}
  .offers-hero-copy .lead{font-size:16px}
  .offers-search-shell{padding:13px;border-radius:17px}
  .offers-filters{grid-template-columns:1fr 1fr;gap:8px}
  .offers-filter-toggle{grid-column:1/-1}
  .offers-summary-row{align-items:flex-start}
  .offers-grid{grid-template-columns:1fr}
  .offers-card{
    display:grid;
    grid-template-columns:128px minmax(0,1fr);
  }
  .offers-card-media{
    min-height:100%;
    aspect-ratio:auto;
    border-bottom:0;
    border-right:1px solid #edf1f5;
    padding:11px;
  }
  .offers-card-badges{display:none}
  .offers-card-body{padding:13px}
  .offers-card-title{font-size:15px}
  .offers-card-price{font-size:21px}
  .offers-card-actions{grid-template-columns:1fr}
  .offers-loading-card{min-height:210px}
}
@media(max-width:420px){
  .offers-hub-page .wrap{width:min(100% - 28px,1120px)}
  .offers-hero-trust{gap:6px}
  .offers-hero-trust span{font-size:10px}
  .offers-filters{grid-template-columns:1fr}
  .offers-filter-toggle{grid-column:auto}
  .offers-card{grid-template-columns:108px minmax(0,1fr)}
  .offers-card-meta span:nth-child(n+3){display:none}
  .offers-card-note{display:none}
}
@media(prefers-reduced-motion:reduce){
  .offers-card,.offers-loading-card{transition:none;animation:none}
}