/* =====================================================
   NETEX HRM PAGE — Supplementary styles
   Adds: quickstats, audience cards, pillar blocks, persona grid,
         country pack grid, edition pricing, comparison table,
         trust pillars, FAQ, 3D app-tile icons.
   ===================================================== */

/* ============= 3D APP-TILE ICONS =============
   Saturated gradient, inner top sheen, coloured shadow, large white glyph.
   Apply by adding a tile-* color class to any .feature-icon or .persona-icon
   or .trust-pillar-icon. */

.feature-icon[class*="tile-"],
.persona-icon[class*="tile-"],
.trust-pillar-icon[class*="tile-"] {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}

.feature-icon[class*="tile-"]::before,
.persona-icon[class*="tile-"]::before,
.trust-pillar-icon[class*="tile-"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.06) 45%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.feature-icon[class*="tile-"]::after,
.persona-icon[class*="tile-"]::after,
.trust-pillar-icon[class*="tile-"]::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 2;
}

.feature-icon[class*="tile-"] i,
.feature-icon[class*="tile-"] svg,
.persona-icon[class*="tile-"] i,
.persona-icon[class*="tile-"] svg,
.trust-pillar-icon[class*="tile-"] i,
.trust-pillar-icon[class*="tile-"] svg {
  position: relative;
  z-index: 3;
  width: 32px;
  height: 32px;
  color: #fff !important;
  stroke: #fff !important;
  stroke-width: 2;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

/* Module card icons get a bit larger */
.module-card .feature-icon[class*="tile-"] {
  width: 60px;
  height: 60px;
}
.module-card .feature-icon[class*="tile-"] i,
.module-card .feature-icon[class*="tile-"] svg {
  width: 30px;
  height: 30px;
}

/* Anchor / industry cards keep the standard 64px */

/* ===== Tile color variants ===== */
.tile-sky {
  background: linear-gradient(135deg, #4FA3E8 0%, #1F66B4 100%);
  box-shadow: 0 12px 28px rgba(31, 102, 180, 0.40), 0 2px 6px rgba(31, 102, 180, 0.30);
}
.tile-coral {
  background: linear-gradient(135deg, #FF8FA3 0%, #E14C5A 100%);
  box-shadow: 0 12px 28px rgba(225, 76, 90, 0.40), 0 2px 6px rgba(225, 76, 90, 0.30);
}
.tile-mint {
  background: linear-gradient(135deg, #5EE6A0 0%, #15A862 100%);
  box-shadow: 0 12px 28px rgba(21, 168, 98, 0.40), 0 2px 6px rgba(21, 168, 98, 0.30);
}
.tile-purple {
  background: linear-gradient(135deg, #B794F6 0%, #7C3AED 100%);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.40), 0 2px 6px rgba(124, 58, 237, 0.30);
}
.tile-amber {
  background: linear-gradient(135deg, #FCD66A 0%, #E89B0E 100%);
  box-shadow: 0 12px 28px rgba(232, 155, 14, 0.40), 0 2px 6px rgba(232, 155, 14, 0.30);
}
.tile-slate {
  background: linear-gradient(135deg, #94A3B8 0%, #475569 100%);
  box-shadow: 0 12px 28px rgba(71, 85, 105, 0.40), 0 2px 6px rgba(71, 85, 105, 0.30);
}
.tile-orange {
  background: linear-gradient(135deg, #FFB454 0%, #F2680F 100%);
  box-shadow: 0 12px 28px rgba(242, 104, 15, 0.40), 0 2px 6px rgba(242, 104, 15, 0.30);
}
.tile-teal {
  background: linear-gradient(135deg, #5EEAD4 0%, #0E8E80 100%);
  box-shadow: 0 12px 28px rgba(14, 142, 128, 0.40), 0 2px 6px rgba(14, 142, 128, 0.30);
}
.tile-gold {
  background: linear-gradient(135deg, #FFD06B 0%, #F2B533 45%, #B7821A 100%);
  box-shadow: 0 12px 28px rgba(242, 181, 51, 0.45), 0 2px 6px rgba(242, 181, 51, 0.30);
}
.tile-magenta {
  background: linear-gradient(135deg, #F8A0D8 0%, #C026D3 100%);
  box-shadow: 0 12px 28px rgba(192, 38, 211, 0.40), 0 2px 6px rgba(192, 38, 211, 0.30);
}
.tile-rose {
  background: linear-gradient(135deg, #FB7185 0%, #BE123C 100%);
  box-shadow: 0 12px 28px rgba(190, 18, 60, 0.40), 0 2px 6px rgba(190, 18, 60, 0.30);
}
.tile-red {
  background: linear-gradient(135deg, #FCA5A5 0%, #DC2626 100%);
  box-shadow: 0 12px 28px rgba(220, 38, 38, 0.40), 0 2px 6px rgba(220, 38, 38, 0.30);
}
.tile-indigo {
  background: linear-gradient(135deg, #818CF8 0%, #4338CA 100%);
  box-shadow: 0 12px 28px rgba(67, 56, 202, 0.40), 0 2px 6px rgba(67, 56, 202, 0.30);
}
.tile-emerald {
  background: linear-gradient(135deg, #6EE7B7 0%, #047857 100%);
  box-shadow: 0 12px 28px rgba(4, 120, 87, 0.40), 0 2px 6px rgba(4, 120, 87, 0.30);
}
.tile-violet {
  background: linear-gradient(135deg, #C084FC 0%, #6D28D9 100%);
  box-shadow: 0 12px 28px rgba(109, 40, 217, 0.40), 0 2px 6px rgba(109, 40, 217, 0.30);
}
.tile-cyan {
  background: linear-gradient(135deg, #67E8F9 0%, #0891B2 100%);
  box-shadow: 0 12px 28px rgba(8, 145, 178, 0.40), 0 2px 6px rgba(8, 145, 178, 0.30);
}
.tile-rainbow {
  background: linear-gradient(135deg, #FF6B6B 0%, #FFD93D 28%, #6BCF7F 55%, #4ECDC4 75%, #A78BFA 100%);
  box-shadow: 0 12px 28px rgba(110, 110, 220, 0.40), 0 2px 6px rgba(255, 107, 107, 0.30);
}

/* Hover lift */
.feature-icon[class*="tile-"],
.module-card .feature-icon[class*="tile-"] {
  transition: transform .3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow .3s ease;
}
.feature-card:hover .feature-icon[class*="tile-"],
.module-card:hover .feature-icon[class*="tile-"] {
  transform: translateY(-3px) scale(1.05) rotate(-2deg);
}



/* ============= HERO QUICK-STATS ============= */
.hero-quickstats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 56px;
}

.quickstat {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 22px;
  min-width: 130px;
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.quickstat:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.quickstat .qv {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  color: var(--primary);
  line-height: 1;
}
.quickstat .ql {
  font-size: 12px;
  color: var(--muted);
  margin-top: 6px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ============= 5 ANCHORS GRID ============= */
.anchor-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* ============= AUDIENCE SELECTOR ============= */
.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) {
  .audience-grid { grid-template-columns: 1fr; }
}

.audience-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 30px;
  position: relative;
  transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
}
.audience-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.audience-card-featured {
  border-color: var(--primary);
  box-shadow: 0 12px 36px rgba(31, 102, 180, 0.18);
  background: linear-gradient(180deg, #fff 0%, #F4F8FD 100%);
}

.audience-tag {
  display: inline-block;
  padding: 6px 12px;
  background: rgba(31, 102, 180, 0.08);
  color: var(--primary);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.audience-card h3 {
  font-size: 28px;
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 6px;
}

.audience-tagline {
  font-size: 14px;
  color: var(--accent-dark);
  font-style: italic;
  margin-bottom: 24px;
}

.audience-list {
  list-style: none;
  margin-bottom: 28px;
}

.audience-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--foreground);
  padding: 7px 0;
  line-height: 1.5;
}
.audience-list li i {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--primary);
  margin-top: 2px;
}

.featured-ribbon {
  position: absolute;
  top: -12px;
  right: 24px;
  background: var(--accent);
  color: var(--navy);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: var(--shadow-glow-accent);
}

/* ============= PILLAR BLOCKS ============= */
.pillar-block {
  margin-bottom: 72px;
}
.pillar-block:last-child {
  margin-bottom: 0;
}

.pillar-head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 2px dashed rgba(31, 102, 180, 0.15);
}

.pillar-mark {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--primary), var(--sky));
  color: #fff;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  box-shadow: var(--shadow-glow-primary);
}

.pillar-title {
  font-size: 24px;
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--foreground);
}

.pillar-meta {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
}

.module-grid-2 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .module-grid-2 { grid-template-columns: 1fr; }
}

.addon-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(242, 181, 51, 0.18);
  color: var(--accent-dark);
}

.ai-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--navy);
}

.module-card-ai {
  background: linear-gradient(180deg, #fff 0%, #FFFBF0 100%);
  border-color: rgba(242, 181, 51, 0.25);
}

/* ============= AI COPILOT PERSONAS ============= */
.persona-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 56px;
}

.persona-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  transition: all .35s ease;
}
.persona-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(242, 181, 51, 0.4);
  transform: translateY(-4px);
}

.persona-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(242, 181, 51, 0.25), rgba(255, 208, 107, 0.1));
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.persona-card h4 {
  font-size: 18px;
  font-family: var(--font-display);
  color: #fff;
  margin-bottom: 4px;
}

.persona-target {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--accent);
  margin-bottom: 12px;
}

.persona-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

/* ============= COPILOT — DOES / DOESN'T ============= */
.copilot-tworow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .copilot-tworow { grid-template-columns: 1fr; }
}

.copilot-col {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.copilot-col-does { border-color: rgba(40, 201, 64, 0.30); }
.copilot-col-doesnt { border-color: rgba(220, 53, 69, 0.30); }

.copilot-col-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.copilot-col-head i {
  width: 28px;
  height: 28px;
}
.copilot-col-does .copilot-col-head i { color: #4ADE80; }
.copilot-col-doesnt .copilot-col-head i { color: #FF8B96; }

.copilot-col-head h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.copilot-col ul {
  list-style: none;
  padding: 0;
}
.copilot-col li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  padding: 8px 0 8px 22px;
  position: relative;
  line-height: 1.55;
}
.copilot-col-does li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 6px;
  color: #4ADE80;
  font-weight: 700;
}
.copilot-col-doesnt li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 6px;
  color: #FF8B96;
  font-weight: 700;
}

/* Copilot architecture stats */
.copilot-architecture {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding: 32px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(242, 181, 51, 0.20);
  border-radius: var(--radius-lg);
}

.copilot-arch-stat {
  text-align: center;
}
.copilot-arch-stat .v {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--accent);
}
.copilot-arch-stat .l {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 6px;
  line-height: 1.4;
}

/* ============= COUNTRY PACKS ============= */
.country-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}

.country-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 22px 22px 18px;
  transition: all .3s ease;
  opacity: 0.7;
}
.country-card.available {
  opacity: 1;
}
.country-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: rgba(31, 102, 180, 0.20);
}

.country-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.country-flag {
  font-size: 26px;
  line-height: 1;
}
.country-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--foreground);
  flex-grow: 1;
}
.country-edition {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
}
.country-edition.starter { background: rgba(40, 201, 64, 0.12); color: #1B8B33; }
.country-edition.professional { background: rgba(31, 102, 180, 0.12); color: var(--primary); }
.country-edition.enterprise { background: rgba(242, 181, 51, 0.18); color: var(--accent-dark); }

.country-rules {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.55;
}

/* Languages strip */
.lang-strip {
  text-align: center;
  padding: 24px;
  background: linear-gradient(135deg, var(--soft), #DEEAF8 100%);
  border-radius: var(--radius-lg);
}
.lang-strip-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.lang-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.lang-chips span {
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: var(--foreground);
}

/* ============= EDITIONS ============= */
.edition-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) {
  .edition-grid { grid-template-columns: 1fr; }
}

.edition-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 36px 30px;
  position: relative;
  transition: all .35s ease;
}
.edition-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.edition-card-featured {
  border-color: var(--primary);
  box-shadow: 0 16px 40px rgba(31, 102, 180, 0.18);
  background: linear-gradient(180deg, #fff 0%, #F4F8FD 100%);
}

.edition-head {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 22px;
}

.edition-name {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 26px;
  color: var(--primary);
}

.edition-meta {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.edition-tag {
  font-size: 13px;
  font-weight: 600;
  color: var(--foreground);
  margin-top: 8px;
}

/* Edition visual block — replaces pricing */
.edition-visual {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 20px;
  border-radius: var(--radius-lg);
  margin-bottom: 26px;
  position: relative;
  overflow: hidden;
}

.edition-visual-starter {
  background: linear-gradient(135deg, rgba(40, 201, 64, 0.10), rgba(79, 163, 232, 0.08));
  border: 1px solid rgba(40, 201, 64, 0.20);
}
.edition-visual-pro {
  background: linear-gradient(135deg, rgba(31, 102, 180, 0.12), rgba(79, 163, 232, 0.10));
  border: 1px solid rgba(31, 102, 180, 0.20);
}
.edition-visual-enterprise {
  background: linear-gradient(135deg, rgba(10, 26, 46, 0.95), rgba(20, 42, 71, 0.95));
  border: 1px solid rgba(242, 181, 51, 0.30);
}

.edition-orb {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: var(--shadow-md);
}

.edition-visual-starter .edition-orb {
  background: linear-gradient(135deg, #28C940, #1B8B33);
  box-shadow: 0 10px 30px rgba(40, 201, 64, 0.30);
}
.edition-visual-pro .edition-orb {
  background: linear-gradient(135deg, var(--primary), var(--sky));
  box-shadow: 0 10px 30px rgba(31, 102, 180, 0.40);
}
.edition-visual-enterprise .edition-orb {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(242, 181, 51, 0.40);
}

.edition-orb i {
  width: 30px;
  height: 30px;
}

.edition-visual-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.ev-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 19px;
  color: var(--foreground);
  letter-spacing: -0.4px;
  line-height: 1.15;
}

.ev-sub {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.4;
}

.edition-visual-enterprise .ev-title {
  color: #fff;
}
.edition-visual-enterprise .ev-sub {
  color: rgba(255, 255, 255, 0.70);
}

.edition-list {
  list-style: none;
  margin-bottom: 28px;
}
.edition-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  color: var(--foreground);
  padding: 6px 0;
  line-height: 1.5;
}
.edition-list li i {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: var(--primary);
  margin-top: 3px;
}

.edition-note {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  margin-top: 36px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* ============= TRUST & SECURITY ============= */
.trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 56px;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease;
}
.trust-pill i {
  width: 16px;
  height: 16px;
  color: var(--accent);
}
.trust-pill:hover {
  background: rgba(242, 181, 51, 0.12);
  border-color: rgba(242, 181, 51, 0.30);
}

.trust-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 880px) {
  .trust-pillars { grid-template-columns: 1fr; }
}

.trust-pillar {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg);
  padding: 32px 26px;
}

.trust-pillar-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(242, 181, 51, 0.18);
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.trust-pillar h4 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 14px;
}

.trust-pillar ul {
  list-style: none;
  padding: 0;
}

.trust-pillar li {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.72);
  padding: 7px 0 7px 18px;
  position: relative;
  line-height: 1.55;
}
.trust-pillar li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

/* ============= COMPARISON TABLE ============= */
.compare-wrap {
  overflow-x: auto;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  padding: 8px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  min-width: 760px;
}

.compare-table thead th {
  text-align: center;
  padding: 18px 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.5px;
  border-bottom: 2px solid var(--border);
  background: var(--soft);
}
.compare-table thead th:first-child {
  text-align: left;
  color: var(--foreground);
}
.compare-table thead th.us-col {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: #fff;
  border-radius: var(--radius-sm) var(--radius-sm) 0 0;
}

.compare-table tbody td {
  padding: 14px 12px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  color: var(--muted);
}
.compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--foreground);
}
.compare-table tbody tr:hover {
  background: rgba(31, 102, 180, 0.03);
}

.compare-table .us-col {
  background: rgba(31, 102, 180, 0.04);
  font-weight: 700;
  color: var(--primary);
}

.compare-table .yes {
  color: #1B8B33;
  font-weight: 700;
}
.compare-table .no {
  color: #BE2D2D;
  font-size: 12px;
}

.compare-legend {
  text-align: center;
  font-size: 12.5px;
  color: var(--muted);
  margin-top: 16px;
  padding: 0 16px 8px;
}

/* ============= PERSONA TABLE ============= */
.persona-table-wrap {
  background: #fff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.persona-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.persona-table thead th {
  padding: 16px 22px;
  text-align: left;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: var(--muted);
  background: var(--soft);
  border-bottom: 2px solid var(--border);
}

.persona-table tbody td {
  padding: 14px 22px;
  color: var(--foreground);
  border-bottom: 1px solid var(--border);
}

.persona-table tbody tr:hover {
  background: rgba(31, 102, 180, 0.03);
}

.persona-table tr.row-divider td {
  background: linear-gradient(90deg, rgba(242, 181, 51, 0.08), transparent);
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--accent-dark);
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 22px;
  border-bottom: 2px solid rgba(242, 181, 51, 0.20);
}

/* ============= FAQ ============= */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .faq-grid { grid-template-columns: 1fr; }
}

.faq-item {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 0;
  transition: all .25s ease;
}
.faq-item[open] {
  border-color: rgba(31, 102, 180, 0.30);
  box-shadow: var(--shadow-md);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15.5px;
  color: var(--foreground);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  line-height: 1.4;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(31, 102, 180, 0.10);
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .25s ease, background .25s ease;
}
.faq-item[open] summary::after {
  content: '–';
  background: var(--primary);
  color: #fff;
}

.faq-item p {
  padding: 0 24px 22px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
}

/* ============= LIFECYCLE — COLOURED APP-STYLE NODES ============= */
#lifecycle .lifecycle-node-icon {
  background: linear-gradient(135deg, var(--primary), var(--sky));
  border: none;
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 102, 180, 0.25);
}

#lifecycle .lifecycle-node-icon i,
#lifecycle .lifecycle-node-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 2;
  color: #fff;
}

#lifecycle .lifecycle-node.dominant .lifecycle-node-icon i,
#lifecycle .lifecycle-node.dominant .lifecycle-node-icon svg {
  width: 38px;
  height: 38px;
}

#lifecycle .lifecycle-node:hover .lifecycle-node-icon {
  transform: translateY(-4px);
}

/* Tone variants */
#lifecycle .tone-blue {
  background: linear-gradient(135deg, #1F66B4, #4FA3E8);
  box-shadow: 0 10px 24px rgba(31, 102, 180, 0.30);
}
#lifecycle .tone-sky {
  background: linear-gradient(135deg, #4FA3E8, #7BC4F2);
  box-shadow: 0 10px 24px rgba(79, 163, 232, 0.30);
}
#lifecycle .tone-gold {
  background: linear-gradient(135deg, #F2B533, #D89A1F);
  box-shadow: 0 10px 24px rgba(242, 181, 51, 0.35);
}
#lifecycle .tone-amber {
  background: linear-gradient(135deg, #FFB454, #F2880F);
  box-shadow: 0 10px 24px rgba(255, 180, 84, 0.35);
}
#lifecycle .tone-green {
  background: linear-gradient(135deg, #28C940, #1B8B33);
  box-shadow: 0 10px 24px rgba(40, 201, 64, 0.30);
}
#lifecycle .tone-teal {
  background: linear-gradient(135deg, #14B8A6, #0E8E80);
  box-shadow: 0 10px 24px rgba(20, 184, 166, 0.30);
}
#lifecycle .tone-violet {
  background: linear-gradient(135deg, #8B5CF6, #6D3FD9);
  box-shadow: 0 10px 24px rgba(139, 92, 246, 0.30);
}
#lifecycle .tone-red {
  background: linear-gradient(135deg, #F87171, #DC2626);
  box-shadow: 0 10px 24px rgba(220, 38, 38, 0.30);
}

/* Keep the dominant node's gold pulse ring visible */
#lifecycle .lifecycle-node.dominant .lifecycle-node-icon::after {
  border-color: var(--accent);
}

/* ============= DELAY HELPERS (already in main CSS, safe duplicate) ============= */
.delay-1 { transition-delay: .05s; }
.delay-2 { transition-delay: .15s; }
.delay-3 { transition-delay: .25s; }
.delay-4 { transition-delay: .35s; }
.delay-5 { transition-delay: .45s; }
