 @media only screen and (min-width: 0rem) {#service-content {padding: var(--sectionPadding);}#service-content .cs-container {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: auto;max-width: 80rem;width: 100%;row-gap: 2.5rem;}#service-content .cs-image {position: relative;display: block;border-radius: 1rem;overflow: hidden;width: 100%;aspect-ratio: 4/3;}#service-content .cs-image img {width: 100%;height: 100%;object-fit: cover;}#service-content .cs-right {width: 100%;}#service-content .cs-topper {margin-bottom: 0.25rem;text-align: left;}#service-content .cs-title {max-width: 50rem;text-align: left;}#service-content .cs-text {margin-bottom: 1rem;max-width: 46.875rem;color: var(--bodyTextColor);text-align: left;}#service-content .cs-text:last-of-type {margin-bottom: 2rem;}#service-content .cs-stat-group {display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;margin-bottom: 2rem;}#service-content .cs-stat {display: flex;flex-direction: column;background-color: var(--background-alt);border-radius: 0.5rem;padding: clamp(0.75rem, 2vw, 1.25rem);}#service-content .cs-stat-number {font-size: clamp(1.35rem, 2.5vw, 1.875rem);font-weight: 700;color: var(--primary);line-height: 1.2em;font-family: var(--headerFont);}#service-content .cs-stat-label {font-size: 0.8125rem;color: var(--bodyTextColor);line-height: 1.4em;margin-top: 0.25rem;}}@media only screen and (min-width: 64rem) {#service-content .cs-container {flex-direction: row;justify-content: space-between;align-items: flex-start;gap: 3.75rem;}#service-content .cs-image {flex: none;width: 32.5rem;aspect-ratio: 3/4;}#service-content .cs-right {max-width: 36.25rem;}}@media only screen and (min-width: 0rem) {#service-details {padding: var(--sectionPadding);background-color: var(--background-alt);}#service-details .cs-container {display: flex;flex-direction: column;align-items: center;margin: auto;max-width: 80rem;width: 100%;gap: 3rem;}#service-details .cs-content {text-align: center;max-width: 50rem;}#service-details .cs-topper {margin-bottom: 0.25rem;}#service-details .cs-title {margin-bottom: 1rem;}#service-details .cs-text {color: var(--bodyTextColor);}#service-details .cs-card-group {display: grid;grid-template-columns: 1fr;gap: 1.5rem;list-style: none;margin: 0;padding: 0;width: 100%;}#service-details .cs-item {background: #fff;border-radius: 0.75rem;padding: clamp(1.25rem, 3vw, 1.75rem);box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);}#service-details .cs-item-number {display: inline-flex;justify-content: center;align-items: center;width: 2.5rem;height: 2.5rem;background-color: var(--primary);color: #fff;font-weight: 700;font-size: 0.9375rem;border-radius: 50%;margin-bottom: 0.875rem;flex-shrink: 0;}#service-details .cs-h3 {font-size: clamp(1rem, 1.8vw, 1.125rem);font-weight: 700;color: var(--headerColor);margin: 0 0 0.5rem;font-family: var(--bodyFont);line-height: 1.3em;}#service-details .cs-item-text {font-size: 0.9375rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}}@media only screen and (min-width: 48rem) {#service-details .cs-card-group {grid-template-columns: 1fr 1fr;}}@media only screen and (min-width: 64rem) {#service-details .cs-card-group {grid-template-columns: repeat(3, 1fr);}}@media only screen and (min-width: 0rem) {body.dark-mode #service-content .cs-title, body.dark-mode #service-content .cs-text, body.dark-mode #service-content .cs-stat-label {color: var(--bodyTextColorWhite);}body.dark-mode #service-content .cs-stat {background-color: rgba(255, 255, 255, 0.05);}body.dark-mode #service-content .cs-stat-number {color: var(--secondary);}body.dark-mode #service-details {background-color: var(--dark);}body.dark-mode #service-details .cs-title, body.dark-mode #service-details .cs-text {color: var(--bodyTextColorWhite);}body.dark-mode #service-details .cs-item {background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(255, 255, 255, 0.1);}body.dark-mode #service-details .cs-h3 {color: var(--bodyTextColorWhite);}body.dark-mode #service-details .cs-item-text {color: rgba(255, 255, 255, 0.7);}}