 #int-hero {background-image: url("/assets/images/hero-services.jpg");}#process {padding: var(--sectionPadding);}#process .cs-container {width: 100%;max-width: 80rem;margin: auto;}#process .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#process .cs-content .cs-title, #process .cs-content .cs-text {margin-left: auto;margin-right: auto;}#process .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));gap: 2rem;counter-reset: step;}#process .cs-item {text-align: center;padding: 2rem 1.5rem;}#process .cs-number {width: 3.5rem;height: 3.5rem;margin: 0 auto 1.5rem;background-color: var(--primary);color: #fff;font-size: 1.25rem;font-weight: 700;border-radius: 50%;display: flex;justify-content: center;align-items: center;}#process .cs-h3 {font-size: 1.25rem;font-weight: 700;line-height: 1.2em;color: var(--headerColor);margin-bottom: 0.75rem;}#process .cs-item-text {font-size: 0.9375rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}#service-details {padding: var(--sectionPadding);background-color: #f8fafc;}#service-details .cs-container {width: 100%;max-width: 80rem;margin: auto;}#service-details .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#service-details .cs-content .cs-title {margin-left: auto;margin-right: auto;}#service-details .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));gap: 1.5rem;}#service-details .cs-item {background: #fff;border-radius: 1rem;padding: 2rem;box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);transition: transform 0.3s, box-shadow 0.3s;}#service-details .cs-item:hover {transform: translateY(-0.25rem);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);}#service-details .cs-item a {color: var(--primary);text-decoration: underline;}#service-details .cs-icon {width: 3rem;height: 3rem;margin-bottom: 1.5rem;display: block;color: var(--primary);}#service-details .cs-h3 {font-size: 1.125rem;font-weight: 700;color: var(--headerColor);margin-bottom: 0.75rem;}#service-details .cs-item-text {font-size: 0.9375rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}#wp-comparison {padding: var(--sectionPadding);}#wp-comparison .cs-container {width: 100%;max-width: 60rem;margin: auto;}#wp-comparison .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#wp-comparison .cs-content .cs-title, #wp-comparison .cs-content .cs-text {margin-left: auto;margin-right: auto;}#wp-comparison .cs-two-col {display: grid;grid-template-columns: 1fr;gap: 2rem;align-items: start;max-width: 44rem;margin: 0 auto;}#wp-comparison .cs-column {background: #fff;border-radius: 1rem;padding: 2rem;box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);position: relative;overflow: hidden;}#wp-comparison .cs-column:first-child {border-top: 4px solid #dc2626;background: linear-gradient(to bottom, #fef2f2, #fff 3rem);}#wp-comparison .cs-column:last-child {border-top: 4px solid var(--primary);background: linear-gradient(to bottom, #eff6ff, #fff 3rem);}#wp-comparison .cs-h3 {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: 1.25rem;font-weight: 600;margin-bottom: 1.25rem;}#wp-comparison .cs-h3.cs-red {color: #dc2626;}#wp-comparison .cs-h3.cs-green {color: var(--primary);}#wp-comparison .cs-comparison-list {list-style: none;padding: 0;margin: 0;}#wp-comparison .cs-comparison-list li {font-size: 1rem;line-height: 1.5em;color: var(--bodyTextColor);padding: 0.75rem 0;padding-left: 2rem;position: relative;border-bottom: 1px solid #f1f5f9;}#wp-comparison .cs-comparison-list li:last-child {border-bottom: none;}#wp-comparison .cs-comparison-list li:before {position: absolute;left: 0;font-weight: 700;font-size: 1.125rem;}#wp-comparison .cs-comparison-list.cs-con li:before {content: "\2717";color: #dc2626;}#wp-comparison .cs-comparison-list.cs-pro li:before {content: "\2713";color: var(--primary);}@media only screen and (min-width: 48rem) {#wp-comparison .cs-two-col {grid-template-columns: 1fr 1fr;}}#code-comparison {padding: var(--sectionPadding);background-color: var(--secondary);}#code-comparison .cs-container {width: 100%;max-width: 60rem;margin: auto;}#code-comparison .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#code-comparison .cs-content .cs-topper {color: var(--primaryLight);}#code-comparison .cs-content .cs-title {color: #fff;margin-left: auto;margin-right: auto;}#code-comparison .cs-content .cs-text {color: rgba(255, 255, 255, 0.8);margin-left: auto;margin-right: auto;}#code-comparison .cs-stats-row {display: flex;flex-direction: column;align-items: center;gap: 1.5rem;margin-bottom: 2rem;}#code-comparison .cs-stat-card {background: rgba(255, 255, 255, 0.08);border-radius: 1rem;padding: 2.5rem 2rem;text-align: center;width: 100%;max-width: 20rem;}#code-comparison .cs-stat-card .cs-stat-number {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-weight: 700;line-height: 1.1em;display: block;margin-bottom: 0.5rem;}#code-comparison .cs-stat-wp .cs-stat-number {font-size: clamp(2rem, 4vw, 3rem);color: #ef4444;}#code-comparison .cs-stat-static .cs-stat-number {font-size: clamp(2rem, 4vw, 3rem);color: var(--primaryLight);}#code-comparison .cs-stat-card .cs-stat-label {font-size: 0.9375rem;color: rgba(255, 255, 255, 0.7);line-height: 1.4em;}#code-comparison .cs-stat-vs {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: 1.5rem;font-weight: 600;color: rgba(255, 255, 255, 0.4);text-transform: uppercase;letter-spacing: 0.1em;}#code-comparison .cs-source {text-align: center;font-size: 0.875rem;color: rgba(255, 255, 255, 0.5);line-height: 1.6em;}#code-comparison .cs-source a {color: var(--primaryLight);text-decoration: underline;}@media only screen and (min-width: 48rem) {#code-comparison .cs-stats-row {flex-direction: row;justify-content: center;gap: 2rem;}#code-comparison .cs-stat-card {max-width: 22rem;}}