/* Golden Apple product landings — sits on Techbiz (#0E5AF2) */
.gai-pl {
  --gai-blue: #0E5AF2;
  --gai-navy: #0b1f4a;
  --gai-ink: #1e293b;
  --gai-muted: #64748b;
  --gai-line: #e8edf6;
  --gai-bg: #f5f8ff;
  color: var(--gai-ink);
  font-size: 16px;
  line-height: 1.7;
}
.gai-pl * { box-sizing: border-box; }
.gai-pl a { color: var(--gai-blue); }
.gai-pl h1, .gai-pl h2, .gai-pl h3, .gai-pl h4 { color: var(--gai-navy); font-weight: 700; line-height: 1.2; }
.gai-wrap { width: 92%; max-width: 1140px; margin: 0 auto; }
.gai-hero {
  background: linear-gradient(120deg, #071433 0%, #0E5AF2 72%);
  color: #fff;
  padding: 72px 0 64px;
}
.gai-hero h1, .gai-hero p, .gai-hero h2 { color: #fff; }
.gai-kicker {
  display: inline-block;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  opacity: .85;
  margin-bottom: 12px;
}
.gai-hero h1 { font-size: 42px; margin: 0 0 16px; }
.gai-hero .lead { font-size: 18px; max-width: 640px; opacity: .92; margin-bottom: 22px; }
.gai-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 26px; }
.gai-chip {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
}
.gai-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gai-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none !important;
  border: 2px solid transparent;
}
.gai-btn-primary { background: #fff; color: var(--gai-blue) !important; }
.gai-btn-ghost { background: transparent; color: #fff !important; border-color: rgba(255,255,255,.55); }
.gai-btn-solid { background: var(--gai-blue); color: #fff !important; }
.gai-btn-line { background: #fff; color: var(--gai-navy) !important; border-color: var(--gai-line); }
.gai-sec { padding: 70px 0; }
.gai-sec-alt { background: var(--gai-bg); }
.gai-sec h2 { font-size: 32px; margin-bottom: 10px; }
.gai-sec .sub { color: var(--gai-muted); max-width: 640px; margin-bottom: 36px; }
.gai-grid { display: grid; gap: 20px; }
.gai-3 { grid-template-columns: repeat(3, 1fr); }
.gai-4 { grid-template-columns: repeat(4, 1fr); }
.gai-2 { grid-template-columns: repeat(2, 1fr); }
.gai-card {
  background: #fff;
  border: 1px solid var(--gai-line);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(14, 90, 242, .06);
  height: 100%;
}
.gai-card h3, .gai-card h4 { font-size: 18px; margin: 0 0 8px; }
.gai-card p { margin: 0; color: var(--gai-muted); }
.gai-icon {
  width: 44px; height: 44px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: #eaf1ff; color: var(--gai-blue); margin-bottom: 14px; font-size: 18px;
}
.gai-stat { text-align: center; padding: 22px 12px; }
.gai-stat b { display: block; font-size: 32px; color: var(--gai-blue); }
.gai-mod { font-size: 15px; }
.gai-mod h4 { font-size: 16px; margin-bottom: 4px; }
.gai-cta {
  background: var(--gai-navy);
  color: #fff;
  padding: 56px 0;
  text-align: center;
}
.gai-cta h2, .gai-cta p { color: #fff; }
.gai-cta p { opacity: .85; margin-bottom: 22px; }
.gai-steps { counter-reset: step; }
.gai-step { display: flex; gap: 16px; margin-bottom: 18px; }
.gai-step:before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  flex-shrink: 0;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gai-blue); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px;
}
.gai-who { text-align: left; }
.gai-links { margin-top: 10px; font-size: 14px; }
.gai-links a { font-weight: 700; }
.gai-hub-card { display: block; text-decoration: none !important; color: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.gai-hub-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(14, 90, 242, .12); }
.gai-hub-card .tag { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gai-blue); }
@media (max-width: 991px) {
  .gai-3, .gai-4, .gai-2 { grid-template-columns: 1fr 1fr; }
  .gai-hero h1 { font-size: 32px; }
}
@media (max-width: 640px) {
  .gai-3, .gai-4, .gai-2 { grid-template-columns: 1fr; }
  .gai-hero { padding: 48px 0; }
}
