/* Extracted from reseller-hosting.html inline <style> block 06. */
    .webystrata_smart_compact_section,
    .webystrata_smart_compact_section * {
      box-sizing: border-box;
    }

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

    .webystrata_smart_compact_container {
      width: 100%;
      max-width: 1220px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .webystrata_smart_compact_head {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 24px;
      align-items: end;
      margin-bottom: 20px;
    }

    .webystrata_smart_compact_badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      padding: 0 14px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .webystrata_smart_compact_title {
      max-width: 720px;
      margin: 0;
      color: #0f172a;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1;
      font-weight: 900;
      letter-spacing: -1.7px;
    }

    .webystrata_smart_compact_title span {
      color: #075bd8;
    }

    .webystrata_smart_compact_text {
      max-width: 760px;
      margin: 12px 0 0;
      color: #475569;
      font-size: 14.8px;
      line-height: 1.58;
      font-weight: 500;
    }

    .webystrata_smart_compact_status {
      min-width: 250px;
      padding: 14px 16px;
      border-radius: 18px;
      background: #06111f;
      border: 1px solid #06111f;
      color: #ffffff;
    }

    .webystrata_smart_compact_status strong {
      display: block;
      color: #ffffff;
      font-size: 17px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.45px;
    }

    .webystrata_smart_compact_status span {
      display: block;
      margin-top: 6px;
      color: rgba(226, 232, 240, 0.78);
      font-size: 12.8px;
      line-height: 1.45;
      font-weight: 600;
    }

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

    .webystrata_smart_compact_item {
      position: relative;
      display: grid;
      grid-template-columns: 46px minmax(0, 1fr);
      gap: 14px;
      align-items: start;
      min-height: 128px;
      padding: 18px;
      border-radius: 20px;
      background: #ffffff;
      border: 1px solid #dce6f3;
      overflow: hidden;
      transition: transform 0.22s ease, border-color 0.22s ease;
    }

    .webystrata_smart_compact_item:hover {
      transform: translateY(-2px);
      border-color: #bfd5f8;
    }

    .webystrata_smart_compact_item::before {
      content: "";
      position: absolute;
      left: 18px;
      right: 18px;
      top: 0;
      height: 3px;
      border-radius: 0 0 999px 999px;
      background: #075bd8;
      opacity: 0;
      transition: opacity 0.22s ease;
    }

    .webystrata_smart_compact_item:hover::before {
      opacity: 1;
    }

    .webystrata_smart_compact_icon {
      width: 46px;
      height: 46px;
      border-radius: 15px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .webystrata_smart_compact_icon svg {
      width: 22px;
      height: 22px;
      fill: currentColor;
    }

    .webystrata_smart_compact_item h3 {
      margin: 0;
      color: #0f172a;
      font-size: 18px;
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: -0.55px;
    }

    .webystrata_smart_compact_item p {
      margin: 7px 0 0;
      color: #475569;
      font-size: 13.2px;
      line-height: 1.45;
      font-weight: 500;
    }

    .webystrata_smart_compact_footer {
      margin-top: 14px;
      padding-top: 14px;
      border-top: 1px solid #e8eef7;
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      align-items: center;
    }

    .webystrata_smart_compact_footer strong {
      color: #0f172a;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: -0.2px;
      margin-right: 4px;
    }

    .webystrata_smart_compact_footer span {
      min-height: 28px;
      padding: 0 12px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      display: inline-flex;
      align-items: center;
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
    }

    @media (max-width: 1050px) {
      .webystrata_smart_compact_head {
        grid-template-columns: 1fr;
        align-items: start;
      }

      .webystrata_smart_compact_status {
        min-width: 0;
        max-width: 420px;
      }

      .webystrata_smart_compact_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 680px) {
      .webystrata_smart_compact_section {
        padding: 28px 0;
      }

      .webystrata_smart_compact_container {
        padding: 0 16px;
      }

      .webystrata_smart_compact_title {
        font-size: 30px;
        letter-spacing: -1.2px;
      }

      .webystrata_smart_compact_text {
        font-size: 14px;
        line-height: 1.55;
      }

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

      .webystrata_smart_compact_item {
        min-height: auto;
        padding: 16px;
        border-radius: 18px;
      }
    }
