/*
Theme Name: AS AI SEO Theme
Theme URI: https://ankitsharmaaiseoexpert.in/
Author: Ankit Sharma
Description: Premium dark, video-first personal SEO expert theme with WordPress blog, Elementor Free compatibility, global navigation, dynamic settings and lead capture.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: as-ai-seo-theme
*/


/* ═══════════════════════════════
   RESET & BASE
═══════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  color: #fff;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img, video { max-width: 100%; display: block; }
#home, #why-us, #about, #contact, #services, #areas-served, #faq { scroll-margin-top: 90px; }

/* ═══════════════════════════════
   MOBILE MENU
═══════════════════════════════ */
.mobile-menu {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.28s ease;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a {
  font-size: 26px; font-weight: 600; color: #fff;
  letter-spacing: -0.02em;
  transition: color 0.2s;
}
.mobile-menu a:hover { color: #38BDF8; }
.mobile-menu .close-btn {
  position: absolute; top: 20px; right: 20px;
  background: none; border: none; cursor: pointer;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
}
.mobile-menu .close-btn svg { width: 22px; height: 22px; stroke: currentColor; fill: none; }

/* ═══════════════════════════════
   NAVBAR
═══════════════════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between;
  /* subtle bg so nav is readable over video */
  background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
}
@media (min-width: 640px) { .site-header { padding: 18px 28px; } }
.logo {
  display: flex; align-items: center; gap: 9px;
  font-size: 16px; font-weight: 600;
  letter-spacing: -0.01em; color: #fff;
  flex-shrink: 0;
}
@media (min-width: 640px) { .logo { font-size: 18px; } }
.logo-icon {
  width: 28px; height: 28px; border-radius: 50%;
  border: 2px solid #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  font-size: 10px; font-weight: 700; color: #fff; letter-spacing: -0.02em;
}
.logo-icon span { font-size: 10px; font-weight: 700; color: #fff; }

.nav-pill {
  display: none; align-items: center; gap: 20px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9999px; padding: 8px 20px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media (min-width: 768px) { .nav-pill { display: flex; } }
.nav-pill a {
  font-size: 13px; font-weight: 400;
  color: rgba(255,255,255,0.82);
  transition: color 0.2s; white-space: nowrap;
}
.nav-pill a:hover { color: #fff; }

.hamburger {
  display: flex; flex-direction: column; gap: 5px;
  align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  width: 44px; height: 44px; padding: 4px; z-index: 201;
}
@media (min-width: 768px) { .hamburger { display: none; } }
.hamburger span {
  display: block; width: 22px; height: 2px;
  background: #fff; border-radius: 2px;
  transition: all 0.28s;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ═══════════════════════════════
   STICKY VIDEO WRAPPER
   Covers Hero + Trust only
═══════════════════════════════ */
.video-zone {
  position: relative;
}
.sticky-video {
  position: sticky; top: 0;
  width: 100%; height: 100vh; height: 100dvh;
  z-index: 0; pointer-events: none;
  overflow: hidden;
  margin-bottom: -100vh; margin-bottom: -100dvh;
}
.sticky-video video {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center center;
  display: block;
}
.sticky-video::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.60) 0%,
    rgba(0,0,0,0.22) 38%,
    rgba(0,0,0,0.50) 100%
  );
}

/* ═══════════════════════════════
   HERO SECTION
═══════════════════════════════ */
.hero {
  position: relative; z-index: 10;
  min-height: 100vh; min-height: 100dvh;
  display: flex; flex-direction: column;
}
.hero-body {
  flex: 1; display: flex; flex-direction: column;
  padding: 0 20px 40px;
}
@media (min-width: 640px) { .hero-body { padding: 0 28px 52px; } }

/* Desktop top row: stat only, no long tagline */
.hero-top {
  display: none; /* hidden on mobile */
  justify-content: flex-end;
  padding-top: 90px;
  margin-bottom: auto;
}
@media (min-width: 768px) {
  .hero-top { display: flex; }
}
.hero-stat {
  text-align: right; font-size: 13px;
  color: rgba(255,255,255,0.7); line-height: 1.5; flex-shrink: 0;
}
.hero-stat strong { color: #fff; font-weight: 600; font-size: 14px; }

/* Bottom headline block */
.hero-bottom { margin-top: auto; padding-top: 80px; }
@media (min-width: 768px) { .hero-bottom { padding-top: 48px; } }

.hero-eyebrow {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); margin-bottom: 16px;
}
.hero-h1 {
  font-size: clamp(38px, 8vw, 88px);
  font-weight: 700; letter-spacing: -0.03em;
  line-height: 1.02; margin-bottom: 24px; color: #fff;
}
.hero-h1 .cyan {
  background: linear-gradient(90deg,#6EC6F5 0%,#38BDF8 40%,#22D3EE 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Mobile-only tagline: shows below H1 on phones */
.hero-mobile-tagline {
  display: block;
  font-size: 13px; color: rgba(255,255,255,0.62);
  line-height: 1.7; margin-bottom: 28px;
  max-width: 320px;
}
@media (min-width: 768px) { .hero-mobile-tagline { display: none; } }

.cta-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #000; color: #fff;
  border-radius: 9999px; padding: 14px 26px;
  font-size: 14px; font-weight: 500; font-family: inherit;
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: -0.01em;
}
.cta-btn:hover { background: #111; transform: scale(1.02); }
.cta-btn .arr {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ═══════════════════════════════
   TRUST SECTION (video still behind)
═══════════════════════════════ */
.trust {
  position: relative; z-index: 10;
  padding: 72px 20px 96px;
  overflow: hidden;
}
@media (min-width: 640px) { .trust { padding: 88px 28px 100px; } }
.trust::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.0) 0%,
    rgba(0,0,0,0.48) 20%,
    rgba(0,0,0,0.8) 52%,
    rgba(0,0,0,0.55) 100%
  );
  pointer-events: none; z-index: 0;
}
.trust-inner {
  max-width: 1120px; margin: 0 auto;
  position: relative; z-index: 1;
}

/* ═══════════════════════════════
   SHARED SECTION STYLES
═══════════════════════════════ */
.sec-eyebrow {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.38); margin-bottom: 12px;
}
.sec-h2 {
  font-size: clamp(28px,4.5vw,48px);
  font-weight: 700; letter-spacing: -0.03em;
  line-height: 1.06; margin-bottom: 12px;
}
.sec-h2 .cyan {
  background: linear-gradient(90deg,#6EC6F5 0%,#38BDF8 40%,#22D3EE 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.sec-sub {
  font-size: 14px; color: rgba(255,255,255,0.5);
  line-height: 1.72; max-width: 440px; margin-bottom: 44px;
}

/* Stats grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; overflow: hidden;
  margin-bottom: 36px;
}
@media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4,1fr); } }
.stat-cell {
  background: rgba(255,255,255,0.03);
  padding: 24px 18px;
  transition: background 0.2s;
}
@media (min-width: 640px) { .stat-cell { padding: 28px 22px; } }
.stat-cell:hover { background: rgba(56,189,248,0.05); }
.stat-num {
  font-size: clamp(28px,4vw,42px);
  font-weight: 800; letter-spacing: -0.04em;
  line-height: 1; color: #fff; margin-bottom: 6px;
}
.stat-num .c { color: #38BDF8; }
.stat-lbl { font-size: 11px; color: rgba(255,255,255,0.42); line-height: 1.5; }

/* Trust cards */
.trust-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px; margin-bottom: 40px;
}
@media (min-width: 560px) { .trust-cards { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 900px) { .trust-cards { grid-template-columns: repeat(3,1fr); } }
.tcard {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; padding: 22px 20px;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.tcard:hover {
  border-color: rgba(56,189,248,0.28);
  background: rgba(56,189,248,0.04);
  transform: translateY(-2px);
}
.tcard-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(56,189,248,0.1);
  border: 1px solid rgba(56,189,248,0.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.tcard-icon svg { width: 17px; height: 17px; stroke: #38BDF8; fill: none; }
.tcard-title {
  font-size: 14px; font-weight: 600; color: #fff;
  margin-bottom: 7px; letter-spacing: -0.01em;
}
.tcard-desc { font-size: 12px; color: rgba(255,255,255,0.47); line-height: 1.65; }

/* Client logos */
.logos-strip { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 32px; }
.logos-label {
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.28); margin-bottom: 14px;
}
.logos-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.logo-pill {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 9999px; padding: 6px 14px;
  font-size: 12px; color: rgba(255,255,255,0.48);
  transition: border-color 0.2s, color 0.2s;
}
.logo-pill:hover { border-color: rgba(255,255,255,0.18); color: rgba(255,255,255,0.8); }
.logo-pill .dot { width: 5px; height: 5px; border-radius: 50%; background: #38BDF8; flex-shrink: 0; }

/* Google badge */
.g-badge {
  display: inline-flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; padding: 13px 18px; margin-top: 24px;
  flex-wrap: wrap; gap: 12px;
}
.g-logo { font-size: 17px; font-weight: 800; letter-spacing: -0.02em; }
.g-logo .g1{color:#4285F4;}.g-logo .g2{color:#EA4335;}.g-logo .g3{color:#FBBC05;}.g-logo .g4{color:#4285F4;}.g-logo .g5{color:#34A853;}.g-logo .g6{color:#EA4335;}
.g-div { width:1px;height:28px;background:rgba(255,255,255,0.1);flex-shrink:0; }
.g-info { display:flex;flex-direction:column;gap:3px; }
.g-score { font-size:14px;font-weight:700;color:#fff; }
.stars { display:flex;gap:2px; }
.stars svg { width:12px;height:12px;fill:#FBBF24; }
.g-count { font-size:10px;color:rgba(255,255,255,0.38); }

/* ═══════════════════════════════
   ABOUT SECTION
═══════════════════════════════ */
.about {
  position: relative; z-index: 10;
  background: transparent;
  padding: 88px 20px;
  overflow: hidden;
}
@media (min-width: 640px) { .about { padding: 100px 28px; } }
.about::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.55) 0%,
    rgba(0,0,0,0.8) 55%,
    rgba(0,0,0,0.92) 100%
  );
  z-index: 0; pointer-events: none;
}
.orb-wrap { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.orb {
  position: absolute; border-radius: 50%;
}
.orb-a {
  width: 420px; height: 420px;
  background: radial-gradient(circle,rgba(56,189,248,0.12) 0%,transparent 68%);
  filter: blur(80px); top: -60px; left: -80px;
  animation: orbFloat 22s ease-in-out infinite;
}
.orb-b {
  width: 320px; height: 320px;
  background: radial-gradient(circle,rgba(99,102,241,0.10) 0%,transparent 68%);
  filter: blur(70px); top: 40%; right: -40px;
  animation: orbFloat 28s ease-in-out infinite reverse;
}
@keyframes orbFloat {
  0%,100% { transform: translate(0,0); }
  33%  { transform: translate(40px,-30px); }
  66%  { transform: translate(-30px,48px); }
}
.about-inner { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.label-row { display:flex;align-items:center;gap:10px;margin-bottom:52px; }
.label-line { width:26px;height:1px;background:rgba(56,189,248,0.6); }
.label-txt { font-size:10px;font-weight:500;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.36); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
}
@media (min-width: 900px) { .about-grid { grid-template-columns: 1fr 1fr; gap: 64px; } }

.about-h2 {
  font-size: clamp(28px,4vw,44px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.08;
  margin-bottom: 20px;
}
.about-h2 .cyan { background: linear-gradient(90deg,#6EC6F5,#22D3EE); -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.about-p { font-size: 14px; color: rgba(255,255,255,0.5); line-height: 1.78; margin-bottom: 16px; }
.about-p strong { color: rgba(255,255,255,0.82); font-weight: 600; }
.onboard-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(56,189,248,0.08); border: 1px solid rgba(56,189,248,0.2);
  border-radius: 9999px; padding: 7px 14px;
  font-size: 12px; color: #38BDF8; font-weight: 500;
  margin-bottom: 28px;
}
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
.pulse { width:6px;height:6px;border-radius:50%;background:#38BDF8;animation:pulse 2s infinite; }
.white-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #000; border-radius: 9999px;
  padding: 13px 24px; font-size: 14px; font-weight: 600;
  transition: background 0.2s, transform 0.15s;
}
.white-btn:hover { background: #e2f7ff; transform: scale(1.02); }
.white-btn .arr { width:22px;height:22px;border-radius:50%;background:rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center; }

/* Founder card */
.founder-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 22px 18px;
  display: flex; align-items: flex-start; gap: 16px;
  margin-bottom: 14px; transition: border-color 0.25s;
}
@media (min-width: 640px) { .founder-card { padding: 26px 22px; } }
.founder-card:hover { border-color: rgba(56,189,248,0.25); }
.founder-av {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg,#1e3a5f,#0f2540);
  border: 1px solid rgba(56,189,248,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; font-weight: 800; color: #38BDF8; flex-shrink: 0;
}
.founder-name { font-size: 14px; font-weight: 700; margin-bottom: 3px; }
.founder-role { font-size: 10px; color: #38BDF8; font-weight: 500; margin-bottom: 8px; letter-spacing:.02em; }
.founder-bio { font-size: 12px; color: rgba(255,255,255,0.48); line-height: 1.65; }
.tags { display:flex;flex-wrap:wrap;gap:6px;margin-top:10px; }
.tag { font-size:10px;font-weight:500;padding:3px 10px;border-radius:9999px;border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.44); }
.tag.on { border-color:rgba(56,189,248,0.3);color:#38BDF8;background:rgba(56,189,248,0.07); }

.svc-list { background:rgba(255,255,255,0.02);border:1px solid rgba(255,255,255,0.07);border-radius:14px;overflow:hidden;margin-bottom:18px; }
.svc-row { display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-bottom:1px solid rgba(255,255,255,0.05);transition:background .2s; }
.svc-row:last-child { border-bottom:none; }
.svc-row:hover { background:rgba(255,255,255,0.03); }
.svc-left { display:flex;align-items:center;gap:10px; }
.svc-dot { width:6px;height:6px;border-radius:50%;background:rgba(56,189,248,0.4);flex-shrink:0; }
.svc-name { font-size:13px;font-weight:500;color:rgba(255,255,255,0.76); }
.badge { font-size:10px;font-weight:600;letter-spacing:.05em;padding:3px 9px;border-radius:9999px; }
.badge.core { background:rgba(56,189,248,0.1);color:#38BDF8;border:1px solid rgba(56,189,248,0.15); }
.badge.new  { background:rgba(52,211,153,0.1);color:#34D399;border:1px solid rgba(52,211,153,0.2); }

.metrics-row {
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:rgba(255,255,255,0.07);
  border:1px solid rgba(255,255,255,0.07);
  border-radius:14px;overflow:hidden;
}
@media (max-width: 380px) {
  .metrics-row { grid-template-columns:1fr; }
  .metric { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:14px 18px; }
  .metric-val { margin-bottom:0; }
  .metric-desc { text-align:right; }
}
.metric { background:#000;padding:20px 16px;transition:background .2s; }
.metric:hover { background:rgba(56,189,248,0.04); }
.metric-val { font-size:22px;font-weight:800;letter-spacing:-.04em;color:#fff;margin-bottom:4px; }
.metric-val em { font-style:normal;background:linear-gradient(90deg,#38BDF8,#22D3EE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.metric-desc { font-size:10px;color:rgba(255,255,255,0.36);line-height:1.5; }

/* ═══════════════════════════════
   CONTACT SECTION
═══════════════════════════════ */
.contact {
  position: relative; z-index: 10;
  background: transparent;
  padding: 88px 20px;
  overflow: hidden;
}
@media (min-width: 640px) { .contact { padding: 100px 28px; } }
.contact::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5,13,24,0.82) 0%,
    rgba(5,13,24,0.92) 50%,
    rgba(0,0,0,0.97) 100%
  );
  z-index: 0;
}
.cg1 { position:absolute;top:-140px;left:-80px;width:540px;height:540px;background:radial-gradient(circle,rgba(56,189,248,0.09) 0%,transparent 65%);pointer-events:none;z-index:1; }
.cg2 { position:absolute;bottom:-100px;right:-60px;width:460px;height:460px;background:radial-gradient(circle,rgba(99,102,241,0.07) 0%,transparent 65%);pointer-events:none;z-index:1; }
.contact-inner {
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr; gap: 48px;
}
@media (min-width: 900px) { .contact-inner { grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; } }

.contact-h2 { font-size:clamp(28px,4vw,46px);font-weight:800;letter-spacing:-0.03em;line-height:1.07;margin-bottom:16px; }
.contact-h2 em { font-style:normal;background:linear-gradient(90deg,#6EC6F5,#22D3EE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.contact-sub { font-size:14px;color:rgba(255,255,255,0.52);line-height:1.75;margin-bottom:36px;max-width:380px; }

.info-cards { display:flex;flex-direction:column;gap:12px;margin-bottom:28px; }
.info-card {
  display:flex;align-items:flex-start;gap:13px;
  background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.07);
  border-radius:13px;padding:14px 16px;
  transition:border-color 0.2s;color:inherit;
}
.info-card:hover { border-color:rgba(56,189,248,0.28); }
.info-ic { width:34px;height:34px;border-radius:9px;background:rgba(56,189,248,0.1);border:1px solid rgba(56,189,248,0.18);display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.info-ic svg { width:15px;height:15px;stroke:#38BDF8;fill:none; }
.info-lbl { font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,0.38);margin-bottom:2px; }
.info-val { font-size:13px;font-weight:500;color:rgba(255,255,255,0.82); }

.reply-badge { display:inline-flex;align-items:center;gap:8px;background:rgba(34,197,94,0.08);border:1px solid rgba(34,197,94,0.18);border-radius:9999px;padding:8px 14px; }
.reply-dot { width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse 2s infinite; }
.reply-txt { font-size:12px;font-weight:500;color:rgba(255,255,255,0.62); }
.reply-txt strong { color:#4ade80;font-weight:600; }

/* Form */
.form-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px; padding: 28px 22px;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
}
@media (min-width: 640px) { .form-wrap { padding: 36px 32px; } }
.form-title { font-size:18px;font-weight:700;letter-spacing:-.02em;margin-bottom:4px; }
.form-sub { font-size:13px;color:rgba(255,255,255,0.42);margin-bottom:26px; }
.form-row { display:grid;grid-template-columns:1fr;gap:13px; }
@media (min-width: 480px) { .form-row { grid-template-columns:1fr 1fr; } }
.field { display:flex;flex-direction:column;gap:6px;margin-bottom:13px; }
.field:last-child { margin-bottom:0; }
.f-label { font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,0.42); }
.f-input, .f-select, .f-textarea {
  width:100%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;padding:12px 14px;
  font-size:16px;font-family:inherit;font-weight:400;
  color:#fff;outline:none;
  transition:border-color 0.2s,background 0.2s,box-shadow 0.2s;
  -webkit-appearance:none;appearance:none;
}
@media (min-width: 640px) { .f-input, .f-select, .f-textarea { font-size:14px; } }
.f-input::placeholder,.f-textarea::placeholder { color:rgba(255,255,255,0.26); }
.f-input:focus,.f-select:focus,.f-textarea:focus {
  border-color:#38BDF8;background:rgba(56,189,248,0.05);
  box-shadow:0 0 0 3px rgba(56,189,248,0.1);
}
.f-select option { background:#0a1525;color:#fff; }
.sel-wrap { position:relative; }
.sel-arr { position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:rgba(255,255,255,0.38); }
.phone-wrap { position:relative; }
.phone-pre { position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;color:rgba(255,255,255,0.52);font-weight:500;display:flex;align-items:center;gap:4px;pointer-events:none; }
.phone-wrap .f-input { padding-left:60px; }
.f-textarea { resize:vertical;min-height:90px;line-height:1.6; }
.privacy-note { font-size:11px;color:rgba(255,255,255,0.35);line-height:1.6;display:flex;align-items:flex-start;gap:6px;margin-bottom:14px; }
.privacy-note svg { width:11px;height:11px;stroke:rgba(255,255,255,0.35);fill:none;flex-shrink:0;margin-top:2px; }
.submit-btn {
  width:100%;display:flex;align-items:center;justify-content:center;gap:10px;
  background:#38BDF8;color:#03131f;border:none;border-radius:10px;
  padding:14px 24px;font-size:15px;font-weight:700;font-family:inherit;
  cursor:pointer;transition:background 0.2s,transform 0.15s,box-shadow 0.2s;
}
.submit-btn:hover { background:#7dd3fc;transform:translateY(-1px);box-shadow:0 8px 22px rgba(56,189,248,0.2); }
.success-msg { display:none;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:32px 0; }
.success-msg.show { display:flex; }
.success-icon { width:50px;height:50px;border-radius:50%;background:rgba(34,197,94,0.12);border:1px solid rgba(34,197,94,0.25);display:flex;align-items:center;justify-content:center; }
.success-icon svg { width:22px;height:22px;stroke:#22c55e;fill:none; }
.success-msg h3 { font-size:18px;font-weight:700;letter-spacing:-.02em; }
.success-msg p { font-size:13px;color:rgba(255,255,255,0.48);max-width:250px;line-height:1.65; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
footer {
  background: transparent; padding: 72px 20px 0;
  position: relative; z-index: 10; overflow: hidden;
}
@media (min-width: 640px) { footer { padding: 88px 28px 0; } }
footer::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.9) 0%,
    rgba(0,0,0,0.97) 30%,
    #000 65%
  );
  z-index: 0; pointer-events: none;
}
.fo1 { position:absolute;top:-10%;left:0;width:440px;height:440px;background:radial-gradient(circle,rgba(56,189,248,0.11) 0%,transparent 65%);filter:blur(80px);pointer-events:none;animation:orbFloat 22s ease-in-out infinite;z-index:1; }
.fo2 { position:absolute;bottom:-15%;right:0;width:380px;height:380px;background:radial-gradient(circle,rgba(99,102,241,0.09) 0%,transparent 65%);filter:blur(72px);pointer-events:none;animation:orbFloat 28s ease-in-out infinite reverse;z-index:1; }
.ftr-inner { max-width:1120px;margin:0 auto;position:relative;z-index:2; }

.ftr-cta {
  display:flex;align-items:center;justify-content:space-between;
  gap:20px;flex-wrap:wrap;
  background:rgba(56,189,248,0.07);border:1px solid rgba(56,189,248,0.17);
  border-radius:18px;padding:28px 24px;margin-bottom:56px;
}
@media (min-width: 640px) { .ftr-cta { padding:36px 40px; } }
.ftr-cta-h { font-size:clamp(18px,2.8vw,26px);font-weight:800;letter-spacing:-0.025em;margin-bottom:6px; }
.ftr-cta-h em { font-style:normal;background:linear-gradient(90deg,#6EC6F5,#22D3EE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.ftr-cta-sub { font-size:13px;color:rgba(255,255,255,0.48);line-height:1.6;max-width:400px; }
.cyan-btn {
  display:inline-flex;align-items:center;gap:10px;
  background:#38BDF8;color:#03131f;border:none;
  border-radius:9999px;padding:12px 22px;
  font-size:14px;font-weight:600;font-family:inherit;
  cursor:pointer;transition:background 0.2s,transform 0.15s;
  white-space:nowrap;flex-shrink:0;
}
.cyan-btn:hover { background:#7dd3fc;transform:scale(1.02); }

.ftr-grid {
  display:grid;grid-template-columns:1fr 1fr;
  gap:36px 20px;padding-bottom:48px;
}
@media (min-width: 900px) { .ftr-grid { grid-template-columns:1.3fr 1fr 1fr 1.1fr; } }

.ftr-brand-logo { display:flex;align-items:center;gap:9px;margin-bottom:14px; }
.ftr-brand-name { font-size:16px;font-weight:600;letter-spacing:-.01em; }
.ftr-desc { font-size:12px;color:rgba(255,255,255,0.48);line-height:1.7;max-width:260px;margin-bottom:14px; }
.ftr-onboard { display:inline-flex;align-items:center;gap:7px;background:rgba(34,197,94,0.08);border:1px solid rgba(34,197,94,0.18);border-radius:9999px;padding:6px 13px;font-size:11px;font-weight:500;color:rgba(255,255,255,0.62);margin-bottom:16px; }
.ftr-onboard strong { color:#4ade80;font-weight:600; }
.ftr-socials { display:flex;gap:8px; }
.ftr-social { width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);display:flex;align-items:center;justify-content:center;transition:border-color 0.2s,background 0.2s,transform 0.15s; }
.ftr-social:hover { border-color:rgba(56,189,248,0.4);background:rgba(56,189,248,0.08);transform:translateY(-2px); }
.ftr-social svg { width:14px;height:14px;stroke:rgba(255,255,255,0.72);fill:none; }
.ftr-col h4 { font-size:10px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:18px; }
.ftr-col ul { list-style:none;display:flex;flex-direction:column;gap:10px; }
.ftr-col a { font-size:13px;color:rgba(255,255,255,0.58);transition:color 0.2s; }
.ftr-col a:hover { color:#38BDF8; }
.ftr-contact-list { display:flex;flex-direction:column;gap:12px; }
.ftr-ci-item { display:flex;align-items:flex-start;gap:10px;font-size:12px;color:rgba(255,255,255,0.56);line-height:1.45;text-decoration:none;transition:color 0.2s; }
.ftr-ci-item:hover { color:rgba(255,255,255,0.88); }
.ftr-ci { width:30px;height:30px;border-radius:8px;background:rgba(56,189,248,0.1);border:1px solid rgba(56,189,248,0.18);display:flex;align-items:center;justify-content:center;flex-shrink:0; }
.ftr-ci svg { width:13px;height:13px;stroke:#38BDF8;fill:none; }
.ftr-ci-txt { padding-top:5px; }
.ftr-bottom { border-top:1px solid rgba(255,255,255,0.07);padding:20px 0 28px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap; }
.ftr-copy { font-size:11px;color:rgba(255,255,255,0.32); }
.ftr-legal { display:flex;gap:20px;flex-wrap:wrap; }
.ftr-legal a { font-size:11px;color:rgba(255,255,255,0.32);transition:color 0.2s; }
.ftr-legal a:hover { color:rgba(255,255,255,0.72); }
.ftr-made { font-size:11px;color:rgba(255,255,255,0.32); }
.ftr-made .heart { color:#38BDF8; }

/* ═══════════════════════════════
   SERVICES (detailed section)
═══════════════════════════════ */
.services-detail { background:#000; padding:88px 0; position:relative; }
.svcd-inner { max-width:1120px; margin:0 auto; padding:0 20px; position:relative; z-index:1; }
.svcd-grid { display:grid; grid-template-columns:1fr; gap:14px; margin-top:8px; }
@media (min-width:640px) { .svcd-grid { grid-template-columns:repeat(2,1fr); } }
@media (min-width:980px) { .svcd-grid { grid-template-columns:repeat(3,1fr); } }
.svcd-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 26px 22px;
  transition: border-color 0.25s, background 0.25s, transform 0.2s;
}
.svcd-card:hover {
  border-color: rgba(56,189,248,0.28);
  background: rgba(56,189,248,0.04);
  transform: translateY(-2px);
}
.svcd-num { font-size:11px; font-weight:600; color:#38BDF8; letter-spacing:0.1em; margin-bottom:12px; }
.svcd-title { font-size:16px; font-weight:600; color:#fff; margin-bottom:9px; letter-spacing:-0.01em; }
.svcd-desc { font-size:13px; color:rgba(255,255,255,0.5); line-height:1.75; }

/* ═══════════════════════════════
   AREAS SERVED
═══════════════════════════════ */
.areas-served { background:#000; padding:0 0 88px; }
.areas-inner { max-width:1120px; margin:0 auto; padding:0 20px; }
.areas-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px; padding: 32px 28px;
}
.areas-card p { font-size:13px; color:rgba(255,255,255,0.52); line-height:1.85; margin-bottom:14px; }
.areas-card p:last-child { margin-bottom:0; }
.areas-card strong { color:rgba(255,255,255,0.85); font-weight:600; }

/* ═══════════════════════════════
   FAQ
═══════════════════════════════ */
.faq-sec { background:#000; padding:0 0 96px; }
.faq-inner { max-width:820px; margin:0 auto; padding:0 20px; }
.faq-list { display:flex; flex-direction:column; gap:10px; margin-top:8px; }
.faq-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px; overflow:hidden;
  transition: border-color 0.25s, background 0.25s;
}
.faq-item[open] { border-color: rgba(56,189,248,0.28); background: rgba(56,189,248,0.04); }
.faq-item summary {
  list-style:none; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:19px 22px; font-size:14px; font-weight:600; color:#fff; letter-spacing:-0.01em;
}
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary .faq-plus { flex-shrink:0; width:20px; height:20px; position:relative; }
.faq-item summary .faq-plus::before, .faq-item summary .faq-plus::after {
  content:''; position:absolute; background:#38BDF8; border-radius:2px; transition:transform 0.25s;
}
.faq-item summary .faq-plus::before { width:12px; height:2px; top:9px; left:4px; }
.faq-item summary .faq-plus::after { width:2px; height:12px; top:4px; left:9px; }
.faq-item[open] summary .faq-plus::after { transform:rotate(90deg); opacity:0; }
.faq-ans { padding:0 22px 20px; font-size:13px; color:rgba(255,255,255,0.5); line-height:1.75; }

/* ═══════════════════════════════
   SCROLL REVEAL
═══════════════════════════════ */
.reveal {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.75s cubic-bezier(0.22,1,0.36,1),
              transform 0.75s cubic-bezier(0.22,1,0.36,1);
}
.reveal.in-view { opacity:1;transform:translateY(0); }
.d1{transition-delay:0.05s;}.d2{transition-delay:0.13s;}
.d3{transition-delay:0.21s;}.d4{transition-delay:0.29s;}
.d5{transition-delay:0.37s;}.d6{transition-delay:0.45s;}

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity:1;transform:none;transition:none; }
  .orb,.fo1,.fo2 { animation:none; }
}

/* AS AI SEO Theme: WordPress architecture overrides */
html,body{margin:0!important;padding:0!important;min-height:100%;background:#000;color:#fff;}
body{overflow-x:hidden!important;}
#page,.site,.site-main,.content-area{margin:0!important;padding:0!important;max-width:none!important;width:100%!important;}
.site-content{margin:0!important;padding:0!important;}
.wp-site-blocks{padding:0!important;}
.site-header{position:absolute!important;top:0;left:0;right:0;width:100%;}
.site-header .logo img{width:34px;height:34px;object-fit:contain;border-radius:8px;display:block;}
.site-header .logo{min-height:34px;}
.site-header .logo-icon{display:none!important;}
.nav-pill a.current-menu-item,.nav-pill a[aria-current="page"]{color:#fff;}
.as-video-page{position:relative;isolation:isolate;min-height:100vh;}
.as-page-video{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none;background:#000;}
.as-page-video video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
.as-page-video:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.68) 45%,rgba(0,0,0,.96));}
.as-page-content{position:relative;z-index:1;min-height:100vh;}
.as-page-inner{max-width:1120px;margin:0 auto;padding:150px 20px 100px;}
.as-page-title{font-size:clamp(38px,7vw,72px);line-height:1.02;letter-spacing:-.04em;margin:0 0 22px;font-weight:800;}
.as-page-title .cyan{background:linear-gradient(90deg,#6EC6F5,#38BDF8,#22D3EE);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.as-page-excerpt{max-width:700px;color:rgba(255,255,255,.58);font-size:16px;line-height:1.8;}
.as-content-card{margin-top:44px;background:rgba(0,0,0,.48);border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:clamp(24px,5vw,52px);backdrop-filter:blur(12px);}
.as-content-card .entry-content{color:rgba(255,255,255,.78);font-size:16px;line-height:1.85;}
.as-content-card .entry-content h2,.as-content-card .entry-content h3,.as-content-card .entry-content h4{color:#fff;line-height:1.2;letter-spacing:-.02em;margin-top:1.7em;}
.as-content-card .entry-content a{color:#38BDF8;text-decoration:underline;text-underline-offset:3px;}
.as-content-card .entry-content img{height:auto;border-radius:14px;}
.as-content-card .entry-content blockquote{border-left:2px solid #38BDF8;margin:1.5em 0;padding:.2em 1.2em;color:rgba(255,255,255,.65);}
.as-post-meta{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:rgba(255,255,255,.35);margin-bottom:24px;}
.as-post-title{font-size:clamp(34px,6vw,64px);line-height:1.05;letter-spacing:-.04em;margin:0 0 18px;color:#fff;}
.as-post-featured img{width:100%;height:auto;border-radius:16px;margin-bottom:30px;}
.as-blog-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-top:48px;}
@media(min-width:760px){.as-blog-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:1050px){.as-blog-grid{grid-template-columns:repeat(3,1fr);}}
.as-post-card{display:flex;flex-direction:column;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:.25s transform,.25s border-color,.25s background;}
.as-post-card:hover{transform:translateY(-3px);border-color:rgba(56,189,248,.28);background:rgba(56,189,248,.04);}
.as-post-thumb{aspect-ratio:16/9;background:rgba(255,255,255,.03);overflow:hidden;}
.as-post-thumb img{width:100%;height:100%;object-fit:cover;}
.as-post-card-body{padding:22px;}
.as-post-card h2{font-size:20px;line-height:1.2;letter-spacing:-.02em;margin:0 0 10px;color:#fff;}
.as-post-card p{font-size:13px;line-height:1.7;color:rgba(255,255,255,.48);margin:0 0 16px;}
.as-read{font-size:12px;color:#38BDF8;font-weight:600;}
.as-pagination{margin-top:44px;display:flex;gap:8px;flex-wrap:wrap;}
.as-pagination a,.as-pagination span{padding:9px 13px;border-radius:999px;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);font-size:12px;}
.as-single{background:linear-gradient(180deg,#05080d 0%,#000 65%);min-height:100vh;}
.as-single .as-page-inner{padding-top:140px;}
.as-footer-space-fix{display:block;height:0;clear:both;}
/* Elementor Free compatibility */
.elementor-page .site-main,.elementor-page .content-area{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
.elementor-page .as-page-inner{padding-left:20px;padding-right:20px;}
/* form notices */
.as-form-message{display:none;margin-top:14px;padding:12px 14px;border-radius:10px;font-size:12px;line-height:1.5;}
.as-form-message.show{display:block;}
.as-form-message.ok{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);color:#86efac;}
.as-form-message.err{background:rgba(248,113,113,.1);border:1px solid rgba(248,113,113,.2);color:#fca5a5;}
@media(max-width:767px){.site-header{padding:12px 16px!important}.as-page-inner{padding-top:125px}.as-single .as-page-inner{padding-top:120px}}
