/* Extracted from dedicated-servers.html inline <style> block 03. */
    .webystrata_dedicated_refined_section,
    .webystrata_dedicated_refined_section * {
      box-sizing: border-box;
    }

    .webystrata_dedicated_refined_section {
      width: 100%;
      padding: 42px 0;
      background: #ffffff !important;
      font-family: "DM Sans", "Inter", Arial, sans-serif;
      color: #0f172a;
      overflow: hidden;
    }

    .webystrata_dedicated_refined_wrap {
      width: 100%;
      max-width: 1360px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .webystrata_dedicated_refined_header {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.55fr);
      gap: 48px;
      align-items: end;
      margin-bottom: 24px;
    }

    .webystrata_dedicated_refined_badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 30px;
      padding: 0 15px;
      border-radius: 999px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .webystrata_dedicated_refined_title {
      margin: 0;
      max-width: 760px;
      color: #0f172a;
      font-size: clamp(32px, 3.1vw, 48px);
      line-height: 1.04;
      font-weight: 900;
      letter-spacing: -1.9px;
    }

    .webystrata_dedicated_refined_title span {
      color: #075bd8;
    }

    .webystrata_dedicated_refined_intro {
      margin: 0;
      color: #475569;
      font-size: 14.5px;
      line-height: 1.65;
      font-weight: 600;
      max-width: 500px;
    }

    .webystrata_dedicated_refined_body {
      display: grid;
      grid-template-columns: 385px minmax(0, 1fr);
      gap: 16px;
      align-items: stretch;
    }

    .webystrata_dedicated_refined_panel {
      position: relative;
      padding: 24px;
      border-radius: 26px;
      background: #06111f;
      border: 1px solid #0b1b31;
      color: #ffffff;
      overflow: hidden;
      min-height: 432px;
      display: flex;
      flex-direction: column;
    }

    .webystrata_dedicated_refined_panel::before {
      content: "";
      position: absolute;
      top: 0;
      left: 24px;
      right: 24px;
      height: 4px;
      background: #075bd8;
      border-radius: 0 0 999px 999px;
    }

    .webystrata_dedicated_refined_panel::after {
      content: "";
      position: absolute;
      top: -80%;
      left: -100%;
      width: 42%;
      height: 260%;
      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%
      );
      transform: skewX(-22deg);
      transition: left 0.75s ease;
      pointer-events: none;
    }

    .webystrata_dedicated_refined_panel:hover::after {
      left: 130%;
    }

    .webystrata_dedicated_refined_panel_content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .webystrata_dedicated_refined_panel_label {
      width: fit-content;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(7, 91, 216, 0.22);
      border: 1px solid rgba(141, 194, 255, 0.34);
      color: #8dc2ff;
      font-size: 9.5px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.75px;
      text-transform: uppercase;
      margin-bottom: 20px;
    }

    .webystrata_dedicated_refined_panel h3 {
      margin: 0;
      color: #ffffff;
      font-size: 29px;
      line-height: 1.06;
      font-weight: 900;
      letter-spacing: -1px;
    }

    .webystrata_dedicated_refined_panel p {
      margin: 12px 0 0;
      color: rgba(226, 232, 240, 0.86);
      font-size: 13.5px;
      line-height: 1.58;
      font-weight: 600;
    }

    .webystrata_dedicated_refined_clean_list {
      display: grid;
      gap: 8px;
      margin-top: 22px;
    }

    .webystrata_dedicated_refined_clean_item {
      position: relative;
      display: grid;
      grid-template-columns: 145px minmax(0, 1fr);
      gap: 12px;
      align-items: center;
      min-height: 44px;
      padding: 10px 12px;
      border-radius: 14px;
      background: rgba(255, 255, 255, 0.055);
      border: 1px solid rgba(255, 255, 255, 0.11);
    }

    .webystrata_dedicated_refined_clean_item::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #4f9cff;
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
    }

    .webystrata_dedicated_refined_clean_item span {
      display: block;
      padding-left: 18px;
      color: #ffffff;
      font-size: 13px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.15px;
    }

    .webystrata_dedicated_refined_clean_item strong {
      display: block;
      color: rgba(226, 232, 240, 0.74);
      font-size: 11.8px;
      line-height: 1.3;
      font-weight: 700;
    }

    .webystrata_dedicated_refined_btn {
  margin-top: 24px;
  margin-bottom: 6px;
  min-height: 48px;
  width: calc(100% - 8px);
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  background: #075bd8;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  transition: background 0.22s ease, transform 0.22s ease;
}

    .webystrata_dedicated_refined_btn:hover {
      background: #004fc4;
      transform: translateY(-2px);
      color: #ffffff !important;
    }

    .webystrata_dedicated_refined_right {
      display: grid;
      grid-template-rows: auto auto;
      gap: 14px;
    }

    .webystrata_dedicated_refined_rows {
      display: grid;
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .webystrata_dedicated_refined_row {
      display: grid;
      grid-template-columns: 54px minmax(0, 1fr) 135px;
      gap: 15px;
      align-items: center;
      min-height: 90px;
      padding: 14px 16px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid #dce6f3;
      transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
    }

    .webystrata_dedicated_refined_row:hover {
      border-color: #bcd4f8;
      background: #fbfdff;
      transform: translateY(-2px);
    }

    .webystrata_dedicated_refined_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_dedicated_refined_icon svg {
      width: 21px;
      height: 21px;
      stroke: currentColor;
      stroke-width: 2.2;
      fill: none;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .webystrata_dedicated_refined_row h4 {
      margin: 0;
      color: #0f172a;
      font-size: 18px;
      line-height: 1.14;
      font-weight: 900;
      letter-spacing: -0.4px;
    }

    .webystrata_dedicated_refined_row p {
      margin: 6px 0 0;
      color: #475569;
      font-size: 12.8px;
      line-height: 1.43;
      font-weight: 600;
    }

    .webystrata_dedicated_refined_tag {
      justify-self: end;
      min-height: 30px;
      padding: 0 11px;
      border-radius: 999px;
      background: #f8fbff;
      border: 1px solid #dce6f3;
      color: #075bd8;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 10px;
      line-height: 1;
      font-weight: 900;
      white-space: nowrap;
    }

    .webystrata_dedicated_refined_mini_grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .webystrata_dedicated_refined_mini {
      min-height: 124px;
      padding: 17px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid #dce6f3;
      transition: border-color 0.22s ease, transform 0.22s ease;
    }

    .webystrata_dedicated_refined_mini:hover {
      border-color: #bcd4f8;
      transform: translateY(-2px);
    }

    .webystrata_dedicated_refined_mini_blue {
      background: #075bd8;
      border-color: #075bd8;
      color: #ffffff;
    }

    .webystrata_dedicated_refined_mini_number {
      display: block;
      color: #075bd8;
      font-size: 18px;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 15px;
    }

    .webystrata_dedicated_refined_mini_blue .webystrata_dedicated_refined_mini_number {
      color: rgba(255, 255, 255, 0.78);
    }

    .webystrata_dedicated_refined_mini h4 {
      margin: 0;
      color: #0f172a;
      font-size: 17px;
      line-height: 1.16;
      font-weight: 900;
      letter-spacing: -0.35px;
    }

    .webystrata_dedicated_refined_mini_blue h4 {
      color: #ffffff;
    }

    .webystrata_dedicated_refined_mini p {
      margin: 6px 0 0;
      color: #475569;
      font-size: 12.5px;
      line-height: 1.42;
      font-weight: 600;
    }

    .webystrata_dedicated_refined_mini_blue p {
      color: rgba(255, 255, 255, 0.84);
    }

    @media (max-width: 1180px) {
      .webystrata_dedicated_refined_header {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .webystrata_dedicated_refined_intro {
        max-width: 780px;
      }

      .webystrata_dedicated_refined_body {
        grid-template-columns: 1fr;
      }

      .webystrata_dedicated_refined_panel {
        min-height: auto;
      }

      .webystrata_dedicated_refined_btn {
        margin-top: 24px;
      }
    }

    @media (max-width: 820px) {
      .webystrata_dedicated_refined_row {
        grid-template-columns: 52px minmax(0, 1fr);
      }

      .webystrata_dedicated_refined_tag {
        grid-column: 2;
        justify-self: start;
      }

      .webystrata_dedicated_refined_mini_grid {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 680px) {
      .webystrata_dedicated_refined_section {
        padding: 34px 0;
      }

      .webystrata_dedicated_refined_wrap {
        padding: 0 16px;
      }

      .webystrata_dedicated_refined_title {
        font-size: 30px;
        line-height: 1.07;
        letter-spacing: -1.25px;
      }

      .webystrata_dedicated_refined_intro {
        font-size: 14px;
        line-height: 1.55;
      }

      .webystrata_dedicated_refined_panel {
        padding: 22px;
        border-radius: 22px;
      }

      .webystrata_dedicated_refined_panel h3 {
        font-size: 26px;
      }

      .webystrata_dedicated_refined_clean_item {
        grid-template-columns: 1fr;
        gap: 4px;
        min-height: auto;
        padding: 11px 12px;
      }

      .webystrata_dedicated_refined_clean_item strong {
        padding-left: 18px;
      }

      .webystrata_dedicated_refined_row {
        padding: 15px;
        border-radius: 20px;
        gap: 13px;
      }

      .webystrata_dedicated_refined_row h4 {
        font-size: 18px;
      }

      .webystrata_dedicated_refined_row p {
        font-size: 13px;
      }
    }
