*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-family:Inter,system-ui,-apple-system,sans-serif}body{color:#1e293b;background-color:#f8fafc;line-height:1.6}section{scroll-margin-top:110px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffffcb;border:1px solid #cbd5e1;border-radius:16px;justify-content:space-between;align-items:center;width:100%;max-width:1100px;padding:.6rem 8%;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%);box-shadow:0 4px 15px #0000000d}.logo{align-items:center;display:flex}.logo-img{object-fit:contain;filter:drop-shadow(0 4px 12px #6d6cbb59);width:auto;height:50px;transition:transform .3s,filter .3s;display:block}.logo-img:hover{filter:drop-shadow(0 8px 22px #6d6cbb99);transform:scale(1.05)}.navbar ul{gap:2rem;margin:0 0 0 auto;padding:0;list-style:none;display:flex}.navbar a{color:#334155;padding-bottom:4px;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.navbar a:after{content:"";background-color:#1d4ed8;border-radius:2px;width:0%;height:2px;transition:width .3s ease-in-out;position:absolute;bottom:0;left:0}.navbar a:hover{color:#1d4ed8}.navbar a:hover:after{width:100%}.navbar-socials{justify-content:end;align-items:center;gap:15px;margin-top:20px;margin-left:25px;display:flex}.navbar-socials a{color:#334155;align-items:center;transition:color .3s,transform .3s;display:flex}.navbar-socials a:hover{color:#1d4ed8;transform:translateY(-2px)}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;padding:0;display:none}.menu-toggle .bar{background-color:#0f172a;border-radius:10px;width:100%;height:3px;transition:all .3s}.hero-section-overlay{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:0 0 20px 20px;justify-content:center;align-items:center;width:100%;min-height:85vh;padding:6rem 1.5rem 4rem;display:flex;box-shadow:0 20px 25px -5px #0003}.hero-overlay-content{text-align:center;color:#fff;flex-direction:column;align-items:center;max-width:800px;display:flex}.welcome-badge{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#1d4ed8d9;border-radius:20px;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.95rem;font-weight:600}.hero-overlay-title{color:#fff;text-shadow:0 2px 10px #0000004d;margin-bottom:.8rem;font-size:3.5rem;font-weight:800;line-height:1.15}.hero-overlay-subtitle{color:#93c5fd;margin-bottom:1.2rem;font-size:1.5rem;font-weight:500}.hero-overlay-description{color:#e2e8f0;max-width:650px;margin-bottom:2.2rem;font-size:1.1rem;line-height:1.6}.hero-buttons{justify-content:center;gap:1.2rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:8px;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#2563eb;border-color:#2563eb;box-shadow:0 4px 14px #2563eb66}.btn-primary:hover{background-color:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb99}.btn-secondary{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26;border-color:#fff}.btn-secondary:hover{color:#0f172a;background-color:#fff;transform:translateY(-2px)}.about-container{width:100%;max-width:1100px;margin:20px auto 0}.about-header{margin-bottom:2.5rem}.section-badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.5px;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;margin-bottom:.75rem;padding:.35rem .9rem;font-size:.875rem;font-weight:600;display:inline-block}.section-title{color:#0f172a;max-width:100%;font-size:2.25rem;font-weight:800;line-height:1.25}.about-content{grid-template-columns:1fr;gap:2rem;display:grid}.about-text p{color:#475569;text-align:justify;margin-bottom:1.25rem;font-size:1.1rem;line-height:1.7}.about-text strong{color:#1e293b}.about-highlights{text-align:center;border-top:1px solid #e2e8f0;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:grid}.highlight-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #00000008}.highlight-item:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000000d}.highlight-number{color:#1d4ed8;text-align:center;margin-bottom:.25rem;font-size:1.75rem;font-weight:800;display:block}.highlight-label{color:#64748b;font-size:.95rem;font-weight:500}.services-container{width:100%;max-width:1100px;margin:20px auto 0}.services-header{margin-bottom:3rem}.section-subtitle{color:#64748b;margin-top:.5rem;font-size:1.1rem}.services-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:2.2rem 1.8rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #00000008}.service-card:hover{border-color:#93c5fd;transform:translateY(-5px);box-shadow:0 12px 20px -5px #1d4ed81a}.service-icon{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin:auto;font-size:2.2rem;display:flex}.service-title{color:#0f172a;margin-top:10px;margin-bottom:10px;font-size:1.3rem;font-weight:700}.service-description{color:#475569;font-size:.98rem;line-height:1.6}.experience-container{width:100%;max-width:1100px;margin:20px auto 0}.experience-header{margin-bottom:3.5rem}.timeline{border-left:2px solid #e2e8f0;padding-left:2rem;position:relative}.timeline-item{margin-bottom:2.5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{background-color:#1d4ed8;border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:.3rem;left:calc(-2rem - 6px);box-shadow:0 0 0 3px #bfdbfe}.timeline-content{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.8rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #00000008}.timeline-content:hover{border-color:#bfdbfe;transform:translate(5px);box-shadow:0 10px 15px -3px #1d4ed814}.timeline-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.role-title{color:#0f172a;font-size:1.25rem;font-weight:700}.company-name{color:#1d4ed8;font-size:.95rem;font-weight:600;display:block}.period-badge{color:#475569;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:.3rem .75rem;font-size:.85rem;font-weight:600}.role-description{color:#475569;margin-bottom:1.25rem;font-size:.98rem;line-height:1.6}.skills-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#1e40af;background-color:#eff6ff;border:1px solid #dbeafe;border-radius:6px;padding:.25rem .65rem;font-size:.8rem;font-weight:500}.education-container{width:100%;max-width:1100px;margin:20px auto 0}.education-header{margin-bottom:3.5rem}.education-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;display:grid}.column-title{color:#0f172a;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.35rem;font-weight:700;display:flex}.education-list{flex-direction:column;gap:1.25rem;display:flex}.edu-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.6rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 6px -1px #00000008}.edu-card:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 10px 15px -3px #1d4ed814}.edu-period{color:#1d4ed8;background-color:#eff6ff;border-radius:6px;margin-bottom:.6rem;padding:.2rem .6rem;font-size:.8rem;font-weight:600;display:inline-block}.edu-title{color:#0f172a;margin-bottom:.2rem;font-size:1.15rem;font-weight:700}.edu-institution{color:#64748b;margin-bottom:.75rem;font-size:.9rem;font-weight:500;display:block}.edu-description{color:#475569;font-size:.95rem;line-height:1.5}.stack-list{flex-direction:column;gap:1.25rem;display:flex}.stack-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.6rem;box-shadow:0 4px 6px -1px #00000008}.stack-category{color:#1e293b;margin-bottom:1rem;font-size:1.05rem;font-weight:700}.stack-badges{flex-wrap:wrap;gap:.6rem;display:flex}.stack-badge{color:#1e293b;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;padding:.4rem .8rem;font-size:.85rem;font-weight:600;transition:all .2s}.stack-badge:hover{color:#fff;background-color:#1d4ed8;border-color:#1d4ed8}.contact-container{width:100%;max-width:1100px;margin:20px auto 0}.contact-header{margin-bottom:3.5rem}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:6rem;margin-bottom:4rem;display:grid}.info-title{color:#0f172a;margin-bottom:.75rem;font-size:1.4rem;font-weight:700}.info-description{color:#475569;margin-bottom:2rem;font-size:1rem;line-height:1.6}.info-items{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.info-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.info-icon{font-size:1.5rem}.info-item strong{color:#64748b;text-transform:uppercase;font-size:.85rem;display:block}.phone-link,.info-item-link{color:inherit;text-decoration:none;transition:color .2s}.phone-link:hover,.info-item-link:hover{color:#25d366}.info-item p{color:#0f172a;font-size:1rem;font-weight:600}.social-links{gap:.8rem;display:flex}.social-btn{color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.social-btn:hover{color:#fff;background-color:#1d4ed8;border-color:#1d4ed8}.contact-form{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:500px;margin:0 auto;padding:2rem;display:flex;box-shadow:0 4px 6px -1px #00000008}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#1e293b;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{color:#0f172a;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.form-group textarea{resize:vertical;min-height:100px;max-height:250px}.form-group input:focus,.form-group textarea:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed826}.btn-submit{cursor:pointer;border:none;width:100%;padding:.9rem;font-size:1rem}.footer-container{background-color:#0f172a;border:1px solid #1e293b;border-radius:20px 20px 0 0;width:100%;max-width:100%;padding:3rem 2.5rem 1.5rem;box-shadow:0 10px 25px -5px #0003}.footer-content{border-bottom:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:2rem;display:flex}.footer-brand{max-width:320px}.footer-logo-text{color:#38bdf8;letter-spacing:-.5px;font-size:1.5rem;font-weight:800}.footer-tagline{color:#94a3b8;margin-top:.5rem;font-size:.9rem;line-height:1.5}.footer-links{flex-wrap:wrap;align-items:center;gap:1.2rem;display:flex}.footer-links a{color:#cbd5e1;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#38bdf8}.footer-socials{gap:.8rem;display:flex}.footer-socials a{color:#f8fafc;background-color:#1e293b;border:1px solid #334155;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.footer-socials a:hover{color:#fff;background-color:#0284c7;border-color:#0284c7}.footer-bottom{text-align:center;padding-top:1.5rem}.footer-bottom p{color:#d4d7db;font-size:15px;font-weight:500}.privacy-btn{color:#38bdf8;cursor:pointer;background:0 0;border:none;font-size:.875rem;text-decoration:underline;transition:color .3s,transform .2s}.privacy-btn:hover{color:#60a5fa;transform:translateY(-1px)}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{color:#f8fafc;text-align:left;text-align:justify;background:#0f172a;border:1px solid #38bdf833;border-radius:16px;width:90%;max-width:550px;max-height:80vh;padding:2.5rem 2rem;overflow-y:auto;box-shadow:0 10px 30px #00000080}.modal-content h2{color:#38bdf8;margin-bottom:1.2rem;font-size:1.5rem}.modal-content h3{color:#60a5fa;margin-top:1.2rem;margin-bottom:.4rem;font-size:1.05rem}.modal-content p{color:#cbd5e1;font-size:.92rem;line-height:1.6}.close-modal-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7,#2563eb);border:none;border-radius:8px;justify-content:center;align-items:center;margin:1.8rem auto 0;padding:.6rem 1.5rem;font-weight:600;transition:opacity .3s,transform .2s;display:flex}.close-modal-btn:hover{opacity:.9;transform:translateY(-2px)}@media (width<=768px){.navbar{width:95%;padding:.6rem 1.2rem;top:10px}.logo-img{max-height:50px}.menu-toggle{display:flex}.menu-toggle.open .bar:first-child{transform:translateY(8.5px)rotate(45deg)}.menu-toggle.open .bar:nth-child(2){opacity:0}.menu-toggle.open .bar:nth-child(3){transform:translateY(-8.5px)rotate(-45deg)}.nav-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffffff2;border:1px solid #cbd5e1;border-radius:16px;width:100%;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.nav-menu.active{max-height:350px}.nav-menu ul{flex-direction:column;align-items:center;gap:1.2rem;padding:1.5rem 0}.logo-img{height:90px}.navbar-socials{justify-content:center;margin-top:10px;margin-bottom:15px;margin-left:0}.hero-overlay-title{font-size:2.4rem}.hero-overlay-subtitle{font-size:1.2rem}.hero-buttons{flex-direction:column;width:100%;max-width:280px}.about-text p{padding:10px}.footer-content{text-align:center;flex-direction:column;align-items:center}.footer-links{justify-content:center}}
