/* ============================================================
   Hosa AV — InfoComm 2026 · Hosa Pro Access Landing
   hosa-pro-access.css     |  v1.0.0
   (Based on the InfoComm 2026 post-show / contractor-pricing
    styles. Self-contained, prefix: .hpa-)
   ============================================================ */

:root {
  --red:       #CC2929;
  --charcoal:  #282829;
  --lime:      #DDEB2A;
  --white:     #ffffff;
  --off-white: #F5F3F0;
  --mid-gray:  #666666;
  --light-gray:#DDDDDD;
  --font-head: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Barlow', Arial, sans-serif;
  --max-w:     1140px;
  --section-pad: 4rem 1.5rem;
}

/* ── Reset ── */
.hpa-wrap * { box-sizing: border-box; margin: 0; padding: 0; }
.hpa-wrap { font-family: var(--font-body); color: var(--charcoal); background: var(--white); }
.hpa-wrap a { color: var(--red); text-decoration: none; }
.hpa-wrap a:hover { text-decoration: underline; }

/* ══ HERO (light, layered, with mascot) ════════════════════════════════════ */
.hpa-hero {
  position: relative;
  background: #E3E1DE;
  color: var(--charcoal);
  overflow: hidden;
  padding: 4.5rem 1.5rem;
  min-height: 480px;
  display: flex;
  align-items: center;
}

/* LAYER 2: mascot */
.hpa-hero-mascot {
  position: absolute;
  right: 4%;
  bottom: -20px;
  z-index: 5;
  width: clamp(333px, 44vw, 690px);
  pointer-events: none;
}
.hpa-hero-mascot img { display: block; width: 100%; height: auto; }

/* LAYER 3: content */
.hpa-hero-inner {
  position: relative;
  z-index: 10;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}
.hpa-hero-content {
  max-width: 580px;
  background: rgba(28,28,29,.64);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 1.85rem 2.1rem;
  border-radius: 4px;
  color: var(--white);
}
.hpa-eyebrow {
  font-family: var(--font-head);
  font-size: .9rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: .75rem;
}
.hpa-headline {
  font-family: var(--font-head);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
.hpa-accent { color: var(--lime); }
.hpa-subhead {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #dddddd;
  margin-bottom: 1.75rem;
  max-width: 540px;
}
.hpa-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.hpa-btn {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .85rem 2rem;
  border-radius: 2px;
  transition: opacity .15s ease;
  cursor: pointer;
}
.hpa-btn:hover { opacity: .88; text-decoration: none; }
.hpa-btn-primary   { background: var(--red);  color: var(--white); }
.hpa-btn-secondary { background: transparent; color: var(--white); border: 2px solid var(--white); }
/* ensure button label color wins over the global .hpa-wrap a link color */
.hpa-wrap a.hpa-btn-primary   { color: var(--white); }
.hpa-wrap a.hpa-btn-secondary { color: var(--white); }

/* ══ TRUST BAR ═════════════════════════════════════════════════════════════ */
.hpa-trust {
  background: var(--lime);
  padding: 1.5rem;
}
.hpa-trust-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.hpa-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: .5rem 2rem;
  text-align: center;
}
.hpa-trust-num {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--charcoal);
  text-transform: uppercase;
  line-height: 1;
}
.hpa-trust-lbl {
  font-size: .75rem;
  font-weight: 600;
  color: var(--charcoal);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-top: .2rem;
}
.hpa-trust-divider {
  width: 1px;
  height: 40px;
  background: rgba(40,40,41,.25);
  flex-shrink: 0;
}

/* ══ INTRO / WHAT IS PRO ACCESS ════════════════════════════════════════════ */
.hpa-intro {
  padding: var(--section-pad);
  background: var(--off-white);
}
.hpa-intro-inner {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.hpa-section-headline {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1.1;
}
.hpa-intro-body {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
}

/* ══ BENEFITS (what Pro Access gets you) ═══════════════════════════════════ */
.hpa-benefits {
  padding: var(--section-pad);
  background: var(--white);
}
.hpa-benefits-inner { max-width: var(--max-w); margin: 0 auto; }
.hpa-benefits .hpa-section-headline { text-align: center; }
.hpa-benefits-sub {
  font-size: 1rem;
  color: var(--mid-gray);
  margin-top: .6rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.hpa-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hpa-benefit-card {
  background: var(--off-white);
  border-top: 4px solid var(--red);
  padding: 1.75rem 1.5rem;
  border-radius: 0 0 3px 3px;
}
.hpa-benefit-title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: .6rem;
  line-height: 1.15;
}
.hpa-benefit-desc {
  font-size: .9rem;
  line-height: 1.6;
  color: #555;
}

/* ══ CONVERSION (single-column form) ═══════════════════════════════════════ */
.hpa-conversions {
  padding: var(--section-pad);
  background: var(--off-white);
}
.hpa-conversions-inner {
  max-width: 720px;
  margin: 0 auto;
}
.hpa-conv-col {
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  overflow: hidden;
  background: var(--white);
}
.hpa-conv-header {
  padding: 1.75rem 2rem;
}
.hpa-conv-header-red  { background: var(--red); color: var(--white); }
.hpa-conv-header-dark { background: var(--charcoal); color: var(--white); }
.hpa-conv-title {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: .6rem;
  line-height: 1.1;
}
.hpa-conv-desc {
  font-size: .92rem;
  line-height: 1.6;
  opacity: .9;
}
.hpa-conv-form-wrap { padding: 1.75rem 2rem; }

/* Direct contact block below the form */
.hpa-conv-direct {
  border-top: 1px solid var(--light-gray);
  padding: 1.25rem 2rem 1.75rem;
  text-align: center;
}
.hpa-conv-or {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--mid-gray);
  margin-bottom: .5rem;
}
.hpa-conv-contact {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}
.hpa-conv-contact a { color: var(--red); }

/* ══ FOOTER CTA BAR ════════════════════════════════════════════════════════ */
.hpa-footer-cta {
  background: var(--charcoal);
  padding: 2.5rem 1.5rem;
}
.hpa-footer-cta-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}
.hpa-footer-cta-head {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: .6rem;
}
.hpa-footer-cta-text {
  font-size: 1rem;
  color: #cfcfcf;
  line-height: 1.6;
  margin-bottom: 1.1rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.hpa-footer-cta-text strong { color: var(--lime); }
.hpa-footer-cta-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  flex-wrap: wrap;
  font-size: 1rem;
  color: var(--white);
  font-weight: 600;
}
.hpa-footer-cta-contact a { color: var(--lime); }
.hpa-footer-cta-contact span:nth-child(even) { color: #666; }

/* ══ RESPONSIVE ════════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .hpa-hero          { display: block; min-height: auto; padding: 3rem 1.25rem 0; }
  .hpa-hero-content  { max-width: none; }
  .hpa-hero-mascot   { position: static; width: 240px; margin: 1.25rem auto -4px; }
  .hpa-hero-ctas     { justify-content: flex-start; }
  .hpa-benefit-grid  { grid-template-columns: 1fr; }
  .hpa-trust-divider { display: none; }
  .hpa-trust-item    { padding: .5rem 1.25rem; }
}
@media (max-width: 540px) {
  .hpa-benefit-grid { grid-template-columns: 1fr; }
}
