@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1b3a5f;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}:root{--navy-900:#0d2137;--navy-800:#1b3a5f;--navy-700:#1b4f72;--navy-600:#2563eb;--navy-500:#3b82f6;--orange-600:#ea580c;--orange-500:#f97316;--orange-400:#fb923c;--teal-600:#0891b2;--teal-500:#06b6d4;--teal-400:#22d3ee;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--shadow-sm:0 2px 4px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 24px}.section{padding:80px 0}.section-title{color:var(--navy-800);font-size:32px;font-weight:700;margin-bottom:48px;text-align:center}.btn{align-items:center;border:none;border-radius:50px;display:inline-flex;font-size:16px;font-weight:600;justify-content:center;padding:14px 28px;transition:transform .2s,box-shadow .2s}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0) scale(.98)}.btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 14px #f973164d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #f9731666}.btn-secondary{background:linear-gradient(135deg,#1b4f72,#0d2137);box-shadow:0 4px 14px #1b4f724d;color:#fff}.btn-secondary:hover{box-shadow:0 6px 20px #1b4f7266}.btn-outline{background:#0000;border:2px solid var(--navy-800);color:var(--navy-800)}.btn-outline:hover{background:var(--navy-800);color:#fff}.card{background:#fff;border:1px solid var(--gray-200);border-radius:12px;box-shadow:var(--shadow-sm);padding:24px;transition:transform .2s,box-shadow .2s}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}@media (max-width:1023px){.section{padding:60px 0}.section-title{font-size:28px}}@media (max-width:767px){.section{padding:48px 0}.section-title{font-size:24px;margin-bottom:32px}.btn{padding:12px 24px;width:100%}}.navbar{background:#fff;box-shadow:0 1px 3px #00000014;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar-container{align-items:center;display:flex;height:72px;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-logo{align-items:baseline;display:flex;font-size:24px;font-weight:700}.logo-12th{color:#f97316}.logo-plus{color:#06b6d4}.logo-com{color:#1b3a5f}.navbar-tagline{color:#6b7280;display:none;font-size:12px;margin-left:16px}@media (min-width:1024px){.navbar-tagline{display:block}}.navbar-links{align-items:center;display:flex;gap:8px}.nav-link{border-radius:8px;color:#374151;font-size:14px;font-weight:500;padding:8px 16px;transition:color .2s,background .2s}.nav-link:hover{background:#f3f4f6;color:#1b4f72}.nav-link.active{background:#eff6ff;color:#1b4f72}.btn-login{background:#0000;border:2px solid #1b4f72;border-radius:50px;color:#1b4f72;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s}.btn-login:hover{background:#1b4f72;color:#fff}.btn-signup{background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:50px;color:#fff;font-size:14px;font-weight:600;margin-left:8px;padding:10px 24px;transition:transform .2s,box-shadow .2s}.btn-signup:hover{box-shadow:0 4px 12px #f973164d;transform:translateY(-2px)}.mobile-menu-btn{background:none;border:none;color:#374151;display:none;padding:8px}@media (max-width:900px){.mobile-menu-btn{display:block}.navbar-links{background:#fff;box-shadow:0 4px 12px #0000001a;display:none;flex-direction:column;gap:8px;left:0;padding:16px 24px;position:absolute;right:0;top:72px}.navbar-links.active{display:flex}.nav-link{padding:12px 16px;text-align:left;width:100%}.btn-login,.btn-signup{margin-top:8px;width:100%}.btn-signup{margin-left:0}}.footer{background:#1b3a5f;color:#fff;padding:40px 0 24px}.footer-content{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:24px}.footer-links{display:flex;gap:32px}.footer-link{color:#fffc;font-size:14px;transition:color .2s}.footer-link:hover{color:#fff}.footer-social{display:flex;gap:16px}.social-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:background .2s,transform .2s;width:40px}.social-icon:hover{background:#fff3;transform:translateY(-2px)}.footer-bottom{align-items:center;display:flex;justify-content:space-between}.copyright{color:#fff9;font-size:13px}.footer-brand{color:#fffc;font-size:14px;font-weight:600}@media (max-width:768px){.footer-content{flex-direction:column;gap:24px}.footer-links{flex-wrap:wrap;gap:16px 24px;justify-content:center}.footer-bottom{flex-direction:column;gap:12px;text-align:center}}.hero{background:linear-gradient(180deg,#e8f4fc,#f5f9fc 50%,#fff);overflow:hidden;padding:60px 0 80px;position:relative}.hero-container{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1200px;padding:0 24px}.hero-illustration{align-items:center;display:flex;justify-content:center}.hero-arrows{height:auto;max-width:350px;width:100%}.hero-content{max-width:560px}.hero-title{color:#1b3a5f;font-size:42px;font-weight:700;line-height:1.2;margin-bottom:20px}.hero-subtitle{color:#4b5563;font-size:18px;line-height:1.7;margin-bottom:32px}.hero-cta-group{display:flex;flex-wrap:wrap;gap:16px}.hero-decoration{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0}.decoration-circle{border-radius:50%;opacity:.1;position:absolute}.circle-1{background:#5dade2;height:200px;right:10%;top:-50px;width:200px}.circle-2{background:#f97316;bottom:20%;height:100px;left:5%;width:100px}.circle-3{background:#1b4f72;height:150px;right:5%;top:30%;width:150px}@media (max-width:1023px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-illustration{order:1}.hero-content{max-width:100%;order:2}.hero-title{font-size:36px}.hero-cta-group{justify-content:center}}@media (max-width:767px){.hero{padding:40px 0 60px}.hero-title{font-size:28px}.hero-subtitle{font-size:16px}.hero-arrows{max-width:280px}.hero-cta-group{flex-direction:column}}.problem-section{background:#fff}.problem-content{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1.2fr}.problem-cards{display:flex;flex-direction:column;gap:20px}.problem-card{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:16px;padding:16px;transition:box-shadow .2s}.problem-card:hover{box-shadow:0 4px 12px #00000014}.problem-icon{align-items:center;background:#fef3c7;border-radius:10px;color:#d97706;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.problem-title{color:#1b3a5f;font-size:16px;font-weight:600;margin-bottom:4px}.problem-description{color:#6b7280;font-size:14px;line-height:1.5}.dashboard-preview{display:flex;justify-content:center}.dashboard-mockup{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;max-width:450px;overflow:hidden;position:relative;width:100%}.dashboard-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 16px}.dashboard-logo{color:#f97316;font-size:14px;font-weight:700}.dashboard-logo .plus{color:#06b6d4}.dashboard-title{color:#6b7280;font-size:12px}.dashboard-content{display:flex;min-height:200px}.dashboard-sidebar{background:#f8fafc;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;padding:12px 8px;width:50px}.sidebar-item{background:#e5e7eb;border-radius:8px;height:34px;width:34px}.sidebar-item.active{background:#1b4f72}.dashboard-main{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:16px}.stat-row{display:flex;gap:12px}.stat-card{border-radius:8px;flex:1 1;height:50px}.stat-card.orange{background:linear-gradient(135deg,#fed7aa,#fdba74)}.stat-card.blue{background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.stat-card.green{background:linear-gradient(135deg,#bbf7d0,#86efac)}.chart-area{align-items:flex-end;background:#f8fafc;border-radius:8px;display:flex;flex:1 1;gap:12px;padding:12px}.chart-bar{background:linear-gradient(180deg,#f97316,#ea580c);border-radius:4px 4px 0 0;flex:1 1;min-height:20px}.chart-bar:nth-child(2n){background:linear-gradient(180deg,#06b6d4,#0891b2)}.dashboard-badge{background:#fff;border-radius:8px;bottom:60px;box-shadow:0 4px 12px #00000026;font-size:12px;font-weight:600;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}.badge-logo{color:#f97316}.badge-logo .plus{color:#06b6d4}@media (max-width:900px){.problem-content{grid-template-columns:1fr}.dashboard-preview{order:-1}}.capabilities-section{background:#f8fafc}.capabilities-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}.capability-card{background:linear-gradient(135deg,#1b4f72,#0d2137);border-radius:16px;color:#fff;padding:24px 20px;transition:transform .2s,box-shadow .2s}.capability-card:hover{box-shadow:0 12px 32px #1b4f724d;transform:translateY(-4px)}.capability-icon{align-items:center;background:#ffffff26;border-radius:12px;display:flex;height:48px;justify-content:center;margin-bottom:16px;width:48px}.capability-icon svg{color:#fff}.capability-title{font-size:16px;font-weight:600;line-height:1.3;margin-bottom:8px}.capability-description{font-size:13px;line-height:1.5;opacity:.85}@media (max-width:1023px){.capabilities-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.capabilities-grid{grid-template-columns:1fr}}.streams-section{background:#fff}.streams-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(6,1fr)}.stream-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:24px 16px;transition:border-color .2s,box-shadow .2s,transform .2s}.stream-card:hover{border-color:#0891b2;box-shadow:0 4px 12px #0891b226;transform:translateY(-2px)}.stream-icon{color:#1b4f72}.stream-name{color:#374151;font-size:14px;font-weight:500;text-align:center}@media (max-width:900px){.streams-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:500px){.streams-grid{grid-template-columns:repeat(2,1fr)}}.institution-section{background:#f8fafc}.institution-content{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}.institution-mockup{display:flex;justify-content:center}.mockup-window{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;max-width:400px;overflow:hidden;position:relative;width:100%}.mockup-header{align-items:center;background:#f1f5f9;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:10px 16px}.mockup-logo{color:#64748b;font-size:12px;font-weight:600}.mockup-dots{display:flex;gap:6px}.mockup-dots span{background:#cbd5e1;border-radius:50%;height:10px;width:10px}.mockup-dots span:first-child{background:#ef4444}.mockup-dots span:nth-child(2){background:#f59e0b}.mockup-dots span:nth-child(3){background:#22c55e}.mockup-body{display:flex;min-height:180px}.mockup-sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;padding:12px;width:60px}.mockup-menu-item{background:#e2e8f0;border-radius:8px;height:36px;width:36px}.mockup-menu-item.active{background:#1b4f72}.mockup-main{flex:1 1;padding:16px}.mockup-title-bar{align-items:center;color:#1b3a5f;display:flex;font-size:12px;font-weight:600;justify-content:space-between;margin-bottom:16px}.mockup-stats{display:flex;gap:12px}.mockup-stats .stat{background:#f1f5f9;border-radius:4px;color:#64748b;font-size:11px;padding:4px 12px}.mockup-chart{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:8px;height:80px}.powered-badge{align-items:center;background:#fff;border-radius:8px;bottom:50px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;font-size:11px;gap:2px;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}.powered-badge span:first-child{color:#64748b;font-size:10px}.badge-brand{color:#f97316;font-weight:700}.badge-brand .plus{color:#06b6d4}.institution-features{display:flex;flex-direction:column;gap:24px}.institution-feature{border-left:3px solid #1b4f72;padding-left:16px}.feature-title{color:#1b3a5f;font-size:18px;font-weight:600;margin-bottom:8px}.feature-description{color:#6b7280;font-size:14px;line-height:1.5}@media (max-width:900px){.institution-content{grid-template-columns:1fr}.institution-mockup{order:-1}}.trust-section{background:linear-gradient(135deg,#1b4f72,#0d2137);padding:60px 0}.trust-title{color:#fff;font-size:28px;font-weight:700;margin-bottom:40px;text-align:center}.trust-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.trust-item{padding:24px;text-align:center}.trust-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.trust-item-title{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px}.trust-item-description{color:#fffc;font-size:14px;line-height:1.5}@media (max-width:768px){.trust-grid{gap:24px;grid-template-columns:1fr}.trust-title{font-size:24px}}.credibility-section{background:#fff}.credibility-content{align-items:center;display:flex;flex-wrap:wrap;gap:80px;justify-content:center}.stats-container{display:flex;gap:48px}.stat-item{text-align:center}.stat-number{color:#1b3a5f;display:block;font-size:48px;font-weight:700;line-height:1;margin-bottom:8px}.stat-label{color:#6b7280;font-size:14px}.institutions-container{text-align:center}.institutions-title{color:#1b3a5f;font-size:16px;font-weight:600;margin-bottom:20px}.institutions-logos{align-items:center;display:flex;gap:24px}.institution-logo{align-items:center;background:#f8fafc;border:2px solid #e5e7eb;border-radius:50%;display:flex;height:70px;justify-content:center;transition:transform .2s,box-shadow .2s;width:70px}.institution-logo:hover{box-shadow:0 4px 12px #0000001a;transform:scale(1.05)}.logo-placeholder{font-size:28px}@media (max-width:768px){.credibility-content{flex-direction:column;gap:40px}.stats-container{gap:32px}.stat-number{font-size:36px}.institutions-logos{flex-wrap:wrap;justify-content:center}}.students-hero{background:linear-gradient(180deg,#fff9f5,#fef3e7 50%,#fff);overflow:hidden;padding:60px 0 80px}.students-hero-grid{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1fr}.students-hero-content{max-width:500px}.students-hero-title{color:#1b3a5f;font-size:40px;font-weight:700;line-height:1.2;margin-bottom:20px}.students-hero-subtitle{color:#4b5563;font-size:16px;line-height:1.7;margin-bottom:28px}.students-hero-cta{display:flex;flex-wrap:wrap;gap:16px}.students-hero-illustration{align-items:center;display:flex;justify-content:center}.students-illustration{max-width:400px;width:100%}.students-illustration-img{height:auto;max-width:450px;object-fit:contain;width:100%}.student-problem-section{background:#fff}.student-problem-grid{grid-gap:48px;align-items:center;display:grid;gap:48px;grid-template-columns:1fr 1.2fr}.student-problem-cards{display:flex;flex-direction:column;gap:16px}.student-problem-card{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:16px;padding:16px}.student-problem-card .problem-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:44px;justify-content:center;width:44px}.problem-icon.yellow{background:#fef3c7;color:#d97706}.problem-icon.blue{background:#dbeafe;color:#2563eb}.problem-icon.orange{background:#ffedd5;color:#ea580c}.student-problem-card h3{color:#1b3a5f;font-size:16px;font-weight:600;margin-bottom:4px}.student-problem-card p{color:#6b7280;font-size:14px;line-height:1.5}.dashboard-mockup-container{display:flex;justify-content:center}.dashboard-mockup-student{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000001f;max-width:400px;overflow:hidden;position:relative;width:100%}.mockup-browser-bar{align-items:center;background:#f1f5f9;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;padding:10px 16px}.browser-dots{display:flex;gap:6px}.dot{border-radius:50%;height:10px;width:10px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#22c55e}.browser-url{color:#64748b;font-size:11px}.browser-label{color:#94a3b8;font-size:11px;margin-left:auto}.mockup-content{display:flex;min-height:160px}.mockup-sidebar-student{background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;padding:12px 8px;width:50px}.sidebar-icon{background:#e2e8f0;border-radius:8px;height:34px;width:34px}.sidebar-icon.active{background:#1b4f72}.mockup-main-student{flex:1 1;padding:12px}.mini-cards{display:flex;gap:8px;margin-bottom:12px}.mini-card{border-radius:6px;flex:1 1;height:40px}.mini-card.orange{background:linear-gradient(135deg,#fed7aa,#fdba74)}.mini-card.blue{background:linear-gradient(135deg,#bfdbfe,#93c5fd)}.mini-card.green{background:linear-gradient(135deg,#bbf7d0,#86efac)}.mini-chart{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:8px;height:60px}.powered-by-badge{background:#fff;border-radius:8px;bottom:40px;box-shadow:0 4px 12px #00000026;font-size:10px;left:50%;padding:8px 16px;position:absolute;text-align:center;transform:translateX(-50%)}.powered-by-badge .brand{color:#f97316;display:block;font-size:14px;font-weight:700}.powered-by-badge .brand .plus{color:#06b6d4}.helps-section{background:#f8fafc}.helps-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr)}.helps-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 16px;text-align:center;transition:transform .2s,box-shadow .2s}.helps-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.helps-icon{color:#1b4f72;height:48px;margin:0 auto 12px;width:48px}.helps-card h3{color:#374151;font-size:13px;font-weight:500;line-height:1.4}.streams-covered-section{background:#fff}.streams-grid-student{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.stream-tag{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;gap:8px;padding:12px 20px;transition:border-color .2s,box-shadow .2s}.stream-tag:hover{border-color:#0891b2;box-shadow:0 4px 12px #0891b21a}.stream-tag-icon{color:#1b4f72}.stream-tag span{color:#374151;font-size:14px;font-weight:500}.guidance-section{background:#fff}.guidance-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.guidance-card{background:#f8fafc;border-radius:16px;padding:24px}.guidance-card h2{color:#1b3a5f;font-size:20px;font-weight:700;margin-bottom:8px}.guidance-card p{color:#6b7280;font-size:14px;margin-bottom:20px}.exam-flow{align-items:center;display:flex;gap:12px;justify-content:center}.flow-item{text-align:center}.flow-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;color:#1b4f72;display:flex;height:56px;justify-content:center;margin:0 auto 8px;width:56px}.flow-item span{color:#6b7280;font-size:12px}.flow-arrow{color:#9ca3af;font-size:20px}.pathway-links{display:flex;flex-direction:column;gap:12px}.pathway-link{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:12px 16px}.pathway-icon{font-size:20px}.pathway-link span:nth-child(2){color:#1b3a5f;font-weight:500}.pathway-arrow{color:#0891b2;font-size:13px;margin-left:auto}.career-news-section{background:#f8fafc}.career-news-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.career-pathways-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.career-pathways-card h2{color:#1b3a5f;font-size:20px;font-weight:700;margin-bottom:8px}.career-pathways-card p{color:#6b7280;font-size:14px;margin-bottom:16px}.career-diagram{background:#f8fafc;border-radius:12px;padding:16px}.career-svg{height:auto;width:100%}.news-section h2{color:#1b3a5f;font-size:20px;font-weight:700;margin-bottom:16px}.news-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:24px}.news-card{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:12px;padding:16px}.news-icon{font-size:24px}.news-card h4{color:#1b3a5f;font-size:14px;font-weight:600;margin-bottom:4px}.news-card p{color:#6b7280;font-size:12px}.trust-reliability{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px}.trust-reliability h3{color:#1b3a5f;font-size:18px;font-weight:700;margin-bottom:16px}.trust-items{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.trust-item-student{align-items:flex-start;display:flex;gap:12px}.trust-check{align-items:center;background:#d1fae5;border-radius:50%;color:#059669;display:flex;flex-shrink:0;font-size:12px;height:24px;justify-content:center;width:24px}.trust-item-student h4{color:#1b3a5f;font-size:14px;font-weight:600;margin-bottom:2px}.trust-item-student p{color:#6b7280;font-size:12px}.cta-section-student{background:#fff;padding:60px 0}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn-lg{font-size:16px;padding:16px 32px}@media (max-width:1023px){.career-news-grid,.guidance-grid,.student-problem-grid,.students-hero-grid{grid-template-columns:1fr}.helps-grid{grid-template-columns:repeat(3,1fr)}.students-hero-title{font-size:32px}}@media (max-width:767px){.students-hero{padding:40px 0 60px}.students-hero-title{font-size:28px}.helps-grid{grid-template-columns:repeat(2,1fr)}.streams-grid-student{gap:12px}.stream-tag{padding:10px 16px}.news-cards,.trust-items{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.btn-lg{width:100%}}.inst-hero{background:linear-gradient(180deg,#e8f4fc,#f0f7fa 50%,#fff);overflow:hidden;padding:60px 0 80px}.inst-hero-grid{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1fr 2fr 1fr}.inst-illustration{max-width:200px;width:100%}.inst-illustration-img{height:auto;max-width:280px;object-fit:contain;width:100%}.inst-hero-illustration-left,.inst-hero-illustration-right{align-items:center;display:flex;justify-content:center}.inst-hero-content{margin:0 auto;max-width:600px;text-align:center}.inst-hero-title{color:#1b3a5f;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:20px}.inst-hero-subtitle{color:#4b5563;font-size:16px;line-height:1.7;margin-bottom:28px}.inst-hero-cta{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.btn-teal{background:linear-gradient(135deg,#0891b2,#0ea5e9);border:none;border-radius:50px;box-shadow:0 4px 14px #0891b24d;color:#fff;font-size:14px;font-weight:600;padding:14px 28px;transition:transform .2s,box-shadow .2s}.btn-teal:hover{box-shadow:0 6px 20px #0891b266;transform:translateY(-2px)}.btn-orange{background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:50px;box-shadow:0 4px 14px #f973164d;color:#fff;font-size:14px;font-weight:600;padding:14px 28px;transition:transform .2s,box-shadow .2s}.btn-orange:hover{box-shadow:0 6px 20px #f9731666;transform:translateY(-2px)}.inst-challenge-section{background:#fff}.challenge-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.challenge-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center;transition:transform .2s,box-shadow .2s}.challenge-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.challenge-icon{align-items:center;background:#f3f4f6;border-radius:12px;color:#1b4f72;display:flex;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.challenge-card h3{color:#1b3a5f;font-size:16px;font-weight:600;margin-bottom:8px}.challenge-card p{color:#6b7280;font-size:13px;line-height:1.5}.inst-enables-section{background:#f8fafc}.enables-grid{grid-gap:32px;align-items:center;display:grid;gap:32px;grid-template-columns:1fr 1.5fr 1fr}.enables-feature{padding:20px}.enables-feature.left{text-align:right}.enables-feature.right{text-align:left}.enables-feature h3{color:#1b3a5f;font-size:16px;font-weight:700;margin-bottom:8px}.enables-feature p{color:#6b7280;font-size:13px;line-height:1.5}.enables-mockup{display:flex;justify-content:center}.mockup-window-inst{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;max-width:350px;overflow:hidden;width:100%}.mockup-header-inst{background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:12px 16px}.mockup-dots-inst{display:flex;gap:6px}.mockup-dots-inst span{background:#cbd5e1;border-radius:50%;height:10px;width:10px}.mockup-dots-inst span:first-child{background:#ef4444}.mockup-dots-inst span:nth-child(2){background:#f59e0b}.mockup-dots-inst span:nth-child(3){background:#22c55e}.mockup-body-inst{display:flex;min-height:180px}.mockup-sidebar-inst{background:#1b4f72;width:50px}.mockup-content-inst{flex:1 1;padding:16px}.mockup-chart-inst{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:8px;height:60px;margin-bottom:12px}.mockup-cards-inst{display:flex;gap:8px}.mockup-cards-inst div{border-radius:6px;flex:1 1;height:40px}.mockup-cards-inst div:first-child{background:#fed7aa}.mockup-cards-inst div:nth-child(2){background:#bfdbfe}.mockup-cards-inst div:nth-child(3){background:#bbf7d0}.stream-coverage-section{background:#fff}.stream-coverage-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr 1fr}.section-title-left{color:#1b3a5f;font-size:24px;font-weight:700;margin-bottom:32px}.stream-cards-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.stream-card-inst{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 16px;text-align:center;transition:transform .2s,box-shadow .2s}.stream-card-inst:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stream-icon-inst{align-items:center;border-radius:12px;display:flex;font-size:24px;height:48px;justify-content:center;margin:0 auto 12px;width:48px}.stream-icon-inst.blue{background:#dbeafe}.stream-icon-inst.red{background:#fee2e2}.stream-icon-inst.orange{background:#ffedd5}.stream-icon-inst.purple{background:#ede9fe}.stream-icon-inst.pink{background:#fce7f3}.stream-icon-inst.teal{background:#ccfbf1}.stream-card-inst span{color:#374151;font-size:12px;font-weight:500}.benefit-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.benefit-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:12px;text-align:center}.benefit-icon{font-size:20px;margin-bottom:4px}.benefit-card span{color:#166534;font-size:11px;font-weight:500}.includes-note{color:#6b7280;font-size:12px;font-style:italic;text-align:center}.brand-infrastructure{background:#f8fafc;border-radius:16px;padding:32px}.brand-infrastructure h2{color:#f97316;font-size:20px;font-weight:700;margin-bottom:24px}.brand-features{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.brand-feature{align-items:flex-start;display:flex;gap:12px}.brand-check{align-items:center;background:#d1fae5;border-radius:50%;color:#059669;display:flex;flex-shrink:0;font-size:12px;height:24px;justify-content:center;width:24px}.brand-feature h4{color:#1b3a5f;font-size:14px;font-weight:600;margin-bottom:4px}.brand-feature p{color:#6b7280;font-size:12px}.brand-mockup{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:16px}.brand-mockup-inner{background:#f1f5f9;border-radius:4px;padding:24px;text-align:center}.brand-label{color:#94a3b8;font-size:12px}.inst-trust-section{background:linear-gradient(135deg,#1b4f72,#0d2137);padding:60px 0}.trust-section-title{color:#fff;font-size:24px;font-weight:700;margin-bottom:40px;text-align:center}.trust-grid-inst{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.trust-card-inst{background:#ffffff1a;border-radius:12px;padding:24px;text-align:center}.trust-icon-inst{align-items:center;background:#ffffff26;border-radius:50%;color:#fff;display:flex;height:56px;justify-content:center;margin:0 auto 16px;width:56px}.trust-card-inst h3{color:#fff;font-size:16px;font-weight:600;margin-bottom:8px}.trust-card-inst p{color:#fffc;font-size:13px;line-height:1.5}.advantages-section{background:#fff}.advantages-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1.2fr 1fr}.advantages-left h2,.advantages-right h2{color:#1b3a5f;font-size:20px;font-weight:700;margin-bottom:24px}.advantage-items{display:flex;flex-direction:column;gap:20px}.advantage-item{align-items:flex-start;display:flex;gap:12px}.advantage-check{align-items:center;background:#d1fae5;border-radius:50%;color:#059669;display:flex;flex-shrink:0;font-size:12px;height:24px;justify-content:center;width:24px}.advantage-item h4{color:#1b3a5f;font-size:14px;font-weight:600;margin-bottom:4px}.advantage-item p{color:#6b7280;font-size:13px}.expertise-items{display:flex;flex-direction:column;gap:16px}.expertise-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:16px;padding:16px}.expertise-icon{align-items:center;background:#e0f2fe;border-radius:50%;display:flex;font-size:24px;height:48px;justify-content:center;width:48px}.expertise-item span{color:#374151;font-size:14px;font-weight:500}.inst-cta-section{background:linear-gradient(135deg,#0d2137,#1b3a5f);padding:60px 0;text-align:center}.inst-cta-section h2{color:#fff;font-size:28px;font-weight:700;margin-bottom:32px}.inst-cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:1023px){.inst-hero-grid{grid-template-columns:1fr}.inst-hero-illustration-left,.inst-hero-illustration-right{display:none}.challenge-grid{grid-template-columns:repeat(2,1fr)}.enables-grid{grid-template-columns:1fr}.enables-feature.left,.enables-feature.right{text-align:center}.advantages-grid,.stream-coverage-grid{grid-template-columns:1fr}.inst-hero-title{font-size:30px}}@media (max-width:767px){.inst-hero{padding:40px 0 60px}.inst-hero-title{font-size:26px}.challenge-grid,.trust-grid-inst{grid-template-columns:1fr}.benefit-cards,.stream-cards-grid{grid-template-columns:repeat(2,1fr)}.inst-cta-buttons{flex-direction:column}.btn-lg{width:100%}}
/*# sourceMappingURL=main.4ef5cfbf.css.map*/