
/* Talent Hunt page scoped CSS */
.talent-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#062f68 0%,#064a93 48%,#ffc107 140%);padding:90px 0 70px;color:#fff}
.talent-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.16),transparent 24%),radial-gradient(circle at 78% 18%,rgba(255,193,7,.25),transparent 22%)}
.talent-hero .container{position:relative;z-index:1}.talent-badge{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:9px 16px;border-radius:999px;font-weight:700;margin-bottom:18px}.talent-hero h1{font-size:54px;line-height:1.06;font-weight:900;color:#fff;margin-bottom:18px}.talent-hero h1 span{color:#ffc107}.talent-hero p{font-size:18px;line-height:1.75;max-width:650px;color:#eef6ff}.talent-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.talent-actions .outline-btn{border:2px solid #fff;color:#fff;border-radius:50px;padding:13px 26px;font-weight:700}.talent-actions .outline-btn:hover{background:#fff;color:#06396f}.hero-poster{background:#fff;border-radius:26px;padding:14px;box-shadow:0 25px 70px rgba(0,0,0,.25);transform:rotate(1.2deg)}.hero-poster img{width:100%;border-radius:18px;display:block}.talent-quick{margin-top:-42px;position:relative;z-index:2}.quick-card{height:100%;background:#fff;border-radius:22px;padding:28px;box-shadow:0 15px 45px rgba(0,0,0,.08);border:1px solid #eef2f7}.quick-card .icon{width:56px;height:56px;border-radius:18px;background:#fff6d8;color:#f5a800;display:flex;align-items:center;justify-content:center;font-size:26px;margin-bottom:18px}.quick-card h4{font-size:22px;margin-bottom:8px}.talent-section{padding:90px 0}.section-soft{background:#f6f9fd}.mk-title{text-align:center;margin-bottom:45px}.mk-title .tag{display:inline-flex;gap:8px;align-items:center;color:#f5a800;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.mk-title h2{font-size:42px;margin:12px 0 10px}.mk-title h2 span{color:#f5a800}.mk-title p{max-width:780px;margin:0 auto;color:#58667a;line-height:1.8}.feature-box{background:#fff;border-radius:20px;padding:28px;height:100%;box-shadow:0 12px 35px rgba(6,47,104,.07);border-left:5px solid #ffc107}.feature-box h4{font-size:22px;margin-bottom:12px}.feature-box ul{padding-left:0;margin:0;list-style:none}.feature-box li{display:flex;gap:10px;margin:12px 0;color:#2d3a4d}.feature-box li:before{content:"\f058";font-family:"Font Awesome 6 Pro";font-weight:900;color:#f5a800}.format-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.format-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #eaf0f8;border-radius:22px;padding:26px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.05)}.format-card strong{display:block;color:#06396f;font-size:28px;line-height:1}.format-card span{display:block;margin-top:8px;color:#55657a;font-weight:600}.syllabus-card{background:#06396f;color:#fff;border-radius:24px;padding:30px;height:100%;position:relative;overflow:hidden}.syllabus-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(255,193,7,.18);right:-45px;bottom:-45px}.syllabus-card h4{color:#fff}.syllabus-card .grade{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:16px;padding:18px;margin-top:14px}.syllabus-card .grade b{color:#ffc107}.timeline{position:relative}.month-row{display:flex;gap:18px;background:#fff;border-radius:16px;padding:16px 20px;margin-bottom:12px;box-shadow:0 8px 25px rgba(0,0,0,.05);align-items:center}.month-row .month{min-width:110px;color:#06396f;font-weight:900}.month-row .topic{font-weight:600;color:#2c3b4e}.brochure-card{background:#fff;border-radius:20px;padding:12px;box-shadow:0 18px 45px rgba(0,0,0,.08);height:100%}.brochure-card img{width:100%;height:100%;max-height:560px;object-fit:contain;border-radius:14px;background:#fff;display:block}.cta-band{background:linear-gradient(135deg,#ffc107,#ff8a00);border-radius:28px;padding:42px;color:#071e3a;box-shadow:0 20px 50px rgba(255,168,0,.25)}.cta-band h3{font-size:34px;margin-bottom:10px}.contact-chip{display:inline-flex;align-items:center;gap:9px;background:#fff;border-radius:999px;padding:11px 17px;margin:7px;font-weight:800;color:#06396f}.contact-chip:hover{color:#f5a800}.price-box{background:#fff;border-radius:24px;padding:30px;text-align:center;box-shadow:0 15px 40px rgba(0,0,0,.08)}.price-box .price{font-size:54px;font-weight:900;color:#e31d1a;line-height:1}.price-box p{font-weight:700;color:#06396f}.school-benefit{background:#fff;border-radius:22px;padding:28px;height:100%;border-top:5px solid #ffc107;box-shadow:0 12px 35px rgba(0,0,0,.05)}.school-benefit i{font-size:36px;color:#f5a800;margin-bottom:18px}@media(max-width:991px){.talent-hero h1{font-size:40px}.format-grid{grid-template-columns:repeat(2,1fr)}.hero-poster{margin-top:30px;transform:none}}@media(max-width:575px){.talent-hero{padding:65px 0 55px}.talent-hero h1{font-size:34px}.format-grid{grid-template-columns:1fr}.month-row{display:block}.month-row .month{margin-bottom:6px}.mk-title h2{font-size:32px}.talent-section{padding:60px 0}}
