:root {
  --gb-blue: #014380;
  --gb-blue-dark: #073763;
  --gb-green: #7fb800;
  --gb-green-dark: #5d8f00;
  --gb-text: #1f2937;
  /* --gb-muted: #5b677a; */
  --gb-light: #f5f9fc;
  --gb-white: #ffffff;
  --gb-border: #dbe5ef;
  --gb-shadow: 0 14px 35px rgba(10, 45, 85, 0.12);
}

.custom-app-page {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--gb-text);
  background: #fff;
}

.custom-app-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: min(1320px,    90%);
  margin: 0 auto;

}

.custom-hero {
 position: relative;
  overflow:hidden;
  padding:60px 0 60px;
  background-image: url("../src/microsoft-services-new-imgs/Custom-App-Hero.png"), linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
  margin: 10px;
  border-radius: 30px
  
}

.custom-hero-grid {
  /* display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px; */
  /* align-items: center; */
}

.custom-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.custom-hero h1 {
  /* font-size: clamp(38px, 5vw, 62px); */
  /* line-height: 1.05; */
  margin: 0 0 20px;
  color: #fff;
  /* font-weight: 750; */
}

.custom-hero p {
  font-size: 19px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 30px;
}

.custom-hero-actions,
.custom-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.custom-btn-primary,
.custom-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
}

.custom-btn-primary {
  background: var(--gb-green);
  color: #08223f;
}

.custom-btn-primary:hover {
  background: #96d414;
  transform: translateY(-2px);
}

.custom-btn-secondary {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.35);
}

.custom-btn-secondary:hover {
  background: #fff;
  color: var(--gb-blue);
}

.custom-hero-image img {
  border-radius: 24px;
  box-shadow: var(--gb-shadow);
}

.custom-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.custom-trust-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  padding: 5px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.custom-trust-card strong {
  display: block;
  /* font-size: 22px; */
  margin-bottom: 4px;
  color: #fff;
}

.custom-section {
  padding: 78px 0;
  
}

.custom-section-light {
  background: var(--gb-light);
}

/* .custom-section-title {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: left;
} */

.custom-section-title h2 {
  font-size: clamp(30px, 4vw, 44px);
  color: var(--gb-blue-dark);
  margin-bottom: 14px;
  text-align: left;
}

.custom-section-title p {
  /* color: var(--gb-muted); */
  font-size: 18px;
  line-height: 1.65;
}

.custom-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.custom-card {
  background: #fff;
  border: 1px solid var(--gb-border);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 8px 24px rgba(8, 40, 80, 0.06);
}

.custom-card h3 {
  color: var(--gb-blue);
  font-size: 22px;
  margin-bottom: 12px;
}

.custom-card p,
.custom-card li {
  color: var(--gb-muted);
  line-height: 1.65;
}

.custom-card ul {
  padding-left: 18px;
  margin: 14px 0 0;
}

.custom-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--gb-blue), var(--gb-green));
  border-radius: 12px;
  margin-bottom: 18px;
}

.custom-split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 48px;
  align-items: center;
}

.custom-split h2 {
  color: var(--gb-blue-dark);
  font-size: clamp(30px, 4vw, 44px);
  margin-bottom: 16px;
}

.custom-split p {
  color: var(--gb-muted);
  line-height: 1.7;
  font-size: 17px;
}

.custom-check-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
}

.custom-check {
  background: #fff;
  border: 1px solid var(--gb-border);
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 650;
  color: var(--gb-blue-dark);
}

.custom-image-card img {
  border-radius: 22px;
  box-shadow: var(--gb-shadow);
}

.custom-process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.custom-step {
  background: #fff;
  border: 1px solid var(--gb-border);
  border-radius: 18px;
  padding: 24px;
}

.custom-step span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gb-blue);
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}

.custom-step h3 {
  color: var(--gb-blue-dark);
  font-size: 19px;
  margin-bottom: 10px;
}

.custom-industries {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.custom-pill {
  background: #fff;
  border: 1px solid var(--gb-border);
  color: var(--gb-blue-dark);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 650;
}

.custom-cta {
  background: linear-gradient(135deg, #073763, #0b4f9c);
  color: #fff;
  padding: 70px 0;
  border-radius: 28px;
}

.custom-cta-inner {
  width: min(980px, 90%);
  margin: 0 auto;
  text-align: center;
}

.custom-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
  margin-bottom: 16px;
}

.custom-cta p {
  color: #eaf4ff;
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 28px;
}

.custom-faq-item {
  background: #fff;
  border: 1px solid var(--gb-border);
  border-radius: 16px;
  padding: 22px 24px;
  margin-bottom: 14px;
}

.custom-faq-item h3 {
  color: var(--gb-blue-dark);
  margin-bottom: 8px;
  font-size: 20px;
}

.custom-faq-item p {
  color: var(--gb-muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 991px) {
  .custom-hero-grid,
  .custom-split {
    grid-template-columns: 1fr;
  }

  .custom-grid-3,
  .custom-trust-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .custom-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .custom-hero {
    padding: 64px 0;
  }

  .custom-grid-3,
  .custom-trust-row,
  .custom-process,
  .custom-check-list {
    grid-template-columns: 1fr;
  }

  .custom-hero-actions,
  .custom-cta-actions {
    flex-direction: column;
  }

  .custom-btn-primary,
  .custom-btn-secondary {
    width: 100%;
  }
}