.primary {
  background: linear-gradient(110deg, var(--blue), var(--teal));
  box-shadow: 0 12px 26px #1687a53d;
  transition: transform .18s ease, box-shadow .18s ease;
}

/* Official App Store and Google Play badges */
.store-buttons > a.store-badge {
  min-width: 0;
  padding: 0;
  gap: 0;
  background: transparent;
  border-radius: 0;
}

.store-badge img {
  display: block;
  width: auto;
}

.app-store-badge img {
  height: 48px;
}

.google-play-badge img {
  height: 70px;
  margin: -11px 0;
}

.store-buttons > a.store-badge:hover {
  opacity: .9;
  transform: translateY(-1px);
}

@media (max-width: 560px) {
  .store-buttons > a.store-badge {
    width: auto;
  }
}

.primary span {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  margin: -4px -8px -4px 0;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 17px;
}

.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px #1687a54d;
}

.card-top .tacklecache-card-logo {
  width: 160px;
  height: auto;
  border-radius: 0;
  object-fit: contain;
}

.hunting-card {
  position: relative;
  overflow: hidden;
  border-color: #b9d0bd;
  background: linear-gradient(145deg, #ffffff 35%, #edf5ee);
}

.hunting-card::after {
  content: "";
  position: absolute;
  right: -44px;
  bottom: -44px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #245b3830;
}

.hunting-logo-wrap {
  position: relative;
  width: 100%;
  min-height: 125px;
  display: flex;
  align-items: center;
}

.hunting-logo-wrap img {
  width: 225px;
  max-width: 78%;
  height: auto;
  object-fit: contain;
  clip-path: polygon(0 0, 93% 0, 93% 76%, 100% 76%, 100% 100%, 0 100%);
}

.coming-soon {
  position: absolute;
  top: 0;
  right: -26px;
  transform: rotate(8deg);
  padding: 9px 28px;
  border-radius: 5px;
  background: #f47c18;
  color: white;
  box-shadow: 0 7px 16px #9b4f1838;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hunting-card > p {
  margin-top: 13px;
  color: #385846;
}

.hunting-muted {
  color: #557762;
  position: relative;
  z-index: 1;
}

.hunting-link {
  color: #245b38 !important;
  position: relative;
  z-index: 1;
}

.hunting-page {
  --hunt-green: #245b38;
  --hunt-deep: #153b27;
  --hunt-orange: #f47c18;
  background: #f5f8f5;
}

.hunting-nav {
  width: 100%;
  padding-inline: max(24px, calc((100% - var(--max))/2));
  background: var(--hunt-deep);
  color: #fff;
}

.hunting-nav nav { color: #d0dfd4; }

.hunting-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  gap: 70px;
  padding-block: 80px 96px;
}

.hunting-hero h1 {
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -.05em;
  margin: 24px 0;
  color: var(--hunt-deep);
}

.hunting-hero .lead { max-width: 610px; }
.hunting-brand-image { width: min(100%, 470px); height: auto; }

.coming-panel {
  border: 1px solid #c9d9cd;
  border-radius: 22px;
  padding: 38px;
  background: linear-gradient(145deg, #fff, #e7f0e9);
  box-shadow: 0 22px 55px #153b2717;
}

.coming-panel strong {
  display: block;
  margin-bottom: 10px;
  color: var(--hunt-orange);
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.coming-panel p { margin: 0; color: #4f6757; line-height: 1.7; }

.legal h2 {
  margin: 38px 0 10px;
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -.02em;
}

.legal h3 { margin: 24px 0 8px; font-size: 18px; }
.legal ul { padding-left: 22px; color: #465969; font-size: 17px; line-height: 1.75; }
.legal a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-address { font-style: normal; color: #465969; font-size: 17px; line-height: 1.7; }

.feature-grid article {
  position: relative;
  overflow: hidden;
  min-height: 225px;
  padding: 30px;
  border-color: #cadde6;
  border-radius: 20px;
  background: linear-gradient(145deg, #ffffff 48%, #f2f9fb);
  box-shadow: 0 14px 35px #123f560d;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.feature-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--teal), var(--orange));
}

.feature-grid article:nth-child(2n) {
  background: linear-gradient(145deg, #ffffff 48%, #fff7ed);
}

.feature-grid article:hover {
  transform: translateY(-3px);
  border-color: #8fc8d5;
  box-shadow: 0 20px 42px #123f5618;
}

.feature-grid .feature-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  color: #fff;
  box-shadow: 0 9px 20px #1676b82b;
}

.feature-grid article:nth-child(2n) .feature-icon {
  background: linear-gradient(135deg, var(--orange), #ffad3d);
  box-shadow: 0 9px 20px #f28b242b;
}

.feature-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-grid h3 {
  margin-top: 24px;
  font-size: 21px;
}

@media(max-width:850px) {
  .hunting-hero { grid-template-columns: 1fr; gap: 30px; }
  .hunting-brand-image { width: min(85%, 430px); }
}

.gearscope-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 0 1px #00b83f4a, 0 5px 16px #00b83f24;
}

.scope-icon {
  width: 62px;
  height: 62px;
  border-radius: 16px;
}

.gearscope-wordmark {
  display: block;
  width: 205px;
  height: auto;
  mix-blend-mode: screen;
}

body:not(.tackle-page) .eyebrow,
body:not(.tackle-page) .hero h1 span {
  color: #008b35;
}

body:not(.tackle-page) .scope-visual {
  background: radial-gradient(circle at center, #e9f7ed 0, transparent 57%);
}

body:not(.tackle-page) .scope-ring {
  border-color: #00b83f45;
}

.search-story,
.barcode-explainer,
.faq {
  margin-top: 72px;
}

.search-story {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: start;
  padding-top: 64px;
  border-top: 1px solid #dbe7ec;
}

.search-story h2,
.barcode-explainer h2,
.faq h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
}

.search-story-copy {
  font-size: 18px;
  line-height: 1.7;
  color: #536b7c;
}

.search-story-copy p:first-child {
  margin-top: 0;
}

.barcode-explainer {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 54px;
  align-items: center;
  padding: 52px;
  border-radius: 24px;
  background: #0f3950;
  color: #fff;
}

.barcode-explainer p:last-child {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.65;
  color: #d7e6ed;
}

.barcode-mark {
  height: 138px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  transform: rotate(-3deg);
}

.barcode-mark span {
  display: block;
  background: #0f3950;
  width: 9px;
}

.barcode-mark span:nth-child(2),
.barcode-mark span:nth-child(5) { width: 18px; }
.barcode-mark span:nth-child(4) { width: 5px; }

.faq {
  padding-bottom: 76px;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.faq details {
  border: 1px solid #d6e3e9;
  border-radius: 14px;
  padding: 20px 22px;
  background: #fff;
}

.faq summary {
  cursor: pointer;
  font-size: 17px;
  font-weight: 750;
  color: #092c42;
}

.faq details p {
  margin: 14px 0 2px;
  line-height: 1.6;
  color: #536b7c;
}

@media (max-width: 760px) {
  .search-story,
  .barcode-explainer,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .search-story { gap: 24px; }

  .barcode-explainer {
    gap: 30px;
    padding: 34px 24px;
  }

  .barcode-mark {
    width: 150px;
    height: 106px;
  }
}
