/* ============================================================
   Custom Plastic Key Tags — Goldcattle
   Scoped stylesheet. 100% contained within .gc-keytags
   to avoid any leakage into WordPress / Kadence global styles.
   Brand tokens: --blue #0052cc | --navy #0f2747 | --accent #00a3c4
   ============================================================ */

.gc-keytags {
  --blue: #0052cc;
  --blue-dark: #00419e;
  --navy: #0f2747;
  --accent: #00a3c4;
  --ink: #1c2530;
  --muted: #5b6776;
  --line: #e3e8ef;
  --bg: #ffffff;
  --bg-soft: #f4f7fb;
  --bg-tint: #eef3fb;
  --good: #1a7f4b;
  --warn: #b06a00;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 39, 71, 0.08);
  --shadow-sm: 0 4px 14px rgba(15, 39, 71, 0.06);
  --maxw: 1140px;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.65;
  background: var(--bg);
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.gc-keytags *,
.gc-keytags *::before,
.gc-keytags *::after { box-sizing: border-box; }

.gc-keytags a { color: var(--blue); text-decoration: none; }
.gc-keytags a:hover { color: var(--blue-dark); }
.gc-keytags img { max-width: 100%; display: block; }

.gc-keytags .gc-wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
}

.gc-keytags .gc-section { padding: 76px 0; }
.gc-keytags .gc-section--soft { background: var(--bg-soft); }
.gc-keytags .gc-section--tint { background: var(--bg-tint); }

/* ---------- Hero ---------- */
.gc-keytags .gc-hero {
  position: relative;
  background: #ffffff;
  padding: 28px 0 38px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.gc-keytags .gc-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 22px;
  position: relative;
  z-index: 1;
}
.gc-keytags .gc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 10px;
}
.gc-keytags .gc-eyebrow::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.gc-keytags .gc-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  margin: 0 0 10px;
  color: var(--navy);
  font-weight: 800;
  letter-spacing: -.01em;
}
.gc-keytags .gc-hero__sub {
  font-size: 16px;
  color: var(--muted);
  margin: 0 0 16px;
  max-width: 580px;
  line-height: 1.55;
}
.gc-keytags .gc-hero__specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 14px;
  max-width: 600px;
}
.gc-keytags .gc-hero__spec {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  transition: border-color .18s ease, transform .18s ease;
}
.gc-keytags .gc-hero__spec:hover {
  border-color: #cdd8e8;
  transform: translateY(-1px);
}
.gc-keytags .gc-hero__spec strong {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin-bottom: 2px;
}
.gc-keytags .gc-hero__spec span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.3;
}
.gc-keytags .gc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.gc-keytags .gc-hero__trust span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--good);
  background: #e8f5ee;
  border-radius: 999px;
  padding: 4px 10px;
}
.gc-keytags .gc-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.gc-keytags .gc-hero__cta .gc-btn {
  padding: 12px 22px;
  font-size: 14px;
}
.gc-keytags .gc-hero__files {
  font-size: 12px;
  color: var(--muted);
  margin: 8px 0 0;
}
.gc-keytags .gc-hero__media {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, var(--bg-tint) 100%);
  border-radius: 16px;
  padding: 10px;
  box-shadow: var(--shadow);
}
.gc-keytags .gc-hero__media img {
  border-radius: 10px;
  border: 1px solid var(--line);
  width: 100%;
  height: auto;
  display: block;
}
.gc-keytags .gc-hero__badge {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: rgba(15, 39, 71, .92);
  color: #fff;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .02em;
  padding: 8px 14px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 39, 71, .22);
  backdrop-filter: blur(4px);
}

/* ---------- Buttons ---------- */
.gc-keytags .gc-btn,
.gc-keytags a.gc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
  font-family: inherit;
}
.gc-keytags .gc-btn:active { transform: translateY(1px); }
.gc-keytags a.gc-btn { text-decoration: none; }
.gc-keytags .gc-btn--primary { background: var(--blue); color: #fff; }
.gc-keytags .gc-btn--primary:hover { background: var(--blue-dark); color: #fff; }
.gc-keytags .gc-btn--secondary { background: #fff; color: var(--blue); border-color: var(--blue); }
.gc-keytags .gc-btn--secondary:hover { background: var(--bg-tint); }

/* ---------- Section heading ---------- */
.gc-keytags .gc-h2 {
  font-size: clamp(24px, 3vw, 33px);
  color: var(--navy);
  margin: 0 0 28px;
  font-weight: 800;
  line-height: 1.18;
  position: relative;
  padding-bottom: 16px;
}
.gc-keytags .gc-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 52px;
  height: 3px;
  border-radius: 3px;
  background: var(--accent);
}
.gc-keytags .gc-lede {
  font-size: 17px;
  color: var(--muted);
  max-width: 760px;
  margin: 0 0 32px;
}
.gc-keytags .gc-h3 {
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 10px;
  font-weight: 700;
}

/* ---------- Capability strip ---------- */
.gc-keytags .gc-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 8px 0 28px;
}
.gc-keytags .gc-chip,
.gc-keytags a.gc-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.gc-keytags a.gc-chip:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 12px rgba(0, 82, 204, 0.12);
  transform: translateY(-1px);
}
.gc-keytags .gc-cap-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.gc-keytags .gc-cap-table th,
.gc-keytags .gc-cap-table td {
  text-align: left;
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.gc-keytags .gc-cap-table th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
  width: 200px;
}
.gc-keytags .gc-cap-table tr:last-child td,
.gc-keytags .gc-cap-table tr:last-child th { border-bottom: 0; }
.gc-keytags .gc-cap-table td { color: var(--ink); }
.gc-keytags .gc-cap-table td .gc-note { color: var(--muted); font-size: 13px; }

/* ---------- Two / three column cards ---------- */
.gc-keytags .gc-grid { display: grid; gap: 20px; }
.gc-keytags .gc-grid--2 { grid-template-columns: repeat(2, 1fr); }
.gc-keytags .gc-grid--3 { grid-template-columns: repeat(3, 1fr); }
.gc-keytags .gc-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.gc-keytags .gc-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  border-color: #cdd8e8;
}
.gc-keytags .gc-card h3 { margin-top: 0; }
.gc-keytags .gc-card ul { margin: 8px 0 0; padding-left: 18px; color: var(--muted); }
.gc-keytags .gc-card ul li { margin: 4px 0; }
.gc-keytags .gc-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: var(--bg-tint);
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 12px;
}

/* ---------- Tables (comparison / decision) ---------- */
.gc-keytags .gc-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  font-size: 15px;
}
.gc-keytags .gc-table th,
.gc-keytags .gc-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.gc-keytags .gc-table thead th {
  background: var(--navy);
  color: #fff;
  font-weight: 700;
}
.gc-keytags .gc-table tbody tr:nth-child(even) { background: var(--bg-soft); }
.gc-keytags .gc-table tbody tr:last-child td { border-bottom: 0; }
.gc-keytags .gc-tag {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--bg-tint);
  color: var(--blue);
}
.gc-keytags .gc-tag--good { background: #e6f5ec; color: var(--good); }
.gc-keytags .gc-tag--warn { background: #fbf0dc; color: var(--warn); }

/* ---------- Type cards ---------- */
.gc-keytags .gc-cat {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}
.gc-keytags .gc-cat:hover {
  box-shadow: var(--shadow);
  transform: translateY(-3px);
  border-color: #cdd8e8;
}
.gc-keytags .gc-cat h3 { margin: 0 0 8px; color: var(--navy); }
.gc-keytags .gc-cat .gc-cat__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.gc-keytags .gc-cat .gc-cat__tags span {
  font-size: 13.5px;
  background: var(--bg-tint);
  color: var(--ink);
  padding: 5px 12px;
  border-radius: 8px;
}

/* ---------- Material blocks ---------- */
.gc-keytags .gc-mat {
  border-left: 4px solid var(--accent);
  background: #fff;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  box-shadow: var(--shadow-sm);
}
.gc-keytags .gc-mat h3 { margin: 0 0 6px; color: var(--navy); }
.gc-keytags .gc-mat p { margin: 0 0 10px; color: var(--muted); }
.gc-keytags .gc-mat .gc-mat__codes { font-weight: 700; color: var(--ink); letter-spacing: .04em; }

/* ---------- Shape chips ---------- */
.gc-keytags .gc-shapes { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 0; }
.gc-keytags .gc-shapes span {
  font-size: 14px;
  font-weight: 600;
  color: var(--navy);
  background: var(--bg-tint);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 16px;
}

/* ---------- Media block ---------- */
.gc-keytags .gc-media {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  background: #fff;
}
.gc-keytags .gc-media img { width: 100%; height: auto; display: block; }

/* ---------- Process flow ---------- */
.gc-keytags .gc-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 6px;
}
.gc-keytags .gc-flow__step {
  flex: 1 1 130px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  text-align: center;
  font-weight: 600;
  color: var(--navy);
  box-shadow: var(--shadow-sm);
}
.gc-keytags .gc-flow__step small { display: block; font-weight: 500; color: var(--muted); font-size: 12.5px; margin-top: 4px; }
.gc-keytags .gc-flow__arrow { align-self: center; color: var(--accent); font-weight: 800; font-size: 20px; }

/* ---------- Case studies ---------- */
.gc-keytags .gc-case {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.gc-keytags .gc-case img { width: 100%; height: 200px; object-fit: cover; background: var(--bg-soft); }
.gc-keytags .gc-case__body { padding: 20px 22px; }
.gc-keytags .gc-case__body h3 { margin: 0 0 12px; color: var(--navy); font-size: 18px; }
.gc-keytags .gc-case__meta { display: grid; grid-template-columns: 110px 1fr; gap: 4px 12px; font-size: 14px; margin-bottom: 12px; }
.gc-keytags .gc-case__meta dt { color: var(--muted); font-weight: 600; }
.gc-keytags .gc-case__meta dd { margin: 0; color: var(--ink); }
.gc-keytags .gc-case__challenge,
.gc-keytags .gc-case__solution { font-size: 14px; margin: 6px 0; }
.gc-keytags .gc-case__challenge b,
.gc-keytags .gc-case__solution b { color: var(--navy); }

/* ---------- FAQ ---------- */
.gc-keytags .gc-faq { display: grid; gap: 12px; }
.gc-keytags .gc-faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 20px;
  box-shadow: var(--shadow-sm);
}
.gc-keytags .gc-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  padding: 16px 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gc-keytags .gc-faq summary::-webkit-details-marker { display: none; }
.gc-keytags .gc-faq summary::after { content: "+"; font-size: 22px; color: var(--blue); font-weight: 700; }
.gc-keytags .gc-faq details[open] summary::after { content: "\2212"; }
.gc-keytags .gc-faq details p { margin: 0 0 16px; color: var(--muted); }

/* ---------- RFQ info ---------- */
.gc-keytags .gc-rfq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gc-keytags .gc-rfq-col { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.gc-keytags .gc-rfq-col h3 { margin-top: 0; }
.gc-keytags .gc-rfq-col ul { margin: 0; padding-left: 18px; }
.gc-keytags .gc-rfq-col li { margin: 6px 0; color: var(--muted); }
.gc-keytags .gc-rfq-col li b { color: var(--ink); }

/* ---------- Topic cluster ---------- */
.gc-keytags .gc-cluster { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-keytags .gc-cluster a,
.gc-keytags .gc-cluster .gc-cluster__node {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 16px;
  box-shadow: var(--shadow-sm);
}
.gc-keytags .gc-cluster .gc-cluster__hub { background: var(--blue); color: #fff; border-color: var(--blue); }

/* ---------- Callout ---------- */
.gc-keytags .gc-callout {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  padding: 30px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.gc-keytags .gc-callout h3 { color: #fff; margin: 0 0 6px; }
.gc-keytags .gc-callout p { margin: 0; color: #cdd8e8; max-width: 640px; }

/* ---------- CTA banner (manufacturing-services standard) ---------- */
.gc-keytags .gc-cta-banner {
  background: var(--navy);
  color: #fff;
  border-radius: var(--radius);
  padding: 36px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  box-shadow: 0 18px 40px rgba(15, 39, 71, .22);
}
.gc-keytags .gc-cta-banner__content { flex: 1 1 520px; }
.gc-keytags .gc-cta-banner__title {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.2;
}
.gc-keytags .gc-cta-banner__sub {
  font-size: 16px;
  color: #cdd8e8;
  margin: 0 0 14px;
  max-width: 680px;
  line-height: 1.55;
}
.gc-keytags .gc-cta-banner__files {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #3ddc97;
}
.gc-keytags .gc-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 16px 28px;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0, 82, 204, .35);
}
.gc-keytags .gc-cta-banner__btn:hover {
  background: var(--blue-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 82, 204, .4);
}
.gc-keytags .gc-cta-banner__btn::after {
  content: "\2192";
  font-size: 18px;
  line-height: 1;
}

/* ---------- Footer ---------- */
.gc-keytags .gc-footer {
  background: var(--navy);
  color: #cdd8e8;
  padding: 40px 0;
  font-size: 14px;
}
.gc-keytags .gc-footer a { color: #9fc1ff; }
.gc-keytags .gc-footer__grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; }
.gc-keytags .gc-footer strong { color: #fff; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .gc-keytags .gc-hero__grid { grid-template-columns: 1fr; }
  .gc-keytags .gc-hero__specs { grid-template-columns: repeat(2, 1fr); max-width: 420px; }
  .gc-keytags .gc-grid--2,
  .gc-keytags .gc-grid--3 { grid-template-columns: 1fr; }
  .gc-keytags .gc-rfq-grid { grid-template-columns: 1fr; }
  .gc-keytags .gc-section { padding: 48px 0; }
}
@media (max-width: 560px) {
  .gc-keytags .gc-cap-table th { width: 130px; }
  .gc-keytags .gc-hero { padding: 32px 0 34px; }
  .gc-keytags .gc-hero__grid { padding: 0 22px; gap: 28px; }
  .gc-keytags .gc-hero__specs { gap: 8px; }
  .gc-keytags .gc-hero__badge { bottom: 12px; right: 12px; padding: 6px 10px; font-size: 10.5px; }
}
