@charset "UTF-8";
/***!  Style Declaration  !***/

:root{--cta-blue-start:#15b5f0;--cta-blue-end:#0ea3da;--cta-white:#fff;--cta-radius:8px}.cta-striking-section{background:linear-gradient(135deg,var(--cta-blue-start) 0%,var(--cta-blue-end) 100%);padding:60px 0;color:var(--cta-white);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;box-shadow:0 10px 30px rgba(21,181,240,0.2)}.cta-inner-wrapper{max-width:1100px;margin:0 auto;padding:0 30px;display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-text-group{flex:1}.cta-h2{font-size:32px;font-weight:800;margin-bottom:12px;line-height:1.2;color:var(--cta-white)}.cta-subtext{font-size:18px;color:rgba(255,255,255,0.9);margin:0;line-height:1.5;font-weight:500}.cta-btn-group{flex-shrink:0}.btn-cta-white{display:inline-flex;align-items:center;justify-content:center;background-color:var(--cta-white);color:var(--cta-blue-end) !important;font-weight:700;padding:16px 38px;border-radius:var(--cta-radius);text-decoration:none;transition:all 0.3s ease;box-shadow:0 5px 15px rgba(0,0,0,0.1);font-size:16px}.btn-cta-white:hover{background-color:#f5f7fa;box-shadow:0 10px 25px rgba(0,0,0,0.15);color:var(--cta-blue-start) !important}.btn-icon{margin-right:10px;width:20px;height:20px;stroke-width:2.5}@media (max-width:992px){.cta-inner-wrapper{flex-direction:column;text-align:center;gap:30px}.cta-h2{font-size:28px}.cta-subtext{font-size:17px}.cta-btn-group,.btn-cta-white{width:100%}}
