.landing-page{color:#f8fafc;scroll-behavior:smooth;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#0f172a 100%);width:100%;max-width:100%;min-height:100vh;margin:0;padding:0;position:relative;overflow-x:hidden}.landing-header{z-index:1000;-webkit-backdrop-filter:blur();backdrop-filter:blur();padding:1rem 2rem;transition:transform .3s,background .3s,padding .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;top:0;left:0;right:0}.landing-header.scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(15,23,42,.9);border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 2rem}.landing-header.hidden{transform:translateY(-100%)}.landing-header .header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.landing-header .logo{align-items:center;gap:.75rem;display:flex}.landing-header .logo .logo-icon{width:40px;height:40px}.landing-header .logo .logo-icon svg{width:100%;height:100%}.landing-header .logo .logo-text{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.landing-header .nav-links{gap:.5rem;display:flex}.landing-header .nav-links button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}.landing-header .nav-links button:hover{color:#f8fafc;background:rgba(255,255,255,.05)}.landing-header .nav-links button.active{color:#3b82f6}.landing-header .header-actions{align-items:center;gap:1rem;display:flex}.landing-header .language-selector{position:relative}.landing-header .language-selector .language-trigger{color:#f8fafc;cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.landing-header .language-selector .language-trigger:hover{background:rgba(255,255,255,.1)}.landing-header .language-selector .language-trigger svg{transition:transform .2s}.landing-header .language-selector .language-trigger svg.rotated{transform:rotate(180deg)}.landing-header .language-selector .language-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(30,41,59,.95);border:1px solid rgba(255,255,255,.1);border-radius:12px;min-width:150px;padding:.5rem;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + .5rem);right:0;box-shadow:0 20px 40px rgba(0,0,0,.4)}.landing-header .language-selector .language-dropdown .language-option{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:all .2s;display:flex}.landing-header .language-selector .language-dropdown .language-option:hover{color:#f8fafc;background:rgba(255,255,255,.1)}.landing-header .language-selector .language-dropdown .language-option.active{color:#3b82f6;background:rgba(59,130,246,.2)}.landing-header .login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px rgba(59,130,246,.3)}.landing-header .login-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(59,130,246,.4)}.hero-section{flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:6rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero-section .hero-bg{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.hero-section .hero-bg .gradient-orb{filter:blur(80px);opacity:.4;border-radius:50%;animation:20s infinite float;position:absolute}.hero-section .hero-bg .gradient-orb.orb-1{background:radial-gradient(circle,#3b82f6,transparent 70%);width:600px;height:600px;animation-delay:0s;top:-200px;right:-100px}.hero-section .hero-bg .gradient-orb.orb-2{background:radial-gradient(circle,#8b5cf6,transparent 70%);width:500px;height:500px;animation-delay:5s;bottom:-100px;left:-150px}.hero-section .hero-bg .gradient-orb.orb-3{background:radial-gradient(circle,#06b6d4,transparent 70%);width:400px;height:400px;animation-delay:10s;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-section .hero-bg .grid-pattern{background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;position:absolute;top:0;bottom:0;left:0;right:0;-webkit-mask-image:radial-gradient(#000 30%,transparent 70%);mask-image:radial-gradient(#000 30%,transparent 70%)}.hero-section .hero-content{z-index:1;text-align:center;max-width:900px;position:relative}.hero-section .hero-badge{color:#60a5fa;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;animation:.6s fadeInUp;display:inline-flex}.hero-section .hero-badge svg{animation:2s infinite pulse}.hero-section .hero-title{margin-bottom:1.5rem;font-size:max(2.5rem,min(6vw,4.5rem));font-weight:800;line-height:1.1;animation:.6s .1s both fadeInUp}.hero-section .hero-title .gradient-text{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#06b6d4);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:5s infinite gradientMove;display:block}.hero-section .hero-description{color:#94a3b8;max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.7;animation:.6s .2s both fadeInUp}.hero-section .hero-actions{justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;animation:.6s .3s both fadeInUp;display:flex}.hero-section .hero-actions .cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px rgba(59,130,246,.4)}.hero-section .hero-actions .cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(59,130,246,.5)}.hero-section .hero-actions .cta-primary:hover svg{transform:translate(4px)}.hero-section .hero-actions .cta-primary svg{transition:transform .3s}.hero-section .hero-actions .cta-secondary{color:#f8fafc;cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.hero-section .hero-actions .cta-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.25)}.hero-section .hero-stats{justify-content:center;gap:4rem;animation:.6s .4s both fadeInUp;display:flex}.hero-section .hero-stats .hero-stat{text-align:center}.hero-section .hero-stats .hero-stat .stat-value{color:#f8fafc;font-size:2rem;font-weight:700;display:block}.hero-section .hero-stats .hero-stat .stat-label{color:#64748b;font-size:.9rem}.hero-section .scroll-indicator{cursor:pointer;opacity:.6;flex-direction:column;align-items:center;gap:.5rem;transition:opacity .3s;animation:2s infinite bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-section .scroll-indicator:hover{opacity:1}.hero-section .scroll-indicator .mouse{border:2px solid rgba(255,255,255,.3);border-radius:20px;justify-content:center;width:26px;height:40px;padding-top:8px;display:flex}.hero-section .scroll-indicator .mouse .wheel{background:rgba(255,255,255,.5);border-radius:2px;width:4px;height:8px;animation:1.5s infinite scrollWheel}.hero-section .scroll-indicator span{color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:2px;font-size:.75rem}.section-container{max-width:1400px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-tag{color:#60a5fa;text-transform:uppercase;letter-spacing:1px;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.3);border-radius:50px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.section-title{color:#f8fafc;margin-bottom:1rem;font-size:max(2rem,min(4vw,3rem));font-weight:700}.section-description{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.demo-section{background:linear-gradient(rgba(15,23,42,.8) 0%,rgba(30,41,59,.6) 50%,rgba(15,23,42,.8) 100%);width:100%;padding:8rem 0;position:relative;overflow:hidden}.demo-section .demo-bg{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.demo-section .demo-bg .gradient-orb{filter:blur(100px);opacity:.3;border-radius:50%;position:absolute}.demo-section .demo-bg .gradient-orb.orb-demo-1{background:radial-gradient(circle,#3b82f6,transparent 70%);width:500px;height:500px;animation:20s infinite float;top:-100px;left:-100px}.demo-section .demo-bg .gradient-orb.orb-demo-2{background:radial-gradient(circle,#8b5cf6,transparent 70%);width:400px;height:400px;animation:25s infinite reverse float;bottom:-50px;right:-100px}.demo-section .section-container{z-index:1;position:relative}.demo-section .section-tag{align-items:center;gap:.5rem;display:inline-flex}.demo-section .section-tag svg{animation:2s infinite pulse}.demo-section .demo-showcase{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;display:flex;position:relative}.demo-section .demo-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc;cursor:pointer;z-index:10;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.demo-section .demo-nav:hover{background:rgba(59,130,246,.3);border-color:rgba(59,130,246,.5);transform:translateY(-50%)scale(1.1)}.demo-section .demo-nav.demo-nav-prev{left:0}@media (min-width:900px){.demo-section .demo-nav.demo-nav-prev{left:5%}}.demo-section .demo-nav.demo-nav-next{right:0}@media (min-width:900px){.demo-section .demo-nav.demo-nav-next{right:5%}}.demo-section .phones-container{perspective:1000px;justify-content:center;align-items:center;gap:2rem;display:flex}@media (max-width:768px){.demo-section .phones-container{gap:1rem}}.demo-section .phone-frame{background:linear-gradient(135deg,#1e293b,#0f172a);border-radius:40px;padding:12px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 0 3px #374151,0 20px 60px rgba(0,0,0,.5),0 0 80px rgba(59,130,246,.2)}.demo-section .phone-frame:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,rgba(59,130,246,.3),rgba(139,92,246,.3));border-radius:41px;transition:opacity .3s;position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px}.demo-section .phone-frame .phone-notch{z-index:10;background:#0f172a;border-radius:0 0 16px 16px;width:100px;height:24px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.demo-section .phone-frame .phone-notch:after{content:"";background:#1e293b;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.demo-section .phone-frame .phone-screen{background:#1e293b;border-radius:28px;width:220px;height:500px;position:relative;overflow:hidden}@media (max-width:768px){.demo-section .phone-frame .phone-screen{border-radius:24px;width:140px;height:300px}}.demo-section .phone-frame.phone-center{z-index:5;transform:scale(1.15)}.demo-section .phone-frame.phone-center:before{opacity:1}.demo-section .phone-frame.phone-center .phone-screen{width:240px;height:530px}@media (max-width:768px){.demo-section .phone-frame.phone-center .phone-screen{width:180px;height:390px}}.demo-section .phone-frame.phone-center .phone-notch{width:120px;height:28px}.demo-section .phone-frame.phone-side{opacity:.6;filter:blur(1px)}.demo-section .phone-frame.phone-side.phone-left{transform:perspective(1000px)rotateY(25deg)scale(.85)}.demo-section .phone-frame.phone-side.phone-right{transform:perspective(1000px)rotateY(-25deg)scale(.85)}@media (max-width:600px){.demo-section .phone-frame.phone-side{display:none}}.demo-section .phone-frame .phone-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc;white-space:nowrap;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.2));border:1px solid rgba(255,255,255,.1);border-radius:50px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;animation:.3s fadeInUp;position:absolute;bottom:-50px;left:50%;transform:translate(-50%)}.demo-section .demo-dots{justify-content:center;align-items:center;gap:.5rem;margin-top:4rem;display:flex}.demo-section .demo-dots .demo-dot{cursor:pointer;background:rgba(255,255,255,.2);border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.demo-section .demo-dots .demo-dot:hover{background:rgba(255,255,255,.4)}.demo-section .demo-dots .demo-dot.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:5px;width:32px}.demo-section .demo-cta{justify-content:center;margin-top:3rem;display:flex}.demo-section .demo-cta .cta-secondary{color:#f8fafc;cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:14px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.demo-section .demo-cta .cta-secondary:hover{background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.2));border-color:rgba(59,130,246,.5);transform:translateY(-3px);box-shadow:0 10px 30px rgba(59,130,246,.2)}.demo-section .demo-cta .cta-secondary svg{animation:2s infinite pulse}.features-section{background:rgba(15,23,42,.5);padding:8rem 0}.features-section .features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.features-section .feature-card{cursor:default;background:rgba(30,41,59,.5);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;transition:all .4s}.features-section .feature-card:hover{background:rgba(30,41,59,.8);border-color:rgba(255,255,255,.15);transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.3)}.features-section .feature-card:hover .feature-icon{background:var(--accent-color);transform:scale(1.1)}.features-section .feature-card:hover .feature-icon svg{color:#fff}.features-section .feature-card .feature-icon{background:rgba(255,255,255,.05);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;transition:all .4s;display:flex}.features-section .feature-card .feature-icon svg{color:var(--accent-color);transition:color .4s}.features-section .feature-card h3{color:#f8fafc;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.features-section .feature-card p{color:#94a3b8;font-size:.95rem;line-height:1.6}.benefits-section{padding:8rem 0}.benefits-section .benefits-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.benefits-section .benefit-item{background:rgba(30,41,59,.3);border:1px solid rgba(255,255,255,.05);border-radius:16px;align-items:flex-start;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.benefits-section .benefit-item:hover{background:rgba(30,41,59,.5);border-color:rgba(255,255,255,.1);transform:translate(8px)}.benefits-section .benefit-item .benefit-icon{color:#60a5fa;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.2));border-radius:12px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;display:flex}.benefits-section .benefit-item .benefit-content h4{color:#f8fafc;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.benefits-section .benefit-item .benefit-content p{color:#94a3b8;font-size:.9rem;line-height:1.6}.stats-section{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(139,92,246,.1));padding:8rem 0}.stats-section .stats-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (max-width:900px){.stats-section .stats-content{text-align:center;grid-template-columns:1fr}}.stats-section .stats-text .section-tag,.stats-section .stats-text .section-title,.stats-section .stats-text .section-description{text-align:left}@media (max-width:900px){.stats-section .stats-text .section-tag,.stats-section .stats-text .section-title,.stats-section .stats-text .section-description{text-align:center}}.stats-section .stats-text .section-description{margin:0}.stats-section .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.stats-section .stats-grid .stat-card{text-align:center;background:rgba(30,41,59,.5);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;transition:all .3s}.stats-section .stats-grid .stat-card:hover{background:rgba(30,41,59,.8);border-color:rgba(255,255,255,.15);transform:translateY(-5px)}.stats-section .stats-grid .stat-card .stat-value{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.stats-section .stats-grid .stat-card .stat-label{color:#94a3b8;font-size:.9rem}.cta-section{padding:8rem 0}.cta-section .cta-content{text-align:center;background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(139,92,246,.2));border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:5rem 3rem;position:relative;overflow:hidden}.cta-section .cta-content:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,rgba(59,130,246,.3),transparent 50%),radial-gradient(circle at 0 100%,rgba(139,92,246,.3),transparent 50%);position:absolute;top:0;bottom:0;left:0;right:0}.cta-section .cta-content h2{margin-bottom:1rem;font-size:max(1.75rem,min(3vw,2.5rem));font-weight:700;position:relative}.cta-section .cta-content p{color:#94a3b8;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;position:relative}.cta-section .cta-content .cta-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;box-shadow:0 4px 20px rgba(59,130,246,.4)}.cta-section .cta-content .cta-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(59,130,246,.5)}.cta-section .cta-content .cta-primary:hover svg{transform:translate(4px)}.cta-section .cta-content .cta-primary svg{transition:transform .3s}.landing-footer{background:rgba(15,23,42,.8);border-top:1px solid rgba(255,255,255,.08);padding:4rem 0 0}.landing-footer .footer-container{max-width:1400px;margin:0 auto;padding:0 2rem}.landing-footer .footer-main{grid-template-columns:2fr 3fr;gap:4rem;padding-bottom:3rem;display:grid}@media (max-width:768px){.landing-footer .footer-main{grid-template-columns:1fr;gap:2rem}}.landing-footer .footer-brand .logo{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.landing-footer .footer-brand .logo .logo-icon{width:40px;height:40px}.landing-footer .footer-brand .logo .logo-text{background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.landing-footer .footer-brand .footer-description{color:#94a3b8;max-width:300px;font-size:.95rem;line-height:1.7}.landing-footer .footer-links{justify-content:space-between;gap:2rem;display:flex}@media (max-width:768px){.landing-footer .footer-links{flex-direction:column}}.landing-footer .footer-links .footer-column h4{color:#f8fafc;margin-bottom:1rem;font-size:1rem;font-weight:600}.landing-footer .footer-links .footer-column a,.landing-footer .footer-links .footer-column p{color:#94a3b8;margin-bottom:.75rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:block}.landing-footer .footer-links .footer-column a:hover,.landing-footer .footer-links .footer-column p:hover{color:#3b82f6}.landing-footer .footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0}.landing-footer .footer-bottom p{color:#64748b;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes gradientMove{0%,to{background-position:0%}50%{background-position:100%}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)translateY(0)}40%{transform:translate(-50%)translateY(-10px)}60%{transform:translate(-50%)translateY(-5px)}}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.landing-header{padding:1rem}.landing-header .nav-links{display:none}}@media (max-width:900px) and (max-width:640px){.landing-header{padding:.75rem 1rem}.landing-header .header-actions{gap:.5rem}.landing-header .login-btn{padding:.5rem .875rem;font-size:.875rem}.landing-header .login-btn svg{width:16px;height:16px}.landing-header .language-selector .language-trigger{padding:.4rem .5rem}}@media (max-width:900px){.hero-section{padding:5rem 1rem 3rem}.hero-section .hero-stats{flex-wrap:wrap;gap:2rem}.features-section,.benefits-section{padding:5rem 0}.features-section .features-grid,.features-section .benefits-grid,.benefits-section .features-grid,.benefits-section .benefits-grid{grid-template-columns:1fr}}@media (max-width:600px){.hero-section .hero-actions{flex-direction:column;width:100%;padding:0 1rem}.hero-section .hero-actions .cta-primary,.hero-section .hero-actions .cta-secondary{justify-content:center;width:100%}.hero-section .hero-stats{flex-direction:column;gap:1.5rem}.cta-section .cta-content{padding:3rem 1.5rem}.stats-section .stats-grid{grid-template-columns:1fr}}
