*{box-sizing:border-box}.hero-main{min-height:100vh;background:linear-gradient(135deg,#0a0e2e,#0d1a4a 40%,#0f2460);color:#fff;font-family:Segoe UI,Arial,sans-serif;overflow-x:hidden;overflow-y:auto}.hero-layout,.hero-main{position:relative;display:flex;align-items:flex-end}.hero-layout{justify-content:center;width:100%;max-width:1100px;margin:0 auto;z-index:1}.hero-image-wrap{flex:0 0 auto;width:clamp(260px,38vw,460px);display:flex;align-items:flex-end;align-self:flex-end}.hero-image{width:100%;height:auto;display:block;filter:drop-shadow(-20px 0 60px rgba(30,80,180,.6))}.hero-content{flex:1 1 auto;padding:3rem 2rem 3.5rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.hero-title{font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:900;margin:0;line-height:1.1;text-shadow:0 2px 30px hsla(0,0%,100%,.15);letter-spacing:-.02em}.hero-role{font-size:clamp(.95rem,2vw,1.3rem);font-weight:700;margin:0;color:#a8c4ff;letter-spacing:.06em;text-transform:uppercase}.hero-about{display:flex;flex-direction:column;gap:.75rem;max-width:420px;text-align:left}.hero-about p{font-size:clamp(.82rem,1.3vw,.95rem);color:rgba(200,215,255,.75);line-height:1.8;margin:0}.hero-quote{font-style:italic;color:rgba(200,215,255,.55)!important;border-left:3px solid #a8c4ff44;padding-left:.75rem}.hero-links{gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.hero-links,.icon-btn{display:flex;justify-content:center}.icon-btn{width:52px;height:52px;border-radius:50%;align-items:center;text-decoration:none;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.icon-btn:hover{transform:scale(1.15)}.email-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 2rem;background:linear-gradient(135deg,#ff6b6b,#feca57);border-radius:999px;text-decoration:none;color:#0a0e2e;font-weight:700;font-size:.95rem;box-shadow:0 4px 24px hsla(0,100%,71%,.3);transition:transform .2s ease,box-shadow .2s ease}.email-btn:hover{transform:scale(1.04);box-shadow:0 6px 32px hsla(0,100%,71%,.45)}.contact-btn{display:inline-block;padding:.65rem 2rem;border:2px solid rgba(168,196,255,.35);border-radius:999px;color:rgba(200,215,255,.85);text-decoration:none;font-size:.9rem;font-weight:600;letter-spacing:.05em;transition:border-color .2s ease,color .2s ease,background .2s ease}.contact-btn:hover{border-color:#a8c4ff;color:#fff;background:rgba(168,196,255,.1)}.hero-footer{color:#3d4a6e;font-size:.78rem;margin:.5rem 0 0}@media (max-width:640px){.hero-main{align-items:stretch;overflow-y:auto}.hero-layout{flex-direction:column;align-items:center;min-height:100vh}.hero-content{order:1;padding:2.5rem 1.5rem 1rem;width:100%}.hero-image-wrap{order:2;width:min(320px,85vw);align-self:center}.hero-image{filter:drop-shadow(0 -20px 40px rgba(30,80,180,.5))}.hero-title{font-size:2.6rem}.icon-btn{width:48px;height:48px}}@media (min-width:641px) and (max-width:900px){.hero-image-wrap{width:clamp(200px,32vw,320px)}.hero-content{padding:2rem 1.5rem 3rem .75rem}}@keyframes twinkle{0%,to{opacity:.2}50%{opacity:.7}}