@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}.container-max{max-width:1152px;margin:0 auto}.section-padding{padding:4rem 1rem}@media (min-width: 640px){.section-padding{padding:4rem 1.5rem}}@media (min-width: 1024px){.section-padding{padding:4rem 2rem}}.footer.section-padding{padding:1rem}@media (min-width: 640px){.footer.section-padding{padding:1.25rem 1.5rem}}@media (min-width: 1024px){.footer.section-padding{padding:1.5rem 2rem}}.btn-primary{background-color:#2563eb;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background-color:#1d4ed8}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#fff;color:#111827;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-secondary:hover{background-color:#f9fafb}.header{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#fffffff2,#fafafae6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:2px solid rgba(220,220,220,.3);z-index:50;box-shadow:0 4px 20px #0000000d}.header-content{display:flex;align-items:center;justify-content:space-between;height:4rem;padding:0 1rem}@media (min-width: 640px){.header-content{padding:0 1.5rem}}@media (min-width: 768px){.header-content{padding:0 2rem}}.logo{font-weight:700;font-size:1.75rem;color:#1a1a1a;cursor:pointer;transition:all .2s ease;text-shadow:0 1px 2px rgba(255,255,255,.1)}.logo:hover{color:#bf360c;transform:scale(1.05)}.nav{display:none;gap:2rem}@media (min-width: 768px){.nav{display:flex}}.nav-link{color:#2d2d2d;text-decoration:none;transition:all .2s ease;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:.5rem;position:relative}.nav-link:hover{color:#1a1a1a;background-color:#fff3;transform:translateY(-1px)}.mobile-menu-btn{display:block;padding:.75rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;color:#1a1a1a;transition:all .2s ease}.mobile-menu-btn:hover{background:#fff3;transform:scale(1.05)}.mobile-menu-btn svg{width:1.75rem;height:1.75rem}@media (min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu{display:block;position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(229,231,235,.8);box-shadow:0 10px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideDown .3s ease-out;z-index:40}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 768px){.mobile-menu{display:none}}.mobile-nav{display:flex;flex-direction:column;padding:1.5rem 2rem 2rem;gap:0}.mobile-nav .nav-link{padding:1rem 0;font-size:1.125rem;font-weight:500;color:#374151;border-bottom:1px solid rgba(229,231,235,.5);transition:all .3s ease}.mobile-nav .nav-link:last-child{border-bottom:none}.mobile-nav .nav-link:hover{color:#2563eb;background:#2563eb0d;padding-left:1rem;border-radius:.5rem;margin:0 -1rem}.mobile-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:30;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.main{padding-top:4rem}.loading-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 5rem);padding-top:5rem}.loading-spinner{width:3rem;height:3rem;border:3px solid #e5e7eb;border-top:3px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero{background:linear-gradient(135deg,#ffcc80,#ffd54f,#ffb74d);color:#000}.hero-title,.hero-subtitle{color:#000;text-shadow:0 1px 2px rgba(255,255,255,.1)}.hero-description{color:#000}.hero-content{max-width:48rem;margin:0 auto;text-align:center}.hero-header{display:flex;flex-direction:column;align-items:center;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.hero-header{flex-direction:row;justify-content:center;gap:3rem}}.hero-info{text-align:center}@media (min-width: 768px){.hero-info{text-align:left}}.hero-photo{flex-shrink:0}.hero-profile-image{width:8rem;height:8rem;border-radius:50%;object-fit:cover;border:4px solid #e5e7eb;transition:border-color .3s ease,transform .3s ease}@media (min-width: 768px){.hero-profile-image{width:10rem;height:10rem}}.hero-profile-image:hover{border-color:#2563eb;transform:scale(1.05)}.hero-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}@media (min-width: 768px){.hero-title{font-size:3.75rem}}.hero-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:0}@media (min-width: 768px){.hero-subtitle{font-size:1.5rem}}.hero-description{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.hero-actions{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media (min-width: 640px){.hero-actions{flex-direction:row}}.hero-cta{font-size:1.125rem;padding:.75rem 2rem}.hero-github{font-size:1.125rem;padding:.75rem 2rem;border:2px solid #374151;display:inline-flex;align-items:center;transition:all .2s ease}.hero-github:hover{background-color:#374151;color:#fff;transform:translateY(-1px)}.availability{font-size:.875rem;color:#6b7280}#projects{background:linear-gradient(to bottom,#fff4e6,#fff);position:relative}#projects:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 2px 2px,rgba(255,107,53,.05) 1px,transparent 0);background-size:40px 40px;pointer-events:none}.projects-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:4rem;position:relative;z-index:1}@media (min-width: 768px){.projects-title{font-size:2.25rem}}.projects-grid{display:grid;gap:2rem}@media (min-width: 768px){.projects-grid{gap:3rem}}.project-card{background:#fff;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:all .3s ease;position:relative;border-top:4px solid #ff6b35}.project-card:nth-child(1){border-top-color:#ff6b35;background:linear-gradient(to bottom,#fff5f0,#fff)}.project-card:nth-child(2){border-top-color:#ff8c42;background:linear-gradient(to bottom,#fff7f0,#fff)}.project-card:nth-child(3){border-top-color:#ffa726;background:linear-gradient(to bottom,#fff9f0,#fff)}.project-card:nth-child(4){border-top-color:#ffb74d;background:linear-gradient(to bottom,#fffaf0,#fff)}.project-card:nth-child(5){border-top-color:#e85a4f;background:linear-gradient(to bottom,#fef4f3,#fff)}.project-card:nth-child(6){border-top-color:#d84315;background:linear-gradient(to bottom,#fef2f0,#fff)}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,var(--accent-color, #ff6b35) 50%,transparent 100%);opacity:0;transition:opacity .3s ease}.project-card:hover:before{opacity:.8}.project-card:hover{box-shadow:0 20px 40px -5px #ff6b3533;transform:translateY(-4px)}.project-layout{display:block}@media (min-width: 768px){.project-layout{display:flex}}.project-image{width:100%;height:16rem;background-color:#e5e7eb;display:flex;align-items:center;justify-content:center;overflow:hidden}.project-img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease;background-color:#f8fafc}.project-img:hover{transform:scale(1.05)}.project-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.project-carousel{position:relative;width:100%;height:100%}.carousel-container{width:100%;height:100%;overflow:hidden}@media (max-width: 768px){.carousel-container{touch-action:pan-y;-webkit-user-select:none;user-select:none}}.carousel-track{display:flex;width:100%;height:100%;transition:transform .5s ease}.carousel-track.no-transition{transition:none}.carousel-image{flex:0 0 100%;width:100%;height:100%}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#22c55ee6;border:2px solid rgba(34,197,94,1);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;color:#fff}.carousel-btn:hover:not(:disabled){background:#22c55e;border-color:#22c55e;transform:translateY(-50%) scale(1.15);box-shadow:0 4px 12px #22c55e66}.carousel-btn:disabled{opacity:.5;cursor:not-allowed}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.carousel-dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:10}.carousel-dot{width:.5rem;height:.5rem;border-radius:50%;border:none;background-color:#ffffff80;cursor:pointer;transition:all .2s ease}.carousel-dot:hover{background-color:#fffc;transform:scale(1.2)}.carousel-dot.active{background-color:#fff;transform:scale(1.2)}@media (min-width: 768px){.project-image{width:50%;height:20rem}}.project-content{padding:2rem}@media (min-width: 768px){.project-content{width:50%}}.project-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.project-title{font-size:1.5rem;font-weight:700;color:#111827}.status-badge{padding:.25rem .5rem;font-size:.75rem;border-radius:9999px}.project-card:nth-child(odd) .status-live{background-color:#22c55e26;color:#15803d;border:1px solid rgba(34,197,94,.3)}.project-card:nth-child(odd) .status-progress{background-color:#fbbf2426;color:#d97706;border:1px solid rgba(251,191,36,.3)}.project-card:nth-child(2n) .status-live{background-color:#10b98126;color:#047857;border:1px solid rgba(16,185,129,.3)}.project-card:nth-child(2n) .status-progress{background-color:#f59e0b26;color:#b45309;border:1px solid rgba(245,158,11,.3)}.project-description{color:#4b5563;margin-bottom:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.25rem .75rem;background-color:#dbeafe;color:#1e40af;font-size:.875rem;border-radius:9999px;font-weight:500;transition:all .2s ease}.project-actions{display:flex;gap:1rem}.companies{background:linear-gradient(135deg,#ffcc80,#ffd54f,#ffb74d);color:#1a1a1a;position:relative}.companies:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(45deg,transparent 40%,rgba(255,255,255,.1) 50%,transparent 60%);background-size:60px 60px;pointer-events:none}.companies-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:4rem;color:#1a1a1a;position:relative;z-index:1;text-shadow:0 1px 2px rgba(255,255,255,.1)}@media (min-width: 768px){.companies-title{font-size:2.25rem}}.companies-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.companies-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.companies-grid{grid-template-columns:repeat(3,1fr)}}.company-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;box-shadow:0 8px 32px #0000001a;padding:1.5rem;border:1px solid rgba(255,255,255,.3);position:relative;z-index:1;transition:transform .2s ease,box-shadow .2s ease}.company-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #00000026;background:#fffffffa}.company-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.company-logo{flex-shrink:0}.logo-image{width:4rem;height:4rem;object-fit:contain;border-radius:.5rem}.logo-placeholder{width:4rem;height:4rem;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.company-info{min-width:0}.company-name{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.25rem;word-wrap:break-word}.company-name-link{color:#2563eb;text-decoration:none;transition:color .2s ease;display:inline-flex;align-items:center}.company-name-link:hover{color:#1d4ed8;text-decoration:underline}.company-period{color:#6b7280;font-size:.875rem;font-weight:500}.company-projects{margin-bottom:1.5rem}.projects-label{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.projects-list{list-style:none;padding-left:0}.project-item{color:#4b5563;font-size:.875rem;margin-bottom:.5rem;position:relative;padding-left:1rem}.project-item:before{content:"•";color:#2563eb;font-weight:700;position:absolute;left:0}.company-technologies{margin-top:auto}.technologies-label{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem}.companies-slider-container{position:relative;overflow:hidden}.companies-slider{overflow:hidden;margin-bottom:3rem;touch-action:pan-y}@media (max-width: 768px){.companies-slider{-webkit-user-select:none;user-select:none;cursor:grab}.companies-slider:active{cursor:grabbing}}.companies-slider-track{display:flex;transition:transform .5s ease}.companies-slider-track.no-transition{transition:none}.company-slide{flex:0 0 33.333%;padding:0 1rem}@media (max-width: 768px){.company-slide{flex:0 0 100%;padding:0 .5rem}}@media (max-width: 1024px) and (min-width: 769px){.company-slide{flex:0 0 50%}}.slider-controls{display:flex;align-items:center;justify-content:center;gap:2rem}.slider-btn{background:#fff;border:2px solid #e5e7eb;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}@media (max-width: 768px){.slider-btn{width:3.5rem;height:3.5rem;border-width:3px}}.slider-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb;transform:scale(1.05)}.slider-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.slider-dots{display:flex;gap:.75rem}.slider-dot{width:.75rem;height:.75rem;border-radius:50%;border:none;background-color:#d1d5db;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.slider-dot:hover{background-color:#9ca3af;transform:scale(1.2)}.slider-dot.active{background-color:#2563eb}.contact{background:linear-gradient(135deg,#fff5e6,#fff0db,#ffebcc);color:#1a1a1a;position:relative}.contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%,rgba(255,255,255,.15) 2px,transparent 2px),radial-gradient(circle at 75% 75%,rgba(255,255,255,.1) 1px,transparent 1px);background-size:50px 50px,25px 25px;pointer-events:none}.contact-title{color:#1a1a1a;position:relative;z-index:1;text-shadow:0 1px 2px rgba(255,255,255,.1)}.contact-content{max-width:32rem;margin:0 auto;text-align:center}.contact-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem}@media (min-width: 768px){.contact-title{font-size:2.25rem}}.contact-subtitle{font-size:1.125rem;color:#4b5563;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2.5rem;border-radius:1rem;box-shadow:0 20px 40px #0000001a,0 10px 10px -5px #0000000a;border:1px solid rgba(255,255,255,.3);position:relative;z-index:1}.form-field{position:relative;display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem;transition:color .2s ease}.form-field:focus-within .form-label{color:#2563eb}.form-row{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 768px){.form-row{grid-template-columns:1fr 1fr}}.form-input{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;background:#fafafa;transition:all .3s ease;font-family:inherit}.form-input:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb0d;transform:translateY(-1px)}.form-input:hover{border-color:#d1d5db;background:#fff}.form-textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;background:#fafafa;resize:vertical;min-height:8rem;font-family:inherit;transition:all .3s ease}.form-textarea:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb0d;transform:translateY(-1px)}.form-textarea:hover{border-color:#d1d5db;background:#fff}.form-submit{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:600;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #2563eb4d;margin-top:.5rem}.form-submit:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.form-submit:active{transform:translateY(0)}.form-submit:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.message{margin-top:1.5rem;padding:1.25rem;border-radius:.75rem;font-weight:500;display:flex;align-items:center;gap:.75rem;border:1px solid}.message-success{background-color:#f0fdf4;color:#15803d;border-color:#bbf7d0}.message-success:before{content:"✓";background-color:#15803d;color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.message-error{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.message-error:before{content:"✕";background-color:#dc2626;color:#fff;border-radius:50%;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;flex-shrink:0}.footer{background:linear-gradient(135deg,#fffffff2,#fafafae6);color:#1a1a1a;border-top:2px solid rgba(220,220,220,.3)}.footer-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between}@media (min-width: 768px){.footer-content{flex-direction:row}}.footer-copyright{font-size:1.125rem;margin-bottom:.5rem;color:#1a1a1a;font-weight:500}@media (min-width: 768px){.footer-copyright{margin-bottom:0}}.footer-social{display:flex;gap:1.5rem}.footer-social a{color:#1a1a1a;transition:all .2s ease;font-size:1.5rem;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.footer-social a:hover{color:#2d2d2d;transform:scale(1.2);background-color:#0000001a}.company-reference{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(229,231,235,.6)}.reference-label{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.reference-label:before{content:'"';font-size:1.5rem;color:#2563eb;font-weight:700;line-height:1}.reference-content{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid rgba(226,232,240,.8);border-radius:.75rem;padding:1.25rem;position:relative;box-shadow:0 2px 8px #0000000a}.reference-content:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:0 .75rem .75rem 0}.reference-person{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(226,232,240,.6)}.person-name{font-weight:600;color:#111827;font-size:.95rem}.person-title{font-size:.85rem;color:#6b7280;font-style:italic}.reference-text{color:#4b5563;font-size:.9rem;line-height:1.6;margin:0;position:relative;font-style:italic}.reference-text:before{content:'"';position:absolute;left:-.5rem;top:-.25rem;font-size:2rem;color:#cbd5e1;font-family:Georgia,serif;line-height:1}.reference-text:after{content:'"';margin-left:.125rem;font-size:1.25rem;color:#cbd5e1;font-family:Georgia,serif;line-height:1}.company-card:hover .reference-content{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#2563eb33;box-shadow:0 4px 12px #2563eb14}.company-card:hover .reference-content:before{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-4{width:1rem}.h-4{height:1rem}.w-5{width:1.25rem}.h-5{height:1.25rem}.w-6{width:1.5rem}.h-6{height:1.5rem}.mr-2{margin-right:.5rem}.ml-1{margin-left:.25rem}.inline{display:inline}
