*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#0f8,#00cc6a);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00cc6a,#00994d)}*{scrollbar-color:#0f8 #0a0a0a;scrollbar-width:thin}::selection{background:#0f8;color:#000}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes glow{0%,to{box-shadow:0 0 5px #0f8,0 0 10px #0f8,0 0 15px #0f8}50%{box-shadow:0 0 10px #0f8,0 0 20px #0f8,0 0 30px #0f8}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.gradient-text{-webkit-text-fill-color:#0000;animation:gradient 3s ease infinite;background:linear-gradient(135deg,#0f8,#00cc6a,#00994d);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}.glow-effect{animation:glow 2s ease-in-out infinite alternate}.float-animation{animation:float 3s ease-in-out infinite}.pulse-animation{animation:pulse 2s ease-in-out infinite}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;border-bottom:1px solid #00ff881a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#000000f2;border-bottom:1px solid #00ff884d;box-shadow:0 10px 30px #00ff881a}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.logo-icon,.nav-logo{color:#0f8}.logo-brackets{font-family:ui-monospace,monospace;font-size:1.4rem;font-weight:600}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f8,#00cc6a);-webkit-background-clip:text;background-clip:text}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#fff;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:before{background:linear-gradient(90deg,#0f8,#00cc6a);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:before{width:100%}.nav-links a:hover{color:#0f8}.nav-toggle{background:none;border:none;border-radius:8px;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease}.nav-toggle:hover{background:#00ff881a;color:#0f8}.nav-mobile{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000f2;border-top:1px solid #00ff881a;display:none;overflow:hidden}.nav-mobile a{border-bottom:1px solid #ffffff1a;color:#fff;display:block;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.nav-mobile a:hover{background:#00ff881a;color:#0f8;padding-left:2.5rem}@media (max-width:768px){.nav-links{display:none}.nav-mobile,.nav-toggle{display:block}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:70px;position:relative}.hero-background{left:0;top:0;z-index:-1}.hero-background,.particles{height:100%;position:absolute;width:100%}.particle{background:#0f8;border-radius:50%;height:2px;pointer-events:none;position:absolute;width:2px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;width:100%}.hero-text{max-width:600px}.greeting{align-items:center;color:#888;display:flex;font-size:1.2rem;gap:.5rem;margin-bottom:1rem}.wave{animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.hero-title{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:1rem}.hero-subtitle{align-items:center;color:#0f8;display:flex;font-size:1.5rem;margin-bottom:1.5rem;min-height:2rem}.typing-text{font-family:JetBrains Mono,monospace}.cursor{animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{color:#ccc;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;max-width:500px}.hero-headline{color:#888;font-size:.9rem;line-height:1.5;margin-bottom:2rem;max-width:560px}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{grid-gap:1rem .5rem;align-content:start;display:grid;gap:1rem .5rem;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto auto;justify-items:center;margin:0 auto;max-width:520px}.floating-card{animation:card-float 4s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #0f83;border-radius:14px;cursor:pointer;padding:1.25rem;position:relative;transition:border-color .25s ease,box-shadow .25s ease;width:155px}.floating-card:first-child{grid-column:1/3;grid-row:1}.floating-card:nth-child(2){grid-column:3/5;grid-row:1}.floating-card:nth-child(3){grid-column:5/7;grid-row:1}.floating-card:nth-child(4){grid-column:2/4;grid-row:2}.floating-card:nth-child(5){grid-column:4/6;grid-row:2}.floating-card:nth-child(6){grid-column:3/5;grid-row:3}.floating-card:hover{border-color:#0f86;box-shadow:0 8px 24px #00ff881a}.floating-card.focused{animation:none;border-color:#0f89;box-shadow:0 12px 32px #0f83;transform:scale(1.05);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;z-index:10}.floating-card.delay-1{animation-delay:0s}.floating-card.delay-2{animation-delay:.8s}.floating-card.delay-3{animation-delay:1.6s}.floating-card.delay-4{animation-delay:2.4s}.floating-card.delay-5{animation-delay:3.2s}@keyframes card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.card-content{text-align:left}.card-icon{color:#0f8;height:1.75rem;margin-bottom:.5rem;width:1.75rem}.card-content h3{color:#fff;font-size:.95rem;margin-bottom:.35rem}.card-content p{color:#888;font-size:.78rem;line-height:1.4}.scroll-indicator{align-items:center;bottom:2rem;color:#888;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease}.scroll-indicator:hover{color:#0f8}.mouse-icon{animation:bounce 2s infinite;height:2rem;width:2rem}.arrow-icon{animation:bounce 2s .5s infinite;height:1.5rem;width:1.5rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-visual{grid-template-columns:1fr;grid-template-rows:none;max-width:100%}.floating-card{animation:none;grid-column:1!important;grid-row:auto!important;justify-self:center!important;margin-bottom:.75rem;max-width:280px;width:100%}.floating-card:nth-child(5){margin-bottom:0}.card-content{text-align:center}.hero-buttons{justify-content:center}}.about{position:relative}.section-header{margin-bottom:4rem;text-align:center}.section-subtitle{color:#888;font-size:1.2rem;margin-top:1rem}.about-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.about-text h3{color:#fff;margin-bottom:1.5rem}.about-text p{color:#ccc;line-height:1.6;margin-bottom:1.5rem}.key-highlights{margin-top:2rem}.highlight{align-items:flex-start;background:#ffffff05;border-radius:12px;display:flex;gap:1rem;margin-bottom:.25rem;padding:.5rem;transition:all .3s ease}.highlight:hover{background:#00ff880d;border-color:#00ff884d;transform:translateX(5px)}.highlight-icon{color:#0f8;flex-shrink:0;height:1.5rem;margin-top:.25rem;width:1.5rem}.highlight h4{color:#fff;font-size:1rem;margin-bottom:.5rem}.highlight p{color:#888;font-size:.9rem;margin:0}.about-stats{display:flex;flex-direction:column;gap:2rem;justify-content:center}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-card{background:#ffffff0d;border:1px solid #0f83;border-radius:16px;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#0f86;box-shadow:0 10px 30px #00ff881a;transform:translateY(-5px)}.stat-icon{color:#0f8;height:2rem;margin-bottom:.5rem;width:2rem}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#888;font-size:.9rem}.experience-section{margin-top:4rem}.experience-section h3{color:#fff;margin-bottom:2rem;text-align:center}.experience-cards-grid{grid-gap:1.25rem;align-items:start;display:grid;gap:1.25rem;grid-template-columns:repeat(3,1fr)}.experience-card{background:#ffffff0d;border:1px solid #0f83;border-radius:14px;display:flex;flex-direction:column;padding:1.25rem;transition:all .3s ease}.experience-card:hover{border-color:#00ff8859;box-shadow:0 8px 24px #00ff8814}.experience-card-header h4{color:#0f8;font-size:1rem;margin-bottom:.35rem}.experience-company{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.2rem}.experience-period{color:#888;font-size:.85rem;margin-bottom:.75rem}.experience-overview{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#bbb;display:-webkit-box;flex:1 1;font-size:.9rem;line-height:1.45;margin-bottom:.75rem;overflow:hidden}.experience-expand-btn{align-items:center;background:#0000;border:1px solid #0f86;border-radius:20px;color:#0f8;cursor:pointer;display:inline-flex;font-size:.85rem;gap:.35rem;margin-top:auto;padding:.4rem .75rem;transition:all .25s ease;width:fit-content}q .experience-expand-btn:hover{background:#00ff881a}.experience-modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.experience-modal{background:#121212fa;border:1px solid #00ff8840;border-radius:16px;box-shadow:0 20px 60px #00ff8826;max-height:85vh;max-width:480px;overflow-y:auto;padding:1.75rem;position:relative;width:100%}.experience-modal-close{background:#0000;border:none;border-radius:8px;color:#888;cursor:pointer;padding:.35rem;position:absolute;right:1rem;top:1rem;transition:color .2s,background .2s}.experience-modal-close:hover{background:#00ff881a;color:#0f8}.experience-modal-title{color:#0f8;font-size:1.25rem;margin-bottom:.35rem;padding-right:2rem}.experience-modal-company{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.2rem}.experience-modal-period{color:#888;font-size:.9rem;margin-bottom:.5rem}.experience-modal-location{color:#888;font-size:.85rem;margin-bottom:1rem}.experience-modal-description{color:#ccc;font-size:.95rem;line-height:1.55;margin-bottom:1rem}.experience-modal-technologies{display:flex;flex-wrap:wrap;gap:.4rem}.experience-modal-technologies .tech-tag{background:#ffffff14;border:1px solid #0f83;border-radius:10px;color:#aaa;font-size:.8rem;padding:.25rem .6rem}@media (max-width:992px){.experience-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-content{gap:2rem}.about-content,.experience-cards-grid,.stats-grid{grid-template-columns:1fr}.experience-cards-grid{gap:1rem}}.skills{position:relative}.skills-content{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.skills-by-category{display:flex;flex-direction:column;gap:1.5rem}.skill-category-row{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem 1rem}.skill-category-label{align-items:center;color:#0f8;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;min-width:180px}.skill-category-label .category-icon{color:#0f8;flex-shrink:0;height:1.25rem;width:1.25rem}.skill-tags-row{display:flex;flex-wrap:wrap;gap:.5rem}.skills-by-category .skill-tag{background:#ffffff0f;border:1px solid #0f83;border-radius:20px;color:#ccc;font-size:.88rem;padding:.4rem .85rem;transition:border-color .2s,color .2s}.skills-by-category .skill-tag:hover{border-color:#0f86;color:#fff}.testing-types h3{color:#fff;margin-bottom:2rem;text-align:center}.types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.type-card{background:#ffffff0d;border:1px solid #0f83;border-radius:16px;padding:1.5rem;transition:all .3s ease}.type-card:hover{background:#00ff880d;border-color:#0f86;box-shadow:0 10px 30px #00ff881a;transform:translateY(-5px)}.type-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.type-icon{color:#0f8;height:2rem;width:2rem}.type-header h4{color:#fff;font-size:1.1rem}.type-description{color:#ccc;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.type-features{list-style:none;margin:0;padding:0}.type-features li{color:#888;font-size:.85rem;margin-bottom:.5rem;padding-left:1rem;position:relative}.type-features li:before{color:#0f8;content:"▸";left:0;position:absolute}.certifications{margin-top:4rem}.certifications h3{color:#fff;margin-bottom:2rem;text-align:center}.cert-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.cert-card{background:#ffffff0d;border:1px solid #0f83;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s ease}.cert-card:hover{background:#00ff880d;border-color:#0f86;transform:translateY(-3px)}.cert-card h4{color:#0f8;font-size:1.1rem;margin-bottom:.5rem}.cert-card p{color:#ccc;font-size:.9rem;line-height:1.4}.cert-grid-featured{grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.cert-card-featured{padding:1.25rem;position:relative}.cert-badge-icon{filter:brightness(0) saturate(100%) invert(84%) sepia(42%) saturate(1000%) hue-rotate(90deg);height:28px;object-fit:contain;position:absolute;right:.75rem;top:.75rem;width:28px}@media (max-width:768px){.skill-category-row{align-items:flex-start;flex-direction:column}.skill-category-label{min-width:auto}.cert-grid,.types-grid{grid-template-columns:1fr}}.projects{position:relative}.project-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-btn{background:#ffffff0d;border:1px solid #0f83;border-radius:25px;color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem 1.5rem;transition:all .3s ease}.filter-btn.active,.filter-btn:hover{background:#00ff881a;border-color:#00ff8880;color:#0f8}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.project-card{background:#ffffff0d;border:1px solid #0f83;border-radius:16px;overflow:hidden;position:relative;transition:all .3s ease}.project-card:hover{border-color:#0f86;box-shadow:0 20px 40px #00ff881a}.project-image{height:200px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-actions{display:flex;gap:1rem}.project-btn{align-items:center;background:#00ff881a;border:1px solid #00ff884d;border-radius:8px;color:#0f8;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-btn:hover{background:#0f83;transform:translateY(-2px)}.project-category{align-items:center;background:#000c;border-radius:20px;color:#0f8;display:flex;font-size:.8rem;gap:.5rem;padding:.5rem 1rem;position:absolute;right:1rem;top:1rem}.project-content{padding:1.5rem}.project-title{color:#fff;font-size:1.2rem;margin-bottom:1rem}.project-description{color:#ccc;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.project-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-feature{background:#00ff881a;border:1px solid #00ff884d;border-radius:12px;color:#0f8;font-size:.8rem;padding:.25rem .75rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#888;font-size:.8rem;padding:.25rem .75rem}.cta-section{background:#ffffff05;border:1px solid #00ff881a;border-radius:16px;margin-top:2rem;padding:3rem 2rem;text-align:center}.cta-section h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.cta-section p{color:#ccc;font-size:1.1rem;margin-bottom:2rem}@media (max-width:768px){.project-filters{gap:.5rem}.filter-btn{font-size:.8rem;padding:.5rem 1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-image{height:180px}.project-content{padding:1rem}.project-title{font-size:1.1rem}.cta-section{padding:2rem 1rem}.cta-section h3{font-size:1.3rem}.cta-section p{font-size:1rem}}.activity{padding:5rem 0;position:relative}.activity .section-header{margin-bottom:3rem;text-align:center}.activity .section-subtitle{color:#888;font-size:1.1rem;margin-top:.75rem}.activity-empty{background:#ffffff08;border:1px dashed #00ff8840;border-radius:16px;margin:0 auto 2rem;max-width:36rem;padding:2rem;text-align:center}.activity-empty-text{color:#aaa;font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.activity-empty-text code{background:#00ff881a;border-radius:6px;color:#0f8;font-size:.85em;padding:.15rem .4rem}.activity-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2.5rem}.activity-card{background:#ffffff0d;border:1px solid #0f83;border-radius:16px;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:all .3s ease}.activity-card:hover{border-color:#0f86;box-shadow:0 12px 28px #00ff8814}.activity-card-image{background:#00ff880f;height:140px;overflow:hidden}.activity-card-image img{height:100%;object-fit:cover;width:100%}.activity-card-body{padding:1.25rem}.activity-date{color:#0f8;display:inline-block;font-size:.8rem;margin-bottom:.5rem}.activity-card-body h3{color:#fff;font-size:1.1rem;margin-bottom:.5rem}.activity-card-body p{color:#aaa;font-size:.95rem;line-height:1.5;margin-bottom:.75rem}.activity-link{align-items:center;color:#0f8;display:inline-flex;font-size:.9rem;gap:.35rem}.activity-cta{text-align:center}.btn-activity{align-items:center;background:#00ff881a;border:1px solid #0f86;border-radius:25px;color:#0f8;display:inline-flex;font-weight:600;gap:.5rem;padding:.85rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-activity:hover{background:#0f83;border-color:#0f8}@media (max-width:768px){.activity-grid{grid-template-columns:1fr}}.recommendations{padding:5rem 0;position:relative}.recommendations .section-header{margin-bottom:3rem;text-align:center}.recommendations .gradient-text{margin-bottom:.75rem}.recommendations .section-subtitle{color:#aaa;line-height:1.6;margin:0 auto;max-width:36rem}.recommendations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin:0 auto;max-width:48rem}.recommendation-card{background:#ffffff05;border:1px solid #00ff881f;border-radius:16px;overflow:hidden;transition:all .3s ease}.recommendation-card:hover{background:#ffffff0a;border-color:#00ff8840;box-shadow:0 12px 40px #00ff8814}.recommendation-inner{padding:1.75rem}.recommendation-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.25rem}.recommendation-avatar,.recommendation-avatar-placeholder{border-radius:50%;flex-shrink:0;height:56px;object-fit:cover;width:56px}.recommendation-avatar-placeholder{align-items:center;background:linear-gradient(135deg,#0f83,#00ff880d);border:1px solid #0f83;color:#0f8;display:flex;font-size:1.25rem;font-weight:600;justify-content:center}.recommendation-meta{flex:1 1;min-width:0}.recommendation-name{color:#fff;font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.recommendation-stars{display:flex;gap:2px;margin-bottom:.25rem}.recommendation-stars .star-icon{fill:#fbbf24;color:#fbbf24;height:1rem;width:1rem}.recommendation-role{color:#0f8;font-size:.9rem;font-weight:500;margin:0}.recommendation-content{padding-left:1.5rem;position:relative}.recommendation-content .quote-icon{color:#00ff8859;height:1.25rem;left:0;position:absolute;top:-2px;width:1.25rem}.recommendation-content p{color:#ccc;font-size:.95rem;line-height:1.7;margin:0}@media (min-width:768px){.recommendations-grid{gap:2rem}.recommendation-inner{padding:2rem}}.contact{position:relative}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info h3{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.contact-info p{color:#ccc;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.contact-item{align-items:center;background:#ffffff05;border:1px solid #00ff881a;border-radius:12px;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease}.contact-item:hover{background:#00ff880d;border-color:#00ff884d;transform:translateX(5px)}.contact-icon{color:#0f8;flex-shrink:0;height:1.5rem;width:1.5rem}.contact-item h4{color:#fff;font-size:.9rem;margin-bottom:.25rem}.contact-item span{color:#888;font-size:.9rem}.social-links h4{color:#fff;margin-bottom:1rem}.social-grid{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #0f83;border-radius:50%;color:#0f8;display:flex;height:3rem;justify-content:center;text-decoration:none;transition:all .3s ease;width:3rem}.social-link:hover{background:var(--social-color);border-color:var(--social-color);box-shadow:0 10px 20px #0000004d;color:#fff;transform:translateY(-3px)}.contact-form{background:#ffffff05;border:1px solid #0f83;border-radius:16px;padding:2rem}.contact-form h3{color:#fff;font-size:1.5rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{background:#ffffff0d;border:1px solid #0f83;border-radius:8px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.form-group input:focus,.form-group textarea:focus{background:#00ff880d;border-color:#00ff8880;outline:none}.form-group textarea{font-family:inherit;min-height:120px;resize:vertical}.submit-btn{font-size:1rem;gap:.5rem;justify-content:center;padding:1rem;width:100%}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.availability-section{margin-top:4rem}.availability-card{background:#ffffff05;border:1px solid #0f83;border-radius:16px;margin:0 auto;max-width:600px;padding:2rem;text-align:center}.availability-card h3{color:#fff;margin-bottom:1rem}.availability-status{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1rem}.status-indicator{animation:pulse 2s infinite;border-radius:50%;height:12px;width:12px}.status-indicator.available{background:#0f8;box-shadow:0 0 10px #00ff8880}.availability-status span{color:#0f8;font-weight:600}.availability-card p{color:#ccc;line-height:1.6}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form{padding:1.5rem}.social-grid{justify-content:center}.availability-card{padding:1.5rem}}.footer{background:linear-gradient(135deg,#0a0a0a,#000);border-top:1px solid #00ff881a;padding:4rem 0 2rem;position:relative}.footer:before{background:linear-gradient(90deg,#0000,#00ff884d,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-brand{max-width:300px}.brand{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.brand-icon{color:#0f8;height:2rem;width:2rem}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0f8,#00cc6a);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.brand-description{color:#888;font-size:.9rem;line-height:1.6}.footer-contact h4,.footer-links h4,.footer-services h4{color:#fff;font-size:1.1rem;margin-bottom:1.5rem}.footer-links ul,.footer-services ul{list-style:none;margin:0;padding:0}.footer-links li,.footer-services li{margin-bottom:.75rem}.footer-links a{color:#888;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#0f8}.footer-services li{color:#888;font-size:.9rem}.footer-contact p,.footer-contact-link{color:#888;font-size:.9rem;margin-bottom:.5rem}.footer-contact-link{align-items:center;display:inline-flex;gap:.35rem;text-decoration:none;transition:color .3s ease}.footer-contact-link:hover{color:#0f8}.footer-bottom{position:relative}.footer-line{background:linear-gradient(90deg,#0000,#0f83,#0000);height:1px;margin-bottom:2rem}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-bottom-content p{align-items:center;color:#888;display:flex;flex-wrap:wrap;font-size:.9rem;gap:.5rem}.footer-visit-count{align-items:center;color:#888;display:inline-flex;gap:.35rem}.footer-visit-count .visit-icon{color:#0f8;flex-shrink:0}.heart-icon{animation:heartbeat 2s infinite;color:#ff6b6b;height:1rem;width:1rem}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.scroll-top-btn{align-items:center;background:#00ff881a;border:1px solid #00ff884d;border-radius:50%;color:#0f8;cursor:pointer;display:flex;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.scroll-top-btn:hover{background:#0f83;border-color:#00ff8880;transform:translateY(-2px)}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr;text-align:center}.footer-brand{max-width:none}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-content p{justify-content:center}}.App{background:linear-gradient(135deg,#000,#0a0a0a 50%,#000);min-height:100vh;position:relative}.App:before{background:radial-gradient(circle at 20% 80%,#00ff881a 0,#0000 50%),radial-gradient(circle at 80% 20%,#00cc6a1a 0,#0000 50%),radial-gradient(circle at 40% 40%,#00994d0d 0,#0000 50%);content:"";height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}section{padding:100px 0;position:relative}.container{margin:0 auto;max-width:1200px;padding:.5rem 20px 0}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.btn{align-items:center;background:#0000;border:2px solid #0f8;border-radius:8px;color:#0f8;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s ease}.btn:before{background:linear-gradient(90deg,#0000,#0f83,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn:hover{background:#0f8;box-shadow:0 10px 20px #00ff884d;color:#000;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#0f8,#00cc6a);border:none;color:#000}.btn-primary:hover{background:linear-gradient(135deg,#00cc6a,#00994d);color:#fff}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #0f83;border-radius:16px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.card:before{background:linear-gradient(90deg,#0f8,#00cc6a,#00994d);content:"";height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.card:hover:before{transform:scaleX(1)}.card:hover{border-color:#0f86;box-shadow:0 20px 40px #00ff881a;transform:translateY(-5px)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}@media (max-width:768px){section{padding:60px 0}.container{padding:0 15px}.grid-2,.grid-3{grid-template-columns:1fr}}.loading{animation:spin 1s ease-in-out infinite;border:3px solid #00ff884d;border-radius:50%;border-top-color:#0f8;display:inline-block;height:20px;width:20px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.a648628e.css.map*/