@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Bebas+Neue&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{width:100%;overflow-x:hidden}body{width:100%;font-family:Poppins,sans-serif;overflow-x:hidden;margin:0!important;padding:0!important}#root{width:100%;min-height:100vh}.navbar{z-index:1000;background:#fff;width:100%;position:fixed;top:0;box-shadow:0 2px 12px #00000014}.nav-logo{color:#1a1a2e;text-decoration:none}.nav-container{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1280px;margin:0 auto;padding:14px 40px;display:flex}.nav-logo{color:#1a1a2e;align-items:center;gap:10px;font-size:1.4rem;font-weight:700;display:flex}.logo-icon{font-size:20px}.logo-it{color:#1565c0}.nav-links{gap:36px;list-style:none;display:flex}.nav-links a{color:#444;padding-bottom:4px;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-block;position:relative}.nav-links a.active,.nav-links a:hover{color:#1565c0}.nav-links a.active:after{content:"";background:#1565c0;border-radius:2px;width:60%;height:3px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.enroll-btn{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:8px;padding:11px 24px;font-size:.95rem;font-weight:600;transition:all .25s;box-shadow:0 4px 10px #ff6b0040}.enroll-btn:hover{background:#e65c00;transform:translateY(-2px)}.hamburger{cursor:pointer;flex-direction:column;gap:5px;display:none}.hamburger span{background:#333;border-radius:2px;width:24px;height:2.5px}@media (width<=768px){.hamburger{display:flex}.nav-links{background:#fff;flex-direction:column;gap:14px;padding:16px 24px;display:none;position:absolute;top:65px;left:0;right:0;box-shadow:0 4px 12px #0000001a}.nav-links.open{display:flex}.nav-container{padding:14px 20px}}.footer{color:#cdd8f0;background:#0d1b3e;padding:48px 24px 0}.footer-container{grid-template-columns:repeat(5,1fr);gap:32px;max-width:1100px;margin:0 auto;padding-bottom:40px;display:grid}.footer-col h4{color:#fff;margin-bottom:16px;font-size:.95rem;font-weight:700}.footer-col ul{flex-direction:column;gap:8px;list-style:none;display:flex}.footer-col ul li a,.footer-col a{color:#a8bde0;font-size:.87rem;text-decoration:none;transition:color .2s}.footer-col ul li a:hover,.footer-col a:hover{color:#fff}.footer-col p{color:#a8bde0;margin-bottom:6px;font-size:.87rem}.social-icons{flex-wrap:wrap;gap:10px;display:flex}.social-icon{color:#fff;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}.social-icon:hover{opacity:.8}.fb{background:#1877f2}.tw{background:#1da1f2}.li{background:#0a66c2}.yt{background:red}.ig{background:linear-gradient(135deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1100px;margin:0 auto;padding:16px 0}.footer-bottom p{color:#7a90b8;font-size:.83rem}@media (width<=900px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.footer-container{grid-template-columns:1fr}}.hero{background:linear-gradient(135deg,#e8f0fe 0%,#f0f4ff 60%,#e3eeff 100%);width:100%;padding:80px 0 50px;position:relative;overflow:hidden}.hero:before{content:"";opacity:.08;background:radial-gradient(circle,#1565c0 0%,#0000 70%);border-radius:50%;width:80px;height:80px;position:absolute;top:20px;right:10%}.hero-container{justify-content:space-between;align-items:center;gap:50px;width:100%;max-width:1100px;margin:0 auto;padding:0 40px;display:flex}.hero-content{flex:1;max-width:520px}.hero-title{color:#1a1a2e;margin-bottom:16px;font-size:2.55rem;font-weight:800;line-height:1.15}.highlight{color:#1565c0;display:block}.hero-subtitle{color:#555;margin-bottom:32px;font-size:1.05rem;line-height:1.5}.hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#e65100;border:none;border-radius:8px;padding:14px 32px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #e6510040}.btn-primary:hover{background:#bf360c;transform:translateY(-3px);box-shadow:0 6px 16px #e6510059}.btn-secondary{color:#fff;cursor:pointer;background:#1565c0;border:none;border-radius:8px;padding:14px 32px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #1565c040}.btn-secondary:hover{background:#0d47a1;transform:translateY(-3px);box-shadow:0 6px 16px #1565c059}.hero-image{flex:1;justify-content:center;align-items:center;display:flex}.hero-svg{filter:drop-shadow(0 15px 30px #1565c026);border-radius:12px;width:100%;max-width:480px;height:auto}.hero-stats{flex-wrap:wrap;align-items:center;gap:28px;width:100%;max-width:1100px;margin:50px auto 0;padding:0 40px;display:flex}.stat-item{color:#444;align-items:center;gap:10px;font-size:.95rem;font-weight:500;display:flex}.stat-icon{font-size:1.5rem}.stat-divider{background:linear-gradient(#0000,#bbb,#0000);width:1px;height:32px}@media (width<=768px){.hero{padding:60px 0 40px}.hero-container{text-align:center;flex-direction:column;gap:40px;padding:0 20px}.hero-title{font-size:2rem}.hero-buttons{justify-content:center}.hero-image{width:100%}.hero-svg{max-width:360px}.hero-stats{justify-content:center;gap:20px;padding:0 20px}.stat-divider{display:none}}.programs-section{background:linear-gradient(135deg,#e8f0fe 0%,#f0f4ff 60%,#e3eeff 100%);width:100%;padding:10px 15px 60px;position:relative;overflow:hidden}.programs-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#1a1a2e;border-bottom:2px solid #e0e0e0;margin-bottom:48px;padding-bottom:12px;font-size:2.1rem;font-weight:700}.programs-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.program-card{background-position:50%;background-size:cover;border-radius:16px;height:260px;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.card-text{z-index:2;position:absolute;bottom:20px;left:20px;right:20px}.small-text,.big-text{color:#fff;text-shadow:0 2px 8px #000000bf;margin:0;padding:0}.small-text{opacity:.95;margin-bottom:4px;font-size:1rem;font-weight:500}.big-text{font-size:1.55rem;font-weight:700;line-height:1.2}@media (width<=992px){.programs-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (width<=768px){.programs-section{padding:60px 15px 50px}.section-title{margin-bottom:40px;font-size:1.8rem}.programs-grid{grid-template-columns:1fr;gap:22px}.program-card{height:240px}.card-text{bottom:18px;left:18px;right:18px}.big-text{font-size:1.45rem}}@media (width<=480px){.program-card{height:220px}.big-text{font-size:1.35rem}}.how-it-works{background:linear-gradient(135deg,#e8f0fe 0%,#f0f4ff 60%,#e3eeff 100%);width:100%;padding:10px 0 50px;position:relative;overflow:hidden}.how-container{text-align:center;max-width:1100px;margin:0 auto}.how-title{color:#1a1a2e;border-bottom:2px solid #e0e0e0;margin-bottom:48px;padding-bottom:12px;font-size:1.7rem;font-weight:700}.steps-row{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:8px;display:flex}.step-card{flex-direction:column;flex:1;align-items:center;gap:12px;min-width:180px;max-width:220px;padding:16px;display:flex}.step-icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;display:flex;box-shadow:0 4px 16px #00000026}.step-title{color:#1a1a2e;font-size:.95rem;font-weight:700}.step-desc{color:#666;font-size:.83rem;line-height:1.5}.step-arrow{color:#1565c0;align-self:center;margin-top:-20px;font-size:1.5rem;font-weight:700}@media (width<=640px){.steps-row{flex-direction:column;align-items:center}.step-arrow{margin:0;transform:rotate(90deg)}}.testimonials{background:linear-gradient(135deg,#e8f0fe 0%,#f0f4ff 60%,#e3eeff 100%);width:100%;padding:10px 0 50px;position:relative;overflow:hidden}.test-container{text-align:center;width:100%;max-width:1100px;margin:0 auto;padding:0 40px}.test-title{color:#1a1a2e;border-bottom:2px solid #e0e0e0;margin-bottom:36px;padding-bottom:12px;font-size:1.7rem;font-weight:700}.test-cards{flex-direction:column;gap:20px;margin-bottom:40px;display:flex}.test-card{text-align:left;background:#fff;border-radius:14px;align-items:center;gap:24px;padding:28px 32px;transition:transform .2s;display:flex;box-shadow:0 4px 20px #00000012}.test-card:hover{transform:translateY(-3px)}.test-avatar{color:#fff;background:linear-gradient(135deg,#1565c0,#7b1fa2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.3rem;font-weight:700;display:flex}.test-quote{color:#333;margin-bottom:8px;font-size:1rem;line-height:1.6}.quote-mark{color:#1565c0;vertical-align:-6px;margin-right:2px;font-size:1.6rem;line-height:0}.test-stars{color:#f9a825;margin-bottom:6px;font-size:1.1rem}.test-name{color:#444;font-size:.9rem}.test-role{color:#888;font-weight:400}.cta-btn{color:#fff;cursor:pointer;letter-spacing:.5px;background:#e65100;border:none;border-radius:8px;padding:14px 44px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;transition:background .2s,transform .15s}.cta-btn:hover{background:#bf360c;transform:translateY(-2px)}@media (width<=600px){.test-card{text-align:center;flex-direction:column}.test-container{padding:0 20px}}.test-company{color:#1565c0;font-size:.82rem;font-weight:600}.jcp-root{background:#f4f6fb;width:100%;min-height:100vh;font-family:Poppins,sans-serif;overflow-x:hidden}.jcp-section{width:100%;padding:64px 0}.jcp-inner{width:100%;max-width:1120px;margin:0 auto;padding:0 40px}.light-section{background:#f4f6fb}.dark-section{background:#0d1b3e}.gold-section{background:#1a2a4a}.section-header{align-items:center;gap:12px;margin-bottom:36px;display:flex}.section-header h2{color:#0d1b3e;font-size:1.9rem;font-weight:800}.section-header.white h2{color:#fff}.sh-icon{font-size:1.8rem}.section-note{color:#888;margin-top:-20px;margin-bottom:24px;font-size:.88rem}.course-hero{color:#fff;background:linear-gradient(135deg,#0a1628,#152848);padding:80px 0}.course-hero-inner{justify-content:space-between;align-items:center;gap:40px;max-width:1100px;margin:auto;display:flex}.course-hero-title{font-size:3rem;font-weight:800}.course-hero-title span{color:#ffcc02}.course-hero-desc{color:#b9c7e3;margin-top:15px}.course-hero-tags{flex-wrap:wrap;gap:10px;margin:20px 0;display:flex}.course-hero-tags span{background:#1e2f57;border-radius:20px;padding:6px 14px;font-size:12px}.course-hero-buttons{gap:15px;display:flex}.course-btn-enroll{cursor:pointer;background:linear-gradient(135deg,#ffcc02,#ff9800);border:none;border-radius:8px;padding:14px 28px;font-weight:700}.course-btn-outline{color:#7fa6ff;border:2px solid #7fa6ff;border-radius:8px;padding:12px 26px;text-decoration:none}.course-offer-card{text-align:center;background:#0f2347;border:2px solid #ffcc02;border-radius:16px;width:260px;padding:30px;box-shadow:0 8px 30px #0006}.course-hero-title{font-size:3rem;font-weight:800;line-height:1.1}.course-offer-sub{color:#9bb2d9;margin-bottom:10px;font-size:14px}.course-price{margin:10px 0;font-size:3rem;font-weight:900}.course-original{color:#8fa3c8;margin-bottom:15px}.course-offer-btn{cursor:pointer;background:#ffcc02;border:none;border-radius:8px;width:100%;padding:12px;font-weight:700}.offer-card{text-align:center;background:#0f2347;border:2px solid #ffcc02;border-radius:16px;width:260px;padding:30px;box-shadow:0 8px 30px #0006}.offer-title{color:#ffcc02;font-weight:800}.price{margin:10px 0;font-size:3rem;font-weight:900}.original{color:#8fa3c8;text-decoration:line-through}.offer-btn{background:#ffcc02;border:none;border-radius:8px;width:100%;margin-top:10px;padding:12px;font-weight:700}.highlights-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.hl-card{background:#fff;border-left:4px solid #ffcc02;border-radius:12px;align-items:flex-start;gap:14px;padding:20px 16px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 2px 16px #0d1b3e12}.hl-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0d1b3e1f}.hl-icon{flex-shrink:0;font-size:1.8rem}.hl-card h4{color:#0d1b3e;margin-bottom:4px;font-size:.9rem;font-weight:700}.hl-card p{color:#666;font-size:.78rem;line-height:1.5}.tech-grid{flex-wrap:wrap;gap:14px;display:flex}.tech-badge{color:#ffcc02;background:#ffcc021a;border:1.5px solid #ffcc0259;border-radius:30px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;display:flex}.tech-badge:hover{background:#ffcc0233;transform:translateY(-2px)}.tech-icon{font-size:1.1rem}.curriculum-list{flex-direction:column;gap:10px;display:flex}.curr-item{background:#fff;border:1.5px solid #e8ecf5;border-radius:12px;transition:border-color .2s;overflow:hidden;box-shadow:0 2px 12px #0d1b3e12}.curr-item.open{border-color:#ffcc02}.curr-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:18px 24px;font-family:Poppins,sans-serif;transition:background .2s;display:flex}.curr-item.open .curr-header{background:#fffbea}.curr-header:hover{background:#f8f9ff}.curr-icon{flex-shrink:0;font-size:1.5rem}.curr-title{color:#0d1b3e;flex:1;font-size:1rem;font-weight:700}.curr-weeks{color:#1565c0;white-space:nowrap;background:#e8f0fe;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600}.curr-item.open .curr-weeks{color:#0d1b3e;background:#ffcc02}.curr-arrow{color:#888;flex-shrink:0;font-size:.8rem;transition:color .2s}.curr-item.open .curr-arrow{color:#ffcc02}.curr-body{max-height:0;transition:max-height .4s,padding .3s;overflow:hidden}.curr-item.open .curr-body{max-height:600px;padding:0 24px 20px}.curr-topics{border-top:1px solid #f0f0f0;grid-template-columns:repeat(2,1fr);gap:8px 24px;padding-top:16px;list-style:none;display:grid}.curr-topics li{color:#444;align-items:flex-start;gap:8px;font-size:.87rem;line-height:1.5;display:flex}.ct-check{color:#2e7d32;flex-shrink:0;margin-top:1px;font-weight:700}.two-col-section{grid-template-columns:1fr 1fr;gap:40px;display:grid}.two-col-card .section-header h2{color:#fff}.two-col-card .section-header .sh-icon{color:#ffcc02}.check-list{flex-direction:column;gap:10px;list-style:none;display:flex}.check-item{color:#c8d8f0;align-items:flex-start;gap:10px;font-size:.93rem;line-height:1.5;display:flex}.check-icon{color:#ffcc02;background:#ffcc0233;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.batch-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.batch-card{text-align:center;background:#ffffff0f;border:1.5px solid #ffffff1f;border-radius:14px;padding:24px 20px;transition:transform .2s,border-color .2s;position:relative}.batch-card:hover{border-color:#ffcc0280;transform:translateY(-4px)}.batch-hot{background:#ffcc0212;border-color:#ffcc02}.batch-hot-tag{color:#0d1b3e;white-space:nowrap;background:#ffcc02;border-radius:20px;padding:3px 12px;font-size:.72rem;font-weight:800;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.batch-label{color:#ffcc02;margin-bottom:8px;font-size:1rem;font-weight:800}.batch-date{color:#a8c0e8;margin-bottom:12px;font-size:.87rem}.mode-tag{border-radius:20px;margin-bottom:16px;padding:4px 14px;font-size:.78rem;font-weight:700;display:inline-block}.mode-tag.offline{color:#7aabf0;background:#1565c04d}.mode-tag.online{color:#81c784;background:#2e7d324d}.batch-btn{color:#0d1b3e;cursor:pointer;background:linear-gradient(135deg,#ffcc02,#ff9800);border:none;border-radius:8px;width:100%;padding:10px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:800;transition:transform .15s}.batch-btn:hover{transform:translateY(-2px)}.contact-row{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:32px;display:grid}.contact-info-block h3{color:#0d1b3e;margin-bottom:10px;font-size:1.1rem;font-weight:700}.contact-info-block p{color:#555;font-size:.9rem;line-height:1.7}.big-phone{color:#0d1b3e;margin-bottom:4px;font-size:1.3rem;font-weight:800;text-decoration:none;transition:color .2s;display:block}.big-phone:hover{color:#1565c0}.enroll-block{text-align:center}.final-price{flex-direction:column;align-items:center;margin-bottom:16px;display:flex}.fp-label{color:#888;font-size:.8rem}.fp-price{color:#0d1b3e;font-size:2.6rem;font-weight:900;line-height:1.1}.fp-orig{color:#aaa;font-size:.85rem}.program-card{cursor:pointer;transition:transform .3s}.program-card:hover{transform:scale(1.03)}.btn-enroll-final{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e65100,#ff6f00);border:none;border-radius:10px;width:100%;padding:14px 40px;font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #e6510059}.btn-enroll-final:hover{transform:translateY(-3px);box-shadow:0 8px 28px #e6510080}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3000;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:20px;width:100%;max-width:460px;max-height:92vh;padding:40px 36px;animation:.3s cubic-bezier(.34,1.56,.64,1) popIn;position:relative;overflow-y:auto;box-shadow:0 24px 64px #0000004d}@keyframes popIn{0%{opacity:0;transform:scale(.88)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-close{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.88rem;transition:background .2s;display:flex;position:absolute;top:14px;right:16px}.modal-close:hover{background:#e0e0e0}.modal-head{text-align:center;margin-bottom:28px}.modal-badge{color:#1565c0;background:#e8f0fe;border-radius:20px;margin-bottom:10px;padding:5px 14px;font-size:.82rem;font-weight:700;display:inline-block}.modal-head h2{color:#0d1b3e;margin-bottom:4px;font-size:1.6rem;font-weight:800}.modal-head p{color:#666;margin-bottom:14px;font-size:.88rem}.modal-offer-strip{color:#7a5c00;background:linear-gradient(135deg,#fff8e1,#fff3cd);border:1.5px solid #ffcc02;border-radius:8px;margin-bottom:20px;padding:8px 16px;font-size:.85rem;font-weight:600}.step-bar{justify-content:center;align-items:center;gap:10px;display:flex}.s-dot{color:#aaa;background:#e8ecf5;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.s-dot.on{color:#ffcc02;background:#0d1b3e}.s-line{background:#e0e0e0;flex:0 0 50px;height:2px}.modal-form{flex-direction:column;gap:16px;display:flex}.mf-group{flex-direction:column;gap:5px;display:flex}.mf-group label{color:#333;font-size:.84rem;font-weight:600}.mf-group input,.mf-group select{color:#333;background:#fafbff;border:2px solid #e0e6f0;border-radius:8px;outline:none;padding:11px 14px;font-family:Poppins,sans-serif;font-size:.9rem;transition:border-color .2s}.mf-group input:focus,.mf-group select:focus{background:#fff;border-color:#0d1b3e}.modal-btn{color:#0d1b3e;cursor:pointer;background:linear-gradient(135deg,#ffcc02,#ff9800);border:none;border-radius:8px;width:100%;padding:13px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:800;transition:transform .15s,box-shadow .15s}.modal-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffcc0259}.modal-btn-row{grid-template-columns:1fr 1.8fr;gap:12px;display:grid}.modal-btn-back{color:#0d1b3e;cursor:pointer;background:#fff;border:2px solid #0d1b3e;border-radius:8px;padding:13px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;transition:background .2s}.modal-btn-back:hover{background:#f0f2f8}.modal-success{text-align:center;padding:12px 0}.success-emoji{margin-bottom:12px;font-size:3.5rem;animation:.6s bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.modal-success h2{color:#0d1b3e;margin-bottom:10px;font-size:1.6rem;font-weight:800}.modal-success>p{color:#555;margin-bottom:20px;font-size:.9rem;line-height:1.6}.success-info{text-align:left;background:#f0f7ff;border-radius:10px;margin-bottom:16px;padding:16px}.success-info p{color:#333;margin-bottom:6px;font-size:.87rem}.success-contacts{justify-content:center;gap:12px;margin-bottom:20px;display:flex}.success-contacts a{color:#0d1b3e;font-size:.9rem;font-weight:700;text-decoration:none}@media (width<=1024px){.highlights-grid,.batch-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.jcp-hero-inner{flex-direction:column}.jcp-hero-right{flex:none;align-items:center;width:100%}.student-svg{width:280px}.jcp-title{font-size:2.2rem}.two-col-section,.contact-row,.curr-topics{grid-template-columns:1fr}}@media (width<=640px){.jcp-inner{padding:0 20px}.jcp-title{font-size:1.8rem}.highlights-grid{grid-template-columns:1fr}.batch-grid{grid-template-columns:1fr 1fr}.modal-box{padding:28px 20px}}@media (width<=1024px){.highlights-grid,.batch-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.course-hero-inner{text-align:center;flex-direction:column;gap:30px}.course-hero-title{font-size:2.2rem}.course-hero-buttons{justify-content:center}.course-offer-card{width:100%;max-width:320px;margin:auto}.two-col-section,.contact-row,.curr-topics{grid-template-columns:1fr}}@media (width<=640px){.jcp-inner{padding:0 20px}.course-hero{padding:60px 0}.course-hero-title{font-size:1.8rem;line-height:1.3}.course-hero-tags{justify-content:center}.course-hero-buttons{flex-direction:column;align-items:center;gap:12px}.course-btn-enroll,.course-btn-outline{width:100%;max-width:280px}.course-offer-card{width:100%;max-width:300px}.highlights-grid,.batch-grid{grid-template-columns:1fr}.modal-box{padding:28px 20px}}
