/*
Theme Name:  AI-Lead Service
Description: AI-Lead Service — AI-powered automation for local service businesses. Hello Elementor child theme.
Author:      AI-Lead Service
Template:    hello-elementor
Version:     3.0.0
Text Domain: agency-child
*/

/* ── DESIGN TOKENS ── */
:root {
  --color-dark:        #0a0a08;
  --color-dark-mid:    #111111;
  --color-dark-light:  #1a1a1a;
  --color-accent:      #c8f060;
  --color-accent-alt:  #4F6EF7;
  --color-white:       #ffffff;
  --color-muted:       rgba(255,255,255,0.5);
  --color-muted-light: rgba(255,255,255,0.25);
  --font-heading:      'Syne', sans-serif;
  --font-body:         'DM Sans', sans-serif;
  --font-mono:         'DM Mono', monospace;
  --header-height:     90px;
  --container-width:   1200px;
  --radius:            8px;
}

/* ── GLOBAL ── */
*, *::before, *::after { box-sizing: border-box; }

html, body {
  background-color: var(--color-dark);
  color: var(--color-white);
  font-family: var(--font-body);
  margin: 0;
  padding: 0;
}

body .elementor-section-wrap,
body .elementor-section,
body #page,
body #content,
body .site-content,
body .page-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}

a { color: var(--color-accent); text-decoration: none; }
a:hover { opacity: 0.85; }

/* ── HEADER ── */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  background: rgba(10,10,8,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-header .logo img {
  height: 40px;
  width: auto;
}

.site-header .logo .brand-text {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: -0.02em;
}

.site-header .logo .brand-text span {
  color: var(--color-accent);
}

/* Primary Nav */
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-nav ul li a {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.primary-nav ul li a:hover { color: var(--color-white); }

/* Header CTA Button */
.header-cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 10px 22px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  background: var(--color-accent);
  color: var(--color-dark);
  border: none;
}

.header-cta .btn:hover {
  background: #d4f570;
  transform: translateY(-1px);
}

/* Elementor content offset */
.elementor-page .elementor {
  padding-top: var(--header-height);
}

/* ── FOOTER ── */
.site-footer {
  background: var(--color-dark);
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 64px 0 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 48px;
}

@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-col--brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 480px) {
  .footer-top {
    grid-template-columns: 1fr;
  }
}

.footer-logo {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
}

.footer-brand-text {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  display: block;
  margin-bottom: 1rem;
}

.footer-tagline {
  font-size: 0.875rem;
  color: var(--color-muted);
  line-height: 1.6;
  max-width: 240px;
}

.footer-col h4 {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin: 0 0 1rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-menu li a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  transition: color 0.2s;
}

.footer-menu li a:hover {
  color: var(--color-white);
}

/* Footer Bottom Bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-bottom span {
  font-size: 0.8rem;
  color: var(--color-muted-light);
}

.footer-bottom span a {
  color: var(--color-muted-light);
  transition: color 0.2s;
}

.footer-bottom span a:hover {
  color: var(--color-muted);
}

/* Footer Legal Menu */
.footer-legal {
  display: flex;
  align-items: center;
}

.footer-legal-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.footer-legal-menu li a {
  font-size: 0.8rem;
  color: var(--color-muted-light);
  transition: color 0.2s;
}

.footer-legal-menu li a:hover {
  color: var(--color-muted);
}

/* Separator between legal links */
.footer-legal-menu li + li::before {
  content: '·';
  margin-right: 1.25rem;
  color: var(--color-muted-light);
}

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 12px 28px;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

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

.btn--accent:hover {
  background: #d4f570;
  transform: translateY(-1px);
  color: var(--color-dark);
}

.btn--ghost {
  background: transparent;
  color: var(--color-white);
  border: 1.5px solid rgba(255,255,255,0.25);
}

.btn--ghost:hover {
  border-color: rgba(255,255,255,0.6);
  color: var(--color-white);
}

/* ── SECTION DEFAULTS ── */
.section {
  padding: 100px 0;
}

.section--dark {
  background: var(--color-dark);
}

.section--mid {
  background: var(--color-dark-mid);
}

.section-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.section-label--dark {
  color: var(--color-accent);
  background: rgba(200,240,96,0.1);
  border: 1px solid rgba(200,240,96,0.25);
}
