/* Visiblytics - Page - About Styles (Platform & Founder Profiles) */

/* =============================================
   ABOUT PAGE STYLES — Visiblytics Theme Match
   ============================================= */

/* --- HERO --- */
.abt-hero {
  background: linear-gradient(160deg, #f0f6ff 0%, #ffffff 50%, #f0faff 100%);
  padding: 80px 5% 70px;
  position: relative;
  overflow: hidden;
}
.abt-hero::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(10,106,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.abt-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.abt-hero--platform .abt-breadcrumb { justify-content: center; }
.abt-breadcrumb {
  font-size: 13px;
  color: #8896aa;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.abt-breadcrumb a { color: #0a6aff; text-decoration: none; }
.abt-breadcrumb a:hover { text-decoration: underline; }
.abt-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f0ff;
  color: #0a6aff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
  border: 1px solid #c5d9ff;
}
.abt-hero h1 {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  color: #0f1b2d;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
  max-width: 820px;
  word-break: break-word;
}
.abt-hero h1 span {
  background: linear-gradient(135deg, #0a6aff, #00b4d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.abt-hero-sub {
  font-size: 18px;
  color: #4a5568;
  max-width: 640px;
  line-height: 1.7;
  margin-bottom: 36px;
}
.abt-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero two-column layout (Founder page) */
.abt-hero-cols {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: center;
}
.abt-hero-text { min-width: 0; }
.abt-hero-photo-wrap {
  position: relative;
  width: 340px;
  flex-shrink: 0;
}
.abt-hero-photo-bg {
  position: absolute;
  inset: -14px;
  background: radial-gradient(circle, rgba(10,106,255,0.10) 0%, rgba(0,180,216,0.06) 60%, transparent 80%);
  border-radius: 50%;
  z-index: 0;
}
.abt-hero-photo {
  width: 340px;
  height: 340px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  position: relative;
  z-index: 1;
  border: 5px solid #fff;
  box-shadow: 0 8px 40px rgba(10,30,60,0.15);
}
.abt-hero-photo-badge {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #0f1b2d;
  white-space: nowrap;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 2px 12px rgba(10,30,60,0.10);
}
.abt-photo-badge-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  animation: abt-pulse 2s infinite;
}
@keyframes abt-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* --- STATS BAR --- */
.abt-stats-bar {
  background: #0f1b2d;
  padding: 28px 5%;
}
.abt-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.abt-stat { text-align: center; }
.abt-stat-num {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1;
}
.abt-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.65);
  margin-top: 5px;
  font-weight: 500;
}
.abt-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.12);
}

/* --- SECTIONS --- */
.abt-section {
  padding: 72px 5%;
  background: #fff;
  position: relative;
}
.abt-alt { background: #f8f9fc; }
.abt-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.abt-narrow { max-width: 800px; margin: 0 auto; }
.abt-section-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0a6aff;
  margin-bottom: 12px;
}
.abt-section h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: #0f1b2d;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  line-height: 1.25;
  word-break: break-word;
}
.abt-intro-text {
  font-size: 16px;
  color: #4a5568;
  max-width: 1200px;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* --- STORY LAYOUT (FOUNDER PROFILE) --- */
.abt-story-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 60px;
  align-items: start;
}
.abt-story-text p {
  font-size: 15px;
  color: #4a5568;
  line-height: 1.8;
  margin-bottom: 16px;
}
.abt-story-text strong { color: #0f1b2d; }
.abt-story-text em { color: #0a6aff; font-style: normal; font-weight: 600; }
.abt-story-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.abt-badge-pill {
  background: #e8f0ff;
  color: #0a6aff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid #c5d9ff;
}

/* --- PROFILE CARD --- */
.abt-profile-card {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(10,30,60,0.08);
  position: sticky;
  top: 100px;
}
.abt-profile-avatar-wrap {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid #e8f0ff;
  box-shadow: 0 2px 12px rgba(10,106,255,0.15);
}
.abt-profile-photo {
  width: 88px;
  height: 88px;
  object-fit: cover;
  display: block;
}
.abt-profile-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f1b2d;
  text-align: center;
  margin-bottom: 4px;
}
.abt-profile-title {
  font-size: 13px;
  color: #8896aa;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.abt-profile-divider {
  height: 1px;
  background: #e2e8f4;
  margin: 16px 0;
}
.abt-profile-detail {
  font-size: 13px;
  color: #4a5568;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  word-break: break-all;
}
.abt-cert-row { display: flex; gap: 8px; flex-wrap: wrap; }
.abt-cert {
  font-size: 12px;
  color: #166534;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  padding: 4px 10px;
  border-radius: 50px;
  font-weight: 500;
}

/* --- PILLARS --- */
.abt-pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.abt-pillar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 16px;
  padding: 28px;
  transition: box-shadow 0.2s;
}
.abt-pillar:hover { box-shadow: 0 4px 20px rgba(10,30,60,0.10); }
.abt-pillar-num {
  font-size: 36px;
  font-weight: 700;
  color: #0a6aff;
  opacity: 0.2;
  min-width: 52px;
  line-height: 1;
  flex-shrink: 0;
}
.abt-pillar-content h3 {
  font-size: 17px;
  font-weight: 600;
  color: #0f1b2d;
  margin-bottom: 10px;
}
.abt-pillar-content h3 a {
  color: #0a6aff;
  text-decoration: none;
}
.abt-pillar-content h3 a:hover { text-decoration: underline; }
.abt-pillar-content p { font-size: 14px; color: #4a5568; line-height: 1.7; margin-bottom: 10px; }
.abt-pillar-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f0ff;
  color: #0a6aff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 50px;
  margin-top: 4px;
}

/* --- RESULTS GRID --- */
.abt-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.abt-result-card {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 14px;
  padding: 26px;
  transition: all 0.2s;
}
.abt-result-card:hover { transform: translateY(-3px); box-shadow: 0 8px 32px rgba(10,30,60,0.10); }
.abt-result-industry { font-size: 12px; color: #8896aa; font-weight: 500; margin-bottom: 6px; }
.abt-result-client { font-size: 18px; font-weight: 700; color: #0f1b2d; margin-bottom: 18px; }
.abt-result-metrics { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.abt-metric { display: flex; align-items: center; gap: 10px; }
.abt-metric-num {
  font-size: 21px;
  font-weight: 700;
  color: #0a6aff;
  min-width: 76px;
}
.abt-metric-label { font-size: 13px; color: #4a5568; }
.abt-result-link {
  font-size: 13px;
  font-weight: 600;
  color: #0a6aff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-top: 1px solid #e2e8f4;
  padding-top: 16px;
  width: 100%;
}
.abt-result-link:hover { text-decoration: underline; }

/* --- WHY GRID --- */
.abt-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.abt-why-card {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 14px;
  padding: 26px 22px;
  transition: all 0.2s;
}
.abt-why-card:hover { box-shadow: 0 4px 20px rgba(10,30,60,0.08); transform: translateY(-2px); }
.abt-why-icon { font-size: 26px; margin-bottom: 12px; }
.abt-why-card h3 { font-size: 16px; font-weight: 600; color: #0f1b2d; margin-bottom: 8px; }
.abt-why-card p { font-size: 14px; color: #4a5568; line-height: 1.65; margin: 0; }

/* --- CTA SECTION --- */
.abt-cta-section {
  background: linear-gradient(135deg, #0a6aff 0%, #0052cc 50%, #003d99 100%);
  padding: 80px 5%;
}
.abt-cta-section h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.abt-cta-section p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.abt-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.abt-cta-section .btn-primary {
  background: white;
  color: #0a6aff !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.abt-cta-section .btn-primary:hover { background: #f0f6ff; transform: translateY(-2px); }
.btn-secondary-white {
  background: rgba(255,255,255,0.12);
  color: white !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  border: 1.5px solid rgba(255,255,255,0.35);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.btn-secondary-white:hover { background: rgba(255,255,255,0.2); transform: translateY(-2px); }
.abt-cta-reassurance {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

/* --- SHARED BUTTONS --- */
.btn-primary {
  background: #0a6aff;
  color: white !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s;
  box-shadow: 0 4px 14px rgba(10,106,255,0.3);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.btn-primary:hover { background: #0052cc; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(10,106,255,0.4); }
.btn-secondary {
  background: white;
  color: #0f1b2d !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  border: 1.5px solid #e2e8f4;
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}
.btn-secondary:hover { border-color: #0a6aff; color: #0a6aff !important; transform: translateY(-2px); }

/* --- PLATFORM HERO --- */
.abt-hero--platform .abt-hero-inner {
  text-align: center;
  max-width: 920px;
}
.abt-hero--platform h1 {
  margin-left: auto;
  margin-right: auto;
}
.abt-hero--platform .abt-hero-sub {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.abt-hero--platform .abt-hero-btns {
  justify-content: center;
}

/* --- COMPARISON GRID (ANTI-AGENCY MODEL) --- */
.abt-comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 36px;
}
.abt-comparison-col {
  padding: 32px 28px;
  border-radius: 16px;
  border: 1px solid;
  box-sizing: border-box;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.abt-comparison-col--bad {
  background: #fffafa;
  border-color: #ffdada;
}
.abt-comparison-col--good {
  background: #f6faff;
  border-color: #cde0ff;
  box-shadow: 0 4px 20px rgba(10, 106, 255, 0.06);
}
.abt-comparison-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.abt-comparison-icon {
  font-size: 24px;
  flex-shrink: 0;
}
.abt-comparison-header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #0f1b2d;
  line-height: 1.3;
}
.abt-comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.abt-comparison-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
}
.abt-comparison-list li strong {
  color: #0f1b2d;
}

/* --- SPECIALIST COLLECTIVE TEAM GRID --- */
.abt-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  margin-top: 40px;
}
.abt-team-card {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 12px rgba(10, 30, 60, 0.04);
  box-sizing: border-box;
  min-width: 0;
}
.abt-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(10, 30, 60, 0.10);
  border-color: #c5d9ff;
}
.abt-team-card--network {
  background: linear-gradient(180deg, #f8faff 0%, #ffffff 100%);
  border-style: dashed;
}
.abt-team-header {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}
.abt-team-avatar-wrap {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #e8f0ff;
}
.abt-team-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.abt-team-avatar-fallback {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a6aff, #00b4d8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
}
.abt-team-avatar-wrap--monica .abt-team-avatar-fallback {
  background: linear-gradient(135deg, #8b5cf6, #d946ef);
}
.abt-team-avatar-wrap--network .abt-team-avatar-fallback {
  background: linear-gradient(135deg, #0f1b2d, #334155);
}
.abt-team-meta {
  min-width: 0;
}
.abt-team-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0a6aff;
  background: #e8f0ff;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 6px;
}
.abt-team-badge--associate {
  color: #8b5cf6;
  background: #f3e8ff;
}
.abt-team-badge--network {
  color: #0f1b2d;
  background: #e2e8f0;
}
.abt-team-name {
  font-size: 20px;
  font-weight: 700;
  color: #0f1b2d;
  margin: 0 0 4px;
}
.abt-team-role {
  font-size: 13.5px;
  color: #64748b;
  line-height: 1.4;
}
.abt-team-body {
  font-size: 14.5px;
  line-height: 1.65;
  color: #4a5568;
  margin-bottom: 24px;
  flex-grow: 1;
}
.abt-team-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.abt-team-skills span {
  font-size: 12px;
  font-weight: 500;
  background: #f1f5f9;
  color: #334155;
  padding: 4px 10px;
  border-radius: 6px;
}
.abt-team-footer {
  margin-top: auto;
}

/* --- PRODUCT ECOSYSTEM GRID --- */
.abt-ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 36px;
}
.abt-ecosystem-card {
  background: #fff;
  border: 1px solid #e2e8f4;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
  min-width: 0;
}
.abt-ecosystem-card:hover {
  transform: translateY(-3px);
  border-color: #c5d9ff;
  box-shadow: 0 6px 24px rgba(10, 30, 60, 0.08);
}
.abt-ecosystem-icon {
  font-size: 32px;
  margin-bottom: 16px;
}
.abt-ecosystem-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f1b2d;
  margin: 0 0 12px;
}
.abt-ecosystem-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 20px;
  flex-grow: 1;
}
.abt-ecosystem-link {
  font-size: 13.5px;
  font-weight: 600;
  color: #0a6aff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.abt-ecosystem-link:hover {
  text-decoration: underline;
}

/* =============================================
   RESPONSIVE MEDIA QUERIES (TABLET & MOBILE)
   ============================================= */

/* --- TABLET & BELOW (<= 900px) --- */
@media (max-width: 900px) {
  .abt-hero-cols {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .abt-hero-photo-wrap {
    width: 240px;
    margin: 0 auto;
  }
  .abt-hero-photo {
    width: 240px;
    height: 240px;
  }
  .abt-story-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .abt-profile-card {
    position: static;
    max-width: 520px;
    margin: 0 auto;
  }
  .abt-stat-divider {
    display: none !important;
  }
  .abt-stats-inner {
    justify-content: center;
    gap: 24px;
  }
  .abt-pillars {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .abt-comparison-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }
  .abt-team-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }
  .abt-ecosystem-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .abt-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

/* --- MOBILE LANDSCAPE & PHONES (<= 768px) --- */
@media (max-width: 768px) {
  .abt-hero {
    padding: 56px 20px 44px;
  }
  .abt-section {
    padding: 52px 20px;
    overflow-x: clip;
  }
  .abt-cta-section {
    padding: 56px 20px;
  }
  .abt-stats-bar {
    padding: 24px 20px;
  }
  .abt-hero h1 {
    font-size: clamp(28px, 6vw, 40px);
  }
  .abt-hero h1 br {
    display: none;
  }
  .abt-hero-sub {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .abt-section h2 {
    font-size: clamp(23px, 5vw, 32px);
    margin-bottom: 14px;
  }
  .abt-intro-text {
    font-size: 15px;
    margin-bottom: 28px;
  }
  .abt-comparison-col {
    padding: 26px 20px !important;
  }
  .abt-team-card {
    padding: 26px 20px !important;
  }
  .abt-ecosystem-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  .abt-why-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
}

/* --- STANDARD MOBILE (<= 640px) --- */
@media (max-width: 640px) {
  .abt-hero {
    padding: 48px 16px 36px;
  }
  .abt-section {
    padding: 44px 16px;
  }
  .abt-cta-section {
    padding: 48px 16px;
  }
  .abt-hero h1 {
    font-size: clamp(24px, 6.5vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .abt-hero-sub {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 24px;
  }
  .abt-hero-btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .abt-hero-btns .btn-primary,
  .abt-hero-btns .btn-secondary {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 20px;
    font-size: 14.5px;
  }
  .abt-cta-btns {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    align-items: stretch;
    margin-bottom: 20px;
  }
  .abt-cta-section .btn-primary,
  .abt-cta-section .btn-secondary-white {
    width: 100%;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 13px 20px;
    font-size: 14.5px;
  }
  .abt-cta-reassurance {
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-size: 12.5px;
  }

  /* Stats grid: clean 2-column layout */
  .abt-stats-bar {
    padding: 24px 16px;
  }
  .abt-stats-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 12px;
    justify-items: center;
    text-align: center;
  }
  .abt-stats-inner .abt-stat:last-child {
    grid-column: 1 / -1;
  }
  .abt-stat-num {
    font-size: 26px;
  }
  .abt-stat-label {
    font-size: 11.5px;
    line-height: 1.35;
  }

  /* Comparison Grid Mobile */
  .abt-comparison-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 20px !important;
  }
  .abt-comparison-col {
    padding: 22px 16px !important;
    border-radius: 14px;
  }
  .abt-comparison-header {
    gap: 10px;
    margin-bottom: 14px;
    padding-bottom: 12px;
  }
  .abt-comparison-icon {
    font-size: 20px;
  }
  .abt-comparison-header h3 {
    font-size: 17px;
    line-height: 1.35;
  }
  .abt-comparison-list {
    gap: 12px;
  }
  .abt-comparison-list li {
    font-size: 14px;
    line-height: 1.55;
  }

  /* Team Cards Mobile */
  .abt-team-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    margin-top: 20px !important;
  }
  .abt-team-card {
    padding: 22px 16px !important;
    border-radius: 16px;
  }
  .abt-team-header {
    gap: 14px;
    margin-bottom: 16px;
  }
  .abt-team-avatar-wrap {
    width: 64px;
    height: 64px;
  }
  .abt-team-avatar-fallback {
    font-size: 20px;
  }
  .abt-team-name {
    font-size: 18px;
  }
  .abt-team-role {
    font-size: 12.5px;
  }
  .abt-team-body {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .abt-team-skills {
    gap: 6px;
    margin-top: 12px;
  }
  .abt-team-skills span {
    font-size: 11.5px;
    padding: 3px 8px;
  }
  .abt-team-footer .btn-primary,
  .abt-team-footer .btn-secondary {
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    padding: 12px 14px;
    text-align: center;
    justify-content: center;
  }

  /* Ecosystem & Why Cards Mobile */
  .abt-ecosystem-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 20px !important;
  }
  .abt-ecosystem-card {
    padding: 20px 16px !important;
    border-radius: 14px;
  }
  .abt-ecosystem-icon {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .abt-ecosystem-card h3 {
    font-size: 16.5px;
    margin-bottom: 8px;
  }
  .abt-ecosystem-card p {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 14px;
  }
  .abt-why-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin-top: 20px !important;
  }
  .abt-why-card {
    padding: 20px 16px !important;
    border-radius: 14px;
  }
  .abt-why-icon {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .abt-why-card h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .abt-why-card p {
    font-size: 13.5px;
    line-height: 1.55;
  }

  /* Founder Profile Page Specifics */
  .abt-pillar {
    padding: 20px 16px;
    flex-direction: column;
    gap: 10px;
  }
  .abt-pillar-num {
    font-size: 26px;
    min-width: auto;
  }
  .abt-results-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }
  .abt-result-card {
    padding: 20px 16px;
  }
  .abt-story-badges {
    gap: 8px;
  }
  .abt-badge-pill {
    font-size: 12px;
    padding: 5px 12px;
  }
}

/* --- SMALL MOBILE SCREENS (<= 380px) --- */
@media (max-width: 380px) {
  .abt-hero {
    padding: 38px 12px 28px;
  }
  .abt-section {
    padding: 36px 12px;
  }
  .abt-cta-section {
    padding: 40px 12px;
  }
  .abt-hero h1 {
    font-size: 22px;
  }
  .abt-section h2 {
    font-size: 20px;
  }
  .abt-stats-bar {
    padding: 20px 12px;
  }
  .abt-stats-inner {
    gap: 14px 8px;
  }
  .abt-stat-num {
    font-size: 22px;
  }
  .abt-stat-label {
    font-size: 10.5px;
  }
  .abt-comparison-col {
    padding: 18px 12px !important;
  }
  .abt-comparison-header h3 {
    font-size: 16px;
  }
  .abt-team-card {
    padding: 18px 12px !important;
  }
  .abt-team-name {
    font-size: 17px;
  }
  .abt-team-role {
    font-size: 12px;
  }
  .abt-team-footer .btn-primary,
  .abt-team-footer .btn-secondary {
    font-size: 12px;
    padding: 10px 8px;
  }
  .abt-ecosystem-card {
    padding: 18px 12px !important;
  }
  .abt-why-card {
    padding: 18px 12px !important;
  }
}
