/* ============================================================
   Incor Hub — Marketing website UI kit styles
   Layout/section chrome only. Components bring their own styles.
   ============================================================ */

.ih-site {
  font-family: var(--font-sans);
  color: var(--text-body);
  background: var(--surface-page);
}
.ih-container { width: 100%; max-width: var(--container-xl); margin: 0 auto; padding-inline: var(--gutter); }

/* ---- Section heads ---- */
.ih-section-head { max-width: 56ch; margin-bottom: var(--space-7); }
.ih-section-head--center { margin-inline: auto; text-align: center; }
.ih-section-head h2 { font-size: var(--text-2xl); font-weight: var(--weight-semibold); color: var(--text-strong); margin: var(--space-3) 0 var(--space-3); letter-spacing: var(--tracking-tight); }
.ih-section-head p { font-size: var(--text-md); color: var(--text-muted); line-height: var(--leading-body); }
.ih-section-head--inverse h2 { color: #fff; }
.ih-section-head--inverse p { color: var(--text-on-pine-muted); }

/* ============================================================
   Header
   ============================================================ */
.ih-site-header { position: sticky; top: 0; z-index: var(--z-sticky); transition: background var(--dur-base) var(--ease-standard), box-shadow var(--dur-base) var(--ease-standard), border-color var(--dur-base); border-bottom: 1px solid transparent; }
.ih-site-header.is-scrolled { background: color-mix(in srgb, var(--paper-100) 88%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom-color: var(--border-hairline); box-shadow: var(--shadow-xs); }
.ih-site-header__inner { display: flex; align-items: center; gap: var(--space-6); width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: var(--space-3) var(--gutter); }
.ih-brand { display: inline-flex; }
.ih-brand img { height: 54px; width: auto; display: block; }
.ih-nav { display: flex; gap: var(--space-5); margin-left: var(--space-4); }
.ih-nav a { font-size: var(--text-sm); font-weight: var(--weight-medium); color: var(--text-body); padding: 0.4rem 0; position: relative; }
.ih-nav a:hover { color: var(--text-brand); }
.ih-header-cta { display: flex; align-items: center; gap: var(--space-4); margin-left: auto; }
.ih-header-phone { display: inline-flex; align-items: center; gap: 0.45rem; font-family: var(--font-mono); font-size: var(--text-xs); font-weight: 500; color: var(--text-body); letter-spacing: 0.01em; }
.ih-header-phone span { color: var(--brass-600); display: inline-flex; }
.ih-burger { display: none; appearance: none; border: 1px solid var(--border-default); background: var(--paper-0); color: var(--text-strong); border-radius: var(--radius-sm); padding: 0.4rem; cursor: pointer; margin-left: auto; }
.ih-mobile-nav { display: none; flex-direction: column; gap: var(--space-2); padding: var(--space-4) var(--gutter) var(--space-5); background: var(--paper-50); border-bottom: 1px solid var(--border-hairline); }
.ih-mobile-nav a { padding: var(--space-3) 0; font-weight: 600; color: var(--text-strong); border-bottom: 1px solid var(--border-hairline); }

/* ============================================================
   Hero
   ============================================================ */
.ih-hero { position: relative; background: var(--pine-800); color: var(--text-on-pine); overflow: hidden; }
.ih-hero__bg { position: absolute; inset: 0; background:
    radial-gradient(120% 90% at 85% -10%, rgba(189,151,66,0.20), transparent 60%),
    linear-gradient(180deg, var(--pine-700) 0%, var(--pine-800) 45%, var(--pine-900) 100%); }
.ih-hero__inner { position: relative; display: grid; grid-template-columns: 1.15fr 0.85fr; gap: var(--space-9); align-items: center; width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: clamp(3rem, 7vw, 6rem) var(--gutter); }
.ih-hero__eyebrow { color: var(--brass-400); }
.ih-hero__title { font-size: clamp(2.4rem, 5vw, var(--text-4xl)); line-height: 1.06; color: #fff; margin: var(--space-4) 0 var(--space-5); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-tight); }
.ih-hero__lead { font-size: var(--text-md); line-height: var(--leading-body); color: var(--text-on-pine); max-width: 48ch; margin-bottom: var(--space-6); opacity: 0.92; }
.ih-hero__actions { display: flex; gap: var(--space-3); flex-wrap: wrap; }
.ih-hero__actions .ih-btn--secondary { background: transparent; color: #fff; border-color: rgba(255,255,255,0.3); }
.ih-hero__actions .ih-btn--secondary:hover { background: rgba(255,255,255,0.08); }
.ih-hero__assure { display: flex; align-items: center; gap: 0.5rem; margin-top: var(--space-5); font-size: var(--text-sm); color: var(--text-on-pine-muted); }
.ih-hero__assure svg { color: var(--brass-400); flex: none; }

.ih-hero__card { background: var(--paper-0); color: var(--text-body); border-radius: var(--radius-xl); padding: var(--space-6); box-shadow: var(--shadow-xl); }
.ih-hero__card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: var(--space-4); }
.ih-hero__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-4); }
.ih-hero__list li { display: flex; gap: var(--space-3); align-items: flex-start; }
.ih-hero__list svg { color: var(--pine-700); flex: none; margin-top: 2px; }
.ih-hero__list strong { display: block; font-size: var(--text-sm); color: var(--text-strong); font-weight: var(--weight-semibold); }
.ih-hero__list span { font-size: var(--text-xs); color: var(--text-muted); }
.ih-hero__card-foot { display: flex; gap: var(--space-3); align-items: center; margin-top: var(--space-5); padding-top: var(--space-4); border-top: 1px solid var(--border-hairline); font-size: var(--text-xs); color: var(--text-muted); }
.ih-hero__card-foot svg { color: var(--brass-600); flex: none; }

/* ============================================================
   Credibility
   ============================================================ */
.ih-credibility { width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) var(--gutter); }
.ih-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); margin-top: var(--space-7); }
.ih-stat-row .ih-stat { align-items: center; text-align: center; }
.ih-stat-row .ih-stat__rule { margin-inline: auto; }

/* ============================================================
   Services
   ============================================================ */
.ih-services { width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) var(--gutter); }
.ih-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-5); }

/* ============================================================
   Process (dark)
   ============================================================ */
.ih-process { background: var(--pine-900); color: var(--text-on-pine); }
.ih-process__inner { width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) var(--gutter); }
.ih-steps { list-style: none; margin: var(--space-7) 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); }
.ih-step { position: relative; padding-top: var(--space-5); border-top: 2px solid rgba(176,136,60,0.4); }
.ih-step__n { font-family: var(--font-mono); font-size: var(--text-sm); color: var(--brass-400); font-weight: 600; letter-spacing: 0.05em; }
.ih-step h3 { font-size: var(--text-lg); color: #fff; margin: var(--space-3) 0 var(--space-2); font-weight: var(--weight-semibold); }
.ih-step p { font-size: var(--text-sm); color: var(--text-on-pine-muted); line-height: var(--leading-body); }

/* ============================================================
   Testimonial
   ============================================================ */
.ih-testimonial { background: var(--paper-200); }
.ih-testimonial__inner { width: 100%; max-width: var(--container-md); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) var(--gutter); text-align: center; }
.ih-testimonial__mark { display: inline-flex; color: var(--brass-500); margin-bottom: var(--space-4); }
.ih-testimonial__quote { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, var(--text-2xl)); line-height: 1.32; color: var(--text-strong); margin: 0 0 var(--space-6); font-weight: var(--weight-regular); letter-spacing: var(--tracking-tight); text-wrap: balance; }
.ih-testimonial__by { display: inline-flex; align-items: center; gap: var(--space-3); }
.ih-testimonial__by strong { display: block; font-size: var(--text-sm); color: var(--text-strong); }
.ih-testimonial__by span { font-size: var(--text-xs); color: var(--text-muted); }

/* ============================================================
   FAQ
   ============================================================ */
.ih-faq { width: 100%; max-width: var(--container-md); margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) var(--gutter); }

/* ============================================================
   Quote CTA
   ============================================================ */
.ih-quote { background: var(--pine-800); color: var(--text-on-pine); }
.ih-quote__inner { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: var(--space-9); align-items: center; width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: clamp(3.5rem, 7vw, 6rem) var(--gutter); }
.ih-quote__copy h2 { font-size: var(--text-2xl); color: #fff; margin: var(--space-3) 0; font-weight: var(--weight-semibold); letter-spacing: var(--tracking-tight); }
.ih-quote__copy p { font-size: var(--text-md); color: var(--text-on-pine-muted); line-height: var(--leading-body); margin-bottom: var(--space-5); }
.ih-quote__points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.ih-quote__points li { display: flex; align-items: center; gap: 0.6rem; font-size: var(--text-sm); color: var(--text-on-pine); }
.ih-quote__points svg { color: var(--brass-400); flex: none; }

.ih-quote__card { background: var(--paper-0); border-radius: var(--radius-xl); padding: var(--space-6); box-shadow: var(--shadow-xl); }
.ih-quote__card form { display: flex; flex-direction: column; gap: var(--space-4); }
.ih-quote__row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-4); }
.ih-quote__fine { font-size: var(--text-xs); color: var(--text-muted); margin: 0; line-height: var(--leading-body); }
.ih-quote__sent { text-align: center; padding: var(--space-5) var(--space-2); }
.ih-quote__sent-mark { display: inline-flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background: var(--success-100); color: var(--success-600); margin-bottom: var(--space-4); }
.ih-quote__sent h3 { font-size: var(--text-xl); color: var(--text-strong); margin-bottom: var(--space-2); font-weight: var(--weight-semibold); }
.ih-quote__sent p { font-size: var(--text-sm); color: var(--text-muted); margin-bottom: var(--space-5); line-height: var(--leading-body); }

/* ============================================================
   Footer
   ============================================================ */
.ih-foot { background: var(--pine-950); color: var(--text-on-pine-muted); }
.ih-foot__top { display: grid; grid-template-columns: 1fr 1.4fr; gap: var(--space-9); width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) var(--gutter) var(--space-8); }
.ih-foot__logo { width: 44px; height: auto; margin-bottom: var(--space-4); }
.ih-foot__lead h3 { font-size: var(--text-xl); color: #fff; margin-bottom: var(--space-3); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-tight); }
.ih-foot__lead p { font-size: var(--text-sm); margin-bottom: var(--space-5); max-width: 32ch; }
.ih-foot__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.ih-foot__col h4 { font-family: var(--font-sans); font-size: var(--text-xs); text-transform: uppercase; letter-spacing: var(--tracking-wider); color: var(--brass-400); margin-bottom: var(--space-4); font-weight: var(--weight-semibold); }
.ih-foot__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: var(--space-3); }
.ih-foot__col a { font-size: var(--text-sm); color: var(--text-on-pine-muted); }
.ih-foot__col a:hover { color: #fff; }
.ih-foot__bar { border-top: 1px solid rgba(255,255,255,0.08); width: 100%; max-width: var(--container-xl); margin: 0 auto; padding: var(--space-5) var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: var(--space-5); flex-wrap: wrap; }
.ih-foot__contact, .ih-foot__legal { display: flex; align-items: center; gap: var(--space-5); flex-wrap: wrap; }
.ih-foot__contact span, .ih-foot__legal span { display: inline-flex; align-items: center; gap: 0.4rem; font-size: var(--text-xs); }
.ih-foot__contact svg { color: var(--brass-500); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 920px) {
  .ih-nav, .ih-header-phone { display: none; }
  .ih-burger { display: inline-flex; }
  .ih-site-header.is-mobile-open .ih-mobile-nav, .ih-mobile-nav { display: flex; }
  .ih-hero__inner, .ih-quote__inner, .ih-foot__top { grid-template-columns: 1fr; }
  .ih-stat-row { grid-template-columns: repeat(2, 1fr); }
  .ih-service-grid { grid-template-columns: 1fr; }
  .ih-steps { grid-template-columns: 1fr 1fr; }
  .ih-quote__row { grid-template-columns: 1fr; }
  .ih-foot__cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .ih-stat-row, .ih-steps, .ih-foot__cols { grid-template-columns: 1fr; }
}
