.methodology-note {
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

.methodology-note h4 {
  font-size: 14px;
  margin-bottom: 6px;
  color: #fff;
}

.platform-independence,
.data-disclaimer {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

      
      /* FIX: allow links inside Location & Access */
.location-access,
.location-access * {
  pointer-events: auto;
}

/* Ensure links are clickable */
.location-access a {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.location-access::before,
.location-access::after,
.la-card::before,
.la-card::after {
  pointer-events: none;
}
      
      /* End User tooltip color */
.smart-tip-green {
  color: #3cff9a;
  font-weight: 600;
  margin-left: 6px;
  cursor: pointer;
}

/* Tooltip box */
.smart-tip-content {
  background: linear-gradient(180deg, #0f2f24, #081b16);
  border: 1px solid rgba(60,255,154,0.35);
  color: #eafff4;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  z-index: 9999;
}

/* Bullet spacing */
.smart-tip-content br {
  line-height: 1.8;
}

    /* Score Breakdown Card */
.pa-card-mini {
  background: #0f1420;
  border: 1px solid #1f2433;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 22px;
}

.pa-mini-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}

/* Rows */
.pa-mini-row {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
}

.pa-mini-row span {
  font-size: 13px;
  color: #a8b3c7;
}

/* Bar container */
.pa-mini-bar {
  width: 100%;
  height: 6px;
  background: #1c2433;
  border-radius: 6px;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
}

/* Bar fill */
.pa-mini-bar span {
  display: block;
  height: 100%;
  border-radius: 6px;
  transition: width .4s ease;
}
  
      
      
      /* Apple Glass Effect Container */
.ai-vision {
    margin: 60px 0;
    padding: 10px;
}

/* Title */
.ai-vision-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ai-vision-sub {
    display: block;
    font-size: 14px;
    color: #9fb3d8;
    margin-top: 4px;
}

/* Grid Layout */
.ai-vision-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

/* Apple Glass Card */
.ai-card-glass {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(20px) saturate(140%);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    border: 1px solid rgba(255,255,255,0.18);

    /* Apple glass shadows */
    box-shadow:
        inset 0 0 40px rgba(255,255,255,0.06),
        0 8px 30px rgba(0,0,0,0.35),
        0 4px 10px rgba(0,0,0,0.25);

    transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover animation (subtle float) */
.ai-card-glass:hover {
    transform: translateY(-6px);
    box-shadow:
        inset 0 0 45px rgba(255,255,255,0.09),
        0 10px 38px rgba(0,0,0,0.45),
        0 6px 14px rgba(0,0,0,0.35);
}

/* Header */
.ai-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.ai-icon {
    font-size: 20px;
    background: linear-gradient(135deg, #ffffff33, #ffffff11);
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.25);
}

.ai-card-glass h3 {
    margin: 0;
    font-size: 18px;
}

/* Body text */
.ai-card-glass p {
    font-size: 14px;
    line-height: 1.65;
    color: #e6edff;
}

/* Mobile */
@media(max-width: 700px) {
    .ai-vision-grid {
        grid-template-columns: 1fr;
    }
}

.pa-wrap {
  margin-top: 32px;
  padding: 20px 22px;
  border-radius: 24px;
  background: radial-gradient(circle at top left, #0b1220, #020617 55%);
  border: 1px solid rgba(148,163,253,0.35);
  box-shadow: 0 22px 45px rgba(0,0,0,0.7);
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", Roboto, sans-serif;
}

/* top row */
.pa-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.pa-top-left {
  max-width: 60%;
}

.pa-chip-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bbf7d0;
  background: rgba(22,163,74,0.18);
  border: 1px solid rgba(52,211,153,0.6);
  position: relative;
  overflow: hidden;
}
.pa-chip-live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 12px rgba(34,197,94,0.9);
  animation: paDot 1.2s ease-in-out infinite;
}
.pa-chip-live::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: translateX(-120%);
  animation: paShimmer 3.2s ease infinite;
}

.pa-title {
  font-size: 22px;
  margin: 8px 0 4px;
}
.pa-sub {
  margin: 0;
  font-size: 13px;
  color: #9ca3af;
}

/* confidence score */
.pa-score {
  min-width: 220px;
  max-width: 260px;
  padding: 12px 14px;
  border-radius: 18px;
  background: radial-gradient(circle at top right, rgba(56,189,248,0.18), transparent 55%),
              #020617;
  border: 1px solid rgba(37,99,235,0.6);
}
.pa-score-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #a5b4fc;
  margin-bottom: 4px;
}
.pa-score-value {
  font-size: 26px;
  font-weight: 700;
}
.pa-score-value span {
  font-size: 13px;
  color: #9ca3af;
}
.pa-score-bar {
  margin: 6px 0 6px;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  overflow: hidden;
}
.pa-score-fill {
  display: block;
  height: 100%;
  width: 87%;
  border-radius: inherit;
  background: linear-gradient(90deg,#22c55e,#a3e635,#facc15);
}
.pa-score-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pa-score-tags span {
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 999px;
  background: rgba(15,23,42,0.8);
  border: 1px solid rgba(75,85,99,0.9);
}

/* main grid */
.pa-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 18px;
}

.pa-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* cards */
.pa-card {
  border-radius: 18px;
  padding: 14px 15px;
  background: radial-gradient(circle at top left, rgba(15,23,42,0.9), #020617);
  border: 1px solid rgba(31,41,55,0.95);
  box-shadow: 0 10px 26px rgba(0,0,0,0.7);
  margin: 20px 0 0 0;
}

.pa-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.pa-card-head h4 {
  margin: 0;
  font-size: 14px;
}
.pa-tag-soft {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(55,65,81,0.9);
  color: #9ca3af;
}
.pa-tag-safe {
  border-color: rgba(52,211,153,0.7);
  color: #bbf7d0;
}

/* metrics */
.pa-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.pa-metric-label {
  font-size: 11px;
  color: #9ca3af;
}
.pa-metric-value {
  font-size: 18px;
  font-weight: 600;
}
.pa-metric-value span {
  font-size: 12px;
  color: #9ca3af;
}
.pa-metric-note {
  font-size: 11px;
  color: #6b7280;
}

/* ranking */
.pa-rank-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.pa-rank-pill {
  font-size: 11px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(55,65,81,0.9);
}
.pa-rank-hot {
  border-color: rgba(249,115,22,0.8);
  background: radial-gradient(circle at left, rgba(249,115,22,0.38), rgba(15,23,42,0.95));
}
.pa-advantage {
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px dashed rgba(55,65,81,0.9);
}
.pa-adv-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #f97316;
  letter-spacing: 0.09em;
  margin-bottom: 4px;
}
.pa-adv-main strong {
  font-size: 13px;
}
.pa-adv-main span {
  display: block;
  font-size: 11px;
  color: #6b7280;
}

/* shield */
.pa-bullets {
  list-style: none;
  padding: 0;
  margin: 4px 0 0;
  font-size: 12px;
  color: #d1d5db;
}
.pa-bullets li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 4px;
}
.pa-bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  color: #22c55e;
}

/* options */
.pa-options-group {
  margin-bottom: 8px;
}
.pa-opt-label {
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 3px;
}
.pa-opt-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.pa-pill {
  border-radius: 999px;
  border: 1px solid rgba(55,65,81,0.9);
  background: rgba(15,23,42,0.9);
  color: #e5e7eb;
  font-size: 11px;
  padding: 5px 10px;
  cursor: pointer;
  transition: background .15s ease, border-color .15s ease, transform .12s ease;
}
.pa-pill.active {
  background: linear-gradient(120deg,#4f46e5,#ec4899);
  border-color: transparent;
  transform: translateY(-1px);
}

.pa-inventory {
  margin-top: 6px;
}
.pa-inv-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  font-size: 11px;
  background: radial-gradient(circle at left, rgba(248,113,113,0.4), rgba(127,29,29,0.9));
  box-shadow: 0 0 18px rgba(248,113,113,0.7);
}
.pa-inv-badge::before {
  content: "⏳";
}
.pa-inv-note {
  margin-top: 4px;
  font-size: 11px;
  color: #9ca3af;
}

/* final card */
.pa-advisor-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.pa-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: radial-gradient(circle at top, #fbbf24, #ec4899);
  box-shadow: 0 0 0 2px rgba(15,23,42,1), 0 0 12px rgba(236,72,153,0.8);
}
.pa-advisor-name {
  font-size: 13px;
  font-weight: 600;
}
.pa-advisor-note {
  font-size: 11px;
  color: #9ca3af;
}
.pa-trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.pa-trust-tags span {
  padding: 3px 7px;
  font-size: 11px;
  border-radius: 999px;
  background: rgba(15,23,42,0.9);
  border: 1px solid rgba(55,65,81,0.9);
}

.pa-cta-btn {
  width: 100%;
  border-radius: 999px;
  border: none;
  padding: 11px 14px;
  background: linear-gradient(120deg,#4f46e5,#ec4899,#f97316);
  background-size: 170% 170%;
  color: #f9fafb;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(0,0,0,0.9);
  animation: panicGradientMove 6s ease infinite;
  transition: transform .12s ease;
}
.pa-cta-btn:hover {
  transform: translateY(-1px);
}
.pa-cta-sub {
  margin-top: 4px;
  font-size: 11px;
  color: #9ca3af;
}

/* pill + chip animations reuse */
@keyframes paDot {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}
@keyframes paShimmer {
  0% { transform: translateX(-120%); }
  60% { transform: translateX(120%); }
  100% { transform: translateX(120%); }
}
@keyframes panicGradientMove {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* responsive */
@media (max-width: 992px) {
  .pa-top {
    flex-direction: column;
  }
  .pa-top-left {
    max-width: 100%;
  }
  .pa-grid {
    grid-template-columns: 1fr;
  }
}

/* ===============================
   BUYER INTENT – GLASS CARD
================================ */

.intent-glass {
  margin-top: 30px;
  padding: 22px 26px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.02)
  );
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.intent-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.intent-chip {
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(120, 255, 200, 0.15);
  color: #7fffd4;
  font-weight: 600;
}

.intent-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.intent-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.intent-primary {
  font-size: 15px;
  font-weight: 600;
}

.intent-secondary {
  font-size: 14px;
  opacity: 0.8;
}

.intent-confidence {
  margin-left: auto;
  font-size: 14px;
  opacity: 0.9;
}

.intent-confidence span {
  font-weight: 700;
}

.intent-reasons {
  margin: 0;
  padding-left: 18px;
}

.intent-reasons li {
  margin-bottom: 6px;
  font-size: 14px;
  opacity: 0.9;
}

/* SMART TOOLTIP */

.smart-tip {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: #cbd5f5;
  font-size: 11px;
  cursor: pointer;
}

.smart-tip-content {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  background: rgba(10,14,22,0.96);
  color: #fff;
  font-size: 13px;
  line-height: 1.45;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 999;
}

/* Arrow */
.smart-tip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: rgba(10,14,22,0.96) transparent transparent transparent;
}

/* Active state */
.smart-tip.active .smart-tip-content {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-4px);
}

/* Desktop hover enhancement (optional) */
@media (hover: hover) {
  .smart-tip:hover .smart-tip-content {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(-4px);
  }
}


/* BUYER INTELLIGENCE CARD */

.buyer-intel-card {
  background: linear-gradient(145deg, #0f1623, #111a2a);
  border-radius: 22px;
  padding: 22px;
  margin-top: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35);
}

.buyer-intel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.buyer-pill {
  background: rgba(34,197,94,0.15);
  color: #4ade80;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.buyer-ai-flag {
  font-size: 11px;
  opacity: 0.6;
}

.buyer-primary {
  margin: 6px 0;
  font-size: 18px;
}

.buyer-secondary {
  font-size: 13px;
  opacity: 0.7;
  margin-bottom: 14px;
}

.buyer-confidence {
  margin-bottom: 16px;
}

.buyer-confidence span {
  font-size: 13px;
}

.confidence-bar {
  margin-top: 6px;
  height: 6px;
  background: rgba(255,255,255,0.1);
  border-radius: 999px;
  overflow: hidden;
}

.confidence-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #22c55e, #16a34a);
}

.buyer-reasons {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
  gap: 10px;
}

.buyer-reason {
  background: linear-gradient(145deg, rgba(34,197,94,0.18), rgba(34,197,94,0.05));
  border-radius: 14px;
  padding: 12px;
  font-size: 13px;
  border: 1px solid rgba(34,197,94,0.35);
  transition: all .25s ease;
}

.buyer-reason:hover {
  box-shadow: 0 0 18px rgba(34,197,94,0.35);
  transform: translateY(-2px);
}

/* TOOLTIP */

.tooltip-icon {
  margin-left: 6px;
  cursor: help;
  font-size: 11px;
  opacity: 0.6;
}

.tooltip-icon:hover {
  opacity: 1;
}

[data-tip] {
  position: relative;
}

[data-tip]:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(10,14,20,0.95);
  color: #fff;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 12px;
  width: 260px;
  z-index: 999;
  border: 1px solid rgba(255,255,255,0.1);
}

/* ===== CLEAN FAQ (NEW SYSTEM) ===== */

.cp-faqs {
  max-width: 760px;
  margin: 40px 40px 40px 0;
  padding: 0;
}

.cp-faqs-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
}

.cp-faqs-title::after {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg,#7c7cff,#2dd4bf);
  margin-top: 6px;
}

.cp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* FAQ item */
.cp-faq-item {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.02);
  overflow: hidden;
}

/* Question row */
.cp-faq-question {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}

.cp-faq-question::-webkit-details-marker {
  display: none;
}

/* Answer */
.cp-faq-answer {
  padding: 0 14px 12px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
}

/* Caret animation */
.cp-faq-icon {
  transition: transform 0.25s ease;
  opacity: 0.6;
}

.cp-faq-item[open] .cp-faq-icon {
  transform: rotate(180deg);
}

/* Mobile */
@media (max-width: 768px) {
  .cp-faqs {
    margin: 30px 16px;
  }
}


/* Top grid: advisor + bars */
.pa-top-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* Advisor emphasis */
.pa-advisor-left {
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(99,102,241,0.08), rgba(0,0,0,0.2));
}

/* Risk shield full width */
.pa-risk-full {
  margin-top: 12px;
}

/* Tooltip */
.pa-info-tip {
  position: relative;
  cursor: pointer;
  color: #7dd3fc;
}

.pa-info-tip::after {
  content: attr(data-tip);
  position: absolute;
  bottom: 140%;
  right: 0;
  width: 260px;
  background: rgba(15,23,42,0.95);
  color: #e5e7eb;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.4;
  box-shadow: 0 20px 40px rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 50;
}

.pa-info-tip:hover::after {
  opacity: 1;
}

/* Mobile */
@media (max-width: 900px) {
  .pa-top-grid {
    grid-template-columns: 1fr;
  }
}

.pa-cta-whatsapp {
  display: block;
  width: 100%;
  margin-top: 14px;

  text-align: center;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;

  padding: 14px 18px;
  border-radius: 999px;

  color: #fff;
  text-decoration: none;

  background: linear-gradient(135deg, #8b5cf6, #ec4899, #fb7185);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.35);

  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.pa-cta-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 40px rgba(236, 72, 153, 0.45);
}

.pa-cta-whatsapp:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(236, 72, 153, 0.3);
}


/* ===== UNIT TYPES ===== */

.units-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.unit-card {
  background: linear-gradient(180deg, #0f1419, #0b0f14);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 18px;
}

.unit-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.unit-price {
  color: #c9a24d;
  font-weight: 600;
  margin-bottom: 10px;
}

.unit-meta {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 4px;
}

.unit-status {
  margin-top: 8px;
  font-size: 13px;
  color: #6ee7b7;
}

.project-not-for-wrap {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
}

.project-not-for {
  background: #141923;
  border-left: 3px solid #4f8cff;
  padding: 16px 18px;
  border-radius: 8px;
}

.project-not-for strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.project-not-for p {
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}

.project-warning {
  background: linear-gradient(135deg, #141a26, #0f1420);
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 4px solid #3b82f6;
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 22px;
}

.project-warning-label {
  font-size: 13px;
  font-weight: 600;
  color: #93c5fd;
  margin-bottom: 6px;
}

.project-warning-text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}
.dev-link {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.dev-link:hover {
  color: #4f8cff;
  text-decoration: underline;
}
/* Keep stat card structure even when value is a link */
.stat .v { 
  display: block;
}

.stat .v .dev-link {
  display: inline-block;     /* behaves like normal text */
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

.stat .v .dev-link:hover {
  text-decoration: underline;
}
