
     #fit-ny-hero .hero-main-div h1 {
            font-size: 35px !important;
    }
  #fit-ny-hero #fit-ny-hero-desc {
    font-size: 16px;
    max-width: 1400px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 22px;
  }

  #fit-ny-hero #fit-ny-hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 22px;
    width: 100%;
  }

  #fit-ny-hero .fit-ny-feat-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(165deg, rgba(5, 28, 60, 0.92) 0%, rgba(2, 7, 62, 0.92) 100%);
    border: 1px solid rgba(13, 131, 122, 0.4);
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 8px 20px rgba(2, 7, 62, 0.4);
    transition: transform 0.25s ease, border-color 0.25s ease;
  }

  #fit-ny-hero .fit-ny-feat-card:hover {
    transform: translateY(-2px);
    border-color: #2ed1c4;
  }

  #fit-ny-hero .fit-ny-feat-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(13, 131, 122, 0.4) 0%, rgba(46, 209, 196, 0.15) 100%);
    border: 1px solid rgba(46, 209, 196, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #2ed1c4;
  }

  #fit-ny-hero .fit-ny-feat-body {
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.5;
  }

  #fit-ny-hero .fit-ny-feat-body strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
  }

  #fit-ny-hero #fit-ny-hero-action {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }

  #fit-ny-hero #fit-ny-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0d837a 0%, #12a89d 100%);
    color: #ffffff;
    padding: 13px 28px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid #2ed1c4;
    box-shadow: 0 10px 22px rgba(13, 131, 122, 0.35);
    transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
  }

  #fit-ny-hero #fit-ny-hero-btn:hover {
    background: linear-gradient(135deg, #12a89d 0%, #2ed1c4 100%);
    color: #02073e;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(46, 209, 196, 0.45);
    border-color: #ffffff;
  }

  @media (max-width: 991px) {
    #fit-ny-hero #fit-ny-hero-features {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 576px) {
    #fit-ny-hero #fit-ny-hero-btn {
      width: 100%;
      justify-content: center;
    }
  }

  #fit-ny-s1 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 85% 15%, rgba(13, 131, 122, 0.25) 0%, transparent 50%), radial-gradient(circle at 10% 80%, rgba(46, 209, 196, 0.08) 0%, transparent 45%), linear-gradient(180deg, #02073e 0%, #051c3c 100%);
      color: #ffffff;
      padding: 105px 24px;
      border-bottom: 1px solid rgba(13, 131, 122, 0.35);
    }

    #fit-ny-s1 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s1 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s1 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 16px;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s1 h2::after {
      content: "";
      display: block;
      width: 58px;
      height: 4px;
      background: linear-gradient(90deg, #2ed1c4 0%, #0d837a 100%);
      border-radius: 4px;
      margin-top: 14px;
    }

    #fit-ny-s1 .fit-lead {
      font-size: 16px;
      max-width: 1400px;
      color: #cbd5e1;
      line-height: 1.8;
      margin-top: 18px;
      margin-bottom: 48px;
    }

    #fit-ny-s1 .fit-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      width: 100%;
    }

    #fit-ny-s1 .fit-card {
      background: linear-gradient(160deg, rgba(5, 28, 60, 0.95) 0%, rgba(2, 7, 62, 0.98) 100%);
      border: 1px solid rgba(13, 131, 122, 0.35);
      border-radius: 16px;
      padding: 34px 30px;
      position: relative;
      box-shadow: 0 16px 36px rgba(2, 7, 62, 0.55);
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.28s ease, box-shadow 0.28s ease;
      display: flex;
      flex-direction: column;
    }

    #fit-ny-s1 .fit-card:hover {
      transform: translateY(-6px);
      border-color: #2ed1c4;
      box-shadow: 0 24px 48px rgba(13, 131, 122, 0.25);
    }

    #fit-ny-s1 .fit-card-tag {
      display: inline-block;
      align-self: flex-start;
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      color: #2ed1c4;
      background: rgba(46, 209, 196, 0.12);
      border: 1px solid rgba(46, 209, 196, 0.35);
      border-radius: 6px;
      padding: 4px 10px;
      margin-bottom: 16px;
    }

    #fit-ny-s1 .fit-card h3 {
      font-size: 21px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.35;
      margin-bottom: 12px;
    }

    #fit-ny-s1 .fit-card p {
      font-size: 16px;
      max-width: 1400px;
      color: #94a3b8;
      line-height: 1.75;
    }

    #fit-ny-s1 .fit-summary-box {
      margin-top: 45px;
      padding: 26px 32px;
      background: linear-gradient(135deg, rgba(13, 131, 122, 0.22) 0%, rgba(5, 28, 60, 0.85) 100%);
      border: 1px solid rgba(46, 209, 196, 0.45);
      border-left: 6px solid #2ed1c4;
      border-radius: 14px;
      box-shadow: 0 12px 30px rgba(2, 7, 62, 0.4);
    }

    #fit-ny-s1 .fit-summary-box p {
      font-size: 16px;
      color: #e2e8f0;
      font-weight: 600;
      line-height: 1.7;
    }

    #fit-ny-s2 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 90% 15%, rgba(13, 131, 122, 0.08) 0%, transparent 45%), #ffffff;
      color: #051c3c;
      padding: 105px 24px;
      border-bottom: 1px solid #e2e8f0;
    }

    #fit-ny-s2 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s2 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s2 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #02073e;
      margin-bottom: 16px;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s2 h2::after {
      content: "";
      display: block;
      width: 58px;
      height: 4px;
      background: linear-gradient(90deg, #0d837a 0%, #2ed1c4 100%);
      border-radius: 4px;
      margin-top: 14px;
    }

    #fit-ny-s2 .fit-lead {
      font-size: 16px;
      max-width: 1400px;
      color: #475569;
      line-height: 1.8;
      margin-top: 18px;
      margin-bottom: 48px;
    }

    #fit-ny-s2 .fit-net-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      width: 100%;
      margin-bottom: 38px;
    }

    #fit-ny-s2 .fit-net-box {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-top: 3px solid #0d837a;
      border-radius: 18px;
      padding: 34px 28px;
      box-shadow: 0 12px 30px rgba(5, 28, 60, 0.05);
      position: relative;
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    #fit-ny-s2 .fit-net-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 42px rgba(13, 131, 122, 0.16);
      border-color: #0d837a;
    }

    #fit-ny-s2 .fit-icon-wrapper {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, #e6f6f4 0%, #f0fdfa 100%);
      border: 1px solid rgba(13, 131, 122, 0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0d837a;
      box-shadow: 0 6px 14px rgba(13, 131, 122, 0.12);
    }

    #fit-ny-s2 .fit-net-box h3 {
      font-size: 20px;
      color: #051c3c;
      font-weight: 700;
      line-height: 1.35;
    }

    #fit-ny-s2 .fit-net-box p {
      font-size: 16px;
      max-width: 1400px;
      color: #334155;
      line-height: 1.75;
    }

    #fit-ny-s2 .fit-callout-note {
      background: #f8fafc;
      border-left: 5px solid #0d837a;
      border-radius: 0 14px 14px 0;
      padding: 24px 30px;
      box-shadow: 0 4px 16px rgba(5, 28, 60, 0.04);
    }

    #fit-ny-s2 .fit-callout-note p {
      font-size: 16px;
      color: #334155;
      line-height: 1.75;
      font-weight: 500;
    }

    #fit-ny-s3 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 10% 25%, rgba(13, 131, 122, 0.22) 0%, transparent 48%), linear-gradient(180deg, #051c3c 0%, #02073e 100%);
      color: #ffffff;
      padding: 105px 24px;
      border-bottom: 1px solid rgba(13, 131, 122, 0.3);
    }

    #fit-ny-s3 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s3 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s3 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 16px;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s3 h2::after {
      content: "";
      display: block;
      width: 58px;
      height: 4px;
      background: linear-gradient(90deg, #2ed1c4 0%, #0d837a 100%);
      border-radius: 4px;
      margin-top: 14px;
    }

    #fit-ny-s3 .fit-lead {
      font-size: 16px;
      max-width: 1400px;
      color: #cbd5e1;
      line-height: 1.8;
      margin-top: 18px;
      margin-bottom: 48px;
    }

    #fit-ny-s3 .fit-ixp-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px;
      width: 100%;
    }

    #fit-ny-s3 .fit-ixp-card {
      background: linear-gradient(145deg, rgba(2, 7, 62, 0.94) 0%, rgba(5, 28, 60, 0.97) 100%);
      border: 1px solid rgba(13, 131, 122, 0.35);
      border-radius: 20px;
      padding: 44px 38px;
      box-shadow: 0 20px 44px rgba(2, 7, 62, 0.65);
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.28s ease, box-shadow 0.28s ease;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }

    #fit-ny-s3 .fit-ixp-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: linear-gradient(90deg, #2ed1c4 0%, #0d837a 100%);
    }

    #fit-ny-s3 .fit-ixp-card:hover {
      transform: translateY(-6px);
      border-color: #2ed1c4;
      box-shadow: 0 28px 52px rgba(13, 131, 122, 0.28);
    }

    #fit-ny-s3 .fit-ixp-meta {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 800;
      color: #2ed1c4;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 14px;
    }

    #fit-ny-s3 .fit-ixp-meta::before {
      content: "";
      width: 8px;
      height: 8px;
      background: #2ed1c4;
      border-radius: 50%;
      box-shadow: 0 0 10px #2ed1c4;
    }

    #fit-ny-s3 .fit-ixp-card h3 {
      font-size: 23px;
      color: #ffffff;
      font-weight: 700;
      line-height: 1.35;
      margin-bottom: 14px;
    }

    #fit-ny-s3 .fit-ixp-card p {
      font-size: 16px;
      max-width: 1400px;
      color: #cbd5e1;
      line-height: 1.8;
    }

    #fit-ny-s4 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: #f8fafc;
      color: #051c3c;
      padding: 105px 24px;
      border-bottom: 1px solid #e2e8f0;
    }

    #fit-ny-s4 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s4 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s4 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #02073e;
      margin-bottom: 16px;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s4 h2::after {
      content: "";
      display: block;
      width: 58px;
      height: 4px;
      background: linear-gradient(90deg, #051c3c 0%, #0d837a 100%);
      border-radius: 4px;
      margin-top: 14px;
    }

    #fit-ny-s4 .fit-lead {
      font-size: 16px;
      max-width: 1400px;
      color: #475569;
      line-height: 1.8;
      margin-top: 18px;
      margin-bottom: 48px;
    }

    #fit-ny-s4 .fit-audience-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      width: 100%;
    }

    #fit-ny-s4 .fit-audience-box {
      background: #ffffff;
      border-radius: 18px;
      padding: 34px 28px;
      box-shadow: 0 12px 28px rgba(5, 28, 60, 0.05);
      border: 1px solid #e2e8f0;
      position: relative;
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    #fit-ny-s4 .fit-audience-box:hover {
      transform: translateY(-6px);
      box-shadow: 0 22px 42px rgba(5, 28, 60, 0.12);
      border-color: #0d837a;
    }

    #fit-ny-s4 .fit-aud-icon {
      width: 52px;
      height: 52px;
      border-radius: 14px;
      background: linear-gradient(135deg, #e6f6f4 0%, #f0fdfa 100%);
      border: 1px solid rgba(13, 131, 122, 0.35);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0d837a;
      box-shadow: 0 6px 14px rgba(13, 131, 122, 0.12);
    }

    #fit-ny-s4 .fit-audience-box h3 {
      font-size: 20px;
      color: #02073e;
      font-weight: 700;
      line-height: 1.35;
    }

    #fit-ny-s4 .fit-audience-box p {
      font-size: 16px;
      max-width: 1400px;
      color: #334155;
      line-height: 1.75;
    }

    #fit-ny-s5 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 10% 20%, rgba(13, 131, 122, 0.1) 0%, transparent 45%), #ffffff;
      color: #051c3c;
      padding: 105px 24px;
      border-bottom: 1px solid #e2e8f0;
    }

    #fit-ny-s5 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s5 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s5 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #02073e;
      margin-bottom: 16px;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s5 h2::after {
      content: "";
      display: block;
      width: 58px;
      height: 4px;
      background: linear-gradient(90deg, #0d837a 0%, #2ed1c4 100%);
      border-radius: 4px;
      margin-top: 14px;
    }

    #fit-ny-s5 .fit-lead {
      font-size: 16px;
      max-width: 1400px;
      color: #334155;
      line-height: 1.8;
      margin-top: 18px;
      margin-bottom: 24px;
    }

    #fit-ny-s5 .fit-sublead {
      font-size: 18px;
      font-weight: 700;
      color: #0d837a;
      line-height: 1.4;
      margin-bottom: 36px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    #fit-ny-s5 .fit-gpu-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
      width: 100%;
      margin-bottom: 44px;
    }

    #fit-ny-s5 .fit-gpu-card {
      background: #ffffff;
      border: 1px solid #cbd5e1;
      border-left: 5px solid #0d837a;
      border-radius: 16px;
      padding: 34px 30px;
      box-shadow: 0 12px 28px rgba(5, 28, 60, 0.05);
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    #fit-ny-s5 .fit-gpu-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 22px 42px rgba(13, 131, 122, 0.16);
      border-color: #0d837a;
    }

    #fit-ny-s5 .fit-gpu-card h3 {
      font-size: 21px;
      color: #051c3c;
      font-weight: 700;
      line-height: 1.35;
    }

    #fit-ny-s5 .fit-gpu-card p {
      font-size: 16px;
      max-width: 1400px;
      color: #475569;
      line-height: 1.75;
    }

    #fit-ny-s5 .fit-ideal-container {
      background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
      border: 1px solid #cbd5e1;
      border-left: 5px solid #0d837a;
      border-radius: 18px;
      padding: 36px 32px;
      margin-bottom: 28px;
    }

    #fit-ny-s5 .fit-ideal-container h3 {
      font-size: 21px;
      color: #02073e;
      font-weight: 700;
      margin-bottom: 20px;
    }

    #fit-ny-s5 .fit-ideal-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px 26px;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #fit-ny-s5 .fit-ideal-list li {
      font-size: 16px;
      color: #334155;
      line-height: 1.7;
      position: relative;
      padding-left: 24px;
    }

    #fit-ny-s5 .fit-ideal-list li::before {
      content: "■";
      color: #0d837a;
      font-size: 10px;
      position: absolute;
      left: 0;
      top: 5px;
    }

    #fit-ny-s5 .fit-gpu-bottom-note {
      font-size: 16px;
      max-width: 1400px;
      color: #475569;
      line-height: 1.8;
      background: #ffffff;
      border-left: 4px solid #0d837a;
      padding: 20px 24px;
      border-radius: 0 12px 12px 0;
      box-shadow: 0 4px 14px rgba(5, 28, 60, 0.04);
    }

    #fit-ny-s6 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 90% 85%, rgba(13, 131, 122, 0.2) 0%, transparent 45%), linear-gradient(180deg, #02073e 0%, #051c3c 100%);
      color: #ffffff;
      padding: 105px 24px;
      border-bottom: 1px solid rgba(13, 131, 122, 0.3);
    }

    #fit-ny-s6 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s6 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s6 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #ffffff;
      margin-bottom: 16px;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s6 h2::after {
      content: "";
      display: block;
      width: 58px;
      height: 4px;
      background: linear-gradient(90deg, #2ed1c4 0%, #0d837a 100%);
      border-radius: 4px;
      margin-top: 14px;
      margin-bottom: 28px;
    }

    #fit-ny-s6 .fit-lead {
      font-size: 16px;
      max-width: 1400px;
      color: #cbd5e1;
      line-height: 1.8;
      margin-bottom: 40px;
    }

    #fit-ny-s6 .fit-table-wrap {
      width: 100%;
      overflow-x: auto;
      border-radius: 18px;
      border: 1px solid rgba(13, 131, 122, 0.45);
      background: #051c3c;
      box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
    }

    #fit-ny-s6 table {
      width: 100%;
      border-collapse: collapse;
      text-align: left;
    }

    #fit-ny-s6 th {
      background: linear-gradient(90deg, #0d837a 0%, #085e57 100%);
      color: #ffffff;
      padding: 22px 30px;
      font-size: 17px;
      font-weight: 700;
      border-bottom: 2px solid #02073e;
      letter-spacing: 0.5px;
    }

    #fit-ny-s6 td {
      padding: 18px 30px;
      border-bottom: 1px solid rgba(13, 131, 122, 0.18);
      color: #e2e8f0;
      font-size: 16px;
      line-height: 1.65;
    }

    #fit-ny-s6 tr:last-child td {
      border-bottom: none;
    }

    #fit-ny-s6 tr:nth-child(even) td {
      background: rgba(2, 7, 62, 0.45);
    }

    #fit-ny-s6 tr:hover td {
      background: rgba(13, 131, 122, 0.15);
    }

    #fit-ny-s6 td:first-child {
      font-weight: 700;
      color: #ffffff;
      width: 32%;
    }

    #fit-ny-s6 .fit-note {
      font-size: 16px;
      max-width: 1400px;
      color: #94a3b8;
      font-style: italic;
      margin-top: 24px;
      line-height: 1.65;
    }

    #fit-ny-s7 {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      overflow: hidden;
      background: radial-gradient(circle at 15% 20%, rgba(13, 131, 122, 0.08) 0%, transparent 50%), #f8fafc;
      color: #051c3c;
      padding: 110px 24px;
      border-bottom: 1px solid #e2e8f0;
    }

    #fit-ny-s7 * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    #fit-ny-s7 .fit-wrap {
      max-width: 1600px;
      margin: 0 auto;
      width: 100%;
    }

    #fit-ny-s7 .fit-header-center {
      text-align: center;
      margin-bottom: 60px;
    }

    #fit-ny-s7 h2 {
      font-size: 35px;
      font-weight: 800;
      color: #02073e;
      line-height: 1.25;
      letter-spacing: -0.5px;
      position: relative;
      display: inline-block;
    }

    #fit-ny-s7 h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background: linear-gradient(90deg, #0d837a 0%, #2ed1c4 100%);
      border-radius: 4px;
      margin: 16px auto 0 auto;
    }

    #fit-ny-s7 .fit-faq-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 34px;
      width: 100%;
    }

    #fit-ny-s7 .fit-faq-item {
      background: #ffffff;
      border: 1px solid #e2e8f0;
      border-top: 3px solid #0d837a;
      border-radius: 18px;
      padding: 38px 34px;
      box-shadow: 0 10px 28px rgba(5, 28, 60, 0.04);
      transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.28s ease, box-shadow 0.28s ease;
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    #fit-ny-s7 .fit-faq-item:hover {
      transform: translateY(-5px);
      border-color: #0d837a;
      box-shadow: 0 20px 38px rgba(13, 131, 122, 0.12);
    }

    #fit-ny-s7 .fit-faq-header {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }

    #fit-ny-s7 .fit-faq-badge {
      flex-shrink: 0;
      font-size: 14px;
      font-weight: 800;
      color: #ffffff;
      background: linear-gradient(135deg, #0d837a 0%, #085e57 100%);
      padding: 4px 11px;
      border-radius: 8px;
      margin-top: 2px;
      letter-spacing: 0.5px;
      box-shadow: 0 4px 10px rgba(13, 131, 122, 0.25);
    }

    #fit-ny-s7 .fit-faq-item h3 {
      font-size: 20px;
      color: #02073e;
      font-weight: 700;
      line-height: 1.4;
    }

    #fit-ny-s7 .fit-faq-item p {
      font-size: 16px;
      max-width: 1400px;
      color: #475569;
      line-height: 1.8;
    }

    @media (max-width: 1024px) {
      #fit-ny-s1 .fit-grid,
      #fit-ny-s2 .fit-net-grid,
      #fit-ny-s4 .fit-audience-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      #fit-ny-s1, #fit-ny-s2, #fit-ny-s3, #fit-ny-s4, #fit-ny-s5, #fit-ny-s6, #fit-ny-s7 {
        padding: 65px 18px;
      }
      #fit-ny-s1 h2, #fit-ny-s2 h2, #fit-ny-s3 h2, #fit-ny-s4 h2, #fit-ny-s5 h2, #fit-ny-s6 h2, #fit-ny-s7 h2 {
        font-size: 28px;
      }
      #fit-ny-s1 .fit-grid,
      #fit-ny-s2 .fit-net-grid,
      #fit-ny-s3 .fit-ixp-grid,
      #fit-ny-s4 .fit-audience-grid,
      #fit-ny-s5 .fit-gpu-grid,
      #fit-ny-s5 .fit-ideal-list,
      #fit-ny-s7 .fit-faq-grid {
        grid-template-columns: 1fr;
      }
      #fit-ny-s6 td:first-child {
        width: 38%;
      }
    }


    /* ======================================= */