/**
 * AI Agents landing page — scoped to match main.css tokens (glass, accent, fonts).
 */

.ai-agents-lp {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.ai-agents-lp section.ai-lp-section {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .ai-agents-lp section.ai-lp-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* Hero — brand line: visible but softer than the main headline (transparent / secondary) */
.ai-agents-page .hero .ai-lp-eyebrow {
  font-family: var(--heading-font);
  font-size: clamp(1.05rem, 2.6vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 239, 190, 0.55);
  margin-bottom: 1.35rem;
  display: block;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.ai-agents-page .hero .ai-lp-eyebrow::before {
  display: none;
}

.ai-agents-page .hero h1 {
  font-family: var(--heading-font);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 1.25rem 0;
  padding: 0 0.5rem;
  color: var(--heading-color);
  text-shadow: 0 0 40px rgba(255, 204, 52, 0.35);
}

.ai-agents-page .hero h1 em {
  font-style: normal;
  color: var(--accent-color);
  text-shadow: 0 0 30px rgba(255, 204, 52, 0.45);
}

.ai-agents-page .hero p.ai-lp-hero-sub {
  font-size: 17px;
  font-weight: 300;
  color: rgba(255, 239, 190, 0.88);
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 1.75rem;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.ai-agents-page .hero .ai-lp-tagline-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 12px;
  color: rgba(255, 239, 190, 0.85);
}

.ai-agents-page .hero .ai-lp-tagline-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
  display: inline-block;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .ai-agents-page .hero .ai-lp-eyebrow {
    font-size: clamp(0.95rem, 3.2vw, 1.15rem);
    margin-bottom: 1.1rem;
    color: rgba(255, 239, 190, 0.5);
  }

  .ai-agents-page .hero h1 {
    font-size: clamp(1.65rem, 7vw, 2.25rem);
  }

  .ai-agents-page .hero p.ai-lp-hero-sub {
    font-size: 15px;
  }
}

/* Eyebrow / pill in body sections (below hero) */
.ai-lp-eyebrow {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 239, 190, 0.65);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--nav-font);
}

.ai-lp-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: rgba(255, 239, 190, 0.45);
}

.ai-lp-tagline-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 100px;
  padding: 7px 18px;
  font-size: 12px;
  color: rgba(255, 239, 190, 0.75);
}

.ai-lp-tagline-pill .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-color);
  display: inline-block;
  flex-shrink: 0;
}

/* Sections */
.ai-agents-lp .ai-lp-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--glass-border);
}

.ai-lp-section-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 239, 190, 0.65);
  margin-bottom: 2rem;
  font-family: var(--nav-font);
}

.ai-lp-section-heading {
  font-family: var(--heading-font);
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
}

.ai-lp-section-heading span,
.ai-lp-section-heading em {
  font-style: normal;
  color: var(--accent-color);
}

.ai-lp-section-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 239, 190, 0.75);
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 2rem;
}

/* Scenario cards */
.ai-lp-scenarios {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-bottom: 2rem;
}

.ai-lp-scenario-card {
  background: var(--glass-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 1.25rem 1rem;
  transition: all 0.3s ease;
}

.ai-lp-scenario-card:hover {
  background: var(--glass-bg-hover);
  border-color: var(--glass-border-hover);
}

.ai-lp-scenario-icon {
  font-size: 22px;
  margin-bottom: 10px;
  display: block;
}

.ai-lp-scenario-card strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  color: var(--default-color);
}

.ai-lp-scenario-card p {
  font-size: 13px;
  color: rgba(255, 239, 190, 0.7);
  font-weight: 300;
  line-height: 1.5;
}

.ai-lp-answer-line {
  font-size: 15px;
  color: rgba(255, 239, 190, 0.75);
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
  padding-left: 1rem;
  border-left: 2px solid var(--accent-color);
}

/* Task list */
.ai-lp-tasks {
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ai-lp-task-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--glass-border);
}

.ai-lp-task-row:last-child {
  border-bottom: none;
}

.ai-lp-task-badge {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 500;
  font-family: var(--nav-font);
}

.ai-lp-badge-admin {
  background: rgba(255, 204, 52, 0.15);
  color: var(--accent-color);
  border: 1px solid rgba(255, 204, 52, 0.25);
}

.ai-lp-badge-mkt {
  background: rgba(255, 239, 190, 0.08);
  color: rgba(255, 239, 190, 0.95);
  border: 1px solid var(--glass-border);
}

.ai-lp-badge-ops {
  background: rgba(255, 204, 52, 0.08);
  color: #ffe066;
  border: 1px solid var(--glass-border);
}

.ai-lp-badge-client {
  background: var(--surface-color);
  color: rgba(255, 239, 190, 0.9);
  border: 1px solid var(--glass-border);
}

.ai-lp-task-text {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  color: var(--default-color);
}

.ai-lp-task-detail {
  font-size: 12px;
  color: rgba(255, 239, 190, 0.65);
  font-weight: 300;
  line-height: 1.5;
}

/* Process steps */
.ai-lp-steps {
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  overflow: hidden;
  background: var(--glass-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ai-lp-step {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--glass-border);
}

.ai-lp-step:last-child {
  border-bottom: none;
}

.ai-lp-step-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-color), #e6b82e);
  color: var(--contrast-color);
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--heading-font);
}

.ai-lp-step-content strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--default-color);
}

.ai-lp-step-content span {
  font-size: 13px;
  color: rgba(255, 239, 190, 0.7);
  font-weight: 300;
}

/* CTA — align with .contact .php-email-form button */
.ai-lp-cta-section {
  padding: 4rem 1rem 2rem;
  text-align: center;
}

@media (min-width: 576px) {
  .ai-lp-cta-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ai-lp-cta-section h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.ai-lp-cta-section p {
  font-size: 15px;
  color: rgba(255, 239, 190, 0.75);
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 2rem;
}

.ai-agents-cta-btn {
  display: inline-block;
  color: var(--contrast-color);
  background: linear-gradient(135deg, var(--accent-color), #e6b82e);
  font-family: var(--default-font);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.ai-agents-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.ai-agents-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(255, 204, 52, 0.4);
  color: var(--contrast-color);
}

.ai-agents-cta-btn:hover::before {
  left: 100%;
}

/* Proof bar */
.ai-lp-proof-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 2.5rem 1rem 3rem;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .ai-lp-proof-bar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.ai-lp-proof-stat {
  text-align: center;
}

.ai-lp-proof-stat .num {
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1.2;
}

.ai-lp-proof-stat .lbl {
  font-size: 11px;
  color: rgba(255, 239, 190, 0.65);
  font-weight: 300;
  margin-top: 4px;
}

.ai-lp-proof-divider {
  width: 1px;
  height: 40px;
  background: var(--glass-border);
}

@media (max-width: 600px) {
  .ai-agents-lp .ai-lp-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ai-lp-proof-bar {
    gap: 1.5rem;
  }

  .ai-lp-proof-divider {
    display: none;
  }
}
