/* Extracted from dedicated-servers.html inline <style> block 02. */
    .webystrata_scope_timeline_section,
    .webystrata_scope_timeline_section * {
      box-sizing: border-box;
    }

    .webystrata_scope_timeline_section {
      width: 100%;
      padding: 54px 0;
      background: #ffffff !important;
      font-family: "DM Sans", "Inter", Arial, sans-serif;
      color: #0f172a;
      overflow: hidden;
    }

    .webystrata_scope_timeline_wrap {
      width: 100%;
      max-width: 1360px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .webystrata_scope_timeline_header {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 420px;
      gap: 32px;
      align-items: center;
      margin-bottom: 28px;
    }

    .webystrata_scope_timeline_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.9px;
      text-transform: uppercase;
      margin-bottom: 14px;
    }

    .webystrata_scope_timeline_title {
      margin: 0;
      color: #0f172a;
      font-size: clamp(34px, 3.8vw, 56px);
      line-height: 1.03;
      font-weight: 900;
      letter-spacing: -2px;
      max-width: 780px;
    }

    .webystrata_scope_timeline_title span {
      color: #075bd8;
    }

    .webystrata_scope_timeline_intro {
      margin: 0;
      color: #475569;
      font-size: 15px;
      line-height: 1.65;
      font-weight: 700;
    }

    .webystrata_scope_timeline_board {
      position: relative;
      padding: 24px;
      border-radius: 30px;
      background: #06111f;
      border: 1px solid #0b1b31;
      overflow: hidden;
    }

    .webystrata_scope_timeline_board::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 12% 18%, rgba(7, 91, 216, 0.25), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(120, 180, 255, 0.16), transparent 30%),
        linear-gradient(120deg, rgba(255,255,255,0.06), transparent 34%);
      pointer-events: none;
    }

    .webystrata_scope_timeline_board_inner {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 320px minmax(0, 1fr);
      gap: 20px;
      align-items: stretch;
    }

    .webystrata_scope_timeline_summary {
      min-height: 100%;
      padding: 24px;
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.075);
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .webystrata_scope_timeline_summary h3 {
      margin: 0;
      color: #ffffff;
      font-size: 30px;
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: -1px;
    }

    .webystrata_scope_timeline_summary p {
      margin: 12px 0 0;
      color: rgba(226, 232, 240, 0.78);
      font-size: 14px;
      line-height: 1.6;
      font-weight: 650;
    }

    .webystrata_scope_timeline_summary_note {
      margin-top: 22px;
      padding: 16px;
      border-radius: 18px;
      background: #075bd8;
      color: #ffffff;
      font-size: 13px;
      line-height: 1.45;
      font-weight: 800;
    }

    .webystrata_scope_timeline_steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .webystrata_scope_timeline_step {
      min-height: 164px;
      padding: 20px;
      border-radius: 22px;
      background: #ffffff;
      border: 1px solid rgba(255, 255, 255, 0.14);
    }

    .webystrata_scope_timeline_step_no {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      background: #eef5ff;
      border: 1px solid #cfe0ff;
      color: #075bd8;
      font-size: 15px;
      line-height: 1;
      font-weight: 900;
      margin-bottom: 16px;
    }

    .webystrata_scope_timeline_step h4 {
      margin: 0;
      color: #0f172a;
      font-size: 18px;
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -0.35px;
    }

    .webystrata_scope_timeline_step p {
      margin: 8px 0 0;
      color: #475569;
      font-size: 13px;
      line-height: 1.48;
      font-weight: 650;
    }

    .webystrata_scope_timeline_matrix {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 18px;
    }

    .webystrata_scope_timeline_matrix_box {
      border-radius: 26px;
      border: 1px solid #dce6f3;
      background: #ffffff;
      overflow: hidden;
    }

    .webystrata_scope_timeline_matrix_head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 18px 22px;
      border-bottom: 1px solid #e5edf8;
    }

    .webystrata_scope_timeline_matrix_head h3 {
      margin: 0;
      color: #0f172a;
      font-size: 23px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.6px;
    }

    .webystrata_scope_timeline_matrix_head span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 26px;
      padding: 0 11px;
      border-radius: 999px;
      font-size: 9.5px;
      line-height: 1;
      font-weight: 900;
      letter-spacing: 0.7px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .webystrata_scope_timeline_yes {
      background: #eaf7f1;
      border: 1px solid #bbebd2;
      color: #079455;
    }

    .webystrata_scope_timeline_no {
      background: #fff4e5;
      border: 1px solid #ffd5a3;
      color: #c2410c;
    }

    .webystrata_scope_timeline_list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .webystrata_scope_timeline_list li {
      min-height: 74px;
      padding: 15px 18px;
      border-bottom: 1px solid #e5edf8;
      border-right: 1px solid #e5edf8;
    }

    .webystrata_scope_timeline_list li:nth-child(2n) {
      border-right: 0;
    }

    .webystrata_scope_timeline_list li:nth-last-child(-n + 2) {
      border-bottom: 0;
    }

    .webystrata_scope_timeline_list strong {
      display: block;
      color: #0f172a;
      font-size: 14px;
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: -0.2px;
    }

    .webystrata_scope_timeline_list small {
      display: block;
      margin-top: 4px;
      color: #64748b;
      font-size: 12.5px;
      line-height: 1.35;
      font-weight: 650;
    }

    .webystrata_scope_timeline_notice {
      margin-top: 18px;
      padding: 18px 20px;
      border-radius: 22px;
      background: #f8fbff;
      border: 1px solid #dce6f3;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .webystrata_scope_timeline_notice p {
      margin: 0;
      color: #475569;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 700;
    }

    .webystrata_scope_timeline_notice p strong {
      display: block;
      color: #0f172a;
      font-size: 17px;
      line-height: 1.25;
      font-weight: 900;
      margin-bottom: 3px;
    }

    .webystrata_scope_timeline_btn {
      min-height: 46px;
      padding: 0 24px;
      border-radius: 14px;
      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;
      white-space: nowrap;
      transition: background 0.22s ease, transform 0.22s ease;
    }

    .webystrata_scope_timeline_btn:hover {
      background: #004fc4;
      color: #ffffff !important;
      transform: translateY(-2px);
    }

    @media (max-width: 1120px) {
      .webystrata_scope_timeline_header {
        grid-template-columns: 1fr;
        gap: 14px;
      }

      .webystrata_scope_timeline_board_inner {
        grid-template-columns: 1fr;
      }

      .webystrata_scope_timeline_steps {
        grid-template-columns: 1fr;
      }

      .webystrata_scope_timeline_matrix {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 720px) {
      .webystrata_scope_timeline_section {
        padding: 40px 0;
      }

      .webystrata_scope_timeline_wrap {
        padding: 0 16px;
      }

      .webystrata_scope_timeline_title {
        font-size: 34px;
        letter-spacing: -1.2px;
      }

      .webystrata_scope_timeline_board {
        padding: 16px;
        border-radius: 24px;
      }

      .webystrata_scope_timeline_summary {
        padding: 20px;
        border-radius: 20px;
      }

      .webystrata_scope_timeline_summary h3 {
        font-size: 26px;
      }

      .webystrata_scope_timeline_step {
        min-height: auto;
      }

      .webystrata_scope_timeline_matrix_head {
        flex-direction: column;
        align-items: flex-start;
      }

      .webystrata_scope_timeline_list {
        grid-template-columns: 1fr;
      }

      .webystrata_scope_timeline_list li,
      .webystrata_scope_timeline_list li:nth-child(2n),
      .webystrata_scope_timeline_list li:nth-last-child(-n + 2) {
        border-right: 0;
        border-bottom: 1px solid #e5edf8;
      }

      .webystrata_scope_timeline_list li:last-child {
        border-bottom: 0;
      }

      .webystrata_scope_timeline_notice {
        flex-direction: column;
        align-items: stretch;
      }

      .webystrata_scope_timeline_btn {
        width: 100%;
      }
    }
