*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.nav-logo{font-size:1.5rem;font-weight:700;color:#2c3e50}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-link{text-decoration:none;color:#555;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.nav-link:hover,.nav-link.active{background:#3498db;color:#fff;transform:translateY(-2px)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:2rem}.hero:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}.floating-shapes{position:absolute;width:100%;height:100%;overflow:hidden;z-index:2}.shape{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 6s ease-in-out infinite}.shape-1{width:300px;height:300px;top:10%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;bottom:20%;right:10%;animation-delay:2s}.shape-3{width:150px;height:150px;top:60%;left:70%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{position:relative;z-index:3;max-width:800px;animation:fadeInUp 1s ease-out}.hero-title{font-size:clamp(3rem,8vw,5rem);font-weight:800;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#a8edea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.2rem,4vw,2rem);margin-bottom:2rem;opacity:.9}.typing-text{border-right:3px solid #fff;animation:typing 3s steps(30) 1s forwards,blink 1s infinite;white-space:nowrap;overflow:hidden;width:0;display:inline-block}@keyframes typing{to{width:100%}}@keyframes blink{50%{border-color:transparent}}.hero-description{font-size:1.2rem;margin-bottom:2rem;opacity:.8;max-width:600px;margin-left:auto;margin-right:auto}.contact-info{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.contact-item{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;transition:transform .3s ease}.contact-item:hover{transform:scale(1.1);color:#a8edea}.social-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem}.social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#ffffff1a;border-radius:50%;color:#fff;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.social-link:hover{background:#fff3;transform:translateY(-5px) scale(1.1)}.cta-button{display:inline-block;padding:1rem 2rem;background:#fff;color:#667eea;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 10px 30px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d;background:#f8f9fa}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:#2c3e50;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(45deg,#667eea,#764ba2);border-radius:2px}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-text{font-size:1.1rem;line-height:1.8;color:#555}.about-text p{margin-bottom:1.5rem}.highlight{color:#3498db;font-weight:600}.highlight.purple{color:#9b59b6}.about-cards{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.info-card:hover{transform:translateY(-5px)}.info-card h3{font-size:1.2rem;margin-bottom:.5rem}.info-card:nth-child(2){background:linear-gradient(135deg,#11998e,#38ef7d)}.experience{background:#f8f9fa}.career-roadmap{margin:3rem 0;padding:2rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;box-shadow:0 10px 30px #0000001a}.roadmap-timeline{display:flex;justify-content:space-between;align-items:center;position:relative;max-width:900px;margin:0 auto;padding:2rem 1rem}.roadmap-timeline:before{content:"";position:absolute;top:50%;left:80px;right:80px;height:4px;background:linear-gradient(to right,#667eea,#764ba2);border-radius:2px;z-index:1;transform:translateY(-50%)}.roadmap-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;z-index:2;position:relative}.roadmap-item:hover{transform:scale(1.05)}.roadmap-node{width:60px;height:60px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #00000026;border:4px solid #667eea;transition:all .3s ease;margin-bottom:1rem}.roadmap-node.current{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#764ba2;animation:pulse 2s infinite}.roadmap-node:hover{transform:scale(1.1);box-shadow:0 12px 35px #667eea66}.roadmap-icon{font-size:1.5rem;color:#667eea}.roadmap-node.current .roadmap-icon{color:#fff}.roadmap-content{text-align:center;max-width:150px}.roadmap-period{font-size:.8rem;color:#666;font-weight:500;margin-bottom:.25rem}.roadmap-title{font-size:1rem;font-weight:700;color:#2c3e50;margin-bottom:.25rem;line-height:1.2}.roadmap-company{font-size:.85rem;color:#667eea;font-weight:600}.roadmap-connector{position:absolute;top:50%;left:50%;width:100%;height:4px;background:linear-gradient(to right,#667eea,#764ba2);transform:translateY(-50%);z-index:1}.roadmap-highlight{animation:highlightPulse 2s ease-in-out;border-left:6px solid #f39c12!important}@keyframes highlightPulse{0%,to{box-shadow:0 15px 35px #0000001a}50%{box-shadow:0 25px 50px #f39c124d;transform:translateY(-5px)}}@keyframes pulse{0%,to{box-shadow:0 8px 25px #00000026}50%{box-shadow:0 12px 35px #667eea66}}@media (max-width: 768px){.roadmap-timeline{flex-direction:column;align-items:center;gap:2rem}.roadmap-timeline:before{display:none}.roadmap-item{width:100%;max-width:300px}.roadmap-content{max-width:100%}}.experience-container{max-width:1000px;margin:0 auto}.experience-item{background:#fff;border-radius:20px;box-shadow:0 15px 35px #0000001a;margin-bottom:3rem;overflow:hidden;transition:all .3s ease}.experience-item:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026}.experience-item.xyz-impact{border-left:6px solid #667eea}.experience-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;position:relative}.experience-title-group{margin-bottom:1rem}.experience-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.company-info{display:flex;flex-direction:column;gap:.5rem}.company-name{font-size:1.2rem;font-weight:600;color:#f8f9fa}.experience-duration{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#e9ecef}.duration-icon{font-size:.9rem}.experience-location{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#e9ecef;position:absolute;top:2rem;right:2rem}.xyz-framework{padding:0}.xyz-section{padding:2rem;border-bottom:1px solid #f1f3f5;position:relative}.xyz-section:last-child{border-bottom:none}.xyz-section.what-section{background:linear-gradient(135deg,#f8f9ff,#e3f2fd)}.xyz-section.how-section{background:linear-gradient(135deg,#fff8e1,#f3e5f5)}.xyz-section.impact-section{background:linear-gradient(135deg,#e8f5e8,#f1f8e9)}.xyz-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.xyz-icon{font-size:1.5rem;color:#667eea}.xyz-header h4{font-size:1.4rem;color:#2c3e50;font-weight:700}.xyz-content p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.responsibility-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.responsibility-tags .tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;box-shadow:0 4px 15px #667eea4d}.tech-approach{display:grid;gap:1.5rem}.approach-item{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;box-shadow:0 5px 15px #0000000d}.approach-item strong{display:block;color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem}.approach-item p{margin:0;color:#666;line-height:1.6}.impact-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.metric-item{background:#fff;padding:1.5rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease}.metric-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.metric-number{font-size:2.5rem;font-weight:900;color:#667eea;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.metric-label{font-weight:700;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.metric-description{font-size:.85rem;color:#666;line-height:1.5}.key-achievements{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 5px 15px #0000000d}.key-achievements h5{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem;font-weight:700}.key-achievements ul{list-style:none;padding:0}.key-achievements li{padding:.75rem 0;border-bottom:1px solid #f1f3f5;color:#555;line-height:1.6;font-size:1rem}.key-achievements li:last-child{border-bottom:none}.tech-stack{padding:2rem;background:#f8f9fa}.tech-stack h4{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.tech-icons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.tech-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:10px;font-weight:500;color:#2c3e50;box-shadow:0 3px 10px #0000001a;transition:all .3s ease}.tech-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000026}.tech-item svg{font-size:1.2rem;color:#667eea}.additional-tools{margin-top:1rem;padding:1rem;background:#fff;border-radius:10px;border:1px solid #e9ecef}.additional-tools p{margin:0;color:#666;line-height:1.6}.additional-tools strong{color:#2c3e50}.experience-timeline{position:relative;padding-left:2rem}.experience-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#667eea,#764ba2);border-radius:2px}.experience-timeline .experience-item{position:relative;background:#fff;padding:2rem;border-radius:15px;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;margin-left:2rem}.experience-timeline .experience-item:before{content:"";position:absolute;left:-3rem;top:2rem;width:12px;height:12px;background:#667eea;border-radius:50%;border:4px solid white;box-shadow:0 0 0 3px #667eea}.experience-timeline .experience-item:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.experience-timeline .experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem;background:none;color:inherit;padding:0}.experience-timeline .experience-title{color:#2c3e50}.experience-timeline .experience-title h3{font-size:1.5rem;margin-bottom:.5rem}.experience-timeline .experience-title .role{color:#3498db;font-weight:600;margin-bottom:.25rem}.experience-timeline .experience-title .location{color:#7f8c8d;font-size:.9rem}.experience-icon{font-size:2rem;color:#667eea}.experience-list{list-style:none;margin-bottom:1.5rem}.experience-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#555;line-height:1.6}.experience-list li:before{content:"•";position:absolute;left:0;color:#3498db;font-weight:700}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{display:flex;align-items:center;gap:.25rem;background:#ecf0f1;color:#2c3e50;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.tech-tag.java{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.tech-tag.react{background:linear-gradient(135deg,#61dafb,#21d4fd);color:#fff}.tech-tag.spring{background:linear-gradient(135deg,#6ab04c,#78e08f);color:#fff}.tech-tag.postgres{background:linear-gradient(135deg,#3742fa,#2f3542);color:#fff}.tech-tag.typescript{background:linear-gradient(135deg,#007acc,#0984e3);color:#fff}.tech-tag.redux{background:linear-gradient(135deg,#764abc,#9b59b6);color:#fff}.scroll-top{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:#667eea;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;z-index:1000;opacity:0;visibility:hidden}.scroll-top.visible{opacity:1;visibility:visible}.scroll-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea99}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.nav-menu{display:none}.about-content{grid-template-columns:1fr;gap:2rem}.contact-info{flex-direction:column;gap:1rem}.experience-header{flex-direction:column;align-items:flex-start}.experience-location{position:static;margin-top:1rem}.impact-metrics,.tech-icons{grid-template-columns:1fr}.xyz-header{flex-direction:column;align-items:flex-start;gap:.5rem}.responsibility-tags{justify-content:center}.section{padding:3rem 1rem}.experience-item{margin-bottom:2rem}.xyz-section{padding:1.5rem}.approach-item{padding:1rem}.tech-item{justify-content:center}.roadmap-timeline{flex-direction:column;gap:2rem}.roadmap-timeline:before{display:none}.roadmap-item{width:100%;flex-direction:row;justify-content:flex-start;gap:1rem;padding:1rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a}.roadmap-node{width:50px;height:50px;margin-bottom:0;flex-shrink:0}.roadmap-content{text-align:left;max-width:none;flex:1}.roadmap-period{font-size:.75rem}.roadmap-title{font-size:.9rem}.roadmap-company{font-size:.8rem}}.experience-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:modalFadeIn .3s ease-out}.experience-modal{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px #0000004d;animation:modalSlideIn .3s ease-out}.modal-close{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:#fff;font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10}.modal-close:hover{background:#ffffff4d;transform:scale(1.1)}.modal-header{padding:3rem 2rem 2rem;color:#fff;position:relative;overflow:hidden}.modal-header:before{content:"";position:absolute;inset:0;background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-header-content{position:relative;z-index:2}.modal-title{font-size:2.2rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.modal-company{font-size:1.4rem;font-weight:600;margin-bottom:1rem;opacity:.9}.modal-meta{display:flex;gap:2rem;flex-wrap:wrap}.modal-duration,.modal-location{display:flex;align-items:center;gap:.5rem;font-size:1rem;opacity:.9}.modal-content{padding:0}.modal-section{padding:2rem;border-bottom:1px solid #f1f3f5}.modal-section:last-child{border-bottom:none}.modal-section.what-section{background:linear-gradient(135deg,#f8f9ff,#e3f2fd)}.modal-section.how-section{background:linear-gradient(135deg,#fff8e1,#f3e5f5)}.modal-section.impact-section{background:linear-gradient(135deg,#e8f5e8,#f1f8e9)}.modal-section.tech-section{background:linear-gradient(135deg,#fce4ec,#f3e5f5)}.modal-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-icon{font-size:1.5rem;color:#667eea}.modal-section-header h4{font-size:1.5rem;color:#2c3e50;font-weight:700;margin:0}.section-description{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:1.5rem}.modal-tags{display:flex;flex-wrap:wrap;gap:.75rem}.modal-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;box-shadow:0 4px 15px #667eea4d}.approach-grid{display:grid;gap:1.5rem}.approach-card{background:#fff;padding:1.5rem;border-radius:12px;border-left:4px solid #667eea;box-shadow:0 5px 15px #0000000d}.approach-card h5{color:#2c3e50;font-size:1.1rem;margin-bottom:.5rem;font-weight:600}.approach-card p{margin:0;color:#666;line-height:1.6}.modal-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.modal-metric{background:#fff;padding:1.5rem;border-radius:15px;text-align:center;box-shadow:0 8px 25px #0000001a;transition:all .3s ease}.modal-metric:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.modal-metric .metric-number{font-size:2.5rem;font-weight:900;color:#667eea;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal-metric .metric-label{font-weight:700;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.modal-metric .metric-desc{font-size:.85rem;color:#666;line-height:1.5}.modal-achievements{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 5px 15px #0000000d}.modal-achievements h5{color:#2c3e50;font-size:1.2rem;margin-bottom:1rem;font-weight:700}.modal-achievements ul{list-style:none;padding:0;margin:0}.modal-achievements li{padding:.75rem 0;border-bottom:1px solid #f1f3f5;color:#555;line-height:1.6;font-size:1rem}.modal-achievements li:last-child{border-bottom:none}.modal-tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.modal-tech-item{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.75rem 1rem;border-radius:10px;font-weight:500;color:#2c3e50;box-shadow:0 3px 10px #0000001a;transition:all .3s ease}.modal-tech-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000026}.modal-tech-item .tech-icon{font-size:1.2rem;color:#667eea}.modal-section .additional-tools{background:#fff;padding:1rem;border-radius:10px;border:1px solid #e9ecef}.modal-section .additional-tools p{margin:0;color:#666;line-height:1.6}.modal-section .additional-tools strong{color:#2c3e50}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.experience-modal-overlay{padding:2rem 1rem 1rem;align-items:flex-start}.experience-modal{max-height:85vh}.modal-header{padding:2rem 1.5rem 1.5rem}.modal-title{font-size:1.8rem}.modal-company{font-size:1.2rem}.modal-meta{flex-direction:column;gap:.5rem}.modal-section{padding:1.5rem}.modal-section-header h4{font-size:1.3rem}.modal-metrics,.modal-tech-grid{grid-template-columns:1fr}.approach-grid{gap:1rem}.approach-card{padding:1rem}}.education-timeline{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.education-item{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.2);position:relative;transition:all .4s ease}.education-item:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.education-item.xyz-impact{border-left:5px solid #3498db}.education-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.education-icon-wrapper{background:linear-gradient(135deg,#3498db,#2980b9);border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.education-icon{font-size:1.5rem;color:#fff}.masters-icon{background:linear-gradient(135deg,#e74c3c,#c0392b)}.bachelors-icon{background:linear-gradient(135deg,#f39c12,#d68910)}.education-title-group{flex:1}.education-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.education-subtitle{font-size:1.1rem;color:#7f8c8d;font-weight:500;margin-bottom:1rem}.institution-info{display:flex;flex-direction:column;gap:.5rem}.institution-name{font-size:1.1rem;font-weight:600;color:#34495e}.education-duration{display:flex;align-items:center;gap:.5rem;color:#3498db;font-weight:500;font-size:.95rem}.education-location{display:flex;align-items:center;gap:.5rem;color:#7f8c8d;font-weight:500;font-size:.9rem;white-space:nowrap}.subject-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.subject-tags .tag{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;white-space:nowrap}@media (max-width: 768px){.education-header{flex-direction:column;text-align:center;gap:1rem}.education-title{font-size:1.3rem}.institution-info{align-items:center}.education-location,.subject-tags{justify-content:center}.education-item{padding:1.5rem}}
