/* RFID / ACS product page: premium B2B depth, scoped to this page only. */
.rfid-access-page {
  --rfid-ink: #101b24;
  --rfid-ink-soft: #1b2c34;
  --rfid-copper: #c86b31;
  --rfid-copper-dark: #a95121;
  --rfid-paper: #fbfaf7;
  --rfid-warm: #f3eee7;
  --rfid-mist: #eaf1ef;
  --rfid-line: #ded6cd;
  --rfid-muted: #65727b;
  --rfid-shadow: 0 18px 42px rgba(16, 27, 36, .10);
  --rfid-shadow-lift: 0 26px 60px rgba(16, 27, 36, .16);
  color: var(--rfid-ink);
  background: var(--rfid-paper);
}

.rfid-access-page .breadcrumb-wrap {
  background: #f6f1eb;
  border-bottom: 1px solid rgba(222, 214, 205, .85);
}

.rfid-access-page .breadcrumb-wrap ol { margin-bottom: 0; }

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 438px;
  padding: clamp(76px, 8vw, 106px) 0 80px;
  background:
    radial-gradient(circle at 84% 22%, rgba(200, 107, 49, .25), transparent 28%),
    radial-gradient(circle at 55% 100%, rgba(53, 109, 122, .17), transparent 38%),
    linear-gradient(118deg, #111715 0%, #1c2729 50%, #26363a 100%) !important;
  border-bottom: 4px solid var(--rfid-copper);
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .7) 58%, transparent 100%);
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 600px;
  height: 600px;
  right: -210px;
  bottom: -392px;
  border: 1px solid rgba(226, 157, 107, .42);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(226, 157, 107, .06), 0 0 100px rgba(200, 107, 49, .12);
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero .hero-content {
  position: relative;
  z-index: 1;
  max-width: 950px;
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero .hero-badge {
  color: #f8f4ed !important;
  background: rgba(255, 255, 255, .08) !important;
  border-color: rgba(255, 255, 255, .26) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08);
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero h1 {
  max-width: 850px;
  color: #fff !important;
  font-size: clamp(2.25rem, 4.45vw, 4rem);
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero .hero-sub {
  max-width: 720px;
  color: rgba(241, 245, 246, .78) !important;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero .btn-primary-jbss {
  background: var(--rfid-copper) !important;
  border-color: var(--rfid-copper) !important;
  box-shadow: 0 12px 26px rgba(200, 107, 49, .26);
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero .btn-primary-jbss:hover {
  background: var(--rfid-copper-dark) !important;
  border-color: var(--rfid-copper-dark) !important;
  transform: translateY(-2px);
}

body.rfid-access-page[data-page-kind="product-rfid"] .page-hero .btn-tg {
  color: #f6f9fa !important;
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .05) !important;
}

.rfid-access-page .section-pad {
  position: relative;
  padding-top: clamp(72px, 8vw, 108px);
  padding-bottom: clamp(72px, 8vw, 108px);
}

.rfid-access-page .section-pad-sm {
  padding-top: clamp(58px, 7vw, 86px);
  padding-bottom: clamp(58px, 7vw, 86px);
}

.rfid-access-page .label-tag {
  color: var(--rfid-copper-dark);
  letter-spacing: .12em;
}

.rfid-access-page .section-title { text-wrap: balance; }

/* The injected visual brief is the first evidence layer after the Hero. */
body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 7vw, 92px) 0;
  background: linear-gradient(135deg, var(--rfid-warm) 0%, #fcfbf8 58%, var(--rfid-mist) 100%);
  border-bottom: 1px solid var(--rfid-line);
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -200px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(200, 107, 49, .16);
  border-radius: 50%;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-copy h2 {
  max-width: 640px;
  margin-bottom: 18px;
  color: var(--rfid-ink);
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  text-wrap: balance;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-copy p {
  max-width: 630px;
  color: var(--rfid-muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-points {
  display: grid;
  gap: 11px;
  max-width: 640px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-points li {
  position: relative;
  padding-left: 29px;
  color: var(--rfid-ink-soft);
  line-height: 1.55;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-points li::before {
  content: "";
  position: absolute;
  top: .58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--rfid-copper);
  box-shadow: 0 0 0 5px rgba(200, 107, 49, .12);
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .visual-placeholder.visual-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(200, 107, 49, .45);
  border-radius: 18px;
  background: #e8efec;
  box-shadow: var(--rfid-shadow-lift);
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .visual-placeholder.visual-image::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 11px;
  pointer-events: none;
}

body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .visual-placeholder.visual-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Source image and input matrix: one raised evidence card instead of loose blocks. */
.rfid-access-page .rfid-project-inputs {
  background: #fff;
  border-bottom: 1px solid var(--rfid-line);
}

.rfid-access-page .rfid-project-inputs .row { align-items: center; }

.rfid-access-page .rfid-project-inputs .hero-media {
  overflow: hidden;
  padding: 12px 12px 0;
  border: 1px solid var(--rfid-line);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f7f3ee);
  box-shadow: var(--rfid-shadow-lift);
}

.rfid-access-page .rfid-project-inputs .hero-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  border: 1px solid rgba(16, 27, 36, .11);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(16, 27, 36, .12);
}

.rfid-access-page .rfid-project-caption {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 13px 2px 15px 16px;
  color: var(--rfid-muted);
  font-size: .9rem;
  line-height: 1.5;
  border-left: 3px solid var(--rfid-copper);
}

.rfid-access-page .rfid-project-caption strong { color: var(--rfid-ink-soft); }

.rfid-access-page .rfid-project-inputs .table-wrap,
.rfid-access-page section:has(.spec-table) .spec-table {
  overflow: hidden;
  border: 1px solid var(--rfid-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--rfid-shadow);
}

.rfid-access-page .rfid-project-inputs .compare-table { margin-bottom: 0; }

.rfid-access-page .rfid-project-inputs .compare-table thead th {
  color: #fff;
  background: var(--rfid-ink-soft);
  border-color: rgba(255, 255, 255, .16);
}

.rfid-access-page .rfid-project-inputs .compare-table tbody tr:last-child th,
.rfid-access-page .rfid-project-inputs .compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.rfid-access-page .model-facts-reserved {
  background: linear-gradient(110deg, #f7f2eb 0%, #fff 67%);
  border-bottom: 1px solid var(--rfid-line);
}

.rfid-access-page .model-facts-grid {
  align-items: center;
  gap: clamp(32px, 5vw, 64px);
}

.rfid-access-page .model-facts-reserved .section-title {
  max-width: 780px;
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.1;
}

.rfid-access-page .model-facts-card,
.rfid-access-page .card-jbss {
  border-color: var(--rfid-line);
  box-shadow: var(--rfid-shadow);
}

.rfid-access-page .model-facts-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
}

.rfid-access-page .model-facts-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--rfid-copper);
}

.rfid-access-page .model-facts-card .btn-primary-jbss,
.rfid-access-page .card-jbss .btn-primary-jbss {
  background: var(--rfid-copper);
  border-color: var(--rfid-copper);
}

/* The spec section becomes the central buying matrix. */
.rfid-access-page section.section-pad:has(.spec-table) {
  background: linear-gradient(135deg, #f2ece4 0%, #fbfaf7 53%, #edf2ef 100%);
  border-bottom: 1px solid var(--rfid-line);
}

/* The request card closes the same procurement step as the matrix. Bottom-align
   it with the specification table so it reads as one decision surface rather
   than a floating card above the content. Bootstrap's utility is !important,
   so the scoped override intentionally matches that priority. */
.rfid-access-page section.section-pad:has(.spec-table) .row {
  align-items: flex-end !important;
}

.rfid-access-page section.section-pad:has(.spec-table) .section-title {
  max-width: 780px;
  font-size: clamp(2rem, 3.5vw, 3.1rem);
  line-height: 1.1;
}

.rfid-access-page section.section-pad:has(.spec-table) .spec-table {
  margin-top: 27px;
  overflow: hidden;
}

.rfid-access-page section.section-pad:has(.spec-table) .spec-table tr:last-child th,
.rfid-access-page section.section-pad:has(.spec-table) .spec-table tr:last-child td {
  border-bottom: 0;
}

.rfid-access-page section.section-pad:has(.spec-table) .card-jbss {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--rfid-copper);
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--rfid-shadow-lift);
}

.rfid-access-page section.section-pad:has(.spec-table) .form-note {
  color: var(--rfid-muted);
  line-height: 1.55;
}

.rfid-access-page section.section-pad:has(.faq-list) {
  background: linear-gradient(135deg, #f3eee7 0%, #fbfaf7 100%);
  border-top: 1px solid var(--rfid-line);
}

.rfid-access-page section.section-pad:has(.faq-list) > .container {
  max-width: 1020px;
}

.rfid-access-page section.section-pad:has(.faq-list) .faq-list {
  overflow: hidden;
  margin-top: 30px;
  border: 1px solid var(--rfid-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--rfid-shadow);
}

.rfid-access-page section.section-pad:has(.faq-list) .faq-item {
  border-bottom-color: var(--rfid-line);
}

.rfid-access-page section.section-pad:has(.faq-list) .faq-item:last-child { border-bottom: 0; }

.rfid-access-page section.section-pad:has(.faq-list) .faq-item summary {
  min-height: 64px;
  padding: 18px 52px 18px 22px;
  color: var(--rfid-ink-soft);
  font-weight: 700;
}

.rfid-access-page section.section-pad:has(.faq-list) .faq-item[open] summary {
  color: var(--rfid-copper-dark);
  background: rgba(200, 107, 49, .07);
}

.rfid-access-page section.section-pad:has(.faq-list) .faq-answer {
  padding: 0 22px 20px;
  color: var(--rfid-muted);
  line-height: 1.65;
}

.rfid-access-page section.section-pad:has(.cta-section) { background: #fff; }

.rfid-access-page .cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(200, 107, 49, .24), transparent 27%),
    linear-gradient(118deg, #101b24 0%, #1a2c34 100%);
  box-shadow: var(--rfid-shadow-lift);
}

.rfid-access-page .cta-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -120px;
  bottom: -240px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(226, 157, 107, .36);
  border-radius: 50%;
}

.rfid-access-page .cta-section h2 { color: #fff; }
.rfid-access-page .cta-section p { color: rgba(241, 245, 246, .75); }

/* Composition and delivery blocks remain distinct: decision logic first, then hand-off. */
.rfid-access-page section.section-pad.bg-light-section:has(.section-head) {
  background: linear-gradient(110deg, #f7f2eb 0%, #fbfaf7 100%);
}

.rfid-access-page section.section-pad.bg-light-section:has(.section-head) .section-head {
  max-width: 850px;
}

.rfid-access-page section.section-pad.bg-light-section:has(.section-head) .card-jbss {
  height: 100%;
  border-top: 3px solid rgba(200, 107, 49, .68);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 27, 36, .09);
}

.rfid-access-page section.section-pad:last-of-type {
  background: linear-gradient(110deg, #fff 0%, #fbfaf7 100%);
}

.rfid-access-page section.section-pad:last-of-type .row { align-items: center; }

.rfid-access-page section.section-pad:last-of-type .icon-list {
  display: grid;
  gap: 10px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.rfid-access-page section.section-pad:last-of-type .icon-list li {
  position: relative;
  padding: 12px 16px 12px 42px;
  border: 1px solid var(--rfid-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, .76);
  color: var(--rfid-ink-soft);
}

.rfid-access-page section.section-pad:last-of-type .icon-list li::before {
  content: "✓";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rfid-copper);
  font-weight: 800;
}

.rfid-access-page section.section-pad:last-of-type .card-jbss {
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--rfid-copper);
  border-radius: 15px;
  background: #fff;
  box-shadow: var(--rfid-shadow-lift);
}

.rfid-access-page a:focus-visible,
.rfid-access-page summary:focus-visible {
  outline: 3px solid rgba(200, 107, 49, .55);
  outline-offset: 3px;
}

@media (max-width: 991.98px) {
  body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-grid {
    grid-template-columns: 1fr;
  }

  body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .visual-placeholder.visual-image {
    max-width: 780px;
  }
}

@media (max-width: 767.98px) {
  body.rfid-access-page[data-page-kind="product-rfid"] .page-hero {
    min-height: 0;
    padding: 64px 0 68px;
  }

  body.rfid-access-page[data-page-kind="product-rfid"] .page-hero h1 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .rfid-access-page .section-pad,
  .rfid-access-page .section-pad-sm {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body.rfid-access-page[data-page-kind="product-rfid"] .b2b-visual-brief .brief-grid {
    gap: 32px;
  }

  .rfid-access-page .rfid-project-inputs .hero-media { padding: 8px 8px 0; }
  .rfid-access-page section.section-pad:has(.spec-table) .row { align-items: stretch !important; }
  .rfid-access-page .rfid-project-inputs .table-wrap { overflow-x: auto; }
  .rfid-access-page .rfid-project-inputs .compare-table { min-width: 620px; }
  .rfid-access-page section.section-pad:has(.spec-table) .spec-table { overflow-x: auto; }
  .rfid-access-page section.section-pad:has(.spec-table) .spec-table { min-width: 560px; }

  .rfid-access-page .btn-primary-jbss,
  .rfid-access-page .btn-tg { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .rfid-access-page *,
  .rfid-access-page *::before,
  .rfid-access-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
