/* ============================================
   APIDOTS PILLAR PAGE CSS
   Prefix: apd- | No font imports | Elementor-ready
   No conflicts with existing themes
============================================ */
 body{font-family: "Roboto", Sans-serif;}
.apd-wrap *,
.apd-wrap *::before,
.apd-wrap *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 p{ font-size: 15px !important;}

.apd-wrap {
  --apd-blue: #0D2665;
  --apd-blue-dark: #0D2665;
  --apd-blue-light: #eff6ff;
  --apd-blue-mid: #93c5fd;
  --apd-black: #0a0a0a;
  --apd-dark: #111827;
  --apd-gray: #6b7280;
  --apd-gray-light: #f9fafb;
  --apd-gray-mid: #f3f4f6;
  --apd-border: #e5e7eb;
  --apd-red: #F4595F;
  --apd-green: #10b981;
  --apd-white: #ffffff;
  --apd-radius: 12px;
  --apd-radius-sm: 8px;
  --apd-shadow: 0 4px 24px rgba(0,0,0,0.07);
  --apd-shadow-md: 0 8px 40px rgba(0,0,0,0.1);
  color: var(--apd-dark);
  line-height: 1.6;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
 
/* ---- SECTION TAGS ---- */
.apd-section-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--apd-blue);
  margin-bottom: 12px;
  display: block;
}
.apd-section-tag--red { color: var(--apd-red); }
.apd-section-sub {
  color: var(--apd-gray);
  font-size: 15px;
  max-width: 640px;
  margin: 0 auto;
}
 
/* ---- BUTTONS ---- */
.apd-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  border: 2px solid transparent;
}
.apd-btn--primary { background: var(--apd-blue); color: #fff; border-color: var(--apd-blue); }
.apd-btn--primary:hover { background: var(--apd-blue-dark); border-color: var(--apd-blue-dark); }
.apd-btn--outline { background: transparent; color: var(--apd-dark); border-color: var(--apd-border); }
.apd-btn--outline:hover { border-color: #9ca3af; }
.apd-btn--white { background: #fff; color: var(--apd-dark); border-color: #fff; }
.apd-btn--white:hover { background: #f3f4f6; }
.apd-btn--outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.apd-btn--outline-white:hover { border-color: #fff; }
.apd-link { color: var(--apd-blue); text-decoration: none; font-size: 13px; font-weight: 600; }
.apd-link:hover { text-decoration: underline; }
 
/* ===== HERO ===== */
.apd-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 72px 0 64px;
}
.apd-hero__tag { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; color: var(--apd-blue); text-transform: uppercase; margin-bottom: 16px; }
.apd-hero__title { font-size: 42px; font-weight: 800; line-height: 1.12; color: var(--apd-black); margin-bottom: 20px; }
.apd-hero__desc { font-size: 16px; color: var(--apd-gray); margin-bottom: 32px; max-width: 480px; line-height: 1.7; }
.apd-hero__btns{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    margin-top: 20px;
}
.apd-hero__trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; }
.apd-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--apd-gray); }
.apd-trust-icon { color: var(--apd-green); font-weight: 700; font-size: 15px; }
 
/* Dashboard */
.apd-dashboard { background:#fff; border:1px solid var(--apd-border); border-radius:var(--apd-radius); box-shadow:var(--apd-shadow-md); overflow:hidden; }
.apd-dashboard__header { display:flex; justify-content:space-between; align-items:center; padding:14px 18px; border-bottom:1px solid var(--apd-border); background:#fafafa; }
.apd-dashboard__title { font-weight:700; font-size:13px; }
.apd-dashboard__meta { font-size:13px; color:var(--apd-gray); }
.apd-dashboard__stats { display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid var(--apd-border); }
.apd-stat { padding:14px 16px; border-right:1px solid var(--apd-border); }
.apd-stat:last-child { border-right:none; }
.apd-stat__label { font-size:12px; color:var(--apd-gray); margin-bottom:4px; }
.apd-stat__val { font-size:20px; font-weight:800; color:var(--apd-dark); }
.apd-stat__change { font-size:13px; font-weight:600; margin-top:2px; }
.apd-stat__change--up { color:var(--apd-green); }
.apd-stat__change--down { color:var(--apd-red); }
.apd-dashboard__body { display:grid; grid-template-columns:1fr 1fr; padding:16px; gap:0; }
.apd-chart-box, .apd-ai-box { padding:0 10px; }
.apd-chart-box { border-right:1px solid var(--apd-border); }
.apd-chart-box__title, .apd-ai-box__title { font-size:13px; font-weight:700; color:var(--apd-dark); margin-bottom:10px; }
.apd-donut-wrap { display:flex; align-items:center; gap:12px; }
.apd-donut { width:90px; height:90px; flex-shrink:0; }
.apd-legend { font-size:12px; color:var(--apd-gray); }
.apd-legend__item { display:flex; align-items:center; gap:5px; margin-bottom:4px; }
.apd-legend__dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.apd-ai-row, .apd-tech-row { display:flex; justify-content:space-between; font-size:13px; color:var(--apd-gray); padding:3px 0; border-bottom:1px solid #f3f4f6; }
.apd-ai-row strong, .apd-tech-row strong { color:var(--apd-dark); font-size:11px; }
.apd-dashboard__foot { text-align:center; font-size:12px; color:var(--apd-gray); padding:10px; border-top:1px solid var(--apd-border); background:#fafafa; }
 
/* ===== LOGOS ===== */
.apd-logos { display:flex; align-items:center; gap:32px; padding:22px 0; border-top:1px solid var(--apd-border); border-bottom:1px solid var(--apd-border); flex-wrap:wrap; }
.apd-logos__label { font-size:12px; font-weight:700; letter-spacing:1px; color:var(--apd-gray); text-transform:uppercase; white-space:nowrap; }
.apd-logos__list { display:flex; gap:32px; flex-wrap:wrap; align-items:center; }
.apd-logo-item { font-size:15px; font-weight:700; color:#9ca3af; letter-spacing:0.5px; }
 
/* ===== SECTION 1: BROKEN ===== */
.apd-broken {
  background: var(--apd-gray-mid);
  margin: 0 -24px;
  padding: 72px 48px;
}
.apd-broken__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; max-width: 1200px; margin: 0 auto; }
.apd-broken__title { font-size: 30px; font-weight: 800; line-height: 1.2; margin-bottom: 20px; }
.apd-broken__lead { font-size: 15px; color: var(--apd-dark); font-weight: 500; margin-bottom: 14px; }
.apd-broken__body { font-size: 14px; color: var(--apd-gray); line-height: 1.7; margin-bottom: 14px; }
.apd-broken__cta-block { margin-top: 28px; background: #fff; border: 1px solid var(--apd-border); border-radius: var(--apd-radius-sm); padding: 20px 24px; }
.apd-broken__cta-label { font-size: 13px; font-weight: 600; color: var(--apd-dark); margin-bottom: 12px; }
.apd-broken__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.apd-pain-card { background: #fff; border: 1px solid var(--apd-border); border-radius: var(--apd-radius-sm); padding: 20px; }
.apd-pain-card__icon { font-size: 22px; display: block; margin-bottom: 10px; }
.apd-pain-card h4 { font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.apd-pain-card p { font-size: 12px; color: var(--apd-gray); line-height: 1.5; }
 
/* ===== SECTION 2: WHO WE HELP ===== */
.apd-who { padding: 72px 0; }
.apd-who__header { text-align: center; margin-bottom: 48px; }
.apd-who__header h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.apd-who__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.apd-who__col-title { font-size: 15px; font-weight: 700; color: var(--apd-dark); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--apd-blue); display: inline-block; }
.apd-profile-list { display: flex; flex-direction: column; gap: 14px; }
.apd-profile-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius-sm); background: #fff; }
.apd-profile-icon { font-size: 22px; flex-shrink: 0; width: 40px; height: 40px; background: var(--apd-blue-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.apd-profile-item strong { font-size: 15px; display: block; margin-bottom: 3px; }
.apd-profile-item p { font-size: 12px; color: var(--apd-gray); }
.apd-pain-check-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 4px; }
.apd-pain-check { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: var(--apd-dark); padding: 10px 14px; background: var(--apd-gray-light); border-radius: 6px; border: 1px solid var(--apd-border); }
.apd-check-dot { width: 8px; height: 8px; background: var(--apd-blue); border-radius: 50%; flex-shrink: 0; }
 
/* ===== SECTION 3: SERVICES ===== */
.apd-services { padding: 72px 0; background: var(--apd-gray-mid); margin: 0 -24px; padding-left: 48px; padding-right: 48px; }
.apd-services__title { font-size: 32px; font-weight: 800; margin-bottom: 10px; text-align: center; }
.apd-services__sub { color: var(--apd-gray); font-size: 15px !important; margin-bottom: 48px; text-align: center; max-width: 640px; margin-left: auto; margin-right: auto; }
.apd-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--apd-border); border: 1px solid var(--apd-border); border-radius: var(--apd-radius); overflow: hidden; max-width: 1200px; margin: 0 auto; }
.apd-service-card { background: #fff; padding: 28px 24px; }
.apd-service-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: auto 1fr auto auto; gap: 16px; align-items: start; }
.apd-service-card--wide h3 { grid-column: 2; margin-bottom: 0; }
.apd-service-card--wide p { grid-column: 2; }
.apd-service-card--wide .apd-service-card__features { grid-column: 2; }
.apd-service-card--wide .apd-link { grid-column: 2; }
.apd-service-card__icon { font-size: 22px; margin-bottom: 14px; width: 44px; height: 44px; background: var(--apd-blue-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.apd-service-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.apd-service-card--wide p {
    font-size: 12.5px;
    color: var(--apd-gray);
    margin-bottom: 12px;
    line-height: 1.5;
    margin-top: -50px !important;
}
.apd-service-card__features { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.apd-service-card__features span { font-size: 11px; background: var(--apd-blue-light); color: var(--apd-blue); padding: 3px 8px; border-radius: 20px; font-weight: 600; }
 
/* ===== SECTION 4: AI USE CASES ===== */
.apd-usecases { padding: 72px 0; }
.apd-usecases__header { text-align: center; margin-bottom: 48px; }
.apd-usecases__header h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.apd-usecases__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 40px; }
.apd-uc-card { background: var(--apd-gray-light); border: 1px solid var(--apd-border); border-radius: var(--apd-radius-sm); padding: 24px; position: relative; transition: box-shadow 0.2s, border-color 0.2s; }
.apd-uc-card:hover { border-color: var(--apd-blue-mid); box-shadow: var(--apd-shadow); }
.apd-uc-card__num { font-size: 13px; font-weight: 800; color: var(--apd-blue); letter-spacing: 1px; margin-bottom: 10px; }
.apd-uc-card h4 { font-size: 14.5px; font-weight: 700; margin-bottom: 8px; }
.apd-uc-card p { font-size: 14px; color: var(--apd-gray); line-height: 1.55; }
.apd-usecases__cta { text-align: center; }
 
/* ===== SECTION 5: BOTTLENECKS ===== */
.apd-bottlenecks { background: var(--apd-gray-mid); margin: 0 -24px; padding: 72px 48px; }
.apd-bottlenecks__header { text-align: center; margin-bottom: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.apd-bottlenecks__header h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.apd-bottlenecks__list { display: flex; flex-direction: column; gap: 2px; max-width: 1200px; margin: 0 auto 40px; background: var(--apd-border); border: 1px solid var(--apd-border); border-radius: var(--apd-radius); overflow: hidden; }
.apd-bn-item { background: #fff; padding: 28px 32px; }
.apd-bn-item__head { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.apd-bn-num { font-size: 11px; font-weight: 800; color: var(--apd-white); background: var(--apd-blue); width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; letter-spacing: 0.5px; }
.apd-bn-item__head h3 { font-size: 17px; font-weight: 700; }
.apd-bn-item__body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 16px; }
.apd-bn-col { background: var(--apd-gray-light); border-radius: var(--apd-radius-sm); padding: 16px; border: 1px solid var(--apd-border); }
.apd-bn-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--apd-blue); margin-bottom: 8px; }
.apd-bn-col p { font-size: 12.5px; color: var(--apd-gray); line-height: 1.55; }
.apd-bottlenecks__cta { text-align: center; max-width: 1200px; margin: 0 auto; }
.apd-bottlenecks__cta p { font-size: 14px; color: var(--apd-gray); margin-bottom: 16px; }
 
/* ===== SECTION 6: STACK ===== */
.apd-stack { padding: 72px 0; }
.apd-stack__header { text-align: center; margin-bottom: 48px; }
.apd-stack__header h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.apd-stack__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.apd-stack-card { text-align: center; padding: 24px 12px; border: 1px solid var(--apd-border); border-radius: var(--apd-radius-sm); background: #fff; transition: box-shadow 0.2s, border-color 0.2s; }
.apd-stack-card:hover { border-color: var(--apd-blue-mid); box-shadow: var(--apd-shadow); }
.apd-stack-card__logo { width: 44px; height: 44px; background: var(--apd-blue); color: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; margin: 0 auto 10px; }
.apd-stack-card--more .apd-stack-card__logo { background: var(--apd-gray-mid); color: var(--apd-gray); }
.apd-stack-card p { font-size: 11px; font-weight: 600; color: var(--apd-gray); }
 .apd-why-card--highlight p{ color:#fff !important;}
/* ===== SECTION 7: RESULTS ===== */
.apd-results-full {
  padding: 80px 48px 64px;

  margin: 0 -24px;
  position: relative;
  overflow: hidden;
}
.apd-results-full::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(13,38,101,0.05) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.apd-results-full::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -40px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(16,185,129,0.06) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.apd-results-full > * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Main row: image left + content right */
.apd-results-full__row {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 48px;
}

/* Image block */
.apd-results-full__media { margin-bottom: 0; }
.apd-results__img-wrap {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  box-shadow: 0 24px 64px rgba(13,38,101,0.18);
}
.apd-results__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.apd-results__img-wrap:hover .apd-results__img { transform: scale(1.04); }
.apd-results__play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; height: 64px;
  background: var(--apd-blue);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; cursor: pointer;
  box-shadow: 0 0 0 14px rgba(13,38,101,0.18);
  text-decoration: none;
  transition: all 0.3s;
}
.apd-results__play:hover {
  background: #fff;
  color: var(--apd-blue);
  box-shadow: 0 0 0 18px rgba(13,38,101,0.1);
  transform: translate(-50%, -50%) scale(1.08);
}

/* Section tag pill in results */
.apd-results-full .apd-section-tag {
  display: inline-block;
  background: rgba(13,38,101,0.07);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

/* Content block */
.apd-results-full__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.apd-results-full__content h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.18;
  margin-bottom: 14px;
  color: var(--apd-dark);
}
.apd-results__desc {
  font-size: 15px;
  color: var(--apd-gray);
  margin-bottom: 32px;
  line-height: 1.7;
  max-width: 520px;
}

/* Stats - card style */
.apd-results__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 0;
}
.apd-rstat {
  display: flex; flex-direction: column; align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid var(--apd-border);
  border-radius: 12px;
  padding: 18px 12px;
  text-align: center;
  transition: box-shadow 0.22s, transform 0.22s;
}
.apd-rstat:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-3px);
}
.apd-rstat__val {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.apd-rstat__val--green { color: var(--apd-green); }
.apd-rstat__val--red   { color: var(--apd-red); }
.apd-rstat__val--blue  { color: var(--apd-blue); }
.apd-rstat__label { font-size: 11px; color: var(--apd-gray); font-weight: 500; line-height: 1.3; }

/* Case cards below the main row */
.apd-case-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.apd-case-card {
  background: #fff;
  border: 1px solid var(--apd-border);
  border-radius: 12px;
  padding: 28px 22px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
}
.apd-case-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--apd-blue);
  border-radius: 12px 12px 0 0;
}
.apd-case-card:nth-child(2)::before { background: var(--apd-green); }
.apd-case-card:nth-child(3)::before { background: #8b5cf6; }
.apd-case-card:nth-child(4)::before { background: var(--apd-red); }
.apd-case-card:hover {
  box-shadow: 0 14px 44px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.apd-case-card__icon {
  display: flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  background: var(--apd-blue-light);
  border-radius: 12px;
  margin-bottom: 16px;
  color: var(--apd-blue);
  transition: background 0.2s;
}
.apd-case-card:nth-child(2) .apd-case-card__icon { background: rgba(16,185,129,0.1); color: var(--apd-green); }
.apd-case-card:nth-child(3) .apd-case-card__icon { background: rgba(139,92,246,0.1); color: #8b5cf6; }
.apd-case-card:nth-child(4) .apd-case-card__icon { background: rgba(244,89,95,0.1); color: var(--apd-red); }
.apd-case-card h4 { font-size: 13.5px; font-weight: 700; margin-bottom: 10px; color: var(--apd-dark); line-height: 1.35; }
.apd-case-card p  { font-size: 12.5px; color: var(--apd-gray); line-height: 1.6; }
 
/* ===== SECTION 8: WHY US ===== */
.apd-why { padding: 72px 0; }
.apd-why__header { text-align: center; margin-bottom: 48px; }
.apd-why__header h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.apd-why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.apd-why-card { background: var(--apd-gray-light); border: 1px solid var(--apd-border); border-radius: var(--apd-radius-sm); padding: 28px; transition: box-shadow 0.2s; }
.apd-why-card:hover { box-shadow: var(--apd-shadow); }
.apd-why-card--highlight { background: var(--apd-blue); color: #fff; border-color: var(--apd-blue); }
.apd-why-card--highlight p { color: rgba(255,255,255,0.8); }
.apd-why-card__icon { font-size: 28px; margin-bottom: 14px; display: block; }
.apd-why-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.apd-why-card p { font-size: 13px; color: var(--apd-gray); line-height: 1.6; }
 
/* ===== SECTION 9: FAQ ===== */
.apd-faq { padding: 72px 0; background: var(--apd-gray-mid); margin: 0 -24px; padding-left: 48px; padding-right: 48px; }
.apd-faq__header { text-align: center; margin-bottom: 48px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.apd-faq__header h2 { font-size: 32px; font-weight: 800; margin-bottom: 10px; }
.apd-faq__list { display: flex; flex-direction: column; gap: 2px; max-width: 860px; margin: 0 auto; background: var(--apd-border); border: 1px solid var(--apd-border); border-radius: var(--apd-radius); overflow: hidden; }
.apd-faq-item { background: #fff; }
.apd-faq-item__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  gap: 12px;
}
.apd-faq-item__q::-webkit-details-marker { display: none; }
.apd-faq-item[open] .apd-faq-item__q { color: var(--apd-blue); }
.apd-faq-arrow { font-size: 20px; color: var(--apd-gray); transition: transform 0.2s; flex-shrink: 0; }
.apd-faq-item[open] .apd-faq-arrow { transform: rotate(90deg); color: var(--apd-blue); }
.apd-faq-item__a { padding: 0 24px 18px; font-size: 13.5px; color: var(--apd-gray); line-height: 1.65; border-top: 1px solid var(--apd-border); padding-top: 14px; }
 
/* ===== SECTION 10: FINAL CTA ===== */
.apd-final-cta { background: var(--apd-black); color: #fff; padding: 80px 48px; margin: 0 -24px; }
.apd-final-cta__inner { max-width: 800px; margin: 0 auto; text-align: center; }
.apd-final-cta__small { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: #9ca3af; margin-bottom: 16px; display: block; }
.apd-final-cta__title { font-size: 36px; font-weight: 800; line-height: 1.2; margin-bottom: 18px; }
.apd-final-cta__desc { font-size: 15px; color: #9ca3af; margin-bottom: 32px; line-height: 1.7; }
.apd-final-cta__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 24px; margin-bottom: 36px; }
.apd-final-cta__list span { font-size: 13.5px; color: #d1d5db; display: flex; align-items: center; gap: 6px; }
.apd-check-blue { color: #60a5fa; font-weight: 700; }
.apd-final-cta__btns { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }
.apd-final-cta__trust { display: flex; align-items: center; justify-content: center; gap: 10px; }
.apd-final-cta__trust p { font-size: 12px; color: #9ca3af; }
.apd-avatars { display: flex; }
.apd-avatar { width: 28px; height: 28px; background: #374151; border-radius: 50%; border: 2px solid var(--apd-black); display: flex; align-items: center; justify-content: center; font-size: 14px; margin-left: -8px; }
.apd-avatars .apd-avatar:first-child { margin-left: 0; }
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .apd-usecases__grid { grid-template-columns: repeat(2, 1fr); }
  .apd-stack__grid { grid-template-columns: repeat(4, 1fr); }
  .apd-case-cards { grid-template-columns: repeat(2, 1fr); }
  .apd-why__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .apd-hero { grid-template-columns: 1fr; gap: 36px; }
  .apd-hero__title { font-size: 30px; }
  .apd-broken__inner { grid-template-columns: 1fr; gap: 36px; }
  .apd-who__grid { grid-template-columns: 1fr; }
  .apd-services__grid { grid-template-columns: 1fr 1fr; }
  .apd-service-card--wide { grid-column: auto; grid-template-columns: auto 1fr; }
  .apd-results-full__content { grid-template-columns: 1fr; }
  .apd-bn-item__body { grid-template-columns: 1fr; }
  .apd-stack__grid { grid-template-columns: repeat(3, 1fr); }
  .apd-why__grid { grid-template-columns: 1fr; }
  .apd-results__stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .apd-wrap { padding: 0 16px; }
  .apd-broken, .apd-services, .apd-bottlenecks, .apd-results-full, .apd-faq, .apd-final-cta { padding-left: 24px; padding-right: 24px; }
  .apd-hero__title { font-size: 26px; }
  .apd-hero__trust-grid { grid-template-columns: 1fr; }
  .apd-services__grid { grid-template-columns: 1fr; }
  .apd-service-card--wide { grid-template-columns: 1fr; }
  .apd-usecases__grid { grid-template-columns: 1fr; }
  .apd-broken__grid { grid-template-columns: 1fr; }
  .apd-stack__grid { grid-template-columns: repeat(2, 1fr); }
  .apd-case-cards { grid-template-columns: 1fr; }
  .apd-dashboard__stats { grid-template-columns: repeat(2, 1fr); }
  .apd-dashboard__body { grid-template-columns: 1fr; }
  .apd-chart-box { border-right: none; border-bottom: 1px solid var(--apd-border); }
  .apd-final-cta__title { font-size: 26px; }
  .apd-results__stats { grid-template-columns: repeat(2, 1fr); }
}