/*
Theme Name: AgenticDevLabs Modern
Theme URI: https://agenticdevlabs.com
Author: AgenticDevLabs
Author URI: https://agenticdevlabs.com
Description: Minimal modern landing theme for AgenticDevLabs.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: agenticdevlabs-modern
*/

:root {
  --bg: #061226;
  --bg-alt: #0c1f3a;
  --surface: rgba(15, 30, 56, 0.72);
  --surface-border: rgba(132, 168, 255, 0.28);
  --text: #e2e8f0;
  --text-muted: #a9b7cf;
  --white: #ffffff;
  --accent: #63b3ff;
  --accent-2: #7df9ff;
  --accent-dark: #0f172a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  background-image:
    radial-gradient(900px 480px at 20% -80px, rgba(99, 179, 255, 0.24), transparent 65%),
    radial-gradient(860px 420px at 85% -110px, rgba(125, 249, 255, 0.15), transparent 67%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-alt) 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(7, 17, 33, 0.84);
  border-bottom: 1px solid rgba(138, 170, 255, 0.18);
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-shell {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  display: block;
  height: 80px !important;
  width: auto !important;
  max-width: 420px !important;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.nav-links a:hover {
  color: var(--white);
}

.section {
  padding: 5.5rem 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1.25rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(99, 179, 255, 0.38);
  background: rgba(99, 179, 255, 0.14);
  color: #d2e8ff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.hero-title {
  max-width: 880px;
  color: var(--white);
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.hero-section {
  padding-bottom: 2rem;
}

.hero-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero-brand-card {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}

.hero-brand-card::before {
  content: '';
  position: absolute;
  inset: -30px;
  border-radius: 2rem;
  background: radial-gradient(ellipse at center, rgba(96, 165, 250, 0.2) 0%, transparent 68%);
  filter: blur(32px);
  z-index: 0;
  pointer-events: none;
}

.hero-brand-logo {
  display: block;
  height: auto;
  width: 100%;
  max-width: min(100%, 893px);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 40px rgba(96, 165, 250, 0.5));
}

.hero-bottom {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 3.5rem;
  align-items: start;
  width: 100%;
  text-align: left;
}

.hero-bottom-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-deliver-panel {
  width: 300px;
  border-radius: 1.25rem;
  border: 1px solid rgba(96, 165, 250, 0.2);
  background: rgba(8, 18, 42, 0.7);
  padding: 1.6rem;
  backdrop-filter: blur(12px);
  margin-top: 0.5rem;
}

.hero-deliver-panel h3 {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(96, 165, 250, 0.15);
}

.hero-deliver-panel p {
  color: #94a3b8;
  font-size: 0.845rem;
  line-height: 1.65;
  border-radius: 0.55rem;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  padding: 0.6rem 0.8rem;
  margin-bottom: 0.45rem;
}

.hero-deliver-panel p:last-child {
  margin-bottom: 0;
}

.deliver-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.deliver-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(96, 165, 250, 0.18);
  background: rgba(10, 20, 40, 0.55);
  padding: 1.75rem;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: border-color 0.2s, background 0.2s;
}

.deliver-card:hover {
  border-color: rgba(96, 165, 250, 0.38);
  background: rgba(15, 30, 60, 0.7);
}

.deliver-icon {
  font-size: 1.75rem;
  margin-bottom: 0.75rem;
}

.deliver-card h3 {
  color: var(--white);
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.deliver-card p {
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
}

.hero-brand-subtitle {
  margin: 0.55rem 0 0;
  color: #c6d6ef;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-panel {
  border-radius: 1.2rem;
  border: 1px solid rgba(132, 168, 255, 0.34);
  background: linear-gradient(145deg, rgba(14, 31, 56, 0.88), rgba(8, 20, 40, 0.88));
  padding: 1.2rem;
  min-height: 260px;
}

.hero-panel h3 {
  margin: 0;
  color: var(--white);
  font-size: 1.1rem;
}

.hero-panel p {
  margin-top: 0.75rem;
  border-radius: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-muted);
  padding: 0.65rem 0.8rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-copy {
  max-width: 800px;
  margin-top: 1.25rem;
  color: var(--text-muted);
  font-size: 1.08rem;
  line-height: 1.8;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.btn-row-centered {
  justify-content: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.72rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 700;
  transition: 160ms ease;
}

.btn-primary {
  background: var(--accent);
  color: var(--accent-dark);
}

.btn-primary:hover {
  background: #93c5fd;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #e2e8f0;
}

.btn-secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
}

.grid {
  display: grid;
  gap: 0.9rem;
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  border-radius: 1rem;
  border: 1px solid var(--surface-border);
  background: var(--surface);
  padding: 1.2rem;
  transition: 180ms ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: rgba(132, 168, 255, 0.5);
}

.stat-value {
  color: var(--white);
  font-size: 1.7rem;
  font-weight: 700;
}

.stat-label {
  margin-top: 0.4rem;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.section-title {
  color: var(--white);
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: -0.02em;
}

.section-gap {
  margin-top: 1.4rem;
}

.card h3 {
  color: var(--white);
  font-size: 1.1rem;
}

.card p {
  margin-top: 0.65rem;
  color: var(--text-muted);
  line-height: 1.75;
}

.step-num {
  color: #bfdbfe;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.chip {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  padding: 0.46rem 0.8rem;
  font-size: 0.86rem;
}

.cta {
  border-radius: 1.35rem;
  border: 1px solid rgba(99, 179, 255, 0.4);
  background: linear-gradient(145deg, rgba(99, 179, 255, 0.18), rgba(125, 249, 255, 0.06));
  padding: 2rem;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 2.5rem;
}

.footer-inner {
  padding: 1.3rem 0 2.2rem;
  color: #94a3b8;
  font-size: 0.86rem;
}

@media (max-width: 960px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .brand-shell {
    padding: 0.2rem 0.45rem;
  }

  .brand-logo {
    height: 52px !important;
    max-width: 260px !important;
  }

  .hero-brand-logo {
    max-width: 100%;
  }

  .deliver-grid {
    grid-template-columns: 1fr;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-deliver-panel {
    width: 100%;
  }

  .hero-brand-subtitle {
    letter-spacing: 0.12em;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
  }

  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 4.3rem 0;
  }

  .cta {
    padding: 1.4rem;
  }
}