:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#181818;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#181818}h1,h2,h3,h4,h5,h6{color:#fff;margin:0}p{margin:0}a{font-weight:500;color:#fff;text-decoration:inherit}a:hover{color:#fffc}button{border-radius:4px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:#2a2a2a}button:focus,button:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}html{scroll-behavior:smooth}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;height:auto}.header{position:fixed;top:0;left:0;right:0;background:#181818f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo-image{width:150px;height:auto}.nav-links{display:flex;gap:2rem}.nav-links a{color:#fffc;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#fff}@media (max-width: 768px){.nav{padding:1rem}.nav-links{gap:1rem}}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero-content{max-width:800px}.hero-title{font-size:3.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:2px;line-height:1.2}.hero-subtitle{font-size:1.5rem;color:#fffc;margin-bottom:1.5rem;font-weight:400}.hero-description{font-size:1.1rem;color:#ffffffb3;margin-bottom:2.5rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:.875rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:#fff;color:#181818}.btn-primary:hover{background:#ffffffe6;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{border-color:#fff;background:#ffffff1a}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.cta-buttons{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:300px}}.section p{font-size:1.1rem;color:#fffc;line-height:1.6;max-width:800px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;transition:all .3s ease}.service-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.service-card h3{font-size:1.3rem;font-weight:500;margin-bottom:1rem;color:#fff}.service-card p{color:#ffffffb3;text-align:left}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}}.section{padding:5rem 2rem}.container{max-width:1200px;margin:0 auto;text-align:center}.section h2{font-size:2.5rem;font-weight:300;margin-bottom:2rem;letter-spacing:1px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.project-card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-4px)}.project-card h3{font-size:1.3rem;font-weight:500;margin-bottom:1rem;color:#fff}.project-card p{color:#ffffffb3;text-align:left;flex-grow:1}.technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0;justify-content:flex-start}.tech-tag{background:#ffffff1a;color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;border:1px solid rgba(255,255,255,.2)}.project-btn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.8rem 1.5rem;border-radius:4px;cursor:pointer;transition:all .3s ease;font-size:.9rem;margin-top:auto}.project-btn:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-1px)}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#1a1a1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 40px #00000080}.modal-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#ffffff1a;color:#fff}.modal-content h3{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;padding-right:2rem}.modal-body{display:flex;flex-direction:column;gap:1.5rem}.detailed-description{color:#fffc;line-height:1.6;text-align:left}.technologies-section h4,.features-section h4{color:#fff;font-size:1.2rem;margin-bottom:.8rem;text-align:left}.technologies-section .technologies{justify-content:flex-start;margin:0}.features-list{list-style:none;padding:0;margin:0}.features-list li{color:#ffffffb3;border-bottom:1px solid rgba(255,255,255,.1);position:relative;padding:.5rem 0 .5rem 1.5rem;text-align:left}.features-list li:last-child{border-bottom:none}.features-list li:before{content:"→";position:absolute;left:0;color:#ffffff80}.project-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.project-link{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;transition:all .3s ease;font-size:.9rem;display:inline-block}.project-link:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-1px)}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}.modal-overlay{padding:1rem}.modal-content{padding:1.5rem}.modal-content h3{font-size:1.5rem;padding-right:1.5rem}.project-links{flex-direction:column}.technologies{justify-content:center}}@media (max-width: 480px){.modal-content{margin:.5rem;padding:1rem}.technologies{justify-content:flex-start}}.cta-section{background:#ffffff0d;padding:5rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;font-weight:300;margin-bottom:1rem;letter-spacing:1px}.cta-section p{font-size:1.1rem;color:#fffc;line-height:1.6;margin-bottom:2rem}.cta-section form{max-width:600px;margin:0 auto;text-align:left}.cta-section label{display:block;font-size:1rem;font-weight:500;color:#ffffffe6;margin-bottom:.5rem;margin-top:1.5rem}.cta-section label:first-child{margin-top:0}.cta-section input[type=text],.cta-section input[type=email],.cta-section textarea{width:100%;padding:.875rem 1rem;border:2px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d;color:#fff;font-size:1rem;font-family:inherit;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-section input[type=text]:focus,.cta-section input[type=email]:focus,.cta-section textarea:focus{outline:none;border-color:#fff6;background:#ffffff1a;box-shadow:0 0 0 3px #ffffff1a}.cta-section input[type=text]::placeholder,.cta-section input[type=email]::placeholder,.cta-section textarea::placeholder{color:#ffffff80}.cta-section textarea{min-height:120px;resize:vertical;font-family:inherit}.btn-primary{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;background:#fff;color:#181818;margin-top:2rem;min-width:120px}.btn-primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 20px #fff3}.btn-primary:active{transform:translateY(0)}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:modalFadeIn .3s ease-out}.modal-content{background:#181818f2;border:1px solid rgba(255,255,255,.1);border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #00000080;animation:modalSlideIn .3s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.modal-header.success{border-left:4px solid #4CAF50}.modal-header.error{border-left:4px solid #f44336}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}.modal-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:14px;font-weight:700}.modal-header.success .modal-icon{background:#4caf50;color:#fff}.modal-header.error .modal-icon{background:#f44336;color:#fff}.modal-close{background:none;border:none;color:#ffffffb3;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#ffffff1a;color:#ffffffe6}.modal-body{padding:1.5rem}.modal-body p{margin:0;font-size:1rem;line-height:1.5;color:#fffc}.modal-footer{padding:1rem 1.5rem 1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.btn-modal{padding:.75rem 1.5rem;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#ffffff1a;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-modal:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{transform:translateY(-50px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@media (max-width: 768px){.modal-content{width:95%;margin:1rem}.modal-header,.modal-body,.modal-footer{padding:1rem}.modal-header h3{font-size:1.1rem}}.footer{background:#181818;border-top:1px solid rgba(255,255,255,.1);padding:3rem 2rem 1rem}.container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;align-items:flex-start}.footer-section:first-child{align-items:flex-start}.footer-section:first-child p{margin-top:1rem;line-height:1.5}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;color:#fff}.footer-section h4{font-size:1rem;margin-bottom:1rem;color:#fff;font-weight:500}.footer-section p{color:#ffffffb3;margin-bottom:.5rem;text-align:left;font-size:.9rem;line-height:1.4}.footer-section ul{text-align:left;list-style:none;padding:0;margin:0}.footer-section ul li{color:#ffffffb3;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#ffffffe6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center}.footer-bottom p{color:#fff9;font-size:.9rem;text-align:center}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:left;gap:1.5rem}.footer-section{align-items:flex-start}.footer-section p{text-align:left}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-content{gap:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;padding-top:80px}
