 @media only screen and (min-width: 0rem) {#about-page {padding: var(--sectionPadding);background: #f5f5f5;position: relative;z-index: 1;}#about-page .cs-container {width: 100%;max-width: 80rem;margin: auto;display: flex;flex-direction: column;align-items: center;gap: clamp(4rem, 8vw, 6rem);}#about-page .cs-title {font-size: clamp(1.75rem, 4vw, 2.5rem);font-weight: 800;line-height: 1.2;color: #1a1a1a;margin: 0 0 1.5rem 0;}#about-page .cs-text {font-size: var(--bodyMobileFontSize);line-height: 1.7;color: #64748b;margin: 0 0 1.25rem 0;}#about-page .cs-text:last-of-type {margin-bottom: 0;}#about-page .cs-divider {width: 100%;height: 1px;background: #e5e5e5;}#about-page .cs-story {width: 100%;display: flex;flex-direction: column;gap: 3rem;}#about-page .cs-story-images {width: 100%;position: relative;display: grid;grid-template-columns: 1fr 1fr;gap: 1rem;order: 2;}#about-page .cs-picture1, #about-page .cs-picture2 {width: 100%;height: 14rem;display: block;border-radius: 0.75rem;overflow: hidden;position: relative;box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);}#about-page .cs-picture1 img, #about-page .cs-picture2 img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}#about-page .cs-stat-badge {position: absolute;bottom: -1.25rem;left: 50%;transform: translateX(-50%);background: #1a1a1a;border-radius: 10px;padding: 0.875rem 1.5rem;text-align: center;display: flex;gap: 0.75rem;align-items: center;white-space: nowrap;box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);}#about-page .cs-stat-number {font-size: 1.5rem;font-weight: 900;color: #5dba41;line-height: 1;}#about-page .cs-stat-text {font-size: 0.8rem;font-weight: 700;color: #a0a0a0;text-transform: uppercase;letter-spacing: 0.08em;}#about-page .cs-story-content {width: 100%;padding-top: 1.5rem;order: 1;}#about-page .cs-cta-strip {width: 100%;background: #1a1a1a;border-radius: 1rem;padding: clamp(2.5rem, 5vw, 3.5rem);display: flex;flex-direction: column;align-items: center;text-align: center;gap: 2rem;}#about-page .cs-cta-content {display: flex;flex-direction: column;gap: 0.75rem;}#about-page .cs-cta-title {font-size: clamp(1.5rem, 3vw, 2rem);font-weight: 800;color: #ffffff;margin: 0;}#about-page .cs-cta-text {font-size: 1rem;line-height: 1.6;color: #888888;margin: 0;}#about-page .cs-cta-actions {display: flex;flex-wrap: wrap;gap: 1rem;justify-content: center;align-items: center;}#about-page .cs-button-solid {display: inline-block;padding: 1rem 2rem;background: #5dba41;color: #ffffff;font-size: 1rem;font-weight: 700;text-decoration: none;border-radius: 8px;transition: background 0.3s ease;}#about-page .cs-button-solid:hover {background: #4da535;}#about-page .cs-button-outline {display: inline-block;padding: 1rem 2rem;background: transparent;color: #ffffff;font-size: 1rem;font-weight: 600;text-decoration: none;border-radius: 8px;border: 1px solid #444444;transition: border-color 0.3s ease, color 0.3s ease;}#about-page .cs-button-outline:hover {border-color: #5dba41;color: #5dba41;}}@media only screen and (min-width: 48rem) {#about-page .cs-story {flex-direction: row;align-items: flex-start;gap: 5rem;}#about-page .cs-story-images {max-width: 34rem;flex-shrink: 0;}#about-page .cs-picture1, #about-page .cs-picture2 {height: 22rem;}#about-page .cs-story-content {flex: 1;padding-top: 0;}#about-page .cs-cta-strip {flex-direction: row;text-align: left;justify-content: space-between;}#about-page .cs-cta-content {flex: 1;}#about-page .cs-cta-actions {flex-shrink: 0;justify-content: flex-end;}}@media only screen and (min-width: 64rem) {#about-page .cs-story-images {max-width: 40rem;}#about-page .cs-picture1, #about-page .cs-picture2 {height: 26rem;}}