body,html{margin:0;padding:0;box-sizing:border-box;width:100%;height:100%;background-color:#e8e7e2}*{box-sizing:inherit}.background{background-color:#e8e7e2;background-image:url("data:image/svg+xml,%3Csvg width='800' height='400' viewBox='0 0 800 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M 0 140 A 60 60 0 0 1 0 260' fill='none' stroke='green' stroke-width='20' /%3E%3Cpath d='M 800 140 A 60 60 0 0 0 800 260' fill='none' stroke='green' stroke-width='20' /%3E%3Ccircle cx='40' cy='100' r='6' fill='black' /%3E%3Ccircle cx='60' cy='160' r='6' fill='black' /%3E%3Ccircle cx='60' cy='220' r='6' fill='black' /%3E%3Ccircle cx='40' cy='280' r='6' fill='black' /%3E%3Ccircle cx='760' cy='100' r='6' fill='black' /%3E%3Ccircle cx='740' cy='160' r='6' fill='black' /%3E%3Ccircle cx='740' cy='220' r='6' fill='black' /%3E%3Ccircle cx='760' cy='280' r='6' fill='black' /%3E%3Cline x1='40' y1='100' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='60' y1='160' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='60' y1='220' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='40' y1='280' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='760' y1='100' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='740' y1='160' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='740' y1='220' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3Cline x1='760' y1='280' x2='400' y2='0' stroke='gray' stroke-width='2' /%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;background-position:50%;background-attachment:fixed;min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;overflow:hidden}.main{flex:1;padding:6.25rem 1rem 0;text-align:center}.heroSection{text-align:center;margin-bottom:0;padding:0 1rem}.heroContent{max-width:800px;margin:0 auto;animation:heroFadeIn .7s ease both}.heroContent h1{font-size:clamp(1.35rem,2.6vw,2rem);letter-spacing:-.025em;line-height:1.2;margin:0 0 .5rem;background:linear-gradient(135deg,#0f345f,#2369ad 45%,#2f6f5b);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.heroContent p{color:#4a556b;font-size:clamp(.88rem,1.5vw,1rem);line-height:1.55;max-width:54ch;margin:0 auto;animation:heroFadeIn .85s ease both}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.heroContent h1{font-size:1.25rem}}.header{justify-content:space-between;align-items:center;padding:20px}.techStackIconLabel{font-size:.9rem;color:#4e5050}@media (max-width:768px){.main{padding:5rem 1rem 0}}