/*
 Theme Name: Agent Channels (Astra Child)
 Template: astra
 Description: Light premium child theme for agentchannels.co.uk — Flex Agents for eBay, WooCommerce and Shopify.
 Version: 1.0.0
*/

:root {
  --ac-bg: #FAF9F6;
  --ac-surface: #FFFFFF;
  --ac-ink: #1C2333;
  --ac-ink-soft: #4B5468;
  --ac-accent: #B8862B;
  --ac-accent-dark: #96691A;
  --ac-navy: #1B2A4A;
  --ac-border: #E8E4DC;
  --ac-whatsapp: #25D366;
}

body {
  background: var(--ac-bg);
  color: var(--ac-ink);
}

/* Custom logo image already carries the "Agent Channels" wordmark, so hide
   Astra's separate site-title text link to avoid showing the name twice,
   and cap the logo's rendered height (source PNG is large so it isn't
   pixelated on retina, but full-size in the header dwarfs the nav). */
.site-logo-img img.custom-logo {
  max-height: 64px;
  width: auto;
  height: auto;
}
.ast-site-identity .site-title {
  display: none;
}

a { color: var(--ac-navy); }
a:hover { color: var(--ac-accent); }

.ac-hero {
  background: linear-gradient(180deg, #FFFFFF 0%, var(--ac-bg) 100%);
  padding: 72px 24px 64px;
  text-align: center;
  border-bottom: 1px solid var(--ac-border);
}
.ac-hero .ac-eyebrow {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ac-accent-dark);
  background: rgba(184,134,43,0.1);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
  font-weight: 600;
}
.ac-hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.1;
  margin: 0 0 18px;
  color: var(--ac-navy);
  font-weight: 700;
}
.ac-hero p.ac-sub {
  font-size: 19px;
  color: var(--ac-ink-soft);
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.6;
}
.ac-hero p.ac-frontier {
  font-size: 22px;
  font-weight: 700;
  color: #2563EB;
  max-width: 720px;
  margin: -12px auto 32px;
  line-height: 1.5;
}

.ac-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  border: none;
  cursor: pointer;
}
.ac-btn:hover { transform: translateY(-1px); }
.ac-btn-primary {
  background: var(--ac-navy);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(27,42,74,0.25);
}
.ac-btn-primary:hover { background: #14213A; color: #fff !important; }
.ac-btn-gold {
  background: var(--ac-accent);
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(184,134,43,0.3);
}
.ac-btn-gold:hover { background: var(--ac-accent-dark); color: #fff !important; }
.ac-btn-whatsapp {
  background: var(--ac-whatsapp);
  color: #fff !important;
}
.ac-btn-whatsapp:hover { background: #1DA851; color: #fff !important; }
.ac-btn-outline {
  background: transparent;
  color: var(--ac-navy) !important;
  border: 1.5px solid var(--ac-border);
}
.ac-btn-outline:hover { border-color: var(--ac-navy); }

.ac-hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.ac-section { padding: 56px 24px; max-width: 1120px; margin: 0 auto; }
.ac-section h2 {
  font-size: clamp(26px, 3.5vw, 34px);
  color: var(--ac-navy);
  text-align: center;
  margin: 0 0 12px;
}
.ac-section p.ac-lede {
  text-align: center;
  color: var(--ac-ink-soft);
  max-width: 620px;
  margin: 0 auto 40px;
  font-size: 17px;
}

.ac-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 860px) { .ac-grid-3 { grid-template-columns: 1fr; } }

.ac-grid-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
@media (max-width: 600px) { .ac-grid-channels { grid-template-columns: 1fr; } }

.ac-card {
  background: var(--ac-surface);
  border: 1px solid var(--ac-border);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 2px 10px rgba(27,42,74,0.04);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ac-card:hover { box-shadow: 0 12px 32px rgba(27,42,74,0.09); transform: translateY(-2px); }
.ac-card .ac-icon {
  font-size: 34px;
  margin-bottom: 16px;
  display: block;
}
.ac-card h3 { color: var(--ac-navy); font-size: 20px; margin: 0 0 10px; }
.ac-card p { color: var(--ac-ink-soft); font-size: 15.5px; line-height: 1.6; margin: 0 0 16px; }
.ac-card a.ac-card-link { font-weight: 600; font-size: 15px; }

.ac-channel-card {
  background: var(--ac-surface);
  border: 1px solid var(--ac-border);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
}
.ac-channel-card .ac-icon { font-size: 46px; margin-bottom: 18px; display: block; }
.ac-channel-card h3 { font-size: 24px; color: var(--ac-navy); margin: 0 0 10px; }
.ac-channel-card p { color: var(--ac-ink-soft); margin: 0 0 22px; line-height: 1.6; }
.ac-price-tag {
  display: inline-block;
  font-size: 15px;
  color: var(--ac-ink-soft);
  margin-bottom: 20px;
}
.ac-price-tag strong { color: var(--ac-navy); font-size: 22px; }

.ac-band {
  background: var(--ac-navy);
  color: #fff;
  padding: 60px 24px;
  text-align: center;
}
.ac-band h2 { color: #fff; }
.ac-band p { color: rgba(255,255,255,0.78); max-width: 600px; margin: 0 auto 28px; font-size: 17px; }

.ac-benefits-list { list-style: none; margin: 0; padding: 0; }
.ac-benefits-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--ac-ink);
  line-height: 1.5;
}
.ac-benefits-list li .ac-check {
  color: var(--ac-accent);
  font-weight: 700;
  flex-shrink: 0;
}

.ac-breadcrumb-wrap { max-width: 1120px; margin: 20px auto 0; padding: 0 24px; font-size: 14px; color: var(--ac-ink-soft); }
.ac-breadcrumb-wrap a { color: var(--ac-ink-soft); }

.ac-faq { max-width: 780px; margin: 0 auto; }
.ac-faq details {
  border-bottom: 1px solid var(--ac-border);
  padding: 18px 0;
}
.ac-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ac-navy);
  font-size: 17px;
}
.ac-faq p { color: var(--ac-ink-soft); margin-top: 10px; line-height: 1.6; }

.ac-steps { counter-reset: ac-step; display: flex; flex-direction: column; gap: 22px; max-width: 720px; margin: 0 auto; }
.ac-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ac-step .ac-step-num {
  counter-increment: ac-step;
  background: var(--ac-navy);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
}
.ac-step h4 { margin: 4px 0 6px; color: var(--ac-navy); font-size: 18px; }
.ac-step p { margin: 0; color: var(--ac-ink-soft); line-height: 1.6; }

.snipcart-add-item {
  font-family: inherit;
}

.ac-brand-text {
  display: block;
  font-weight: 700;
  font-family: var(--ast-heading-font-family, inherit);
  letter-spacing: -0.01em;
  white-space: nowrap;
  line-height: 1.15;
}
.ac-channel-card .ac-brand-text,
.ac-card .ac-brand-text {
  margin-bottom: 18px;
}
.ac-hero .ac-brand-icon {
  margin-bottom: 8px;
}
