@charset "UTF-8";@media only screen and (min-width: 0rem) {#services-page {padding: var(--sectionPadding);}#services-page .cs-container {display: flex;flex-direction: column;margin: auto;max-width: 80rem;width: 100%;gap: clamp(3rem, 6vw, 5rem);}#services-page .cs-intro {max-width: 45rem;}#services-page .cs-color {color: var(--primary);}#services-page .cs-item-list {margin: 0;padding: 0;display: flex;flex-direction: column;gap: clamp(2.5rem, 6vw, 4.5rem);}#services-page .cs-item {list-style: none;display: flex;flex-direction: column;gap: 1.25rem;padding-bottom: clamp(2.5rem, 6vw, 4.5rem);border-bottom: 1px solid #eee;}#services-page .cs-item:last-of-type {border-bottom: none;padding-bottom: 0;}#services-page .cs-item-left {display: flex;flex-direction: column;}#services-page .cs-number {font-size: clamp(4rem, 10vw, 6rem);font-weight: 900;line-height: 1;color: var(--primary);opacity: 0.15;margin-bottom: -0.5rem;}#services-page .cs-h3 {font-size: clamp(1.5rem, 2.5vw, 2rem);font-weight: 900;color: var(--headerColor);line-height: 1.2em;margin: 0.5rem 0 0;}#services-page .cs-text {margin-bottom: 0.75rem;}#services-page .cs-text:last-of-type {margin-bottom: 0;}#services-page .cs-feature-list {margin: 1rem 0 0;padding: 0;display: flex;flex-direction: column;gap: 0.625rem;}#services-page .cs-feature {list-style: none;font-size: 0.9375rem;line-height: 1.5em;color: var(--bodyTextColor);padding-left: 1.5rem;position: relative;}#services-page .cs-feature:before {content: "✓";position: absolute;left: 0;color: var(--primary);font-weight: 700;}}@media only screen and (min-width: 64rem) {#services-page .cs-item {flex-direction: row;gap: 5rem;align-items: flex-start;}#services-page .cs-item-left {flex: 0 0 16.25rem;}#services-page .cs-item-right {flex: 1;}}@media only screen and (min-width: 0rem) {body.dark-mode #services-page .cs-h3 {color: var(--bodyTextColorWhite);}body.dark-mode #services-page .cs-text, body.dark-mode #services-page .cs-feature {color: var(--bodyTextColorWhite);opacity: 0.8;}body.dark-mode #services-page .cs-item {border-bottom-color: rgba(255, 255, 255, 0.1);}}@media only screen and (min-width: 0rem) {#pricing {padding: var(--sectionPadding);background-color: var(--secondary);}#pricing .cs-container {display: flex;flex-direction: column;align-items: center;margin: auto;max-width: 80rem;width: 100%;gap: clamp(2rem, 5vw, 3rem);}#pricing .cs-content {text-align: center;width: 100%;}#pricing .cs-topper {color: var(--primaryLight);}#pricing .cs-title {text-align: center;margin: 0 auto;color: var(--bodyTextColorWhite);}#pricing .cs-text {text-align: center;color: rgba(255, 255, 255, 0.7);margin: 0 auto;}#pricing .cs-color {color: var(--primary);}#pricing .cs-card-group {width: 100%;margin: 0;padding: 0;display: flex;flex-direction: column;gap: 1.75rem;}#pricing .cs-item {list-style: none;position: relative;padding: clamp(1.5rem, 4vw, 2.5rem);background-color: rgba(255, 255, 255, 0.06);border: 1px solid rgba(255, 255, 255, 0.12);border-radius: 0.75rem;display: flex;flex-direction: column;gap: 1.5rem;transition: border-color 0.3s;}#pricing .cs-item:hover {border-color: var(--primary);}#pricing .cs-item.cs-popular {background-color: #fff;border-color: transparent;}#pricing .cs-item.cs-popular .cs-package, #pricing .cs-item.cs-popular .cs-h3 {color: var(--headerColor);}#pricing .cs-item.cs-popular .cs-duration {color: #777;}#pricing .cs-item.cs-popular .cs-feature {color: var(--bodyTextColor);}#pricing .cs-item.cs-popular .cs-feature:before {color: var(--primary);}#pricing .cs-popular-tag {position: absolute;top: -0.875rem;left: 50%;transform: translateX(-50%);background-color: var(--primary);color: #fff;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.08em;text-transform: uppercase;padding: 0.25rem 1rem;border-radius: 6.25rem;white-space: nowrap;}#pricing .cs-price-header {display: flex;flex-direction: column;gap: 0.375rem;}#pricing .cs-package {font-size: 0.75rem;font-weight: 700;text-transform: uppercase;letter-spacing: 0.1em;color: rgba(255, 255, 255, 0.5);}#pricing .cs-price-wrap {display: flex;align-items: flex-end;gap: 0.375rem;}#pricing .cs-price {font-size: clamp(3rem, 8vw, 4.5rem);font-weight: 900;line-height: 1;color: var(--primary);}#pricing .cs-duration {font-size: 1rem;font-weight: 500;color: rgba(255, 255, 255, 0.5);padding-bottom: 0.375rem;}#pricing .cs-feature-list {margin: 0;padding: 0;display: flex;flex-direction: column;gap: 0.75rem;}#pricing .cs-feature {list-style: none;font-size: 0.9375rem;line-height: 1.5em;color: rgba(255, 255, 255, 0.8);padding-left: 1.5rem;position: relative;}#pricing .cs-feature:before {content: "✓";position: absolute;left: 0;color: var(--primary);font-weight: 700;}#pricing .cs-button-solid {text-align: center;display: block;width: 100%;box-sizing: border-box;}#pricing .cs-note {font-size: 0.875rem;color: rgba(255, 255, 255, 0.4);text-align: center;margin: 0;}}@media only screen and (min-width: 64rem) {#pricing .cs-card-group {flex-direction: row;align-items: stretch;}#pricing .cs-item {flex: 1;}}