.quote-card{position:relative;background:#202A39;border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:60px;color:#fff;overflow:hidden}.quote-icon{position:absolute;right:40px;top:20px;font-size:180px;font-weight:700;color:rgba(255,255,255,.06);line-height:1}.quote-text{font-size:34px;line-height:1.7;font-style:italic;font-weight:300;color:#ECECEC;max-width:760px;margin:0}.quote-author{display:flex;align-items:center;margin-top:55px}.author-circle{width:62px;height:62px;background:#C85A0A;border-radius:50%;margin-right:20px}.author-info h4{margin:0;font-size:22px;color:#fff;font-weight:600}.author-info span{display:block;margin-top:5px;font-size:17px;color:#BFC5D1;letter-spacing:.5px}@media(max-width:980px){.quote-card{padding:35px}.quote-text{font-size:24px}.quote-icon{font-size:120px;right:20px;top:10px}.author-circle{width:50px;height:50px}}.stats-section{display:flex;gap:24px;flex-wrap:wrap}.stat-card{position:relative;flex:1;min-width:260px;background:#2A2C2E;padding:28px 30px;border-radius:8px;transition:.3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.25)}.stat-card::before{content:"";position:absolute;left:0;top:0;width:5px;height:100%;border-radius:8px 0 0 8px}.orange::before{background:#FF9A7A}.blue::before{background:#9B9CFF}.stat-number{font-family:Poppins,sans-serif;font-size:52px;font-weight:700;color:#fff;line-height:1;margin-bottom:12px}.stat-title{font-family:Poppins,sans-serif;font-size:22px;color:#D8D8D8;font-weight:500}@media(max-width:980px){.stats-section{flex-direction:column}.stat-card{min-width:100%}.stat-number{font-size:42px}.stat-title{font-size:20px}}