*{margin:0;padding:0;box-sizing:border-box}:root{--bg-dark: #0a0a0a;--bg-darker: #000000;--text-primary: #ffffff;--text-secondary: #a0a0a0;--accent: #6366f1;--card-bg: #141414}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg-dark);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem 0;position:relative;overflow:hidden}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.3;text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out}.hero-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem;max-width:1000px;margin:0 auto}.grid-item{aspect-ratio:1;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:12px;animation:fadeIn .6s ease-out backwards;transition:transform .3s ease}.grid-item:hover{transform:scale(1.05)}.grid-item:nth-child(1){animation-delay:.1s}.grid-item:nth-child(2){animation-delay:.2s}.grid-item:nth-child(3){animation-delay:.3s}.grid-item:nth-child(4){animation-delay:.4s}.grid-item:nth-child(5){animation-delay:.5s}.grid-item:nth-child(6){animation-delay:.6s}.grid-item:nth-child(7){animation-delay:.7s}.grid-item:nth-child(8){animation-delay:.8s}.grid-item:nth-child(9){animation-delay:.9s}.grid-item:nth-child(10){animation-delay:1s}.grid-item:nth-child(11){animation-delay:1.1s}.grid-item:nth-child(12){animation-delay:1.2s}.grid-item:nth-child(13){animation-delay:1.3s}.grid-item:nth-child(14){animation-delay:1.4s}.grid-item:nth-child(15){animation-delay:1.5s}.grid-item:nth-child(16){animation-delay:1.6s}.grid-item:nth-child(17){animation-delay:1.7s}.grid-item:nth-child(18){animation-delay:1.8s}.grid-item:nth-child(19){animation-delay:1.9s}.grid-item:nth-child(20){animation-delay:2s}.grid-item:nth-child(21){animation-delay:2.1s}.feature{padding:8rem 0;background:var(--bg-darker)}.feature:nth-child(2n){background:var(--bg-dark)}.feature-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-images{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-image{aspect-ratio:1;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;animation:fadeIn .8s ease-out}.feature-image-single{width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:12px}.feature-image-single.security{background:linear-gradient(135deg,#10b981,#059669)}.feature-content h2{font-size:clamp(2rem,4vw,3rem);font-weight:300;margin-bottom:1.5rem;line-height:1.2}.feature-content p{font-size:1.1rem;color:var(--text-secondary);line-height:1.8}.services{padding:8rem 0;background:var(--bg-dark)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--card-bg);padding:3rem 2rem;border-radius:16px;border:1px solid #222;transition:transform .3s ease,border-color .3s ease}.service-card:hover{transform:translateY(-8px);border-color:var(--accent)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:400}.service-card p{color:var(--text-secondary);line-height:1.7}.team{padding:8rem 0;background:var(--bg-darker)}.team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4rem;max-width:800px;margin:0 auto}.team-member{text-align:center}.team-photo{width:200px;height:200px;border-radius:50%;margin:0 auto 1.5rem;background:linear-gradient(135deg,#374151,#1f2937)}.team-photo.founder{background:linear-gradient(135deg,#6366f1,#4f46e5)}.team-photo.director{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.team-member h3{font-size:1.5rem;font-weight:400;margin-bottom:.5rem}.team-member p{color:var(--text-secondary);margin-bottom:1rem}.linkedin-link{display:inline-block;width:40px;height:40px;background:#0077b5;border-radius:8px;transition:transform .3s ease}.linkedin-link:hover{transform:scale(1.1)}.footer{padding:4rem 0;background:var(--bg-dark);border-top:1px solid #222}.footer-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:2rem;font-weight:700;letter-spacing:2px}.coming-soon{font-size:1.2rem;color:var(--text-secondary);font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.feature-container{grid-template-columns:1fr;gap:3rem}.services-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr;gap:3rem}.hero-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:640px){.hero-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.container{padding:0 1rem}.feature,.services,.team{padding:4rem 0}}
