html,body{margin:0;padding:0;height:100%;width:100%;scroll-behavior:smooth;background-color:#223922}.app{display:flex;flex-direction:column;min-height:100vh;box-sizing:border-box}.wrapper{background:url(/green_marble_background.avif) no-repeat center/cover;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:160px 32px 80px;animation:fadeIn 1s ease-out forwards}.info-wrapper{background:#2239228c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;max-width:700px;width:100%;color:#fff;font-family:Poppins,sans-serif;box-shadow:0 8px 25px #00000040;transform:translateY(20px);opacity:0;animation:slideUp .9s ease-out .3s forwards;padding:32px}.short-about-me{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:32px}.short-about-me img{width:140px;height:140px;object-fit:cover;border-radius:50%;border:4px solid rgba(255,255,255,.4);box-shadow:0 4px 20px #00000040;flex-shrink:0;transition:transform .4s ease,box-shadow .4s ease}.short-about-me img:hover{transform:scale(1.05);box-shadow:0 6px 25px #ffffff40}.short-about-me .title-block{display:flex;flex-direction:column;justify-content:center;line-height:1.2}.short-about-me .title-block .front-end-title{font-weight:500;font-size:2.4rem;margin-bottom:1px;opacity:0;transform:translate(-20px);animation:slideInLeft .6s ease-out forwards;animation-delay:.3s}.short-about-me .title-block .marketing-title{font-weight:300;font-size:1.2rem;color:#ffffffd9;margin-top:0;opacity:0;transform:translateY(8px);animation:fadeUp .6s ease-out forwards;animation-delay:.6s}.about-me{line-height:1.6;margin-bottom:35px}.about-me h2{font-size:1.4rem;font-weight:500;margin-bottom:16px;position:relative}.about-me h2:after{content:"";position:absolute;left:0;bottom:-8px;width:377px;height:2px;background:#aef7ae;border-radius:2px}.about-me p{margin-bottom:16px;opacity:0;transform:translateY(15px);animation:fadeUp .6s ease forwards}.about-me p:nth-child(2){animation-delay:.4s}.about-me p:nth-child(3){animation-delay:.6s}.about-me p:nth-child(4){animation-delay:.8s}.socials{display:flex;gap:16px;justify-content:center}.socials a{display:flex;align-items:center;justify-content:center;width:45px;height:45px;border-radius:50%;border:2px solid white;font-size:1.6rem;color:#fff;position:relative;overflow:hidden;transition:color .3s ease;text-decoration:none}.socials a:before{content:"";position:absolute;inset:0;background:#aef7ae;transform:scale(0);transition:transform .3s ease;border-radius:50%;z-index:0}.socials a i{z-index:1}.socials a:hover{color:#223722}.socials a:hover:before{transform:scale(1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeUp{0%{transform:translateY(15px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideInLeft{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.wrapper{padding-top:160px}.info-wrapper{padding:24px}.short-about-me{flex-direction:column;text-align:center;gap:16px}.short-about-me img{width:160px;height:160px;margin-top:40px}.short-about-me .title-block{align-items:center}.short-about-me .title-block .front-end-title{font-size:2rem;margin-bottom:10px}.short-about-me .title-block .marketing-title{font-size:1rem}}footer{position:relative;background:#2239228c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;max-width:1200px;margin:60px auto;padding:48px 24px;box-shadow:0 8px 25px #0000002e;color:#fefaf4;font-family:Poppins,sans-serif;display:flex;flex-direction:column;align-items:center;gap:32px}footer .footer-header{font-size:2.2rem;font-weight:500;letter-spacing:1px;margin-bottom:8px;text-align:center}footer .contact-info{text-align:center}footer .contact-info h3{font-size:1.8rem;font-weight:600;color:#aef7ae;margin-bottom:8px}footer .contact-info p{font-size:1.1rem;color:#ffffffd9;margin:4px 0}footer .mail-footer{display:inline-block;font-size:1.1rem;font-weight:500;color:#aef7ae;text-decoration:none;margin-top:8px;transition:color .3s ease}footer .mail-footer:hover{color:#fefaf4}footer .social-links{display:flex;justify-content:center;gap:16px;margin-bottom:30px}footer .social-links a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:2px solid #aef7ae;color:#aef7ae;font-size:1.6rem;text-decoration:none;transition:background-color .3s ease,color .3s ease,transform .3s ease}footer .social-links a:hover{background-color:#aef7ae;color:#223722;transform:scale(1.1)}footer .social-links a i{pointer-events:none}footer .scroll-to-top{width:50px;height:50px;border-radius:50%;border:2px solid #aef7ae;background:#5b8b5b8c;color:#aef7ae;font-size:1.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease,color .3s ease,transform .3s ease}footer .scroll-to-top:hover{background-color:#aef7ae;color:#223722;transform:scale(1.1)}footer .scroll-to-top i{pointer-events:none}@media (max-width: 768px){footer{padding:32px 16px}footer .footer-header{font-size:1.8rem}footer .contact-info h3{font-size:1.3rem}footer .contact-info p{font-size:.95rem}footer .mail-footer{font-size:.95rem}footer .social-links a{width:45px;height:45px;font-size:1.4rem}footer .scroll-to-top{width:45px;height:45px;font-size:1.4rem;bottom:12px;right:12px}}header{background-color:#223922;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:3px;width:100%;z-index:1000;position:fixed}header.scrolled{background-color:#22392299;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}header h1{margin-left:90px;font-family:poppins;font-weight:200}header .header-toggle{display:none;flex-direction:column;justify-content:space-between;width:40px;height:28px;background:none;border:none;padding:0;cursor:pointer;z-index:1001}header .header-toggle span{display:block;height:4px;border-radius:4px;transition:.3s ease;background-color:#fff}header .header-toggle.open span:nth-child(1){transform:rotate(45deg) translate(12px,5px)}header .header-toggle.open span:nth-child(2){opacity:0}header .header-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(12px,-5px)}header .header-nav{margin-right:90px}header .header-nav ul{display:flex;gap:30px}header .header-nav ul li{list-style:none;cursor:pointer;font-size:1.3rem;font-family:poppins;font-weight:200}header .header-nav ul li a{display:inline-block;padding:10px;text-decoration:none;color:#fff;transition:transform .2s ease,color .2s ease}header .header-nav ul li a:hover{color:#4d684d;transform:scale(1.1)}header .header-nav ul li a.active{color:#4d684d;font-weight:500}@media (max-width: 768px){header{flex-wrap:wrap}header h1{margin-left:42px;font-size:1.5rem}header .header-toggle{display:flex;margin-right:80px}header .header-nav{width:100%;display:none;text-align:center;margin-left:50px}header .header-nav ul{flex-direction:column;padding:16px 0}header .header-nav.open{display:block}}.projects-wrapper{background:#2239228c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;max-width:1200px;margin:60px auto;padding:48px 24px;box-shadow:0 8px 25px #0000002e}.project-header{color:#fefaf4;font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:500;margin-left:0;margin-bottom:48px;text-align:center;letter-spacing:1px}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;justify-items:center}.project-card{background:#fffffff7;border-radius:16px;box-shadow:0 4px 18px #00000021;max-width:440px;width:100%;min-height:520px;display:flex;flex-direction:column;justify-content:space-between;transition:box-shadow .2s,transform .2s;position:relative;padding-bottom:16px;margin-bottom:45px}.project-card:hover{box-shadow:0 8px 32px #2239222e;transform:translateY(-6px) scale(1.015)}.project-card img{width:100%;height:180px;object-fit:cover;border-radius:16px 16px 0 0;border-bottom:2px solid #aef7ae}.project-card .project-content{display:flex;flex-direction:column;flex:1 1 auto;padding:24px 20px 0}.project-card .project-content h3{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#223722}.project-card .project-content p{font-size:1rem;color:#223722;margin-bottom:14px;line-height:1.5;min-height:64px}.project-card .project-content ul{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0 0 18px}.project-card .project-content ul li{background:#f5e9da;color:#223722;border-radius:8px;padding:2px 12px;font-size:.92rem;font-weight:400;font-family:Poppins,sans-serif;letter-spacing:.5px}.project-card .project-content .project-buttons-row{margin-top:auto;display:flex;gap:12px;justify-content:flex-start;align-items:center;min-height:48px}.project-card .project-content .project-button{padding:8px 22px;background:#e6b89c;color:#223722;border:none;border-radius:20px;cursor:pointer;font-family:Poppins,sans-serif;font-weight:500;font-size:1rem;text-decoration:none;box-shadow:0 2px 8px #22392214;transition:background-color .2s,color .2s,box-shadow .2s}.project-card .project-content .project-button:hover{background:#223722;color:#fff;box-shadow:0 4px 16px #2239222e}@media (max-width: 900px){.projects-grid{grid-template-columns:1fr;gap:28px}.projects-wrapper{padding:32px 6vw}.project-card{min-height:0}}.skills{background:#2239228c;border-radius:16px;border:2px solid rgba(174,247,174,.8);max-width:1200px;margin:60px auto;padding:48px 24px;box-shadow:0 8px 25px #0000002e;color:#fefaf4;background-image:url(/green_marble_background.avif);background-size:cover;background-blend-mode:overlay}.skills h2{font-family:Poppins,sans-serif;font-size:2.2rem;font-weight:500;text-align:center;margin-bottom:48px;letter-spacing:1px}.skills .skills-wrapper{margin-bottom:40px}.skills .skills-wrapper h3{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#aef7ae;margin-bottom:16px;margin-left:20px}.skills .skills-wrapper ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:12px;margin-left:20px}.skills .skills-wrapper ul li{background:#f5e9da;color:#223722;border-radius:8px;padding:8px 16px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;letter-spacing:.5px;box-shadow:0 2px 8px #22392214;transition:transform .2s,box-shadow .2s}.skills .skills-wrapper ul li:hover{transform:translateY(-4px);box-shadow:0 4px 16px #2239222e}@media (max-width: 900px){.skills{padding:32px 6vw}.skills-wrapper ul{gap:8px}.skills-wrapper li{font-size:.9rem;padding:6px 12px}}
