/* Lead-generation layer — homepage corporate, quote, why-us, social proof slots */

.btn:focus-visible,
.header-phone:focus-visible,
.mobile-bar a:focus-visible {
  outline: 2px solid var(--color-gold);
  outline-offset: 3px;
}

.brand-mark { display: none; }
.brand-logo-tcc {
  display: block;
  height: 48px;
  width: auto;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 0 0 1px rgba(196, 163, 90, 0.45);
}
.brand-logo-tfc { display: none; }
.footer-logo-tcc {
  display: block;
  height: 108px;
  width: auto;
  border-radius: 12px;
  border: 1px solid rgba(196, 163, 90, 0.45);
  margin: 0 0 1rem;
  background: #000;
}

.hero-lockup {
  display: block;
  width: min(220px, 58vw);
  height: auto;
  margin: 0 0 1.15rem;
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(196, 163, 90, 0.55),
    0 18px 48px rgba(0, 0, 0, 0.35);
}
#corporate-pharma,
#fast-quote,
#kitchens,
#why-companies {
  scroll-margin-top: calc(var(--header-height, 72px) + 12px);
}
.hero-support {
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.55;
  max-width: 34rem;
  margin: 0 0 1.35rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}
.hero-actions .btn { letter-spacing: 0.04em; }

/* Corporate & pharmaceutical */
.corp-pharma {
  position: relative;
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(196, 163, 90, 0.12), transparent 55%),
    linear-gradient(180deg, #111 0%, #1a1510 100%);
  color: #fff;
}
.corp-pharma .section-title { color: #fff; }
.corp-pharma .section-lead { color: rgba(255, 255, 255, 0.78); max-width: 40rem; }
.corp-pharma-head { text-align: center; margin-bottom: 2rem; }
.corp-pharma-logo {
  width: min(140px, 42vw);
  height: auto;
  margin: 0 auto 1.25rem;
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(196, 163, 90, 0.4);
}
.corp-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.corp-services li {
  padding: 0.55rem 0.95rem;
  border: 1px solid rgba(196, 163, 90, 0.35);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.04);
}
.corp-pharma-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

/* Why companies */
.why-companies {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: var(--color-white);
}
.why-companies-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.why-company-card {
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  background: var(--color-cream);
}
.why-company-card h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.2rem;
  margin: 0 0 0.4rem;
}
.why-company-card p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
}

/* Proof photo slots */
.proof-slots {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.proof-slot {
  min-height: 7.5rem;
  border: 1px dashed rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-end;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

/* Fast quote */
.fast-quote {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(196, 163, 90, 0.1), transparent 50%),
    var(--color-cream);
}
.fast-quote-card {
  max-width: 48rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  background: #fff;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  box-shadow: 0 16px 48px rgba(26, 21, 16, 0.06);
}
.fast-quote-card .section-head { margin-bottom: 1.5rem; }
.brand-checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.45rem 1rem;
}
.brand-checks label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}
.brand-checks input { width: 1.1rem; height: 1.1rem; accent-color: var(--color-gold); }
.quote-confirm {
  display: none;
  text-align: center;
  padding: 1.5rem 0.5rem;
}
.quote-confirm.is-visible { display: block; }
.quote-confirm h3 {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.65rem;
  margin: 0 0 0.75rem;
}
.fast-quote-alt {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 0.92rem;
}

/* Mobile sticky bar — two CTAs */
.mobile-bar .bar-call {
  background: var(--color-ink);
  color: #fff;
}
.mobile-bar .bar-quote {
  background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
  color: var(--color-ink);
}

.thank-shell {
  min-height: 58vh;
  display: flex;
  align-items: center;
  padding: 3rem 0;
  background:
    radial-gradient(ellipse 70% 50% at 10% 0%, rgba(196, 163, 90, 0.12), transparent 55%),
    linear-gradient(180deg, #faf8f4 0%, #f3efe6 100%);
}
.thank-card {
  max-width: 36rem;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 1.5rem;
  background: #fff;
  border: 1px solid var(--color-gray-200);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 40px rgba(26, 21, 16, 0.06);
}
.thank-brand {
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.thank-lockup {
  width: min(180px, 56vw);
  height: auto;
  margin: 0 auto 1.25rem;
  display: block;
  border-radius: 12px;
}
.field.is-invalid input,
.field input.is-invalid,
.field select.is-invalid,
.field textarea.is-invalid {
  border-color: #b42318;
}

@media (min-width: 640px) {
  .why-companies-grid { grid-template-columns: 1fr 1fr; }
  .brand-checks { grid-template-columns: 1fr 1fr; }
  .proof-slots { grid-template-columns: repeat(3, 1fr); }
  .brand-logo-tcc { height: 52px; }
}
@media (min-width: 900px) {
  .why-companies-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-logo-tcc { height: 56px; }
  .hero-lockup { width: 240px; }
}
@media (max-width: 767px) {
  .hero-brand-signal { display: none; }
  .hero-lockup { width: 148px; margin-bottom: 0.85rem; }
}
