.abg-advertise *, .abg-advertise *::before, .abg-advertise *::after { box-sizing: border-box; margin: 0; padding: 0; }
.abg-advertise { --blue: #004764;
  --blue-dk: #00334a;
  --blue-soft: #e3edf1;
  --red: #cf171e;
  --red-dk: #b01218;
  --gray: #4a4a4c;
  --greige: #bbc0a5;
  --cream: #eef0e9;
  --black: #1c2329;
  --dark: #2f3a41;
  --mid: #555f66;
  --muted: #8b949b;
  --border: #dce2e6;
  --off-white: #fafcfb;
  --white: #ffffff;
  --fh: 'Archivo', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  --fb: 'Archivo', system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif; }
html { scroll-behavior: smooth; }
.abg-advertise { font-family: var(--fb); color: var(--black); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; margin: 0; }
.abg-advertise .brand-lockup { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; text-decoration: none; }
.abg-advertise .logo-nav { height: 40px; width: auto; display: block; }
.abg-advertise .brand-mmw { font-family: var(--fb); font-size: 0.52rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.abg-advertise nav { display: flex; justify-content: space-between; align-items: center; padding: 12px 40px; border-bottom: 3px solid var(--red); background: var(--white); position: sticky; top: 0; z-index: 100; }
.abg-advertise .nav-right { display: flex; gap: 8px; }
.abg-advertise .btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--fb); font-size: 0.78rem; font-weight: 700; padding: 9px 20px; border-radius: 3px; border: 2px solid var(--blue); cursor: pointer; text-decoration: none; transition: all 0.15s; white-space: nowrap; letter-spacing: 0.02em; }
.abg-advertise .btn-primary { background: var(--blue); color: var(--white); }
.abg-advertise .btn-primary:hover { background: var(--blue-dk); border-color: var(--blue-dk); }
.abg-advertise .btn-outline { background: transparent; color: var(--blue); }
.abg-advertise .btn-outline:hover { background: var(--blue-soft); }
.abg-advertise .btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.abg-advertise .btn-ghost:hover { background: rgba(255,255,255,0.14); border-color: var(--white); }
.abg-advertise .hero { display: grid; grid-template-columns: 55% 45%; min-height: 440px; position: relative; }
.abg-advertise .hero-l { padding: 56px 40px; display: flex; flex-direction: column; justify-content: center; background: var(--red); position: relative; z-index: 1; }
.abg-advertise .hero-l::after { content: ''; position: absolute; right: -30px; top: 0; bottom: 0; width: 60px; background: var(--red); clip-path: polygon(0 0, 0% 100%, 100% 100%); z-index: 2; }
.abg-advertise .eyebrow { font-family: var(--fb); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; display: block; margin-bottom: 16px; font-weight: 800; }
.abg-advertise .hero .eyebrow { color: rgba(255,255,255,0.92); }
.abg-advertise .hero h1 { font-family: var(--fh); font-size: clamp(2rem, 3vw, 2.9rem); font-weight: 800; line-height: 1.12; color: var(--white); margin-bottom: 16px; letter-spacing: -0.01em; }
.abg-advertise .hero-sub { font-size: 1rem; color: rgba(255,255,255,0.95); line-height: 1.75; margin-bottom: 28px; max-width: 33em; font-weight: 400; }
.abg-advertise .hero-sub em { font-style: italic; font-weight: 500; }
.abg-advertise .hero-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.abg-advertise .hero .btn-primary { border-color: var(--blue); }
.abg-advertise .hero-r { overflow: hidden; position: relative; background: #14506b; }
.abg-advertise .hero-r img { width: 100%; height: 100%; object-fit: cover; display: block; }
.abg-advertise .hero-r::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 40px; background: var(--red); z-index: 2; }
.abg-advertise .sec { padding: 56px 40px; border-top: 1px solid var(--border); }
.abg-advertise .sec-alt { background: var(--off-white); }
.abg-advertise .sec-cream { background: var(--cream); }
.abg-advertise .sec-ey { font-family: var(--fb); font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); font-weight: 800; display: block; margin-bottom: 10px; }
.abg-advertise h2 { font-family: var(--fh); font-size: clamp(1.6rem, 2.4vw, 2.2rem); font-weight: 800; line-height: 1.16; letter-spacing: -0.01em; margin-bottom: 10px; color: var(--blue); }
.abg-advertise .sec-sub { font-size: 1rem; color: var(--mid); line-height: 1.75; margin-bottom: 20px; }
.abg-advertise .sec-sub em, .abg-advertise h2 em, .abg-advertise .kit-note em { font-style: italic; }
.abg-advertise .two { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.abg-advertise .two-top { align-items: start; }
.abg-advertise .kit-list { list-style: none; padding: 0; margin: 14px 0 24px; }
.abg-advertise .kit-note { font-size: 0.92rem; color: var(--mid); line-height: 1.6; padding-top: 18px; border-top: 1px solid var(--border); }
.abg-advertise .kit-note a { color: var(--blue); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.abg-advertise .kit-list li { font-size: 0.875rem; color: var(--dark); padding: 8px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.abg-advertise .kit-list li:last-child { border-bottom: none; }
.abg-advertise .kit-list li::before { content: '\2713'; font-weight: 800; font-size: 0.78rem; color: var(--red); flex-shrink: 0; font-family: var(--fb); }
.abg-advertise .form-card { background: var(--white); border: 1px solid var(--border); border-top: 4px solid var(--red); padding: 28px; border-radius: 3px; box-shadow: 0 2px 16px rgba(0,71,100,0.09); }
.abg-advertise .kit-flag { display: inline-block; font-family: var(--fb); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); background: var(--red); padding: 4px 11px; border-radius: 2px; margin-bottom: 14px; }
.abg-advertise .form-card h3 { font-family: var(--fh); font-size: 1.25rem; font-weight: 800; margin-bottom: 4px; color: var(--blue); }
.abg-advertise .form-note { font-size: 0.78rem; color: var(--muted); margin-bottom: 20px; line-height: 1.55; }
.abg-advertise .form-note em { font-style: italic; }
.abg-advertise .fg { margin-bottom: 12px; }
.abg-advertise .fg label { display: block; font-family: var(--fb); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark); margin-bottom: 5px; }
.abg-advertise .fg input, .abg-advertise .fg select { width: 100%; padding: 9px 12px; border: 1px solid var(--border); border-radius: 3px; font-family: var(--fb); font-size: 0.875rem; color: var(--black); background: var(--off-white); -webkit-appearance: none; transition: border-color 0.15s; }
.abg-advertise .fg input:focus, .abg-advertise .fg select:focus { outline: none; border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(0,71,100,0.13); }
.abg-advertise .fg input::placeholder { color: var(--muted); }
.abg-advertise .fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.abg-advertise .consent { font-size: 0.72rem; color: var(--muted); line-height: 1.6; margin: 10px 0; }
.abg-advertise .btn-submit { width: 100%; padding: 12px; background: var(--blue); color: var(--white); font-family: var(--fb); font-size: 0.82rem; font-weight: 800; border: none; border-radius: 3px; cursor: pointer; letter-spacing: 0.04em; transition: background 0.15s; text-transform: uppercase; }
.abg-advertise .btn-submit:hover { background: var(--blue-dk); }
.abg-advertise #form-success { display: none; text-align: center; padding: 28px 8px; }
.abg-advertise #form-success h4 { font-family: var(--fh); font-size: 1.3rem; font-weight: 800; margin-bottom: 6px; color: var(--blue); }
.abg-advertise #form-success p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }
.abg-advertise .check-ring { width: 42px; height: 42px; border: 2px solid var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.abg-advertise .rep-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 24px; border-radius: 3px; overflow: hidden; }
.abg-advertise .rep-card { background: var(--white); padding: 24px 14px; text-align: center; transition: background 0.15s; }
.abg-advertise .rep-card:hover { background: var(--cream); }
.abg-advertise .rep-av { width: 54px; height: 54px; border-radius: 50%; border: 2px solid var(--blue); background: var(--blue-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-family: var(--fh); font-size: 0.95rem; font-weight: 800; color: var(--blue); overflow: hidden; }
.abg-advertise .rep-av img { width: 100%; height: 100%; object-fit: cover; }
.abg-advertise .rep-name { font-family: var(--fh); font-size: 1rem; font-weight: 800; margin-bottom: 3px; color: var(--black); }
.abg-advertise .rep-title { font-size: 0.75rem; color: var(--mid); margin-bottom: 2px; line-height: 1.4; }
.abg-advertise .rep-region { font-family: var(--fb); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); display: block; margin-bottom: 14px; font-weight: 800; }
.abg-advertise .btn-book { display: block; width: 100%; padding: 8px; background: var(--blue); color: var(--white); font-family: var(--fb); font-size: 0.72rem; font-weight: 700; border: none; border-radius: 3px; cursor: pointer; text-decoration: none; margin-bottom: 6px; transition: background 0.15s; text-align: center; letter-spacing: 0.02em; }
.abg-advertise .btn-book:hover { background: var(--blue-dk); }
.abg-advertise .rep-contact { font-size: 0.7rem; color: var(--muted); display: block; line-height: 1.6; }
.abg-advertise .rep-contact a { color: var(--muted); text-decoration: none; transition: color 0.15s; }
.abg-advertise .rep-contact a:hover { color: var(--blue); }
.abg-advertise .rep-note { margin-top: 14px; font-size: 0.8rem; color: var(--muted); text-align: center; }
.abg-advertise .rep-note a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.abg-advertise .opps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.abg-advertise .opp-card { border: 1px solid var(--border); border-radius: 3px; overflow: hidden; background: var(--white); transition: box-shadow 0.15s, transform 0.15s; }
.abg-advertise .opp-card:hover { box-shadow: 0 6px 22px rgba(0,71,100,0.15); transform: translateY(-2px); }
.abg-advertise .opp-tag { display: block; font-family: var(--fb); font-size: 0.6rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 800; color: var(--white); background: var(--blue); padding: 5px 12px; }
.abg-advertise .opp-body { padding: 18px; }
.abg-advertise .opp-name { font-family: var(--fh); font-size: 1.08rem; font-weight: 800; margin-bottom: 4px; color: var(--blue); }
.abg-advertise .opp-date { font-family: var(--fb); font-size: 0.68rem; color: var(--red); letter-spacing: 0.06em; margin-bottom: 8px; display: block; font-weight: 800; text-transform: uppercase; }
.abg-advertise .opp-desc { font-size: 0.82rem; color: var(--mid); line-height: 1.65; }
.abg-advertise .opp-badge { display: inline-block; font-family: var(--fb); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--blue); border: 1.5px solid var(--blue); padding: 3px 9px; border-radius: 2px; margin-top: 10px; }
.abg-advertise .proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.abg-advertise .proof-card { border: 1px solid var(--border); padding: 22px; border-radius: 3px; background: var(--white); border-top: 3px solid var(--red); }
.abg-advertise .proof-q { font-family: var(--fh); font-style: italic; font-size: 0.95rem; color: var(--dark); line-height: 1.7; margin-bottom: 14px; }
.abg-advertise .proof-attr strong { display: block; font-family: var(--fh); font-size: 0.85rem; font-weight: 800; color: var(--black); }
.abg-advertise .proof-attr span { font-size: 0.75rem; color: var(--muted); }
.abg-advertise .gs { padding: 56px 40px; text-align: center; background: var(--cream); border-top: 1px solid var(--border); }
.abg-advertise .gs .sec-ey { color: var(--red); }
.abg-advertise .gs h2 { font-size: clamp(1.4rem, 2.1vw, 1.95rem); margin-bottom: 10px; }
.abg-advertise .gs p { font-size: 0.92rem; color: var(--mid); margin-bottom: 24px; max-width: 500px; margin-left: auto; margin-right: auto; }
.abg-advertise .gs-ctas { display: flex; gap: 10px; justify-content: center; }
.abg-advertise footer { background: var(--blue); padding: 30px 40px; border-top: 4px solid var(--red); }
.abg-advertise .footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.abg-advertise .footer-logo { height: 54px; width: auto; display: block; margin-bottom: 6px; }
.abg-advertise .footer-tagline { font-family: var(--fb); font-size: 0.6rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.7); font-weight: 700; display: block; }
.abg-advertise .footer-meta { font-size: 0.68rem; color: rgba(255,255,255,0.45); margin-top: 3px; display: block; }
.abg-advertise .footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.abg-advertise .footer-links { display: flex; gap: 20px; list-style: none; }
.abg-advertise .footer-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.78rem; transition: color 0.15s; font-family: var(--fb); }
.abg-advertise .footer-links a:hover { color: var(--red); }
.abg-advertise .footer-social { display: flex; gap: 12px; }
.abg-advertise .social-icon { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; text-decoration: none; transition: border-color 0.15s, background 0.15s; }
.abg-advertise .social-icon:hover { border-color: var(--red); background: rgba(207,23,30,0.2); }
.abg-advertise .social-icon svg { width: 15px; height: 15px; fill: rgba(255,255,255,0.75); transition: fill 0.15s; }
.abg-advertise .social-icon:hover svg { fill: var(--white); }
@media (max-width: 820px) {
.abg-advertise nav { padding: 12px 16px; }
.abg-advertise .nav-right .btn-outline { display: none; }
.abg-advertise .hero { grid-template-columns: 1fr; display: flex; flex-direction: column; }
.abg-advertise .hero-r { height: 220px; order: -1; }
.abg-advertise .hero-l { padding: 34px 16px; }
.abg-advertise .hero-l::after { display: none; }
.abg-advertise .hero-r::before { display: none; }
.abg-advertise .hero-ctas { flex-direction: column; }
.abg-advertise .sec { padding: 38px 16px; }
.abg-advertise .gs { padding: 38px 16px; }
.abg-advertise .two { grid-template-columns: 1fr; gap: 22px; }
.abg-advertise .fg-row { grid-template-columns: 1fr; }
.abg-advertise .rep-grid { grid-template-columns: 1fr; gap: 0; background: none; border: 1px solid var(--border); border-radius: 3px; }
.abg-advertise .rep-card { display: flex; align-items: center; gap: 12px; text-align: left; padding: 16px; border-bottom: 1px solid var(--border); border-radius: 0; }
.abg-advertise .rep-card:last-child { border-bottom: none; }
.abg-advertise .rep-av { margin: 0; flex-shrink: 0; width: 44px; height: 44px; }
.abg-advertise .rep-info { flex: 1; min-width: 0; }
.abg-advertise .rep-region { margin-bottom: 0; }
.abg-advertise .rep-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; flex-shrink: 0; }
.abg-advertise .btn-book { width: auto; padding: 7px 12px; margin-bottom: 0; white-space: nowrap; }
.abg-advertise .rep-contact { display: none; }
.abg-advertise .opps-grid { grid-template-columns: 1fr; }
.abg-advertise .proof-grid { grid-template-columns: 1fr; gap: 10px; }
.abg-advertise .gs-ctas { flex-direction: column; align-items: center; }
.abg-advertise .gs-ctas .btn { width: 100%; max-width: 300px; }
.abg-advertise footer { padding: 22px 16px; }
.abg-advertise .footer-inner { flex-direction: column; text-align: center; align-items: center; }
.abg-advertise .footer-right { align-items: center; }
.abg-advertise .footer-links { flex-wrap: wrap; justify-content: center; gap: 12px; }
}

/* ===========================================================================
   THEME INTEGRATION (get_header()/get_footer() version)
   =========================================================================== */
main.site-main:has(> .abg-advertise) { padding: 0; }

.abg-advertise .full-bleed { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.abg-advertise .fb-inner { max-width: 1170px; margin-left: auto; margin-right: auto; }
.abg-advertise .full-bleed.gs { padding: 0; }
.abg-advertise .full-bleed.gs > .fb-inner { padding: 56px 40px; }

/* CTA SUB-BAR — AGB deep blue, emulated-sticky via scrollspy (body{overflow-x:hidden}
   breaks native sticky). Fixed-state top is driven by JS (--abg-hdr = live fixed-header
   bottom edge) because the theme header is tall (body padding-top ~110px). z-index 40
   keeps it below the theme header (z-index 50). */
.abg-advertise .cta-subbar { position: relative; z-index: 40; background: var(--blue); border-bottom: 2px solid var(--blue-dk); }
/* Red accent button for the blue CTA bar (a blue btn-primary would vanish on blue). */
.abg-advertise .btn-red { background: var(--red); color: var(--white); border-color: var(--red); }
.abg-advertise .btn-red:hover { background: var(--red-dk); border-color: var(--red-dk); }
.abg-advertise .cta-subbar.is-fixed { position: fixed; top: var(--abg-hdr, 110px); left: 0; right: 0; width: 100vw; margin: 0; }
.abg-advertise .cta-sentinel { height: 0; }
.abg-advertise .cta-subbar .fb-inner { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 40px; }
.abg-advertise .cta-subbar-label { font-family: var(--fb); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.92); }
.abg-advertise .cta-subbar-actions { display: flex; gap: 8px; }

@media (max-width: 820px) {
  .abg-advertise .cta-subbar .fb-inner { padding: 8px 16px; gap: 8px; }
  .abg-advertise .cta-subbar-label { display: none; }
  .abg-advertise .cta-subbar-actions { width: 100%; }
  .abg-advertise .cta-subbar-actions .btn { flex: 1; padding: 9px 10px; font-size: 0.7rem; }
}
/* ---------------------------------------------------------------------------
   Gravity Forms embed (form 57) — scoped to the Advertise media-kit card only.
   No global GF overrides; namespaced under .abg-advertise .adv-gf-embed.
   --------------------------------------------------------------------------- */
.abg-advertise .adv-gf-embed { margin-top: 4px; }
.abg-advertise .adv-gf-embed .gform_wrapper { margin: 0; }
.abg-advertise .adv-gf-embed .gform_wrapper .gform_required_legend { display: none; }
.abg-advertise .adv-gf-embed .gform_wrapper .gfield { margin-bottom: 12px; }
.abg-advertise .adv-gf-embed .gform_wrapper .gfield_label { font-family: var(--fb); font-size: 0.75rem; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.abg-advertise .adv-gf-embed .gform_wrapper input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.abg-advertise .adv-gf-embed .gform_wrapper select,
.abg-advertise .adv-gf-embed .gform_wrapper textarea { width: 100%; font-family: var(--fb); font-size: 0.85rem; color: var(--black); border: 1px solid var(--border); border-radius: 3px; padding: 9px 11px; background: var(--white); }
.abg-advertise .adv-gf-embed .gform_wrapper input:focus,
.abg-advertise .adv-gf-embed .gform_wrapper select:focus,
.abg-advertise .adv-gf-embed .gform_wrapper textarea:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 2px var(--blue-soft); }
.abg-advertise .adv-gf-embed .gform_footer { margin: 14px 0 0; padding: 0; }
.abg-advertise .adv-gf-embed .gform_footer input[type=submit],
.abg-advertise .adv-gf-embed .gform_wrapper .gform-button,
.abg-advertise .adv-gf-embed .gform_wrapper button[type=submit] { display: inline-flex; align-items: center; justify-content: center; width: 100%; font-family: var(--fh); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.02em; padding: 11px 20px; border-radius: 3px; border: 2px solid var(--blue); background: var(--blue); color: var(--white); cursor: pointer; transition: all 0.15s; }
.abg-advertise .adv-gf-embed .gform_validation_errors,
.abg-advertise .adv-gf-embed .gform_wrapper .validation_message { font-size: 0.78rem; }
/* GF Orbital drives the submit button via custom props; force brand color. */
.abg-advertise .adv-gf-embed .gform_footer input[type=submit],
.abg-advertise .adv-gf-embed .gform_wrapper .gform-button,
.abg-advertise .adv-gf-embed .gform_wrapper button[type=submit] { background: var(--blue) !important; border-color: var(--blue) !important; color: var(--white) !important; }
.abg-advertise .adv-gf-embed .gform_footer input[type=submit]:hover,
.abg-advertise .adv-gf-embed .gform_wrapper .gform-button:hover,
.abg-advertise .adv-gf-embed .gform_wrapper button[type=submit]:hover { background: var(--blue-dk) !important; border-color: var(--blue-dk) !important; }
