.stats-section{padding:6rem 0;background:var(--background-secondary)}.stats-container{max-width:calc(1400px + 4rem);margin:0 auto;padding:0 2rem}.stats-header{text-align:center;margin-bottom:4rem}.stats-badge{display:inline-block;background:rgba(59,130,246,.1);color:var(--primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem}[data-theme=dark] .stats-badge{background:rgba(59,130,246,.2)}.stats-title{font-size:3.5rem;font-weight:600;color:var(--foreground);margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.stats-description{font-size:1.3rem;color:var(--foreground-secondary);max-width:800px;margin:0 auto;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.stat-card{background:var(--background-tertiary);border:none;border-radius:16px;padding:2.5rem 2rem;text-align:left;transition:all .3s ease;position:relative}.stat-card:hover{transform:translateY(-4px)}.stat-icon-circle{width:64px;height:64px;border-radius:50%;background:rgba(59,130,246,.1);display:flex;align-items:center;justify-content:center;margin:0 0 2rem;color:var(--primary)}[data-theme=dark] .stat-icon-circle{background:rgba(59,130,246,.2)}.stat-icon-circle svg{width:28px;height:28px}.stat-number{font-size:3rem;margin:0 0 1rem;line-height:1}.stat-number,.stat-unit{font-weight:700;color:var(--primary);font-family:Syne,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.stat-unit{font-size:.6em}.stat-label{font-size:1.3rem;font-weight:600;color:var(--foreground);margin:0 0 1rem;line-height:1.3}.stat-description{font-size:.95rem;color:var(--foreground-secondary);line-height:1.5;margin:0}@media (max-width:1200px){.stats-title{font-size:3rem}.stats-description{font-size:1.2rem}.stat-number{font-size:2.5rem}.stat-label{font-size:1.2rem}.stat-description{font-size:.9rem}.stat-icon-circle{width:56px;height:56px;margin-bottom:1.5rem}.stat-icon-circle svg{width:24px;height:24px}}@media (max-width:1000px){.stats-section{padding:4rem 0}.stats-container{padding:0 1.5rem}.stats-header{margin-bottom:3rem}.stats-title{font-size:2.2rem}.stats-description{font-size:1.1rem}.stats-grid{gap:1.5rem}.stat-card{padding:2rem 1.5rem}.stat-number{font-size:2.2rem}.stat-label{font-size:1.1rem}.stat-description{font-size:.85rem}.stat-icon-circle{width:50px;height:50px;margin-bottom:1.5rem}.stat-icon-circle svg{width:22px;height:22px}}@media (max-width:768px){.stats-section{padding:3rem 0}.stats-container{padding:0 1rem}.stats-header{margin-bottom:2.5rem}.stats-title{font-size:1.8rem}.stats-description{font-size:1rem}.stats-grid{grid-template-columns:1fr;gap:1.25rem}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2rem}.stat-label{font-size:1rem}.stat-description{font-size:.8rem}.stat-icon-circle{width:45px;height:45px;margin-bottom:1.5rem}.stat-icon-circle svg{width:20px;height:20px}}@media (max-width:500px){.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem}}.cta-section{padding:6rem 0;background:var(--background)}.cta-container{max-width:calc(1400px + 4rem);margin:0 auto;padding:0 2rem}.cta-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}.cta-image-container{position:relative;height:400px;border-radius:16px;overflow:hidden}.cta-image{width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px}.cta-text-content{display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.cta-badge{display:inline-block;background:rgba(59,130,246,.1);color:var(--primary);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;width:-moz-fit-content;width:fit-content}[data-theme=dark] .cta-badge{background:rgba(59,130,246,.2)}.cta-title{font-size:3rem;font-weight:600;color:var(--foreground);margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.02em}.cta-description{font-size:1.2rem;color:var(--foreground-secondary);line-height:1.6;margin:0 0 2rem}.cta-button{width:-moz-fit-content;width:fit-content;display:inline-flex}@media (max-width:1200px){.cta-title{font-size:2.5rem}.cta-description{font-size:1.1rem}.cta-image-container{height:350px}}@media (max-width:1000px){.cta-section{padding:4rem 0}.cta-container{padding:0 1.5rem}.cta-content{gap:3rem}.cta-title{font-size:2.5rem}.cta-description{font-size:1rem}.cta-image-container{height:300px}}@media (max-width:768px){.cta-section{padding:3rem 0}.cta-container{padding:0 1rem}.cta-content{grid-template-columns:1fr;gap:2rem;text-align:center}.cta-text-content{padding:1rem 0;align-items:center}.cta-title{font-size:2.2rem}.cta-description{font-size:.95rem}.cta-image-container{height:250px;order:2}.cta-text-content{order:1}}@media (max-width:500px){.cta-title{font-size:1.8rem}.cta-description{font-size:.9rem}.cta-image-container{height:200px}}