@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--apple-blue: #0071e3;--apple-dark: #1d1d1f}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;scroll-behavior:smooth;background:#000;color:#fff}.apple-hero{height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.drone-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.5;z-index:-1}.apple-section{padding:6rem 0}.section-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;background:linear-gradient(90deg,#fff 60%,var(--apple-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:3rem;text-align:center}.apple-card{background:var(--apple-dark);border-radius:1.5rem;padding:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1)}.apple-card:hover{transform:scale(1.03)}.team-photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto;border:3px solid var(--apple-blue)}.cta-button{background:var(--apple-blue);color:#fff;padding:.75rem 1.5rem;border-radius:1.5rem;font-weight:500;transition:background .3s ease}.cta-button:hover{background:#005bb5}.cta-button-white{background:#fff;color:var(--apple-blue);padding:.75rem 1.5rem;border-radius:1.5rem;font-weight:500;transition:background .3s ease}.cta-button-outline{border:2px solid var(--apple-blue);color:var(--apple-blue);padding:.75rem 1.5rem;border-radius:1.5rem;font-weight:500;transition:all .3s ease}.cta-button-outline:hover{background:var(--apple-blue);color:#fff}.nav-link{color:#fff;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--apple-blue)}.tab-button{padding:.5rem 1.5rem;font-weight:500;color:#fff;border-bottom:2px solid transparent;transition:all .3s ease}.tab-button:hover{color:var(--apple-blue)}.tab-button.active{color:var(--apple-blue);border-bottom:2px solid var(--apple-blue)}.portfolio-item{position:relative;overflow:hidden;border-radius:1rem;aspect-ratio:16/9}.portfolio-item img,.portfolio-item video{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.apple-section{padding:4rem 0}.team-photo{width:150px;height:150px}.tab-button{padding:.5rem 1rem;font-size:.9rem}}
