/* =========================================================
   ANDROID APP DEVELOPMENT PLATFORM PAGE
   ========================================================= */

.page-android-app {
  background: #fff;
}

.page-android-app .service-detail-hero .hero-copy h1 .accent {
  color: var(--blue-400);
}

.page-android-app .and-hero-support {
  margin: 0 0 18px;
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  max-width: 36em;
}

.page-android-app .and-hero-checks {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-android-app .and-hero-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.page-android-app .and-hero-checks i {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--blue-400);
}

.page-android-app .btn-submit-upper {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  padding: 16px 24px;
}

.page-android-app .panel-note a {
  color: var(--blue-400);
  text-decoration: underline;
}

.page-android-app .section-cta-center,
.and-services .section-cta-center,
.and-portfolio .section-cta-center,
.and-industries .section-cta-center,
.and-hire .section-cta-center,
.and-steps .section-cta-center,
.page-android-app .client-testimonials .section-cta-center {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.page-android-app .and-clutch-btn {
  color: var(--text-dark);
  border-color: var(--line);
}

.page-android-app .and-clutch-btn:hover,
.page-android-app .and-clutch-btn:focus-visible {
  border-color: var(--blue-500);
  color: var(--blue-500);
}

/* Services */
.and-services {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.and-services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.and-service-card {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.and-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.and-service-card h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 10px;
}

.and-service-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}

/* Portfolio */
.and-portfolio {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.and-case-card {
  padding: 28px 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
  box-shadow: var(--shadow-card);
}

.and-case-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--blue-500);
  margin-bottom: 8px;
}

.and-case-card h3 {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 12px;
}

.and-case-card > p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}

.and-case-outcome {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-body);
}

.and-case-stack {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
}

.and-case-link,
.and-industry-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-500);
  text-decoration: none;
}

.and-case-link:hover,
.and-case-link:focus-visible,
.and-industry-link:hover,
.and-industry-link:focus-visible {
  text-decoration: underline;
}

.and-case-link i,
.and-industry-link i {
  width: 16px;
  height: 16px;
}

/* Logos / trusted section uses shared .client-logos homepage styles */

/* Stats */
.and-stats {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.and-stat-card {
  text-align: center;
  padding: 28px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
}

.and-stat-num {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--blue-500);
  line-height: 1.1;
}

.and-stat-label {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

/* Stack */
.and-stack {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.and-stack-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.and-stack-card {
  padding: 24px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--bg-grey);
}

.and-stack-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.and-stack-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-body);
}

/* Process */
.and-process {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-process-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.and-process-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
}

.and-process-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(15, 141, 235, 0.12);
  color: var(--blue-500);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 15px;
}

.and-process-list h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 6px;
}

.and-process-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-body);
}

/* Industries */
.and-industries {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.and-industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.and-industry-card {
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--bg-grey);
}

.and-industry-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.and-industry-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-body);
}

/* Houston */
.and-houston {
  padding: var(--section-padding-y) 0;
  background: linear-gradient(135deg, var(--navy-900) 0%, #0f2a5c 100%);
  color: #fff;
}

.and-houston .section-h2 {
  color: #fff;
}

.and-houston-copy {
  max-width: 820px;
}

.and-houston p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 16px;
}

.and-houston .btn {
  margin-top: 12px;
}

/* Security */
.and-security {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.and-checklist {
  list-style: none;
  margin: 36px auto 0;
  padding: 0;
  max-width: 820px;
  display: grid;
  gap: 14px;
}

.and-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--bg-grey);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-body);
}

.and-checklist i {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--blue-500);
}

/* Reasons / hire / guarantees */
.and-reasons {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-hire {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.and-hire-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.and-hire-card {
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--bg-grey);
}

.and-hire-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.and-hire-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-body);
}

.and-guarantees {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-guarantees-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.and-guarantee-card {
  padding: 24px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
}

.and-guarantee-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.and-guarantee-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-body);
}

/* Awards */
.and-awards {
  padding: var(--section-padding-y) 0;
  background: #fff;
}

.and-awards-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.and-award-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  text-decoration: none;
  color: var(--text-body);
  padding: 20px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: var(--bg-grey);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.and-award-badge:hover,
.and-award-badge:focus-visible {
  border-color: var(--blue-400);
  box-shadow: var(--shadow-card);
  outline: none;
}

.and-award-badge img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.and-award-badge span {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.45;
}

/* FAQ / guides / steps */
.and-faq {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-faq .faq-a a {
  color: var(--blue-500);
}

.and-guides {
  padding: 56px 0;
  background: #fff;
}

.and-guides-list {
  list-style: none;
  margin: 28px auto 0;
  padding: 0;
  max-width: 760px;
  display: grid;
  gap: 12px;
}

.and-guides-list a {
  display: block;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  color: var(--text-dark);
  font-weight: 600;
  text-decoration: none;
  background: var(--bg-grey);
}

.and-guides-list a:hover,
.and-guides-list a:focus-visible {
  border-color: var(--blue-400);
  color: var(--blue-500);
}

.and-steps {
  padding: var(--section-padding-y) 0;
  background: var(--bg-grey);
}

.and-steps-list {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.and-steps-list li {
  padding: 26px 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  background: #fff;
}

.and-steps-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(15, 141, 235, 0.12);
  color: var(--blue-500);
  font-family: var(--font-display);
  font-weight: 800;
  margin-bottom: 14px;
}

.and-steps-list h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 8px;
}

.and-steps-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-body);
}

/* Responsive */
@media (max-width: 1024px) {
  .and-services-grid,
  .and-stats-grid,
  .and-stack-grid,
  .and-hire-grid,
  .and-guarantees-grid,
  .and-steps-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .and-awards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .page-android-app .hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .and-services-grid,
  .and-portfolio-grid,
  .and-stats-grid,
  .and-stack-grid,
  .and-industries-grid,
  .and-hire-grid,
  .and-guarantees-grid,
  .and-awards-row,
  .and-steps-list {
    grid-template-columns: 1fr;
  }

  .and-process-list li {
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }
}
