.elementor-6869 .elementor-element.elementor-element-2708a26b{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2af6b543 */:root {
      --bg: #f5f5f6;
      --card: #eeeeef;
      --text: #0f1720;
      --muted: #6a7380;
      --line: #d3d7de;
      --accent: #11c5e7;
      --white: #ffffff;
    }

    * {
      box-sizing: border-box;
    }

    html,
    body {
      margin: 0;
      padding: 0;
      background: var(--bg);
      color: var(--text);
      font-family: "Manrope", sans-serif;
      line-height: 1.7;
    }

    .seofox-service-wrap {
      max-width: 1240px;
      margin: 0 auto;
      padding: 80px 22px;
    }

    .seofox-service-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
      gap: 48px;
      align-items: start;
    }

    .service-main h1 {
      margin: 0 0 12px;
      font-size: clamp(2.1rem, 4vw, 3.2rem);
      line-height: 1.15;
      font-weight: 800;
      letter-spacing: -0.02em;
    }

    .service-main .intro {
      margin: 0 0 16px;
      font-style: italic;
      color: var(--muted);
      font-size: 1.04rem;
    }

    .service-main p {
      margin: 0 0 12px;
      color: #4b5562;
      font-size: 1.06rem;
      max-width: 95%;
    }

    .service-main ul {
      margin: 0 0 38px;
      padding-left: 26px;
      color: #5a6470;
      font-size: 1.02rem;
    }

    .service-main h2 {
      margin: 0 0 10px;
      font-size: clamp(1.7rem, 2.6vw, 2.5rem);
      line-height: 1.2;
      letter-spacing: -0.01em;
      font-weight: 800;
    }

    .point {
      margin: 0 0 12px;
      color: #4c5662;
      font-size: 1.03rem;
    }

    .check {
      color: #26b260;
      font-weight: 700;
      margin-right: 6px;
    }

    .service-sidebar {
      position: sticky;
      top: 26px;
    }

    .side-card {
      background: var(--card);
      border-radius: 34px;
      padding: 26px;
      margin-bottom: 28px;
    }

    .search-box {
      background: var(--white);
      border: 1px solid rgba(15, 23, 32, 0.08);
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 6px 8px 6px 18px;
      min-height: 70px;
    }

    .search-box input {
      border: 0;
      outline: 0;
      background: transparent;
      width: 100%;
      color: #7b8490;
      font-size: 1rem;
      font-family: inherit;
    }

    .search-btn {
      width: 58px;
      height: 58px;
      border-radius: 999px;
      border: 0;
      background: #0e1218;
      color: transparent;
      cursor: pointer;
      flex: 0 0 auto;
    }

    .side-card h3 {
      margin: 0 0 16px;
      font-size: 2rem;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    .cat-list {
      display: grid;
      gap: 11px;
    }

    .cat-item {
      background: transparent;
      border: 1px solid #cdd2d9;
      color: #5f6875;
      border-radius: 999px;
      min-height: 58px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.2s ease;
    }

    .cat-item:hover {
      background: var(--white);
      color: #1d2630;
      border-color: #bec4cd;
    }

    .cat-item span:last-child {
      font-size: 1.35rem;
      line-height: 1;
      color: #7b8592;
      transform: translateY(-1px);
    }

    @media (max-width: 980px) {
      .seofox-service-wrap {
        padding: 34px 14px 46px;
      }

      .seofox-service-grid {
        grid-template-columns: 1fr;
        gap: 26px;
      }

      .service-main p,
      .service-main ul {
        max-width: 100%;
      }

      .service-sidebar {
        position: static;
      }

      .side-card {
        border-radius: 24px;
        padding: 20px;
      }

      .search-box {
        min-height: 62px;
      }

      .search-btn {
        width: 50px;
        height: 50px;
      }
    }/* End custom CSS */