
.gradient-section{background:linear-gradient(135deg,#2D296B 0%,#4a4685 60%,#f68634 200%);color:#fff;padding:80px 0;position:relative;overflow:hidden;}
.gradient-section::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;border-radius:50%;background:rgba(245,134,52,0.1);}
.gradient-section .section-title{color:#fff;}
.gradient-section .section-subtitle{color:rgba(255,255,255,0.6);}
.gradient-features{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;}
.gradient-feature{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:16px;padding:28px;display:flex;gap:20px;transition:all 0.3s;}
.gradient-feature:hover{background:rgba(255,255,255,0.12);border-color:rgba(245,134,52,0.3);transform:translateX(4px);}
.gradient-feature .gf-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:rgba(245,134,52,0.2);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--codexxa-orange);}
.gradient-feature h4{color:#fff;font-size:17px;font-weight:700;margin-bottom:6px;}
.gradient-feature p{color:rgba(255,255,255,0.6);font-size:14px;line-height:1.6;}
@media(max-width:1024px){.gradient-features{grid-template-columns:1fr;}}
