.b360-check {
  --b360-check-navy: #0A1628;
  --b360-check-blue: #2243aa;
  --b360-check-surface: #F9FAFB;
  --b360-check-font-heading: "Sora", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --b360-check-font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --b360-check-suite-bar-height: 76px;
  --b360-check-nav-height: 76px;
  --b360-check-wp-admin-bar-offset: 0px;
  --b360-check-after-nav-offset: calc(var(--b360-check-suite-bar-height) + var(--b360-check-nav-height));
  --b360-font-heading: var(--b360-check-font-heading);
  --b360-font-body: var(--b360-check-font-body);
  --b360-suite-bar-height: var(--b360-check-suite-bar-height);
  --b360-wp-admin-bar-offset: var(--b360-check-wp-admin-bar-offset);
  color: var(--b360-check-navy);
  font-family: var(--b360-check-font-body);
}

body.admin-bar .b360-check {
  --b360-check-wp-admin-bar-offset: 32px;
}

.b360-check,
.b360-check * {
  box-sizing: border-box;
}

body.b360-check-page .elementor,
body.elementor-page .elementor:has(.b360-check-section-suite-bar),
body.elementor-page .elementor:has(.elementor-widget-b360_check_chrome_suite_bar) {
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
}

.elementor .b360-check-section.elementor-element,
.b360-check-section {
  --overflow: visible !important;
  overflow: visible !important;
}

.elementor .b360-check-section.e-con,
.b360-check-section.e-con {
  --display: flex;
  display: flex;
  flex-direction: column;
}

body.b360-check-page .elementor-widget:not(:last-child),
.elementor .b360-check-section-suite-bar .elementor-widget:not(:last-child),
.elementor .b360-check-section-check-nav .elementor-widget:not(:last-child),
.elementor .b360-check-section-category-nav .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

body.b360-check-page .elementor,
body.b360-check-page .elementor-section,
body.b360-check-page .elementor-container,
body.b360-check-page .elementor-column,
body.b360-check-page .elementor-widget,
body.b360-check-page .elementor-widget-wrap,
body.b360-check-page .elementor-widget-container,
body.b360-check-page .elementor-inner,
body.b360-check-page .elementor-location-single,
body.b360-check-page .e-con,
body.b360-check-page .e-con-inner {
  max-width: none !important;
  box-sizing: border-box !important;
}

body.b360-check-page .elementor-widget,
body.b360-check-page .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

body.b360-check-page .elementor-section.elementor-section-boxed > .elementor-container,
body.b360-check-page .e-con > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin-inline: 0 !important;
  padding-inline: 0 !important;
}

body.b360-check-page .e-con {
  --container-max-width: none;
  --content-width: 100%;
  --padding-top: 0px;
  --padding-right: 0px;
  --padding-bottom: 0px;
  --padding-left: 0px;
  --gap: 0px;
}

body.b360-check-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

body.b360-check-page .elementor-widget-container > :first-child {
  margin-top: 0;
}

body.b360-check-page .elementor-widget-container > :last-child {
  margin-bottom: 0;
}

.elementor .b360-check-section-suite-bar.elementor-element,
.b360-check-section-suite-bar,
.b360-check-section-suite-bar .e-con-inner,
.b360-check-section-suite-bar .elementor-widget,
.b360-check-section-suite-bar .elementor-widget-container {
  margin-top: 0 !important;
  padding: 0 !important;
}

.b360-check-section-suite-bar .e-con-inner,
.b360-check-section-check-nav .e-con-inner,
.b360-check-section-category-nav .e-con-inner,
.b360-check-section-suite-bar .elementor-widget,
.b360-check-section-check-nav .elementor-widget,
.b360-check-section-category-nav .elementor-widget,
.b360-check-section-suite-bar .elementor-widget-container,
.b360-check-section-check-nav .elementor-widget-container,
.b360-check-section-category-nav .elementor-widget-container {
  overflow: visible !important;
}

body.b360-check-page .elementor-widget-b360_check_chrome_suite_bar,
.elementor .b360-check-section-suite-bar .elementor-widget-b360_check_chrome_suite_bar {
  left: 0;
  right: 0;
  width: 100%;
  max-width: none;
  background: var(--b360-check-surface);
  overflow: visible !important;
  position: fixed !important;
}

body.b360-check-page .elementor-widget-b360_check_chrome_suite_bar,
.elementor .b360-check-section-suite-bar .elementor-widget-b360_check_chrome_suite_bar {
  top: var(--b360-check-wp-admin-bar-offset, 0px) !important;
  height: var(--b360-check-suite-bar-height, 76px);
  font-size: 16px;
  line-height: 24px;
  z-index: 100020;
}

.elementor-editor-active body.b360-check-page .elementor-widget-b360_check_chrome_suite_bar,
.elementor-editor-active body.b360-check-page .elementor-widget-b360_check_chrome_nav,
body.elementor-editor-active.b360-check-page .elementor-widget-b360_check_chrome_suite_bar,
body.elementor-editor-active.b360-check-page .elementor-widget-b360_check_chrome_nav {
  z-index: 30;
}

.b360-check-widget {
  width: 100%;
  background: #fff;
}

.b360-check-widget__inner {
  width: min(1440px, calc(100% - 48px));
  margin-inline: auto;
  padding: clamp(56px, 8vw, 112px) 0;
}

.b360-check-eyebrow {
  margin: 0 0 16px;
  color: var(--b360-check-blue);
  font-weight: 800;
}

.b360-check h1,
.b360-check h2,
.b360-check h3 {
  margin: 0;
  font-family: var(--b360-check-font-heading);
  letter-spacing: 0;
}

.b360-check h2 {
  max-width: 820px;
  color: var(--b360-check-navy);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.08;
}

.b360-check p {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(10, 22, 40, 0.68);
  line-height: 1.65;
}

.b360-check-section-lead {
  font-size: 17px;
}

.b360-check-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.b360-check-button:hover,
.b360-check-button:focus-visible {
  transform: translateY(-1px);
}

.b360-check-button--primary {
  background: linear-gradient(135deg, #2243aa, #1a3480);
  color: #fff;
  box-shadow: 0 8px 28px rgba(34, 67, 170, 0.35);
}

body.b360-check-page .b360-check-button--primary,
.b360-check .b360-check-button--primary {
  color: #fff;
}

.b360-check-button--primary:hover,
.b360-check-button--primary:focus-visible {
  background: linear-gradient(135deg, #1f3d99, #152b70);
  color: #fff;
}

.b360-check-button--ghost {
  border-color: rgba(10, 22, 40, 0.16);
  background: rgba(255, 255, 255, 0.72);
  color: #0a1628;
}

.b360-check-button--ghost:hover,
.b360-check-button--ghost:focus-visible {
  border-color: rgba(10, 22, 40, 0.3);
  background: #fff;
  color: #0a1628;
}

.b360-check-native {
  width: min(100%, var(--b360-check-page-max, 1440px));
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 4rem);
  color: var(--b360-check-color-navy, #0a1628);
  font-family: var(--b360-check-font-body, "Inter", sans-serif);
}

.b360-check-native :where(.elementor-widget-container) {
  margin: 0;
  padding: 0;
}

.b360-check-native-hero,
.b360-check-native-offer,
.b360-check-native-story,
.b360-check-native-split {
  display: block;
}

.b360-check-native-hero > .e-con-inner,
.b360-check-native-offer > .e-con-inner,
.b360-check-native-story > .e-con-inner,
.b360-check-native-split > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.b360-check-native-band,
.b360-check-native-cta {
  display: block;
}

.b360-check-native-band > .e-con-inner,
.b360-check-native-cta > .e-con-inner {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.b360-check-native-section-head {
  display: block;
  max-width: 760px;
}

.b360-check-native-section-head > .e-con-inner {
  display: grid;
  gap: 0.75rem;
}

.b360-check-native-heading .elementor-heading-title {
  margin: 0;
  color: inherit;
  font-family: var(--b360-check-font-heading, "Sora", sans-serif);
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.04;
}

.b360-check-native-heading--hero .elementor-heading-title {
  max-width: 760px;
  font-size: clamp(2.8rem, 6vw, 6.75rem);
}

.b360-check-native-heading--section .elementor-heading-title,
.b360-check-native-heading--cta .elementor-heading-title {
  font-size: clamp(2rem, 4vw, 4.4rem);
}

.b360-check-native-text {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.75;
}

.b360-check-native-text--lead {
  max-width: 640px;
  color: #374151;
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
}

.b360-check-native-grid {
  display: block;
}

.b360-check-native-grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.b360-check-native-card {
  display: block;
}

.b360-check-native-card > .e-con-inner {
  display: grid;
  gap: 1rem;
}

.b360-check-native-card {
  min-width: 0;
  padding: clamp(1.15rem, 2.2vw, 1.75rem);
  border: 1px solid rgba(10, 22, 40, 0.09);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 16px 40px rgba(10, 22, 40, 0.08);
}

.b360-check-native-card__image img,
.b360-check-native-image img {
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.b360-check-native-image--hero img {
  aspect-ratio: 4 / 5;
}

.b360-check-native-card__image img {
  aspect-ratio: 16 / 10;
}

.b360-check-native-card__title .elementor-heading-title {
  margin: 0;
  color: #0a1628;
  font-family: var(--b360-check-font-heading, "Sora", sans-serif);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 720;
  line-height: 1.18;
}

.b360-check-native-card__text {
  color: #5f6b7a;
  font-size: 0.96rem;
  line-height: 1.65;
}

.b360-check-native-actions {
  display: block;
}

.b360-check-native-actions > .e-con-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
}

body.b360-check-page .b360-check-native-button .elementor-button,
.b360-check .b360-check-native-button .elementor-button,
body.b360-check-page .b360-check-native-card__button .elementor-button,
.b360-check .b360-check-native-card__button .elementor-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

body.b360-check-page .b360-check-native-button--primary .elementor-button,
.b360-check .b360-check-native-button--primary .elementor-button,
body.b360-check-page .b360-check-native-card__button .elementor-button,
.b360-check .b360-check-native-card__button .elementor-button {
  background: linear-gradient(135deg, var(--b360-check-category-color, #2243aa), var(--b360-check-category-dark, #162f80));
  color: #fff;
  box-shadow: 0 14px 32px rgba(34, 67, 170, 0.22);
}

body.b360-check-page .b360-check-native-button--secondary .elementor-button,
.b360-check .b360-check-native-button--secondary .elementor-button {
  border: 1px solid rgba(10, 22, 40, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #0a1628;
}

.b360-check-native-list .elementor-icon-list-items {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
}

.b360-check-native-list .elementor-icon-list-item {
  align-items: flex-start;
  color: #253044;
  font-weight: 620;
}

.b360-check-native-list .elementor-icon-list-icon {
  color: var(--b360-check-category-color, #2243aa);
}

.b360-check-native-stats {
  display: block;
  margin-top: 1rem;
}

.b360-check-native-stats > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.b360-check-native-stat-card {
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: none;
}

.b360-check-native-form .elementor-form {
  display: grid;
  gap: 0.9rem;
}

.b360-check-native-form :where(input, select, textarea) {
  min-height: 48px;
  border: 1px solid rgba(10, 22, 40, 0.14);
  border-radius: 0.85rem;
  background: #fff;
  padding: 0.8rem 1rem;
}

.b360-check-native-form .elementor-button {
  width: 100%;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, var(--b360-check-category-color, #2243aa), var(--b360-check-category-dark, #162f80));
  color: #fff;
  font-weight: 760;
}

.b360-check-native-cta {
  max-width: 1120px;
  border-radius: 1.5rem;
  padding-block: clamp(2rem, 4vw, 4rem);
  background: linear-gradient(135deg, rgba(34, 67, 170, 0.09), rgba(1, 106, 86, 0.1));
}
