/*
Theme Name: Agency Omni
Theme URI: https://localstarmedia.com/
Author: Mark Sansom
Author URI: https://localstarmedia.com/
Description: Lightweight white-label theme branded for Agency Omni and Local Star Media. Built to support plugin-driven sites like Local SEO Arsenal without relying on heavy third-party themes.
Version: 1.5.1
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: agency-omni
*/

:root{
  --ao-bg:#0b1220;
  --ao-panel:#111827;
  --ao-card:#1f2937;
  --ao-line:#334155;
  --ao-text:#f8fafc;
  --ao-muted:#cbd5e1;
  --ao-blue:#22c7ff;
  --ao-green:#84cc16;
  --ao-orange:#ff9f1c;
}

html { box-sizing:border-box; }
*,*::before,*::after { box-sizing:inherit; }

body{
  margin:0;
  background:
    radial-gradient(circle at top left, rgba(34,199,255,.12), transparent 30%),
    radial-gradient(circle at top right, rgba(255,159,28,.10), transparent 30%),
    linear-gradient(180deg, #0b1220 0%, #111827 100%);
  color:var(--ao-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.6;
}

a{ color:var(--ao-blue); text-decoration:none; }
a:hover{ text-decoration:underline; }

.site-shell{
  width:min(1180px, calc(100% - 40px));
  margin:40px auto;
}

.ao-hero{
  background:rgba(17,24,39,.92);
  border:1px solid rgba(148,163,184,.18);
  border-radius:28px;
  padding:34px;
  box-shadow:0 24px 80px rgba(0,0,0,.28);
  overflow:hidden;
}

.ao-logo-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
  align-items:stretch;
}

.ao-logo-card,
.ao-card{
  background:rgba(31,41,55,.92);
  border:1px solid rgba(43,128,255,.55);
  border-radius:22px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.ao-logo-card{
  min-height:190px;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ao-logo-card img{
  max-width:100%;
  height:auto;
  display:block;
}

.ao-lsa-logo{
  max-width:380px;
}

.ao-agency-logo{
  max-width:420px;
}

.ao-feature-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:28px;
  margin-top:30px;
}

.ao-card{
  padding:24px;
  min-height:230px;
}

.ao-card h2{
  margin:0 0 14px;
  font-size:24px;
  line-height:1.15;
}

.ao-card p{
  margin:0;
  color:var(--ao-muted);
  font-size:17px;
}

.ao-footer-note{
  margin-top:34px;
  padding-top:0;
  border-top:0;
  text-align:center;
}

.ao-title{
  margin:0;
  font-size:clamp(34px, 5vw, 56px);
  line-height:1.02;
  font-weight:800;
}

.ao-subtitle{
  margin:8px auto 0;
  max-width:900px;
  color:var(--ao-muted);
  font-size:clamp(17px, 2vw, 21px);
}

@media (max-width: 900px){
  .ao-logo-grid,
  .ao-feature-grid{
    grid-template-columns:1fr;
  }
  .ao-logo-card,
  .ao-card{
    min-height:auto;
  }
}
