/* usa-jerseys.net — light sporty theme [2026-08-10] */
:root {
  --bg: #f2f6fb;
  --bg2: #e9eff7;
  --surf: #ffffff;
  --surf2: #f6f9fd;
  --line: #dde6f1;
  --text: #0f1a2e;
  --muted: #5b6b84;
  --ac1: #10b981;
  --ac2: #0284c7;
  --ac3: #f43f5e;
  --grad: linear-gradient(135deg, #10b981, #0284c7);
  --on-grad: #ffffff;
  --r: 14px;
  --shadow: 0 12px 32px rgba(15, 26, 46, .14);
  --font-head: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  min-height: 100vh;
  background-image:
    radial-gradient(900px 500px at 85% -10%, rgba(2, 132, 199, .10), transparent 60%),
    radial-gradient(800px 460px at 5% 0%, rgba(16, 185, 129, .10), transparent 55%),
    radial-gradient(700px 420px at 50% 110%, rgba(244, 63, 94, .06), transparent 60%);
  background-attachment: fixed;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.muted { color: var(--muted); }

/* ---------- header ---------- */
.site-head {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.head-in { display: flex; align-items: center; gap: 28px; height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand-badge {
  font-family: var(--font-head);
  font-weight: 700; font-size: 20px; letter-spacing: 1px;
  color: var(--on-grad);
  background: var(--grad);
  padding: 4px 9px; border-radius: 8px;
  box-shadow: 0 4px 12px rgba(2, 132, 199, .25);
}
.brand-name { font-family: var(--font-head); font-weight: 600; font-size: 22px; letter-spacing: .5px; }
.brand-name em { font-style: normal; color: var(--muted); font-size: 15px; font-weight: 500; }
.us-flag { width: 20px; height: 14px; border-radius: 3px; flex: none; box-shadow: 0 1px 4px rgba(15, 26, 46, .25); }
.nav { display: flex; gap: 4px; margin-left: 8px; }
.nav a {
  padding: 8px 14px; border-radius: 9px; font-size: 14.5px; font-weight: 600;
  color: var(--muted); transition: .18s;
}
.nav a:hover { color: var(--text); background: var(--bg2); }
.cart-btn {
  margin-left: auto; position: relative;
  background: var(--surf); border: 1px solid var(--line); color: var(--text);
  width: 46px; height: 46px; border-radius: 12px;
  display: grid; place-items: center; transition: .18s;
  box-shadow: 0 2px 8px rgba(15, 26, 46, .06);
}
.cart-btn:hover { border-color: var(--ac1); }
.cart-count {
  position: absolute; top: -7px; right: -7px;
  min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--grad); color: var(--on-grad);
  font-size: 12px; font-weight: 800; border-radius: 10px;
  display: grid; place-items: center;
  border: 2px solid #fff;
}
.cart-count.zero { display: none; }

/* ---------- hero (jerseys.cc style — full-width navy band) ---------- */
.hero {
  margin-inline: calc((100% - 100vw) / 2);   /* break out of .wrap -> edge-to-edge */
  background: linear-gradient(135deg, #1B2D5B 0%, #15244A 60%, #2A4080 100%);
  color: #fff;
  padding: 80px 0 90px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 20%, rgba(0, 166, 81, .15) 0, transparent 40%),
    radial-gradient(circle at 15% 80%, rgba(228, 0, 43, .12) 0, transparent 40%);
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; right: -100px; top: -100px; width: 480px; height: 480px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='%23ffffff' stroke-width='.4' opacity='.18'/%3E%3Cpolygon points='50,15 60,40 86,40 65,55 73,80 50,65 27,80 35,55 14,40 40,40' fill='none' stroke='%23ffffff' stroke-width='.3' opacity='.18'/%3E%3C/svg%3E") center/contain no-repeat;
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 2; }
.hero .badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2);
  color: #fff; font-size: 12px; font-weight: 600; letter-spacing: 1.2px;
  text-transform: uppercase; padding: 7px 14px; border-radius: 30px; margin-bottom: 20px;
}
.hero .badge-dot {
  width: 7px; height: 7px; background: #00A651; border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 166, 81, .4);
}
.hero h1 {
  font-family: 'Bebas Neue', var(--font-head), sans-serif;
  font-size: 64px; line-height: 1.05; letter-spacing: .5px; margin-bottom: 18px;
  max-width: 800px; font-weight: 400;
}
.hero h1 .accent-g { color: #00A651; }
.hero h1 .accent-r { color: #E4002B; }
.hero .lead { font-size: 18px; opacity: .9; margin-bottom: 24px; max-width: 680px; line-height: 1.55; }
.hero-search { margin: 32px 0 28px; max-width: 640px; }
.hero-search-form {
  display: flex; background: rgba(255, 255, 255, .96); border-radius: 14px; padding: 6px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .18);
}
.hero-search-form input {
  flex: 1; border: 0; outline: 0; padding: 14px 18px; font-size: 15px;
  background: transparent; color: #15171D; border-radius: 10px;
}
.hero-search-form input::placeholder { color: #6c7280; }
.hero-search-form button {
  background: #00A651; color: #fff; border: 0; padding: 0 22px; border-radius: 10px;
  font-weight: 700; font-size: 14px; cursor: pointer; letter-spacing: .4px;
}
.hero-search-form button:hover { background: #008542; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 5px; padding: 7px 13px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .2);
  color: #fff; border-radius: 20px; font-size: 13px; font-weight: 600; transition: .15s;
}
.hero-chip:hover { background: rgba(255, 255, 255, .2); border-color: #FFD700; transform: translateY(-1px); }
.hero-chip-l { font-size: 11px; opacity: .6; margin-left: 2px; font-weight: 500; }
.cta { display: flex; gap: 12px; flex-wrap: wrap; }
.cta .btn { padding: 14px 26px; border-radius: 30px; }
.cta .btn.primary { background: #00A651; color: #fff; box-shadow: 0 6px 18px rgba(0, 166, 81, .35); }
.cta .btn.primary:hover { background: #008542; transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0, 166, 81, .45); }
.cta .btn.outline { background: transparent; border: 1.5px solid rgba(255, 255, 255, .4); color: #fff; }
.cta .btn.outline:hover { background: rgba(255, 255, 255, .1); border-color: #fff; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; max-width: 760px; }
.hero-stat { background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .12); border-radius: 12px; padding: 18px; }
.hero-stat .num { font-family: 'Bebas Neue', var(--font-head), sans-serif; font-size: 34px; color: #FFD700; letter-spacing: 1px; line-height: 1; }
.hero-stat .lab { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; opacity: .7; margin-top: 6px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 20px; border-radius: 11px;
  font-weight: 700; font-size: 14.5px; border: none;
  transition: .18s; text-transform: uppercase; letter-spacing: .5px;
  font-family: var(--font-head);
}
.btn-primary { background: var(--grad); color: var(--on-grad); box-shadow: 0 6px 18px rgba(2, 132, 199, .28); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(2, 132, 199, .38); }
.btn-ghost { background: var(--surf); border: 1px solid var(--line); color: var(--text); }
.btn-ghost:hover { border-color: var(--ac1); }
.btn-add { background: var(--surf); border: 1px solid var(--line); color: var(--text); }
.btn-add:hover { background: var(--grad); border-color: transparent; color: var(--on-grad); }
.btn-view { background: transparent; border: 1px solid var(--line); color: var(--muted); padding: 11px 16px; }
.btn-view:hover { color: var(--text); border-color: var(--muted); }
.btn-block { width: 100%; padding: 15px; font-size: 16px; }
.btn-wa {
  background: #22c55e; color: #ffffff; width: 100%; padding: 15px; font-size: 16px;
  box-shadow: 0 8px 22px rgba(34, 197, 94, .28);
}
.btn-wa:hover { transform: translateY(-1px); }
.pbtn-row { display: flex; gap: 10px; }
.pbtn-row .btn { flex: 1; width: auto; }

/* ---------- sections & cards ---------- */
.section { padding: 40px 0 60px; }
.sec-title {
  font-family: var(--font-head); font-size: 30px; text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 26px; display: flex; align-items: center; gap: 14px;
}
.sec-title::after { content: ''; flex: 1; height: 2px; background: linear-gradient(90deg, var(--line), transparent); }
.sec-title-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; margin-bottom: 26px; }
.sec-title-row .sec-title { margin-bottom: 0; }
.sec-title .dot { width: 12px; height: 12px; border-radius: 50%; flex: none; }
.sec-more { white-space: nowrap; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: .5px; color: var(--ac2); }
.sec-more:hover { color: var(--text); }

.grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.card {
  position: relative;
  background: var(--surf); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; transition: .22s; display: flex; flex-direction: column;
  box-shadow: 0 2px 10px rgba(15, 26, 46, .05);
}
.card:hover { transform: translateY(-4px); border-color: rgba(16, 185, 129, .55); box-shadow: var(--shadow); }
.card-img { position: relative; aspect-ratio: 1; background: var(--bg2); overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.card:hover .card-img img { transform: scale(1.04); }
.league-tag {
  position: absolute; top: 10px; left: 10px;
  background: rgba(255, 255, 255, .94); color: var(--ac2);
  border: 1px solid rgba(2, 132, 199, .35);
  font-family: var(--font-head); font-weight: 600; font-size: 12px; letter-spacing: 1.5px;
  padding: 3px 9px; border-radius: 7px;
}
.league-tag.static { position: static; display: inline-block; margin-bottom: 12px; }
.card-body { padding: 13px 14px 15px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.card-name { font-size: 14.5px; font-weight: 600; line-height: 1.35; min-height: 40px; }
.card-name a:hover { color: var(--ac2); }
.card-foot { display: flex; gap: 8px; margin-top: auto; }
.card-foot .btn { flex: 1; padding: 9px 10px; font-size: 12.5px; }

/* ---------- league hub ---------- */
.league-grid { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.league-card {
  background: var(--surf); border: 1px solid var(--line); border-radius: var(--r);
  padding: 22px; position: relative; overflow: hidden; transition: .22s; display: block;
  box-shadow: 0 2px 10px rgba(15, 26, 46, .05);
}
.league-card::before {
  content: ''; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--lc), transparent);
}
.league-card:hover { transform: translateY(-3px); border-color: var(--lc); box-shadow: var(--shadow); }
.league-code {
  font-family: var(--font-head); font-size: 46px; font-weight: 700; line-height: 1;
  color: var(--lc); display: block; margin-bottom: 8px;
}
.league-name { font-weight: 700; display: block; }
.league-count { color: var(--muted); font-size: 13px; display: block; margin-top: 3px; }
.league-arrow { position: absolute; right: 18px; top: 20px; font-size: 24px; color: var(--muted); transition: .2s; }
.league-card:hover .league-arrow { color: var(--lc); transform: translateX(4px); }

/* ---------- category header / filter bar ---------- */
.cat-head { padding: 48px 0 8px; }
.cat-head h1 { font-family: var(--font-head); font-size: 44px; text-transform: uppercase; letter-spacing: 1.5px; }
.cat-head p { color: var(--muted); margin-top: 6px; }
.filter-bar {
  display: flex; flex-wrap: wrap; align-items: flex-end; gap: 14px;
  background: var(--surf); border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 18px; margin: 20px 0 26px;
}
.fb-item { display: flex; flex-direction: column; gap: 5px; }
.fb-label {
  font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
  color: var(--muted);
}
.fb-item select {
  min-width: 160px; max-width: 220px;
  padding: 9px 34px 9px 12px; border: 1px solid var(--line); border-radius: 9px;
  background: var(--surf2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23888' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E") no-repeat right 12px center;
  color: var(--text); font-family: var(--font-body); font-size: 13.5px; cursor: pointer;
  appearance: none; -webkit-appearance: none;
}
.fb-item select:focus { outline: none; border-color: var(--ac1); box-shadow: 0 0 0 3px rgba(0, 166, 81, .12); }
.fb-meta { margin-left: auto; display: flex; align-items: center; gap: 14px; padding-bottom: 2px; }
.fb-count { font-size: 13.5px; color: var(--muted); }
.fb-clear { font-size: 13px; color: var(--ac3); font-weight: 600; text-decoration: underline; }
.fb-clear:hover { opacity: .8; }
@media (max-width: 760px) {
  .filter-bar { gap: 10px; }
  .fb-item { flex: 1 1 calc(50% - 10px); }
  .fb-item select { width: 100%; max-width: none; }
  .fb-meta { margin-left: 0; width: 100%; justify-content: space-between; }
}

/* ---------- pagination ---------- */
.pager { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin: 44px 0 20px; }
.pg {
  min-width: 40px; padding: 9px 13px; text-align: center;
  background: var(--surf); border: 1px solid var(--line); border-radius: 10px;
  font-size: 14px; font-weight: 600; transition: .15s;
}
.pg:hover { border-color: var(--ac1); }
.pg.on { background: var(--grad); color: var(--on-grad); border-color: transparent; }
.pg.dots { border-color: transparent; background: transparent; }

/* ---------- product detail ---------- */
.product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 46px; padding: 44px 0; }
.gallery-main {
  background: var(--bg2); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; aspect-ratio: 1; position: sticky; top: 86px;
}
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gthumb {
  width: 74px; height: 74px; border-radius: 10px; overflow: hidden;
  border: 2px solid var(--line); background: var(--bg2); padding: 0; transition: .15s;
}
.gthumb.on { border-color: var(--ac1); }
.gthumb img { width: 100%; height: 100%; object-fit: cover; }
.pinfo h1 { font-family: var(--font-head); font-size: 32px; text-transform: uppercase; letter-spacing: .5px; line-height: 1.15; margin-bottom: 14px; }
.psize { color: var(--muted); font-size: 15px; }
.pprice { font-size: 16px; margin: 10px 0; color: var(--muted); }
.pprice b { color: var(--ac1); font-size: 17px; }
.pdesc { color: var(--muted); font-size: 14.5px; margin-bottom: 22px; }
.how { margin-top: 30px; background: var(--surf); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.how h4 { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.how ol { padding-left: 20px; color: var(--muted); font-size: 14px; display: grid; gap: 6px; }
.how b { color: var(--text); }

/* ---------- cart drawer ---------- */
.drawer-veil {
  position: fixed; inset: 0; background: rgba(15, 26, 46, .45); z-index: 90;
  opacity: 0; pointer-events: none; transition: opacity .25s;
}
.drawer-veil.show { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: 400px; max-width: 92vw;
  background: var(--surf); border-left: 1px solid var(--line); z-index: 100;
  display: flex; flex-direction: column;
  transform: translateX(105%); transition: transform .3s cubic-bezier(.2, .8, .25, 1);
}
.cart-drawer.open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 22px; border-bottom: 1px solid var(--line); }
.drawer-head h3 { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1px; font-size: 20px; }
.drawer-head #drawerTotal { color: var(--ac2); }
.drawer-close { background: var(--bg2); border: 1px solid var(--line); color: var(--text); width: 34px; height: 34px; border-radius: 9px; font-size: 15px; }
.drawer-close:hover { border-color: var(--ac1); }
.drawer-body { flex: 1; overflow-y: auto; padding: 14px 20px; }
.cart-empty { color: var(--muted); text-align: center; padding: 46px 0; font-size: 14.5px; }
.cart-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 66px; height: 66px; object-fit: cover; border-radius: 9px; border: 1px solid var(--line); }
.ci-info { flex: 1; min-width: 0; }
.ci-name { font-size: 13.5px; font-weight: 600; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ci-ctrl { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.ci-ctrl button {
  width: 26px; height: 26px; border-radius: 7px; border: 1px solid var(--line);
  background: var(--surf); color: var(--text); font-weight: 700; line-height: 1;
}
.ci-ctrl button:hover { border-color: var(--ac1); }
.ci-qty { font-weight: 700; min-width: 20px; text-align: center; font-size: 14px; }
.ci-del { margin-left: auto; color: var(--muted); font-size: 13px; background: none; border: none; padding: 4px; }
.ci-del:hover { color: #e11d48; }
.drawer-foot { padding: 16px 20px; border-top: 1px solid var(--line); }
.drawer-note { font-size: 12.5px; color: var(--muted); margin-bottom: 12px; }

/* ---------- footer (dark navy premium block) ---------- */
.site-foot {
  margin-top: 40px; position: relative; overflow: hidden;
  background: #0d1726; color: #e6edf7;
  background-image:
    radial-gradient(700px 320px at 90% 0%, rgba(2, 132, 199, .16), transparent 60%),
    radial-gradient(600px 300px at 8% 100%, rgba(16, 185, 129, .12), transparent 60%);
}
.foot-ww {
  position: absolute; right: -8px; top: 4px;
  font-family: var(--font-head); font-weight: 700; line-height: 1;
  font-size: clamp(90px, 15vw, 200px); letter-spacing: 3px;
  color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, .07);
  user-select: none; pointer-events: none;
}
.foot-in {
  position: relative; display: grid; gap: 40px; padding: 56px 20px 40px;
  grid-template-columns: 1.7fr 1fr 1fr 1.25fr;
}
.foot-brand { margin-bottom: 12px; }
.foot-in .brand-name { color: #fff; }
.foot-in .brand-name em { color: #7d8ba3; }
.foot-about p { color: #9db0c9; font-size: 14px; max-width: 340px; line-height: 1.7; }
.foot-values { list-style: none; margin-top: 20px; display: grid; gap: 13px; }
.foot-values li { display: flex; align-items: flex-start; gap: 11px; }
.foot-values svg { flex: none; width: 19px; height: 19px; color: #34d399; margin-top: 2px; }
.foot-values b { display: block; color: #fff; font-weight: 600; font-size: 13.5px; }
.foot-values span { color: #7f93ad; font-size: 12.5px; line-height: 1.4; }
.foot-blk h4 {
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 1.5px;
  font-size: 14px; margin-bottom: 16px; color: #fff;
  display: flex; align-items: center; gap: 9px;
}
.foot-blk h4::after { content: ''; width: 22px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, #10b981, #0284c7); }
.foot-blk a.blk { display: block; color: #9db0c9; font-size: 14px; padding: 5px 0; transition: .16s; }
.foot-blk a.blk:hover { color: #fff; padding-left: 5px; }
.foot-wa {
  display: inline-flex; align-items: center; gap: 9px;
  background: #16283f; border: 1px solid rgba(255, 255, 255, .14);
  color: #fff; padding: 10px 14px; border-radius: 10px;
  font-size: 14px; font-weight: 600; transition: .16s;
}
.foot-wa:hover { border-color: #25d366; transform: translateY(-1px); }
.foot-wa svg { color: #25d366; flex: none; }
.foot-line { display: block; color: #7f93ad; font-size: 13px; margin-top: 8px; }
.foot-chat { display: inline-block; margin-top: 14px; color: #38bdf8; font-weight: 600; font-size: 14px; }
.foot-chat:hover { color: #fff; }
.foot-bot { border-top: 1px solid rgba(255, 255, 255, .10); background: rgba(0, 0, 0, .22); }
.foot-bot-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; flex-wrap: wrap; color: #7f93ad; font-size: 13px; }
.foot-assure { list-style: none; display: flex; gap: 18px; flex-wrap: wrap; }
.foot-assure li { color: #9db0c9; }
.foot-assure li::before { content: '✓'; color: #34d399; margin-right: 6px; font-weight: 700; }

/* ---------- 404 ---------- */
.notfound { text-align: center; padding: 110px 0; }
.notfound h1 { font-family: var(--font-head); font-size: 90px; color: var(--ac2); }
.notfound p { color: var(--muted); margin-bottom: 24px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .product { grid-template-columns: 1fr; gap: 26px; }
  .gallery-main { position: static; }
  .nav { gap: 0; }
  .nav a { padding: 8px 9px; font-size: 13px; }
  .hero { padding: 50px 0 60px; }
  .hero h1 { font-size: 42px; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .foot-in { grid-template-columns: 1fr 1fr; gap: 34px; }
}
@media (max-width: 560px) {
  .foot-in { grid-template-columns: 1fr; gap: 30px; padding-top: 44px; }
  .foot-bot-in { justify-content: center; text-align: center; }
  .foot-assure { justify-content: center; }
}
@media (max-width: 680px) {
  .hero h1 { font-size: 34px; }
  .hero .lead { font-size: 15px; }
  .hero-search-form input { font-size: 14px; padding: 12px 14px; }
  .hero-search-form button { padding: 0 16px; font-size: 13px; }
  .hero-stat .num { font-size: 26px; }
  .hero-stats { gap: 12px; margin-top: 34px; }
}

/* ---------- home effects: pure CSS, GPU-friendly (transform/opacity only) ---------- */
@keyframes usjRise {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* search box: glow ring on focus (hero keeps its static style otherwise) */
.hero-search-form { transition: box-shadow .25s ease, transform .2s ease; }
.hero-search-form:focus-within {
  box-shadow: 0 0 0 4px rgba(0, 166, 81, .22), 0 12px 44px rgba(0, 0, 0, .28);
  transform: translateY(-1px);
}

/* cards: image zoom on hover already present; add subtle sheen sweep */
.card::before {
  content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .14), transparent);
  transform: skewX(-18deg); transition: left .5s ease; pointer-events: none; z-index: 1;
}
.card:hover::before { left: 130%; }
.card-img img { will-change: transform; }

/* section titles: quick entrance once */
.sec-title { animation: usjRise .5s ease-out both; }

/* respect reduced-motion preferences */
@media (prefers-reduced-motion: reduce) {
  .hero-search-form, .card::before, .sec-title {
    animation: none; transition: none;
  }
}
