/* Extracted from master-reseller-hosting.html inline <style> block 02. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_mrh_white_timeline_section,
  .webystrata_mrh_white_timeline_section * {
    box-sizing: border-box;
  }

  .webystrata_mrh_white_timeline_section {
    width: 100%;
    padding: 46px 0;
    background: #ffffff;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    overflow: hidden;
  }

  .webystrata_mrh_white_timeline_container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .webystrata_mrh_white_timeline_head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    align-items: stretch;
    margin-bottom: 16px;
  }

  .webystrata_mrh_white_timeline_title,
  .webystrata_mrh_white_timeline_note,
  .webystrata_mrh_white_timeline_item {
    position: relative;
    background: #ffffff;
    border: 1px solid #dce6f3;
    overflow: hidden;
  }

  .webystrata_mrh_white_timeline_title {
    padding: 30px;
    border-radius: 28px;
  }

  .webystrata_mrh_white_timeline_title span {
    min-height: 32px;
    padding: 0 15px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #cfe0ff;
    color: #075bd8;
    display: inline-flex;
    align-items: center;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.75px;
    text-transform: uppercase;
  }

  .webystrata_mrh_white_timeline_title h2 {
    max-width: 820px;
    margin: 20px 0 0;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -2.2px;
  }

  .webystrata_mrh_white_timeline_title p {
    max-width: 850px;
    margin: 16px 0 0;
    color: #53627a;
    font-size: 15.5px;
    line-height: 1.58;
    font-weight: 500;
  }

  .webystrata_mrh_white_timeline_note {
    padding: 26px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .webystrata_mrh_white_timeline_note_icon,
  .webystrata_mrh_white_timeline_icon {
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }

  .webystrata_mrh_white_timeline_note_icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .webystrata_mrh_white_timeline_note_icon svg {
    width: 28px;
    height: 28px;
    fill: #075bd8;
  }

  .webystrata_mrh_white_timeline_note strong {
    display: block;
    color: #0f172a;
    font-size: 25px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.9px;
  }

  .webystrata_mrh_white_timeline_note small {
    display: block;
    margin-top: 8px;
    color: #53627a;
    font-size: 13.5px;
    line-height: 1.45;
    font-weight: 700;
  }

  .webystrata_mrh_white_timeline_title::before,
  .webystrata_mrh_white_timeline_note::before,
  .webystrata_mrh_white_timeline_item::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 0;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: #075bd8;
    opacity: 0;
    transition: opacity 0.24s ease;
    z-index: 2;
  }

  .webystrata_mrh_white_timeline_title::before,
  .webystrata_mrh_white_timeline_note::before,
  .webystrata_mrh_white_timeline_item:hover::before {
    opacity: 1;
  }

  .webystrata_mrh_white_timeline_title::after,
  .webystrata_mrh_white_timeline_note::after,
  .webystrata_mrh_white_timeline_item::after {
    content: "";
    position: absolute;
    top: -90%;
    left: -90%;
    width: 42%;
    height: 300%;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(7,91,216,0.025) 35%,
      rgba(7,91,216,0.10) 50%,
      rgba(7,91,216,0.025) 65%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-22deg);
    pointer-events: none;
    transition: left 0.85s ease;
    z-index: 1;
  }

  .webystrata_mrh_white_timeline_title:hover::after,
  .webystrata_mrh_white_timeline_note:hover::after,
  .webystrata_mrh_white_timeline_item:hover::after {
    left: 130%;
  }

  .webystrata_mrh_white_timeline_title span,
  .webystrata_mrh_white_timeline_title h2,
  .webystrata_mrh_white_timeline_title p,
  .webystrata_mrh_white_timeline_note_icon,
  .webystrata_mrh_white_timeline_note strong,
  .webystrata_mrh_white_timeline_note small,
  .webystrata_mrh_white_timeline_number,
  .webystrata_mrh_white_timeline_icon,
  .webystrata_mrh_white_timeline_text {
    position: relative;
    z-index: 3;
  }

  .webystrata_mrh_white_timeline_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .webystrata_mrh_white_timeline_item {
    min-height: 128px;
    padding: 20px;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 46px 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  }

  .webystrata_mrh_white_timeline_item:hover {
    transform: translateY(-3px);
    border-color: #bfd5f8;
    background: #ffffff;
  }

  .webystrata_mrh_white_timeline_number {
    color: #075bd8;
    font-size: 18px;
    line-height: 52px;
    font-weight: 900;
    letter-spacing: -0.5px;
  }

  .webystrata_mrh_white_timeline_icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .webystrata_mrh_white_timeline_icon svg {
    width: 25px;
    height: 25px;
    fill: #075bd8;
  }

  .webystrata_mrh_white_timeline_text h3 {
    margin: 1px 0 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.65px;
  }

  .webystrata_mrh_white_timeline_text p {
    margin: 8px 0 0;
    color: #53627a;
    font-size: 13.2px;
    line-height: 1.42;
    font-weight: 500;
  }

  @media (max-width: 1080px) {
    .webystrata_mrh_white_timeline_head,
    .webystrata_mrh_white_timeline_grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 720px) {
    .webystrata_mrh_white_timeline_section {
      padding: 34px 0;
    }

    .webystrata_mrh_white_timeline_container {
      padding: 0 16px;
    }

    .webystrata_mrh_white_timeline_title,
    .webystrata_mrh_white_timeline_note,
    .webystrata_mrh_white_timeline_item {
      border-radius: 22px;
      padding: 20px;
    }

    .webystrata_mrh_white_timeline_title h2 {
      font-size: 34px;
      line-height: 1;
      letter-spacing: -1.5px;
    }

    .webystrata_mrh_white_timeline_note {
      grid-template-columns: 1fr;
    }

    .webystrata_mrh_white_timeline_item {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .webystrata_mrh_white_timeline_number {
      line-height: 1;
    }
  }
