/*
Theme Name: AV Online Solutions
Theme URI: https://www.avonlinesolutions.com/
Author: AV Online Solutions
Author URI: https://www.avonlinesolutions.com/
Description: A premium B2B WordPress theme for white-label authority building, link building, brand mentions, digital PR, and agency fulfillment services.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: avonlinesolutions
Tags: custom-logo, custom-menu, one-column, responsive-layout, accessibility-ready, featured-images, block-styles
*/

:root {
  --av-navy: #08111f;
  --av-navy-2: #0b1730;
  --av-slate: #142033;
  --av-slate-2: #1f2937;
  --av-blue: #2563eb;
  --av-blue-2: #1d4ed8;
  --av-blue-soft: #eff6ff;
  --av-green: #16a34a;
  --av-green-soft: #ecfdf5;
  --av-bg: #f6f8fb;
  --av-white: #ffffff;
  --av-border: #e5e7eb;
  --av-border-dark: rgba(255, 255, 255, 0.12);
  --av-text: #111827;
  --av-muted: #6b7280;
  --av-muted-light: #c8d2e4;
  --av-shadow: 0 18px 45px rgba(8, 17, 31, 0.12);
  --av-shadow-soft: 0 10px 28px rgba(8, 17, 31, 0.08);
  --av-radius: 18px;
  --av-radius-sm: 12px;
  --av-max: 1180px;
  --av-font: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--av-text);
  background: var(--av-bg);
  font-family: var(--av-font);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 9999;
  padding: 12px 16px;
  border-radius: 10px;
  color: var(--av-white);
  background: var(--av-blue);
}

.skip-link:focus {
  left: 12px;
}

.av-container {
  width: min(100% - 40px, var(--av-max));
  margin-inline: auto;
}

.av-section {
  padding: 92px 0;
}

.av-section-sm {
  padding: 64px 0;
}

.av-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--av-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.av-eyebrow-light {
  color: #79a7ff;
}

.av-section-heading {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.av-section-heading.left {
  margin-inline: 0;
  text-align: left;
}

.av-section-heading h2,
.av-split-copy h2,
.av-cta h2 {
  margin: 0 0 14px;
  color: var(--av-text);
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.av-section-heading p,
.av-split-copy p,
.av-cta p {
  margin: 0;
  color: var(--av-muted);
  font-size: 1.04rem;
}

.av-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.av-btn:hover,
.av-btn:focus-visible {
  transform: translateY(-1px);
}

.av-btn-primary {
  color: var(--av-white);
  background: var(--av-blue);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.28);
}

.av-btn-primary:hover,
.av-btn-primary:focus-visible {
  background: var(--av-blue-2);
}

.av-btn-secondary {
  color: var(--av-white);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.av-btn-secondary:hover,
.av-btn-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.09);
}

.av-btn-light {
  color: var(--av-text);
  border-color: var(--av-border);
  background: var(--av-white);
}

.av-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 17, 31, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(16px);
}

.admin-bar .av-site-header {
  top: 32px;
}

.av-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  gap: 24px;
}

.av-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--av-white);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.av-logo-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--av-blue), #60a5fa);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.3);
}

.av-logo-mark svg {
  width: 25px;
  height: 25px;
}

.av-brand-text strong {
  display: block;
  color: var(--av-white);
  font-size: 17px;
  line-height: 1.1;
}

.av-brand-text span {
  display: block;
  color: var(--av-muted-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.av-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--av-muted-light);
  font-size: 14px;
  font-weight: 750;
}

.av-nav ul {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.av-nav li {
  margin: 0;
}

.av-nav a {
  transition: color 180ms ease;
}

.av-nav a:hover,
.av-nav a:focus-visible {
  color: var(--av-white);
}

.av-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: var(--av-white);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.av-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  color: var(--av-white);
  background:
    radial-gradient(circle at 80% 20%, rgba(37, 99, 235, 0.35), transparent 34%),
    radial-gradient(circle at 72% 60%, rgba(22, 163, 74, 0.12), transparent 22%),
    linear-gradient(135deg, #08111f 0%, #0b1730 100%);
}

.av-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 74% 28%, black, transparent 62%);
}

.av-hero-inner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 54px;
}

.av-hero h1 {
  max-width: 670px;
  margin: 0 0 20px;
  color: var(--av-white);
  font-size: clamp(2.55rem, 5vw, 5.25rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.av-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  color: #d7e2f6;
  font-size: 1.08rem;
}

.av-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.av-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #dce8fb;
  font-size: 13px;
  font-weight: 800;
}

.av-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.av-mini-badge span {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: #b8cdfd;
}

.av-dashboard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.35);
  padding: 10px;
}

.av-dashboard-card {
  overflow: hidden;
  border-radius: 18px;
  color: var(--av-text);
  background: var(--av-white);
}

.av-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--av-border);
}

.av-dashboard-head h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.av-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  color: #15803d;
  background: var(--av-green-soft);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.av-dashboard-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
}

.av-campaign-meta {
  padding: 24px;
  border-right: 1px solid var(--av-border);
  background: #fbfcff;
}

.av-meta-row {
  margin-bottom: 16px;
}

.av-meta-row span {
  display: block;
  color: var(--av-muted);
  font-size: 12px;
  font-weight: 800;
}

.av-meta-row strong {
  display: block;
  color: var(--av-text);
  font-size: 14px;
}

.av-workflow {
  padding: 24px;
}

.av-flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  padding-bottom: 20px;
}

.av-flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 30px;
  width: 1px;
  height: calc(100% - 28px);
  background: #d7dce7;
}

.av-flow-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  color: var(--av-blue);
  background: var(--av-white);
}

.av-flow-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}

.av-flow-item p {
  margin: 0;
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.45;
}

.av-quality-mini {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 14px;
  margin-top: 4px;
  padding-top: 18px;
  border-top: 1px solid var(--av-border);
}

.av-quality-mini span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--av-muted);
  font-size: 12px;
  font-weight: 700;
}

.av-quality-mini svg {
  color: var(--av-green);
  flex: 0 0 auto;
}

.av-stats-wrap {
  position: relative;
  z-index: 4;
  margin-top: -44px;
}

.av-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--av-border);
  border-radius: 20px;
  background: var(--av-white);
  box-shadow: var(--av-shadow);
}

.av-stat {
  padding: 28px 22px;
  text-align: center;
}

.av-stat:not(:last-child) {
  border-right: 1px solid var(--av-border);
}

.av-stat-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 10px;
  border-radius: 14px;
  color: var(--av-blue);
  background: var(--av-blue-soft);
}

.av-stat strong {
  display: block;
  color: var(--av-text);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.av-stat span {
  display: block;
  max-width: 180px;
  margin: 8px auto 0;
  color: var(--av-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.av-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.av-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--av-border);
  border-radius: var(--av-radius);
  background: var(--av-white);
  box-shadow: 0 1px 0 rgba(8, 17, 31, 0.02);
  padding: 28px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.av-card:hover {
  transform: translateY(-3px);
  border-color: #cbdafe;
  box-shadow: var(--av-shadow-soft);
}

.av-card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: var(--av-blue);
  background: var(--av-blue-soft);
}

.av-card h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.av-card p {
  margin: 0 0 18px;
  color: var(--av-muted);
  font-size: 14px;
}

.av-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--av-blue);
  font-size: 13px;
  font-weight: 900;
}

.av-split {
  display: grid;
  align-items: center;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 56px;
}

.av-quality-section {
  color: var(--av-white);
  background:
    radial-gradient(circle at 12% 35%, rgba(37, 99, 235, 0.24), transparent 26%),
    linear-gradient(135deg, #08111f 0%, #0b1730 100%);
}

.av-quality-section h2,
.av-quality-section p {
  color: var(--av-white);
}

.av-quality-section p {
  color: #cbd8ec;
}

.av-check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 22px;
}

.av-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #e9f0fb;
  font-weight: 750;
}

.av-check-item svg {
  margin-top: 4px;
  color: #70e08c;
  flex: 0 0 auto;
}

.av-comparison {
  background: var(--av-white);
}

.av-compare-table {
  overflow: hidden;
  border: 1px solid var(--av-border);
  border-radius: 22px;
  background: var(--av-white);
  box-shadow: var(--av-shadow-soft);
}

.av-compare-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.av-compare-cell {
  padding: 20px 24px;
  border-bottom: 1px solid var(--av-border);
}

.av-compare-row:last-child .av-compare-cell {
  border-bottom: none;
}

.av-compare-cell:first-child {
  border-right: 1px solid var(--av-border);
}

.av-compare-head .av-compare-cell {
  color: var(--av-white);
  background: var(--av-navy);
  font-weight: 900;
}

.av-compare-cell strong {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.av-compare-cell p {
  margin: 5px 0 0 28px;
  color: var(--av-muted);
  font-size: 14px;
}

.av-ai-section {
  position: relative;
  overflow: hidden;
  color: var(--av-white);
  background:
    radial-gradient(circle at 82% 22%, rgba(37, 99, 235, 0.34), transparent 30%),
    linear-gradient(135deg, #08111f 0%, #101f3a 100%);
}

.av-ai-section h2,
.av-ai-section p {
  color: var(--av-white);
}

.av-ai-section .av-section-heading p {
  color: #cbd8ec;
}

.av-ai-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.av-ai-card {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.07);
  padding: 24px;
  backdrop-filter: blur(10px);
}

.av-ai-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  color: #a8c7ff;
  background: rgba(37, 99, 235, 0.18);
}

.av-ai-card h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}

.av-ai-card p {
  margin: 0;
  color: #cbd8ec;
  font-size: 14px;
}

.av-ai-note {
  max-width: 900px;
  margin: 28px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  color: #d9e5f8;
  background: rgba(255, 255, 255, 0.06);
  padding: 18px 20px;
  font-size: 14px;
}

.av-process {
  background: var(--av-white);
}

.av-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.av-process-step {
  position: relative;
  text-align: center;
  padding: 6px;
}

.av-process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -32px;
  width: 55px;
  height: 1px;
  background: #ccd5e5;
}

.av-step-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  margin: 0 auto 15px;
  border: 1px solid #d9e2f2;
  border-radius: 999px;
  color: var(--av-blue);
  background: var(--av-white);
  box-shadow: 0 10px 20px rgba(8, 17, 31, 0.06);
}

.av-step-number {
  position: absolute;
  right: -4px;
  bottom: -4px;
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 999px;
  color: var(--av-white);
  background: var(--av-navy);
  font-size: 12px;
  font-weight: 900;
}

.av-process-step h3 {
  margin: 0 0 8px;
  font-size: 14px;
  letter-spacing: -0.02em;
}

.av-process-step p {
  margin: 0;
  color: var(--av-muted);
  font-size: 12px;
  line-height: 1.45;
}

.av-sample-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 38px;
}

.av-sheet {
  overflow: hidden;
  border: 1px solid var(--av-border);
  border-radius: 18px;
  background: var(--av-white);
  box-shadow: var(--av-shadow-soft);
}

.av-sheet-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 20px;
  border-bottom: 1px solid var(--av-border);
}

.av-sheet-head strong {
  font-size: 14px;
}

.av-pill {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--av-blue);
  background: var(--av-blue-soft);
  font-size: 11px;
  font-weight: 900;
}

.av-sheet-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.av-sheet-table th,
.av-sheet-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #eef1f6;
  text-align: left;
  white-space: nowrap;
}

.av-sheet-table th {
  color: var(--av-muted);
  background: #fbfcff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.av-blur {
  display: inline-block;
  width: 110px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c9d2e1, #f0f3f8);
  filter: blur(1.4px);
}

.av-status-live,
.av-status-pending,
.av-status-approved {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}

.av-status-live {
  color: #15803d;
  background: var(--av-green-soft);
}

.av-status-pending {
  color: #a16207;
  background: #fef9c3;
}

.av-status-approved {
  color: #1d4ed8;
  background: var(--av-blue-soft);
}

.av-bullet-list {
  margin: 20px 0 26px;
  padding: 0;
  list-style: none;
}

.av-bullet-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  color: var(--av-muted);
  font-weight: 700;
}

.av-bullet-list svg {
  margin-top: 5px;
  color: var(--av-blue);
  flex: 0 0 auto;
}

.av-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.av-audience-card {
  border: 1px solid var(--av-border);
  border-radius: 17px;
  background: var(--av-white);
  padding: 22px;
}

.av-audience-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: var(--av-blue);
  background: var(--av-blue-soft);
}

.av-audience-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.av-audience-card p {
  margin: 0;
  color: var(--av-muted);
  font-size: 13px;
}

.av-fit-note {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.av-fit-box {
  border-radius: 18px;
  padding: 22px;
  background: var(--av-white);
  border: 1px solid var(--av-border);
}

.av-fit-box.good {
  border-color: #bbf7d0;
  background: var(--av-green-soft);
}

.av-fit-box h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.av-fit-box p {
  margin: 0;
  color: var(--av-muted);
}

.av-faq {
  background: var(--av-white);
}

.av-faq-list {
  max-width: 860px;
  margin: 0 auto;
}

.av-faq-item {
  border: 1px solid var(--av-border);
  border-radius: 16px;
  background: var(--av-white);
  margin-bottom: 12px;
  overflow: hidden;
}

.av-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 22px;
  border: none;
  color: var(--av-text);
  background: transparent;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}

.av-faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: var(--av-muted);
}

.av-faq-item.is-open .av-faq-answer {
  display: block;
}

.av-faq-answer p {
  margin: 0;
}

.av-cta {
  color: var(--av-white);
  background: linear-gradient(135deg, var(--av-blue), #0b1730);
}

.av-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.av-cta h2,
.av-cta p {
  color: var(--av-white);
}

.av-cta p {
  color: #d8e4f7;
}

.av-site-footer {
  color: #d8e4f7;
  background: var(--av-navy);
  padding: 58px 0 30px;
}

.av-footer-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr) 1.15fr;
  gap: 34px;
}

.av-footer-brand p {
  margin: 18px 0 0;
  max-width: 300px;
  color: #aebbd0;
  font-size: 14px;
}

.av-footer-col h2,
.av-footer-col h3 {
  margin: 0 0 14px;
  color: var(--av-white);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.av-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.av-footer-col li {
  margin: 8px 0;
}

.av-footer-col a {
  color: #aebbd0;
  font-size: 14px;
  transition: color 180ms ease;
}

.av-footer-col a:hover,
.av-footer-col a:focus-visible {
  color: var(--av-white);
}

.av-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8fa1bb;
  font-size: 13px;
}

.av-footer-bottom-links {
  display: flex;
  gap: 18px;
}

.av-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.av-socials a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #cbd8ec;
  background: rgba(255, 255, 255, 0.05);
}

.av-page {
  padding: 80px 0;
  background: var(--av-white);
}

.av-content {
  max-width: 820px;
  margin: 0 auto;
}

.av-content h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.av-content a {
  color: var(--av-blue);
  font-weight: 800;
}

@media (max-width: 1080px) {
  .av-nav,
  .av-header-cta {
    display: none;
  }

  .av-mobile-toggle {
    display: inline-flex;
  }

  .av-site-header.is-open .av-nav {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 82px;
    display: grid;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: #0b1730;
    box-shadow: var(--av-shadow);
    padding: 10px;
  }

  .av-site-header.is-open .av-nav ul {
    display: grid;
    gap: 0;
  }

  .av-site-header.is-open .av-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .av-site-header.is-open .av-nav a:hover,
  .av-site-header.is-open .av-nav a:focus-visible {
    background: rgba(255, 255, 255, 0.07);
  }

  .av-hero-inner,
  .av-split,
  .av-sample-wrap {
    grid-template-columns: 1fr;
  }

  .av-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .av-ai-grid,
  .av-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .av-process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 10px;
  }

  .av-process-step:not(:last-child)::after {
    display: none;
  }

  .av-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 782px) {
  .admin-bar .av-site-header {
    top: 46px;
  }
}

@media (max-width: 760px) {
  .av-container {
    width: min(100% - 28px, var(--av-max));
  }

  .av-section {
    padding: 66px 0;
  }

  .av-hero {
    padding: 72px 0 76px;
  }

  .av-brand-text span {
    display: none;
  }

  .av-hero h1 {
    font-size: clamp(2.35rem, 13vw, 3.65rem);
  }

  .av-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .av-campaign-meta {
    border-right: none;
    border-bottom: 1px solid var(--av-border);
  }

  .av-quality-mini,
  .av-check-grid,
  .av-stats,
  .av-card-grid,
  .av-ai-grid,
  .av-audience-grid,
  .av-fit-note,
  .av-compare-row,
  .av-process-grid,
  .av-footer-grid {
    grid-template-columns: 1fr;
  }

  .av-stat:not(:last-child),
  .av-compare-cell:first-child {
    border-right: none;
  }

  .av-stat:not(:last-child) {
    border-bottom: 1px solid var(--av-border);
  }

  .av-compare-cell:first-child {
    border-bottom: 1px solid var(--av-border);
  }

  .av-cta-inner,
  .av-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .av-sheet {
    overflow-x: auto;
  }

  .av-dashboard-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}
