.abm-proads-page{
  --proads-navy:#0F2740;
  --proads-navy-deep:#0B2545;
  --proads-amber:#F5B301;
  --proads-amber-strong:#C88700;
  --proads-bg:#F6F8FB;
  --proads-surface:#FFFFFF;
  --proads-border:#E2E8F0;
  --proads-muted:#64748B;
  --proads-ink:#0F172A;
  --proads-success:#10B981;
  --proads-shadow:0 18px 44px rgba(15,39,64,.09);
  --proads-shadow-soft:0 10px 28px rgba(15,39,64,.07);
  width:min(1180px,100%);
  margin:0 auto;
  padding:24px 0 64px;
  color:var(--proads-ink);
}

.abm-proads-page *,
.abm-proads-page *::before,
.abm-proads-page *::after{
  box-sizing:border-box;
}

.abm-proads-page a,
.abm-proads-page button{
  scroll-margin-top:96px;
}

.abm-proads-page :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid rgba(245,179,1,.55);
  outline-offset:3px;
  box-shadow:0 0 0 4px rgba(245,179,1,.18);
}

.abm-proads-kicker{
  margin:0 0 8px;
  color:var(--proads-amber-strong);
  font-size:.78rem;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.abm-proads-hero{
  position:relative;
  min-height:420px;
  overflow:hidden;
  border:1px solid rgba(15,39,64,.18);
  border-radius:24px;
  background:var(--proads-navy);
  box-shadow:var(--proads-shadow);
  padding:36px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,360px);
  gap:28px;
  align-items:end;
}

.abm-proads-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.34;
}

.abm-proads-hero-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(11,37,69,.94) 0%, rgba(15,39,64,.86) 46%, rgba(15,39,64,.56) 100%);
}

.abm-proads-hero-content,
.abm-proads-hero-proof{
  position:relative;
  z-index:1;
}

.abm-proads-hero-content{
  max-width:720px;
}

.abm-proads-hero h1{
  margin:0;
  max-width:760px;
  color:#fff;
  font-size:2.85rem;
  line-height:1.04;
  font-weight:950;
  letter-spacing:0;
}

.abm-proads-lead{
  margin:16px 0 0;
  max-width:660px;
  color:rgba(255,255,255,.82);
  font-size:1.1rem;
  line-height:1.58;
}

.abm-proads-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}

.abm-proads-benefits span,
.abm-proads-trust-strip span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.11);
  color:#fff;
  font-weight:850;
  font-size:.86rem;
}

.abm-proads-benefits span::before,
.abm-proads-trust-strip span::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:999px;
  background:var(--proads-amber);
  flex:0 0 auto;
}

.abm-proads-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  margin-top:22px;
}

.abm-proads-actions--center{
  justify-content:center;
}

.abm-proads-secondary-action{
  opacity:.92;
}

.abm-proads-hero-proof{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:20px;
  background:rgba(255,255,255,.13);
  padding:20px;
  color:#fff;
  backdrop-filter:blur(10px);
}

.abm-proads-proof-label{
  display:inline-flex;
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(245,179,1,.18);
  color:#ffe8a5;
  font-weight:900;
  font-size:.8rem;
}

.abm-proads-hero-proof strong{
  font-size:1.18rem;
  line-height:1.35;
}

.abm-proads-mini-funnel{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

.abm-proads-mini-funnel span{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,255,255,.14);
  font-size:.82rem;
  font-weight:850;
}

.abm-proads-trust-strip{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0 0;
  padding:12px;
  border:1px solid var(--proads-border);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--proads-shadow-soft);
}

.abm-proads-trust-strip span{
  border-color:rgba(15,39,64,.1);
  background:#F8FAFC;
  color:var(--proads-navy);
}

.abm-proads-trust-strip span::before{
  background:var(--proads-success);
}

.abm-proads-section{
  margin-top:18px;
  padding:24px;
  border:1px solid var(--proads-border);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--proads-shadow-soft);
}

.abm-proads-section--tight{
  padding-top:22px;
}

.abm-proads-section-head{
  max-width:780px;
  margin-bottom:18px;
}

.abm-proads-section-head h2{
  margin:0;
  color:var(--proads-navy);
  font-size:1.72rem;
  line-height:1.14;
  font-weight:950;
  letter-spacing:0;
}

.abm-proads-section-head p:not(.abm-proads-kicker){
  margin:10px 0 0;
  color:var(--proads-muted);
  line-height:1.62;
}

.abm-proads-metrics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.abm-proads-metric{
  padding:18px;
  border:1px solid rgba(15,39,64,.1);
  border-radius:18px;
  background:linear-gradient(180deg,#fff,#F8FAFC);
}

.abm-proads-metric span{
  display:block;
  color:var(--proads-muted);
  font-size:.84rem;
  font-weight:850;
}

.abm-proads-metric strong{
  display:block;
  margin-top:8px;
  color:var(--proads-navy);
  font-size:1.22rem;
  line-height:1.1;
  font-weight:950;
}

.abm-proads-metric small{
  display:block;
  margin-top:8px;
  color:var(--proads-muted);
  line-height:1.45;
}

.abm-proads-placement-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

.abm-proads-placement-card,
.abm-proads-objective-card,
.abm-proads-social-grid article,
.abm-proads-offer{
  border:1px solid rgba(15,39,64,.1);
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,39,64,.05);
}

.abm-proads-placement-card{
  padding:14px;
  min-width:0;
}

.abm-proads-placement-card h3,
.abm-proads-objective-card h3,
.abm-proads-offer h3{
  margin:12px 0 6px;
  color:var(--proads-navy);
  font-size:1rem;
  font-weight:950;
  letter-spacing:0;
}

.abm-proads-placement-card p,
.abm-proads-objective-card p,
.abm-proads-social-grid p,
.abm-proads-final-cta p{
  margin:0;
  color:var(--proads-muted);
  line-height:1.55;
}

.abm-proads-placement-card small{
  display:block;
  margin-top:10px;
  color:#475569;
  line-height:1.45;
}

.abm-proads-preview{
  min-height:118px;
  display:grid;
  gap:8px;
  padding:12px;
  border-radius:16px;
  background:#F1F5F9;
  border:1px solid #E2E8F0;
}

.abm-proads-preview span{
  display:block;
  border-radius:10px;
  background:#fff;
  border:1px solid rgba(15,39,64,.08);
}

.abm-proads-preview--home{
  grid-template-columns:1fr;
}

.abm-proads-preview--home span:first-child{
  background:linear-gradient(135deg,var(--proads-navy),#16446f);
}

.abm-proads-preview--listing{
  grid-template-columns:repeat(2,1fr);
}

.abm-proads-preview--listing span:nth-child(2){
  background:#FEF3C7;
}

.abm-proads-preview--events,
.abm-proads-preview--business,
.abm-proads-preview--search{
  grid-template-columns:1fr;
}

.abm-proads-preview--events span:nth-child(2),
.abm-proads-preview--business span:nth-child(1),
.abm-proads-preview--search span:nth-child(3){
  background:#DBEAFE;
}

.abm-proads-objective-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.abm-proads-objective-card{
  position:relative;
  padding:18px;
}

.abm-proads-objective-card > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:999px;
  background:#FFF7D6;
  color:#8A5A00;
  font-weight:950;
}

.abm-proads-objective-card a{
  display:inline-flex;
  margin-top:14px;
  color:var(--proads-navy);
  font-weight:900;
  text-decoration:none;
}

.abm-proads-objective-card a:hover{
  text-decoration:underline;
}

.abm-proads-social{
  background:linear-gradient(180deg,#fff,#F8FAFC);
}

.abm-proads-social-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.abm-proads-social-grid article{
  padding:18px;
}

.abm-proads-social-grid strong{
  display:block;
  margin-bottom:8px;
  color:var(--proads-navy);
  font-weight:950;
}

.abm-proads-offer-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  align-items:stretch;
}

.abm-proads-offer{
  position:relative;
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

.abm-proads-offer.is-recommended{
  border-color:rgba(245,179,1,.55);
  box-shadow:0 18px 36px rgba(245,179,1,.16);
}

.abm-proads-recommended{
  position:absolute;
  top:14px;
  right:14px;
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#FFF2BF;
  color:#7A4F00;
  font-size:.78rem;
  font-weight:950;
}

.abm-proads-offer-head span{
  display:block;
  color:var(--proads-amber-strong);
  font-size:.82rem;
  font-weight:950;
}

.abm-proads-offer-head strong{
  display:block;
  color:var(--proads-navy);
  font-size:1.42rem;
  line-height:1.1;
}

.abm-proads-offer-head small{
  display:block;
  margin-top:6px;
  color:var(--proads-muted);
}

.abm-proads-offer-specs{
  display:grid;
  gap:8px;
  margin:0;
}

.abm-proads-offer-specs div{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:10px;
  padding:9px 0;
  border-bottom:1px solid #EDF2F7;
}

.abm-proads-offer-specs dt{
  margin:0;
  color:var(--proads-muted);
  font-size:.82rem;
  font-weight:850;
}

.abm-proads-offer-specs dd{
  margin:0;
  color:var(--proads-ink);
  font-weight:850;
}

.abm-proads-feature-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}

.abm-proads-feature-list li{
  position:relative;
  padding-left:18px;
  color:#334155;
  line-height:1.45;
}

.abm-proads-feature-list li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--proads-success);
}

.abm-proads-offer-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:auto;
}

.abm-proads-faq{
  display:grid;
  gap:10px;
}

.abm-proads-faq .accordion-item{
  overflow:hidden;
  border:1px solid var(--proads-border);
  border-radius:16px;
  background:#fff;
}

.abm-proads-faq .accordion-button{
  min-height:56px;
  color:var(--proads-navy);
  font-weight:900;
  letter-spacing:0;
  box-shadow:none;
}

.abm-proads-faq .accordion-button:not(.collapsed){
  background:#F8FAFC;
  color:var(--proads-navy);
}

.abm-proads-faq .accordion-body{
  color:var(--proads-muted);
  line-height:1.6;
}

.abm-proads-final-cta{
  margin-top:18px;
  padding:28px;
  text-align:center;
  border:1px solid rgba(15,39,64,.12);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--proads-shadow);
}

.abm-proads-final-cta h2{
  margin:0;
  color:var(--proads-navy);
  font-size:1.86rem;
  line-height:1.15;
  font-weight:950;
}

.abm-proads-final-cta p{
  max-width:680px;
  margin:10px auto 0;
}

.abm-proads-mobile-cta{
  position:fixed;
  left:12px;
  right:12px;
  bottom:12px;
  z-index:1040;
  display:none;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:8px;
  border:1px solid rgba(15,39,64,.12);
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 18px 40px rgba(15,39,64,.16);
  backdrop-filter:blur(10px);
}

.abm-proads-mobile-cta .abm-btn{
  min-height:44px;
}

@media (max-width:1100px){
  .abm-proads-hero{
    grid-template-columns:1fr;
    min-height:0;
  }

  .abm-proads-hero-proof{
    align-self:auto;
  }

  .abm-proads-metrics,
  .abm-proads-objective-grid,
  .abm-proads-social-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .abm-proads-placement-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:860px){
  .abm-proads-page{
    padding:14px 0 84px;
  }

  .abm-proads-hero{
    padding:28px 20px;
    border-radius:20px;
  }

  .abm-proads-hero h1{
    font-size:2.08rem;
  }

  .abm-proads-lead{
    font-size:1rem;
  }

  .abm-proads-actions .abm-btn,
  .abm-proads-offer-actions .abm-btn{
    width:100%;
  }

  .abm-proads-metrics,
  .abm-proads-placement-grid,
  .abm-proads-objective-grid,
  .abm-proads-social-grid,
  .abm-proads-offer-grid{
    grid-template-columns:1fr;
  }

  .abm-proads-section,
  .abm-proads-final-cta{
    padding:18px;
    border-radius:20px;
  }

  .abm-proads-section-head h2,
  .abm-proads-final-cta h2{
    font-size:1.45rem;
  }

  .abm-proads-mobile-cta{
    display:grid;
  }
}

@media (max-width:560px){
  .abm-proads-hero{
    padding:24px 16px;
  }

  .abm-proads-hero h1{
    font-size:1.82rem;
  }

  .abm-proads-benefits span,
  .abm-proads-trust-strip span{
    width:100%;
  }

  .abm-proads-mini-funnel{
    grid-template-columns:1fr;
  }

  .abm-proads-offer-specs div{
    grid-template-columns:1fr;
    gap:3px;
  }
}
