/* ═══════════════════════════════════════════════════════════
   ADS LANDING PAGES — dedicated stylesheet
   Used only by the 4 Google Ads landing pages (experiential-marketing-rm,
   cpg-product-sampling-agency-rfp, experiential-marketing-rfp-v,
   thank-you-pages/cpg-sampling-rfp-typ). Not part of the main site chrome.
   ═══════════════════════════════════════════════════════════ */

.ads-body { overflow-x: clip; }

/* ── Hero ─────────────────────────────────────────────────── */
.alb-hero {
  background-color: #1a2744;
  padding: 24px 40px;
  position: relative;
  overflow: hidden;
}
.alb-hero-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 72px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
.alb-hero-copy { flex: 1; max-width: 55%; position: relative; z-index: 2; }
.alb-hero-logo { width: 190px; margin-bottom: 40px; display: block; }
.alb-eyebrow {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 500;
}
.alb-hero-h1 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
}
.alb-hero-sub { color: rgba(255,255,255,.8); margin: 0 0 8px; font-size: 22px; line-height: 1.75; }
.alb-hero-sub:last-of-type { margin-bottom: 0; }
.alb-cta-row { width: 100%; margin-top: 14px; }
.alb-btn-primary {
  color: #fff;
  text-align: center;
  background-color: #e05a8a;
  border-radius: 6px;
  width: 100%;
  padding: 12px 26px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: none;
  display: block;
}
/* Sits outside .alb-hero-copy on purpose: keeping it out of that column's flow
   means the hero photo (which stretches to match the copy column's height)
   bottom-aligns with the pink button instead of this link. The flex split
   below (flex:1/max-width:55% + flex:1 spacer, same gap as .alb-hero-inner)
   mirrors the hero row so the link centers under the copy column/button. */
.alb-hero-explore-wrap { display: flex; max-width: 1100px; margin: 14px auto 0; gap: 72px; position: relative; z-index: 2; }
.alb-hero-explore-col { flex: 1; max-width: 55%; text-align: center; }
.alb-hero-explore-spacer { flex: 1; }
.alb-btn-ghost {
  color: #8898bb;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}
.alb-hero-img-placeholder {
  background-color: #253560;
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
  flex: 1;
  align-self: stretch;
  margin-top: 113px; /* lines the top edge up with the H1, past the logo + eyebrow; stretch fills down to the button */
  display: block;
}
.alb-hero-img-exp { background-image: url('https://cdn.alittle-bird.com/images/ads/hero-exp.webp'); background-position: 50%; }
.alb-hero-img-cpg { background-image: url('https://cdn.alittle-bird.com/images/ads/hero-cpg.webp'); }
.alb-hero-img-video { display: none; }

.alb-video-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.alb-video-bg iframe {
  position: absolute; top: 50%; left: 50%;
  width: 133.33vh; min-width: 100%;
  height: 75vw; min-height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}
.alb-video-overlay { position: absolute; inset: 0; background: rgba(0,0,0,.65); z-index: 1; pointer-events: none; }

@media screen and (min-width: 1440px) {
  .alb-hero { padding-left: 80px; padding-right: 80px; }
  .alb-hero-inner { max-width: 1400px; }
  .alb-hero-copy { max-width: 45%; }
  .alb-hero-explore-wrap { max-width: 1400px; }
  .alb-hero-explore-col { max-width: 45%; }
}
@media screen and (min-width: 1920px) {
  .alb-hero { padding-left: 120px; padding-right: 120px; }
  .alb-hero-inner { max-width: 1600px; }
  .alb-hero-explore-wrap { max-width: 1600px; }
}
@media screen and (max-width: 991px) {
  .alb-hero-inner { flex-direction: column; }
  .alb-hero-copy { max-width: 100%; }
  .alb-hero-h1 { font-size: 30px; }
  .alb-hero-img-placeholder { width: 100%; min-height: 380px; margin-top: 24px; }
  .alb-hero-explore-wrap { max-width: 100%; }
  .alb-hero-explore-col { max-width: 100%; }
  .alb-hero-explore-spacer { display: none; }
}
@media screen and (max-width: 767px) {
  .alb-hero-img-placeholder { min-height: 320px; }
}
@media screen and (max-width: 479px) {
  .alb-hero-img-placeholder { min-height: 280px; }
  .alb-cta-row { gap: 14px; }
}

/* ── Client logo marquee ──────────────────────────────────── */
.alb-logo-band-2 { background-color: #fff; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; padding: 22px 0; overflow: hidden; }
.alb-logo-band-2-title { color: var(--navy); text-align: center; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; font-size: 20px; font-weight: 600; }
.alb-carousel-track-wrap-2 { width: 100%; overflow: hidden; }
.alb-carousel-track-2 {
  display: flex;
  align-items: center;
  gap: 56px 73px;
  width: max-content;
  animation: alb-scroll-2 28s linear infinite;
}
.alb-carousel-logo-2 { opacity: .65; filter: grayscale(1); object-fit: contain; flex-shrink: 0; width: auto; height: 65px; transition: opacity .2s, filter .2s; }
@keyframes alb-scroll-2 { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@media screen and (max-width: 767px) {
  .alb-carousel-logo-2 { height: 44px; }
}

/* ── Old model / New model compare ───────────────────────── */
.alb-v11-wrap { background-color: var(--navy); width: 100%; padding: 72px 40px; }
.alb-v11-header { text-align: center; margin-bottom: 48px; }
.alb-v11-h2 { color: #fff; text-align: center; margin: 20px 0 16px; padding: 20px 0; font-size: 36px; font-weight: 700; line-height: 1.2; }
.alb-v11-sub { color: rgba(255,255,255,.8); text-align: center; max-width: 1000px; margin: 0 auto; font-size: 22px; line-height: 1.75; }
.alb-v11-cards { display: flex; gap: 24px; max-width: 1100px; margin: 0 auto; }
.alb-v11-card {
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  flex: 1;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.alb-v11-card.alb-v11-old { background-image: url('https://cdn.alittle-bird.com/images/ads/compare-old.webp'); }
.alb-v11-card.alb-v11-new { background-image: url('https://cdn.alittle-bird.com/images/ads/compare-new.webp'); }
.alb-v11-overlay { position: absolute; inset: 0; }
.alb-v11-dark { background-image: linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.95) 100%); }
.alb-v11-pink { background-image: linear-gradient(rgba(232,64,138,.15) 0%, rgba(232,64,138,.6) 50%, rgba(232,64,138,.97) 100%); }
.alb-v11-content { padding: 36px 32px; position: absolute; bottom: 0; left: 0; right: 0; }
.alb-v11-title { color: var(--white); margin: 0 0 20px; font-size: 34px; font-weight: 700; }
.alb-v11-rows { display: flex; flex-direction: column; gap: 14px; }
.alb-v11-row { display: flex; align-items: center; gap: 10px; color: #faea4c; font-size: 20px; font-weight: 400; line-height: 1.3; }
.alb-v11-x { color: #ff6b6b; min-width: 18px; font-size: 16px; font-weight: 700; }
.alb-v11-check { min-width: 18px; color: var(--navy); font-size: 16px; font-weight: 700; }
@media screen and (min-width: 1440px) {
  .alb-v11-wrap { padding-left: 80px; padding-right: 80px; }
  .alb-v11-h2 { max-width: none; }
  .alb-v11-cards { max-width: 1400px; }
  .alb-v11-card.alb-v11-new { background-image: url('https://cdn.alittle-bird.com/images/ads/compare-new-wide.webp'); }
}
@media screen and (min-width: 1920px) {
  .alb-v11-wrap { padding-left: 120px; padding-right: 120px; }
  .alb-v11-cards { max-width: 1600px; }
}
@media screen and (max-width: 991px) {
  .alb-v11-wrap { padding: 0 24px 60px; }
  .alb-v11-cards { flex-direction: column; }
  .alb-v11-card { min-height: 360px; }
}
@media screen and (max-width: 479px) {
  .alb-v11-wrap { padding: 0 16px 48px; }
  .alb-v11-cards { margin-top: 0; }
  .alb-v11-card { min-height: 300px; }
  .alb-v11-content { margin-top: 20px; padding: 24px 20px; }
  .alb-v11-title { font-size: 18px; }
  .alb-v11-row { font-size: 16px; }
}

/* ── Pillars (This Isn't Just Event Marketing) ───────────── */
.alb-svc-v6 { background-color: #fff; width: 100%; padding: 72px 0; }
.alb-svc-v6-inner { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.alb-svc-v6-h2 { color: var(--navy); text-align: center; margin: 20px 0 10px; padding-bottom: 40px; font-size: 36px; font-weight: 700; }
.alb-svc-v6-sub { max-width: 1000px; color: var(--navy); text-align: center; margin: 0 auto 40px; font-size: 22px; line-height: 1.75; }
.alb-svc-v6-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; text-align: left; max-width: 1100px; margin: 0 auto; }
.alb-svc-v6-card { background-color: #2d3a6e; border: 1px solid #3a4e7a; border-radius: 10px; padding: 24px; overflow: hidden; }
.alb-svc-v6-img-real { object-fit: cover; border-radius: 6px; width: 100%; height: 180px; margin-bottom: 16px; display: block; }
.alb-svc-img-card1 { object-position: 50% 30%; }
.alb-svc-v6-name { color: #fff; margin-bottom: 12px; font-size: 24px; font-weight: 700; line-height: 1.05; }
.alb-svc-v6-desc { color: #fff; margin-bottom: 12px; font-size: 18px; font-weight: 400; line-height: 1.65; }
.alb-svc-v6-stat { color: #faea4c; font-size: 18px; font-style: italic; line-height: 1.65; }
@media screen and (min-width: 1440px) {
  .alb-svc-v6 { padding-left: 80px; padding-right: 80px; }
  .alb-svc-v6-inner, .alb-svc-v6-grid { max-width: 1400px; }
}
@media screen and (min-width: 1920px) {
  .alb-svc-v6 { padding-left: 120px; padding-right: 120px; }
  .alb-svc-v6-inner, .alb-svc-v6-grid { max-width: 1600px; }
}
@media screen and (max-width: 991px) {
  .alb-svc-v6-grid { grid-template-columns: 1fr; }
}

/* ── Partnership CTA (sits at the bottom of the navy phones section) ── */
.alb-partnership-cta-wrap {
  background: var(--navy);
  text-align: center;
  padding: 0 24px 56px;
}
.alb-partnership-cta-wrap .alb-partnership-cta-btn {
  display: inline-block;
  width: auto;
}

/* ── How We Work (3-step) ────────────────────────────────── */
.alb-steps-overview { padding: 72px 40px; }
.alb-steps-heading { text-align: center; color: var(--navy); font-size: 36px; font-weight: 600; margin-bottom: 0; }
.alb-steps-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 50px 30px; max-width: 1000px; margin: 50px auto 0; }
.alb-step-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.alb-step-icon { width: 80px; height: 80px; object-fit: contain; margin-bottom: 16px; }
.alb-step-title { font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 12px; }
.alb-step-text { color: #555; font-size: 16px; line-height: 1.6; }
@media screen and (max-width: 767px) {
  .alb-steps-grid { grid-template-columns: 1fr; }
}

/* ── Why Brands Choose A Little Bird ─────────────────────── */
.alb-why {
  background-color: #f5f4f0;
  background-image: url('https://cdn.alittle-bird.com/images/ads/why-bg-base.webp');
  background-size: cover;
  width: 100%;
  padding: 72px 0;
}
.alb-why-inner { text-align: left; width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 40px; }
.alb-why-h2 { color: var(--navy); font-size: 34px; font-weight: 700; margin-bottom: 32px; }
.alb-why-h2--light { color: var(--white); }
.alb-why-cards { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 460px; margin: 0; }
.alb-why-card { text-align: left; background-color: var(--navy); border-radius: 10px; padding: 24px 28px; }
.alb-why-title { color: #faea4c; margin-bottom: 10px; font-size: 20px; font-weight: 700; line-height: 1.25; }
.alb-why-body { color: #fcfafa; font-size: 16px; line-height: 1.65; }
@media screen and (min-width: 1440px) {
  .alb-why { background-image: url('https://cdn.alittle-bird.com/images/ads/why-bg-wide.webp'); padding-left: 80px; padding-right: 80px; }
  .alb-why-inner { max-width: 1400px; }
}
@media screen and (min-width: 1920px) {
  .alb-why { padding-left: 120px; padding-right: 120px; }
  .alb-why-inner { max-width: 1600px; }
}
@media screen and (max-width: 767px) {
  .alb-why-cards { max-width: 100%; }
}
@media screen and (max-width: 479px) {
  .alb-why { background-image: url('https://cdn.alittle-bird.com/images/ads/why-bg-mobile.webp'); }
}

/* ── Testimonial slider ───────────────────────────────────── */
.testi-sec { padding-top: 100px; padding-bottom: 60px; }
.testi-sec-heading { text-align: center; color: var(--navy); font-size: 36px; font-weight: 600; margin: 0 auto 40px; max-width: 1140px; }
.testi-slider-wrap { max-width: 1600px; margin: 0 auto; padding: 0 60px; position: relative; }
.testi-slider { overflow: hidden; }
.testi-track { display: flex; gap: 20px; transition: transform .5s ease; }
.testi-box { text-align: center; flex: 0 0 calc(33.333% - 14px); }
@media screen and (max-width: 1024px) { .testi-box { flex-basis: calc(50% - 10px); } }
@media screen and (max-width: 600px) { .testi-box { flex-basis: 100%; } }
.testi-content { background-color: #fff; border-radius: 20px; padding: 30px 15px; margin-bottom: 30px; box-shadow: 0 4px 24px rgba(0,0,0,.06); min-height: 200px; }
.testi-quote { color: #333; font-size: 16px; font-style: italic; line-height: 1.75; }
.testi-footer { display: flex; align-items: center; gap: 11px; padding-left: 20px; }
.hear-testi-img { object-fit: cover; border-radius: 50%; width: 81px; height: 81px; }
.testi-name { color: var(--navy); margin: 0; font-size: 16px; font-weight: 500; }
.testi-position { color: #555; margin: 0; font-size: 16px; font-weight: 400; }
.testi-prev, .testi-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%; border: 1px solid #ddd; background: #fff;
  color: var(--navy); font-size: 18px; cursor: pointer; z-index: 2;
}
.testi-prev { left: 0; }
.testi-next { right: 0; }
@media screen and (max-width: 991px) {
  .testi-sec-heading { font-size: 32px; }
}
@media screen and (max-width: 767px) {
  .testi-sec-heading { font-size: 24px; }
  .hear-testi-img { width: 60px; height: 60px; }
  .testi-slider-wrap { padding: 0 44px; }
}

/* ── Bottom CTA (Let's Build Something People Remember) ──── */
.alb-lgtw {
  background-color: #e05a8a;
  background-image: url('https://cdn.alittle-bird.com/images/ads/cta-bg.webp');
  background-size: cover;
  background-position: center 25%;
  min-height: 420px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.alb-lgtw-overlay { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.3) 38%, rgba(0,0,0,0) 60%); z-index: 0; }
.alb-lgtw-inner { position: relative; z-index: 1; max-width: 460px; margin: 0; padding: 80px 40px; text-align: left; }
.alb-lgtw-h2 { color: #fff; margin: 0 0 32px; font-size: 40px; font-weight: 700; line-height: 1.1; }
.alb-lgtw-btn {
  color: var(--navy);
  background-color: #fff;
  border-radius: 6px;
  padding: 16px 36px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 1440px) {
  .alb-lgtw-inner { padding-left: 80px; }
}
@media screen and (min-width: 1920px) {
  .alb-lgtw-inner { padding-left: 120px; }
}
@media screen and (max-width: 767px) {
  .alb-lgtw-h2 { font-size: 30px; }
}

/* ── FAQ ──────────────────────────────────────────────────── */
.alb-faq { background-color: #f5f4f0; padding: 72px 40px; }
.alb-faq-inner { max-width: 900px; margin: 0 auto; }
.alb-faq-heading { text-align: center; color: var(--navy); font-size: 30px; font-weight: 700; margin-bottom: 20px; }
.alb-faq-item { border-bottom: 1px solid #ddd; padding: 18px 0; }
.alb-faq-q { color: #111; margin-bottom: 8px; font-size: 20px; font-weight: 700; }
.alb-faq-a { color: #666; font-size: 17px; line-height: 1.75; }
@media screen and (min-width: 1440px) {
  .alb-faq { padding-left: 120px; padding-right: 120px; }
  .alb-faq-inner { max-width: 1100px; }
}

/* ── Lead modal ───────────────────────────────────────────── */
.alb-modal-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: rgba(0,0,0,.55);
  align-items: center;
  justify-content: center;
}
.alb-modal-backdrop.is-open { display: flex; }
.alb-modal-box { background-color: var(--white); border-radius: 16px; width: 92%; max-width: 560px; padding: 48px 40px 40px; position: relative; }
.alb-modal-close { color: #888; cursor: pointer; font-size: 28px; position: absolute; top: 14px; right: 18px; line-height: 1; background: none; border: none; }
.alb-modal-box h3 { font-family: var(--font-serif); color: var(--navy); margin-bottom: 20px; }
.alb-modal-box input, .alb-modal-box textarea {
  width: 100%; padding: 12px; margin-bottom: 12px;
  border: 1px solid #ddd; border-radius: 6px; font-family: inherit; font-size: 15px;
}
.alb-modal-box textarea { height: 100px; resize: vertical; }
.alb-modal-box button[type="submit"] {
  width: 100%; padding: 14px; background: #e05a8a; color: #fff;
  border: none; border-radius: 6px; font-size: 16px; font-weight: 600; cursor: pointer;
}

/* ── Thank-you page hero ──────────────────────────────────── */
.alb-typ-hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background-color: #6e728c; }
.alb-typ-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.alb-typ-hero::before { content: ''; position: absolute; inset: 0; background: rgba(33,39,78,.65); z-index: 1; }
.alb-typ-hero-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 60px 40px; text-align: center; }
.alb-typ-hero-logo { height: 40px; width: auto; margin: 0 auto 32px; display: block; }
.alb-typ-hero-inner h1 { color: #fff; font-size: 42px; font-weight: 700; margin-bottom: 20px; }
.alb-typ-hero-inner p { color: #fff; font-size: 20px; line-height: 1.6; margin: 0 0 8px; }
@media screen and (max-width: 767px) {
  .alb-typ-hero-inner h1 { font-size: 30px; }
  .alb-typ-hero-inner p { font-size: 18px; }
}

.alb-typ-logo-band { padding: 40px 20px; overflow: hidden; }
.alb-typ-logo-band img { height: 48px; object-fit: contain; margin: 0 24px; opacity: .7; }
