/* ================================================================
   Maxta Products Page — Scoped Styles
   body.page-products scope — no global resets/tokens (already in main.css)
   ================================================================ */


/* ================================================================
   Shared Tokens (not in main.css, scoped here)
   ================================================================ */
/* sec-label: unified in hero.css */

body.page-products .g-text {
  background: linear-gradient(135deg, #1d4ed8, #3b82f6, #8B5CF6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.page-products .g-text-light {
  background: linear-gradient(135deg, #60a5fa, #818CF8, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ================================================================
   Page Hero (Dark)
   ================================================================ */


/* ================================================================
   Section Rhythm
   ================================================================ */
body.page-products .section { padding: 6rem 0; }
body.page-products .section--white { background: #fff; }
body.page-products .section--gray  { background: #f8fafc; }

body.page-products .section-header {
  text-align: center;
  margin-bottom: 3rem;
}

body.page-products .section-heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 1rem;
}

body.page-products .section-subtext {
  color: #475569;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.6;
}

body.page-products .section-divider {
  width: 100%;
  height: 1px;
  max-width: 32rem;
  margin: 0 auto;
  background: linear-gradient(90deg, transparent, rgba(59,130,246,.25) 30%, rgba(139,92,246,.2) 70%, transparent);
}


/* ================================================================
   Pills / Tags (page-scoped to avoid conflicts)
   ================================================================ */
body.page-products .pill {
  display: inline-flex;
  align-items: center;
  font-size: .75rem;
  padding: .25rem .625rem;
  border-radius: 9999px;
  font-weight: 600;
}

body.page-products .pill--blue {
  background: rgba(59,130,246,.08);
  border: 1px solid rgba(59,130,246,.2);
  color: #1d4ed8;
}

body.page-products .pill--violet {
  background: rgba(139,92,246,.08);
  border: 1px solid rgba(139,92,246,.2);
  color: #7c3aed;
}

body.page-products .pill--green {
  background: rgba(16,185,129,.08);
  border: 1px solid rgba(16,185,129,.2);
  color: #047857;
}

body.page-products .pill--amber {
  background: rgba(245,158,11,.08);
  border: 1px solid rgba(245,158,11,.2);
  color: #b45309;
}


/* ================================================================
   Icon Box
   ================================================================ */
body.page-products .icon-box {
  width: 3rem; height: 3rem;
  border-radius: .75rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

body.page-products .icon-box--blue   { background: rgba(59,130,246,.08);  border: 1px solid rgba(59,130,246,.2);  color: #1d4ed8; }
body.page-products .icon-box--violet { background: rgba(139,92,246,.08);  border: 1px solid rgba(139,92,246,.2);  color: #7c3aed; }
body.page-products .icon-box--green  { background: rgba(16,185,129,.08);  border: 1px solid rgba(16,185,129,.2);  color: #047857; }
body.page-products .icon-box--amber  { background: rgba(245,158,11,.08);  border: 1px solid rgba(245,158,11,.2);  color: #b45309; }
body.page-products .icon-box--sm     { width: 2rem; height: 2rem; }


/* ================================================================
   Base Card
   ================================================================ */
body.page-products .card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  transition: transform .3s, box-shadow .3s;
}

body.page-products .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(59,130,246,.1), 0 0 0 1px rgba(59,130,246,.15);
}


/* ================================================================
   Buttons
   ================================================================ */
body.page-products .btn-gradient {
  background: linear-gradient(135deg, #0EA5E9, #8B5CF6);
  position: relative; overflow: hidden;
  transition: opacity .25s;
  display: inline-flex; align-items: center;
  color: #fff; font-weight: 600;
  border: none; cursor: pointer; border-radius: .75rem;
  max-width: 100%; box-sizing: border-box;
}

body.page-products .btn-gradient::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #38BDF8, #A78BFA);
  opacity: 0; transition: opacity .25s;
}

body.page-products .btn-gradient:hover::after { opacity: 1; }

body.page-products .btn-gradient span,
body.page-products .btn-gradient svg { position: relative; z-index: 1; }

body.page-products .btn-gradient--lg {
  padding: .875rem 2rem;
  font-size: 1rem;
  gap: .625rem;
}

body.page-products .btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 2rem; border-radius: 9999px;
  border: 1px solid #e2e8f0; background: transparent;
  color: #475569; font-weight: 600; font-size: 1rem;
  transition: color .2s, border-color .2s, background .2s;
  max-width: 100%; box-sizing: border-box;
}

body.page-products .btn-outline:hover { color: #0f172a; border-color: #94a3b8; }

body.page-products .btn-outline--dark {
  border-color: rgba(255,255,255,.35);
  color: #fff;
  background: rgba(255,255,255,.08);
  border-radius: .75rem;
}

body.page-products .btn-outline--dark:hover {
  color: #fff;
  border-color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.14);
}


/* ================================================================
   Diagram Section — Card-Based Architecture Map
   ================================================================ */
body.page-products .section-diagram {
  background: #f8fafc;
  padding: 3.2rem 0;
  position: relative;
  overflow: hidden;
}

body.page-products .section-diagram::before {
  content: '';
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 40%, rgba(59,130,246,.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(139,92,246,.04) 0%, transparent 50%);
}

body.page-products .diagram {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
}

/* ── Main Row ── */
body.page-products .diagram__row {
  display: flex; align-items: center;
  width: 100%; max-width: 68rem; gap: 0;
}

/* ── Side Cards ── */
body.page-products .diagram__side { flex: 1; min-width: 0; }

body.page-products .side-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: var(--r-lg, 1rem);
  padding: 1.5rem;
  transition: transform .3s, box-shadow .3s;
}

body.page-products .side-card:hover {
  transform: translateY(-4px);
}

body.page-products .side-card--blue   { border-top: 3px solid #3b82f6; }
body.page-products .side-card--violet { border-top: 3px solid #8b5cf6; }

body.page-products .side-card--blue:hover   { box-shadow: 0 16px 40px rgba(59,130,246,.1), 0 0 0 1px rgba(59,130,246,.12); }
body.page-products .side-card--violet:hover { box-shadow: 0 16px 40px rgba(139,92,246,.1), 0 0 0 1px rgba(139,92,246,.12); }

body.page-products .side-card__head {
  display: flex; align-items: center; gap: .625rem;
  margin-bottom: 1.25rem; padding-bottom: .75rem;
  border-bottom: 1px solid #f1f5f9;
}

body.page-products .side-card__title { font-size: 1.05rem; font-weight: 700; color: #0f172a; }

body.page-products .side-card__body { display: flex; flex-direction: column; gap: 1rem; }

body.page-products .side-card__item-title { font-size: .825rem; font-weight: 700; color: #1e293b; margin-bottom: .2rem; }
body.page-products .side-card--blue .side-card__item-title   { color: #1d4ed8; }
body.page-products .side-card--violet .side-card__item-title { color: #7c3aed; }

body.page-products .side-card__item-text { font-size: .75rem; color: #64748b; line-height: 1.6; }

/* ── Connectors ── */
body.page-products .diagram__connector {
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; width: 4rem; padding: 0 .25rem;
}

body.page-products .connector-line { position: relative; }

body.page-products .connector-line--h {
  width: 100%; height: 2px;
  background: #e2e8f0; border-radius: 1px; overflow: hidden;
}

body.page-products .connector-line--v {
  width: 2px; height: 2rem;
  background: #e2e8f0; border-radius: 1px; overflow: hidden;
}

/* Animated flow light */
body.page-products .connector-line__flow { position: absolute; border-radius: 1px; }

body.page-products .connector-line__flow--rtl,
body.page-products .connector-line__flow--ltr {
  top: 0; height: 100%; width: 40%;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}

body.page-products .connector-line__flow--rtl { animation: prod-flow-rtl 2.5s ease-in-out infinite; }
body.page-products .connector-line__flow--ltr { animation: prod-flow-ltr 2.5s ease-in-out infinite; }

body.page-products .connector-line__flow--down {
  left: 0; width: 100%; height: 40%;
  background: linear-gradient(180deg, transparent, #3b82f6, transparent);
  animation: prod-flow-down 2.5s ease-in-out infinite;
}

@keyframes prod-flow-rtl {
  0%   { left: 100%; opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { left: -40%; opacity: 0; }
}

@keyframes prod-flow-ltr {
  0%   { left: -40%; opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}

@keyframes prod-flow-down {
  0%   { top: -40%; opacity: 0; }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

/* ── Vertical Connector ── */
body.page-products .diagram__vert-connector {
  display: flex; justify-content: center; padding: .25rem 0;
}

/* ── Center Hub ── */
body.page-products .diagram__hub {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
}

body.page-products .hub-box {
  position: relative; width: 260px;
  border-radius: 1.25rem; background: #fff;
  border: 1px solid rgba(59,130,246,.15);
  padding: 2.75rem 1.5rem 1.25rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(59,130,246,.08), 0 2px 8px rgba(0,0,0,.04);
  transition: box-shadow .3s;
}

body.page-products .hub-box:hover {
  box-shadow: 0 12px 40px rgba(59,130,246,.14), 0 2px 8px rgba(0,0,0,.04);
}

body.page-products .hub-box__glow {
  position: absolute; inset: -1px;
  border-radius: 1.25rem; pointer-events: none;
  background: linear-gradient(135deg, rgba(59,130,246,.12), rgba(139,92,246,.1));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  padding: 1.5px;
}

body.page-products .hub-box__body { display: flex; flex-direction: column; gap: .15rem; }

body.page-products .hub-box__label {
  font-size: 1.5rem; font-weight: 900; letter-spacing: .1em;
  background: linear-gradient(135deg, #1e293b, #475569);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.page-products .hub-box__sub { font-size: .7rem; font-weight: 500; color: #94a3b8; letter-spacing: .05em; }

body.page-products .hub-box__led {
  position: absolute; bottom: .75rem; left: 1.25rem;
  width: 5px; height: 5px;
  background: #22C55E; border-radius: 50%;
  box-shadow: 0 0 4px rgba(34,197,94,.5);
  animation: prod-pulse-led 2s ease-in-out infinite;
}

@keyframes prod-pulse-led {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}

/* ── Chip Badges ── */
body.page-products .hub-chip {
  position: absolute; z-index: 10; top: -1.125rem;
  height: 2.5rem; padding: 0 .75rem;
  background: #fff; border-radius: var(--r-md, .75rem);
  display: flex; align-items: center; gap: .375rem;
  transition: transform .25s, box-shadow .25s;
}

body.page-products .hub-chip--os {
  left: 1rem;
  border: 1px solid rgba(59,130,246,.2);
  box-shadow: 0 3px 12px rgba(59,130,246,.08);
}

body.page-products .hub-chip--model {
  right: 1rem;
  border: 1px solid rgba(139,92,246,.2);
  box-shadow: 0 3px 12px rgba(139,92,246,.08);
}

body.page-products .hub-chip--os:hover,
body.page-products .hub-chip--model:hover { transform: translateY(-2px); }

body.page-products .hub-chip__name        { font-weight: 800; font-size: .7rem; }
body.page-products .hub-chip__name--blue   { color: #1d4ed8; }
body.page-products .hub-chip__name--violet { color: #7c3aed; }


/* ── Bottom Card ── */
body.page-products .diagram__bottom { width: 100%; max-width: 38rem; }

body.page-products .bottom-card {
  background: #fff; border: 1px solid #e2e8f0;
  border-radius: var(--r-lg, 1rem); padding: 1.25rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
  transition: transform .3s, box-shadow .3s;
}

body.page-products .bottom-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(59,130,246,.08), 0 0 0 1px rgba(59,130,246,.1);
}

body.page-products .bottom-card__head {
  display: flex; align-items: center; gap: .625rem;
  margin-bottom: 1rem; padding-bottom: .625rem;
  border-bottom: 1px solid #f1f5f9;
}

body.page-products .bottom-card__title { font-size: 1rem; font-weight: 700; color: #0f172a; }

body.page-products .bottom-card__grid  { display: flex; gap: 1.5rem; }
body.page-products .bottom-card__cell  { flex: 1; text-align: center; }

body.page-products .bottom-card__cell-icon {
  width: 2.25rem; height: 2.25rem;
  border-radius: var(--r-md, .75rem);
  background: rgba(59,130,246,.06); border: 1px solid rgba(59,130,246,.12);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto .5rem;
}

body.page-products .bottom-card__cell-title { font-size: .8rem; font-weight: 700; color: #1e293b; margin-bottom: .2rem; }
body.page-products .bottom-card__cell-text  { font-size: .7rem; color: #64748b; line-height: 1.5; }

body.page-products .bottom-card__divider { width: 1px; background: #e2e8f0; align-self: stretch; }


/* ================================================================
   Architecture Cards (Two Pillars)
   ================================================================ */
body.page-products .arch-grid { display: grid; gap: 1.5rem; }

body.page-products .arch-card { position: relative; overflow: hidden; }

body.page-products .arch-card--blue   { border-color: rgba(59,130,246,.2); }
body.page-products .arch-card--blue:hover   { box-shadow: 0 20px 48px rgba(59,130,246,.12), 0 0 0 1px rgba(59,130,246,.2); }

body.page-products .arch-card--violet { border-color: rgba(139,92,246,.2); }
body.page-products .arch-card--violet:hover { box-shadow: 0 20px 48px rgba(139,92,246,.1), 0 0 0 1px rgba(139,92,246,.2); }

body.page-products .arch-card__body { position: relative; z-index: 10; }

body.page-products .arch-card__title    { font-size: 1.5rem; font-weight: 900; color: #0f172a; margin-bottom: .5rem; }
body.page-products .arch-card__subtitle { font-size: 1.25rem; font-weight: 700; margin-bottom: 1rem; }
body.page-products .arch-card__desc     { color: #475569; font-size: .875rem; line-height: 1.7; margin-bottom: 1.5rem; }

body.page-products .arch-card__link {
  display: flex; align-items: center; gap: .75rem; width: fit-content;
}

body.page-products .arch-card__link .icon-box { width: 2rem; height: 2rem; transition: transform .3s; }
body.page-products .arch-card__link:hover .icon-box { transform: translateX(4px); }

body.page-products .arch-card__link-text {
  font-weight: 600; font-size: .875rem; color: #1d4ed8;
  transition: transform .3s, color .3s;
}

body.page-products .arch-card--violet .arch-card__link-text { color: #7c3aed; }
body.page-products .arch-card__link:hover .arch-card__link-text { transform: translateX(4px); }


/* ================================================================
   Case Study Slider
   ================================================================ */
body.page-products .slider {
  position: relative; max-width: 80rem; margin: 0 auto;
  padding: 0 3rem 2rem;
}

body.page-products .slider__viewport {
  overflow-x: auto; scroll-behavior: smooth;
  display: flex; gap: 1.5rem;
  padding-bottom: 1rem;
  scrollbar-width: none; -ms-overflow-style: none;
}

body.page-products .slider__viewport::-webkit-scrollbar { display: none; }

body.page-products .slider__arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 20;
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  background: #fff; border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  display: flex; align-items: center; justify-content: center;
  color: #64748b; opacity: 0; transition: all .3s;
}

body.page-products .slider:hover .slider__arrow { opacity: 1; }

body.page-products .slider__arrow:hover {
  color: #1d4ed8; border-color: #3b82f6;
  box-shadow: 0 4px 12px rgba(59,130,246,.15);
}

body.page-products .slider__arrow--left  { left: .5rem; }
body.page-products .slider__arrow--right { right: .5rem; }

/* ── Case Card ── */
body.page-products .case-card { flex-shrink: 0; width: 100%; }

body.page-products .case-card__header { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }
body.page-products .case-card__avatar { font-weight: 900; font-size: .75rem; }
body.page-products .case-card__industry { color: #64748b; font-size: .75rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 600; }
body.page-products .case-card__name { color: #0f172a; font-weight: 600; }
body.page-products .case-card__desc { color: #475569; font-size: .875rem; line-height: 1.7; margin-bottom: 1.25rem; }
body.page-products .case-card__tags { display: flex; flex-wrap: wrap; gap: .5rem; }


/* ================================================================
   CTA Section (Dark)
   ================================================================ */
body.page-products .cta {
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 6rem 0; position: relative; overflow: hidden;
}

body.page-products .cta__glow {
  position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 70% 60% at 50% 100%, rgba(59,130,246,.08) 0%, transparent 65%);
}

body.page-products .cta__inner { text-align: center; position: relative; z-index: 10; }

body.page-products .cta__title {
  font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 800;
  color: #fff; margin-bottom: 1rem; line-height: 1.25;
}

body.page-products .cta__desc {
  font-size: .95rem; color: #94A3B8; margin-bottom: 2rem;
  max-width: 38rem; margin-left: auto; margin-right: auto; line-height: 1.6;
}

body.page-products .cta__buttons {
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center;
}


/* ================================================================
   Responsive
   ================================================================ */
@media (min-width: 640px) {
  body.page-products .diagram__connector { width: 3rem; }
}

@media (min-width: 768px) {
  body.page-products .case-card { width: calc(50% - 12px); }
  body.page-products .diagram__connector { width: 4rem; }
}

@media (min-width: 1024px) {
  body.page-products .arch-grid { grid-template-columns: repeat(2, 1fr); }
  body.page-products .arch-card__title { font-size: 1.875rem; }
  body.page-products .case-card { width: calc(33.333% - 16px); }
  body.page-products .slider__arrow--left { left: -1rem; }
  body.page-products .slider__arrow--right { right: -1rem; }
}

@media (max-width: 767px) {
  body.page-products .diagram__row { flex-direction: column; gap: .75rem; }
  body.page-products .diagram__connector { width: 100%; padding: .25rem 0; }
  body.page-products .connector-line--h { width: 3rem; height: 2px; margin: 0 auto; }
  body.page-products .connector-line__flow--rtl,
  body.page-products .connector-line__flow--ltr { display: none; }
  body.page-products .hub-box { width: 220px; }
  body.page-products .hub-box__label { font-size: 1.25rem; }
  body.page-products .bottom-card__grid { flex-direction: column; gap: .75rem; }
  body.page-products .bottom-card__divider { width: 100%; height: 1px; }
  body.page-products .cta__buttons { flex-direction: column; align-items: center; }
  body.page-products .btn-gradient--lg,
  body.page-products .btn-outline--dark { width: 100%; justify-content: center; padding: .75rem 1.25rem; font-size: .9rem; }
}


/* ═══════════════════════════════════════════════════════════════
   PRODUCT DETAIL PAGES
   ═══════════════════════════════════════════════════════════════ */

/* ── Product Section ── */
body.page-products .prod-section { padding: 4rem 0 5rem; }
body.page-products .prod-section--gray { background: var(--gray-50, #f8fafc); }

/* ── Product Header ── */
body.page-products .prod-header { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
body.page-products .prod-header__icon-wrap { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; }
body.page-products .prod-header__icon { width: 3.5rem; height: 3.5rem; border-radius: var(--radius-lg, 1rem); display: flex; align-items: center; justify-content: center; }
body.page-products .prod-header__icon--blue { background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.2); color: #1d4ed8; }
body.page-products .prod-header__icon--violet { background: rgba(139,92,246,.08); border: 1px solid rgba(139,92,246,.2); color: #7c3aed; }
body.page-products .prod-header__icon svg { width: 1.75rem; height: 1.75rem; }
body.page-products .prod-header__h2 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 900; color: #0f172a; margin-bottom: .75rem; }
body.page-products .prod-header__tagline--blue { color: #1d4ed8; font-size: 1.125rem; font-weight: 600; }
body.page-products .prod-header__tagline--violet { color: #7c3aed; font-size: 1.125rem; font-weight: 600; }

/* ── Stat Boxes ── */
body.page-products .stat-row { display: flex; flex-wrap: wrap; gap: 1rem; }
body.page-products .stat-box { border-radius: var(--radius-lg, 1rem); padding: 1.25rem 1.5rem; text-align: center; min-width: 7rem; }
body.page-products .stat-box--blue { background: rgba(59,130,246,.05); border: 1px solid rgba(59,130,246,.15); }
body.page-products .stat-box--violet { background: rgba(139,92,246,.05); border: 1px solid rgba(139,92,246,.15); }
body.page-products .stat-box__value { font-weight: 900; font-size: 1.5rem; }
body.page-products .stat-box--blue .stat-box__value { color: #1d4ed8; }
body.page-products .stat-box--violet .stat-box__value { color: #7c3aed; }
body.page-products .stat-box__label { color: #64748b; font-size: .75rem; margin-top: .25rem; }

/* ── Positioning Card ── */
body.page-products .prod-card { background: #fff; border: 1px solid #e2e8f0; border-radius: var(--radius-lg, 1rem); padding: 2rem; margin-bottom: 3rem; box-shadow: 0 1px 3px rgba(0,0,0,.04); }
body.page-products .prod-card--violet { border-color: rgba(139,92,246,.2); }
body.page-products .prod-card__grid { display: grid; gap: 2rem; align-items: flex-start; }
body.page-products .prod-card__text { color: #334155; font-size: 1rem; line-height: 1.75; margin-bottom: 1rem; }
body.page-products .prod-card__text strong { color: #0f172a; }
body.page-products .prod-card__text .hl-blue { color: #1d4ed8; font-weight: 600; }
body.page-products .prod-card__subtext { color: #64748b; font-size: .875rem; line-height: 1.7; }
body.page-products .prod-card__subtext strong { color: #0f172a; }
body.page-products .prod-card__checks { display: flex; flex-direction: column; gap: .875rem; }
body.page-products .prod-card__check-item { display: flex; align-items: center; gap: .75rem; font-size: .875rem; color: #475569; }

/* Check icon */
body.page-products .val-check { width: 1.5rem; height: 1.5rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
body.page-products .val-check--blue { background: rgba(59,130,246,.1); color: #1d4ed8; }
body.page-products .val-check--violet { background: rgba(139,92,246,.1); color: #7c3aed; }
body.page-products .val-check svg { width: .75rem; height: .75rem; }

/* ── Section Intro ── */
body.page-products .section-intro { font-size: 1rem; line-height: 1.75; color: #475569; max-width: 56rem; margin-bottom: 2.5rem; }

/* ── Capability Grid ── */
body.page-products .cap-grid { display: grid; gap: 1.25rem; margin-bottom: 3rem; }
body.page-products .cap-card {
    background: #fff; border: 1px solid #e2e8f0; border-radius: var(--radius-lg, 1rem);
    padding: 1.75rem; display: flex; flex-direction: column;
    transition: transform .3s, box-shadow .3s;
}
body.page-products .cap-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(59,130,246,.08), 0 0 0 1px rgba(59,130,246,.12);
}
body.page-products .cap-card--violet:hover { box-shadow: 0 20px 48px rgba(139,92,246,.08), 0 0 0 1px rgba(139,92,246,.12); }
body.page-products .cap-card__icon { width: 3rem; height: 3rem; border-radius: .75rem; display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem; }
body.page-products .cap-card__icon--blue { background: rgba(59,130,246,.08); border: 1px solid rgba(59,130,246,.2); color: #1d4ed8; }
body.page-products .cap-card__icon--violet { background: rgba(139,92,246,.08); border: 1px solid rgba(139,92,246,.2); color: #7c3aed; }
body.page-products .cap-card__icon svg { width: 1.25rem; height: 1.25rem; }
body.page-products .cap-card__title { color: #0f172a; font-weight: 700; font-size: 1.125rem; margin-bottom: .75rem; }
body.page-products .cap-card__desc { color: #475569; font-size: .875rem; line-height: 1.7; margin-bottom: 1.25rem; flex: 1; }
body.page-products .cap-card__chips { display: flex; flex-wrap: wrap; gap: .5rem; }

/* Chip variants */
body.page-products .chip { display: inline-flex; align-items: center; font-size: .6875rem; font-weight: 500; padding: .1875rem .5rem; border-radius: 9999px; }
body.page-products .chip--blue { background: rgba(59,130,246,.06); border: 1px solid rgba(59,130,246,.15); color: #1d4ed8; }
body.page-products .chip--violet { background: rgba(139,92,246,.06); border: 1px solid rgba(139,92,246,.15); color: #7c3aed; }

/* sec-label--violet: unified in hero.css */

/* ── Detail Responsive ── */
@media (min-width: 768px) {
    body.page-products .cap-grid { grid-template-columns: repeat(2, 1fr); }
    body.page-products .prod-card__grid { grid-template-columns: 2fr 1fr; }
}
@media (min-width: 1024px) {
    body.page-products .cap-grid { grid-template-columns: repeat(4, 1fr); }
    body.page-products .prod-card { padding: 2rem 2.5rem; }
}
@media (max-width: 767px) {
    body.page-products .prod-header { flex-direction: column; }
    body.page-products .stat-row { width: 100%; }
    body.page-products .stat-box { flex: 1; min-width: 0; padding: 1rem; }
}
