.next-step-section{padding:90px 32px;background:linear-gradient(180deg,#f4f8fb 0%,#ffffff 100%);overflow:hidden;}/* CONTAINER */ .next-step-section .container{max-width:1680px;width:100%;margin:0 auto;}/* CARD */ .next-step-card{position:relative;display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);align-items:center;gap:50px;min-height:760px;padding:70px;background:#ffffff;border-radius:34px;border:none;overflow:hidden;box-shadow:0 30px 80px rgba(27,115,172,0.08);}/* LEFT SIDE */ .next-step-content{position:relative;z-index:5;max-width:620px;}/* BADGE */ .step-badge{display:inline-flex;align-items:center;padding:8px 14px;margin-bottom:24px;border-radius:999px;background:#e9f3ff;color:#1b73ac;font-size:12px;font-weight:800;text-transform:uppercase;}/* TITLE */ .step-title{margin:0 0 24px;color:#071b35;font-size:clamp(2rem,3.4vw,2.75rem);line-height:1.05;letter-spacing:-0.03em;font-weight:800;}.step-title span{color:#2f80ed;}/* DESCRIPTION */ .step-description{margin:0;max-width:560px;color:#60738f;font-size:clamp(1.05rem,1.4vw,1.25rem);line-height:1.6;}/* DIVIDER */ .step-divider{width:100%;max-width:560px;height:1px;margin:36px 0;background:#dce6f4;}/* BOTTOM */ .step-bottom{display:flex;align-items:flex-start;gap:20px;}/* ICON */ .step-icon{flex-shrink:0;width:74px;height:74px;display:flex;align-items:center;justify-content:center;border-radius:18px;background:#eef5ff;color:#2f80ed;font-size:32px;line-height:1;}/* TEXT */ .step-bottom-text{max-width:360px;color:#60738f;font-size:clamp(1rem,1.3vw,1.2rem);line-height:1.6;}.step-bottom-text p{margin:0;}.step-bottom-text strong{color:#071b35;font-weight:800;}/* IMAGE */ .next-step-image{display:flex;align-items:center;justify-content:center;}.next-step-image img{width:100%;max-width:780px;height:auto;display:block;}/* TABLET */ @media (max-width:1200px){.next-step-card{grid-template-columns:1fr;gap:44px;padding:56px 48px;min-height:auto;}.next-step-content{max-width:100%;}.next-step-image{order:-1;}.next-step-image img{max-width:560px;}}/* MOBILE */ @media (max-width:768px){.next-step-section{padding:70px 10px;}.next-step-section .container{max-width:100%;width:100%;padding:0;}.next-step-card{width:100%;max-width:100%;padding:36px 18px;border-radius:26px;min-height:auto;gap:32px;}.step-title{font-size:clamp(1.85rem,8vw,2.35rem);line-height:1.08;margin-bottom:18px;}.step-description{font-size:16px;}.step-divider{margin:28px 0;}.step-bottom{gap:14px;}.step-icon{width:58px;height:58px;border-radius:14px;font-size:24px;}.step-bottom-text{font-size:15px;}.next-step-image img{max-width:100%;}}/* SMALL MOBILE */ @media (max-width:480px){.next-step-section{padding:56px 6px;}.next-step-card{padding:30px 16px;border-radius:22px;}.step-badge{margin-bottom:18px;}.step-title{font-size:clamp(1.7rem,9vw,2rem);}.step-description{font-size:15px;}.step-icon{width:52px;height:52px;font-size:20px;}.step-bottom-text{font-size:14px;}}