 .entity-community-block{
  margin-top:28px;
  padding:22px;
  border:1px solid #e7dcc2;
  border-radius:20px;
  background:linear-gradient(180deg,#fffdf8 0%,#f8f1e4 100%);
}

.entity-community-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px;
}

.entity-community-viewall{
  font-size:.92rem;
  font-weight:600;
  text-decoration:none;
  color:#8f6f2f;
}

.entity-community-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.entity-community-card{
  background:#fff;
  border:1px solid #eee3c8;
  border-radius:16px;
  padding:16px;
}

.entity-community-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:10px;
  font-size:.82rem;
}

.entity-community-type{
  background:#f3e7c8;
  color:#7d6228;
  padding:4px 10px;
  border-radius:999px;
  font-weight:600;
}

.entity-community-date{
  color:#7a7a7a;
}

.entity-community-title{
  margin:0 0 8px;
  font-size:1rem;
  line-height:1.35;
}

.entity-community-title a{
  color:#1f2937;
  text-decoration:none;
}

.entity-community-summary{
  margin:0 0 12px;
  color:#4b5563;
  line-height:1.6;
}

.entity-community-details{
  display:flex;
  flex-wrap:wrap;
  gap:10px 14px;
  font-size:.88rem;
  color:#374151;
}
  
  /* Buyer fit analysis block */
.dev-buyerfit-block{
  margin-top: 14px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(248,250,252,0.92));
  border: 1px solid rgba(229,231,235,0.9);
  box-shadow: 0 10px 24px rgba(15,23,42,0.05);
  padding: 14px;
}

.dev-buyerfit-head{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.dev-buyerfit-sub{
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 0.82rem;
}

.dev-buyerfit-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 900px){
  .dev-buyerfit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dev-bf-card{
  border-radius: 16px;
  border: 1px solid rgba(229,231,235,0.9);
  background: #f9fafb;
  padding: 10px;
}

.dev-bf-top{
  display: flex;
  align-items: center;
  gap: 10px;
}

.dev-bf-icon{
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #1d4ed8;
  background: linear-gradient(135deg, #dbeafe, #eef2ff);
  border: 1px solid rgba(191,219,254,0.9);
  flex: 0 0 auto;
}

.dev-bf-title-wrap{
  min-width: 0;
  flex: 1;
}

.dev-bf-title{
  font-size: 0.83rem;
  font-weight: 600;
  color: #111827;
  display: flex;
  align-items: center;
  gap: 4px;
}

.dev-bf-score{
  font-size: 0.82rem;
  color: #374151;
  margin-top: 2px;
  font-weight: 600;
}

.dev-bf-bar{
  margin-top: 8px;
  height: 5px;
  border-radius: 999px;
  background: #e5e7eb;
  overflow: hidden;
}

.dev-bf-fill{
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(to right, #22c55e, #a3e635);
}

.dev-bf-reason,
.dev-bf-caution{
  margin-top: 9px;
  font-size: 0.8rem;
  line-height: 1.45;
  border-radius: 12px;
  padding: 8px 9px;
}

.dev-bf-reason{
  background: rgba(236,253,245,0.7);
  border: 1px solid rgba(110,231,183,0.35);
  color: #14532d;
}

.dev-bf-caution{
  background: rgba(255,247,237,0.7);
  border: 1px solid rgba(253,186,116,0.35);
  color: #9a3412;
}

.dev-bf-label{
  display: block;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  opacity: 0.85;
  font-weight: 700;
}

  /* Delivery cycle and pipeline block */
.dev-delivery-profile-block{
  margin-top: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(236,253,245,0.90), rgba(255,255,255,0.96));
  border: 1px solid rgba(16,185,129,0.18);
  padding: 14px;
  box-shadow: 0 10px 20px rgba(15,23,42,0.04);
}

.dev-delivery-profile-head{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:10px;
}

.dev-delivery-profile-head .dev-section-title{
  color: #065f46;
}

.dev-delivery-profile-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}

@media (min-width: 700px){
  .dev-delivery-profile-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.dev-delivery-profile-card{
  border-radius: 14px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(16,185,129,0.16);
  padding: 10px 11px;
}

.dev-dp-label{
  font-size: 0.76rem;
  color: #047857;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  display:flex;
  align-items:center;
  gap:4px;
  font-weight: 600;
}

.dev-dp-value{
  font-size: 1.05rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.25;
}

.dev-dp-value-text{
  font-size: 0.90rem;
  font-weight: 600;
}

.dev-delivery-profile-note{
  margin-top: 10px;
  border-radius: 14px;
  padding: 10px 11px;
  background: linear-gradient(135deg, rgba(240,253,250,0.94), rgba(236,253,245,0.88));
  border: 1px solid rgba(52,211,153,0.22);
}

.dev-delivery-profile-note-title{
  font-size: 0.82rem;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 4px;
  display:flex;
  align-items:center;
  gap:4px;
}

.dev-delivery-profile-note-body{
  font-size: 0.84rem;
  color: #1f2937;
  line-height: 1.5;
}

/* green tooltip dots inside this block */
.dev-delivery-profile-block .ai-dot{
  background: radial-gradient(circle at center, #10b981 0%, #059669 45%, #065f46 100%);
  box-shadow: 0 0 8px rgba(16,185,129,0.38);
}

.dev-delivery-profile-block .ai-dot::after{
  background: rgba(16,185,129,0.22);
}

  
  /* Evidence + confidence block (distinct color theme) */
.dev-evidence-block{
  margin-top: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,250,240,0.92), rgba(255,255,255,0.96));
  border: 1px solid rgba(251,191,36,0.22);
  padding: 14px;
  box-shadow:
    0 10px 20px rgba(15,23,42,0.04),
    inset 0 0 0 1px rgba(255,255,255,0.4);
}

.dev-evidence-head{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom: 10px;
}

.dev-evidence-head .dev-section-title{
  color: #a16207; /* amber tone */
}

.dev-evidence-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}

@media (min-width: 700px){
  .dev-evidence-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.dev-evidence-card{
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,0.95), rgba(255,251,235,0.88));
  border: 1px solid rgba(245,158,11,0.18);
  padding: 10px 11px;
}

.dev-evidence-label{
  font-size: 0.76rem;
  color: #92400e;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  display:flex;
  align-items:center;
  gap:4px;
  font-weight: 600;
}

.dev-evidence-value{
  font-size: 0.96rem;
  font-weight: 650;
  color: #111827;
  margin-bottom: 4px;
}

.dev-evidence-help{
  margin: 0;
  font-size: 0.80rem;
  color: #6b7280;
  line-height: 1.4;
}

.dev-evidence-note{
  margin-top: 10px;
  border-radius: 14px;
  padding: 10px 11px;
  background: linear-gradient(135deg, rgba(255,247,237,0.92), rgba(254,252,232,0.92));
  border: 1px solid rgba(251,146,60,0.22);
}

.dev-evidence-note-title{
  font-size: 0.82rem;
  font-weight: 700;
  color: #b45309;
  margin-bottom: 4px;
  display:flex;
  align-items:center;
  gap:4px;
}

.dev-evidence-note-body{
  font-size: 0.84rem;
  color: #1f2937;
  line-height: 1.5;
}

.dev-evidence-methods{
  margin-top: 10px;
  border-radius: 14px;
  padding: 10px 11px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(234,179,8,0.20);
}

.dev-evidence-methods-title{
  font-size: 0.82rem;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 6px;
  display:flex;
  align-items:center;
  gap:4px;
}

.dev-evidence-methods ul{
  margin: 0;
  padding-left: 18px;
  font-size: 0.82rem;
  color: #374151;
  line-height: 1.5;
}

.dev-evidence-methods li{
  margin-bottom: 6px;
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 8px;
}

.dev-evidence-methods li:last-child{
  margin-bottom: 0;
}

.dev-evidence-methods li span:first-child{
  flex: 1;
}

/* make ai dots inside evidence block amber toned */
.dev-evidence-block .ai-dot{
  background: radial-gradient(circle at center, #f59e0b 0%, #d97706 45%, #92400e 100%);
  box-shadow: 0 0 8px rgba(245,158,11,0.45);
}

.dev-evidence-block .ai-dot::after{
  background: rgba(245,158,11,0.28);
}

  .dev-areas-out{
  margin-top: 14px;
  margin-bottom: 8px;
}

.dev-areas-wrap{
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(229,231,235,0.9);
  box-shadow: 0 10px 24px rgba(15,23,42,0.05);
  backdrop-filter: blur(10px);
  padding: 14px;
}

.dev-areas-sub{
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0 0 10px;
}

.dev-areas-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

@media (min-width: 900px){
  .dev-areas-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.dev-area-card{
  border: 1px solid rgba(229,231,235,0.9);
  border-radius: 14px;
  background: #f9fafb;
  overflow: hidden;
}

.dev-area-link{
  display: block;
  text-decoration: none;
  padding: 10px 12px;
}

.dev-area-name{
  font-size: 0.9rem;
  font-weight: 650;
  color: #1d4ed8;
  margin-bottom: 3px;
}

.dev-area-type{
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 6px;
}

.dev-area-reason{
  font-size: 0.82rem;
  color: #374151;
  line-height: 1.45;
}

.dev-area-link:hover .dev-area-name{
  text-decoration: underline;
}

  /* FAQ block between profile card and projects */
.dev-faq-out{
  margin-top: 14px;
  margin-bottom: 8px;
}

.dev-faq-wrap{
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(229,231,235,0.9);
  box-shadow: 0 10px 24px rgba(15,23,42,0.05);
  backdrop-filter: blur(10px);
  padding: 14px;
}

.dev-faq-sub{
  font-size: 0.82rem;
  color: #6b7280;
  margin: 0 0 10px;
}

.dev-faq-list{
  display: grid;
  gap: 8px;
}

.dev-faq-item{
  border: 1px solid rgba(229,231,235,0.9);
  border-radius: 14px;
  background: #f9fafb;
  overflow: hidden;
}

.dev-faq-item[open]{
  background: #ffffff;
  border-color: rgba(191,219,254,0.9);
}

.dev-faq-q{
  list-style: none;
  cursor: pointer;
  padding: 11px 12px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #1f2937;
  position: relative;
  padding-right: 36px;
}

.dev-faq-q::-webkit-details-marker{
  display: none;
}

.dev-faq-q::after{
  content: "+";
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 1.05rem;
  color: #2563eb;
  font-weight: 700;
}

.dev-faq-item[open] .dev-faq-q::after{
  content: "−";
}

.dev-faq-a{
  padding: 0 12px 12px;
  font-size: 0.84rem;
  color: #374151;
  line-height: 1.55;
  border-top: 1px solid rgba(243,244,246,0.9);
}

  
  
  .dev-projects-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 10px;
}

@media (min-width: 900px){
  .dev-projects-grid{
    grid-template-columns: 1fr 1fr;
  }
}

.devp-card{
  border-radius: 16px;
  background: #f9fafb;
  border: 1px solid rgba(229,231,235,0.9);
  overflow: hidden;
}

.devp-link{
  display:block;
  text-decoration:none;
}

.devp-row{
  display:flex;
  gap: 12px;
  padding: 10px;
  align-items: flex-start;
}

.devp-img{
  width: 118px;
  height: 86px;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2f7;
  flex: 0 0 auto;
  border: 1px solid rgba(229,231,235,0.9);
}

.devp-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.devp-ph{
  width:100%;
  height:100%;
  background: linear-gradient(135deg, rgba(226,232,240,0.9), rgba(248,250,252,0.95));
}

.devp-body{
  min-width: 0;
}

.devp-title{
  font-weight: 650;
  font-size: 0.92rem;
  color: #1d4ed8;
  line-height: 1.2;
  margin-bottom: 4px;
}

.devp-area{
  font-size: 0.82rem;
  color: #6b7280;
  margin-bottom: 6px;
}

.devp-tag{
  font-size: 0.82rem;
  color: #374151;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.devp-link:hover .devp-title{
  text-decoration: underline;
}

@media (max-width: 520px){
  .devp-row{ gap: 10px; }
  .devp-img{ width: 104px; height: 78px; }
}

    html,
    body {
      height: 100%;
    }

    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
      margin: 0;
      background:
        radial-gradient(circle at top left, rgba(210, 230, 255, 0.45), transparent 55%),
        radial-gradient(circle at top right, rgba(255, 245, 210, 0.55), transparent 55%),
        radial-gradient(circle at bottom, rgba(222, 247, 255, 0.45), transparent 55%),
        #f7f7f4;
      color: #111827;
    }

    main.dev-shell {
      max-width: 1120px;
      margin: 32px auto 56px;
      padding: 0 18px 40px;
      min-height: calc(100vh - 220px);
    }

    .dev-shell h1,
    .dev-shell h2,
    .dev-shell h3 {
      letter-spacing: 0.02em;
    }

    .dev-grid {
      display: grid;
      grid-template-columns: minmax(0, 3fr);
      gap: 20px;
    }

    @media (min-width: 960px) {
      .dev-grid {
        grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
      }
    }

    /* Main content cards */
    .dev-card {
      position: relative;
      border-radius: 24px;
      padding: 20px 22px 22px;
      background:
        linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
      box-shadow:
        0 24px 55px rgba(15, 23, 42, 0.06),
        0 1px 0 rgba(148, 163, 184, 0.3);
      border: 1px solid rgba(229, 231, 235, 0.9);
      backdrop-filter: blur(18px);
    }

    .dev-card + .dev-card {
      margin-top: 18px;
    }

    /* Sidebar card */
    .dev-side-card {
      position: sticky;
      top: 20px;
      border-radius: 26px;
      padding: 26px 26px 32px;
      background:
        linear-gradient(
          145deg,
          rgba(255, 249, 242, 0.92) 0%,
          rgba(250, 252, 255, 0.95) 55%,
          rgba(243, 247, 255, 0.98) 100%
        );
      box-shadow:
        0 28px 48px rgba(18, 38, 63, 0.08),
        0 1px 0 rgba(148, 163, 184, 0.25);
      border: 1px solid rgba(220, 225, 235, 0.9);
      backdrop-filter: blur(28px);
      height: fit-content;
    }

    .dev-header {
      display: flex;
      gap: 18px;
      align-items: center;
      margin-bottom: 10px;
    }

 
 /* ---- SCORE-BAR MATCHED GRADIENT BORDER (4px) ---- */
.dev-logo {
  width: 84px;
  height: 84px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;

  /* 4px gradient border */
  padding: 6px;
  background: linear-gradient(
      90deg,
      #22c55e,  /* green */
      #a3e635,  /* yellow-green */
      #bef264   /* light lime */
  );

  border: 0.5px solid transparent; /* required for gradient trick */

  /* Depth */
  box-shadow:
    0 3px 8px rgba(0,0,0,0.10),
    inset 0 0 4px rgba(255,255,255,0.4);
}

/* Inner white circle (keeps border visible) */
.dev-logo::after {
  content: "";
  position: absolute;
  inset: 7px; /* creates thick visible ring */
  border-radius: 50%;
  background: #ffffff;
  z-index: 1;
}

/* Logo image */
.dev-logo img {
  z-index: 2;
  width: 68%;
  height: 68%;
  object-fit: contain;
}




    .dev-title {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .dev-title h1 {
      font-size: 1.42rem;
      margin: 0;
      font-weight: 650;
    }

    .dev-subline {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      font-size: 0.8rem;
      color: #6b7280;
    }

    .dev-tags-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 6px;
    }

    .pill {
      font-size: 0.75rem;
      padding: 5px 11px;
      border-radius: 999px;
      border: 1px solid rgba(209, 213, 219, 0.9);
      background: #f9fafb;
      color: #374151;
      white-space: nowrap;
    }

    .pill-accent {
      background: linear-gradient(135deg, #e0f2fe, #f5f3ff);
      border-color: rgba(191, 219, 254, 0.9);
      color: #1f2937;
    }

    .pill-soft {
      background: #f3f4ff;
      border-color: rgba(196, 181, 253, 0.9);
      color: #4338ca;
    }

    .pill-soft-green {
      background: #ecfdf5;
      border-color: rgba(110, 231, 183, 0.8);
      color: #166534;
    }

    .dev-top-ai {
      margin-top: 14px;
      padding: 13px 14px 9px;
      border-radius: 16px;
      background: #f9fafb;
      border: 1px solid rgba(226, 232, 240, 0.9);
    }

    .dev-top-ai h2 {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: #9ca3af;
      margin: 0 0 6px;
    }

    .dev-top-ai ul {
      margin: 0;
      padding-left: 18px;
      font-size: 0.88rem;
      color: #111827;
      line-height: 1.5;
    }

    .dev-top-ai li + li {
      margin-top: 2px;
    }

    .dev-ai-block {
      margin-top: 16px;
      padding: 14px 14px 13px;
      border-radius: 18px;
      background:
        linear-gradient(135deg, rgba(224, 242, 254, 0.95), rgba(244, 244, 255, 0.98));
      border: 1px solid rgba(191, 219, 254, 0.9);
    }

    .dev-ai-head {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
      font-size: 0.86rem;
      color: #1d4ed8;
      font-weight: 500;
    }

    .dev-ai-dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: radial-gradient(circle at center, #2563eb, #1d4ed8);
      box-shadow: 0 0 9px rgba(37, 99, 235, 0.6);
    }

    .dev-ai-body {
      font-size: 0.88rem;
      color: #111827;
      line-height: 1.55;
    }

    .dev-ai-body strong {
      color: #b45309;
      font-weight: 600;
    }

    .dev-matrix {
      margin-top: 18px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
    }

    .dev-metric {
      padding: 9px 10px 10px;
      border-radius: 16px;
      background: #f9fafb;
      border: 1px solid rgba(229, 231, 235, 0.9);
    }

    .dev-metric-label {
      font-size: 0.78rem;
      color: #6b7280;
      margin-bottom: 2px;
      display: flex;
      align-items: center;
      gap: 4px;
    }

    .dev-metric-score {
      font-size: 0.96rem;
      font-weight: 600;
      color: #111827;
    }

    .dev-metric-bar {
      margin-top: 5px;
      height: 4px;
      border-radius: 999px;
      background: #e5e7eb;
      overflow: hidden;
    }

    .dev-metric-fill {
      height: 100%;
      border-radius: 999px;
      background: linear-gradient(to right, #22c55e, #a3e635);
      transform-origin: left;
    }

    .dev-section-title {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      color: #9ca3af;
      margin: 22px 0 10px;
    }

    .dev-grid-2 {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 10px;
    }

    @media (min-width: 768px) {
      .dev-grid-2 {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr);
      }
    }

    .dev-para {
      font-size: 0.86rem;
      color: #111827;
      line-height: 1.55;
      background: #ffffff;
      border-radius: 16px;
      padding: 9px 11px 10px;
      border: 1px solid rgba(229, 231, 235, 0.9);
    }

    .dev-para strong {
      font-weight: 600;
      color: #111827;
    }

    .dev-delivery-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
      gap: 10px;
      margin-top: 12px;
    }

    .dev-pill-stat {
      padding: 7px 9px;
      border-radius: 999px;
      background: #f9fafb;
      border: 1px solid rgba(229, 231, 235, 0.9);
      font-size: 0.8rem;
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }

    .dev-pill-label {
      color: #6b7280;
    }

    .dev-pill-value {
      font-weight: 550;
      color: #111827;
    }

    .dev-side-card h3 {
      font-size: 0.86rem;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      color: #9ca3af;
      margin: 2px 0 10px;
    }

    .dev-side-list {
      display: flex;
      flex-direction: column;
      gap: 8px;
      font-size: 0.84rem;
    }

    .dev-side-item {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 8px 10px;
      border-radius: 14px;
      background: #f9fafb;
      border: 1px solid rgba(229, 231, 235, 0.9);
    }

    .dev-side-label {
      color: #6b7280;
    }

    .dev-side-value {
      font-weight: 540;
      color: #111827;
      text-align: right;
    }

    .dev-profile-group {
      margin-top: 12px;
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }

    .dev-profile-pill {
      font-size: 0.76rem;
      padding: 5px 9px;
      border-radius: 999px;
      border: 1px solid rgba(209, 213, 219, 0.9);
      background: #ffffff;
      color: #374151;
    }

    .dev-projects {
      margin-top: 20px;
    }

    .dev-project-card {
      padding: 8px 10px;
      border-radius: 13px;
      background: #f9fafb;
      border: 1px solid rgba(229, 231, 235, 0.9);
      display: flex;
      flex-direction: column;
      gap: 3px;
      font-size: 0.84rem;
    }

    .dev-project-card a {
      color: #1d4ed8;
      text-decoration: none;
      font-weight: 500;
    }

    .dev-project-card a:hover {
      text-decoration: underline;
    }

    .dev-project-card span {
      color: #6b7280;
    }

    .dev-trust-grid {
      margin-top: 10px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 8px;
      font-size: 0.8rem;
    }

    .dev-trust-item {
  padding: 6px 10px;
  border-radius: 999px;

  /* Apple Dark Gradient */
  background:
    linear-gradient(145deg,
      rgba(28, 32, 36, 0.95) 0%,
      rgba(34, 39, 45, 0.92) 50%,
      rgba(40, 46, 52, 0.90) 100%
    );

  /* Subtle border like Apple Wallet / Control Center */
  border: 1px solid rgba(255, 255, 255, 0.09);

  /* Soft shadow */
  box-shadow:
    0 4px 14px rgba(0, 0, 0, 0.35),
    inset 0 0 12px rgba(255, 255, 255, 0.06);

  display: flex;
  align-items: center;
  gap: 8px;

  /* Light text for dark background */
  color: #f3f4f6;
  font-weight: 500;
  font-size: 0.8rem;
}

/* Optional: Make the text inside each trust item lighter automatically */
.dev-trust-item span {
  color: #e5e7eb !important;
}


    .trust-ok {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #22c55e;
    }

    .trust-warn {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #f97316;
    }

    .trust-risk {
      width: 7px;
      height: 7px;
      border-radius: 999px;
      background: #ef4444;
    }

    /* Micro-dot pulse marker */
    .ai-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: radial-gradient(circle at center,
          #4c8dff 0%, #3b82f6 40%, #1e40af 100%);
      box-shadow: 0 0 8px rgba(59, 130, 246, 0.6);
      display: inline-block;
      margin-left: 6px;
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
    }

    .ai-dot::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: rgba(59, 130, 246, 0.35);
      animation: pulseDot 2.2s ease-out infinite;
      opacity: 0.7;
    }

    @keyframes pulseDot {
      0% { transform: scale(1); opacity: 0.7; }
      60% { transform: scale(2.6); opacity: 0; }
      100% { opacity: 0; }
    }

    .ai-tooltip {
      position: absolute;
      background: rgba(255,255,255,0.96);
      backdrop-filter: blur(12px);
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 0.82rem;
      color: #1f2937;
      border: 1px solid rgba(209,213,219,0.7);
      box-shadow: 0 12px 26px rgba(0,0,0,0.12);
      max-width: 240px;
      line-height: 1.45;
      z-index: 9999;
      display: none;
    }

    .ai-tooltip.show {
      display: block;
      animation: fadeIn 0.18s ease-out;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(3px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    footer.site-footer {
      background: transparent;
      padding: 26px 0 32px;
      color: #6b7280;
      font-size: 0.78rem;
      text-align: center;
      border-top: none;
    }

    footer.site-footer .wrap.ftr {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 18px;
    }

    footer.site-footer .to-top {
      border-radius: 999px;
      border: 1px solid rgba(209, 213, 219, 0.9);
      background: #ffffff;
      padding: 5px 8px;
      text-decoration: none;
      color: #4b5563;
      font-size: 0.76rem;
    }
    
    .dev-auto-cta {
  margin: 24px 0 32px;
  padding: 18px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.65);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(230,233,240,0.8);

  box-shadow:
    0 8px 26px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.55);

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.dev-auto-cta .cta-inner {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: center;
  width: 100%;
}

#ctaText {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.4;
  flex: 1;
  animation: fadeIn 0.6s ease;
}

.cta-btn {
  background: linear-gradient(135deg, #2563eb, #7dd3fc);
  padding: 9px 16px;
  color: white;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(37,99,235,0.25);
}

.cta-btn:hover {
  background: linear-gradient(135deg, #1d4ed8, #38bdf8);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* -------------------------
   FIX PILL OVERFLOW ON MOBILE
   ------------------------- */
@media (max-width: 520px) {

  /* Container wraps instead of forcing one line */
  .dev-tags-row {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }

  /* Pills shrink nicely on small screens */
  .pill,
  .pill-accent,
  .pill-soft,
  .pill-soft-green {
    white-space: normal !important;
    max-width: 100% !important;
    font-size: 0.72rem !important;
    padding: 4px 9px !important;
  }
  
  .dev-logo img.dev-logo-img {
    position: relative;
    z-index: 2;
    width: 62%;
    height: 62%;
    object-fit: contain;
}

  /* Prevent pills from forcing horizontal scroll */
  .pill,
  .pill-accent,
  .pill-soft,
  .pill-soft-green {
    box-sizing: border-box !important;
  }
}


.dev-community-section{
  margin-top:32px;
  padding:30px;
  border-radius:28px;
  background:
    radial-gradient(circle at top right, rgba(0, 199, 255, 0.16), transparent 24%),
    radial-gradient(circle at bottom left, rgba(123, 92, 255, 0.14), transparent 28%),
    linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border:1px solid rgba(31, 68, 122, 0.10);
  box-shadow:0 20px 50px rgba(30, 64, 175, 0.08);
}

.dev-community-heading{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:20px;
}

.dev-community-kicker{
  display:inline-flex;
  align-items:center;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  color:#fff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:12px;
}

.dev-community-heading h2{
  margin:0 0 8px;
  font-size:40px;
  line-height:1.05;
  color:#0f172a;
}

.dev-community-heading p{
  margin:0;
  font-size:18px;
  color:#334155;
  max-width:720px;
}

.dev-community-list{
  display:grid;
  gap:18px;
}

.dev-community-card{
  background:linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border:1px solid rgba(79, 70, 229, 0.10);
  border-radius:24px;
  padding:24px;
  box-shadow:0 14px 34px rgba(15, 23, 42, 0.06);
  position:relative;
  overflow:hidden;
}

.dev-community-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:6px;
  background:linear-gradient(180deg, #4f46e5 0%, #06b6d4 100%);
}

.dev-community-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px;
}

.dev-community-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.dev-community-badge{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
}

.dev-community-badge-type{
  background:rgba(79, 70, 229, 0.10);
  color:#4338ca;
}

.dev-community-badge-date{
  background:rgba(6, 182, 212, 0.11);
  color:#0f766e;
}

.dev-community-title{
  margin:0 0 16px;
  font-size:24px;
  line-height:1.25;
  color:#0f172a;
}

.dev-community-title a{
  color:inherit;
  text-decoration:none;
}

.dev-community-title a:hover{
  color:#4338ca;
}

.dev-community-table-wrap{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(148, 163, 184, 0.18);
  margin-bottom:16px;
}

.dev-community-table{
  width:100%;
  border-collapse:collapse;
  background:#fff;
}

.dev-community-table th,
.dev-community-table td{
  padding:16px 18px;
  font-size:16px;
  vertical-align:top;
  border-bottom:1px solid #eef2ff;
}

.dev-community-table tr:last-child th,
.dev-community-table tr:last-child td{
  border-bottom:none;
}

.dev-community-table th{
  width:220px;
  background:linear-gradient(180deg, #eef2ff 0%, #e0f2fe 100%);
  color:#0f172a;
  font-weight:800;
}

.dev-community-table td{
  color:#1e293b;
  font-weight:600;
  background:#fff;
}

.dev-community-summary{
  margin:0 0 18px;
  color:#334155;
  font-size:17px;
  line-height:1.7;
}

.dev-community-actions{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.dev-community-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  background:linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
  color:#fff;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 10px 20px rgba(79, 70, 229, 0.18);
}

.dev-community-link:hover{
  opacity:.92;
}

@media (max-width: 768px){
  .dev-community-section{
    padding:20px;
    border-radius:22px;
  }

  .dev-community-heading h2{
    font-size:30px;
  }

  .dev-community-heading p{
    font-size:16px;
  }

  .dev-community-card{
    padding:18px;
    border-radius:20px;
  }

  .dev-community-title{
    font-size:21px;
  }

  .dev-community-table th,
  .dev-community-table td{
    display:block;
    width:100%;
    padding:12px 14px;
  }

  .dev-community-table th{
    border-bottom:none;
  }

  .dev-community-table td{
    padding-top:0;
  }
}

