/* Extracted from reseller-hosting.html inline <style> block 01. */
  body {
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    background: #ffffff;
    color: #0f172a;
  }

  .webystrata_reseller_below_hero,
  .webystrata_reseller_below_hero * {
    box-sizing: border-box;
  }

  .webystrata_reseller_below_hero {
    width: 100%;
    padding: 22px 0 42px;
    background: #ffffff;
    font-family: "DM Sans", "Inter", Arial, sans-serif;
    color: #0f172a;
    overflow: hidden;
  }

  .webystrata_reseller_below_hero_container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 28px;
  }

  .webystrata_reseller_below_hero_shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
    padding-top: 22px;
    border-top: 1px solid rgba(7, 91, 216, 0.16);
  }

  .webystrata_reseller_below_hero_intro {
    min-height: 178px;
    padding: 24px;
    border-radius: 24px;
    background: #f8fbff;
    border: 1px solid #dce6f3;
  }

  .webystrata_reseller_below_hero_intro span {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    color: #075bd8;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.75px;
    text-transform: uppercase;
  }

  .webystrata_reseller_below_hero_intro h2 {
    margin: 34px 0 0;
    color: #0f172a;
    font-size: 29px;
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -1.2px;
  }

  .webystrata_reseller_below_hero_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }

  .webystrata_reseller_below_hero_card {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    min-height: 178px;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #dce6f3;
    overflow: hidden;
    transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
  }

  .webystrata_reseller_below_hero_card:hover {
    transform: translateY(-3px);
    border-color: #bfd5f8;
    background: #fbfdff;
  }

  .webystrata_reseller_below_hero_card::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;
  }

  .webystrata_reseller_below_hero_card:hover::before,
  .webystrata_reseller_below_hero_card_blue::before,
  .webystrata_reseller_below_hero_card_dark::before {
    opacity: 1;
  }

  .webystrata_reseller_below_hero_card::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -90%;
    width: 42%;
    height: 280%;
    background: linear-gradient(
      90deg,
      rgba(255,255,255,0) 0%,
      rgba(7,91,216,0.03) 35%,
      rgba(7,91,216,0.12) 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;
  }

  .webystrata_reseller_below_hero_card:hover::after {
    left: 130%;
  }

  .webystrata_reseller_below_hero_icon,
  .webystrata_reseller_below_hero_card h3,
  .webystrata_reseller_below_hero_card p {
    position: relative;
    z-index: 2;
  }

  .webystrata_reseller_below_hero_icon {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    background: #eef5ff;
    border: 1px solid #cfe0ff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .webystrata_reseller_below_hero_icon svg {
    width: 27px;
    height: 27px;
    fill: #075bd8;
  }

  .webystrata_reseller_below_hero_card h3 {
    margin: 3px 0 0;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -0.75px;
  }

  .webystrata_reseller_below_hero_card p {
    margin: 10px 0 0;
    color: #53627a;
    font-size: 13.8px;
    line-height: 1.48;
    font-weight: 500;
  }

  .webystrata_reseller_below_hero_card_blue {
    background: linear-gradient(135deg, #075bd8 0%, #0866ef 58%, #004fc4 100%);
    border-color: #075bd8;
  }

  .webystrata_reseller_below_hero_card_blue:hover {
    background: linear-gradient(135deg, #075bd8 0%, #0866ef 58%, #004fc4 100%);
    border-color: #075bd8;
  }

  .webystrata_reseller_below_hero_card_dark {
    background: #07111f;
    border-color: #07111f;
  }

  .webystrata_reseller_below_hero_card_dark:hover {
    background: #07111f;
    border-color: #07111f;
  }

  .webystrata_reseller_below_hero_card_blue::after,
  .webystrata_reseller_below_hero_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.17) 50%,
      rgba(255,255,255,0.04) 65%,
      rgba(255,255,255,0) 100%
    );
  }

  .webystrata_reseller_below_hero_card_blue .webystrata_reseller_below_hero_icon,
  .webystrata_reseller_below_hero_card_dark .webystrata_reseller_below_hero_icon {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.18);
  }

  .webystrata_reseller_below_hero_card_blue .webystrata_reseller_below_hero_icon svg,
  .webystrata_reseller_below_hero_card_dark .webystrata_reseller_below_hero_icon svg {
    fill: #ffffff;
  }

  .webystrata_reseller_below_hero_card_blue h3,
  .webystrata_reseller_below_hero_card_dark h3 {
    color: #ffffff;
  }

  .webystrata_reseller_below_hero_card_blue p,
  .webystrata_reseller_below_hero_card_dark p {
    color: rgba(255,255,255,0.82);
  }

  @media (max-width: 1150px) {
    .webystrata_reseller_below_hero_shell {
      grid-template-columns: 1fr;
    }

    .webystrata_reseller_below_hero_intro {
      min-height: auto;
    }

    .webystrata_reseller_below_hero_grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 720px) {
    .webystrata_reseller_below_hero {
      padding: 18px 0 34px;
    }

    .webystrata_reseller_below_hero_container {
      padding: 0 16px;
    }

    .webystrata_reseller_below_hero_shell {
      padding-top: 18px;
    }

    .webystrata_reseller_below_hero_intro,
    .webystrata_reseller_below_hero_card {
      border-radius: 22px;
      padding: 22px;
    }

    .webystrata_reseller_below_hero_intro h2 {
      margin-top: 26px;
      font-size: 27px;
    }

    .webystrata_reseller_below_hero_card {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .webystrata_reseller_below_hero_card h3 {
      font-size: 22px;
    }
  }
