/* Extracted from master-reseller-hosting.html inline <style> block 01. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_reseller_master_strip,
  .webystrata_reseller_master_strip * {
    box-sizing: border-box;
  }

  .webystrata_reseller_master_strip {
    width: 100%;
    padding: 14px 0 28px;
    background: #ffffff;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    color: #0f172a;
    overflow: hidden;
  }

  .webystrata_reseller_master_container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .webystrata_reseller_master_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid rgba(7, 91, 216, 0.14);
  }

  .webystrata_reseller_master_card {
    position: relative;
    min-height: 156px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #dce6f3;
    overflow: hidden;
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  }

  .webystrata_reseller_master_card:hover {
    transform: translateY(-3px);
    border-color: #bfd5f8;
    background: #fbfdff;
  }

  .webystrata_reseller_master_card::before {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 0;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: #075bd8;
    opacity: 0;
    transition: opacity 0.24s ease;
    z-index: 2;
  }

  .webystrata_reseller_master_card:hover::before,
  .webystrata_reseller_master_card_blue::before,
  .webystrata_reseller_master_card_dark::before {
    opacity: 1;
  }

  .webystrata_reseller_master_card::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.03) 35%,
      rgba(7,91,216,0.11) 50%,
      rgba(7,91,216,0.03) 65%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-22deg);
    pointer-events: none;
    transition: left 0.85s ease;
    z-index: 1;
  }

  .webystrata_reseller_master_card:hover::after {
    left: 130%;
  }

  .webystrata_reseller_master_card_blue {
    background: linear-gradient(135deg, #075bd8 0%, #0866ef 58%, #004fc4 100%);
    border-color: #075bd8;
  }

  .webystrata_reseller_master_card_blue:hover {
    background: linear-gradient(135deg, #075bd8 0%, #0866ef 58%, #004fc4 100%);
    border-color: #075bd8;
  }

  .webystrata_reseller_master_card_dark {
    background: #07111f;
    border-color: #07111f;
  }

  .webystrata_reseller_master_card_dark:hover {
    background: #07111f;
    border-color: #07111f;
  }

  .webystrata_reseller_master_card_blue::after,
  .webystrata_reseller_master_card_dark::after {
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.04) 35%,
      rgba(255,255,255,0.16) 50%,
      rgba(255,255,255,0.04) 65%,
      rgba(255,255,255,0) 100%
    );
  }

  .webystrata_reseller_master_icon,
  .webystrata_reseller_master_content {
    position: relative;
    z-index: 3;
  }

  .webystrata_reseller_master_icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webystrata_reseller_master_icon svg {
    width: 25px;
    height: 25px;
    fill: #075bd8;
  }

  .webystrata_reseller_master_topline {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
  }

  .webystrata_reseller_master_topline span {
    color: #075bd8;
    font-size: 17px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.5px;
  }

  .webystrata_reseller_master_topline small {
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    color: #075bd8;
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.55px;
    text-transform: uppercase;
  }

  .webystrata_reseller_master_content h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.65px;
  }

  .webystrata_reseller_master_content p {
    margin: 8px 0 0;
    color: #53627a;
    font-size: 13px;
    line-height: 1.42;
    font-weight: 500;
    letter-spacing: -0.02px;
  }

  .webystrata_reseller_master_card_blue .webystrata_reseller_master_icon,
  .webystrata_reseller_master_card_dark .webystrata_reseller_master_icon {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.18);
  }

  .webystrata_reseller_master_card_blue .webystrata_reseller_master_icon svg,
  .webystrata_reseller_master_card_dark .webystrata_reseller_master_icon svg {
    fill: #ffffff;
  }

  .webystrata_reseller_master_card_blue .webystrata_reseller_master_topline span,
  .webystrata_reseller_master_card_blue .webystrata_reseller_master_content h3,
  .webystrata_reseller_master_card_dark .webystrata_reseller_master_topline span,
  .webystrata_reseller_master_card_dark .webystrata_reseller_master_content h3 {
    color: #ffffff;
  }

  .webystrata_reseller_master_card_blue .webystrata_reseller_master_content p,
  .webystrata_reseller_master_card_dark .webystrata_reseller_master_content p {
    color: rgba(255,255,255,0.82);
  }

  .webystrata_reseller_master_card_blue .webystrata_reseller_master_topline small,
  .webystrata_reseller_master_card_dark .webystrata_reseller_master_topline small {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.16);
    color: #ffffff;
  }

  @media (max-width: 1100px) {
    .webystrata_reseller_master_grid {
      grid-template-columns: 1fr;
    }

    .webystrata_reseller_master_card {
      min-height: auto;
    }
  }

  @media (max-width: 720px) {
    .webystrata_reseller_master_strip {
      padding: 12px 0 28px;
    }

    .webystrata_reseller_master_container {
      padding: 0 16px;
    }

    .webystrata_reseller_master_grid {
      padding-top: 16px;
    }

    .webystrata_reseller_master_card {
      grid-template-columns: 1fr;
      padding: 20px;
      border-radius: 22px;
      min-height: auto;
    }

    .webystrata_reseller_master_topline {
      margin-bottom: 16px;
    }

    .webystrata_reseller_master_content h3 {
      font-size: 21px;
    }

    .webystrata_reseller_master_content p {
      font-size: 13.5px;
      line-height: 1.46;
    }
  }
