*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:5rem 0}.header{background:white;box-shadow:0 2px 4px rgba(0,0,0,.1);border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo img{height:40px;width:auto}.nav{display:flex;gap:2rem}.nav a{color:#4b5563;text-decoration:none;transition:color .2s}.nav a:hover{color:#2563eb}.contact-info{font-size:.875rem;color:#6b7280}.hero{background:linear-gradient(135deg,#2563eb,#1e40af);color:white;padding:5rem 0;text-align:center;position:relative}.hero-logo{margin-bottom:2rem}.hero-logo img{height:80px;width:auto;filter:brightness(0) invert(1)}.hero h1{font-size:3.5rem;margin-bottom:2rem}.hero-subtitle{color:#bfdbfe;font-size:1.5rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.btn{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .2s;border:2px solid transparent}.btn-primary{background:white;color:#2563eb}.btn-primary:hover{background:#f3f4f6}.btn-secondary{background:transparent;color:white;border-color:white}.btn-secondary:hover{background:white;color:#2563eb}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:white;padding:2rem;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #e5e7eb;transition:box-shadow .2s}.card:hover{box-shadow:0 10px 25px rgba(0,0,0,.15)}.card h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem}.card p{color:#6b7280;line-height:1.6}.feature-list{list-style:none}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.feature-icon{width:24px;height:24px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.25rem}.feature-icon:after{content:"✓";color:white;font-size:.875rem;font-weight:700}.section-title{font-size:2.5rem;text-align:center;margin-bottom:1rem;color:#1f2937}.section-subtitle{font-size:1.125rem;text-align:center;margin-bottom:3rem;color:#6b7280;max-width:600px;margin-left:auto;margin-right:auto}.bg-gray{background:#f9fafb}.bg-blue{background:#2563eb;color:white}.deployment-button{background:white!important;color:#2563eb!important;border:2px solid white;padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:600;display:inline-block;text-decoration:none;transition:all .2s}.deployment-button:hover{background:#f3f4f6!important;color:#1d4ed8!important}.about-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;align-items:start;margin-top:3rem}.about-image{position:-webkit-sticky;position:sticky;top:2rem}.headshot{width:100%;max-width:300px;height:auto;border-radius:1rem;box-shadow:0 10px 25px rgba(0,0,0,.1);transition:transform .3s ease}.headshot:hover{transform:translateY(-4px)}.about-text{padding:1rem 0}.about-name{font-size:2rem;font-weight:700;color:#1e40af;margin-bottom:.5rem}.about-title{font-size:1.25rem;color:#6b7280;font-weight:500;margin-bottom:2rem}.bio p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.7;color:#374151}.credentials{margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:.75rem;border-left:4px solid #2563eb}.credential-item{display:flex;margin-bottom:.75rem}.credential-item:last-child{margin-bottom:0}.credential-label{font-weight:600;color:#374151;min-width:120px}.credential-value{color:#6b7280}@media (max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem;text-align:center}.about-image{position:static;justify-self:center}.headshot{max-width:250px}.about-text{text-align:left}}.contact-grid{display:grid;grid-gap:3rem;gap:3rem;grid-template-columns:1fr 1fr;align-items:start}.contact-info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact-icon{width:48px;height:48px;background:#2563eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:white}.contact-details h4{font-weight:600;margin-bottom:.25rem;color:#1f2937}.contact-details p{color:#6b7280}.tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.tag{background:#dbeafe;color:#2563eb;padding:.5rem 1rem;border-radius:1rem;font-size:.875rem}.footer{background:#1f2937;color:white;padding:3rem 0 2rem}.footer-grid{display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-logo img{height:48px;width:auto;filter:brightness(0) invert(1);margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem;color:#d1d5db}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af;font-size:.875rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.contact-info,.nav{display:none}.contact-grid{grid-template-columns:1fr}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px;text-align:center}}@media (max-width:480px){.container{padding:0 .5rem}.hero,.section{padding:3rem 0}.section-title{font-size:2rem}}