body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#38bdf8;--primary-dark:#0ea5e9;--secondary:#f43f5e;--dark:#0f172a;--darker:#020617;--light:#f8fafc;--gray:#94a3b8;--dark-gray:#334155}*{box-sizing:border-box;margin:0;padding:0}body{color:#f8fafc;color:var(--light);font-family:Inter,sans-serif;line-height:1.6}.shape-1,.shape-2{border-radius:50%;filter:blur(80px);opacity:.15;position:absolute}.shape-1{animation:float 15s ease-in-out infinite;background:var(--primary);height:500px;width:500px}.shape-2{animation:float 12s ease-in-out infinite reverse;background:var(--secondary);bottom:-100px;height:400px;left:-100px;width:400px}.navbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f172afa;box-shadow:0 4px 30px #0000001a;padding:15px 0;position:fixed;top:0;transition:all .4s cubic-bezier(.16,1,.3,1);width:100%;z-index:1000}.navbar:hover{background:#020617fa;box-shadow:0 8px 32px #0003}.navbar-container{align-items:center;display:flex;justify-content:space-between}.navbar-left .logo{align-items:center;color:#38bdf8;color:var(--primary);display:flex;font-size:1.8rem;font-weight:800;gap:8px;position:relative}.logo:after{background:#38bdf8;background:var(--primary);bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.65,0,.35,1);width:100%}.logo:hover:after{transform:scaleX(1);transform-origin:left}.navbar-links{display:flex;gap:30px;list-style:none}.navbar-links li a{color:#94a3b8;color:var(--gray);font-size:1rem;font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.navbar-links li a:after{background:#38bdf8;background:var(--primary);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .4s cubic-bezier(.65,0,.35,1);width:0}.navbar-links li a:hover{color:#f8fafc;color:var(--light)}.navbar-links li a:hover:after{width:100%}.btn{align-items:center;border-radius:8px;display:inline-flex;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}.btn-cv{background:#f43f5e;background:var(--secondary);border:none;color:#fff;cursor:pointer;font-size:.95rem}.btn-cv:hover{background:#2d9f31;box-shadow:0 4px 20px #f43f5e4d;transform:translateY(-2px)}.header-section{background:linear-gradient(135deg,#020617,#0f172a);background:linear-gradient(135deg,var(--darker) 0,var(--dark) 100%);min-height:100vh;overflow:hidden;padding:180px 0 100px}.header-content,.header-section{align-items:center;display:flex;position:relative}.header-content{flex-direction:column;gap:60px;z-index:2}@media (min-width:992px){.header-content{flex-direction:row;justify-content:space-between}}.header-image-wrapper{border-radius:50%;box-shadow:0 25px 50px -12px #38bdf840;height:300px;margin-bottom:40px;overflow:hidden;position:relative;transition:transform .4s ease;width:300px}.header-image{border-radius:50%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1);width:100%}.header-image-wrapper:hover .header-image{transform:scale(1.05)}.image-overlay{background:linear-gradient(180deg,#38bdf81a,#0000);height:100%;opacity:0;transition:opacity .4s ease;width:100%}.header-image-wrapper:hover .image-overlay{opacity:1}.image-border{background:linear-gradient(135deg,#38bdf880,#f43f5e80);border-radius:50%;inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;pointer-events:none;position:absolute}.header-text{max-width:600px}.header-text h2{color:#94a3b8;color:var(--gray);font-size:1.25rem;font-weight:500;margin-bottom:10px}.header-text h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#38bdf8,#7dd3fc);background:linear-gradient(90deg,var(--primary) 0,#7dd3fc 100%);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,3.5rem);line-height:1.2;margin-bottom:20px}.header-text h3{color:#f8fafc;color:var(--light);font-size:1.5rem;font-weight:500;margin-bottom:20px}.highlight{color:#38bdf8;color:var(--primary);font-weight:600}.typewriter{color:#94a3b8;color:var(--gray);font-size:1.1rem;line-height:1.6;margin:25px 0;min-height:80px}.cursor{animation:blink 1s infinite;background:#38bdf8;background:var(--primary);display:inline-block;height:1.2rem;margin-left:4px;vertical-align:middle;width:8px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.header-buttons{display:flex;flex-wrap:wrap;gap:16px;margin:30px 0}.btn-primary{background:#38bdf8;background:var(--primary);border:2px solid #38bdf8;border:2px solid var(--primary);color:#fff}.btn-primary:hover{background:#0000;box-shadow:0 10px 25px #38bdf84d;color:#38bdf8;color:var(--primary);transform:translateY(-3px)}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;box-shadow:0 10px 25px #ffffff1a;color:#0f172a;color:var(--dark);transform:translateY(-3px)}.social-links{display:flex;gap:20px;margin-top:30px}.social-links a{align-items:center;border-radius:50%;color:#94a3b8;color:var(--gray);display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-links a:hover{background:#38bdf81a;color:#38bdf8;color:var(--primary);transform:translateY(-3px)}.header-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab3;border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 10px 30px #0000001a;display:flex;gap:40px;justify-content:center;margin-top:60px;max-width:-webkit-max-content;max-width:max-content;padding:25px 40px}.header-stats div{padding:0 20px;position:relative;text-align:center}.header-stats div:not(:last-child):after{background:#ffffff1a;content:"";height:40px;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:1px}.header-stats strong{color:#38bdf8;color:var(--primary);display:block;font-size:2rem;font-weight:700;line-height:1;margin-bottom:5px}.header-stats span{color:#94a3b8;color:var(--gray);font-size:.9rem}.cv-preview-modal{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617e6;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:2000}.cv-preview-content{background:#0f172a;background:var(--dark);border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:900px;overflow:hidden;padding:30px;position:relative;width:100%}.cv-preview-content h3{color:#38bdf8;color:var(--primary);font-size:1.5rem;margin-bottom:25px;text-align:center}.preview-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:25px}.pdf-preview-container{border:1px solid #334155;border:1px solid var(--dark-gray);border-radius:8px;height:70vh;overflow:hidden;width:100%}.pdf-preview{border:none;height:100%;width:100%}@media (max-width:768px){.navbar-container{flex-direction:column;gap:15px}.navbar-links{flex-wrap:wrap;gap:15px;justify-content:center}.header-section{padding:150px 0 80px}.header-image-wrapper{height:220px;width:220px}.header-stats{flex-direction:column;gap:20px;width:100%}.header-stats div:not(:last-child):after{display:none}.pdf-preview-container{height:60vh}}@media (max-width:480px){.header-buttons{flex-direction:column}.header-text h1{font-size:2.2rem}.header-stats{padding:20px}.header-stats strong{font-size:1.8rem}}.skills-section{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:100px 20px;position:relative}.skills-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:20px;box-shadow:0 10px 30px #0000004d;padding:50px}.skills-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-card{background:#0f172a99;border:1px solid #38bdf81a;border-radius:12px;overflow:hidden;padding:25px;position:relative;transition:all .3s ease}.skill-card:before{background:linear-gradient(180deg,#38bdf8,#7dd3fc);content:"";height:0;left:0;position:absolute;top:0;transition:height .3s ease;width:3px}.skill-card:hover{background:#0f172acc;box-shadow:0 8px 20px #38bdf81a;transform:translateY(-5px)}.skill-card:hover:before{height:100%}.skill-icon{color:#7dd3fc;font-size:2rem;margin-bottom:15px}.skill-card h4{color:#38bdf8;font-size:1.2rem;font-weight:600;margin-bottom:15px}.skill-card p{color:#e2e8f0;font-size:.95rem;line-height:1.7}@media (max-width:768px){.skills-section{padding:70px 20px}.section-title{font-size:2.2rem}.skills-wrapper{padding:30px}.skills-grid{grid-template-columns:1fr}}.skill-card{animation:fadeInUp .5s ease-out forwards;animation-delay:calc(var(--order)*.1s);opacity:0}.about-section{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;overflow:hidden;padding:100px 20px;position:relative}.section-divider{margin:0 auto}.about-wrapper{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:20px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;gap:50px;overflow:hidden;padding:50px;position:relative}.about-wrapper:before{background:linear-gradient(45deg,#38bdf8,#7dd3fc,#38bdf8);border-radius:22px;bottom:-2px;content:"";left:-2px;opacity:.1;position:absolute;right:-2px;top:-2px;z-index:-1}.about-content{display:flex;flex-direction:column;gap:30px}.about-text{color:#e2e8f0;font-size:1.1rem;line-height:1.8;max-width:700px}.about-text p{margin-bottom:25px}.about-text strong{color:#38bdf8;font-weight:600}.skills-highlight{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.skill-tag{background:#38bdf81a;border:1px solid #38bdf84d;border-radius:20px;color:#7dd3fc;font-size:.85rem;padding:8px 16px}.about-image{border-radius:16px;box-shadow:0 10px 25px #0006;max-width:400px;overflow:hidden;position:relative;width:100%}.about-image img{display:block;height:auto;transition:transform .5s ease;width:100%}.image-overlay{background:linear-gradient(135deg,#0f172a66,#38bdf81a);bottom:0;left:0;position:absolute;right:0;top:0}@media (min-width:992px){.about-wrapper{align-items:flex-start;flex-direction:row;justify-content:space-between}.about-content{flex:1 1;padding-right:40px}.about-image{flex-shrink:0}}@media (max-width:768px){.about-section{padding:70px 20px}.section-title{font-size:2.2rem}.about-wrapper{padding:30px}.about-text{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.about-wrapper{animation:fadeIn .8s ease-out forwards}.projects-section{background:linear-gradient(135deg,#0f172a,#1e293b);overflow:hidden;padding:80px 20px;position:relative}.container{max-width:1400px}.section-header{margin-bottom:40px}.section-title{font-size:2.2rem;margin-bottom:10px}.section-divider{height:3px;margin:0 auto 10px;width:60px}.section-subtitle{font-size:.95rem;margin:0 auto 20px}.project-filters{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}.filter-btn{background:#38bdf81a;border:1px solid #38bdf84d;border-radius:18px;color:#7dd3fc;cursor:pointer;font-size:.8rem;padding:6px 15px;transition:all .2s ease}.filter-btn:hover{background:#38bdf833}.filter-btn.active{background:#38bdf8;box-shadow:0 0 10px #38bdf84d;color:#0f172a;font-weight:500}.projects-wrapper{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:14px;padding:30px}.projects-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-card{background:#0f172a99;border:1px solid #38bdf81a;border-radius:10px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .25s ease}.project-card:hover{box-shadow:0 5px 15px #38bdf826;transform:translateY(-3px)}.project-image-container{height:140px;overflow:hidden;position:relative}.project-image{height:100%;object-fit:cover;transition:opacity .4s ease;width:100%}.project-icon-container{align-items:center;background:#0f172acc;border:1px solid #38bdf8;border-radius:50%;display:flex;height:36px;justify-content:center;position:absolute;right:10px;top:10px;width:36px}.project-icon-featured{color:#38bdf8;font-size:1rem}.image-indicators{bottom:8px;display:flex;gap:6px;justify-content:center;left:0;position:absolute;right:0;z-index:2}.indicator{background:#fff6;border-radius:50%;cursor:pointer;height:8px;transition:all .2s ease;width:8px}.indicator.active{background:#38bdf8;transform:scale(1.1)}.indicator:hover{background:#7dd3fc}.project-content{display:flex;flex-direction:column;flex-grow:1;padding:16px}.project-title{color:#f8fafc;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:8px}.project-description{color:#cbd5e1;flex-grow:1;font-size:.8rem;line-height:1.5;margin-bottom:12px}.project-technologies{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.tech-tag{background:#38bdf81a;border:1px solid #38bdf833;border-radius:12px;color:#7dd3fc;font-size:.65rem;padding:4px 8px}.project-achievements{display:flex;flex-direction:column;gap:6px;margin-top:8px}.achievement-label{color:#94a3b8;font-size:.7rem;font-weight:500;margin-bottom:2px}.achievement-tag{align-items:flex-start;color:#e2e8f0;display:flex;font-size:.75rem;line-height:1.4}.achievement-bullet{color:#38bdf8;flex-shrink:0;font-size:.7rem;margin-right:6px}.project-links{border-top:1px solid #38bdf81a;display:flex;gap:15px;justify-content:flex-end;padding:12px 16px}.project-link{align-items:center;color:#94a3b8;display:flex;font-size:.75rem;gap:5px;text-decoration:none;transition:all .2s ease}.project-link:hover{color:#38bdf8}.project-icon{font-size:1rem}.project-card{animation:fadeInUp .4s ease-out forwards;animation-delay:calc(var(--order)*.08s);opacity:0}@media (min-width:1200px){.projects-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:900px) and (max-width:1199px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px) and (max-width:899px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:599px){.projects-grid{grid-template-columns:1fr}.project-image-container{height:160px}}@media (max-width:480px){.projects-section{padding:60px 15px}.projects-wrapper{padding:20px}.section-title{font-size:2rem}}.services-section{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;overflow:hidden;padding:100px 20px;position:relative}.section-header{margin-bottom:60px}.section-title{color:#38bdf8;display:inline-block;font-size:2.8rem;margin-bottom:15px;position:relative}.section-divider{margin:0 auto 15px;width:80px}.section-subtitle{color:#94a3b8;font-size:1.1rem;max-width:600px}.services-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #38bdf81a;border-radius:20px;box-shadow:0 10px 30px #0000004d;overflow:hidden;padding:50px;position:relative}.services-wrapper:before{background:linear-gradient(45deg,#38bdf8,#7dd3fc,#38bdf8);border-radius:22px;bottom:-2px;content:"";left:-2px;opacity:.1;position:absolute;right:-2px;top:-2px;z-index:-1}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.service-card{background:#0f172a99;border:1px solid #38bdf81a;border-radius:12px;overflow:hidden;padding:30px;position:relative;text-align:center;transition:all .3s ease}.service-card:before{background:linear-gradient(180deg,#38bdf8,#7dd3fc);content:"";height:0;left:0;position:absolute;top:0;transition:height .3s ease;width:3px}.service-card:hover{background:#0f172acc;box-shadow:0 8px 25px #38bdf833;transform:translateY(-5px)}.service-card:hover:before{height:100%}.service-icon-container{align-items:center;background:#38bdf81a;border:1px solid #38bdf84d;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:80px}.service-card:hover .service-icon-container{background:#38bdf833;box-shadow:0 0 20px #38bdf833;transform:scale(1.1)}.service-icon{color:#38bdf8;font-size:2rem;transition:all .3s ease}.service-card:hover .service-icon{color:#7dd3fc;transform:rotateY(180deg)}.service-title{color:#f8fafc;font-size:1.3rem;font-weight:600;margin-bottom:15px}.service-description{color:#cbd5e1;font-size:.95rem;line-height:1.7;margin-bottom:20px}.service-highlights{display:flex;flex-direction:column;gap:8px;text-align:left}.highlight-tag{align-items:flex-start;color:#e2e8f0;display:flex;font-size:.85rem}.highlight-marker{color:#38bdf8;font-weight:700;margin-right:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .6s ease-out forwards;animation-delay:calc(var(--delay)*.1s);opacity:0}@media (max-width:992px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.services-section{padding:70px 20px}.section-title{font-size:2.2rem}.services-wrapper{padding:30px}.services-grid{gap:25px;grid-template-columns:1fr}.service-card{padding:25px}}@media (max-width:480px){.service-icon-container{height:70px;width:70px}.service-title{font-size:1.2rem}.service-description{font-size:.9rem}}.contact-section{background:linear-gradient(135deg,#0a1120,#121b2e);color:#f8fafc;overflow:hidden;padding:140px 0;position:relative}.bg-shapes{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.shape-1,.shape-2,.shape-3{border-radius:50%;filter:blur(60px);opacity:.15;position:absolute}.shape-1{animation:float 12s ease-in-out infinite;background:#38bdf8;height:400px;right:-100px;top:-100px;width:400px}.shape-2{animation:float 15s ease-in-out infinite reverse;background:#f43f5e;bottom:-200px;height:600px;left:-200px;width:600px}.shape-3{animation:float 10s ease-in-out 2s infinite;background:#65a30d;height:300px;left:30%;top:50%;width:300px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(-30px,-30px)}}.container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:2}.section-header{margin-bottom:100px;text-align:center}.section-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:25px}.title-gradient{-webkit-text-fill-color:#0000;animation:gradient 3s linear infinite;background:linear-gradient(90deg,#38bdf8,#7dd3fc 50%,#38bdf8);-webkit-background-clip:text;background-clip:text;background-size:200% auto}@keyframes gradient{0%{background-position:0}to{background-position:200%}}.section-subtitle{color:#cbd5e1;font-size:1.3rem;line-height:1.6;margin:0 auto;max-width:700px}.section-divider{background:linear-gradient(90deg,#38bdf8,#7dd3fc);border-radius:2px;height:4px;margin:30px auto 0;transform-origin:left center;width:100px}.contact-cards{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:100px}.contact-card{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0f172a99;border:1px solid #38bdf826;border-radius:24px;overflow:hidden;padding:50px 40px;position:relative;text-align:center;transition:all .4s cubic-bezier(.175,.885,.32,1.1);z-index:1}.contact-card:before{background:linear-gradient(135deg,#38bdf814,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.card-email{box-shadow:0 20px 40px #38bdf826}.card-phone{box-shadow:0 20px 40px #f43f5e26}.card-location{box-shadow:0 20px 40px #65a30d26}.contact-card:hover{box-shadow:0 30px 60px #0000004d;transform:translateY(-10px) scale(1.02)}.card-icon{align-items:center;display:flex;height:90px;justify-content:center;margin:0 auto 30px;position:relative;width:90px}.icon-pulse{animation:pulse 3s ease infinite;border-radius:50%;height:100%;position:absolute;width:100%;z-index:-1}.card-email .icon-pulse,.icon-pulse{background:#38bdf833}.card-phone .icon-pulse{background:#f43f5e33}.card-location .icon-pulse{background:#65a30d33}@keyframes pulse{0%,to{opacity:.8;transform:scale(.95)}50%{opacity:.2;transform:scale(1.1)}}.icon{color:#38bdf8;font-size:2.5rem}.card-phone .icon{color:#f43f5e}.card-location .icon{color:#65a30d}.contact-card h3{color:#f8fafc;font-size:1.6rem;font-weight:700;margin-bottom:20px}.contact-link{align-items:center;color:#38bdf8;display:inline-flex;font-size:1.2rem;gap:10px;margin-bottom:20px;padding:5px 0;position:relative;text-decoration:none}.card-phone .contact-link{color:#f43f5e}.link-hover-effect{background:currentColor;bottom:0;height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.contact-link:hover .link-hover-effect{width:100%}.contact-text{color:#e2e8f0;font-size:1.2rem;margin-bottom:20px}.contact-note{color:#94a3b8;font-size:.95rem;font-style:italic}.social-section{margin:0 auto;max-width:800px;text-align:center}.social-title{color:#f8fafc;font-size:1.8rem;font-weight:700;margin-bottom:40px}.social-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ab3;border:1px solid #ffffff0d;border-radius:12px;display:flex;flex-direction:column;font-weight:600;gap:12px;justify-content:center;padding:25px 20px;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.1)}.social-link:hover{box-shadow:0 15px 30px #0003;transform:translateY(-5px)}.social-icon{font-size:1.8rem}.linkedin{border-color:#0a66c233;color:#0a66c2}.github{border-color:#5395d733;color:#1f65aa}.twitter{border-color:#1da1f233;color:#1da1f2}.telegram{border-color:#26a5e433;color:#26a5e4}.upwork{border-color:#14a80033;color:#14a800}@media (max-width:1024px){.contact-section{padding:100px 0}.section-title{font-size:3rem}.contact-cards{gap:30px}}@media (max-width:768px){.contact-section{padding:80px 0}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.1rem}.contact-cards{gap:25px;grid-template-columns:1fr;margin-bottom:60px}.contact-card{padding:40px 30px}.card-icon{height:80px;width:80px}.social-title{font-size:1.5rem;margin-bottom:30px}}@media (max-width:480px){.section-title{font-size:2rem}.contact-card h3{font-size:1.4rem}.contact-link{font-size:1rem}.social-grid{grid-template-columns:repeat(2,1fr)}.social-link{padding:20px 15px}.social-icon{font-size:1.5rem}}
/*# sourceMappingURL=main.59f96ff2.css.map*/