.home-no-scroll{flex-direction:column;justify-content:center;gap:2rem;height:100%;display:flex;overflow:hidden}.hero-section{text-align:center}.hero-title{color:var(--text-primary);background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:700;line-height:1.2}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.hero-title{color:var(--primary-color)}}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.4}.stats-inline{justify-content:center;align-items:center;gap:3rem;margin-top:1.5rem;display:flex}.stat-item{flex-direction:column;align-items:center;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background:var(--border-color);opacity:.3;width:1px;height:60%;position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%)}.stat-number{background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}@supports not ((-webkit-background-clip:text) or (background-clip:text)){.stat-number{color:var(--primary-color)}}.stat-label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.description-section{width:100%;max-width:700px;margin:0 auto}.description-card{background:var(--card-bg);border:1px solid var(--border-color);text-align:center}.description-title{color:var(--text-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.description-text{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.6}@media (max-width:768px){.home-no-scroll{gap:1.5rem}.hero-title{font-size:1.75rem}.hero-subtitle{margin-bottom:1.5rem;font-size:.95rem}.stats-inline{gap:2rem}.stat-item:not(:last-child):after{right:-1rem}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.description-title{font-size:1rem}.description-text{font-size:.9rem}}@media (max-width:480px){.home-no-scroll{gap:1rem}.hero-title{font-size:1.5rem}.hero-subtitle{margin-bottom:1rem;font-size:.9rem}.stats-inline{flex-direction:column;gap:1rem}.stat-item:not(:last-child):after{display:none}.stat-number{font-size:1.75rem}.stat-label{font-size:.8rem}.description-title{font-size:.95rem}.description-text{font-size:.85rem}}
