/* Home page — port of LOCLbox_AIStudioSample/deploy/mockup.html (hero, stats,
   features, graduates/outreach, CTA). The mockup's AI-demo section is omitted
   (unbuilt feature) and its placeholder stats are replaced with honest ones. */

.glass {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* ── HERO ── */
.hero {
  position: relative; padding: 5rem 1.5rem 8rem; overflow: hidden; text-align: center;
}
.hero-bg-1, .hero-bg-2 {
  position: absolute; width: 24rem; height: 24rem; border-radius: 50%; filter: blur(60px); z-index: -1;
}
.hero-bg-1 { top: 0; left: 20%; background: rgba(42, 42, 42, 0.05); }
.hero-bg-2 { bottom: 0; right: 20%; background: rgba(14, 165, 233, 0.05); }

.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.5rem 1rem; border-radius: var(--radius-pill);
  background: rgba(42, 42, 42, 0.1); color: var(--primary);
  font-size: 0.7rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.2em;
  margin-bottom: 2rem;
}
.hero h1 {
  font-family: 'Outfit', sans-serif; font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 5rem);
  color: var(--primary); line-height: 1.1; margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}
.hero > p {
  font-size: 1.15rem; color: #6b6b6b; max-width: 38rem; margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.hero-buttons {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem;
}
.btn-hero {
  padding: 1rem 2rem; border-radius: 1rem; font-weight: 700; font-size: 1.1rem;
  cursor: pointer; transition: all 0.2s; border: none; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-hero-fill {
  background: var(--primary); color: #fff;
  box-shadow: 0 8px 24px rgba(42, 42, 42, 0.2);
}
.btn-hero-fill:hover { background: rgba(42, 42, 42, 0.9); }
.btn-hero-glass { color: #2d2d2d; }
.btn-hero-glass:hover { background: #fff; }

/* Stats — honest platform facts, not the mockup's placeholder counts */
.stats {
  margin-top: 5rem; padding-top: 3rem;
  border-top: 1px solid #e2e8f0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
  max-width: 80rem; margin-left: auto; margin-right: auto;
}
.stat { text-align: center; }
.stat-value { font-family: 'Outfit', sans-serif; font-size: 1.875rem; font-weight: 700; color: #1a1a1a; }
.stat-label { font-size: 0.8rem; color: #999999; font-weight: 500; margin-top: 0.25rem; }

/* ── FEATURES ── */
.features {
  padding: 6rem 1.5rem; background: #1a1a1a; color: #fff;
}
.features-inner { max-width: 80rem; margin: 0 auto; }
.features-header { text-align: center; margin-bottom: 4rem; }
.features-header h2 {
  font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; margin-bottom: 1rem;
}
.features-header p { color: #999999; max-width: 32rem; margin: 0 auto; }
.features-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem;
}
.feature-card {
  padding: 2rem; border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
}
.feature-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-4px); }
.feature-icon {
  width: 3rem; height: 3rem; border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1); color: #a0a0a0;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.5rem;
}
.feature-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; }
.feature-card p { color: #999999; line-height: 1.6; font-size: 0.95rem; }

/* ── OUTREACH / GRADUATES ── */
.outreach {
  padding: 6rem 1.5rem; overflow: hidden;
}
.outreach-inner {
  max-width: 80rem; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.outreach-img-wrap { position: relative; }
.outreach-img-wrap .blob {
  position: absolute; top: -2.5rem; left: -2.5rem;
  width: 16rem; height: 16rem; background: rgba(42, 42, 42, 0.2);
  border-radius: 50%; filter: blur(60px);
}
.outreach-img-wrap img {
  width: 100%; border-radius: 1.5rem; box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  position: relative; z-index: 1;
}
.grad-badge {
  position: absolute; bottom: -1.5rem; right: -1.5rem; z-index: 2;
  padding: 1.5rem; border-radius: 1rem; max-width: 200px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.grad-badge-title {
  display: flex; align-items: center; gap: 0.5rem;
  color: var(--primary); font-weight: 700; font-size: 0.8rem; margin-bottom: 0.5rem;
}
.grad-badge p { font-size: 0.7rem; color: #6b6b6b; font-weight: 500; }

.outreach-text h2 {
  font-family: 'Outfit', sans-serif; font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem); color: #1a1a1a; line-height: 1.15; margin-bottom: 2rem;
}
.outreach-text h2 span { color: var(--primary); }
.outreach-text > p { font-size: 1.1rem; color: #6b6b6b; line-height: 1.7; margin-bottom: 2rem; }
.outreach-list { list-style: none; margin-bottom: 2rem; padding: 0; }
.outreach-list li {
  display: flex; align-items: center; gap: 0.75rem;
  color: #444444; font-weight: 500; padding: 0.5rem 0;
}
.outreach-list li svg { color: #383838; flex-shrink: 0; }
.btn-dark {
  padding: 1rem 2rem; background: #1a1a1a; color: #fff;
  border: none; border-radius: 1rem; font-weight: 700; cursor: pointer;
  display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none;
  transition: background 0.2s;
}
.btn-dark:hover { background: #2d2d2d; }

/* ── CTA ── */
.cta { padding: 6rem 1.5rem 0; }
.cta-card {
  max-width: 80rem; margin: 0 auto;
  background: linear-gradient(135deg, var(--primary), var(--secondary));
  border-radius: 3rem; padding: 5rem 3rem; text-align: center; color: #fff;
  position: relative; overflow: hidden;
  box-shadow: 0 25px 50px rgba(42, 42, 42, 0.3);
}
.cta-card h2 {
  font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700; margin-bottom: 2rem; position: relative; z-index: 1;
}
.cta-card > p {
  font-size: 1.15rem; color: rgba(255, 255, 255, 0.8);
  max-width: 38rem; margin: 0 auto 3rem; position: relative; z-index: 1;
}
.cta-buttons {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem;
  position: relative; z-index: 1;
}
.btn-cta-white {
  padding: 1.25rem 2.5rem; background: #fff; color: var(--primary);
  border: none; border-radius: 1rem; font-weight: 700; font-size: 1.15rem;
  cursor: pointer; text-decoration: none; display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); transition: background 0.2s;
}
.btn-cta-white:hover { background: #f8fafc; }
.btn-cta-outline {
  padding: 1.25rem 2.5rem; background: transparent; color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 1rem;
  font-weight: 700; font-size: 1.15rem; cursor: pointer; text-decoration: none;
  display: inline-block; transition: background 0.2s;
}
.btn-cta-outline:hover { background: rgba(255, 255, 255, 0.1); }
.cta-circle {
  position: absolute; border: 4px solid rgba(255, 255, 255, 0.1); border-radius: 50%;
}
.cta-circle-1 { width: 16rem; height: 16rem; top: -4rem; left: -4rem; }
.cta-circle-2 { width: 24rem; height: 24rem; bottom: -6rem; right: -6rem; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { padding: 3.5rem 1.25rem 5rem; }
  .stats { grid-template-columns: repeat(2, 1fr); margin-top: 3.5rem; }
  .features { padding: 4rem 1.25rem; }
  .outreach { padding: 4rem 1.25rem; }
  .outreach-inner { grid-template-columns: 1fr; gap: 3rem; }
  .grad-badge { position: static; margin-top: 1rem; max-width: 100%; }
  .cta { padding: 4rem 1.25rem 0; }
  .cta-card { border-radius: 2rem; padding: 3.5rem 1.5rem; }
}
