/* Extracted from alpha-reseller-hosting.html inline <style> block 01. */
    .webystrata_alpha_below_hero,
    .webystrata_alpha_below_hero * {
      box-sizing: border-box;
    }

    .webystrata_alpha_below_hero {
      width: 100%;
      padding: 24px 0 32px;
      background: #ffffff !important;
      font-family: "DM Sans", "Inter", Arial, sans-serif;
      color: #0f172a;
      overflow: hidden;
    }

    .webystrata_alpha_below_hero_wrap {
      width: 100%;
      max-width: 1340px;
      margin: 0 auto;
      padding: 0 18px;
    }

    .webystrata_alpha_below_hero_grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      align-items: stretch;
    }

    .webystrata_alpha_below_hero_card {
      position: relative;
      min-height: 156px;
      padding: 20px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid #dce6f3;
      overflow: hidden;
      display: flex;
      gap: 16px;
      align-items: flex-start;
      transition: border-color 0.22s ease, transform 0.22s ease;
    }

    .webystrata_alpha_below_hero_card:hover {
      border-color: #bcd4f8;
      transform: translateY(-2px);
    }

    .webystrata_alpha_below_hero_card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 20px;
      right: 20px;
      height: 3px;
      border-radius: 0 0 999px 999px;
      background: #075bd8;
      opacity: 0;
      transition: opacity 0.22s ease;
      z-index: 2;
    }

    .webystrata_alpha_below_hero_card:hover::before {
      opacity: 1;
    }

    .webystrata_alpha_below_hero_card::after {
      content: "";
      position: absolute;
      top: -100%;
      left: -100%;
      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.08) 50%,
        rgba(7,91,216,0.025) 65%,
        rgba(255,255,255,0) 100%
      );
      transform: skewX(-22deg);
      transition: left 0.7s ease;
      pointer-events: none;
      z-index: 1;
    }

    .webystrata_alpha_below_hero_card:hover::after {
      left: 130%;
    }

    .webystrata_alpha_below_hero_card_dark {
      background: #06111f;
      border-color: #06111f;
      color: #ffffff;
    }

    .webystrata_alpha_below_hero_card_dark::before {
      opacity: 1;
    }

    .webystrata_alpha_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.15) 50%,
        rgba(255,255,255,0.04) 65%,
        rgba(255,255,255,0) 100%
      );
    }

    .webystrata_alpha_below_hero_left {
      position: relative;
      z-index: 3;
      width: 54px;
      min-width: 54px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }

    .webystrata_alpha_below_hero_icon {
      width: 48px;
      height: 48px;
      border-radius: 15px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .webystrata_alpha_below_hero_icon svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .webystrata_alpha_below_hero_card_dark .webystrata_alpha_below_hero_icon {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.15);
      color: #ffffff;
    }

    .webystrata_alpha_below_hero_number {
      color: #075bd8;
      font-size: 18px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.4px;
    }

    .webystrata_alpha_below_hero_card_dark .webystrata_alpha_below_hero_number {
      color: #77b5ff;
    }

    .webystrata_alpha_below_hero_content {
      position: relative;
      z-index: 3;
      min-width: 0;
      flex: 1;
    }

    .webystrata_alpha_below_hero_card h3 {
      margin: 0;
      color: #0f172a;
      font-size: 19px;
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: -0.45px;
    }

    .webystrata_alpha_below_hero_card_dark h3 {
      color: #ffffff;
    }

    .webystrata_alpha_below_hero_card p {
      margin: 9px 0 0;
      color: #475569;
      font-size: 13.5px;
      line-height: 1.48;
      font-weight: 600;
    }

    .webystrata_alpha_below_hero_card_dark p {
      color: rgba(226, 232, 240, 0.86);
    }

    .webystrata_alpha_below_hero_tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: 12px;
    }

    .webystrata_alpha_below_hero_tag {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 0 9px;
      border-radius: 999px;
      background: #f8fbff;
      border: 1px solid #dce6f3;
      color: #075bd8;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      white-space: nowrap;
    }

    .webystrata_alpha_below_hero_card_dark .webystrata_alpha_below_hero_tag {
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.15);
      color: #ffffff;
    }

    @media (max-width: 1180px) {
      .webystrata_alpha_below_hero_wrap {
        max-width: 100%;
      }

      .webystrata_alpha_below_hero_grid {
        grid-template-columns: 1fr;
      }

      .webystrata_alpha_below_hero_card {
        min-height: auto;
      }
    }

    @media (max-width: 680px) {
      .webystrata_alpha_below_hero {
        padding: 20px 0 28px;
      }

      .webystrata_alpha_below_hero_wrap {
        padding: 0 14px;
      }

      .webystrata_alpha_below_hero_grid {
        gap: 12px;
      }

      .webystrata_alpha_below_hero_card {
        padding: 18px;
        border-radius: 20px;
        gap: 14px;
      }

      .webystrata_alpha_below_hero_left {
        width: 48px;
        min-width: 48px;
      }

      .webystrata_alpha_below_hero_icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
      }

      .webystrata_alpha_below_hero_icon svg {
        width: 20px;
        height: 20px;
      }

      .webystrata_alpha_below_hero_card h3 {
        font-size: 18px;
      }

      .webystrata_alpha_below_hero_card p {
        font-size: 13.2px;
      }
    }
