/* Phase 2 homepage: concise, buyer-led and separate from internal pages. */
.home .f360-home { overflow: hidden; background: #fff; }
.home .f360-home .container { width: min(100% - 2.5rem, 1200px); margin-inline: auto; padding-inline: 0; }

.home .f360-home-hero { padding: clamp(7rem, 12vw, 11rem) 0 clamp(6rem, 10vw, 9rem); text-align: center; }
.home .f360-home-hero__inner { display: flex; flex-direction: column; align-items: center; }
.home .f360-home-hero h1 { max-width: 950px !important; margin: 0 auto 1.75rem; font-size: clamp(3.5rem, 7.5vw, 6.75rem); line-height: .96; letter-spacing: -.055em; }
.home .f360-home-hero__lead { max-width: 720px; margin: 0 auto; font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.75; }

.home .eyebrow { margin: 0 0 1.25rem; color: #1677d2; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.home .f360-home-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.25rem; }
.home .f360-home-actions--center { justify-content: center; }
.home .f360-home-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.4rem; border: 1px solid transparent; border-radius: 7px; font-weight: 600; line-height: 1.25; text-decoration: none; transition: background-color .18s ease, border-color .18s ease, transform .18s ease; }
.home .f360-home-button:hover { transform: translateY(-1px); }
.home .f360-home-button--primary { background: #1677d2; color: #fff; }
.home .f360-home-button--primary:hover { background: #0e62b6; color: #fff; }
.home .f360-home-button--secondary { border-color: #c8d8e6; background: #fff; color: #071b31; }
.home .f360-home-button--secondary:hover { border-color: #1677d2; color: #1677d2; }

.home .f360-home-section { padding: clamp(5.5rem, 9vw, 8.5rem) 0; background: #fff; border-top: 1px solid rgba(200, 216, 230, .55); }
.home .f360-home-heading { max-width: 780px; margin-bottom: clamp(2.75rem, 5vw, 4.5rem); }
.home .f360-home-heading--compact { margin-bottom: 2.5rem; }
.home .f360-home-heading h2, .home .f360-home-agency h2, .home .f360-home-final h2 { margin: 0 0 1.25rem; max-width: 900px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1.03; letter-spacing: -.04em; }
.home .f360-home-heading > p:last-child, .home .f360-home-summary, .home .f360-home-agency p, .home .f360-home-final__inner > p:not(.eyebrow) { max-width: 700px; font-size: 1.05rem; line-height: 1.75; }

.home .f360-home-pain__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid #c8d8e6; border-radius: 12px; background: #c8d8e6; }
.home .f360-home-pain__grid article { display: flex; align-items: center; gap: 1rem; min-height: 120px; padding: 1.6rem; background: #fff; }
.home .f360-home-pain__grid span, .home .f360-home-steps span { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 7px; background: #eaf4ff; color: #1677d2; font-size: .72rem; font-weight: 700; }
.home .f360-home-pain__grid h3, .home .f360-home-steps h3, .home .f360-home-audience-grid h3 { margin: 0; font-size: 1.12rem; line-height: 1.35; }
.home .f360-home-summary { margin: 2rem 0 0; }

.home .f360-home-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.home .f360-home-steps article, .home .f360-home-audience-grid article { padding: clamp(1.5rem, 2.5vw, 2rem); border: 1px solid #c8d8e6; border-radius: 12px; background: #fff; }
.home .f360-home-steps h3 { margin: 1.5rem 0 .65rem; }
.home .f360-home-steps p, .home .f360-home-audience-grid p { margin: 0; line-height: 1.7; }

.home .f360-home-audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.home .f360-home-audience-grid h3 { margin-bottom: .7rem; }
.home .f360-home-text-link { display: inline-flex; gap: .45rem; margin-top: 2rem; color: #1677d2; font-weight: 600; text-decoration: none; }

.home .f360-home-logo-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; border: 1px solid #c8d8e6; border-radius: 12px; }
.home .f360-home-logo-strip a { display: grid; place-items: center; min-height: 130px; padding: 1.5rem; border-right: 1px solid #c8d8e6; background: #fff; }
.home .f360-home-logo-strip a:last-child { border-right: 0; }
.home .f360-home-logo-strip img { width: 54px; height: 54px; object-fit: contain; }

.home .f360-home-agency { padding: clamp(2rem, 5vw, 4rem) 0 clamp(6rem, 9vw, 8rem); background: #fff; }
.home .f360-home-agency__panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: end; padding: clamp(2rem, 5vw, 4rem); border: 1px solid #c8d8e6; border-radius: 14px; background: #eaf4ff; }
.home .f360-home-agency h2 { margin-bottom: 0; font-size: clamp(2rem, 3.6vw, 3.25rem); }
.home .f360-home-agency .f360-home-text-link { margin-top: 1rem; }

.home .f360-home-final { padding: clamp(6rem, 10vw, 9rem) 0; background: linear-gradient(135deg, #071b31 0%, #1677d2 100%); color: #fff; text-align: center; }
.home .f360-home-final__inner { display: flex; flex-direction: column; align-items: center; }
.home .f360-home-final .eyebrow { color: #b8d9f6; }
.home .f360-home-final h2 { color: #fff !important; }
.home .f360-home-final p { margin-inline: auto; color: rgba(255,255,255,.82); }
.home .f360-home-button--light { background: #fff; color: #071b31; }
.home .f360-home-button--light:hover { background: #eaf4ff; color: #071b31; }
.home .f360-home-button--outline-light { border-color: rgba(255,255,255,.5); color: #fff; }
.home .f360-home-button--outline-light:hover { border-color: #fff; color: #fff; }

@media (max-width: 900px) {
  .home .f360-home-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home .f360-home-agency__panel { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 700px) {
  .home .f360-home .container { width: min(100% - 2rem, 1200px); }
  .home .f360-home-hero { padding: 5.5rem 0 5rem; text-align: left; }
  .home .f360-home-hero__inner { align-items: flex-start; }
  .home .f360-home-hero h1 { margin-inline: 0; font-size: clamp(3rem, 16vw, 4.75rem); }
  .home .f360-home-hero__lead { margin-inline: 0; }
  .home .f360-home-actions { width: 100%; }
  .home .f360-home-button { width: 100%; }
  .home .f360-home-pain__grid, .home .f360-home-steps, .home .f360-home-audience-grid, .home .f360-home-logo-strip { grid-template-columns: 1fr; }
  .home .f360-home-logo-strip a { min-height: 100px; border-right: 0; border-bottom: 1px solid #c8d8e6; }
  .home .f360-home-logo-strip a:last-child { border-bottom: 0; }
  .home .f360-home-final { text-align: left; }
  .home .f360-home-final__inner { align-items: flex-start; }
  .home .f360-home-final p { margin-inline: 0; }
}
