:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a202c;background-color:#cbd5e0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#cbd5e0;color:#1a202c}a{font-weight:500;color:#4299e1;text-decoration:inherit}a:hover{color:#2c5282}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;color:#1a202c}button{border-radius:6px;border:1px solid transparent;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:inherit;background-color:#2c5282;color:#fff;cursor:pointer;transition:all .2s ease}button:hover{background-color:#2b6cb0;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #4299e1;outline-offset:2px}:root{--primary-navy: #2c5282;--primary-dark: #1a365d;--secondary-blue: #4299e1;--text-primary: #1a202c;--text-secondary: #4a5568;--background-light: #cbd5e0;--background-white: #e2e8f0;--background-card: #f7fafc;--border-color: #a0aec0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .15)}.app{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}html{scroll-behavior:smooth;scroll-snap-type:y proximity;scroll-padding-top:80px}body{overflow-y:scroll;background-color:#e8ecef;color:var(--text-primary)}section{scroll-snap-align:start;scroll-margin-top:80px}.header{background-color:#2d3748;box-shadow:var(--shadow-md);position:sticky;top:0;z-index:100;border-bottom:1px solid #1a202c;animation:slideDown .5s ease both}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.nav{max-width:1200px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#e2e8f0;letter-spacing:-.025em}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;color:#cbd5e0;font-weight:500;font-size:.95rem;transition:color .2s ease;position:relative}.nav-links a:hover{color:#90cdf4}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background-color:#90cdf4;transition:width .2s ease}.nav-links a:hover:after{width:100%}.main{flex:1}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(180deg,#cbd5e0,#a0aec0);padding:4rem 2rem}.hero-content{max-width:900px}.profile-image{width:180px;height:180px;border-radius:50%;object-fit:cover;object-position:center;margin-bottom:2rem;border:5px solid #e2e8f0;box-shadow:0 10px 30px #0003;transition:transform .2s ease;animation:fadeInUp .8s ease both}.profile-image:hover{transform:translateY(-2px)}.hero-title{font-size:3.5rem;margin-bottom:.5rem;color:#1a202c;font-weight:700;letter-spacing:-.025em;animation:fadeInUp .8s ease .1s both}.hero-role{font-size:1.5rem;margin-bottom:1rem;color:#2c5282;font-weight:600;animation:fadeInUp .8s ease .2s both}.hero-skills{font-size:1rem;margin-bottom:2rem;color:var(--text-secondary);font-weight:500;letter-spacing:.025em;animation:fadeInUp .8s ease .3s both}.hero-description{font-size:1.125rem;line-height:1.75;margin-bottom:2.5rem;color:var(--text-secondary);max-width:750px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease .4s both}.hero-section{margin-bottom:2.5rem;text-align:left;background:var(--background-card);padding:2rem;border-radius:8px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);animation:fadeInUp .8s ease .5s both}.hero-section h3{font-size:1.25rem;color:var(--primary-navy);margin-bottom:1rem;font-weight:600}.hero-section p{font-size:1rem;line-height:1.7;color:var(--text-secondary)}.hero-highlights{text-align:left;list-style:none;padding:0;margin:1rem 0}.hero-highlights li{position:relative;padding-left:1.75rem;margin-bottom:1.25rem;font-size:.95rem;line-height:1.65;color:var(--text-secondary)}.hero-highlights li:before{content:"●";position:absolute;left:0;color:var(--secondary-blue);font-weight:600;font-size:.75rem;top:.5rem}.hero-cta{font-size:1rem;margin-top:2.5rem;color:var(--text-secondary)}.container{max-width:1200px;margin:0 auto;padding:5rem 2rem}.about{background-color:#e2e8f0;min-height:100vh;display:flex;align-items:center;border-top:1px solid #a0aec0}.about h2{font-size:2.5rem;margin-bottom:3rem;text-align:center;color:#1a202c;font-weight:700;letter-spacing:-.025em;animation:fadeInUp .8s ease both}.about p{font-size:1.0625rem;line-height:1.8;text-align:left;max-width:900px;margin:0 auto 1.75rem;color:var(--text-secondary);animation:fadeInUp .8s ease both}.about p:nth-of-type(1){animation-delay:.1s}.about p:nth-of-type(2){animation-delay:.2s}.about p:nth-of-type(3){animation-delay:.3s}.about p:nth-of-type(4){animation-delay:.4s}.about p:nth-of-type(5){animation-delay:.5s}.about p:last-child{margin-bottom:0}.about-content{max-width:900px;margin:0 auto}.services{min-height:auto;padding:5rem 0;background-color:#cbd5e0;border-top:1px solid #a0aec0}.services h2{font-size:2.5rem;margin-bottom:3.5rem;text-align:center;color:#1a202c;font-weight:700;letter-spacing:-.025em;animation:fadeInUp .8s ease both}.expertise-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.expertise-area{background:var(--background-card);border:1px solid var(--border-color);border-radius:8px;padding:2rem;transition:all .2s ease;box-shadow:var(--shadow-sm);animation:fadeInUp .8s ease both}.expertise-area:nth-child(1){animation-delay:.1s}.expertise-area:nth-child(2){animation-delay:.15s}.expertise-area:nth-child(3){animation-delay:.2s}.expertise-area:nth-child(4){animation-delay:.25s}.expertise-area:nth-child(5){animation-delay:.3s}.expertise-area:nth-child(6){animation-delay:.35s}.expertise-area:nth-child(7){animation-delay:.4s}.expertise-area:nth-child(8){animation-delay:.45s}.expertise-area:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--secondary-blue)}.expertise-area h3{font-size:1.25rem;color:#2c5282;margin-bottom:1rem;font-weight:600}.expertise-area ul{list-style:none;padding:0;margin:0}.expertise-area li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.expertise-area li:before{content:"•";position:absolute;left:0;color:var(--secondary-blue);font-weight:700;font-size:1.25rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background:var(--background-card);border:1px solid var(--border-color);border-radius:8px;padding:2rem;text-align:center;transition:all .2s ease;box-shadow:var(--shadow-sm)}.service-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--secondary-blue)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.25rem;margin-bottom:1rem;color:#2c5282;font-weight:600}.service-card p{color:var(--text-secondary);line-height:1.6}.contact{background-color:#e2e8f0;text-align:center;min-height:100vh;display:flex;align-items:center;border-top:1px solid #a0aec0}.contact h2{font-size:2.5rem;margin-bottom:1.5rem;color:#1a202c;font-weight:700;letter-spacing:-.025em;animation:fadeInUp .8s ease both}.contact p{font-size:1.0625rem;margin-bottom:1.5rem;color:var(--text-secondary);max-width:800px;margin-left:auto;margin-right:auto;line-height:1.7;animation:fadeInUp .8s ease both}.contact p:nth-of-type(1){animation-delay:.1s}.contact p:nth-of-type(2){animation-delay:.2s}.contact p:nth-of-type(3){animation-delay:.3s}.contact-divider{width:80px;height:2px;background-color:#4299e1;margin:3rem auto;border-radius:2px;animation:fadeInUp .8s ease .2s both}.contact-email{display:inline-block;margin-top:1.5rem;padding:.875rem 2rem;font-size:1.0625rem;color:#fff;background-color:#2c5282;border-radius:6px;text-decoration:none;transition:all .2s ease;font-weight:500;box-shadow:var(--shadow-md);animation:fadeInUp .8s ease .4s both}.contact-email:hover{background-color:#2b6cb0;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.contact-button{background-color:#2c5282;color:#fff;border:none;padding:.875rem 2rem;font-size:1.0625rem;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500;box-shadow:var(--shadow-md)}.contact-button:hover{background-color:#2b6cb0;transform:translateY(-1px);box-shadow:var(--shadow-lg)}.footer{background-color:var(--primary-dark);text-align:center;padding:2.5rem;border-top:1px solid var(--border-color)}.footer p{color:#ffffffb3;font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){html{scroll-snap-type:none}section{scroll-snap-align:none;min-height:auto}.hero,.about,.services,.contact{min-height:auto;padding:3rem 1.5rem}.container{padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-role{font-size:1.25rem}.hero-skills{font-size:.9375rem}.hero-description,.hero-section p{font-size:1rem}.about h2,.services h2,.contact h2{font-size:2rem}.expertise-list{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.nav{flex-direction:column;gap:1rem;padding:1rem}.nav-links{gap:1.5rem;font-size:.875rem}.profile-image{width:140px;height:140px}.hero-title{font-size:2rem}.hero-role{font-size:1.125rem}.hero-section{padding:1.5rem}.expertise-list,.services-grid{grid-template-columns:1fr}}
