/* ============================================================
   CUSTOM APPLICATIONS PAGE — page-custom-applications.css
   Depends on global: wrap, topnav, eyebrow, accent, section-head,
   btn-primary, btn-secondary, btn-dark, btn-outline-light,
   icon-badge, faq-list, faq-item, faq-q, faq-a, faq-toggle, footer
   ============================================================ */

/* ─────────────────────────────────────────────────────────
   1. HERO
   ───────────────────────────────────────────────────────── */
  .cap-breadcrumb {
	font-size: 11px;
	 color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.04em;
	margin-bottom: 32px;
  }
  .cap-breadcrumb a {
	color: inherit;
	text-decoration: none;
  }
  
  .cap-hero-center {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
  }
  h1.cap-hero-h1 span {
    display: block;
}
  .cap-hero-h1 {
	color: #fff;
	margin-bottom: 24px;
  }
  
  .cap-hero-sub {
	font-size: 19px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	margin-bottom: 40px;
  }
  
  .cap-hero-ctas {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 32px;
	justify-content: center;
  }
  .cap-hero-ctas .btn-primary {
	font-size: 15px;
	padding: 16px 32px;
  }
  
  .cap-hero-trust {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .cap-hero-trust-item {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
  }
  .cap-hero-trust-item strong {
	color: #fff;
  }
  
  
  /* ─────────────────────────────────────────────────────────
	 2. WHY CUSTOM
	 ───────────────────────────────────────────────────────── */
  .section-head.on-dark h2 {
	color: #fff;
  }
  .section-head.on-dark p {
	color: rgba(255, 255, 255, 0.8);
  }
  
  .cap-wrap-flush {
	padding-top: 0;
	padding-bottom: 0;
  }
  
  .cap-why-box {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 52px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
  }
  @media (max-width: 991px) {
	.cap-why-box {
	  padding: 20px;
	}
  }
  .cap-why-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #1414c8, #3dffb0);
  }
  
  .cap-why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
  }
  @media (max-width: 768px) {
	.cap-why-grid {
	  grid-template-columns: 1fr;
	  gap: 40px;
	}
  }
  
  .cap-dot-points {
	display: flex;
	flex-direction: column;
	gap: 12px;
  }
  
  .cap-dot-point {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #11112e;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 18px 20px;
  }
  
  .cap-dot {
	width: 8px;
	height: 8px;
	background: #3dffb0;
	border-radius: 50%;
	margin-top: 7px;
	flex-shrink: 0;
  }
  
  .cap-dot-text {
	font-size: 15px;
	color: rgba(255, 255, 255, 0.8);
  }
  
  .cap-btn-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
  }
  
  /* ─────────────────────────────────────────────────────────
	 3. WHAT WE BUILD
	 ───────────────────────────────────────────────────────── */
  .cap-build-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 40px;
  }
  @media (max-width: 900px) {
	.cap-build-grid {
	  grid-template-columns: 1fr 1fr;
	}
  }
  @media (max-width: 600px) {
	.cap-build-grid {
	  grid-template-columns: 1fr;
	}
  }
  
  .cap-build-card {
	background: #fff;
	border: 1px solid var(--line-lt);
	border-radius: 14px;
	padding: 28px;
  }
  @media (max-width: 991px) {
	.cap-build-card {
		padding: 20px;
	}
  }
  .cap-build-title {
	font-size: 15px;
	margin-bottom: 8px;
  }
  
  .cap-build-desc {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.65;
  }
  
  /* ─────────────────────────────────────────────────────────
	 4. TECH STACK
	 ───────────────────────────────────────────────────────── */
  .cap-tech-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 40px;
  }
  @media (max-width: 900px) {
	.cap-tech-grid {
	  grid-template-columns: 1fr 1fr;
	}
  }
  @media (max-width: 560px) {
	.cap-tech-grid {
	  grid-template-columns: 1fr;
	}
  }
  
  .cap-tech-col {
	background: #11112e;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 24px;
  }
  @media (max-width: 991px) {
	.cap-tech-col  {
		padding: 20px;
	}
  }
  .cap-tech-col-title {
	font-size: 18px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
  }
  .cap-tech-col-label {
	font-size: 10px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 16px;
  }
  
  .cap-tech-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin-left: 0;
  }
  .cap-tech-list li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	gap: 8px;
  }
  .cap-tech-list li::before {
	content: '\2192';
	color: #3dffb0;
	font-weight: 700;
	flex-shrink: 0;
  }
  
  .cap-tech-callout {
	background: rgba(61, 255, 176, 0.07);
	border: 1px solid rgba(61, 255, 176, 0.2);
	border-radius: 14px;
	padding: 24px 32px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
  }
  
  .cap-tech-callout-heading {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
  }
  
  .cap-tech-callout-text {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
  }
  @media (max-width: 991px) {
	.cap-tech-callout {
		padding: 20px;
	}
  }
  /* ─────────────────────────────────────────────────────────
	 5. HOW WE WORK
	 ───────────────────────────────────────────────────────── */
  .cap-hww-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 40px;
  }
  @media (max-width: 768px) {
	.cap-hww-grid {
	  grid-template-columns: 1fr;
	}
  }
  
  .cap-hww-card {
	background: #fff;
	border: 1px solid var(--line-lt);
	border-radius: 14px;
	padding: 28px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
  }
  @media (max-width: 991px) {
	.cap-hww-card {
		padding: 20px;
	}
  }
  .cap-hww-num {
	width: 36px;
	height: 36px;
	background: #06061a;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	font-weight: 700;
	color: #3dffb0;
	flex-shrink: 0;
  }
  
  .cap-hww-title {
	font-size: 15px;
	margin-bottom: 6px;
  }
  
  .cap-hww-desc {
	font-size: 14px;
	color: var(--muted);
	line-height: 1.6;
  }
  
  /* ─────────────────────────────────────────────────────────
	 6. CTA BAND (dark gradient variant)
	 ───────────────────────────────────────────────────────── */
  
  .cap-cta-phone-line {
	font-size: 13px;
	 color: rgba(255, 255, 255, 0.8);
  }
  .cap-cta-phone-line a {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 600;
	text-decoration: none;
  }
  .cap-build-card ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.cap-build-card ul li::before {
    content: '\2192';
    color: #3dffb0;
    font-weight: 700;
    flex-shrink: 0;
}

.cap-build-card ul li {
    font-size: 14px;
    display: flex;
    gap: 8px;
}
.cc-cta-band .wrap {
    max-width: 100%;
}
.cc-cta-band .wrap p {
    max-width: 640px;
}

.cc-cta-band .wrap p.cap-cta-phone-line {
    font-size: 14px;
	margin-bottom: 0;
}
.page-template-latest-custom-application .cap-dot-point {
    padding: 0;
    background: transparent;
    border: 0;
	margin-bottom: 15px;
}
.page-template-latest-custom-application .cap-tech-grid {
	grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 900px) {
	.page-template-latest-custom-application .cap-tech-grid {
	  grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 560px) {
	.page-template-latest-custom-application .cap-tech-grid {
	  grid-template-columns: 1fr;
	}
}