/* ================================================================
   QUALZY FOR — Hub Page
   /for/index.html
   ================================================================ */


/* ── HERO
   ---------------------------------------------------------------- */
.fh-hero {
  position: relative;
  background: var(--dk);
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 100px;
  text-align: center;
}

.fh-hero-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.fh-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}

.fh-hero-inner .ey {
  margin-bottom: 28px;
}

.fh-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5.5vw, 68px);
  font-weight: 900;
  line-height: 1.08;
  color: #fff;
  margin-bottom: 28px;
}

.fh-hero h1 em {
  color: var(--o);
  font-style: italic;
}

.fh-hero-sub {
  font-size: 18px;
  font-weight: 300;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  max-width: 620px;
  margin: 0 auto;
}


/* ── PERSONA CARDS GRID
   ---------------------------------------------------------------- */
.fh-cards {
  padding: 100px 0;
  background: var(--wh);
}

.fh-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--rule);
  border: 1px solid var(--rule);
  border-radius: 16px;
  overflow: hidden;
}

.fh-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 48px 44px;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
  position: relative;
}

.fh-card:hover {
  background: var(--op);
}

.fh-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--op);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: background 0.2s ease;
}

.fh-card:hover .fh-card-icon {
  background: rgba(232,97,44,0.18);
}

.fh-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--o);
}

.fh-card-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--o);
  margin-bottom: 10px;
}

.fh-card h2 {
  font-family: var(--font-display);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 900;
  color: var(--dk);
  line-height: 1.2;
  margin-bottom: 14px;
}

.fh-card p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.7;
  flex: 1;
  margin-bottom: 28px;
}

.fh-card-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.fh-card-bullets li {
  font-size: 13.5px;
  color: var(--mid);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.fh-card-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--o);
  opacity: 0.6;
}

.fh-card-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--o);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.fh-card-link-arr {
  transition: transform 0.2s ease;
  display: inline-block;
}

.fh-card:hover .fh-card-link-arr {
  transform: translateX(4px);
}


/* ── SHARED PLATFORM STRIP
   ---------------------------------------------------------------- */
.fh-shared {
  background: var(--d2);
  padding: 100px 0;
}

.fh-shared-hd {
  text-align: center;
  margin-bottom: 60px;
}

.fh-shared-hd h2 {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}

.fh-shared-hd p {
  font-size: 16px;
  color: rgba(255,255,255,0.55);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

.fh-shared-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  overflow: hidden;
}

.fh-shared-item {
  background: var(--d2);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fh-shared-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(232,97,44,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fh-shared-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--o);
}

.fh-shared-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.fh-shared-item p {
  font-size: 13.5px;
  color: rgba(255,255,255,0.5);
  line-height: 1.65;
}


/* ── QUOTE STRIP
   ---------------------------------------------------------------- */
.fh-quotes {
  background: var(--wh);
  padding: 100px 0;
}

.fh-quotes-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.fh-quote-card {
  background: #fff;
  border: 1px solid var(--rule);
  border-radius: 12px;
  padding: 36px;
}

.fh-quote-card blockquote {
  font-size: 16px;
  line-height: 1.75;
  color: var(--dk);
  font-style: italic;
  margin: 0 0 20px;
}

.fh-quote-card blockquote::before {
  content: '\201C';
  font-family: var(--font-display);
  font-size: 48px;
  color: var(--o);
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 4px;
}

.fh-quote-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.fh-quote-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--dk);
}

.fh-quote-role {
  font-size: 13px;
  color: var(--mid);
}

.fh-quote-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--o);
  background: var(--op);
  border-radius: 100px;
  padding: 3px 10px;
}


/* ── RESPONSIVE
   ---------------------------------------------------------------- */
@media (max-width: 900px) {
  .fh-grid {
    grid-template-columns: 1fr;
  }
  .fh-shared-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .fh-hero {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .fh-cards,
  .fh-shared,
  .fh-quotes {
    padding: 64px 0;
  }
  .fh-card {
    padding: 36px 28px;
  }
  .fh-shared-grid {
    grid-template-columns: 1fr;
  }
  .fh-quotes-grid {
    grid-template-columns: 1fr;
  }
  .fh-shared-item {
    padding: 28px 24px;
  }
}
