
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700;900&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html {
  font-size: clamp(10px, 1vw, 90px);
}

@media (max-width: 767px) {
  html {
    font-size: 12px !important;
  }
}

@media (max-width: 340px) {
  html {
    font-size: 10px !important;
  }
}

.hm-day,
.hm-day * {
  box-sizing: border-box;
}

.hm-day {
  position: relative;
  width: 100%;
  padding: 4.38rem 2rem 4.2rem;
  background: linear-gradient(180deg, #EDF6FE 0%, rgba(158, 176, 188, 0.42) 100%);
  color: #0F131A;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
      margin-top: 4rem;
}

.hm-day__inner {
  width: 100%;
  max-width: 62.6rem;
  margin: 0 auto;
}

.hm-day__intro {
  width: 100%;
  max-width: 40.1rem;
  margin: 0 auto 3.1rem;
  text-align: center;
}

.hm-day__badge {
  width: max-content;
  margin: 0 auto 1.9rem;
  padding: 0.18rem 1.55rem;
  border-radius: 2.6rem;
  background: rgba(0, 115, 231, 0.11);
  color: #3B9DE0;
  font-size: 0.57rem;
  line-height: 1.04rem;
  font-weight: 500;
  text-transform: uppercase;
}

.hm-day__intro h2 {
  margin: 0 0 1.65rem;
  color: #0F131A;
  font-size: 1.875rem;
  line-height: 2.3rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hm-day__intro p {
  margin: 0;
  color: #292D38;
  font-family: "Lato", sans-serif;
  font-size: 0.89rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.hm-day__timeline {
  position: relative;
  width: 100%;
}

.hm-day__rail {
  position: absolute;
  left: 1.01rem;
  top: 1.02rem;
  bottom: 5.05rem;
  width: 0.05rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.hm-day__active-dot {
  position: absolute;
  left: 1.01rem;
  top: 1.01rem;
  width: 2.02rem;
  height: 2.02rem;
  border-radius: 50%;
  border: 0.03rem solid rgba(247, 148, 29, 0.5);
  background: rgba(247, 148, 29, 0.12);
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: top 360ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.hm-day__active-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #F7941D;
  transform: translate(-50%, -50%);
}

.hm-day__items {
  position: relative;
  display: grid;
  gap: 1.4rem;
  width: 100%;
  z-index: 2;
}

.hm-day__item {
  position: relative;
  display: grid;
  grid-template-columns: 2.02rem 1fr;
  gap: 1.1rem;
  align-items: start;
}

.hm-day__marker {
  position: relative;
  width: 2.02rem;
  height: 2.02rem;
  margin-top: 0.1rem;
  border-radius: 50%;
  border: 0.03rem solid rgba(185, 114, 194, 0.5);
  background: rgba(255, 255, 255, 0.65);
  z-index: 3;
  transition: opacity 250ms ease, border-color 250ms ease;
}

.hm-day__marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}

.hm-day__item.is-active .hm-day__marker {
  opacity: 0;
}

.hm-day__card {
  width: 100%;
  min-height: 6.23rem;
  padding: 0.61rem 1.08rem;
  border-radius: 0.56rem;
  background: rgba(255, 255, 255, 0.34);
  transition:
    background 300ms ease,
    box-shadow 300ms ease,
    transform 300ms ease;
}

.hm-day__item.is-active .hm-day__card {
  background: #0F5585;
  box-shadow: 0 1rem 2.2rem rgba(5, 30, 52, 0.12);
  transform: translateX(0.15rem);
}

.hm-day__card-title {
  width: 100%;
  min-height: 1.82rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 0.1rem;
  background: #ffffff;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size:1.2rem;
  line-height: 1.82rem;
  font-weight: 400;
}

.hm-day__card-title strong {
  font-weight: 700;
}

.hm-day__card p {
  margin: 0.75rem 0 0;
  color: #0F1629;
  font-family: "Lato", sans-serif;
   font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.hm-day__item.is-active .hm-day__card p {
  color: #ffffff;
}

.hm-day__note {
  position: relative;
  margin: 1.9rem 0 0 1.8rem;
  padding-left: 0.75rem;
  max-width: 59.5rem;
  color: #2A2A2A;
  font-family: "Poppins", sans-serif;
   font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.012rem;
}

.hm-day__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.42rem;
  height: 0.31rem;
  border-radius: 50%;
  background: #58B6F8;
}

.hm-day__note strong {
  font-weight: 700;
}

/* Small desktop */
@media (max-width: 1280px) {
  .hm-day {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hm-day__inner {
    max-width: 58rem;
  }

  .hm-day__card-title {
    font-size: 1.2rem;
  }

  .hm-day__card p {
     font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .hm-day {
    padding: 3.8rem 1.2rem;
  }

  .hm-day__intro {
    margin-bottom: 2.4rem;
  }

  .hm-day__intro h2 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: 1rem;
  }

  .hm-day__intro p {
    font-size: 0.9rem;
    line-height: 1.35rem;
  }

  .hm-day__items {
    gap: 1rem;
  }

  .hm-day__card {
    min-height: auto;
    padding: 0.75rem 0.95rem;
  }

  .hm-day__card-title {
    min-height: auto;
    padding: 0.45rem 0.7rem;
    line-height: 1.25rem;
     font-size: 1.2rem;

  }

  .hm-day__card p {
       font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__rail {
    bottom: 4.3rem;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .hm-day {
    padding: 3rem 0.95rem;
  }

  .hm-day__intro {
    margin-bottom: 2rem;
  }

  .hm-day__badge {
    margin-bottom: 1rem;
  }

  .hm-day__intro h2 {
    font-size: 1.45rem;
    line-height: 1.85rem;
  }

  .hm-day__intro p {
    font-size: 0.88rem;
    line-height: 1.35rem;
  }

  .hm-day__item {
    grid-template-columns: 1.65rem 1fr;
    gap: 0.7rem;
  }

  .hm-day__rail {
    left: 0.82rem;
    top: 0.9rem;
    bottom: 4rem;
  }

  .hm-day__active-dot {
    left: 0.82rem;
    width: 1.65rem;
    height: 1.65rem;
  }

  .hm-day__active-dot::after {
    width: 1.05rem;
    height: 1.05rem;
  }

  .hm-day__marker {
    width: 1.65rem;
    height: 1.65rem;
  }

  .hm-day__marker::after {
    width: 1.05rem;
    height: 1.05rem;
  }

  .hm-day__items {
    gap: 0.85rem;
  }

  .hm-day__card {
    border-radius: 0.55rem;
    padding: 0.7rem;
  }

  .hm-day__item.is-active .hm-day__card {
    transform: none;
  }

  .hm-day__card-title {
    display: block;
    padding: 0.5rem 0.65rem;
    font-size: 1.2rem;
    line-height: 1.25rem;
  }

  .hm-day__card p {
      font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__note {
    margin-left: 0;
    font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}


/* ================================
   DAY SECTION READABILITY PATCH
   Larger text across desktop/tablet/mobile
================================ */

/* Big screens: slight increase */
.hm-day__badge {
  font-size: 0.68rem !important;
  line-height: 1.25rem !important;
  padding: 0.24rem 1.7rem !important;
}

.hm-day__intro h2 {
  font-size: 2.25rem !important;
  line-height: 2.75rem !important;
}

.hm-day__intro p {
  font-size: 1.02rem !important;
  line-height: 1.55rem !important;
}

.hm-day__card {
  padding: 0.82rem 1.25rem !important;
}

.hm-day__card-title {
  min-height: 2.15rem !important;
  padding: 0.2rem 0.9rem !important;
  font-size: 1.38rem !important;
  line-height: 1.45rem !important;
}

.hm-day__card p {
  font-size: 1rem !important;
  line-height: 1.55rem !important;
}

.hm-day__note {
     font-size: 1.1rem !important;
    line-height: 1.65rem !important;
}


/* ================================
   SMALL DESKTOP / LAPTOP
================================ */
@media (max-width: 1280px) {
  .hm-day {
    padding: 4.2rem 1.5rem !important;
  }

  .hm-day__inner {
    max-width: 62rem !important;
  }

  .hm-day__intro h2 {
    font-size: 2.1rem !important;
    line-height: 2.6rem !important;
  }

  .hm-day__intro p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .hm-day__card {
    padding: 0.8rem 1.15rem !important;
  }

  .hm-day__card-title {
    font-size: 1.3rem !important;
    line-height: 1.38rem !important;
    min-height: 2rem !important;
  }

  .hm-day__card p {
    font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__note {
   font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}


/* ================================
   TABLET
================================ */
@media (max-width: 1024px) {
  .hm-day {
    padding: 4rem 1.25rem !important;
  }

  .hm-day__inner {
    max-width: 100% !important;
  }

  .hm-day__intro {
    max-width: 44rem !important;
    margin-bottom: 2.75rem !important;
  }

  .hm-day__badge {
    font-size: 0.75rem !important;
    line-height: 1.35rem !important;
  }

  .hm-day__intro h2 {
    font-size: 2.25rem !important;
    line-height: 2.8rem !important;
    margin-bottom: 1.2rem !important;
  }

  .hm-day__intro p {
    font-size: 1.08rem !important;
    line-height: 1.65rem !important;
  }

  .hm-day__items {
    gap: 1.15rem !important;
  }

  .hm-day__item {
    grid-template-columns: 2.25rem 1fr !important;
    gap: 1rem !important;
  }

  .hm-day__rail {
    left: 1.12rem !important;
  }

  .hm-day__active-dot {
    left: 1.12rem !important;
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  .hm-day__active-dot::after {
    width: 1.45rem !important;
    height: 1.45rem !important;
  }

  .hm-day__marker {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  .hm-day__marker::after {
    width: 1.45rem !important;
    height: 1.45rem !important;
  }

  .hm-day__card {
    padding: 0.95rem 1.1rem !important;
    border-radius: 0.7rem !important;
  }

  .hm-day__card-title {
    font-size: 1.25rem !important;
    line-height: 1.45rem !important;
    padding: 0.55rem 0.8rem !important;
  }

  .hm-day__card p {
     font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__note {
 font-size: 1.3rem !important;
    line-height: 2rem !important;
    margin-top: 2rem !important;
  }
}


/* ================================
   MOBILE
================================ */
@media (max-width: 767px) {
  .hm-day {
    padding: 3.8rem 1rem !important;
  }

  .hm-day__intro {
    margin-bottom: 2.4rem !important;
  }

  .hm-day__badge {
    font-size: 0.78rem !important;
    line-height: 1.35rem !important;
    padding: 0.25rem 1.5rem !important;
  }

  .hm-day__intro h2 {
    font-size: 2.05rem !important;
    line-height: 2.55rem !important;
    margin-bottom: 1rem !important;
  }

  .hm-day__intro p {
    font-size: 1.08rem !important;
    line-height: 1.65rem !important;
  }

  .hm-day__item {
    grid-template-columns: 2rem 1fr !important;
    gap: 0.85rem !important;
  }

  .hm-day__rail {
    left: 1rem !important;
    top: 1rem !important;
    bottom: 4.3rem !important;
  }

  .hm-day__active-dot {
    left: 1rem !important;
    width: 2rem !important;
    height: 2rem !important;
  }

  .hm-day__active-dot::after {
    width: 1.28rem !important;
    height: 1.28rem !important;
  }

  .hm-day__marker {
    width: 2rem !important;
    height: 2rem !important;
  }

  .hm-day__marker::after {
    width: 1.28rem !important;
    height: 1.28rem !important;
  }

  .hm-day__items {
    gap: 1rem !important;
  }

  .hm-day__card {
    padding: 0.9rem !important;
    border-radius: 0.75rem !important;
  }

  .hm-day__card-title {
    display: block !important;
    font-size: 1.2rem !important;
    line-height: 1.45rem !important;
    padding: 0.6rem 0.75rem !important;
  }

  .hm-day__card p {
    font-size: 1.2rem !important;
    line-height: 1.75rem !important;
    margin-top: 0.85rem !important;
  }

  .hm-day__note {
    margin-left: 0 !important;
    padding-left: 0.8rem !important;
   font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}


/* ================================
   SMALL MOBILE
================================ */
@media (max-width: 420px) {
  .hm-day {
    padding: 3.4rem 0.9rem !important;
  }

  .hm-day__intro h2 {
    font-size: 1.82rem !important;
    line-height: 2.3rem !important;
  }

  .hm-day__intro p {
    font-size: 1rem !important;
    line-height: 1.55rem !important;
  }

  .hm-day__item {
    grid-template-columns: 1.85rem 1fr !important;
    gap: 0.75rem !important;
  }

  .hm-day__rail {
    left: 0.92rem !important;
  }

  .hm-day__active-dot {
    left: 0.92rem !important;
    width: 1.85rem !important;
    height: 1.85rem !important;
  }

  .hm-day__active-dot::after {
    width: 1.15rem !important;
    height: 1.15rem !important;
  }

  .hm-day__marker {
    width: 1.85rem !important;
    height: 1.85rem !important;
  }

  .hm-day__marker::after {
    width: 1.15rem !important;
    height: 1.15rem !important;
  }

  .hm-day__card {
    padding: 0.82rem !important;
  }

  .hm-day__card-title {
    font-size: 1.2rem !important;
    line-height: 1.38rem !important;
  }

  .hm-day__card p {
   font-size: 1.3rem !important;
    line-height: 2rem !important;
  }

  .hm-day__note {
   font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}
/* ================================
   DAY SECTION FINAL FONT + SPACING PATCH
   Slight desktop increase, stronger laptop/tablet/mobile readability
================================ */

/* Big desktop */
.hm-day {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.hm-day__intro {
  margin-bottom: 3.6rem !important;
}

.hm-day__badge {
  font-size: 0.68rem !important;
  line-height: 1.25rem !important;
  padding: 0.24rem 1.7rem !important;
}

.hm-day__intro h2 {
  font-size: 2.15rem !important;
  line-height: 2.65rem !important;
  margin-bottom: 1.35rem !important;
}

.hm-day__intro p {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.hm-day__items {
  gap: 1.65rem !important;
}

.hm-day__card {
  padding: 0.78rem 1.2rem !important;
  border-radius: 0.68rem !important;
}

.hm-day__card-title {
  min-height: 2.05rem !important;
  padding: 0.28rem 0.85rem !important;
  font-size: 1.2rem !important;
  line-height: 1.38rem !important;
}

.hm-day__card p {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
  margin-top: 0.82rem !important;
}

.hm-day__note {
  margin-top: 2.4rem !important;
  font-size: 1.1rem !important;
  line-height: 1.7rem !important;
}


/* ================================
   LAPTOP / SMALL DESKTOP
================================ */
@media (min-width: 1025px) and (max-width: 1280px) {
  .hm-day {
    padding: 4.8rem 1.5rem !important;
  }

  .hm-day__inner {
    max-width: 62rem !important;
  }

  .hm-day__intro {
    margin-bottom: 3.3rem !important;
  }

  .hm-day__intro h2 {
    font-size: 2.1rem !important;
    line-height: 2.6rem !important;
  }

  .hm-day__intro p {
    font-size: 1rem !important;
    line-height: 1.52rem !important;
  }

  .hm-day__items {
    gap: 1.45rem !important;
  }

  .hm-day__card {
    padding: 0.8rem 1.15rem !important;
  }

  .hm-day__card-title {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
  }

  .hm-day__card p {
   font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__note {
   font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}


/* ================================
   TABLET
================================ */
@media (max-width: 1024px) {
  .hm-day {
    padding: 4.5rem 1.25rem !important;
  }

  .hm-day__inner {
    max-width: 100% !important;
  }

  .hm-day__intro {
    max-width: 44rem !important;
    margin-bottom: 3rem !important;
  }

  .hm-day__badge {
    font-size: 0.74rem !important;
    line-height: 1.35rem !important;
  }

  .hm-day__intro h2 {
    font-size: 2.15rem !important;
    line-height: 2.65rem !important;
    margin-bottom: 1.15rem !important;
  }

  .hm-day__intro p {
    font-size: 1.05rem !important;
    line-height: 1.62rem !important;
  }

  .hm-day__items {
    gap: 1.25rem !important;
  }

  .hm-day__item {
    grid-template-columns: 2.2rem 1fr !important;
    gap: 1rem !important;
  }

  .hm-day__rail {
    left: 1.1rem !important;
  }

  .hm-day__active-dot {
    left: 1.1rem !important;
    width: 2.2rem !important;
    height: 2.2rem !important;
  }

  .hm-day__active-dot::after {
    width: 1.42rem !important;
    height: 1.42rem !important;
  }

  .hm-day__marker {
    width: 2.2rem !important;
    height: 2.2rem !important;
  }

  .hm-day__marker::after {
    width: 1.42rem !important;
    height: 1.42rem !important;
  }

  .hm-day__card {
    padding: 0.95rem 1.1rem !important;
    border-radius: 0.75rem !important;
  }

  .hm-day__card-title {
    font-size: 1.24rem !important;
    line-height: 1.45rem !important;
    padding: 0.55rem 0.8rem !important;
  }

  .hm-day__card p {
   font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__note {
    margin-top: 2.2rem !important;
   font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}


/* ================================
   MOBILE
================================ */
@media (max-width: 767px) {
  .hm-day {
    padding: 4rem 1rem !important;
  }

  .hm-day__intro {
    margin-bottom: 2.6rem !important;
  }

  .hm-day__badge {
    font-size: 0.78rem !important;
    line-height: 1.35rem !important;
    padding: 0.25rem 1.5rem !important;
    margin-bottom: 1.15rem !important;
  }

  .hm-day__intro h2 {
    font-size: 1.95rem !important;
    line-height: 2.42rem !important;
    margin-bottom: 1rem !important;
  }

  .hm-day__intro p {
    font-size: 1.03rem !important;
    line-height: 1.6rem !important;
  }

  .hm-day__item {
    grid-template-columns: 2rem 1fr !important;
    gap: 0.85rem !important;
  }

  .hm-day__rail {
    left: 1rem !important;
    top: 1rem !important;
    bottom: 4.4rem !important;
  }

  .hm-day__active-dot {
    left: 1rem !important;
    width: 2rem !important;
    height: 2rem !important;
  }

  .hm-day__active-dot::after {
    width: 1.28rem !important;
    height: 1.28rem !important;
  }

  .hm-day__marker {
    width: 2rem !important;
    height: 2rem !important;
  }

  .hm-day__marker::after {
    width: 1.28rem !important;
    height: 1.28rem !important;
  }

  .hm-day__items {
    gap: 1.05rem !important;
  }

  .hm-day__card {
    padding: 0.9rem !important;
    border-radius: 0.78rem !important;
  }

  .hm-day__item.is-active .hm-day__card {
    transform: none !important;
  }

  .hm-day__card-title {
    display: block !important;
    font-size: 1.2rem !important;
    line-height: 1.42rem !important;
    padding: 0.6rem 0.72rem !important;
  }

  .hm-day__card p {
    font-size: 1.2rem !important;
    line-height: 1.75rem !important;
    margin-top: 0.85rem !important;
  }

  .hm-day__note {
    margin-left: 0 !important;
    margin-top: 2rem !important;
    padding-left: 0.8rem !important;
    font-size: 1.1rem !important;
    line-height: 1.65rem !important;
  }
}


/* ================================
   SMALL MOBILE
================================ */
@media (max-width: 420px) {
  .hm-day {
    padding: 3.6rem 0.9rem !important;
  }

  .hm-day__intro h2 {
    font-size: 1.75rem !important;
    line-height: 2.22rem !important;
  }

  .hm-day__intro p {
    font-size: 0.98rem !important;
    line-height: 1.5rem !important;
  }

  .hm-day__item {
    grid-template-columns: 1.85rem 1fr !important;
    gap: 0.75rem !important;
  }

  .hm-day__rail {
    left: 0.92rem !important;
  }

  .hm-day__active-dot {
    left: 0.92rem !important;
    width: 1.85rem !important;
    height: 1.85rem !important;
  }

  .hm-day__active-dot::after {
    width: 1.15rem !important;
    height: 1.15rem !important;
  }

  .hm-day__marker {
    width: 1.85rem !important;
    height: 1.85rem !important;
  }

  .hm-day__marker::after {
    width: 1.15rem !important;
    height: 1.15rem !important;
  }

  .hm-day__card {
    padding: 0.82rem !important;
  }

  .hm-day__card-title {
    font-size: 1.2rem !important;
    line-height: 1.35rem !important;
  }

  .hm-day__card p {
     font-size: 1.2rem !important;
    line-height: 1.75rem !important;
  }

  .hm-day__note {
    font-size: 1rem !important;
    line-height: 1.22rem !important;
  }
}
.hm-day__note{
  margin-bottom:2rem;