section#istatistikler{position:relative;background:linear-gradient(135deg,#5b3fd4,#3b1fa8);padding:28px 0;overflow:hidden}section#istatistikler:before{content:"";position:absolute;top:-80px;right:-80px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#ffffff12,transparent 70%);pointer-events:none}section#istatistikler:after{display:none}.statsRow{display:flex;align-items:center;justify-content:space-between;gap:0}.statItem{flex:1;flex-direction:row;gap:12px;padding:6px 16px;text-align:left}.statIcon,.statItem{display:flex;align-items:center;justify-content:center}.statIcon{width:40px;min-width:40px;height:40px;border-radius:12px;background:#ffffff15;border:1px solid #ffffff20;font-size:18px;color:#fff}.statTexts{display:flex;flex-direction:column;gap:1px}.statVal{font-size:var(--text-2xl);font-weight:var(--fw-extrabold);color:#fff;line-height:var(--lh-tight);letter-spacing:-.5px;text-shadow:0 0 30px #ffffff40}.statLabel{font-size:var(--text-xs);font-weight:var(--fw-medium);color:#c4b8f5;letter-spacing:.3px}.statItem--sep{border-right:1px solid #ffffff20}@media (max-width:900px){section#istatistikler{padding:0}.statsRow{display:grid;grid-template-columns:1fr 1fr;gap:0}.statItem{padding:14px 12px;justify-content:flex-start;border-bottom:1px solid #ffffff10}.statItem--sep{border-right:1px solid #ffffff15}.statItem:nth-child(n+3){border-bottom:none}.statVal{font-size:var(--text-xl)}.statIcon{width:34px;min-width:34px;height:34px;font-size:15px;border-radius:10px}}