:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background-color:#000;border-bottom:1px solid #333;width:100%;position:relative;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo a{display:flex;align-items:center}.logo-image{height:80px;width:auto}.nav ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav a{text-decoration:none;color:#fff;font-weight:500;font-size:1rem;transition:color .3s ease}.nav a:hover{color:#ccc}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1100}.hamburger{display:block;width:24px;height:2px;background-color:#fff;position:relative;transition:all .3s ease-in-out}.hamburger:before,.hamburger:after{content:"";position:absolute;width:24px;height:2px;background-color:#fff;transition:all .3s ease-in-out;left:0}.hamburger:before{top:-8px}.hamburger:after{top:8px}.hamburger.open{background-color:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);top:0}@media(max-width:768px){.header-container{padding:1rem}.mobile-menu-btn{display:block}.nav{position:absolute;top:100%;left:0;width:100%;background-color:#000;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out;border-bottom:1px solid #333}.nav.nav-open{max-height:300px}.nav ul{flex-direction:column;gap:0;padding:1rem 0}.nav li{width:100%;text-align:center}.nav a{display:block;padding:1rem;width:100%}.nav a:hover{background-color:#1a1a1a}}.footer{text-align:center;padding:2rem 1rem;background-color:#000;color:#fff;border-top:1px solid #333;margin-top:auto}.main-layout{display:flex;flex-direction:column;min-height:100vh}.content{flex:1;padding:2rem}.home{width:100%}.hero-section{display:flex;flex-direction:column;min-height:80vh;position:relative;overflow:hidden}.hero-content{padding:4rem 2rem;background-color:#000;color:#fff;text-align:center;z-index:10}.hero-content h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-sub{font-size:1.2rem;margin-bottom:2rem;color:#ccc;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;transition:all .3s ease}.btn-primary{background-color:#fff;color:#000;border:2px solid #fff}.btn-primary:hover{background-color:transparent;color:#fff}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#ffffff1a}.hero-visuals{display:flex;flex:1;min-height:300px;position:relative}.visual-half{flex:1;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.academic-visual{background:linear-gradient(135deg,#1a1a1a,#2c3e50)}.tech-visual{background:linear-gradient(135deg,#002b36,#004d40)}.visual-overlay{background:#0000004d;padding:1rem 2rem;border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:700;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.mission-section{padding:5rem 2rem;background-color:#fff;color:#000;text-align:center}.mission-section h2{font-size:2rem;margin-bottom:2rem}.lead-text{font-size:1.2rem;max-width:900px;margin:0 auto 3rem;line-height:1.6;color:#444}.mission-icons{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.icon-box{display:flex;flex-direction:column;align-items:center;gap:1rem}.icon{font-size:3rem}.icon-box p{font-weight:600;color:#666}.offer-section{padding:5rem 2rem;background-color:#f8f9fa;border-top:1px solid #eee}.offer-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.offer-grid{grid-template-columns:1fr 1fr}}.offer-card{padding:3rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease;border:1px solid #eaeaea}.offer-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.offer-card h3{font-size:.9rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;color:#666}.offer-card h4{font-size:1.8rem;margin-bottom:1.5rem;color:#000}.offer-card p{color:#555;margin-bottom:2rem;line-height:1.6}.link-arrow{color:#000;text-decoration:none;font-weight:600;border-bottom:2px solid transparent;transition:border-color .3s ease}.link-arrow:hover{border-bottom-color:#000}.applicant-card h3{color:#2c3e50}.institution-card h3{color:#00695c}@media(min-width:992px){.hero-section{flex-direction:row;height:80vh}.hero-content{width:50%;display:flex;flex-direction:column;justify-content:center;text-align:left;padding:0 5rem}.hero-sub{margin-left:0}.hero-buttons{justify-content:flex-start}.hero-visuals{width:50%}.hero-visuals{flex-direction:column}}.about-page{padding:4rem 2rem;background-color:#fff;color:#333}.about-page h1{font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-section{margin-bottom:5rem;text-align:center}.about-intro{font-size:1.2rem;line-height:1.8;max-width:800px;margin:0 auto;color:#555}.founder-section{margin-bottom:5rem}.founder-section h2{text-align:center;margin-bottom:3rem;font-size:2rem}.founder-content{display:flex;flex-direction:column;gap:3rem;align-items:center;max-width:900px;margin:0 auto}@media(min-width:768px){.founder-content{flex-direction:row;align-items:flex-start}}.founder-image-placeholder{width:250px;height:250px;background-color:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #ddd}.founder-image{width:250px;height:250px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid #ddd}.founder-bio{font-size:1.1rem;line-height:1.8;color:#444}.founder-note{margin-top:1.5rem;font-size:.95rem;background-color:#f9f9f9;padding:1rem;border-left:4px solid #333}.values-section h2{text-align:center;margin-bottom:3rem;font-size:2rem}.values-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.values-grid{grid-template-columns:repeat(3,1fr)}}.value-card{background-color:#fff;padding:2rem;border:1px solid #eee;border-radius:8px;text-align:center;transition:box-shadow .3s ease}.value-card:hover{box-shadow:0 5px 15px #0000000d}.value-card h3{margin-bottom:1rem;color:#000}.value-card p{color:#666;line-height:1.6}.phd-services-page{background-color:#f8f9fa}.phd-hero{background-color:#fff;padding:5rem 2rem;text-align:center;border-bottom:1px solid #eee}.phd-hero h1{font-size:2.5rem;margin-bottom:1.5rem;color:#000}.phd-hero .hero-sub{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto}.services-list-section{padding:5rem 2rem}.services-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.services-grid{grid-template-columns:1fr 1fr}}.service-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease;border:1px solid #eaeaea;display:flex;flex-direction:column;align-items:flex-start}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.service-icon{font-size:2.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#000}.service-card p{color:#555;margin-bottom:2rem;line-height:1.6;flex-grow:1}.service-card .btn{width:100%;text-align:center;box-sizing:border-box}.btn-primary{background-color:#000;color:#fff;border:1px solid #000}.btn-primary:hover{background-color:#333;color:#fff}.btn-outline{background-color:transparent;color:#000;border:1px solid #000}.btn-outline:hover{background-color:#f0f0f0}.resources-section{background-color:#fff;color:#000;padding:5rem 2rem;text-align:center;border-top:1px solid #eee}.resources-section h3{font-size:2rem;margin-bottom:1.5rem}.resources-section p{font-size:1.1rem;max-width:700px;margin:0 auto 2.5rem;color:#555}.btn-secondary{background-color:#000;color:#fff}.consulting-page{background-color:#fff}.consulting-hero{background-color:#1a1a1a;color:#fff;padding:5rem 2rem;text-align:center}.consulting-hero h1{font-size:3rem;margin-bottom:1rem}.consulting-hero h2{font-size:1.5rem;font-weight:400;color:#ccc;margin-bottom:2rem}.tagline{font-size:1.2rem;font-style:italic;color:#aaa}.expertise-section{padding:5rem 2rem;background-color:#f9f9f9}.section-title{text-align:center;font-size:2rem;margin-bottom:3rem;color:#222}.expertise-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}@media(min-width:768px){.expertise-grid{grid-template-columns:1fr 1fr}}.expert-card{background:#fff;padding:2rem;border-radius:4px;box-shadow:0 2px 4px #0000000d;border-left:4px solid #00695c}.expert-card .icon{font-size:2rem;margin-bottom:1rem}.expert-card h3{font-size:1.2rem;margin-bottom:1rem;color:#000}.expert-card p{color:#555;line-height:1.6}.track-record-section{padding:5rem 2rem;background-color:#fff;text-align:center}.track-record-intro{max-width:800px;margin:0 auto 3rem;font-size:1.2rem;color:#555}.project-highlights{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;max-width:1000px;margin:0 auto 4rem}.project-item{flex:1;min-width:250px;padding:1.5rem;background-color:#f5f5f5;border-radius:4px}.project-item h3{font-size:1.1rem;margin-bottom:.5rem;color:#333}.project-item p{font-size:.95rem;color:#666}.project-logo{display:block;max-width:150px;height:auto;margin:1rem auto 0;transition:transform .2s}.project-logo:hover{transform:scale(1.05)}.eosc-logo{max-width:225px}.logos-banner{font-size:1.5rem;font-weight:700;opacity:.3;letter-spacing:5px;color:#000}.contact-page{background-color:#f8f9fa;min-height:80vh}.contact-hero{background-color:#fff;padding:5rem 2rem;text-align:center;border-bottom:1px solid #eee}.contact-hero h1{font-size:2.5rem;margin-bottom:1rem}.contact-hero p{font-size:1.2rem;color:#555}.contact-form-section{padding:4rem 2rem}.contact-form{max-width:600px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:1rem;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#000}.contact-form .btn{width:100%;background-color:#000;color:#fff;border:1px solid #000;cursor:pointer}.contact-form .btn:hover{background-color:#333}.contact-info{text-align:center;margin-top:3rem;color:#555}.contact-info p{margin-bottom:.5rem}.legal-page{padding:4rem 2rem;background-color:#fff;color:#333}.legal-layout{display:flex;gap:4rem;position:relative}.legal-sidebar{display:none;width:250px;flex-shrink:0}@media(min-width:992px){.legal-sidebar{display:block}}.legal-sidebar nav{position:sticky;top:100px}.legal-sidebar ul{list-style:none;padding:0;margin:0;border-left:1px solid #eee}.legal-sidebar li{margin-bottom:.8rem}.legal-sidebar a{display:block;padding-left:1.5rem;text-decoration:none;color:#666;font-size:.9rem;border-left:2px solid transparent;margin-left:-1px;transition:all .2s ease}.legal-sidebar a:hover{color:#000;border-left-color:#000}.legal-content{flex:1;max-width:900px}.legal-content h1{font-size:2.5rem;margin-bottom:.5rem}.effective-date{font-size:1rem;color:#666;margin-bottom:3rem;border-bottom:1px solid #eee;padding-bottom:2rem}.legal-content section{margin-bottom:3rem;scroll-margin-top:100px}.legal-content h2{font-size:1.5rem;margin-bottom:1.5rem;color:#000;border-bottom:1px solid #f5f5f5;padding-bottom:.5rem}.legal-content p{margin-bottom:1rem;line-height:1.7;color:#444}.legal-content ul{margin-bottom:1.5rem;padding-left:1.5rem;color:#444}.legal-content li{margin-bottom:.5rem;line-height:1.7}.legal-content strong{color:#222}.placeholder-notice{background-color:#fff3cd;border:1px solid #ffeeba;padding:1rem;border-radius:4px;margin-bottom:2rem;color:#856404}.container{max-width:1200px;margin:0 auto;font-family:Arial,sans-serif}.navbar{display:flex;justify-content:space-between;padding:20px;border-bottom:1px solid #ddd}.logo{font-weight:700;font-size:1.5rem}.links a{margin-left:20px;text-decoration:none;color:#333}.hero{text-align:center;padding:80px 20px;background-color:#f8f9fa}.hero h1{font-size:3rem;margin-bottom:20px}.hero button{padding:15px 30px;background-color:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:50px 20px}.card{border:1px solid #ddd;padding:20px;border-radius:8px}
