@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--light-blue:#009dff;--light-blue-secondary:#22d3ee;--bg-primary:#ffffff;--bg-secondary:#f8f9fa;--bg-tertiary:#f1f1f3;--text-primary:#191919;--text-secondary:#6b7280;--border-color:#e5e7eb;--header-bg:rgba(255,255,255,0.8);--header-bg-scrolled:rgba(255,255,255,0.95);--shadow:rgba(0,0,0,0.05);--modal-overlay:rgba(0,0,0,0.35);--primary-color:#009dff;--primary-color-light:#22d3ee;--primary-color-dark:#008afb;--primary-color-rgb:9,161,255;--primary-rgb:9,161,255;--secondary-color:#22d3ee;--secondary-rgb:34,211,238;--bg-input:#ffffff;--bg-disabled:#f3f4f6;--text-placeholder:#9ca3af;--bg-secondary-hover:#e5e7eb;--border-color-hover:#d1d5db;--bg-card:#ffffff;--text-disabled:#9ca3af;--bg-color:#f8f9fa;--card-bg:#ffffff;--card-bg-rgb:255,255,255;--bg-hover:#f3f4f6;--success-color:#10b981;--success-hover:#059669;--success-rgb:16,185,129;--warning-color:#f59e0b;--warning-hover:#d97706;--warning-rgb:245,158,11;--primary-hover:#0284c7;--error-color:#ef4444;--error-rgb:239,68,68}[data-theme=dark]{--bg-primary:#000000;--bg-secondary:#12182e;--bg-tertiary:#000000;--text-primary:#ffffff;--text-secondary:#a8a8a8;--border-color:#000000;--header-bg:rgba(0,0,0,0.8);--header-bg-scrolled:rgba(15,15,35,0.95);--shadow:rgba(0,0,0,0.3);--modal-overlay:rgba(0,0,0,0.35);--primary-color:#009dff;--primary-color-light:#22d3ee;--primary-color-dark:#008afb;--primary-color-rgb:9,161,255;--primary-rgb:9,161,255;--secondary-color:#22d3ee;--secondary-rgb:34,211,238;--bg-card:#12182e;--card-bg-rgb:18,24,46;--bg-input:#12182e;--bg-disabled:#000000;--text-disabled:#a8a8a8;--text-placeholder:#a8a8a8;--bg-secondary-hover:#000000;--border-color-hover:#000000;--bg-color:#000000;--card-bg:#12182e;--bg-hover:#000000;--success-color:#10b981;--success-hover:#059669;--success-rgb:16,185,129;--warning-color:#f59e0b;--warning-hover:#d97706;--warning-rgb:245,158,11;--primary-hover:#0284c7;--error-color:#ef4444;--error-rgb:239,68,68}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}@media(max-width:768px){body{font-size:15px}}@media(max-width:480px){body{font-size:14px}}@media(max-width:360px){body{font-size:13px}}a{text-decoration:none}.dark-blue-btn{background:#008afb;color:#fff;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.dark-blue-btn:hover,.light-blue-btn{background:#009dff}.light-blue-btn{color:#fff;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.light-blue-btn:hover{background:#008afb}.border-blue-btn{background:rgba(0,0,0,0);color:#009dff;border:1px solid #009dff;border-radius:10px;padding:10px 20px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.border-blue-btn:hover{background:#009dff;color:#fff}.container{max-width:1920px;width:100%;margin:0 auto;padding:0 20px}.home-page-restyle{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);position:relative;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.feature-card-new,.feature-description-new,.feature-title-new,.footer-new,.footer-new .container-new,.footer-new .footer-links-new,.footer-new .footer-tech-logos,.hero-subtitle-new,.hero-title-new,.section-title-new,section{color:var(--text-primary);background:none}.container-new{max-width:1200px;margin:0 auto;padding:0 2rem}.background-glow{position:fixed;top:0;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(9,161,255,.1) 0,rgba(9,161,255,0) 70%);filter:blur(100px);z-index:0;pointer-events:none;animation:pulse 10s infinite alternate;will-change:transform}@media(prefers-reduced-motion:reduce){.background-glow{animation:none}}@keyframes pulse{0%{transform:translateX(-50%) scale(1)}to{transform:translateX(-50%) scale(1.2)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}section{padding:6rem 0;position:relative;z-index:1}.section-title-new{font-size:3rem;font-weight:700;margin-bottom:4rem;text-align:center}.hero-section-new{padding-top:8rem;text-align:center}.hero-section-new .hero-title-new{font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:-webkit-linear-gradient(45deg,#009dff,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.hero-section-new .hero-subtitle-new{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto 2rem}.hero-section-new .hero-cta-new .btn-primary-new-large{background-color:#009dff;color:#fff;padding:1rem 2rem;font-size:1.1rem;border-radius:12px;text-decoration:none;display:inline-block;transition:all .3s ease}.hero-section-new .hero-cta-new .cta-subtext-new{margin-top:.5rem;font-size:.9rem;color:var(--text-secondary)}.hero-section-new .hero-image-container-new{margin-top:4rem;position:relative;overflow:hidden}.hero-section-new .hero-image-container-new img{width:100%;height:auto;border-radius:24px;border:1px solid var(--border-color);box-shadow:0 10px 30px var(--shadow-color);transition:transform .3s ease;will-change:transform}.hero-section-new .hero-image-container-new img:hover{transform:scale(1.02)}.features-section-new .features-grid-new{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.features-section-new .feature-card-new{background-color:var(--background-light);padding:2rem;border-radius:16px;border:1px solid var(--border-color);text-align:center;transition:all .3s ease}.features-section-new .feature-card-new:hover{transform:translateY(-5px);border-color:#009dff}.features-section-new .feature-card-new .feature-icon-new{width:48px;height:48px;margin:0 auto 1.5rem;color:#009dff;font-size:2.5rem}.features-section-new .feature-card-new .feature-title-new{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.features-section-new .feature-card-new .feature-description-new{color:var(--text-secondary)}.footer-new{padding:3rem 0;border-top:1px solid var(--border-color);margin-top:5rem}.footer-new .container-new{justify-content:space-between}.footer-new .container-new,.footer-new .footer-tech-logos{display:flex;align-items:center;color:var(--text-secondary)}.footer-new .footer-tech-logos{gap:1.5rem}.footer-new .footer-tech-logos svg{font-size:1.8rem;transition:color .3s ease}.footer-new .footer-tech-logos svg:hover{color:#009dff}.footer-new .footer-links-new{display:flex;gap:1.5rem}.footer-new .footer-links-new a{color:var(--text-secondary);text-decoration:none}.footer-new .footer-links-new a:hover{color:var(--text-primary)}.scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.scroll-reveal.visible{opacity:1;transform:translateY(0)}.scroll-progress-bar{position:fixed;top:0;left:0;height:4px;width:0;background:linear-gradient(90deg,#009dff,#22d3ee);z-index:9999;box-shadow:0 2px 10px rgba(9,161,255,.5);transition:opacity .3s ease}.stat-card,.tech-card{transform-style:preserve-3d;perspective:1000px}.hero-image-wrapper{will-change:transform;transform:translateZ(0)}html{scroll-behavior:smooth}@media(max-width:768px){.hero-section-new{padding-top:6rem}.hero-section-new .hero-title-new{font-size:2.5rem;margin-bottom:1rem}.hero-section-new .hero-subtitle-new{font-size:1.1rem;margin-bottom:1.5rem}.hero-section-new .hero-cta-new .btn-primary-new-large{padding:.8rem 1.5rem;font-size:1rem}.hero-section-new .hero-image-container-new{margin-top:2rem}.hero-section-new .hero-image-container-new img{border-radius:16px;box-shadow:0 6px 20px var(--shadow-color)}.footer-new .container-new{flex-direction:column;gap:1rem}.background-glow{width:600px;height:600px}}@media(max-width:480px){.hero-section-new{padding-top:4rem}.hero-section-new .hero-title-new{font-size:2rem;line-height:1.2}.hero-section-new .hero-subtitle-new{font-size:1rem;margin-bottom:1.2rem}.hero-section-new .hero-cta-new .btn-primary-new-large{padding:.7rem 1.2rem;font-size:.9rem}.hero-section-new .hero-cta-new .cta-subtext-new{font-size:.8rem}.hero-section-new .hero-image-container-new{margin-top:1.5rem}.hero-section-new .hero-image-container-new img{border-radius:12px;box-shadow:0 4px 15px var(--shadow-color)}.background-glow{width:400px;height:400px}.container-new{padding:0 1rem}}@media(max-width:360px){.hero-section-new{padding-top:3rem}.hero-section-new .hero-title-new{font-size:1.8rem}.hero-section-new .hero-subtitle-new{font-size:.9rem}.hero-section-new .hero-cta-new .btn-primary-new-large{padding:.6rem 1rem;font-size:.85rem}.hero-section-new .hero-image-container-new{margin-top:1rem}.hero-section-new .hero-image-container-new img{border-radius:8px;box-shadow:0 3px 10px var(--shadow-color)}.background-glow{width:300px;height:300px}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background-image:radial-gradient(circle at 20% 50%,rgba(9,161,255,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(34,211,238,.1) 0,transparent 50%),radial-gradient(circle at 40% 20%,rgba(9,161,255,.05) 0,transparent 50%);animation:particlesMove 20s ease-in-out infinite}@keyframes particlesMove{0%,to{transform:translate(0)}50%{transform:translate(-20px,-20px)}}.hero-section-new .hero-image-wrapper{position:relative;border-radius:24px;overflow:hidden}.hero-section-new .hero-image-wrapper .hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent,rgba(9,161,255,.1));pointer-events:none}.hero-section-new .btn-primary-new-large{display:inline-flex;align-items:center;gap:.5rem}.hero-section-new .btn-primary-new-large .btn-icon{font-size:1rem;transition:transform .3s ease}.hero-section-new .btn-primary-new-large:hover .btn-icon{transform:translateX(5px)}.feature-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(9,161,255,.1),rgba(34,211,238,.1));border-radius:20px;transition:all .3s ease}.feature-card:hover .feature-icon-wrapper{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,rgba(9,161,255,.2),rgba(34,211,238,.2))}.universities-section{background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 100%);padding:8rem 0}.universities-section .section-header{text-align:center;margin-bottom:4rem}.universities-section .section-header .section-icon{font-size:4rem;color:#009dff;margin-bottom:1rem;display:inline-block}.universities-section .section-header .section-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600}.universities-section .section-header .section-description{font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.universities-section .universities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.universities-section .university-card{background:var(--bg-card);padding:2.5rem;border-radius:20px;border:1px solid var(--border-color);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.universities-section .university-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#009dff,#22d3ee);transform:scaleX(0);transition:transform .4s ease}.universities-section .university-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(9,161,255,.15);border-color:#009dff}.universities-section .university-card:hover:before{transform:scaleX(1)}.universities-section .university-card:hover .card-icon{transform:scale(1.2) rotate(5deg);color:#009dff}.universities-section .university-card .card-icon{font-size:3rem;color:#009dff;margin-bottom:1.5rem;transition:all .3s ease}.universities-section .university-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary);font-weight:600}.universities-section .university-card p{color:var(--text-secondary);line-height:1.7}.students-section{padding:8rem 0}.students-section .section-header{text-align:center;margin-bottom:4rem}.students-section .section-header .section-icon{font-size:4rem;color:#22d3ee;margin-bottom:1rem;display:inline-block}.students-section .section-header .section-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600}.students-section .section-header .section-description{font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.students-section .students-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.students-section .student-card{background:var(--bg-card);padding:2.5rem;border-radius:20px;border:1px solid var(--border-color);transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.students-section .student-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#22d3ee,#009dff);transform:scaleX(0);transition:transform .4s ease}.students-section .student-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(34,211,238,.15);border-color:#22d3ee}.students-section .student-card:hover:before{transform:scaleX(1)}.students-section .student-card:hover .card-icon{transform:scale(1.2) rotate(-5deg);color:#22d3ee}.students-section .student-card .card-icon{font-size:3rem;color:#22d3ee;margin-bottom:1.5rem;transition:all .3s ease}.students-section .student-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary);font-weight:600}.students-section .student-card p{color:var(--text-secondary);line-height:1.7}.tech-stack-section{background:linear-gradient(180deg,var(--bg-secondary) 0,var(--bg-primary) 100%);padding:8rem 0}.tech-stack-section .section-header{text-align:center;margin-bottom:4rem}.tech-stack-section .section-header .section-icon{font-size:4rem;color:#009dff;margin-bottom:1rem;display:inline-block}.tech-stack-section .section-header .section-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600}.tech-stack-section .tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.tech-stack-section .tech-card{background:var(--bg-card);padding:3rem 2rem;border-radius:24px;border:2px solid var(--border-color);text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.tech-stack-section .tech-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(9,161,255,.1) 0,transparent 70%);opacity:0;transition:opacity .4s ease}.tech-stack-section .tech-card:hover{transform:translateY(-15px) scale(1.02);border-color:#009dff;box-shadow:0 25px 50px rgba(9,161,255,.2)}.tech-stack-section .tech-card:hover:after{opacity:1}.tech-stack-section .tech-card:hover .tech-icon{transform:scale(1.3) rotate(10deg)}.tech-stack-section .tech-card .tech-icon{font-size:4rem;color:#009dff;margin-bottom:1.5rem;transition:all .4s ease;display:inline-block}.tech-stack-section .tech-card h3{font-size:1.75rem;margin-bottom:1rem;color:var(--text-primary);font-weight:700}.tech-stack-section .tech-card p{color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem}.tech-stack-section .tech-card .tech-icons-row{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.tech-stack-section .tech-card .tech-icons-row .tech-small-icon{font-size:2rem;color:var(--text-secondary);transition:all .3s ease}.tech-stack-section .tech-card .tech-icons-row .tech-small-icon:hover{color:#009dff;transform:scale(1.2)}.ai-generation-section{padding:8rem 0;background:linear-gradient(135deg,rgba(9,161,255,.05),rgba(34,211,238,.05))}.ai-generation-section .ai-gen-content .ai-gen-text{text-align:center;margin-bottom:4rem}.ai-generation-section .ai-gen-content .ai-gen-text .section-icon-large{font-size:5rem;color:#009dff;margin-bottom:1.5rem;display:inline-block;animation:floatIcon 3s ease-in-out infinite}.ai-generation-section .ai-gen-content .ai-gen-text .section-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600}.ai-generation-section .ai-gen-content .ai-gen-text .section-description{font-size:1.1rem;color:var(--text-secondary);max-width:900px;margin:0 auto;line-height:1.8}.ai-generation-section .ai-gen-content .ai-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.ai-generation-section .ai-gen-content .ai-feature{background:var(--bg-card);padding:2rem;border-radius:20px;border:1px solid var(--border-color);transition:all .4s ease;text-align:center}.ai-generation-section .ai-gen-content .ai-feature:hover{transform:translateY(-8px);box-shadow:0 15px 35px rgba(9,161,255,.2);border-color:#009dff}.ai-generation-section .ai-gen-content .ai-feature:hover .feature-icon{transform:scale(1.2) rotate(1turn)}.ai-generation-section .ai-gen-content .ai-feature .feature-icon{font-size:2.5rem;color:#009dff;margin-bottom:1rem;transition:all .6s cubic-bezier(.68,-.55,.265,1.55)}.ai-generation-section .ai-gen-content .ai-feature h3{font-size:1.3rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600}.ai-generation-section .ai-gen-content .ai-feature p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(5deg)}}.stats-section{padding:8rem 0}.stats-section .section-header{text-align:center;margin-bottom:4rem}.stats-section .section-header .section-icon{font-size:4rem;color:#009dff;margin-bottom:1rem;display:inline-block}.stats-section .section-header .section-subtitle{font-size:1.5rem;color:var(--text-secondary);margin-bottom:1rem;font-weight:600}.stats-section .section-header .section-description{font-size:1.1rem;color:var(--text-secondary);max-width:800px;margin:0 auto;line-height:1.8}.stats-section .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.stats-section .stat-card{background:var(--bg-card);padding:2.5rem;border-radius:20px;border:1px solid var(--border-color);text-align:center;transition:all .4s ease;position:relative}.stats-section .stat-card:before{content:"";position:absolute;inset:0;border-radius:20px;padding:2px;background:linear-gradient(135deg,#009dff,#22d3ee);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease}.stats-section .stat-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(9,161,255,.15)}.stats-section .stat-card:hover:before{opacity:1}.stats-section .stat-card:hover .stat-icon-wrapper{transform:scale(1.1);background:linear-gradient(135deg,rgba(9,161,255,.2),rgba(34,211,238,.2))}.stats-section .stat-card .stat-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(9,161,255,.1),rgba(34,211,238,.1));border-radius:20px;transition:all .3s ease}.stats-section .stat-card .stat-icon-wrapper .stat-icon{font-size:2.5rem;color:#009dff}.stats-section .stat-card h3{font-size:1.5rem;margin-bottom:.75rem;color:var(--text-primary);font-weight:600}.stats-section .stat-card p{color:var(--text-secondary);line-height:1.7}.cta-section{padding:8rem 0;background:linear-gradient(135deg,rgba(9,161,255,.1),rgba(34,211,238,.1));position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(9,161,255,.05) 0,transparent 70%);animation:rotateBg 20s linear infinite}.cta-section .cta-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.cta-section .cta-content .cta-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#009dff,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.cta-section .cta-content .cta-subtitle{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7}.cta-section .cta-content .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.cta-section .cta-content .cta-buttons .cta-btn-primary{display:inline-flex;align-items:center;gap:.5rem}.cta-section .cta-content .cta-buttons .btn-secondary-new{background:rgba(0,0,0,0);color:#009dff;border:2px solid #009dff;padding:1rem 2rem;font-size:1.1rem;border-radius:12px;text-decoration:none;display:inline-block;transition:all .3s ease}@keyframes rotateBg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer-new .tech-icon-footer{font-size:1.8rem;transition:all .3s ease}.footer-new .tech-icon-footer:hover{color:#009dff;transform:scale(1.2) rotate(5deg)}@media(max-width:768px){.section-title-new{font-size:2rem!important}.ai-generation-section,.cta-section,.stats-section,.students-section,.tech-stack-section,.universities-section{padding:4rem 0}.ai-features-grid,.stats-grid,.students-grid,.tech-grid,.universities-grid{grid-template-columns:1fr}.cta-section .cta-content .cta-title{font-size:2rem}.cta-section .cta-content .cta-buttons{flex-direction:column;align-items:stretch}.cta-section .cta-content .cta-buttons a{width:100%;text-align:center}}@media(max-width:480px){.section-title-new{font-size:1.75rem!important}.ai-feature,.stat-card,.student-card,.tech-card,.university-card{padding:1.5rem}.section-header .section-icon{font-size:3rem}.ai-generation-section .ai-gen-content .ai-gen-text .section-icon-large{font-size:3.5rem}}