*{box-sizing:border-box}img{height:auto;max-width:100%}.agentic-section{background:#f7f8fa;padding:80px 20px}.container{margin:auto;max-width:1400px;padding:0 10px}.top-area{align-items:flex-start;display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;margin-bottom:60px}.left-content,.right-content{flex:1 1 100%;max-width:100%}.right-content{color:#5f6368;font-size:16px;line-height:1.7}@media (min-width:992px){.left-content{flex:1 1 500px;max-width:600px}.right-content{flex:1 1 400px;max-width:600px}}.badge{align-items:center;background:#fff;border:1px solid #3384ff;border-radius:20px;box-shadow:2px 4px 10px rgba(0,0,0,.08);color:#000;display:inline-flex;font-size:13px;gap:8px;margin-bottom:15px;max-width:fit-content;padding:6px 16px}.badge-icon img{height:16px;width:16px}h2{font-size:clamp(26px,4vw,42px);font-weight:700;line-height:1.2;margin:0}.blue{background:linear-gradient(90deg,#1333d6,#3384ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cards-container{margin-top:40px;position:relative}.cards-wrapper{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr));position:relative;z-index:2}.gradient-line{animation:moveGradient 4s linear infinite;background:linear-gradient(90deg,#2563eb,#60a5fa,#2563eb);background-size:200% 100%;border-radius:10px;height:4px;left:0;position:absolute;top:110px;width:100%;z-index:0}@keyframes moveGradient{0%{background-position:0 0}to{background-position:200% 0}}.card{border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.06);height:100%;padding:35px 25px;position:relative;text-align:center;transition:.3s ease}.card:first-child{background:linear-gradient(135deg,#fff9f8,#fffdf7)}.card:nth-child(2){background:linear-gradient(135deg,#fafbff,#fff7fb)}.card:nth-child(3){background:linear-gradient(135deg,#fffded,#f2fbff)}.card:hover{transform:translateY(-6px)}.icon{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:14px;display:flex;height:65px;justify-content:center;margin:0 auto 20px;width:65px}.icon img{width:28px}.card h3{font-size:18px;margin-bottom:10px}.card p{color:#6b7280;font-size:14.5px;line-height:1.6}@media (max-width:768px){.agentic-section{padding:60px 15px}.top-area{gap:12px;margin-bottom:30px}.cards-wrapper{gap:20px;grid-template-columns:1fr}h2{font-size:26px}.card{padding:25px 20px}}@media (max-width:480px){.agentic-section{padding:50px 12px}.badge{font-size:12px;padding:5px 12px}h2{font-size:24px}.card h3{font-size:16px}.card p{font-size:13.5px}}@media (max-width:360px){.card{padding:20px 15px}}