 #problem {padding: var(--sectionPadding);background-color: #f8fafc;}#problem .cs-container {width: 100%;max-width: 80rem;margin: auto;}#problem .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#problem .cs-content .cs-title, #problem .cs-content .cs-text {margin-left: auto;margin-right: auto;}#problem .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));gap: 1.5rem;}#problem .cs-item {background: #fff;border-radius: 1rem;padding: 2rem;box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);position: relative;overflow: hidden;transition: transform 0.3s, box-shadow 0.3s;}#problem .cs-item:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 4px;background: linear-gradient(90deg, #ef4444, #f97316);}#problem .cs-item:hover {transform: translateY(-0.25rem);box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);}#problem .cs-h3 {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: 1.1875rem;font-weight: 600;line-height: 1.2em;color: var(--headerColor);margin-bottom: 0.75rem;}#problem .cs-item-text {font-size: 1rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}#services {padding: var(--sectionPadding);background-color: #f8fafc;}#services .cs-container {width: 100%;max-width: 80rem;margin: auto;}#services .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#services .cs-content .cs-title {max-width: 100%;margin-left: auto;margin-right: auto;}#services .cs-content .cs-text {margin-left: auto;margin-right: auto;}#services .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));gap: 1.5rem;}#services .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;}#services .cs-item:hover {transform: translateY(-0.25rem);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);}#services .cs-icon {width: 3rem;height: 3rem;margin-bottom: 1.5rem;display: block;color: var(--primary);}#services .cs-h3 {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: 1.25rem;font-weight: 600;line-height: 1.2em;color: var(--headerColor);margin-bottom: 0.75rem;}#services .cs-item-text {font-size: 0.9375rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}#why-choose {padding: var(--sectionPadding);}#why-choose .cs-container {width: 100%;max-width: 80rem;margin: auto;}#why-choose .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#why-choose .cs-content .cs-title, #why-choose .cs-content .cs-text {margin-left: auto;margin-right: auto;}#why-choose .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));gap: 1.5rem;}#why-choose .cs-item {background: #fff;border-radius: 1rem;padding: 2rem;border-top: 4px solid var(--primary);box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);transition: transform 0.3s, box-shadow 0.3s;}#why-choose .cs-item:hover {transform: translateY(-0.25rem);box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);}#why-choose .cs-icon {width: 3rem;height: 3rem;margin-bottom: 1.25rem;display: block;color: var(--primary);}#why-choose .cs-h3 {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: 1.25rem;font-weight: 600;line-height: 1.2em;color: var(--headerColor);margin-bottom: 0.75rem;}#why-choose .cs-item-text {font-size: 0.9375rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}#stats {padding: clamp(3.75rem, 7.82vw, 5rem) 1rem;background: linear-gradient(to right, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.88)), url('/assets/images/minneapolis.jpg') center / cover no-repeat;}#stats .cs-container {width: 100%;max-width: 80rem;margin: auto;}#stats .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(2, 1fr);gap: 2rem;text-align: center;}#stats .cs-item {padding: 1rem;}#stats .cs-number {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: clamp(2.25rem, 4.5vw, 3.5rem);font-weight: 700;color: #fff;line-height: 1.2em;display: block;margin-bottom: 0.25rem;}#stats .cs-desc {font-size: 0.875rem;font-weight: 400;color: rgba(255, 255, 255, 0.7);text-transform: uppercase;letter-spacing: 0.05em;}@media only screen and (min-width: 48rem) {#stats .cs-card-group {grid-template-columns: repeat(4, 1fr);}}#reviews {padding: var(--sectionPadding);background-color: #f8fafc;}#reviews .cs-container {width: 100%;max-width: 80rem;margin: auto;}#reviews .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#reviews .cs-content .cs-title {margin-left: auto;margin-right: auto;}#reviews .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));gap: 1.5rem;}#reviews .cs-item {background: #fff;border-radius: 1rem;padding: 2rem;box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);}#reviews .cs-stars {font-size: 1.25rem;color: #F59E0B;margin-bottom: 1rem;letter-spacing: 0.15em;}#reviews .cs-review {font-size: 0.9375rem;line-height: 1.7em;color: var(--bodyTextColor);margin: 0 0 1.5rem;font-style: italic;}#reviews .cs-profile {display: flex;flex-direction: column;}#reviews .cs-name {font-size: 1rem;font-weight: 700;color: var(--headerColor);}#reviews .cs-job {font-size: 0.8125rem;color: var(--bodyTextColor);}#process-preview {padding: var(--sectionPadding);}#process-preview .cs-container {width: 100%;max-width: 80rem;margin: auto;}#process-preview .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#process-preview .cs-content .cs-title, #process-preview .cs-content .cs-text {margin-left: auto;margin-right: auto;}#process-preview .cs-card-group {list-style: none;padding: 0;margin: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));gap: 2rem;counter-reset: step;}#process-preview .cs-item {text-align: center;padding: 1.5rem 1rem;}#process-preview .cs-number {display: inline-flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;border-radius: 50%;background-color: var(--primary);color: #fff;font-size: 1.25rem;font-weight: 700;margin-bottom: 1rem;}#process-preview .cs-h3 {font-family: 'Inter', 'Roboto', Arial, sans-serif;font-size: 1.125rem;font-weight: 600;line-height: 1.2em;color: var(--headerColor);margin-bottom: 0.5rem;}#process-preview .cs-item-text {font-size: 0.9375rem;line-height: 1.6em;color: var(--bodyTextColor);margin: 0;}#process-preview .cs-button-group {margin-top: 2rem;}#process-preview .cs-center {text-align: center;}#faq {padding: var(--sectionPadding);background-color: #f8fafc;}#faq .cs-container {width: 100%;max-width: 50rem;margin: auto;}#faq .cs-content {text-align: center;margin-bottom: clamp(2.5rem, 5vw, 3.75rem);}#faq .cs-content .cs-title {margin-left: auto;margin-right: auto;}#faq .cs-faq-group {list-style: none;padding: 0;margin: 0;display: flex;flex-direction: column;gap: 1rem;}#faq .cs-faq-item {background: #fff;border-radius: 0.75rem;overflow: hidden;box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);}#faq .cs-button {width: 100%;padding: 1.25rem 1.5rem;border: none;background: transparent;cursor: pointer;display: flex;justify-content: space-between;align-items: center;gap: 1rem;text-align: left;}#faq .cs-button-text {font-size: 1rem;font-weight: 700;color: var(--headerColor);line-height: 1.4em;}#faq .cs-indicator {font-size: 1.5rem;font-weight: 300;color: var(--primary);flex-shrink: 0;transition: transform 0.3s;}#faq .cs-faq-item.active .cs-indicator {transform: rotate(45deg);}#faq .cs-item-content {max-height: 0;overflow: hidden;transition: max-height 0.3s ease, padding 0.3s ease;padding: 0 1.5rem;}#faq .cs-item-content p {font-size: 0.9375rem;line-height: 1.7em;color: var(--bodyTextColor);margin: 0;}#faq .cs-item-content p a {color: var(--primary);text-decoration: underline;}#faq .cs-faq-item.active .cs-item-content {max-height: 25rem;padding: 0 1.5rem 1.25rem;}