.navbar{z-index:100;justify-content:space-between;align-items:center;width:100%;padding:10px 20px;display:flex;position:relative}.navbar .wrapper{flex:1;align-items:center;display:flex}.navbar .wrapper .logo{background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-text-fill-color:#0000;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.navbar .social{align-items:center;gap:clamp(10px,3vw,20px);display:flex}.navbar .social .socialLink{border-radius:50%;justify-content:center;align-items:center;padding:5px;transition:all .3s;display:flex}.navbar .social .socialLink:hover{background-color:#ffffff1a;box-shadow:0 4px 15px #0003}.navbar .social .socialLink img{object-fit:contain;width:clamp(22px,4vw,30px);height:clamp(22px,4vw,30px)}@media (max-width:480px){.navbar{padding:6px 10px}.navbar .social{gap:8px}.navbar .social .socialLink img{width:20px;height:20px}}@media (min-width:1200px){.navbar{padding:15px 40px}.navbar .social{gap:25px}.navbar .social .socialLink img{width:32px;height:32px}}
.hero{background:linear-gradient(135deg,#0c0c1d 0%,#111132 30%,#1a1a2e 70%,#16213e 100%);justify-content:space-between;align-items:center;height:100dvh;padding:0 5%;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:radial-gradient(circle at 20% 80%,#7877c61a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ff77c61a 0%,#0000 50%);width:200%;height:200%;animation:20s ease-in-out infinite backgroundFloat;position:absolute}.hero:after{content:"";z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff05 50%,#0000 100%),linear-gradient(#0000 0%,#ffffff05 50%,#0000 100%);animation:15s ease-in-out infinite shimmer;position:absolute;inset:0}.hero .wrapper{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;display:flex;position:relative}.hero .designElement{z-index:2;width:400px;height:400px;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.hero .designElement .geometric-shape{border-radius:50%;position:absolute}.hero .designElement .geometric-shape:first-child{background:linear-gradient(45deg,#7877c633,#ff77c633);width:300px;height:300px;animation:20s linear infinite rotate;top:50px;left:50px}.hero .designElement .geometric-shape:nth-child(2){background:linear-gradient(45deg,#ff77c64d,#78dbe24d);width:200px;height:200px;animation:15s linear infinite reverse rotate;top:100px;left:100px}.hero .designElement .geometric-shape:nth-child(3){background:linear-gradient(45deg,#78dbe266,#fff6);width:100px;height:100px;animation:3s ease-in-out infinite pulse;top:150px;left:150px}.hero .designElement .floating-elements{width:100%;height:100%;position:absolute}.hero .designElement .floating-elements .dot{background:#fff9;border-radius:50%;width:8px;height:8px;animation:6s ease-in-out infinite float;position:absolute}.hero .designElement .floating-elements .dot:first-child{animation-delay:0s;top:20%;left:20%}.hero .designElement .floating-elements .dot:nth-child(2){animation-delay:2s;top:60%;left:80%}.hero .designElement .floating-elements .dot:nth-child(3){animation-delay:4s;top:80%;left:30%}.textContainer{z-index:3;flex-direction:column;justify-content:center;gap:20px;max-width:600px;padding-left:5%;display:flex;position:relative}.textContainer h3{color:#fffc;letter-spacing:2px;text-transform:uppercase;font-size:1.5rem;font-weight:300}.textContainer h1{background:linear-gradient(135deg,#fff 0%,#7877c6 50%,#ff77c6 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2}.textContainer .summary{color:#fff9;max-width:500px;font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.6}.textContainer .buttons{gap:20px;margin-top:10px;display:flex}.textContainer .buttons .btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7877c633,#ff77c633);border:2px solid #0000;border-radius:50px;padding:15px 30px;font-size:1rem;font-weight:500;transition:all .3s;position:relative;overflow:hidden}.textContainer .buttons .btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.textContainer .buttons .btn:hover{border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 10px 25px #7877c64d}.textContainer .buttons .btn:hover:before{left:100%}.textContainer .buttons .btn.primary{background:linear-gradient(135deg,#7877c6,#ff77c6)}.textContainer .buttons .btn.primary:hover{box-shadow:0 10px 25px #ff77c666}.slidingtext{color:#ffffff08;white-space:nowrap;z-index:1;-webkit-user-select:none;user-select:none;font-size:12rem;font-weight:900;animation:20s linear infinite slideText;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes backgroundFloat{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(-20px,-20px)rotate(120deg)}66%{transform:translate(20px,-10px)rotate(240deg)}}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:1}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideText{0%{transform:translate(-50%,-50%)translate(-100%)}to{transform:translate(-50%,-50%)translate(100%)}}@media (max-width:580px){.hero{padding:0 4%}.hero .designElement{display:none}.hero .wrapper{justify-content:center}.hero:before{animation:none}.textContainer{text-align:center;align-items:center;gap:15px;padding-left:0}.textContainer h3{font-size:1rem}.textContainer h1{font-size:2rem}.textContainer .summary{font-size:.85rem}.textContainer .buttons{flex-direction:column;align-items:center;gap:12px}.textContainer .buttons .btn{width:100%;max-width:260px;padding:12px 25px;font-size:.9rem}.slidingtext{display:none}}@media (min-width:581px) and (max-width:768px){.hero .designElement{opacity:.6;width:250px;height:250px;right:5%}.hero .designElement .geometric-shape:first-child{width:180px;height:180px;top:35px;left:35px}.hero .designElement .geometric-shape:nth-child(2){width:120px;height:120px;top:65px;left:65px}.hero .designElement .geometric-shape:nth-child(3){width:60px;height:60px;top:95px;left:95px}.textContainer h3{font-size:1.2rem}.textContainer h1{font-size:2.5rem}.slidingtext{font-size:8rem}}@media (min-width:769px) and (max-width:1024px){.hero .designElement{width:320px;height:320px;right:8%}.textContainer h1{font-size:3rem}.slidingtext{font-size:10rem}}@media (min-width:1441px){.textContainer h3{font-size:1.6rem}.textContainer h1{font-size:4.5rem}.hero .designElement{width:450px;height:450px}.slidingtext{font-size:14rem}}@media (prefers-reduced-motion:reduce){.hero:before,.hero:after,.hero .designElement .geometric-shape,.hero .designElement .floating-elements .dot,.slidingtext{animation:none}}
.sidebar{z-index:1001;position:fixed;top:0;left:0}.sidebar .overlay{z-index:998;cursor:pointer;background:#00000080;position:fixed;inset:0}.sidebar .bg{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:999;background:#fffffff7;width:clamp(250px,30vw,340px);height:100dvh;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 30px #00000040}.sidebar .bg .links{flex-direction:column;justify-content:center;align-items:center;gap:clamp(4px,1.5vh,14px);width:100%;height:100%;padding:60px 20px 20px;display:flex;position:absolute}.sidebar .bg .links a{color:#222;text-align:center;border-radius:10px;width:80%;padding:10px 24px;font-size:clamp(1.1rem,3vw,1.7rem);font-weight:600;text-decoration:none;transition:all .25s}.sidebar .bg .links a:hover{color:#ff6b35;background:#ff6b351a;transform:translate(6px)}.sidebar .button{z-index:1002;position:fixed;top:25px;left:25px}.sidebar .button button{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000bf;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.sidebar .button button:hover{background-color:#000000d9;transform:scale(1.05)}.sidebar .button button svg{width:23px;height:23px}.sidebar .button button svg path{stroke:#fff;stroke-width:3px}@media (max-width:768px){.sidebar .bg{width:clamp(260px,65vw,320px)}.sidebar .bg .links{gap:clamp(6px,2vh,16px);padding:16px}.sidebar .bg .links a{padding:10px 20px;font-size:clamp(1.05rem,4.5vw,1.5rem)}.sidebar .button{top:16px;left:16px}.sidebar .button button{width:46px;height:46px}}@media (max-width:400px){.sidebar .bg{width:80vw;max-width:280px}.sidebar .bg .links{gap:clamp(4px,1.8vh,12px);padding:12px}.sidebar .bg .links a{padding:8px 16px;font-size:clamp(.95rem,5vw,1.25rem)}.sidebar .button{top:14px;left:14px}.sidebar .button button{width:42px;height:42px}.sidebar .button button svg{width:20px;height:20px}}@media (max-height:500px) and (orientation:landscape){.sidebar .bg{width:clamp(200px,35vw,260px)}.sidebar .bg .links{gap:4px;padding:10px}.sidebar .bg .links a{padding:4px 12px;font-size:clamp(.85rem,2.5vh,1.1rem)}}
.parallax{justify-content:center;align-items:center;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.parallax h1{z-index:10;color:#fff;text-align:center;padding:0 1rem;font-size:clamp(2rem,5vw,3.5rem)}.parallax .mountains{z-index:3;background-image:url(/mountains.png);background-position:bottom;background-size:cover;width:100%;height:100%;position:absolute}.parallax .stars{z-index:2;background-image:url(/stars.png);background-position:bottom;background-size:cover;width:100%;height:100%;position:absolute}.parallax .planets{z-index:1;background-position:bottom;background-size:cover;width:100%;height:100%;position:absolute}@media (max-width:768px){.parallax{height:50vh}.parallax .planets{background-position:bottom;background-repeat:no-repeat;background-size:contain;width:120%;left:-10%}}@media (max-width:480px){.parallax{height:40vh}.parallax .planets{width:130%;left:-15%}}@media (prefers-reduced-motion:reduce){.parallax .mountains,.parallax .stars,.parallax .planets{transform:none!important}}
.experience{background:linear-gradient(135deg,#0c0c1d 0%,#111132 50%,#1a1a2e 100%);min-height:100vh;padding:5rem 2rem;position:relative;overflow:hidden}.experience:before{content:"";pointer-events:none;background:radial-gradient(at 20%,#ff6b3514 0%,#0000 60%),radial-gradient(at 80% 20%,#7877c60f 0%,#0000 60%);position:absolute;inset:0}.experience .exp-header{text-align:center;margin-bottom:4rem;position:relative}.experience .exp-header h1{color:#fff;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;line-height:1.2}.experience .exp-header h1 span{background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.experience .exp-header p{color:#8892a4;margin-top:.75rem;font-size:clamp(.9rem,2vw,1.15rem);font-style:italic}.experience .timeline{max-width:1100px;margin:0 auto;position:relative}.experience .timeline .timeline-line{background:linear-gradient(#ff6b3580,#ff6b3526 80%,#0000);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.experience .timeline-item{width:50%;padding:0 40px 3rem;position:relative}.experience .timeline-item.left{padding-right:50px;left:0}.experience .timeline-item.right{padding-left:50px;left:50%}.experience .timeline-item .timeline-dot{z-index:2;background:#ff6b35;border:3px solid #0c0c1d;border-radius:50%;width:14px;height:14px;position:absolute;top:18px;box-shadow:0 0 0 3px #ff6b354d}.experience .timeline-item.left .timeline-dot{right:-7px}.experience .timeline-item.right .timeline-dot{left:-7px}.experience .exp-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#111132b3;border:1px solid #ff6b3526;border-radius:16px;padding:1.75rem;transition:all .3s;position:relative}.experience .exp-card:after{content:"";opacity:0;background:linear-gradient(120deg,#0000 30%,#ff6b350f 50%,#0000 70%);border-radius:16px;transition:opacity .4s;position:absolute;inset:0}.experience .exp-card:hover:after{opacity:1}.experience .exp-card .card-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.experience .exp-card .card-top .badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:20px;padding:.3rem .75rem;font-size:.7rem;font-weight:700;display:inline-block}.experience .exp-card .card-top .badge.internship{background:linear-gradient(135deg,#4ecdc4,#44a08d)}.experience .exp-card .card-top .badge.freelance{background:linear-gradient(135deg,#7877c6,#9b59b6)}.experience .exp-card .card-top .duration{color:#8892a4;font-size:.8rem;font-weight:500}.experience .exp-card .role{color:#fff;margin:0 0 .25rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:700;line-height:1.3}.experience .exp-card .company{color:#ff6b35;margin:0 0 1rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:600}.experience .exp-card .tech-row{flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem;display:flex}.experience .exp-card .tech-row .tech-chip{color:#c4ccda;background:#ffffff12;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:500;transition:all .2s}.experience .exp-card .tech-row .tech-chip:hover{color:#fff;background:#ff6b3526;border-color:#ff6b3566}.experience .exp-card .points{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.experience .exp-card .points li{color:#b0bac8;padding-left:1rem;font-size:clamp(.82rem,1.4vw,.92rem);line-height:1.65;position:relative}.experience .exp-card .points li:before{content:"";background:#ff6b35;border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.experience .exp-card .points li strong{color:#ff6b35;font-weight:600}@media (max-width:900px){.experience{padding:3rem 1.25rem}.experience .exp-header{margin-bottom:2.5rem}.experience .timeline .timeline-line{left:16px}.experience .timeline-item{width:100%;padding:0 0 2rem 44px}.experience .timeline-item.left,.experience .timeline-item.right{padding-left:44px;padding-right:0;left:0}.experience .timeline-item .timeline-dot{left:10px!important;right:auto!important}}@media (max-width:480px){.experience{padding:2rem .75rem}.experience .exp-header{margin-bottom:2rem}.experience .timeline .timeline-line{left:12px}.experience .timeline-item{padding:0 0 1.5rem 32px}.experience .timeline-item.left,.experience .timeline-item.right{padding-left:32px}.experience .timeline-item .timeline-dot{width:12px;height:12px;left:6px!important}.experience .exp-card{border-radius:12px;padding:1.25rem}.experience .exp-card .card-top .badge{padding:.25rem .6rem;font-size:.65rem}.experience .exp-card .card-top .duration{font-size:.75rem}.experience .exp-card .tech-row{gap:.3rem}.experience .exp-card .tech-row .tech-chip{padding:.2rem .5rem;font-size:.68rem}.experience .exp-card .points li{padding-left:.85rem;font-size:.82rem}}
.portfolio{background:#0c0c1d;min-height:100vh;position:relative}.portfolio .progress{z-index:10;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0c1df2;border-bottom:1px solid #ffa50033;padding:1.5rem 2rem 1rem;position:sticky;top:0;left:0}@media (max-width:767px){.portfolio .progress{padding:1rem 1rem .75rem}}.portfolio .progress h1{background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:clamp(1.25rem,4vw,2.5rem);font-weight:700}@media (max-width:767px){.portfolio .progress h1{margin-bottom:.75rem}}.portfolio .progress .progressBar{transform-origin:0;background:linear-gradient(90deg,#ff6b35,#f7931e);border-radius:2px;height:4px;box-shadow:0 2px 10px #ff6b3566}@media (max-width:767px){.portfolio .progress .progressBar{height:3px}}.portfolio section{justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 120px);padding:3rem 0;display:flex}@media (max-width:767px){.portfolio section{min-height:auto;padding:2rem 0}}.portfolio section .container{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem}@media (max-width:767px){.portfolio section .container{padding:0 1rem}}.portfolio section .container .wrapper{justify-content:space-between;align-items:center;gap:3rem;display:flex}@media (max-width:767px){.portfolio section .container .wrapper{flex-direction:column;gap:1.5rem}}.portfolio section .container .wrapper .imageContainer{flex:1;max-width:45%}@media (max-width:767px){.portfolio section .container .wrapper .imageContainer{width:100%;max-width:100%}}.portfolio section .container .wrapper .imageContainer img{aspect-ratio:16/10;object-fit:cover;border-radius:16px;width:100%;height:auto;transition:transform .3s,box-shadow .3s;box-shadow:0 20px 60px #0000004d}@media (max-width:767px){.portfolio section .container .wrapper .imageContainer img{border-radius:12px;max-height:250px}}.portfolio section .container .wrapper .imageContainer img:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 25px 80px #0006}@media (max-width:767px){.portfolio section .container .wrapper .imageContainer img:hover{transform:none}}.portfolio section .container .wrapper .textContainer{flex:1;max-width:50%;padding-left:2rem}@media (max-width:767px){.portfolio section .container .wrapper .textContainer{width:100%;max-width:100%;padding-left:0}}.portfolio section .container .wrapper .textContainer h2{color:#fff;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(1.1rem,3vw,1.8rem);font-weight:700;line-height:1.3}.portfolio section .container .wrapper .textContainer .period{color:#ff6b35;background:#ff6b351a;border-radius:15px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.85rem;font-weight:500;display:inline-block}.portfolio section .container .wrapper .textContainer .description .description-line{color:#cbd5e0;border-left:2px solid #ff6b354d;margin-bottom:.75rem;padding-left:1rem;font-size:clamp(.8rem,1.8vw,.95rem);line-height:1.7;transition:all .3s}@media (max-width:767px){.portfolio section .container .wrapper .textContainer .description .description-line{margin-bottom:.5rem;padding-left:.75rem;font-size:.85rem}}.portfolio section .container .wrapper .textContainer .description .description-line:hover{color:#e2e8f0;border-left-color:#ff6b35}@media (max-width:767px){.portfolio section .container .wrapper .textContainer .description .description-line:hover{transform:none}}.portfolio section .container .wrapper .textContainer .description .description-line.tech-line{color:#ff6b35;background:#ff6b350d;border-left-color:#ff6b35;border-radius:8px;margin-top:.75rem;margin-bottom:0;padding:.6rem 1rem;font-weight:600}.portfolio section:nth-child(2n) .wrapper{flex-direction:row-reverse}@media (max-width:767px){.portfolio section:nth-child(2n) .wrapper{flex-direction:column}}.portfolio section:nth-child(2n) .wrapper .textContainer{padding-left:0;padding-right:2rem}@media (max-width:767px){.portfolio section:nth-child(2n) .wrapper .textContainer{padding-right:0}}@keyframes imageLoad{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.portfolio section .imageContainer img{animation:.6s ease-out imageLoad}@media (prefers-reduced-motion:reduce){.portfolio section .imageContainer img{transition:none;animation:none}.portfolio section .imageContainer img:hover{transform:none}}
.skills{flex-direction:column;gap:3rem;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:4rem 2rem;display:flex}.skills .skills-header{text-align:center}.skills .skills-header h1{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.skills .skills-header h1 span{background:linear-gradient(45deg,#ff6b35,#f7931e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.skills .skills-header p{color:#b0b0b0;font-size:clamp(.9rem,2vw,1.2rem);font-style:italic}.skills .skills-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.skills .skills-grid .skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111132cc;border:1px solid #ff6b3526;border-radius:16px;padding:1.5rem;transition:all .3s}.skills .skills-grid .skill-category .category-header{align-items:center;gap:.8rem;margin-bottom:1.2rem;display:flex}.skills .skills-grid .skill-category .category-header .category-icon{font-size:1.5rem}.skills .skills-grid .skill-category .category-header h3{color:#fff;font-size:clamp(1rem,2vw,1.2rem);font-weight:600}.skills .skills-grid .skill-category .skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skills .skills-grid .skill-category .skill-tags .skill-tag{color:#e2e8f0;cursor:default;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:500;transition:all .2s}.skills .education-section{margin-top:2rem}.skills .education-section h2{color:#fff;text-align:center;margin-bottom:1.5rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700}.skills .education-section h2:after{content:"";background:linear-gradient(90deg,#ff6b35,#f7931e);border-radius:2px;width:60px;height:3px;margin:.5rem auto 0;display:block}.skills .education-section .education-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111132cc;border:1px solid #ff6b3526;border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;max-width:800px;margin:0 auto;padding:2rem;display:flex}.skills .education-section .education-card .education-info h3{color:#fff;margin-bottom:.5rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600}.skills .education-section .education-card .education-info h4{color:#ff6b35;margin-bottom:.3rem;font-size:clamp(.9rem,2vw,1.1rem);font-weight:500}.skills .education-section .education-card .education-info .education-period{color:#b0b0b0;font-size:.9rem}.skills .education-section .education-card .education-stats{gap:2rem;display:flex}.skills .education-section .education-card .education-stats .stat{text-align:center;flex-direction:column;gap:.3rem;display:flex}.skills .education-section .education-card .education-stats .stat .stat-value{background:linear-gradient(45deg,#ff6b35,#f7931e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.skills .education-section .education-card .education-stats .stat .stat-label{color:#b0b0b0;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}@media (max-width:768px){.skills{gap:2rem;padding:2rem 1rem}.skills .skills-grid{grid-template-columns:1fr;gap:1rem}.skills .skills-grid .skill-category{padding:1.2rem}.skills .education-section .education-card{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem}.skills .education-section .education-card .education-stats{gap:2rem}}@media (max-width:480px){.skills{padding:1.5rem .8rem}.skills .skills-grid .skill-category{padding:1rem}.skills .skills-grid .skill-category .skill-tags .skill-tag{padding:.3rem .6rem;font-size:.75rem}.skills .education-section .education-card{padding:1.2rem}}
.achievements{flex-direction:column;gap:3rem;width:100%;max-width:1200px;min-height:auto;margin:0 auto;padding:4rem 2rem;display:flex}.achievements .achievements-header{text-align:center}.achievements .achievements-header h1{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:700}.achievements .achievements-header h1 span{background:linear-gradient(45deg,#ff6b35,#f7931e);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.achievements .achievements-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.achievements .achievements-grid .achievement-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111132cc;border:1px solid #ff6b3526;border-radius:20px;padding:2rem;transition:all .3s}.achievements .achievements-grid .achievement-card.featured{background:linear-gradient(135deg,#111132e6,#ff6b350d);border-color:#ff6b3566}.achievements .achievements-grid .achievement-card .card-icon{margin-bottom:1rem;font-size:2.5rem}.achievements .achievements-grid .achievement-card h3{color:#fff;margin-bottom:.5rem;font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600;line-height:1.3}.achievements .achievements-grid .achievement-card .card-meta{color:#ff6b35;margin-bottom:1rem;font-size:.9rem;font-weight:500;display:inline-block}.achievements .achievements-grid .achievement-card ul{padding:0;list-style:none}.achievements .achievements-grid .achievement-card ul li{color:#cbd5e0;border-left:2px solid #ff6b354d;margin-bottom:.8rem;padding-left:1rem;font-size:clamp(.85rem,1.5vw,.95rem);line-height:1.6}.achievements .achievements-grid .achievement-card .cert-list{flex-direction:column;gap:1rem;display:flex}.achievements .achievements-grid .achievement-card .cert-list .cert-item{background:#ffffff08;border-radius:8px;flex-direction:column;gap:.2rem;padding:.8rem;transition:all .3s;display:flex}.achievements .achievements-grid .achievement-card .cert-list .cert-item:hover{background:#ff6b350d}.achievements .achievements-grid .achievement-card .cert-list .cert-item .cert-name{color:#fff;font-size:clamp(.9rem,1.5vw,1rem);font-weight:500}.achievements .achievements-grid .achievement-card .cert-list .cert-item .cert-source{color:#b0b0b0;font-size:.8rem}@media (max-width:768px){.achievements{gap:2rem;padding:2rem 1rem}.achievements .achievements-grid{grid-template-columns:1fr;gap:1.5rem}.achievements .achievements-grid .achievement-card{padding:1.5rem}}@media (max-width:480px){.achievements{padding:1.5rem .8rem}.achievements .achievements-grid .achievement-card{border-radius:15px;padding:1.2rem}.achievements .achievements-grid .achievement-card .card-icon{font-size:2rem}}
.contact{color:#d3d3d3;align-items:center;gap:40px;max-width:1200px;min-height:100dvh;margin:0 auto;padding:40px 20px;display:flex}.contact .textArea{flex-direction:column;flex:1;gap:30px;display:flex}.contact .textArea .title{color:#fff;margin:0;font-family:sans-serif;font-size:clamp(2.5rem,6vw,4rem);line-height:1.2}.contact .textArea .contactItem{flex-direction:column;gap:8px;display:flex}.contact .textArea .contactItem h2{color:#ff6b35;margin:0;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:600}.contact .textArea .contactItem span{color:#fff;word-break:break-word;font-size:clamp(.9rem,2.5vw,1.1rem)}.contact .formSection{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.contact .formSection .phoneIcon{z-index:1;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact .formSection .phoneIcon .phoneSvg{stroke:orange;width:clamp(300px,40vw,450px);height:clamp(300px,40vw,450px)}.contact .formSection .contactForm{z-index:2;flex-direction:column;gap:20px;width:100%;max-width:500px;display:flex;position:relative}.contact .formSection .contactForm .formInput,.contact .formSection .contactForm .formTextarea{color:#d3d3d3;resize:vertical;background-color:#0c0c1d;border:2px solid #333;border-radius:8px;min-height:44px;padding:15px;font-size:clamp(.9rem,2vw,1rem);transition:all .3s}.contact .formSection .contactForm .formInput::placeholder,.contact .formSection .contactForm .formTextarea::placeholder{color:#888}.contact .formSection .contactForm .formInput:focus,.contact .formSection .contactForm .formTextarea:focus{border-color:orange;outline:none;box-shadow:0 0 0 3px #ff6b351a}.contact .formSection .contactForm .formTextarea{min-height:120px;font-family:inherit}.contact .formSection .contactForm .submitBtn{color:#fff;cursor:pointer;background-color:orange;border:none;border-radius:8px;min-height:48px;padding:15px 30px;font-size:clamp(.9rem,2vw,1.1rem);font-weight:600;transition:all .3s}.contact .formSection .contactForm .submitBtn:hover:not(:disabled){background-color:#ff6b35;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b354d}.contact .formSection .contactForm .submitBtn:disabled{opacity:.7;cursor:not-allowed}.contact .formSection .contactForm .successMsg{color:#4caf50;text-align:center;background-color:#4caf501a;border:1px solid #4caf504d;border-radius:4px;margin:0;padding:10px;font-size:clamp(.8rem,2vw,.9rem)}.contact .formSection .contactForm .errorMsg{color:#f44336;text-align:center;background-color:#f443361a;border:1px solid #f443364d;border-radius:4px;margin:0;padding:10px;font-size:clamp(.8rem,2vw,.9rem)}@media (max-width:768px){.contact{text-align:center;flex-direction:column;gap:30px;min-height:auto;padding:20px 15px}.contact .textArea{order:1;gap:25px}.contact .textArea .title br{display:none}.contact .textArea .contactItem{align-items:center;gap:5px}.contact .formSection{order:2;width:100%}.contact .formSection .phoneIcon{display:none}.contact .formSection .contactForm{gap:15px;max-width:100%}}@media (max-width:480px){.contact{gap:20px;padding:15px 10px}.contact .formSection .contactForm .formInput,.contact .formSection .contactForm .formTextarea{padding:12px}.contact .formSection .contactForm .submitBtn{padding:12px 24px}}@media (min-width:1200px){.contact{gap:60px;padding:60px 40px}}@media (max-width:768px) and (orientation:landscape) and (max-height:500px){.contact{flex-direction:row;min-height:auto;padding:20px}.contact .textArea .title{font-size:clamp(1.5rem,4vw,2rem)}.contact .formSection .contactForm{gap:10px}.contact .formSection .contactForm .formInput,.contact .formSection .contactForm .formTextarea{padding:8px 12px}.contact .formSection .contactForm .formTextarea{min-height:80px}.contact .formSection .contactForm .submitBtn{padding:8px 16px}}
