/* Cases - Agriculture */
.case-list-header {
    text-align: center;
    margin-bottom: 30px;
}

.case-list-header .case-subtitle {
    font-size: 17px;
    color: #111827;
    font-weight: 400;
    margin-bottom: 10px;
}

.case-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 352px);
    gap: 15px;
    justify-content: center;
}

.case-card {
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 14px 35px 0 #E5E7EBE5;
    display: grid;
    grid-template-rows: 180px 191px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 352px;
    height: 371px;
    min-height: 260px;
    border: 1px solid transparent;
}

.case-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border-color: #2563EB40;
}

.case-card.is-active {
    border-color: #2563EB;
    box-shadow: 0 16px 36px rgba(37, 99, 235, 0.18);
    transform: none;
}

.case-card-image {
    position: relative;
    width: 352px;
    height: 180px;
    flex-shrink: 0;
}

.case-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case-card-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.3) 100%);
    pointer-events: none;
}

.case-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    width: 352px;
    height: 191px;
    gap: 10px;
    box-sizing: border-box;
}

.case-card-body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #6B7280;
    margin: 10px 0 0;
    letter-spacing: -0.055em;
    width: 316px;
}

.case-card-body h5 {
    font-size: 19px;
    line-height: 22px;
    /*margin: 0 0 15px;*/
    width: 312px;
    height: 44px;
    display: block;
    overflow: hidden;
    letter-spacing: -0.018em;
}

.case-link {
    margin-top: auto;
    align-self: flex-end;
    background: none;
    border: none;
    color: #38BDF8;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
}

.case-detail-section {
    /* 패딩 제거: 각 partial 내부 섹션에서 독립적으로 여백 관리 */
}

.case-detail-list {
    display: flex;
    flex-direction: column;
}

.case-back-link-wrapper {
    width: 100%;
    max-width: 1056px;
    margin: 40px auto 0;
    display: flex;
    justify-content: flex-start;
}

.case-back-link {
    background: none;
    border: none;
    color: #38BDF8;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}

.case-back-link:hover {
    color: #111827;
}

.case-detail {
    display: none;
}

.case-detail.is-active {
    display: block;
}

.case-detail-header {
    text-align: left;
    margin-bottom: 30px;
}

.case-detail-category {
    font-size: 14px;
    color: #6B7280;
    font-weight: 600;
    margin-bottom: 6px;
}

.case-detail-meta {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    font-size: 14px;
    color: #6B7280;
}

.case-section-primary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    background-color: #F1F8FF;
    padding: 100px 0;
    width: 100%;
    margin: 0;
}

.case-primary-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
    width: 1045px;
    height: 102px;
    margin: -0.5px auto 0;
    position: relative;
    /*left: 19px;*/
}

.case-primary-header.has-bg {
    width: 1086px;
    height: 127px;
    padding: 24px 34px;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.case-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.case-header-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1; /* Figma: 10% */
}

.case-primary-header.has-bg .case-primary-title,
.case-primary-header.has-bg .case-primary-meta {
    position: relative;
    z-index: 1;
}

.case-primary-header.has-bg .case-primary-category {
    margin-bottom: 4px;
}

.case-primary-category {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 33px;
}

.case-primary-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.case-primary-title h2 {
    color: #111827;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.case-primary-meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    gap: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #6B7280;
    text-align: right;
    white-space: nowrap;
    align-self: flex-end;
    line-height: 33px;
}

.case-primary-meta span {
    display: block;
}

.case-primary-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 1086px;
    height: 353px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.case-primary-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 5px;
    padding: 25px 60px 25px 0;
    width: 1056px;
    height: 107px;
    box-shadow: 0 10px 30px 0 #02061714;
    box-sizing: border-box;
}

.case-primary-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 267px;
    height: 57px;
    padding: 0 50px;
    flex-shrink: 0;
    box-sizing: border-box;
}

.case-primary-icon {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-primary-icon img {
    width: 57px;
    height: 57px;
}

.case-primary-heading h5 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
}

.case-primary-text {
    flex: 0 0 719px;
    min-width: 0;
    display: flex;
    align-items: center;
    width: 719px;
    height: 57px;
    gap: 10px;
}

.case-primary-text ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
}

.case-primary-text p {
    font-size: 17px;
    font-weight: 400;
    color: #6B7280;
    line-height: 25px;
    margin: 0;
    letter-spacing: -0.05em;
}

.case-primary-text li {
    font-size: 17px;
    font-weight: 400;
    color: #6B7280;
    line-height: 25px;
    margin: 0;
    letter-spacing: -0.05em;
    position: relative;
    padding-left: 16px;
}

.case-primary-text li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #6B7280;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

/* Case 1 Primary Cards (SaaS Content Layout) */
.case1-primary-cards {
    width: 1088px;
    height: 437px;
    gap: 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    transform: rotate(0deg);
    opacity: 1;
}

.case1-saas-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.case1-saas-left {
    width: 459px;
    height: 436px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    transform: rotate(0deg);
    opacity: 1;
}

.case1-saas-system-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    width: 100%;
}

.case1-saas-system-card img {
    width: 459px;
    height: 213px;
    gap: 10px;
    padding: 0 18px;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px #02061714;
    object-fit: contain;
}

.case1-saas-right {
    width: 582px;
    height: 437px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    transform: rotate(0deg);
    opacity: 1;
}

.case1-saas-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

/* Case 1 Feature Card */
.case1-feature-card {
    width: 582px;
    height: 139px;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #02061714;
    box-sizing: border-box;
}

.case1-feature-left {
    width: 90px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-right: 20px;
}

.case1-feature-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case1-feature-icon img {
    width: 44px;
    height: 44px;
}

.case1-feature-left h5 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 21px;
}

.case1-feature-text {
    flex: 1;
    display: flex;
    align-items: center;
}

.case1-feature-text p {
    font-size: 17px;
    font-weight: 400;
    color: #6B7280;
    line-height: 25px;
    margin: 0;
    word-break: keep-all;
}

.case1-feature-text ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #6B7280;
    line-height: 25px;
}

.case1-feature-text ul li {
    margin: 0;
    position: relative;
    padding-left: 16px;
}

.case1-feature-text ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #6B7280;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.case-section-secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: #FFFFFF;
    padding: 100px 0;
}

.case-secondary-header h3 {
    color: #111827;
}

.case-secondary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    width: 1088px;
    height: 410px;
    max-width: 1088px;
}


.case-secondary-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 350px;
    height: 410px;
    box-shadow: 0 1px 3px 0 #0F172A0A;
}

.case-secondary-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case-secondary-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-secondary-icon img {
    width: 42px;
    height: 42px;
}

.case-secondary-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.case-secondary-heading h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.case-secondary-image {
    width: 318px;
    height: 272px;
    border-radius: 5px;
    border: 1px solid #E5E7EB;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-sizing: border-box;
}

.case-secondary-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    box-shadow: none !important;
}

.case-secondary-caption {
    font-size: 17px;
    font-weight: 700;
    color: #6B7280;
    text-align: center;
    margin: 0;
}

/* Case 02 Performance Section Styles */
.case-performance-section {
    position: relative;
    width: 100vw;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    padding: 100px 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
}

.case-performance-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--perf-bg-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;   /* 이미지가 너무 진하지 않게 투명도 조정 */
    z-index: 1;
}

.case-performance-overlay {
    position: absolute;
    inset: 0;
    background-color: #3A573E;
    opacity: 0.7; /* Figma: 70% */
    mix-blend-mode: multiply;
    z-index: 2;
}

.case-performance-content {
    position: relative;
    z-index: 3;
    max-width: 1120px;
    width: 1120px;
    height: 608px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 16px;
}

.case-performance-header {
    margin: 0;
    text-align: center;
}

.case-performance-header h3 {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 800;
    background: transparent !important;
    margin: 0;
}

.case-performance-grid {
    display: flex;
    justify-content: center;
    width: 1088px;
    height: 365px;
    gap: 10px;
    margin: 0;
}

.case-performance-card {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px;
    width: 539px;
    height: 360px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #E5E7EB;
    box-shadow: 0 1px 3px 0 #0F172A0A;
}

.case-perf-card-header {
    display: flex;
    align-items: center;
    width: 497px;
    height: 42px;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
}

.case-perf-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-perf-card-icon img {
    width: 42px;
    height: 42px;
}

.case-perf-card-header h5 {
    font-family: "Pretendard", sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 21px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #111827;
    margin: 0;
}

.case-perf-card-body {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    /*gap: 16px;*/
}

.case-perf-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.case-perf-check {
    width: 20px;
    height: 20px;
    margin-top: calc((25px - 20px) / 2);
    flex-shrink: 0;
}

.case-perf-check-25 {
    width: 25px;
    height: 25px;
    margin-top: 2px;
    flex-shrink: 0;
}

.case-perf-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-perf-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 25px;
}

.case-perf-desc {
    font-size: 17px;
    font-weight: 400;
    color: #6B7280;
    line-height: 20px;
    letter-spacing: -0.05em;
}

.case-performance-circles {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.case-perf-circle-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.case-perf-circle {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-perf-circle img {
    width: 50px;
    height: 50px;
}

  .case-perf-circle-label {
      font-size: 17px;
      font-weight: 700;
      color: #FFFFFF;
  }

  .case-performance-compare-content {
      width: 1088px;
      height: 476px;
      align-items: stretch;
      gap: 30px;
  }

  .case-performance-columns {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      width: 100%;
  }

  .case-performance-column-title {
      font-family: "Pretendard", sans-serif;
      font-size: 37px;
      font-weight: 800;
      line-height: 33px;
      letter-spacing: 0;
      color: #FFFFFF;
      margin: 0 0 30px;
      text-align: left;
      background: transparent !important;
  }

  .case-performance-tiles {
      display: flex;
      flex-direction: column;
      gap: 10px;
  }

  .case-performance-tile {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      padding: 14px 18px;
      min-height: 78px;
      background: #FFFFFF;
      border-radius: 6px;
      border: 1px solid #E5E7EB;
      box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  }

  .case-performance-tile-icon {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      margin-top: 32px;
  }

  .case-performance-tile-icon img {
      width: 36px;
      height: 36px;
  }

  .case-performance-tile-text h5 {
      font-size: 20px;
      font-weight: 700;
      line-height: 25px;
      color: #111827;
      margin: 0;
  }

  .case-performance-tile-text p {
      font-size: 17px;
      font-weight: 400;
      color: #6B7280;
      line-height: 20px;
      margin: 6px 0 0;
  }

.case-detail-placeholder {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    font-size: 16px;
    color: #6B7280;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

/* Case 04 SaaS Section Styles */
.case-saas-section {
    background-color: #FFFFFF;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.case-saas-content {
    max-width: 1120px;
    width: 100%;
    height: 486px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.case-saas-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.case-saas-left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case-saas-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.case-saas-header h3 {
    font-size: 37px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.case-saas-system-card {
    width: 657px;
    height: 418px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(2, 6, 23, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
}

.case-saas-system-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case-saas-features {
    display: flex;
    flex-direction: column;
    width: 421px;
    height: 418px;
    gap: 10px;
    transform: rotate(0deg);
    opacity: 1;
}

.case-saas-feature-card {
    width: 421px;
    height: 97px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 5px;
    padding: 10px 20px;
    box-shadow: 0px 1px 3px 0px rgba(15, 23, 42, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 5px;
    transform: rotate(0deg);
    opacity: 1;
}

.case-saas-feature-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.case-saas-feature-icon img {
    width: 44px;
    height: 44px;
}

.case-saas-feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.case-saas-feature-text h5 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    line-height: 21px;
}

.case-saas-feature-text p {
    font-size: 15px;
    font-weight: 400;
    color: #6B7280;
    line-height: 20px;
    margin: 9px 0 0;
    word-break: keep-all;
}


/* Case 05 Result Section Styles */
.case-result-section {
    background-color: #FFFFFF;
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Culture Tourism Case Secondary Section (Results) */
.case-culture-result-section {
    position: relative;
    width: 100vw;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 100px 0;
}

.case-culture-result-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--culture-perf-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.case-culture-result-overlay {
    position: absolute;
    inset: 0;
    background-color: #0B0471;
    opacity: 0.6;
    mix-blend-mode: multiply;
    z-index: 2;
}

.case-culture-result-content {
    position: relative;
    z-index: 3;
    width: 1120px;
    max-width: 1120px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding: 0 16px;
    opacity: 1;
}

.case-culture-result-header {
    margin-bottom: 60px;
    text-align: center;
}

.case-culture-result-header h3 {
    color: #FFFFFF;
    font-size: 37px;
    font-weight: 800;
    background: transparent !important;
}

.case-culture-result-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
}

.case-culture-result-card {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 30px 14px;
    width: 350px;
    height: 448px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.case-culture-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.case-culture-card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-culture-card-icon img {
    width: 42px;
    height: 42px;
}

.case-culture-card-header h5 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.case-culture-card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.case-culture-card-image {
    width: 318px;
    height: 272px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #F9FAFB;
}

.case-culture-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.case-culture-card-image img.no-blur {
    filter: none;
    -webkit-filter: none;
}

.case-culture-card-caption {
    font-size: 17px;
    font-weight: 700;
    color: #6B7280;
    text-align: center;
    margin-top: 20px;
}

.case-result-content {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.case-result-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
}

.case-result-header {
    margin-bottom: 32px;
}

.case-result-header h3 {
    font-size: 37px;
    font-weight: 800;
    color: #111827;
    margin: 0;
}

.case-result-left-card {
    width: 543px;
    height: 448px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 20px;
    padding: 30px 24px;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.case-result-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.case-result-item-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.case-result-item-icon {
    width: 25px;
    height: 25px;
}

.case-result-item-header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.case-result-image-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.case-result-image-box img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.case-result-item-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 35px;
}

.case-result-item-text p {
    font-size: 17px;
    color: #6B7280;
    margin: 0;
}

.case-result-right-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.case-result-right-card {
    width: 534px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 10px 14px;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
    display: flex;
    align-items: center;
    gap: 14px;
}

.case-result-feature-icon {
    width: 66px;
    height: 66px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-result-feature-icon img {
    width: 66px;
    height: 66px;
}

.case-result-feature-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.case-result-feature-text h5 {
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.case-result-feature-text p {
    font-size: 14px;
    font-weight: 400;
    color: #6B7280;
    line-height: 100%;
    margin: 0;
    word-break: keep-all;
}

@media (max-width: 991px) {
    .case-card-grid {
        grid-template-columns: repeat(2, 352px);
    }
}

@media (max-width: 640px) {
    .case-card-grid {
        grid-template-columns: 352px;
    }

    .case-card-image img {
        height: 200px;
    }
}

