*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color:#3d4f6b;--secondary-color:#2a3a4f;--accent-color:#5d7291;--text-primary:#2a3a4f;--text-secondary:#5d7291;--text-light:#8999ae;--bg-white:#fff;--bg-light:#f5f7fa;--border-color:#d8dfe8}html{scroll-behavior:smooth}body{font-family:Avenir,Montserrat,Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text-primary);background:var(--bg-white)}nav{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.98);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-color)}nav .container{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}nav .logo{font-size:1.2rem;font-weight:700;color:var(--primary-color);letter-spacing:2px;text-transform:uppercase}nav ul{list-style:none;gap:1.5rem}nav a,nav ul{display:flex;align-items:center}nav a{color:var(--text-secondary);text-decoration:none;font-weight:400;transition:color .3s;justify-content:center}nav a:hover{color:var(--primary-color)}nav a svg{width:22px;height:22px;fill:var(--text-secondary);transition:fill .3s}nav a:hover svg{fill:var(--primary-color)}.hero{min-height:85vh;display:flex;align-items:center;padding:100px 0 60px;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(30deg,hsla(0,0%,100%,.03) 12%,transparent 12.5%,transparent 87%,hsla(0,0%,100%,.03) 87.5%,hsla(0,0%,100%,.03)),linear-gradient(150deg,hsla(0,0%,100%,.03) 12%,transparent 12.5%,transparent 87%,hsla(0,0%,100%,.03) 87.5%,hsla(0,0%,100%,.03)),linear-gradient(30deg,hsla(0,0%,100%,.03) 12%,transparent 12.5%,transparent 87%,hsla(0,0%,100%,.03) 87.5%,hsla(0,0%,100%,.03)),linear-gradient(150deg,hsla(0,0%,100%,.03) 12%,transparent 12.5%,transparent 87%,hsla(0,0%,100%,.03) 87.5%,hsla(0,0%,100%,.03)),linear-gradient(60deg,hsla(0,0%,100%,.02) 25%,transparent 25.5%,transparent 75%,hsla(0,0%,100%,.02) 0,hsla(0,0%,100%,.02)),linear-gradient(60deg,hsla(0,0%,100%,.02) 25%,transparent 25.5%,transparent 75%,hsla(0,0%,100%,.02) 0,hsla(0,0%,100%,.02));background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px;opacity:.5}.hero-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:1}.hero-left{padding:1rem 0}.hero-left .label{font-size:.8rem;letter-spacing:2px;text-transform:uppercase;color:hsla(0,0%,100%,.7);margin-bottom:.8rem}.hero-left h1{font-size:2.8rem;font-weight:300;line-height:1.2;margin-bottom:1rem;color:#fff}.hero-left h1 strong{font-weight:700}.hero-left .subtitle{font-size:1.15rem;color:hsla(0,0%,100%,.9);margin-bottom:.8rem;font-weight:400}.hero-left .tagline{font-size:1rem;color:hsla(0,0%,100%,.75);margin-bottom:2rem;line-height:1.7}.hero-left .cta-buttons{display:flex;gap:1rem}.btn{padding:.9rem 1.8rem;border:none;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;letter-spacing:1px;text-transform:uppercase}.btn-primary{background:#fff;color:var(--primary-color)}.btn-primary:hover{background:hsla(0,0%,100%,.9)}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:var(--primary-color)}.hero-image,.hero-right{display:flex;justify-content:center;align-items:center}.hero-image{width:100%;max-width:400px;aspect-ratio:1;background:#fff;color:var(--text-light);font-size:1.2rem;border:8px solid hsla(0,0%,100%,.9);box-shadow:0 10px 40px rgba(0,0,0,.3)}section{padding:6rem 2rem}.container{max-width:1200px;margin:0 auto}.section-header{margin-bottom:4rem}.section-label{font-size:.85rem;letter-spacing:2px;text-transform:uppercase;color:var(--text-light);margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:var(--primary-color)}.section-title strong{font-weight:700}.section-description{font-size:1.1rem;color:var(--text-secondary);max-width:800px;line-height:1.8}.about{background:var(--bg-white)}.about-content{max-width:900px}.about-content p{font-size:1.1rem;line-height:1.9;color:var(--text-secondary);margin-bottom:1.5rem}.ventures{background:var(--bg-light)}.ventures-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border:1px solid var(--border-color);background:var(--bg-white)}.venture-card{padding:3rem 2.5rem;border-right:1px solid var(--border-color);transition:all .3s}.venture-card:last-child{border-right:none}.venture-card:hover{background:var(--bg-light)}.venture-card .role{font-size:.8rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--accent-color);margin-bottom:1rem;font-weight:600}.venture-card h3{font-size:1.8rem;font-weight:600;margin-bottom:.5rem;color:var(--primary-color)}.venture-card h3 a{color:var(--primary-color);text-decoration:none;transition:color .3s}.venture-card h3 a:hover{color:var(--accent-color)}.venture-card .subtitle{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem;font-style:italic}.venture-card p{font-size:.95rem;line-height:1.7;color:var(--text-secondary);margin-bottom:1rem}.strengths{background:var(--bg-white)}.strengths-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem}.strength-item{padding:2rem 0;border-top:3px solid var(--primary-color)}.strength-item .number{font-size:1rem;font-weight:700;color:var(--accent-color);margin-bottom:1rem;letter-spacing:1px}.strength-item h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.strength-item p{font-size:1rem;line-height:1.8;color:var(--text-secondary)}.journey{background:var(--bg-light)}.timeline{max-width:900px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:150px 1fr;gap:3rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid var(--border-color)}.timeline-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.timeline-date{font-size:.85rem;letter-spacing:1.5px;text-transform:uppercase;color:var(--text-light);font-weight:600}.timeline-content h3{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.timeline-content p{font-size:1rem;line-height:1.8;color:var(--text-secondary)}.philosophy{background:var(--bg-white)}.philosophy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid var(--border-color)}.philosophy-item{padding:3rem;border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.philosophy-item:nth-child(2n){border-right:none}.philosophy-item:nth-child(3),.philosophy-item:nth-child(4){border-bottom:none}.philosophy-item .number{font-size:3rem;font-weight:300;color:var(--border-color);margin-bottom:1rem}.philosophy-item h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.philosophy-item p{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}.cta-section{background:var(--primary-color);color:var(--bg-white);text-align:center;padding:6rem 2rem}.cta-section .section-label{color:var(--accent-color)}.cta-section h2{font-size:2.8rem;font-weight:300;margin-bottom:1.5rem}.cta-section h2 strong{font-weight:700}.cta-section p{font-size:1.1rem;color:hsla(0,0%,100%,.8);max-width:700px;margin:0 auto 2rem;line-height:1.8}.cta-section ul{list-style:none;max-width:600px;margin:3rem auto}.cta-section li{padding:1rem 0;font-size:1rem;color:hsla(0,0%,100%,.9);border-bottom:1px solid hsla(0,0%,100%,.1)}.cta-section li:last-child{border-bottom:none}.cta-section .btn-primary{background:var(--bg-white);color:var(--primary-color);margin-top:2rem}.cta-section .btn-primary:hover{background:var(--bg-light)}footer{background:var(--bg-white);padding:4rem 2rem 2rem;border-top:1px solid var(--border-color)}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.footer-info h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.footer-info p{font-size:.95rem;color:var(--text-secondary);margin-bottom:.5rem}.footer-ventures h3{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.footer-ventures p{font-size:.95rem;color:var(--text-secondary);margin-bottom:.5rem}.footer-ventures a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-ventures a:hover{color:var(--primary-color)}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid var(--border-color);text-align:center;color:var(--text-light);font-size:.85rem}@media (max-width:968px){.hero{padding:80px 0 50px}.hero-container{grid-template-columns:1fr;gap:2rem}.hero-left h1{font-size:2.2rem}.hero-right{order:-1}.hero-image{max-width:350px}.ventures-grid{grid-template-columns:1fr}.venture-card{border-right:none;border-bottom:1px solid var(--border-color)}.venture-card:last-child{border-bottom:none}.strengths-grid{grid-template-columns:1fr;gap:2rem}.timeline-item{gap:1rem}.philosophy-grid,.timeline-item{grid-template-columns:1fr}.philosophy-item{border-right:none}.footer-content{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){nav .container{padding:1rem 2rem}nav ul{gap:1rem}nav a svg{width:20px;height:20px}.hero{min-height:auto;padding:80px 0 40px}.hero-left h1{font-size:2rem}.hero-left .subtitle{font-size:1rem}.hero-image{max-width:300px}.section-title{font-size:2rem}}