/* Contact Us page */
.life-contact-page {
  background: #f7f7f8;
}
.life-text-logo {
  display: inline-block;
  color: #ffffff;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
}
.life-text-logo span {
  font-weight: 500;
}
.life-text-logo:hover { color: #ffffff; text-decoration: none; }
.life-text-logo.dark { color: #171717; }
.life-text-logo.dark:hover { color: #eb1701; }
.life-contact-hero {
  background: radial-gradient(circle at top right, rgba(235,23,1,0.16), transparent 34%), linear-gradient(135deg, #191919 0%, #3a0d09 100%);
  color: #ffffff;
  padding: 82px 0 72px;
}
.contact-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #ffb6ad;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.life-contact-hero h1 {
  color: #ffffff;
  font-size: clamp(46px, 7vw, 86px);
  line-height: .92;
  margin-bottom: 20px;
}
.life-contact-hero p {
  color: rgba(255,255,255,.76);
  font-size: 18px;
  max-width: 640px;
}
.contact-hero-card {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
  padding: 34px;
  backdrop-filter: blur(12px);
}
.contact-hero-card i {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #eb1701;
  color: #fff;
  font-size: 26px;
}
.contact-hero-card h2 { color:#fff; margin-bottom: 10px; }
.contact-hero-card p { margin: 0; }
.life-contact-section { padding: 72px 0 86px; }
.contact-info-panel,
.contact-form-panel {
  height: 100%;
  background: #ffffff;
  border: 1px solid #ececf0;
  border-radius: 30px;
  box-shadow: 0 18px 60px rgba(15,15,15,.06);
  padding: 36px;
}
.contact-info-panel h2,
.contact-form-panel h2 {
  margin-bottom: 26px;
  color: #1c1c1c;
  font-size: 28px;
}
.contact-detail {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #efeff3;
}
.contact-detail:last-child { border-bottom: 0; padding-bottom: 0; }
.detail-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: #fff0ee;
  color: #eb1701;
}
.contact-detail strong {
  display:block;
  color:#171717;
  margin-bottom: 4px;
}
.contact-detail p { margin: 0; color: #666; line-height: 1.65; }
.contact-detail a { color: #555; }
.contact-detail a:hover { color: #eb1701; }
.form-intro { color: #777; margin-top: -14px; margin-bottom: 28px; }
.life-contact-form label {
  display: block;
  color: #191919;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.life-contact-form input,
.life-contact-form textarea {
  width: 100%;
  border: 1px solid #e2e2e8;
  border-radius: 16px;
  background: #fbfbfc;
  color: #222;
  outline: none;
  padding: 15px 18px;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.life-contact-form textarea { resize: vertical; }
.life-contact-form input:focus,
.life-contact-form textarea:focus {
  border-color: #eb1701;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(235,23,1,.1);
}
.life-submit-btn {
  border: 0;
  border-radius: 999px;
  background: #eb1701;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 30px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(235,23,1,.24);
}
.life-submit-btn:hover { background: #c91403; }
.life-footer {
  background: #111114;
  color: rgba(255,255,255,.72);
  padding: 52px 0 44px;
}
.footer-link-groups {
  display: grid;
  gap: 14px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-link-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  text-align: center;
}
.footer-link-row strong { color: #fff; }
.footer-link-row a,
.footer-contact-grid a {
  color: rgba(255,255,255,.7);
}
.footer-link-row a:hover,
.footer-contact-grid a:hover { color: #fff; }
.footer-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-contact-grid p { margin: 0; line-height: 1.75; }
.footer-contact-grid strong,
.footer-contact-grid span,
.footer-contact-grid a { display:block; }
.footer-contact-grid strong { color:#fff; margin-bottom: 5px; }
.footer-bottom-copy {
  max-width: 840px;
  margin: 26px auto 24px;
  text-align: center;
}
.footer-bottom-copy p { margin-bottom: 8px; color: rgba(255,255,255,.58); }
.footer-social { text-align: center; }
.footer-social.social-icons li a {
  background: #eb1701;
  color: #fff;
	padding: 4px 7px;
}
@media (max-width: 991px) {
  .footer-contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .life-contact-hero { padding: 64px 0; }
}
@media (max-width: 575px) {
  .contact-info-panel,
  .contact-form-panel { padding: 26px 22px; border-radius: 22px; }
  .footer-contact-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-link-row { gap: 7px 10px; }
  .life-text-logo { font-size: 28px; }
}
