:root {
  --orange: #ff7a1a;
  --orange-dark: #df5b00;
  --ink: #121716;
  --muted: #6c7672;
  --green: #174c35;
  --line: #e4e8e5;
  --bg: #f6f7f6;
  --card: #fff;
  --shadow: 0 12px 30px rgba(22, 32, 28, .08);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: Inter, Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }

.notice {
  overflow: hidden;
  min-height: 38px;
  color: #fff;
  background: linear-gradient(90deg, #ff6a00, #ff9c45, #ff6a00);
  font-size: 14px;
  font-weight: 850;
}
.notice-track {
  display: flex;
  width: max-content;
  gap: 60px;
  padding: 10px 0;
  animation: slide 24s linear infinite;
}
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-33.33%); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 0 clamp(20px, 5vw, 86px);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
.brand,
.nav,
.header-tools,
.footer-brand {
  display: flex;
  align-items: center;
}
.brand {
  gap: 10px;
  color: var(--orange-dark);
  font-weight: 950;
  white-space: nowrap;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
}
.nav {
  justify-content: center;
  gap: 28px;
  color: #2b3430;
  font-weight: 750;
}
.header-tools { gap: 12px; color: var(--muted); }
.signin {
  min-height: 36px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: #fff;
}

.hero {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 24px;
  max-width: 1220px;
  margin: 28px auto;
  padding: 0 20px;
}
.category-menu {
  display: grid;
  gap: 8px;
  align-self: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
.category-menu a {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 7px;
}
.category-menu a:hover { background: #fff6ee; }
.category-menu strong { font-size: 15px; }
.category-menu span { color: var(--muted); font-size: 13px; }

.hero-search {
  min-height: 410px;
  padding: clamp(36px, 6vw, 74px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 10% 18%, rgba(255,122,26,.18) 0 95px, transparent 97px),
    radial-gradient(circle at 88% 24%, rgba(23,76,53,.18) 0 120px, transparent 122px),
    linear-gradient(135deg, #fff, #f3f5f4);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.hero-search::before,
.hero-search::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  background: linear-gradient(135deg, #151515, #313131);
  transform: rotate(-14deg);
}
.hero-search::before {
  left: -24px;
  bottom: 16px;
  width: 210px;
  height: 96px;
}
.hero-search::after {
  right: -20px;
  top: 34px;
  width: 230px;
  height: 118px;
  background: linear-gradient(135deg, #58c9ee, #f96aa4);
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--orange-dark);
  font-weight: 900;
  text-transform: uppercase;
}
.hero-search h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  letter-spacing: 0;
}
.hero-search form {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
  max-width: 720px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 10px 28px rgba(31, 43, 37, .08);
}
.hero-search input,
.hero-search button {
  min-height: 54px;
  border-radius: 7px;
  font-size: 15px;
}
.hero-search input {
  width: 100%;
  border: 1px solid #d7dfdb;
  padding: 0 18px;
}
.hero-search button {
  border: 0;
  color: #fff;
  background: var(--green);
  font-weight: 900;
}
.trending {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}
.trending a {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--green);
}

.section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 34px 20px;
}
.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}
.section-head h2,
.faq h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
}
.section-head a { color: var(--orange-dark); font-weight: 850; }

.category-pills,
.product-grid,
.agent-grid {
  display: grid;
  gap: 14px;
}
.category-pills {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.category-pills a,
.product-card,
.agent-grid a,
.faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--card);
  box-shadow: var(--shadow);
}
.category-pills a {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 0 20px;
  font-weight: 900;
}
.product-section {
  padding-top: 26px;
}
.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-card {
  overflow: hidden;
  display: grid;
  gap: 8px;
  padding: 12px;
}
.thumb {
  display: block;
  aspect-ratio: 1 / .72;
  border-radius: 7px;
  background:
    radial-gradient(circle at 32% 38%, #fff 0 18%, transparent 19%),
    linear-gradient(135deg, #f9ece2, #dfeeea);
}
.t2 { background: linear-gradient(135deg, #111 0 38%, #f7f7f7 39% 76%, #ff7a1a 77%); }
.t3 { background: linear-gradient(135deg, #eaeaea, #fff 46%, #174c35 47%); }
.t4 { background: linear-gradient(135deg, #eef7ff, #58c9ee 52%, #fff 53%); }
.t5 { background: linear-gradient(135deg, #fff, #ececec 46%, #ff7a1a 47%); }
.t6 { background: linear-gradient(135deg, #101010, #444 52%, #ff6fa5 53%); }
.t7 { background: linear-gradient(135deg, #efe5d8, #fff 48%, #174c35 49%); }
.t8 { background: linear-gradient(135deg, #f6f6f6, #fff 45%, #f2bd00 46%); }
.product-card strong { font-size: 16px; }
.product-card em {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
}
.agents { padding-bottom: 50px; }
.agent-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.agent-grid a {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 110px;
}
.agent-grid b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: var(--orange);
}
.agent-grid span { font-weight: 850; }

.faq {
  max-width: 880px;
}
.faq details {
  padding: 18px 20px;
  margin-top: 12px;
}
.faq summary {
  cursor: pointer;
  font-weight: 900;
}
.faq p {
  color: var(--muted);
  line-height: 1.7;
}
.site-footer {
  padding: 36px 20px;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}
.site-footer .brand { justify-content: center; margin-bottom: 12px; }
.site-footer div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr; padding: 14px 20px; }
  .nav,
  .header-tools { justify-content: flex-start; flex-wrap: wrap; }
  .hero { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .agent-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .hero-search form,
  .category-pills,
  .product-grid,
  .agent-grid { grid-template-columns: 1fr; }
  .hero-search { padding: 32px 18px; }
}
