.elementor-kit-14{--e-global-color-primary:#1A69B4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#C9D0D8;--e-global-color-b5aeb33:#4d7fcd;--e-global-color-c58817e:#01040A;--e-global-color-5420d44:#2275d5;--e-global-color-58be983:#ffffff;--e-global-color-09cc561:#0d141a;--e-global-color-a495fd4:#B8C0CC;--e-global-color-dff8941:#070E19;--e-global-typography-primary-font-family:"Rajdhani";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5535e8e-font-family:"Poppins";--e-global-typography-5535e8e-font-size:3rem;--e-global-typography-5535e8e-font-weight:700;--e-global-typography-c83476d-font-family:"Poppins";--e-global-typography-c83476d-font-size:2.5rem;--e-global-typography-c83476d-font-weight:bold;--e-global-typography-ff8f921-font-family:"Poppins";--e-global-typography-ff8f921-font-size:2.3rem;--e-global-typography-ff8f921-font-weight:bold;--e-global-typography-887fca2-font-family:"DMSans";--e-global-typography-887fca2-font-size:1rem;--e-global-typography-887fca2-font-weight:400;--e-global-typography-2142591-font-family:"DMSans";--e-global-typography-2142591-font-size:1rem;--e-global-typography-2142591-font-weight:700;--e-global-typography-6e52843-font-family:"DMSans";--e-global-typography-6e52843-font-size:1rem;--e-global-typography-6e52843-font-weight:500;background-color:#000000;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14{--e-global-typography-c83476d-font-size:1.9rem;--e-global-typography-ff8f921-font-size:1.9rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   BEMOEFIT BODY RATIO CHECK
   WHR Calculator + Dashboard
================================ */

/* Main boxes */
.bemo-whr-box,
.bemo-dashboard-whr,
.bemo-dashboard-whr-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 34px 40px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 85% 10%, rgba(30, 167, 255, 0.24), transparent 36%),
    radial-gradient(circle at 8% 20%, rgba(0, 159, 227, 0.12), transparent 34%),
    linear-gradient(135deg, #050914 0%, #071A2E 55%, #02040A 100%);
  border: 1px solid rgba(30, 167, 255, 0.25);
  box-shadow:
    0 26px 60px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  color: #ffffff;
}

/* Keep dashboard result a little wider */
.bemo-dashboard-whr,
.bemo-dashboard-whr-wrap {
  max-width: 920px;
}

/* Background texture */
.bemo-whr-box::before,
.bemo-dashboard-whr::before,
.bemo-dashboard-whr-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 18px
    );
  opacity: 0.3;
  pointer-events: none;
}

/* Blue glow */
.bemo-whr-box::after,
.bemo-dashboard-whr::after,
.bemo-dashboard-whr-wrap::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -110px;
  background: rgba(0, 159, 227, 0.2);
  filter: blur(70px);
  border-radius: 50%;
  pointer-events: none;
}

/* Content above background */
.bemo-whr-box > *,
.bemo-dashboard-whr > *,
.bemo-dashboard-whr-wrap > * {
  position: relative;
  z-index: 2;
}

/* Small top label */
.bemo-whr-header span,
.bemo-dashboard-whr-top span,
.bemo-dashboard-whr-intro span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1EA7FF;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bemo-whr-header span::before,
.bemo-dashboard-whr-top span::before,
.bemo-dashboard-whr-intro span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, #1EA7FF, transparent);
}

/* Titles */
.bemo-whr-header h2,
.bemo-dashboard-whr-intro h2 {
  color: #ffffff;
  font-family: "Rajdhani", "Montserrat", sans-serif;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.bemo-whr-header p,
.bemo-dashboard-whr-intro p,
.bemo-dashboard-whr p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 22px;
}

/* Form grid: Waist | Hip | Gender */
.bemo-whr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0 24px;
}

/* Field labels */
.bemo-field label {
  display: block;
  color: #C9D0D8;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.4px;
  margin-bottom: 8px;
}

/* Inputs + select */
.bemo-field input,
.bemo-field select {
  width: 100%;
  height: 54px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(201, 208, 216, 0.24);
  border-radius: 14px;
  color: #ffffff;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 0 16px;
  outline: none;
  transition: all 0.25s ease;
}

.bemo-field input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

/* Select arrow */
.bemo-field select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image:
    linear-gradient(45deg, transparent 50%, #1EA7FF 50%),
    linear-gradient(135deg, #1EA7FF 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 24px,
    calc(100% - 14px) 24px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.bemo-field select option {
  background: #071A2E;
  color: #ffffff;
}

/* Focus */
.bemo-field input:focus,
.bemo-field select:focus {
  border-color: #1EA7FF;
  background: rgba(30, 167, 255, 0.09);
  box-shadow:
    0 0 0 4px rgba(30, 167, 255, 0.12),
    0 0 24px rgba(0, 159, 227, 0.18);
}

/* Button */
.bemo-whr-btn,
.bemo-dashboard-whr a,
.bemo-whr-next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, #1EA7FF 0%, #009FE3 45%, #0067B8 100%);
  color: #ffffff !important;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 159, 227, 0.34);
  transition: all 0.25s ease;
}

.bemo-whr-btn:hover,
.bemo-dashboard-whr a:hover,
.bemo-whr-next a:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(0, 159, 227, 0.48);
}

/* Small note */
.bemo-whr-note,
.bemo-whr-disclaimer {
  color: rgba(255, 255, 255, 0.55) !important;
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 13px !important;
  line-height: 1.6;
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

/* ================================
   DASHBOARD RESULT
================================ */

.bemo-dashboard-whr-top h2 {
  color: #1EA7FF;
  font-family: "Rajdhani", "Montserrat", sans-serif;
  font-size: clamp(72px, 9vw, 118px);
  font-weight: 800;
  line-height: 0.85;
  margin: 4px 0 8px;
  text-shadow: 0 0 32px rgba(30, 167, 255, 0.22);
}

.bemo-dashboard-whr-top h3 {
  color: #ffffff;
  font-family: "Rajdhani", "Montserrat", sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 8px;
}

/* Result badge */
.bemo-whr-level {
  display: inline-flex;
  width: fit-content;
  padding: 8px 14px;
  margin: 0 0 24px !important;
  border-radius: 999px;
  background: rgba(30, 167, 255, 0.12);
  border: 1px solid rgba(30, 167, 255, 0.28);
  color: #1EA7FF !important;
  font-size: 13px !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* Stats: Waist | Hip | Gender | Last Updated */
.bemo-whr-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 30px 0;
}

.bemo-whr-stats div {
  padding: 18px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(201, 208, 216, 0.17);
}

.bemo-whr-stats strong {
  display: block;
  color: #ffffff;
  font-family: "Rajdhani", "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 7px;
}

.bemo-whr-stats span {
  display: block;
  color: rgba(201, 208, 216, 0.68);
  font-family: "Inter", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

/* Quiz CTA in dashboard */
.bemo-whr-next {
  margin: 30px 0 22px;
  padding: 24px;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(30,167,255,0.18), transparent 42%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(30, 167, 255, 0.24);
}

.bemo-whr-next h4 {
  color: #ffffff;
  font-family: "Rajdhani", "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 8px;
}

.bemo-whr-next p {
  margin-bottom: 18px;
}

.bemo-dashboard-whr-intro {
  margin-bottom: 24px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 900px) {
  .bemo-whr-grid {
    grid-template-columns: 1fr;
  }

  .bemo-whr-box,
  .bemo-dashboard-whr,
  .bemo-dashboard-whr-wrap {
    max-width: 100%;
    padding: 28px 22px;
  }

  .bemo-whr-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bemo-whr-box,
  .bemo-dashboard-whr,
  .bemo-dashboard-whr-wrap {
    border-radius: 22px;
  }

  .bemo-whr-header span,
  .bemo-dashboard-whr-top span,
  .bemo-dashboard-whr-intro span {
    letter-spacing: 1.2px;
  }

  .bemo-whr-header span::before,
  .bemo-dashboard-whr-top span::before,
  .bemo-dashboard-whr-intro span::before {
    width: 24px;
  }

  .bemo-whr-header h2,
  .bemo-dashboard-whr-intro h2 {
    font-size: 38px;
  }

  .bemo-whr-btn,
  .bemo-dashboard-whr a,
  .bemo-whr-next a {
    width: 100%;
  }

  .bemo-dashboard-whr-top h2 {
    font-size: 82px;
  }

  .bemo-whr-next {
    padding: 20px;
  }
}/* End custom CSS */