*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);color:#e2e8f0;line-height:1.6;min-height:100vh}.main-content{max-width:1280px;margin:0 auto;padding:0 1rem}.hero-section{text-align:center;padding:5rem 0}.hero-section h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media(max-width:768px){.hero-section h1{font-size:2rem}}.gradient-text{background:linear-gradient(90deg,#60a5fa,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-section p{font-size:1.25rem;color:#cbd5e1b3;max-width:42rem;margin:0 auto}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#60a5fa,#06b6d4);border-radius:.25rem}::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#3b82f6,#0891b2)}.navbar{position:sticky;top:0;z-index:50;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,85,105,.5);box-shadow:0 4px 6px #0000001a}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:4rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer;text-decoration:none}.logo-icon{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#60a5fa,#06b6d4);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#0f172ae6}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#60a5fa,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:flex}.navbar-menu{display:flex;align-items:center;gap:1.5rem;margin-left:auto}@media(min-width:768px){.navbar-menu{display:flex}}.nav-item{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#cbd5e1cc;text-decoration:none;transition:all .3s ease}.nav-item:hover{background-color:#4755694d;color:#fff}.btn-get-started{margin-left:1rem;padding:.5rem 1.5rem;background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 0 20px #06b6d400}.btn-get-started:hover{box-shadow:0 0 20px #06b6d480;transform:translateY(-2px)}.hambuger{display:flex;flex-direction:column;gap:.375rem;padding:.5rem;cursor:pointer;border-radius:.5rem;transition:background-color .3s ease}.hamburger-line{width:1.5rem;height:.25rem;background-color:#fff;border-radius:.125rem;transition:all .3s ease}@media(min-width:768px){.hamburger{display:none}}.hamburger.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(.5rem,.75rem)}.hamburger.active .hamburger-line:nth-child(2){opacity:0}.hamburger.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(.5rem,-.75rem)}.mobile-menu{display:none;position:absolute;top:4rem;left:0;right:0;background:#0f172afa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,85,105,.5);flex-direction:column;gap:.5rem;padding:1rem;animation:slideDown .3s ease}.mobile-menu.active{display:flex}@media(min-width:768px){.mobile-menu{display:none!important}}.mobile-nav-item{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#cbd5e1cc;text-decoration:none;transition:all .3s ease;display:block}.mobile-nav-item:hover{background-color:#4755694d;color:#fff}.btn-get-started-mobile{margin-top:.5rem;padding:.75rem 1rem;background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.btn-get-started-mobile:hover{box-shadow:0 0 20px #06b6d480;transform:translateY(-2px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.home-page-container{display:flex;flex-direction:column;gap:2rem;padding:4rem 5%;max-width:1200px;margin:0 auto}.intro-text{display:flex;flex-direction:column;gap:1rem}.sub-title{font-size:1.75rem;font-weight:700;margin:0}.about-me-text{font-size:14px;line-height:1.7;color:#555;margin:0}.bottom-section{display:flex;flex-direction:row;align-items:flex-start;gap:2rem}.intro-img{display:flex;flex-direction:column;align-items:center;gap:.5rem}.intro-img img{max-width:35vw;width:100%;height:auto;border-radius:30px;box-shadow:0 15px 45px #0000004d;display:block}.img-caption{font-size:.8rem;color:#777;font-style:italic;text-align:center;max-width:35vw;margin:0}.skill-box{background:#f5f5f5;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 4px 15px #00000014;min-width:180px}.skill-box h3{font-size:1rem;font-weight:700;margin:0 0 .75rem;color:#333}.skill-box ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.skill-box ul li{font-size:.85rem;color:#555;padding:.5rem .75rem;background:#fff;border-radius:8px;box-shadow:0 1px 4px #00000014;text-align:center;font-weight:500;border-left:3px solid #4f8ef7;transition:transform .15s ease,box-shadow .15s ease}.skill-box ul li:hover{transform:translateY(-2px);box-shadow:0 4px 10px #0000001f}@media(max-width:768px){.skill-box ul{grid-template-columns:repeat(2,1fr)}}.section-title{text-align:center;font-size:2.5rem;margin-bottom:40px;color:#e0e0e0}.experience-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.exp-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.exp-item:hover{background:#ffffff14;border-color:#fff3}.exp-header{padding:20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center}.exp-main-info h3{margin:0 0 5px;font-size:1.2rem;color:#61dafb}.exp-company{font-weight:600;font-size:1rem;color:#e0e0e0}.exp-meta{text-align:right;font-size:.9rem;color:#a0a0a0;min-width:150px}.arrow-icon{margin-left:15px;transition:transform .3s ease}.arrow-icon.open{transform:rotate(180deg)}.exp-content{max-height:0;overflow:hidden;transition:max-height .4s ease-in-out,padding .4s ease-in-out;background:#0003}.exp-content.open{max-height:500px;padding:0 20px 20px}.exp-content ul{margin:0;padding-left:25px}.exp-content li{margin-bottom:10px;line-height:1.5;color:#d0d0d0}@media(max-width:600px){.exp-header{flex-direction:column;align-items:flex-start}.exp-meta{text-align:left;margin-top:10px;font-size:.85rem}.arrow-icon{position:absolute;right:20px;top:25px}.exp-item{position:relative}}.section-block{margin-bottom:60px}.section-title{text-align:center;font-size:2.2rem;margin-bottom:30px;color:#e0e0e0;border-bottom:2px solid rgba(255,255,255,.1);padding-bottom:10px;display:inline-block;width:100%}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:24px;font-family:sans-serif}.contact-card{width:100%;max-width:400px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:32px}.contact-title{font-size:1.5rem;font-weight:700;margin-bottom:24px;color:#1f2937}.contact-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:4px}.form-input,.form-textarea{width:100%;padding:8px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.submit-button{width:100%;background-color:#2563eb;color:#fff;font-weight:600;padding:10px;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease}.submit-button:hover{background-color:#1d4ed8}
