body.b360-check-page .b360-contact-hero,
.b360-check .b360-contact-hero,
body.b360-check-page .b360-contact-form-section,
.b360-check .b360-contact-form-section {
  min-height: 0;
  background: #fff;
  color: var(--b360-check-navy);
}

body.b360-check-page .b360-contact-hero,
.b360-check .b360-contact-hero {
  padding-block: calc(var(--b360-check-after-nav-offset) + 3.25rem) 4rem;
}

body.b360-check-page .b360-contact-form-section,
.b360-check .b360-contact-form-section {
  padding-block: 0 7rem;
}

body.b360-check-page .b360-contact-container,
.b360-check .b360-contact-container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

body.b360-check-page .b360-contact-hero svg,
.b360-check .b360-contact-hero svg,
body.b360-check-page .b360-contact-form-section svg,
.b360-check .b360-contact-form-section svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.b360-check-page .b360-contact-hero__grid,
.b360-check .b360-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(2.5rem, 5vw, 3.5rem);
  align-items: center;
}

body.b360-check-page .b360-contact-hero__copy,
.b360-check .b360-contact-hero__copy {
  max-width: 620px;
}

body.b360-check-page .b360-contact-badge,
.b360-check .b360-contact-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 1.5rem;
  padding: 0.44rem 0.9rem;
  border: 1px solid rgba(59, 130, 246, 0.14);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(99,102,241,0.08), rgba(6,182,212,0.08));
  color: #2563eb;
  font-family: var(--b360-font-heading);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.2;
}

body.b360-check-page .b360-contact-hero h1,
.b360-check .b360-contact-hero h1 {
  max-width: 760px;
  margin: 0 0 1.25rem;
  color: #0a1628;
  font-family: var(--b360-font-heading);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

body.b360-check-page .b360-contact-hero__copy > p:not(.b360-contact-badge),
.b360-check .b360-contact-hero__copy > p:not(.b360-contact-badge) {
  max-width: 590px;
  margin: 0 0 2rem;
  color: rgba(10, 22, 40, 0.52);
  font-size: 1.0625rem;
  line-height: 1.7;
}

body.b360-check-page .b360-contact-support,
.b360-check .b360-contact-support {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 520px;
  padding: 1.25rem;
  border-radius: 1.5rem;
  background: #f5f5f7;
}

body.b360-check-page .b360-contact-avatar,
.b360-check .b360-contact-avatar {
  position: relative;
  flex: 0 0 auto;
  width: 3.5rem;
  height: 3.5rem;
}

body.b360-check-page .b360-contact-avatar--small,
.b360-check .b360-contact-avatar--small {
  width: 3rem;
  height: 3rem;
}

body.b360-check-page .b360-contact-avatar img,
.b360-check .b360-contact-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
}

body.b360-check-page .b360-contact-avatar > span,
.b360-check .b360-contact-avatar > span {
  position: absolute;
  right: -0.1rem;
  bottom: -0.1rem;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid #f5f5f7;
  border-radius: 999px;
  background: #34d399;
}

body.b360-check-page .b360-contact-omnia-card .b360-contact-avatar > span,
.b360-check .b360-contact-omnia-card .b360-contact-avatar > span {
  border-color: #fff;
}

body.b360-check-page .b360-contact-support__body strong,
.b360-check .b360-contact-support__body strong,
body.b360-check-page .b360-contact-omnia-card strong,
.b360-check .b360-contact-omnia-card strong {
  display: block;
  color: #0a1628;
  font-family: var(--b360-font-heading);
  font-size: 0.95rem;
  font-weight: 800;
}

body.b360-check-page .b360-contact-support__body p,
.b360-check .b360-contact-support__body p {
  margin: 0.2rem 0 0.45rem;
  color: rgba(10, 22, 40, 0.52);
  font-size: 0.8rem;
  line-height: 1.35;
}

body.b360-check-page .b360-contact-support__links,
.b360-check .b360-contact-support__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.b360-check-page .b360-contact-support__links a,
.b360-check .b360-contact-support__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(10, 22, 40, 0.62);
  font-size: 0.75rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

body.b360-check-page .b360-contact-support__links a:hover,
.b360-check .b360-contact-support__links a:hover {
  color: #0a1628;
}

body.b360-check-page .b360-contact-omnia-card,
.b360-check .b360-contact-omnia-card,
body.b360-check-page .b360-contact-card,
.b360-check .b360-contact-card,
body.b360-check-page .b360-contact-info-card,
.b360-check .b360-contact-info-card {
  border: 1px solid rgba(10, 22, 40, 0.08);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 18px 60px rgba(10, 22, 40, 0.08);
}

body.b360-check-page .b360-contact-omnia-card,
.b360-check .b360-contact-omnia-card {
  padding: 1.75rem;
}

body.b360-check-page .b360-contact-omnia-card__head,
.b360-check .b360-contact-omnia-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

body.b360-check-page .b360-contact-omnia-card__head p,
.b360-check .b360-contact-omnia-card__head p {
  margin: 0.15rem 0 0;
  color: rgba(10, 22, 40, 0.42);
  font-size: 0.75rem;
}

body.b360-check-page .b360-contact-omnia-card__message,
.b360-check .b360-contact-omnia-card__message {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #f5f5f7;
}

body.b360-check-page .b360-contact-omnia-card__message p,
.b360-check .b360-contact-omnia-card__message p {
  margin: 0;
  color: rgba(10, 22, 40, 0.7);
  font-size: 0.875rem;
  line-height: 1.7;
}

body.b360-check-page .b360-contact-omnia-card__button,
.b360-check .b360-contact-omnia-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  width: 100%;
  border-radius: 1rem;
  background: #0a1628;
  color: #fff;
  font-family: var(--b360-font-heading);
  font-size: 0.875rem;
  font-weight: 750;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.b360-check-page .b360-contact-omnia-card__button:hover,
.b360-check .b360-contact-omnia-card__button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

body.b360-check-page .b360-contact-grid,
.b360-check .b360-contact-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(0, 2fr);
  gap: 2rem;
  align-items: start;
}

body.b360-check-page .b360-contact-info-grid,
.b360-check .b360-contact-info-grid {
  display: grid;
  gap: 1rem;
}

body.b360-check-page .b360-contact-info-card,
.b360-check .b360-contact-info-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
}

body.b360-check-page .b360-contact-info-card__icon,
.b360-check .b360-contact-info-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  background: #f5f5f7;
  color: var(--b360-contact-info-color, #3b82f6);
  font-size: 1.25rem;
}

body.b360-check-page .b360-contact-info-card p,
.b360-check .b360-contact-info-card p {
  margin: 0 0 0.2rem;
  color: rgba(10, 22, 40, 0.42);
  font-family: var(--b360-font-heading);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.b360-check-page .b360-contact-info-card strong,
.b360-check .b360-contact-info-card strong {
  display: block;
  color: #0a1628;
  font-family: var(--b360-font-heading);
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.35;
}

body.b360-check-page .b360-contact-info-card span:not(.b360-contact-info-card__icon),
.b360-check .b360-contact-info-card span:not(.b360-contact-info-card__icon) {
  display: block;
  margin-top: 0.25rem;
  color: rgba(10, 22, 40, 0.42);
  font-size: 0.75rem;
}

body.b360-check-page .b360-contact-form-card,
.b360-check .b360-contact-form-card {
  padding: clamp(1.5rem, 4vw, 2rem);
}

body.b360-check-page .b360-contact-form-card h2,
.b360-check .b360-contact-form-card h2 {
  margin: 0 0 1.5rem;
  color: #0a1628;
  font-family: var(--b360-font-heading);
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

body.b360-check-page .b360-contact-form,
.b360-check .b360-contact-form,
body.b360-check-page .b360-contact-form [data-b360-check-contact-fields],
.b360-check .b360-contact-form [data-b360-check-contact-fields] {
  display: grid;
  gap: 1rem;
}

body.b360-check-page .b360-contact-form__row,
.b360-check .b360-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.b360-check-page .b360-contact-form label,
.b360-check .b360-contact-form label {
  display: grid;
  gap: 0.4rem;
  color: rgba(10, 22, 40, 0.52);
  font-size: 0.75rem;
  font-weight: 650;
}

body.b360-check-page .b360-contact-form input,
.b360-check .b360-contact-form input,
body.b360-check-page .b360-contact-form textarea,
.b360-check .b360-contact-form textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 1rem;
  background: #f5f5f7;
  color: #0a1628;
  font: inherit;
  font-size: 0.875rem;
  line-height: 1.5;
  outline: none;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

body.b360-check-page .b360-contact-form textarea,
.b360-check .b360-contact-form textarea {
  min-height: 8rem;
  resize: vertical;
}

body.b360-check-page .b360-contact-form input::placeholder,
.b360-check .b360-contact-form input::placeholder,
body.b360-check-page .b360-contact-form textarea::placeholder,
.b360-check .b360-contact-form textarea::placeholder {
  color: rgba(10, 22, 40, 0.3);
}

body.b360-check-page .b360-contact-form input:focus,
.b360-check .b360-contact-form input:focus,
body.b360-check-page .b360-contact-form textarea:focus,
.b360-check .b360-contact-form textarea:focus {
  border-color: rgba(59, 130, 246, 0.3);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.08);
}

body.b360-check-page .b360-contact-form button,
.b360-check .b360-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.35rem;
  width: 100%;
  border: 0;
  border-radius: 1rem;
  background: #0a1628;
  color: #fff;
  cursor: pointer;
  font-family: var(--b360-font-heading);
  font-size: 0.94rem;
  font-weight: 750;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.b360-check-page .b360-contact-form button:hover,
.b360-check .b360-contact-form button:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

body.b360-check-page .b360-contact-form-success,
.b360-check .b360-contact-form-success {
  display: grid;
  place-items: center;
  min-height: 18rem;
  padding: 2rem;
  border-radius: 1rem;
  background: #f5f5f7;
  text-align: center;
}

body.b360-check-page .b360-contact-form-success[hidden],
.b360-check .b360-contact-form-success[hidden] {
  display: none;
}

body.b360-check-page .b360-contact-form-success > span,
.b360-check .b360-contact-form-success > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #10b981;
  font-size: 1.35rem;
}

body.b360-check-page .b360-contact-form-success h3,
.b360-check .b360-contact-form-success h3 {
  margin: 0 0 0.45rem;
  color: #0a1628;
  font-family: var(--b360-font-heading);
  font-size: 1.15rem;
}

body.b360-check-page .b360-contact-form-success p,
.b360-check .b360-contact-form-success p {
  max-width: 26rem;
  margin: 0;
  color: rgba(10, 22, 40, 0.56);
  line-height: 1.65;
}

@media (max-width: 1024px) {
  body.b360-check-page .b360-contact-hero__grid,
  .b360-check .b360-contact-hero__grid,
  body.b360-check-page .b360-contact-grid,
  .b360-check .b360-contact-grid {
    grid-template-columns: 1fr;
  }

  body.b360-check-page .b360-contact-omnia-card,
  .b360-check .b360-contact-omnia-card {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  body.b360-check-page .b360-contact-container,
  .b360-check .b360-contact-container {
    width: min(100% - 1.5rem, 1180px);
  }

  body.b360-check-page .b360-contact-hero,
  .b360-check .b360-contact-hero {
    padding-block: calc(var(--b360-check-after-nav-offset-mobile) + 2rem) 3rem;
  }

  body.b360-check-page .b360-contact-form-section,
  .b360-check .b360-contact-form-section {
    padding-bottom: 4.5rem;
  }

  body.b360-check-page .b360-contact-form__row,
  .b360-check .b360-contact-form__row {
    grid-template-columns: 1fr;
  }

  body.b360-check-page .b360-contact-support,
  .b360-check .b360-contact-support,
  body.b360-check-page .b360-contact-info-card,
  .b360-check .b360-contact-info-card {
    align-items: flex-start;
  }
}
