@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);.web3-hero{align-items:center;background:linear-gradient(120deg,#18122b 60%,#2fe7c8 120%);display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative;z-index:1}.hero-bg-blur{background:radial-gradient(circle,#9d4edd55 0,#0000 70%);filter:blur(60px);height:600px;left:-100px;top:-100px;width:600px}.hero-flex{align-items:center;display:flex;gap:3rem;position:relative;z-index:2}.hero-left{flex:0 0 180px}.hero-avatar-glow,.hero-left{align-items:center;display:flex;justify-content:center}.hero-avatar-glow{height:160px;margin:0 auto;position:relative;width:160px}.hero-avatar{animation:floatAvatar 3s ease-in-out infinite alternate;background:#222;border:4px solid var(--accent-primary);box-shadow:0 0 32px 0 #9d4edd54;height:140px;width:140px;z-index:2}@keyframes floatAvatar{0%{transform:translateY(0)}to{transform:translateY(-12px)}}.avatar-glow{animation:pulseGlow 2.5s infinite alternate;background:radial-gradient(circle,#2fe7c855 0,#0000 70%);height:140px;left:50%;top:50%;transform:translate(-50%,-50%);width:140px;z-index:1}@keyframes pulseGlow{0%{opacity:.7}to{opacity:1}}.hero-content{animation:fadeIn 1s ease;flex:1 1;position:relative;z-index:2}.hero-subtitle{color:var(--accent-tertiary);display:inline-block;font-size:1rem;font-weight:600;letter-spacing:3px;margin-bottom:1.2rem;padding-left:30px;position:relative}.hero-subtitle:before{background:var(--accent-tertiary);content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.hero-title{color:var(--text-primary);font-size:3.5rem;font-weight:800;letter-spacing:-1px;line-height:1.2;margin-bottom:1.2rem}.dynamic-title{animation:colorChange 4s infinite alternate}.hero-slogan{color:var(--accent-primary);display:block;font-size:1.1rem;font-weight:600;letter-spacing:1px;margin-bottom:1.2rem}.hero-description{color:var(--text-secondary);font-size:1.15rem;line-height:1.7;margin-bottom:2.2rem;max-width:600px}.hero-buttons{display:flex;gap:1.2rem;margin:2rem 0}.primary-btn,.secondary-btn{box-shadow:0 5px 15px #0003;font-size:1.1rem;padding:1rem 2.2rem}.primary-btn{border:none}.secondary-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.primary-btn:hover,.secondary-btn:hover{box-shadow:0 10px 25px #0000004d;transform:translateY(-5px)}.hero-socials{display:flex;gap:1.2rem;margin-top:1.2rem}.hero-socials a{align-items:center;background:#9d4edd12;border:none;border-radius:50%;color:var(--accent-primary);display:flex;font-size:1.25rem;height:38px;justify-content:center;text-decoration:none;transition:background .2s,color .2s,transform .2s;width:38px}.hero-socials a:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px) scale(1.08)}.hero-socials i{pointer-events:none}.scroll-down-indicator{animation:bounce 2s infinite;color:var(--accent-tertiary);font-size:2.2rem;margin-top:2.5rem;opacity:.7;text-align:left}.floating-element{border-radius:50%;filter:blur(20px);opacity:.18;position:absolute;z-index:0}.floating-element-1{animation:float 15s ease-in-out infinite alternate;background:radial-gradient(circle,#9d4edd 0,#0000 70%);height:320px;right:10%;top:10%;width:320px}.floating-element-2{animation:float 10s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#2fe7c8 0,#0000 70%);bottom:10%;height:180px;right:30%;width:180px}.floating-element-3{animation:float 12s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#ff7e67 0,#0000 70%);height:120px;left:10%;top:60%;width:120px}.hero-right{flex:1 1;min-height:400px}.hero-orbit,.hero-right{align-items:center;display:flex;justify-content:center;position:relative}.hero-orbit{height:100%;width:100%}.orbit-container{height:320px;position:relative;width:320px}.orbit-circle{animation:rotateOrbit 30s linear infinite;border:1px dashed #9d4edd4d;border-radius:50%;height:280px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:280px}@keyframes rotateOrbit{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.hero-avatar-container{height:140px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:140px;z-index:5}.hero-avatar{animation:pulseAvatar 3s ease-in-out infinite alternate;border:3px solid var(--accent-primary);border-radius:50%;box-shadow:0 0 30px #9d4edd33;height:100%;object-fit:cover;transition:transform .3s;width:100%}.avatar-glow{animation:glowPulse 3s ease-in-out infinite alternate;background:radial-gradient(circle,#9d4edd33 0,#0000 70%);border-radius:50%;bottom:-10px;filter:blur(10px);left:-10px;position:absolute;right:-10px;top:-10px;z-index:-1}@keyframes pulseAvatar{0%{transform:scale(1)}to{transform:scale(1.05)}}@keyframes glowPulse{0%{opacity:.5}to{opacity:1}}.orbital-card{height:100px;position:absolute;transform-style:preserve-3d;transition:all .5s;width:100px;z-index:2}.orbital-card:hover{transform:translateY(-10px) scale(1.1)!important}.card-content{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 8px 32px #0000001a;justify-content:center;padding:1rem;transition:all .3s;width:100%;z-index:1}.card-bg{border-radius:12px;filter:blur(15px);height:calc(100% - 10px);left:5px;opacity:.3;position:absolute;top:5px;transition:all .3s;width:calc(100% - 10px);z-index:-1}.card-icon{font-size:1.8rem;margin-bottom:.5rem}.card-1 .card-icon{color:#ff9d76}.card-2 .card-icon{color:#9d4edd}.card-3 .card-icon{color:#2fe7c8}.card-4 .card-icon{color:#5e60ce}.card-1 .card-bg{background:radial-gradient(circle,#ff9d7633 0,#0000 70%)}.card-2 .card-bg{background:radial-gradient(circle,#9d4edd33 0,#0000 70%)}.card-3 .card-bg{background:radial-gradient(circle,#2fe7c833 0,#0000 70%)}.card-4 .card-bg{background:radial-gradient(circle,#5e60ce33 0,#0000 70%)}.card-text{color:var(--text-primary);font-size:.8rem;font-weight:600;text-align:center}.card-1{left:50%;top:0;transform:translateX(-50%) translateY(-30px)}.card-2{right:-30px;top:50%;transform:translateY(-50%)}.card-3{bottom:0;left:50%;transform:translateX(-50%) translateY(30px)}.card-4{left:-30px;top:50%;transform:translateY(-50%)}@keyframes floatCard{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.card-1{animation:floatCard 4s ease-in-out infinite alternate}.card-2{animation:floatCard 5s ease-in-out infinite alternate-reverse}.card-3{animation:floatCard 4.5s ease-in-out infinite alternate}.card-4{animation:floatCard 3.5s ease-in-out infinite alternate-reverse}@media (max-width:992px){.hero-flex{flex-direction:column}.hero-right{margin-top:3rem}.orbit-container{height:300px;width:300px}.orbit-circle{height:260px;width:260px}}@media (max-width:576px){.orbit-container{height:280px;width:280px}.orbit-circle{height:240px;width:240px}.orbital-card{height:90px;width:90px}.card-icon{font-size:1.5rem;margin-bottom:.3rem}.card-text{font-size:.7rem}}.hero-stats{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-start;margin-top:1.2rem}.stat-card{background:#28263799;border:1px solid #9d4edd0f;border-radius:8px;box-shadow:none;min-width:80px;padding:.7rem;text-align:center;transition:transform .15s,border-color .15s}.stat-card:hover{border-color:var(--accent-primary);transform:translateY(-2px) scale(1.01)}.stat-value{color:var(--accent-primary);font-size:1.05rem;font-weight:600;letter-spacing:.2px;margin-bottom:.1rem}.stat-label{color:var(--text-secondary);font-size:.85rem;font-weight:500;letter-spacing:.1px}@media (max-width:600px){.hero-stats{align-items:flex-start;flex-direction:column;gap:.5rem}.stat-card{min-width:70px;padding:.6rem}}.section-header{text-align:center}.section-title{background:none;color:#fff;color:var(--text-primary,#fff);display:inline-block;margin-bottom:.7rem}.section-title .gradient-text{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#9d4edd,#2fe7c8);-webkit-background-clip:text;background-clip:text}.section-title:after{background:var(--gradient-primary,linear-gradient(90deg,#9d4edd 0,#2fe7c8 100%))}.section-subtitle{color:var(--accent-tertiary,#2fe7c8);text-align:center}.section-description{color:#bdbdbd;color:var(--text-secondary,#bdbdbd);text-align:center}.featured-projects,.services-grid{grid-gap:2.7rem;display:grid;gap:2.7rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));margin-top:3.5rem}.featured-project,.service-card{align-items:flex-start;background:#191822d9;border:1.5px solid #9d4edd1a;border-radius:22px;box-shadow:0 8px 32px 0 #9d4edd1a;display:flex;flex-direction:column;padding:2.5rem 1.7rem;transition:box-shadow .3s,transform .3s}.featured-project:hover,.service-card:hover{box-shadow:0 16px 40px 0 #2fe7c826;transform:translateY(-8px) scale(1.03)}.project-icon-container,.service-icon{align-items:center;background:linear-gradient(135deg,#9d4edd,#2fe7c8);border-radius:50%;box-shadow:0 4px 16px 0 #2fe7c81a;color:#fff;display:flex;font-size:2.3rem;height:64px;justify-content:center;margin-bottom:1.2rem;transition:background .3s,color .3s;width:64px}.featured-project .project-icon-container{background:linear-gradient(135deg,#2fe7c8,#9d4edd)}.featured-project:hover .project-icon-container,.service-card:hover .service-icon{background:linear-gradient(135deg,#ff7e67,#9d4edd);color:#fff}.project-info{flex:1 1}.project-category{color:#2fe7c8;color:var(--accent-tertiary,#2fe7c8);font-size:.85rem;font-weight:600;letter-spacing:1px;margin-bottom:.5rem}.project-title{color:#fff;color:var(--text-primary,#fff);font-size:1.2rem;font-weight:700;margin-bottom:.7rem}.project-description{color:#bdbdbd;color:var(--text-secondary,#bdbdbd);font-size:1rem;margin-bottom:.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#9d4edd1f;border-radius:12px;color:#9d4edd;color:var(--accent-primary,#9d4edd);font-size:.85rem;font-weight:500;padding:.3rem .8rem}.project-link{align-items:center;color:#2fe7c8;color:var(--accent-tertiary,#2fe7c8);display:inline-flex;font-weight:600;gap:.5rem;margin-top:.5rem;text-decoration:none;transition:color .2s}.project-link:hover{color:#9d4edd;color:var(--accent-primary,#9d4edd)}.view-all-container{margin-top:2.5rem;text-align:center}.view-all-btn{align-items:center;background:linear-gradient(90deg,#9d4edd,#2fe7c8);background:var(--gradient-primary,linear-gradient(90deg,#9d4edd 0,#2fe7c8 100%));border-radius:30px;box-shadow:0 4px 24px #9d4edd33;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.7rem;padding:.9rem 2.2rem;text-decoration:none;transition:all .2s}.view-all-btn:hover{background:linear-gradient(90deg,#2fe7c8,#9d4edd);transform:translateY(-2px) scale(1.03)}@media (max-width:992px){.section-title{font-size:2rem}.featured-projects,.services-grid{gap:1.2rem}.section-blur{border-radius:18px}}@media (max-width:768px){section{padding:60px 0}.featured-projects,.services-grid{grid-template-columns:1fr}.featured-project,.service-card{padding:1.2rem .7rem}.section-title{font-size:1.5rem}}@media (max-width:576px){.hero-stats{flex-direction:row;flex-wrap:wrap;gap:.7rem;justify-content:flex-start;margin-top:1.2rem}.stat-card{align-items:center;background:#282637b3;border:1px solid #9d4edd17;border-radius:10px;box-shadow:none;display:flex;flex-direction:column;margin:0 .3rem .3rem 0;min-width:90px;padding:.7rem;text-align:center}.stat-value{color:#9d4edd;color:var(--accent-primary,#9d4edd);font-size:1.1rem;font-weight:700;letter-spacing:.2px;margin-bottom:.1rem}.stat-label{color:#bdbdbd;color:var(--text-secondary,#bdbdbd);font-size:.82rem;font-weight:500;letter-spacing:.1px}}.service-card{align-items:flex-start;display:flex;flex-direction:column}.service-icon{background:var(--gradient-primary)}.service-title{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.7rem}.service-description{color:var(--text-secondary);font-size:1rem;line-height:1.6}.testimonials-slider-container{margin:0 auto;max-width:900px;overflow:hidden;padding:2rem 0;position:relative;width:100%;z-index:1}.testimonials-decorations{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.testimonial-orbit{animation:rotate 40s linear infinite;border:1px dashed #9d4edd33;border-radius:50%;height:120%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:120%}.testimonial-decoration{border-radius:50%;filter:blur(30px);opacity:.15;position:absolute}.decoration-1{background:var(--accent-primary);height:200px;right:-100px;top:-50px;width:200px}.decoration-2{background:var(--accent-tertiary);bottom:-30px;height:150px;left:-80px;width:150px}.decoration-3{animation:float 15s ease-in-out infinite alternate;background:#ff7e67;height:100px;left:60%;top:30%;width:100px}.testimonials-track{display:flex;touch-action:pan-y;transition:transform .6s cubic-bezier(.23,1,.32,1);width:100%}.testimonial-card{flex:0 0 100%;opacity:.5;padding:.5rem;transform:scale(.9);transition:all .8s cubic-bezier(.23,1,.32,1);width:100%;will-change:transform,opacity}.testimonial-card.active{opacity:1;transform:scale(1)}.testimonial-content{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:20px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:2.5rem;position:relative}.testimonial-content:before{background:linear-gradient(90deg,#0000,var(--accent-primary),#0000);content:"";height:4px;left:0;position:absolute;top:0;width:100%}.testimonial-quote{color:#9d4edd33;font-size:2rem;margin-bottom:1.5rem}.testimonial-text{color:var(--text-secondary);flex-grow:1;font-size:1.1rem;line-height:1.7;margin-bottom:2rem;position:relative}.testimonial-text:after{background:var(--gradient-primary);border-radius:3px;bottom:-1rem;content:"";height:3px;left:0;opacity:.5;position:absolute;width:50px}.testimonial-details{align-items:center;display:flex;justify-content:space-between}.testimonial-author-container{align-items:center;display:flex;gap:1rem}.testimonial-avatar{border:2px solid #9d4edd4d;border-radius:50%;box-shadow:0 5px 15px #0003;height:60px;overflow:hidden;width:60px}.testimonial-avatar img{height:100%;object-fit:cover;width:100%}.testimonial-icon{align-items:center;border-radius:50%;box-shadow:0 5px 15px #0003;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;min-width:60px;width:60px}.testimonial-author-info h4{color:var(--text-primary);font-size:1.1rem;font-weight:700;margin:0 0 .3rem}.testimonial-author-info span{color:var(--accent-primary);font-size:.9rem}.testimonial-decoration-icon{font-size:1.5rem;opacity:.2}.testimonial-controls{gap:1rem;margin-top:2.5rem}.testimonial-arrow,.testimonial-controls{align-items:center;display:flex;justify-content:center}.testimonial-arrow{-webkit-tap-highlight-color:transparent;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;color:var(--text-secondary);cursor:pointer;font-size:.9rem;height:45px;transition:all .3s;width:45px}.testimonial-arrow:active,.testimonial-arrow:hover{background:#9d4edd1a;border-color:#9d4edd33;color:var(--accent-tertiary);transform:translateY(-3px)}@media (hover:none){.testimonial-arrow:hover{transform:none}.testimonial-arrow:active{background:#9d4edd26;transform:scale(.95)}}.testimonial-indicators{display:flex;gap:.7rem}.testimonial-indicator{background:#fff3;border:none;border-radius:50%;cursor:pointer;height:10px;transition:all .3s;width:10px}.testimonial-indicator:hover:not(.active){transform:scale(1.3)}.testimonial-indicator.active{background:var(--accent-primary);border-radius:10px;width:25px}@keyframes swipe-hint{0%{transform:translateX(0)}15%{transform:translateX(-10px)}30%{transform:translateX(5px)}45%{transform:translateX(0)}to{transform:translateX(0)}}.testimonials-slider-container.initial-load .testimonial-card.active{animation:swipe-hint 2s ease-in-out 1s 1}@media (max-width:992px){.testimonials-slider-container{max-width:100%;padding:1.5rem}.testimonial-orbit{animation:none}.testimonial-decoration{filter:blur(20px)}}@media (max-width:768px){.testimonial-content{padding:2rem 1.5rem}.testimonial-text{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.testimonial-quote{font-size:1.8rem;margin-bottom:1rem}.testimonial-controls{margin-top:2rem}.testimonial-arrow{height:48px;width:48px}.testimonial-indicator{height:12px;width:12px}.decoration-3{animation:none}}@media (max-width:576px){.testimonials-slider-container{padding:1rem .5rem}.testimonial-content{border-radius:16px;padding:1.5rem}.testimonial-text{font-size:.95rem;margin-bottom:1.25rem}.testimonial-avatar,.testimonial-icon{height:50px;min-width:50px;width:50px}.testimonial-author-info h4{font-size:1rem}.testimonial-author-info span{font-size:.8rem}.testimonial-decoration-icon{display:none}.testimonial-controls{gap:.8rem}.testimonial-arrow{font-size:.85rem;height:44px;width:44px}.testimonial-card{opacity:0;transform:scale(.85)}.testimonial-card.active{opacity:1;transform:scale(1)}}@media (max-width:375px){.testimonial-content{padding:1.25rem}.testimonial-text{font-size:.9rem;line-height:1.5}.testimonial-author-container{gap:.75rem}.testimonial-avatar,.testimonial-icon{height:45px;min-width:45px;width:45px}.testimonial-text:after{width:40px}.testimonial-details{align-items:flex-start;flex-direction:column;gap:.75rem}.testimonial-author-info{max-width:100%}.testimonial-indicators{gap:.5rem}.testimonial-indicator{height:8px;width:8px}.testimonial-indicator.active{width:20px}.testimonial-decoration{display:none}}@supports (-webkit-touch-callout:none){.glassmorphism,.testimonial-content{background:#141319cc}}.contact-cta{background:var(--bg-secondary);padding:100px 0}.cta-content{background:#19182280;border:1px solid #9d4edd1a;border-radius:24px;margin:0 auto;max-width:900px;overflow:hidden;padding:4rem 2rem;position:relative;text-align:center}.cta-content:before{background:radial-gradient(circle at center,#9d4edd1a,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.cta-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.cta-description{color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin:0 auto 2.5rem;max-width:600px}.cta-button i{transition:transform .3s}.cta-button:hover i{transform:translateX(5px)}@media (max-width:768px){.contact-cta{padding:60px 0}.cta-content{padding:2.5rem 1.5rem}.cta-title{font-size:2rem}}.about-hero,.about-page{overflow:hidden;position:relative}.about-hero{background:linear-gradient(180deg,#141319cc 0,var(--bg-primary) 100%);padding:8rem 0 3rem}.hero-bg-blur{background:radial-gradient(circle at 50% 0,#9d4edd1a 0,#0000 70%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.about-hero-content{position:relative;text-align:center;z-index:2}.about-subtitle{color:var(--accent-tertiary);display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;position:relative}.about-subtitle:after{background:var(--gradient-primary);border-radius:3px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.about-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-bottom:1.5rem}.hero-tag{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;color:var(--text-secondary);font-size:.9rem;padding:6px 18px;transition:all .3s}.hero-tag:hover{background:#9d4edd1a;border-color:#9d4edd33;color:var(--accent-tertiary);transform:translateY(-3px)}.about-description{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:800px}.about-tabs{display:flex;gap:1rem;justify-content:center;margin:2rem 0 0;position:relative;z-index:10}.tab-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.7rem 1.5rem;transition:all .3s}.tab-btn:hover{background:#9d4edd1a;border-color:#9d4edd33;color:var(--accent-tertiary);transform:translateY(-3px)}.tab-btn.active{background:var(--gradient-primary);border:none;box-shadow:0 5px 15px #9d4edd40;color:#fff}.about-content-wrapper{min-height:500px;position:relative}.about-content-wrapper>section{left:0;opacity:0;position:absolute;top:0;transform:translateY(20px);transition:opacity .5s,transform .5s,visibility 0s .5s;visibility:hidden;width:100%}.about-content-wrapper>section.active{opacity:1;position:relative;transform:translateY(0);transition:opacity .5s,transform .5s,visibility 0s 0s;visibility:visible}.about-info-section{padding:4rem 0;position:relative}.about-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.about-image-container{opacity:0;position:relative;transform:translateX(-30px);transition:all .8s cubic-bezier(.17,.67,.83,.67)}.about-image-container.visible{opacity:1;transform:translateX(0)}.about-image{aspect-ratio:3/4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff14;border-radius:20px;box-shadow:0 15px 30px #0003;height:auto;margin:0 auto;max-width:380px;overflow:hidden;padding:.8rem;position:relative;width:100%;z-index:2}.about-image img{border-radius:15px;height:100%;object-fit:cover;transition:transform .5s;width:100%}.about-image:hover img{transform:scale(1.03)}.image-overlay{background:linear-gradient(0deg,#0f0e1380 0,#0f0e1300 50%);border-radius:15px}.image-overlay,.profile-decoration{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.profile-orbit{animation:rotate 30s linear infinite;border:1px dashed #9d4edd4d;height:110%;left:50%;top:50%;transform:translate(-50%,-50%);width:110%}.profile-orbit,.profile-particle{border-radius:50%;position:absolute}.profile-particle{background:radial-gradient(circle,#9d4edd80 0,#9d4edd00 70%);filter:blur(10px)}.particle-1{animation:float 6s ease-in-out infinite alternate;height:60px;left:60%;top:10%;width:60px}.particle-2{animation:float 8s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#2fe7c880 0,#2fe7c800 70%);bottom:20%;height:40px;left:10%;width:40px}.particle-3{animation:float 10s ease-in-out infinite alternate;background:radial-gradient(circle,#5e60ce80 0,#5e60ce00 70%);height:50px;right:5%;top:30%;width:50px}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.social-links{justify-content:center;margin-top:2rem;position:relative;z-index:5}.social-link{border:1px solid #ffffff1a;border-radius:50%;font-size:1.2rem;height:45px;justify-content:center;width:45px}.social-link:hover{background:var(--gradient-primary);color:#fff}.about-content{opacity:0;transform:translateX(30px);transition:all .8s cubic-bezier(.17,.67,.83,.67)}.about-content.visible{opacity:1;transform:translateX(0)}.content-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem}.content-card h2{font-size:2rem;font-weight:700;margin-bottom:.5rem}.divider{background:var(--gradient-primary);border-radius:3px;height:3px;margin-bottom:1.5rem;width:60px}.content-card p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem}.highlight{color:var(--accent-tertiary);font-weight:600}.about-details{background:#ffffff05;border:1px solid #ffffff08;border-radius:15px;margin:2rem 0;padding:1.5rem}.detail-item{border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.detail-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.detail-label{color:var(--text-primary);font-weight:600}.detail-value{color:var(--text-secondary)}.detail-value.link{color:var(--accent-tertiary);text-decoration:none;transition:color .2s}.detail-value.link:hover{color:var(--accent-primary);text-decoration:underline}.about-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.primary-btn,.secondary-btn{align-items:center;border-radius:30px;display:inline-flex;font-size:1rem;font-weight:600;gap:.7rem;padding:.8rem 1.8rem;text-decoration:none;transition:all .3s}.primary-btn{background:var(--gradient-primary);box-shadow:0 5px 15px #9d4edd40;color:#fff}.secondary-btn{background:#ffffff0d;border:1px solid #ffffff1a;color:var(--text-primary)}.primary-btn:hover{box-shadow:0 10px 25px #9d4edd59;transform:translateY(-5px)}.secondary-btn:hover{background:#ffffff1a;transform:translateY(-5px)}.skills-section{padding:4rem 0;position:relative}.section-title{display:flex;font-weight:700;gap:1rem}.section-icon,.section-title{align-items:center;justify-content:center}.section-icon{background:#9d4edd1a;border-radius:50%;color:var(--accent-primary);display:inline-flex;font-size:1.2rem;height:50px;width:50px}.skills-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.17,.67,.83,.67)}.skills-container.visible{opacity:1;transform:translateY(0)}.skill-card{align-items:center;animation:fadeInUp .5s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:16px;display:flex;gap:1.5rem;opacity:0;padding:1.5rem;transition:all .3s}.skill-card:hover{border:1px solid #9d4edd1a;box-shadow:0 15px 30px #00000026;transform:translateY(-8px)}.skill-icon{align-items:center;background:var(--gradient-primary);border-radius:50%;box-shadow:0 5px 15px #9d4edd40;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;min-width:60px;transition:all .3s;width:60px}.skill-card:hover .skill-icon{transform:scale(1.1) rotate(10deg)}.skill-info{flex:1 1}.skill-name{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin-bottom:.8rem}.skill-level-container{align-items:center;display:flex;gap:1rem}.skill-level-bar{background:#ffffff0d;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.skill-level-fill{background:linear-gradient(90deg,var(--accent-tertiary) 0,var(--accent-primary) 100%);border-radius:4px;height:100%;position:relative;transition:width 1s cubic-bezier(.17,.67,.83,.67)}.skill-level-glow{animation:pulse 2s infinite;background:#fff;filter:blur(3px);height:100%;opacity:.5;position:absolute;right:0;top:0;width:10px}.skill-percentage{color:var(--accent-tertiary);font-size:.9rem;font-weight:700;min-width:40px;text-align:right}.skills-extra{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:16px;margin:0 auto;max-width:800px;padding:2rem;text-align:center}.skills-extra h3{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.skills-tags{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.skill-tag{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;color:var(--text-secondary);font-size:.9rem;padding:.5rem 1.2rem;transition:all .3s}.skill-tag:hover{background:#9d4edd1a;border-color:#9d4edd33;color:var(--accent-tertiary);transform:translateY(-3px)}.timeline-section{padding:4rem 0;position:relative}.timeline-header{margin-bottom:3rem}.timeline-columns{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;opacity:0;transform:translateY(20px);transition:all .8s cubic-bezier(.17,.67,.83,.67)}.timeline-columns.visible{opacity:1;transform:translateY(0)}.column-title{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.8rem;margin-bottom:2rem}.column-title i{color:var(--accent-primary)}.timeline{display:flex;flex-direction:column;gap:2rem;position:relative}.timeline-item{animation:fadeInUp .5s forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:16px;opacity:0;overflow:hidden;padding:1.5rem 1.5rem 1.5rem 5rem;position:relative;transition:all .3s}.timeline-item:hover{border:1px solid #9d4edd1a;box-shadow:0 15px 30px #00000026;transform:translateY(-8px)}.timeline-icon{align-items:center;border-radius:50%;box-shadow:0 5px 15px #0003;color:#fff;display:flex;font-size:1.2rem;height:50px;justify-content:center;left:1.5rem;position:absolute;top:1.5rem;transition:all .3s;width:50px}.timeline-item:hover .timeline-icon{transform:scale(1.1) rotate(10deg)}.timeline-content{position:relative;z-index:2}.timeline-year{background:#2fe7c814;border-radius:20px;color:var(--accent-tertiary);display:inline-block;font-size:.9rem;margin-bottom:.8rem;padding:4px 10px}.timeline-title{color:var(--text-primary);font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.timeline-place{color:var(--text-secondary);font-size:1rem;margin-bottom:.8rem}.timeline-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.timeline-decoration{height:100%;opacity:.3;position:absolute;right:0;top:0;width:3px}.section-decoration{border-radius:50%;filter:blur(80px);opacity:.1;position:absolute;z-index:-1}.decoration-skills-1{background:var(--accent-primary);height:300px;right:-100px;top:0;width:300px}.decoration-skills-2{background:var(--accent-tertiary);bottom:100px;height:200px;left:-100px;width:200px}.decoration-timeline-1{background:var(--accent-primary);height:350px;left:-150px;top:50px;width:350px}.decoration-timeline-2{background:var(--accent-tertiary);bottom:0;height:250px;right:-100px;width:250px}@media (max-width:992px){.about-title{font-size:3rem}.about-description{font-size:1.1rem}.about-grid{gap:2rem;grid-template-columns:1fr}.about-image-container{margin-bottom:2rem}.about-image{max-width:300px}.timeline-columns{gap:2rem;grid-template-columns:1fr}.skills-container{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.about-hero{padding:7rem 0 2rem}.about-title{font-size:2.5rem}.about-tabs{flex-wrap:wrap}.tab-btn{justify-content:center;width:100%}.content-card{padding:1.8rem}.skill-card{padding:1.2rem}}@media (max-width:576px){.about-title{font-size:2rem}.hero-tags{gap:.5rem}.hero-tag{font-size:.8rem;padding:5px 12px}.section-title{font-size:1.8rem}.about-buttons{flex-direction:column;gap:1rem}.primary-btn,.secondary-btn{justify-content:center;width:100%}.timeline-item{padding:4.5rem 1.2rem 1.2rem}.timeline-icon{left:50%;top:1.2rem;transform:translateX(-50%)}.timeline-decoration{height:3px;left:0;right:auto;top:3.5rem;width:100%}.skills-extra{padding:1.5rem}}.project-card-wrapper{height:100%;perspective:1000px;transform-style:preserve-3d}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141319cc;border:1px solid #ffffff0d;border-radius:16px;box-shadow:0 10px 20px #0000001a;height:100%;overflow:hidden;padding:1.5rem;position:relative;transition:all .4s cubic-bezier(.17,.67,.83,.67)}.project-card.hovered{border:1px solid #ffffff1a;box-shadow:0 15px 30px #0003;transform:translateY(-8px)}.card-glow{height:100%;left:0;opacity:.3;position:absolute;right:0;top:0;transition:opacity .5s ease;z-index:0}.project-card.hovered .card-glow{opacity:.6}.card-content{display:flex;flex-direction:column;height:100%;position:relative;z-index:2}.card-header{gap:1rem;margin-bottom:1.2rem}.card-header,.card-icon{align-items:center;display:flex}.card-icon{border-radius:12px;box-shadow:0 5px 15px #0000001a;height:50px;justify-content:center;min-width:50px;transition:all .3s ease;width:50px}.card-icon i{color:#fff;font-size:1.2rem}.project-card.hovered .card-icon{transform:scale(1.1) rotate(5deg)}.card-categories{display:flex;flex-wrap:wrap;gap:.5rem}.main-category,.secondary-category{border-radius:20px;font-size:.75rem;font-weight:600;padding:4px 10px;transition:all .3s}.secondary-category{opacity:.7}.project-card.hovered .main-category{transform:translateY(-2px)}.card-title{color:var(--text-primary);font-size:1.3rem;font-weight:700;margin:.5rem 0;transition:all .3s}.project-card.hovered .card-title{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#0000}.card-description{color:var(--text-secondary);flex-grow:1;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-pill{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:4px;color:var(--text-secondary);font-size:.7rem;padding:3px 8px;transition:all .3s ease}.project-card.hovered .tech-pill{background:#9d4edd14;border-color:#9d4edd33;color:var(--accent-tertiary)}.view-project-btn{align-items:center;color:var(--text-primary);display:flex;font-size:.85rem;font-weight:600;gap:.5rem;margin-top:auto;padding:.7rem 0;position:relative;text-decoration:none;transition:all .3s;width:fit-content}.view-project-btn:after{background:var(--gradient-primary);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.view-project-btn i{transition:transform .3s}.project-card.hovered .view-project-btn{color:var(--accent-primary)}.project-card.hovered .view-project-btn:after{width:100%}.project-card.hovered .view-project-btn i{transform:translateX(5px)}@media (max-width:992px){.card-icon{height:45px;min-width:45px;width:45px}.card-title{font-size:1.2rem}}@media (max-width:576px){.project-card{padding:1.2rem}.card-header{align-items:flex-start;flex-direction:column;gap:.5rem}}.projects-page{min-height:100vh;overflow:hidden;padding:7rem 0 5rem;position:relative}.projects-header{margin:0 auto 3rem;max-width:800px;position:relative;text-align:center;z-index:2}.section-subtitle{display:block;font-weight:700;margin-bottom:.5rem}.projects-header h1{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.projects-header p{color:var(--text-secondary);font-size:1.1rem;margin-bottom:2rem}.filter-container{margin-bottom:2rem;position:relative}.project-filters{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;position:relative;z-index:2}.filter-btn{background:#ffffff08;border:1px solid #ffffff14;border-radius:30px;color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:600;overflow:hidden;padding:.6rem 1.5rem;position:relative;transition:all .3s}.filter-btn:hover{background:#9d4edd14;border-color:#9d4edd33;color:var(--accent-tertiary);transform:translateY(-3px)}.filter-btn.active{background:linear-gradient(135deg,var(--accent-primary) 0,var(--accent-tertiary) 100%);border:none;box-shadow:0 5px 15px #9d4edd40;color:#fff}.filter-btn span,.projects-grid{position:relative;z-index:2}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));transition:opacity .5s}.projects-grid.loading{opacity:.5}.project-item{animation:fadeInUp .5s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.no-projects{animation:fadeIn .5s ease forwards;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:4rem 2rem;text-align:center}.no-projects-icon{color:#9d4edd4d;font-size:3rem;margin-bottom:1rem}.no-projects p{color:var(--text-secondary);font-size:1.1rem}.corner-decoration{border-radius:50%;filter:blur(80px);height:300px;opacity:.15;position:absolute;width:300px;z-index:1}.top-right{background:radial-gradient(circle,var(--accent-primary) 0,#0000 70%);right:-100px;top:-100px}.bottom-left{background:radial-gradient(circle,var(--accent-tertiary) 0,#0000 70%);bottom:-100px;left:-100px}@media (max-width:992px){.projects-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.projects-header h1{font-size:2rem}.projects-header p{font-size:1rem}}@media (max-width:576px){.projects-page{padding:6rem 0 3rem}.projects-header{margin-bottom:2rem}.projects-grid{gap:1.2rem;grid-template-columns:1fr}.filter-btn{font-size:.85rem;padding:.5rem 1.2rem}}.contact-hero,.contact-page{overflow:hidden;position:relative}.contact-hero{background:linear-gradient(180deg,#141319cc 0,var(--bg-primary) 100%);padding:8rem 0 4rem;text-align:center}.hero-bg-particles{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.particle{border-radius:50%;filter:blur(20px);opacity:.3;position:absolute;z-index:1}.particle-1{animation:float 15s ease-in-out infinite alternate;background:radial-gradient(circle,#9d4edd80 0,#0000 70%);height:300px;right:10%;top:-100px;width:300px}.particle-2{animation:float 18s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#2fe7c880 0,#0000 70%);bottom:-50px;height:200px;left:15%;width:200px}.particle-3{animation:float 12s ease-in-out infinite alternate;background:radial-gradient(circle,#5e60ce80 0,#0000 70%);height:150px;right:25%;top:40%;width:150px}.contact-hero-content{margin:0 auto;max-width:800px;position:relative;z-index:2}.contact-subtitle{color:var(--accent-tertiary);display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:3px;margin-bottom:1rem;position:relative}.contact-subtitle:after{background:var(--gradient-primary);border-radius:3px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.contact-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 5px 15px #0003}.contact-description{color:var(--text-secondary);font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.contact-section{overflow:hidden;padding:5rem 0;position:relative}.contact-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.3fr;position:relative;z-index:2}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-info-header{margin-bottom:1rem}.contact-info-header h2{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contact-info-header p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:16px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s}.contact-method-item:hover{border-color:#9d4edd33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.contact-icon{align-items:center;border-radius:16px;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;min-width:60px;transition:all .3s;width:60px}.email-icon{background:linear-gradient(135deg,#9d4edd,#5e60ce);box-shadow:0 5px 15px #9d4edd40}.phone-icon{background:linear-gradient(135deg,#2fe7c8,#2cccdf);box-shadow:0 5px 15px #2fe7c840}.location-icon{background:linear-gradient(135deg,#ff9d76,#ff6b6b);box-shadow:0 5px 15px #ff9d7640}.contact-method-item:hover .contact-icon{transform:scale(1.1) rotate(10deg)}.contact-method-content h3{color:var(--text-primary);font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-method-content a,.contact-method-content p{color:var(--text-secondary);font-size:1rem;text-decoration:none;transition:color .2s}.contact-method-content a:hover{color:var(--accent-primary)}.social-connect{margin-top:1rem}.social-connect h3{font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:30px;color:var(--text-secondary);display:flex;font-weight:600;gap:.8rem;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s}.social-link:hover{background:#9d4edd1a;border-color:#9d4edd33;color:var(--accent-tertiary);transform:translateY(-5px)}.social-link i{font-size:1.2rem}.availability-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #9d4edd1a;border-radius:16px;display:flex;gap:1.5rem;margin-top:2rem;padding:1.5rem}.availability-icon{align-items:center;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:50%;box-shadow:0 5px 15px #4ade8040;color:#fff;display:flex;font-size:1.3rem;height:50px;justify-content:center;min-width:50px;width:50px}.availability-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.availability-content p{color:var(--accent-tertiary);font-weight:500}.contact-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem}.contact-form-container h2{font-size:2rem;font-weight:700;margin-bottom:2rem}.form-message{align-items:center;animation:fadeSlideDown .5s ease forwards;border-radius:12px;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message.success{background:#16a34a1a;border:1px solid #16a34a33}.form-message.error{background:#ef44441a;border:1px solid #ef444433}.message-icon{color:var(--accent-tertiary);font-size:1.5rem}.form-message.success .message-icon{color:#4ade80}.form-message.error .message-icon{color:#f87171}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group label{color:var(--text-primary);font-size:1rem;margin-bottom:.7rem}.form-group label i{color:var(--accent-tertiary);margin-right:.5rem}.form-group input,.form-group textarea{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;color:var(--text-primary);font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#9d4edd66;box-shadow:0 0 0 3px #9d4edd26}.form-group input.error,.form-group textarea.error{border-color:#ef444466}.error-message{align-items:center;color:#f87171;display:flex;font-size:.85rem;gap:.3rem;margin-top:.5rem}.error-message:before{content:"⚠️";display:inline-block;margin-right:.3rem}.submit-btn{align-items:center;background:var(--gradient-primary);border:none;border-radius:30px;box-shadow:0 5px 15px #9d4edd40;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.7rem;justify-content:center;margin-top:1rem;padding:1rem 2rem;transition:all .3s;width:100%}.submit-btn:hover{box-shadow:0 10px 20px #9d4edd59;transform:translateY(-5px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.submit-btn i{font-size:1.1rem}.decoration{border-radius:50%;filter:blur(80px);opacity:.15;position:absolute;z-index:1}.decoration-1{background:var(--accent-tertiary);height:500px;right:-200px;top:20%;width:500px}.decoration-2{background:var(--accent-primary);bottom:10%;height:400px;left:-150px;width:400px}.glassmorphism{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14131980;border:1px solid #ffffff0d;border-radius:16px}@media (max-width:992px){.contact-grid{gap:3rem;grid-template-columns:1fr}.contact-title{font-size:3rem}.contact-form-container,.contact-method-item{padding:2rem}}@media (max-width:768px){.contact-hero{padding:7rem 0 3rem}.contact-title{font-size:2.5rem}.contact-description{font-size:1.1rem}.form-row{gap:0;grid-template-columns:1fr}.social-links{flex-direction:column}.social-link{width:fit-content}}@media (max-width:576px){.contact-title{font-size:2rem}.contact-method-item{flex-direction:column;padding:1.5rem;text-align:center}.contact-icon{margin-bottom:1rem}.availability-card,.contact-form-container{padding:1.5rem}.submit-btn{padding:.8rem 1.5rem}}.ready-sites-page{background:linear-gradient(180deg,#141319cc 0,var(--bg-primary) 100%);min-height:100vh;padding:0 0 5rem}.ready-hero,.ready-sites-page{overflow:hidden;position:relative}.ready-hero{padding:8rem 0 4rem;text-align:center;z-index:2}.hero-blobs{height:100%;left:0;overflow:hidden;top:0;width:100%}.blob,.hero-blobs{position:absolute;z-index:0}.blob{border-radius:50%;filter:blur(80px);opacity:.25}.blob1{animation:float 15s ease-in-out infinite alternate;background:radial-gradient(circle,#7f5af099 0,#0000 70%);height:400px;right:10%;top:-100px;width:400px}.blob2{animation:float 18s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#2cb67d99 0,#0000 70%);bottom:-50px;height:300px;left:15%;width:300px}.container{padding:0 1.5rem;position:relative;width:100%;z-index:2}.ready-hero-subtitle{color:var(--accent-tertiary);display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:3px;margin-bottom:1.5rem;position:relative;text-transform:uppercase}.ready-hero-subtitle:after{background:linear-gradient(90deg,#7f5af0,#2cb67d);border-radius:3px;bottom:-8px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.ready-hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 5px 15px #0003}.gradient-text{background:linear-gradient(90deg,#fff,#7f5af0)}.gradient-text-alt{background:linear-gradient(90deg,#ff8906,#f15bb5);-webkit-background-clip:text;background-clip:text;color:#0000}.ready-hero-desc{color:#94a1b2;font-size:1.2rem;line-height:1.6;margin:0 auto 2rem;max-width:650px}.cta-btn{background:linear-gradient(90deg,#7f5af0,#2cb67d);border:none;border-radius:30px;box-shadow:0 5px 15px #7f5af040;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:.9rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-btn:hover{box-shadow:0 8px 25px #7f5af066;transform:translateY(-3px)}.cta-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:all .6s ease;width:100%}.cta-btn:hover:before{left:100%}.cta-btn.small{font-size:.9rem;margin-top:1.5rem;padding:.7rem 1.5rem}.ready-packages-section{padding:3rem 0;position:relative;z-index:2}.section-blobs{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.blob3{animation:float 22s ease-in-out infinite alternate;background:radial-gradient(circle,#00b4d899 0,#0000 70%);bottom:20%;height:350px;left:-100px;width:350px}.blob4{animation:float 18s ease-in-out infinite alternate-reverse;background:radial-gradient(circle,#ffd60a99 0,#0000 70%);bottom:5%;height:250px;right:-80px;width:250px}.ready-packages-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin:2rem auto;width:100%}.flip-card{height:480px;margin:0 auto;perspective:1500px;position:relative;transform-style:preserve-3d;transition:transform .3s ease;width:100%;z-index:1}.flip-card,.flip-card:focus{outline:none}.flip-card:hover{transform:translateY(-8px);z-index:2}.flip-card-inner{height:100%;position:relative;transform-origin:center center;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);width:100%}.flip-card:focus-within .flip-card-inner,.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-back,.flip-card-front{backface-visibility:hidden;border-radius:16px;height:100%;inset:0;overflow:hidden;position:absolute;width:100%}.flip-card-front{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2.5rem 2rem;text-align:center;z-index:1}.package-badge{border-radius:6px;box-shadow:0 3px 8px #00000026;color:#fff;font-size:.8rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:1.2rem;top:1.2rem}.package-emoji{align-items:center;background:#ffffff12;border-radius:50%;box-shadow:0 5px 15px #0000001a;display:flex;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.flip-card-front h2{color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:1rem}.package-target{color:#94a1b2;font-size:1.05rem;margin-bottom:0}.flip-card-back{display:flex;flex-direction:column;justify-content:space-between;padding:2.2rem 2rem;transform:rotateY(180deg)}.package-highlight{color:#fff;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:1.2rem}.flip-card-back ul{list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:0}.flip-card-back ul li{color:#e3e3e3;font-size:.9rem;line-height:1.3;margin-bottom:.7rem;padding-left:1.8rem;position:relative}.flip-card-back ul li i{color:#2cb67d;left:0;position:absolute;top:.2rem}.flip-card-back .flip-hint{bottom:auto;margin-top:1rem;position:relative}.trust-section{padding:4rem 0;position:relative;z-index:2}.section-title{font-size:2.2rem;margin-bottom:3rem;text-align:center}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:2rem 0}.trust-item{border-radius:16px;padding:2.5rem 1.8rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.trust-item:hover{box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.trust-icon{align-items:center;background:linear-gradient(135deg,#7f5af0,#2cb67d);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.trust-item h3{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.trust-item p{color:#94a1b2;font-size:1rem;line-height:1.6}@media (max-width:768px){.trust-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.trust-item{padding:2rem 1.5rem}}@media (max-width:576px){.trust-grid{grid-template-columns:1fr}.section-title{font-size:1.8rem}}.tabs-container{margin:2rem auto;max-width:600px}.tabs{background:#ffffff0d;border-radius:12px;padding:.5rem}.tab,.tabs{display:flex;gap:.5rem}.tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#94a1b2;cursor:pointer;flex:1 1;font-size:.9rem;justify-content:center;padding:.8rem;transition:all .3s ease}.tab i{font-size:1.1rem}.tab.active{background:#7f5af033;color:#fff}.tab:hover:not(.active){background:#ffffff0d}.calculator-section,.quiz-section{padding:2rem 0 4rem}.package-quiz{border-radius:16px;margin:0 auto;max-width:800px;padding:2rem}.quiz-title{color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.quiz-progress{background:#ffffff1a;border-radius:3px;height:6px;margin-bottom:2rem;overflow:hidden}.quiz-progress-bar{background:linear-gradient(90deg,#7f5af0,#2cb67d);border-radius:3px;height:100%;transition:width .3s ease}.quiz-question h4{color:#fff;font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.quiz-options{display:flex;flex-direction:column;gap:.8rem}.quiz-option{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#e2e2e2;cursor:pointer;font-size:1rem;padding:1rem;text-align:left;transition:all .2s ease}.quiz-option:hover{background:#ffffff1a;transform:translateY(-2px)}.quiz-step{color:#ffffff80;font-size:.9rem;margin-top:1.5rem;text-align:center}.quiz-result{flex-direction:column;text-align:center}.quiz-result,.result-icon{align-items:center;display:flex}.result-icon{border-radius:50%;font-size:2.5rem;height:80px;justify-content:center;margin-bottom:1.5rem;width:80px}.result-title{color:#e2e2e2;font-size:1.2rem;margin-bottom:.5rem}.quiz-result h2{font-size:2rem;margin-bottom:1rem}.result-description{color:#94a1b2;margin-bottom:2rem;max-width:500px}.result-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.secondary-btn{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#e2e2e2;cursor:pointer;font-size:.9rem;padding:.7rem 1.5rem;transition:all .2s ease}.secondary-btn:hover{background:#ffffff26}@media (max-width:768px){.package-quiz{padding:1.5rem}.quiz-question h4{font-size:1.15rem}.quiz-option{padding:.8rem}.result-actions{flex-direction:column;width:100%}.result-actions button{width:100%}}.cost-calculator{border-radius:16px;margin:3rem auto;max-width:1000px;padding:2rem}.select-wrapper{border-radius:8px;height:45px;overflow:hidden;position:relative;width:100%}.glassmorphism-select{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff0d;border:1px solid #ffffff1a}.select-wrapper:after{color:#94a1b2;content:"\f107";font-family:Font Awesome\ 5 Free;font-weight:900;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:all .3s}.select-wrapper:hover:after{color:#fff}.select-wrapper select{appearance:none;-webkit-appearance:none;background:#0000;border:none;color:#e2e2e2;cursor:pointer;font-family:inherit;font-size:1rem;height:100%;padding:0 15px;width:100%}.select-wrapper select:focus{border-color:#7f5af066;outline:none}.select-wrapper select option{background-color:#16161a;color:#e2e2e2;padding:10px}.calculator-title{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.5rem;text-align:center}.calculator-subtitle{color:#94a1b2;margin-bottom:2rem;text-align:center}.calculator-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1.5fr 1fr}.calculator-options{gap:1.5rem}.calculator-options,.option-group{display:flex;flex-direction:column}.option-group{gap:.8rem}.option-group>label{color:#fff;font-weight:600}.option-group select{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#e2e2e2;font-size:1rem;padding:.8rem}.range-slider{-webkit-appearance:none;background:#ffffff1a;border-radius:3px;height:6px;outline:none;width:100%}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#7f5af0;border-radius:50%;cursor:pointer;height:20px;width:20px}.range-slider::-moz-range-thumb{background:#7f5af0;border-radius:50%;cursor:pointer;height:20px;width:20px}.range-labels{color:#ffffff80;display:flex;font-size:.8rem;justify-content:space-between}.features-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.feature-option{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:1rem .5rem;text-align:center;transition:all .2s ease}.feature-option i{color:#94a1b2;font-size:1.2rem}.feature-option span{color:#e2e2e2;font-size:.85rem}.feature-option.active{background:#7f5af033;border-color:#7f5af0}.feature-option.active i,.feature-option.active span{color:#fff}.radio-group{display:flex;flex-wrap:wrap;gap:1rem}.radio-group label{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;padding:.5rem 1rem;transition:all .2s}.radio-group label.active{background:#7f5af033;border-color:#7f5af0}.radio-group input{opacity:0;position:absolute}.radio-group span{color:#e2e2e2;font-size:.9rem}.calculator-result{display:flex;flex-direction:column;gap:2rem}.total-cost{background:#7f5af01a;border:1px solid #7f5af04d;border-radius:12px;padding:1.5rem;text-align:center}.total-cost h4{color:#fff;font-size:1.1rem;margin-bottom:1rem}.cost-value{color:#7f5af0;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cost-note{color:#ffffff80;font-size:.8rem;margin-bottom:1.5rem}.cost-breakdown{background:#ffffff0d;border-radius:12px;padding:1.5rem}.cost-breakdown h4{color:#fff;font-size:1rem;margin-bottom:1rem;text-align:center}.breakdown-item{border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:.7rem 0}.breakdown-item:last-child{border-bottom:none}.breakdown-item span{color:#e2e2e2;font-size:.9rem}.breakdown-item span:last-child{font-weight:600}@media (max-width:768px){.cost-calculator{margin:2rem auto;padding:1.5rem}.calculator-title{font-size:1.5rem}.features-grid{grid-template-columns:repeat(2,1fr)}.radio-group{flex-direction:column}.radio-group label{width:100%}.cost-value{font-size:2rem}.calculator-grid{grid-template-columns:1fr}}.admin-login{align-items:center;background:var(--bg-primary);background-image:linear-gradient(to bottom right,#9d4edd0d,#2fe7c80d);display:flex;justify-content:center;min-height:100vh}.login-container{background:var(--glass-bg);border-radius:15px;box-shadow:var(--card-shadow);padding:2rem;width:350px}.login-container h1{color:var(--text-primary);font-size:1.3rem;margin-bottom:1.5rem;text-align:center}.login-button{background:var(--gradient-primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.login-button:hover{box-shadow:var(--btn-hover-shadow);transform:translateY(-2px)}.admin-dashboard{background:var(--bg-primary);min-height:100vh}.admin-header{align-items:center;background:#ffffff08;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:1rem 2rem}.admin-header h1{color:var(--text-primary);font-size:1.1rem}.logout-button{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:var(--text-primary);cursor:pointer;padding:.6rem 1.2rem;transition:all .3s}.logout-button:hover{background:#ff55551a;border-color:#ff55554d;color:#f55}.admin-content{display:flex;min-height:calc(100vh - 72px)}.admin-sidebar{background:#ffffff05;border-right:1px solid #ffffff0d;padding:1.2rem 0;width:180px}.admin-sidebar ul{list-style:none}.admin-sidebar button{background:#0000;border:none;color:var(--text-secondary);cursor:pointer;display:block;padding:.7rem 1.2rem;text-align:left;transition:all .3s;width:100%}.admin-sidebar button.active,.admin-sidebar button:hover{background:#9d4edd1a;color:var(--accent-primary)}.admin-main{flex:1 1;padding:1.5rem}.admin-main h2{color:var(--text-primary);font-size:1.2rem;margin-bottom:1rem}.message-list{grid-gap:1rem;display:grid;gap:1rem}.message-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;padding:1rem;transition:transform .3s}.message-item:hover{transform:translateY(-3px)}.message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.message-header h3{color:var(--text-primary);font-size:1rem}.date{color:var(--text-tertiary);font-size:.8rem}.message-preview{color:var(--text-secondary);font-size:.95rem;margin-bottom:1rem}.message-actions{display:flex;gap:.5rem;justify-content:flex-end}.delete-button,.view-button{border:none;border-radius:6px;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .3s}.view-button{background:#9d4edd1a;color:var(--accent-primary)}.view-button:hover{background:#9d4edd33}.delete-button{background:#ff55551a;color:#f55}.delete-button:hover{background:#f553}@media (max-width:768px){.admin-content{flex-direction:column}.admin-sidebar{border-bottom:1px solid #ffffff0d;border-right:none;padding:1rem 0;width:100%}.admin-sidebar ul{display:flex;overflow-x:auto;padding-bottom:.5rem}.admin-sidebar li{flex-shrink:0}}.navbar{background:#0000;left:0;padding:1.25rem 0;position:fixed;top:0;transition:all .4s cubic-bezier(.165,.84,.44,1);width:100%;z-index:1000}.navbar.scrolled{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#0f0e13d9;border-bottom:1px solid #9d4edd1a;box-shadow:0 8px 32px #0003;padding:.8rem 0}.navbar-content{justify-content:space-between}.logo-container,.navbar-content{align-items:center;display:flex;position:relative}.logo-container{z-index:1002}.logo-text{align-items:center;color:var(--text-primary);display:inline-flex;font-size:1.5rem;font-weight:800;position:relative}.logo-text .accent{background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#0000;margin-left:.15rem}.nav-decoration{background:radial-gradient(circle,#9d4edd1a 0,#0000 70%);border-radius:50%;filter:blur(15px);height:6rem;left:-2rem;position:absolute;top:-2rem;width:6rem;z-index:-1}.nav-menu{display:flex;position:relative}.nav-links{display:flex;gap:3rem;list-style:none;margin:0;padding:0}.nav-links a,.nav-links li{position:relative}.nav-links a{color:var(--text-primary);font-size:1.05rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s}.nav-links a:hover{color:var(--accent-tertiary)}.nav-links a.active{color:var(--accent-primary);font-weight:600}.nav-links a:after{background:var(--gradient-primary);border-radius:2px;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:width .3s cubic-bezier(.165,.84,.44,1);width:0}.nav-links a.active:after,.nav-links a:hover:after{width:100%}.nav-cta{margin-left:1.5rem}.nav-cta a{background:var(--gradient-primary);border-radius:30px;box-shadow:0 4px 15px #9d4edd40;color:#fff;display:inline-block;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s}.nav-cta a:hover{box-shadow:0 6px 20px #9d4edd59;transform:translateY(-3px)}.menu-toggle{background:none;border:none;border-radius:50%;cursor:pointer;display:none;height:44px;position:relative;transition:all .3s;width:44px;z-index:1002}.hamburger{display:flex;flex-direction:column;height:18px;justify-content:space-between;margin:0 auto;width:24px}.hamburger span{background:var(--text-primary);border-radius:5px;height:2px;transition:all .4s cubic-bezier(.68,-.6,.32,1.6);width:100%}.hamburger.active span:first-child{background:var(--accent-tertiary);transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0;transform:translateX(-10px)}.hamburger.active span:nth-child(3){background:var(--accent-tertiary);transform:rotate(-45deg) translate(5px,-5px)}.mobile-overlay{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#0f0e13b3;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:all .4s;visibility:hidden;width:100%;z-index:999}.mobile-overlay.active{opacity:1;visibility:visible}@media (max-width:992px){.menu-toggle{display:block}.nav-menu{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#121219f2;border-left:1px solid #9d4edd1a;display:flex;flex-direction:column;height:100vh;max-width:400px;overflow-y:auto;padding:7rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:all .5s cubic-bezier(.65,0,.35,1);width:80%;z-index:1001}.nav-menu.active{right:0}.nav-links{flex-direction:column;gap:1.5rem;margin-bottom:2rem;width:100%}.nav-links a{display:block;font-size:1.2rem;padding:.7rem 0}.nav-links a:after{background:var(--accent-primary);bottom:0;height:1px}.nav-cta{margin-left:0;margin-top:1.5rem;text-align:center;width:100%}.nav-cta a{display:block;padding:1rem;width:100%}.menu-decoration{border-radius:50%;opacity:.1;position:absolute;z-index:-1}.menu-decoration-1{background:var(--accent-primary);bottom:10%;filter:blur(40px);height:150px;right:5%;width:150px}.menu-decoration-2{background:var(--accent-tertiary);filter:blur(30px);height:100px;left:10%;top:15%;width:100px}.mobile-socials{border-top:1px solid #ffffff1a;display:flex;gap:1rem;margin-top:auto;padding-top:2rem}.mobile-socials a{align-items:center;background:#ffffff0d;border-radius:50%;color:var(--text-secondary);display:flex;font-size:1.1rem;height:40px;justify-content:center;transition:all .3s;width:40px}.mobile-socials a:hover{background:#2fe7c81a;color:var(--accent-tertiary);transform:translateY(-3px)}}@media (max-width:576px){.navbar{padding:1rem 0}.logo-text{font-size:1.3rem}.nav-menu{padding:7rem 1.5rem 1.5rem;width:85%}}.menu-toggle,.menu-toggle:focus,.mobile-socials a,.mobile-socials a:focus,.nav-cta a,.nav-cta a:focus,.nav-links a,.nav-links a:focus{box-shadow:none!important;outline:none!important}.site-footer{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#121219f2;margin-top:4rem;overflow:hidden;padding:5rem 0 2rem;position:relative}.footer-gradient{background:linear-gradient(to right,#0000,var(--accent-tertiary),var(--accent-primary),#0000);box-shadow:0 0 15px #9d4edd80;height:2px;left:0;position:absolute;top:0;width:100%}.footer-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{margin-bottom:1rem;text-decoration:none}.footer-logo .logo-text{color:var(--text-primary);font-size:1.8rem;font-weight:700}.footer-logo .accent{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,var(--accent-primary),var(--accent-tertiary));-webkit-background-clip:text;background-clip:text;color:var(--accent-primary)}.footer-description{color:var(--text-secondary);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-links-column h3{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.footer-links-column h3:after{background:var(--accent-primary);bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.footer-links-column ul{list-style:none;margin:0;padding:0}.footer-links-column ul li{margin-bottom:.8rem}.footer-links-column ul li a{color:var(--text-secondary);display:inline-block;font-size:.95rem;text-decoration:none;transition:color .3s,transform .3s}.footer-links-column ul li a:hover{color:var(--accent-primary);transform:translateX(3px)}.footer-contact-info li{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.footer-contact-info li i{color:var(--accent-tertiary);font-size:1rem;text-align:center;width:20px}.footer-contact-info li a{color:var(--text-secondary);text-decoration:none;transition:all .3s}.footer-contact-info li a:hover{color:var(--accent-primary);transform:none}.footer-bottom{align-items:center;border-top:1px solid #ffffff0d;display:flex;justify-content:space-between;padding-top:2rem}.footer-copyright p{color:var(--text-tertiary);font-size:.9rem}.footer-links-bottom{align-items:center;display:flex;gap:1rem}.footer-links-bottom a{color:var(--text-tertiary);font-size:.85rem;text-decoration:none;transition:color .3s}.footer-links-bottom a:hover{color:var(--accent-primary)}.footer-divider{color:#fff3;font-size:.85rem}@media (max-width:992px){.footer-content{gap:3rem;grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.site-footer{padding:4rem 0 2rem}.footer-links{gap:2rem 1rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.footer-links{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links-bottom{flex-wrap:wrap;justify-content:center}}.footer-social{display:flex;gap:1rem;margin-top:1.2rem}.footer-social a{align-items:center;background:#9d4edd12;border:1px solid #9d4edd1a;border-radius:10px;color:var(--accent-primary);display:flex;font-size:1.15rem;height:38px;justify-content:center;overflow:hidden;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:38px}.footer-social a:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .7s;width:100%}.footer-social a:hover{background:var(--accent-primary);box-shadow:0 5px 15px #9d4edd4d;color:#fff;transform:translateY(-5px)}.footer-social a:hover:before{left:100%}.footer-social i{pointer-events:none}.footer-contact-info li:last-child i{animation:pulse-green 2s infinite}@keyframes pulse-green{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}to{opacity:.8;transform:scale(1)}}.cookie-consent{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121219e6;border-top:1px solid #ffffff1a;bottom:0;box-shadow:0 -4px 10px #0003;left:0;padding:1rem 0;position:fixed;width:100%;z-index:9999}.cookie-content{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.cookie-content p{color:var(--text-secondary);font-size:.95rem;margin:0}.cookie-accept-btn{background:var(--gradient-primary);border:none;border-radius:30px;box-shadow:0 5px 15px #9d4edd33;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem 1.5rem;transition:transform .3s;white-space:nowrap}.cookie-accept-btn:hover{transform:translateY(-3px)}@media (max-width:768px){.cookie-content{flex-direction:column;padding:.5rem 1rem;text-align:center}.cookie-accept-btn{width:100%}}.whatsapp-button-container{bottom:24px;pointer-events:none;position:fixed;right:24px;z-index:1000}.whatsapp-button{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:linear-gradient(145deg,#1da851,#25d366);border:1px solid #ffffff2e;border-radius:16px;box-shadow:0 8px 32px #25d36640;cursor:pointer;display:flex;height:60px;justify-content:center;pointer-events:auto;transition:all .4s cubic-bezier(.175,.885,.32,1.275);width:60px}.whatsapp-button:hover{border:1px solid #ffffff4d;box-shadow:0 15px 40px #25d36659;transform:translateY(-8px) scale(1.05)}.whatsapp-button:active{transform:scale(.95)}.whatsapp-button i{color:#fff;font-size:2rem;text-shadow:0 2px 4px #0000001a}@keyframes whatsapp-pulse{0%{box-shadow:0 0 0 0 #25d36699}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 0 0 #25d36600}}@media (max-width:768px){.whatsapp-button-container{bottom:20px;right:20px}.whatsapp-button{border-radius:14px;height:55px;width:55px}.whatsapp-button i{font-size:1.8rem}}@media (max-width:576px){.whatsapp-button{border-radius:12px;height:50px;width:50px}.whatsapp-button i{font-size:1.6rem}}@media (prefers-color-scheme:dark){.whatsapp-button{box-shadow:0 8px 32px #25d36659}}.whatsapp-button{animation:float 6s ease-in-out infinite}.legal-page{padding:3rem 0 5rem}.legal-container{border-radius:20px;color:var(--text-primary);margin:0 auto;max-width:900px;padding:2.5rem 3rem}.legal-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,var(--accent-primary),var(--accent-tertiary));-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{color:var(--text-tertiary);font-size:.9rem;margin-bottom:2.5rem;text-align:center}.legal-content{display:flex;flex-direction:column;gap:2rem}.legal-content section h2{color:var(--accent-secondary);font-size:1.5rem;margin-bottom:1rem;padding-bottom:.5rem;position:relative}.legal-content section h2:after{background:linear-gradient(90deg,var(--accent-primary),#0000);bottom:0;content:"";height:2px;left:0;position:absolute;width:60px}.legal-content section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.legal-content section ul{margin-bottom:1.5rem;margin-left:1.5rem}.legal-content section ul li{color:var(--text-secondary);line-height:1.6;margin-bottom:.7rem}.legal-content section strong{color:var(--text-primary);font-weight:600}.contact-info{background:#ffffff0d;border-radius:10px;margin-top:1rem;padding:1.5rem}.contact-info p{align-items:center;display:flex;gap:.8rem;margin-bottom:1rem}.contact-info p:last-child{margin-bottom:0}.contact-info i{color:var(--accent-tertiary)}.contact-info a{color:var(--accent-secondary);text-decoration:none;transition:all .3s}.contact-info a:hover{color:var(--accent-primary);text-decoration:underline}@media (max-width:768px){.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:2rem}.legal-content section h2{font-size:1.3rem}}@media (max-width:576px){.legal-container{padding:1.5rem}.legal-container h1{font-size:1.8rem}.legal-content section h2{font-size:1.2rem}}:root{--bg-primary:#0f0e13;--bg-secondary:#131218;--text-primary:#f8f8f8;--text-secondary:#b3b3b3;--text-tertiary:#888;--accent-primary:#9d4edd;--accent-secondary:#7b2cbf;--accent-tertiary:#2fe7c8;--accent-quaternary:#ff7e67;--gradient-primary:linear-gradient(90deg,#9d4edd,#2fe7c8);--gradient-secondary:linear-gradient(135deg,#2fe7c8,#9d4edd);--gradient-hover:linear-gradient(90deg,#2fe7c8,#9d4edd);--gradient-accent:linear-gradient(135deg,#ff7e67,#9d4edd);--glass-bg:#191822b3;--card-shadow:0 8px 32px #0000002e;--card-hover-shadow:0 16px 40px #2fe7c826;--btn-shadow:0 5px 15px #9d4edd4d;--btn-hover-shadow:0 8px 25px #9d4edd80}*{box-sizing:border-box;margin:0;padding:0}body{background:#0f0e13;background:var(--bg-primary);background-attachment:fixed;background-image:radial-gradient(circle at 30% 20%,#9d4edd14,#0000 40%),radial-gradient(circle at 80% 80%,#2fe7c814,#0000 40%);color:#f8f8f8;color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 2rem}section{background:#0000;padding:90px 0;position:relative;z-index:1}.section-blur{background:linear-gradient(180deg,#18122bfa 60%,#2fe7c812);border-radius:32px;box-shadow:0 8px 32px 0 #2fe7c80d;margin:60px 0;overflow:hidden}.text-center{text-align:center}.glassmorphism{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#191822b3;background:var(--glass-bg);border:1px solid #ffffff14;border-radius:20px;box-shadow:0 8px 32px #0000002e;box-shadow:var(--card-shadow)}.gradient-text{background:linear-gradient(90deg,#9d4edd,#2fe7c8);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;color:#0000}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translate(0)}50%{transform:translate(20px,-20px)}to{transform:translate(-20px,20px)}}@keyframes pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.7;transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@keyframes colorChange{0%{color:#9d4edd;color:var(--accent-primary)}50%{color:#2fe7c8;color:var(--accent-tertiary)}to{color:#ff7e67;color:var(--accent-quaternary)}}.section-header{margin-bottom:3.5rem;position:relative}.section-subtitle{color:#2fe7c8;color:var(--accent-tertiary);display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.section-title{color:#f8f8f8;color:var(--text-primary);font-size:2.5rem;font-weight:800;margin-bottom:1rem;position:relative;z-index:2}.section-title:after{background:linear-gradient(90deg,#9d4edd,#2fe7c8);background:var(--gradient-primary);border-radius:2px;content:"";display:block;height:4px;margin:1rem auto 0;opacity:.7;width:60px}.section-description{color:#b3b3b3;color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin:0 auto 2.5rem;max-width:600px}.cta-button,.primary-btn,.secondary-btn,.view-all-btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:.9rem 2.2rem;text-decoration:none;transition:all .3s}.cta-button,.primary-btn,.view-all-btn{background:linear-gradient(90deg,#9d4edd,#2fe7c8);background:var(--gradient-primary);box-shadow:0 5px 15px #9d4edd4d;box-shadow:var(--btn-shadow);color:#fff}.cta-button:hover,.primary-btn:hover,.view-all-btn:hover{background:linear-gradient(90deg,#2fe7c8,#9d4edd);background:var(--gradient-hover);box-shadow:0 8px 25px #9d4edd80;box-shadow:var(--btn-hover-shadow);transform:translateY(-3px)}.secondary-btn{background:#0000;border:2px solid #9d4edd;border:2px solid var(--accent-primary);color:#9d4edd;color:var(--accent-primary)}.secondary-btn:hover{background:#9d4edd;background:var(--accent-primary);color:#fff;transform:translateY(-3px)}.card-grid{grid-gap:2.7rem;display:grid;gap:2.7rem;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));margin-top:3rem}.card{background:#191822d9;border:1.5px solid #9d4edd1a;border-radius:22px;box-shadow:0 8px 32px #0000002e;box-shadow:var(--card-shadow);padding:2.5rem 1.7rem;transition:box-shadow .3s,transform .3s}.card:hover{box-shadow:0 16px 40px #2fe7c826;box-shadow:var(--card-hover-shadow);transform:translateY(-8px) scale(1.03)}.icon-container{align-items:center;background:linear-gradient(90deg,#9d4edd,#2fe7c8);background:var(--gradient-primary);border-radius:50%;box-shadow:0 4px 16px #2fe7c81a;color:#fff;display:flex;font-size:2.3rem;height:64px;justify-content:center;margin-bottom:1.2rem;transition:background .3s,color .3s;width:64px}.card:hover .icon-container{background:linear-gradient(135deg,#ff7e67,#9d4edd);background:var(--gradient-accent)}.social-links{display:flex;gap:1rem}.social-icon{align-items:center;background:#ffffff0d;border-radius:50%;color:#9d4edd;color:var(--accent-primary);display:flex;font-size:1.6rem;height:42px;justify-content:center;transition:color .2s,transform .2s;width:42px}.social-icon:hover{background:#2fe7c814;color:#2fe7c8;color:var(--accent-tertiary);transform:translateY(-3px) scale(1.1)}.form-group{margin-bottom:1.5rem}.form-group label{color:#b3b3b3;color:var(--text-secondary);display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#f8f8f8;color:var(--text-primary);font-size:1rem;padding:1rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#9d4edd;border-color:var(--accent-primary);box-shadow:0 0 0 2px #9d4edd1a;outline:none}@media (max-width:992px){.section-title{font-size:2rem}.card-grid{gap:1.5rem}.section-blur{border-radius:18px}}@media (max-width:768px){.container{padding:0 1rem}section{padding:60px 0}.card-grid{gap:1.2rem;grid-template-columns:1fr}.card{padding:1.5rem 1rem}.section-title{font-size:1.5rem}.cta-button,.primary-btn,.secondary-btn,.view-all-btn{font-size:.9rem;padding:.8rem 1.5rem}}@media (max-width:576px){.section-title{font-size:1.1rem}.card-grid{gap:1rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}::-webkit-scrollbar-thumb{background:#9d4edd;background:var(--accent-primary);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#7b2cbf;background:var(--accent-secondary)}img{height:auto;max-width:100%}:focus{outline:2px solid #9d4edd;outline:2px solid var(--accent-primary);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}img.lazy-load{opacity:0;transition:opacity .3s}img.lazy-loaded{opacity:1}.error-message{background:#ff41411a;border-radius:8px;color:#ff4141;font-size:.9rem;margin-bottom:1rem;padding:.7rem 1rem}.form-group.has-error input,.form-group.has-error select,.form-group.has-error textarea{border-color:#ff4141}.form-error{color:#ff4141;font-size:.8rem;margin-top:.3rem}@media print{body{background:#fff;color:#000}.no-print{display:none}.print-only{display:block}a{color:#000;text-decoration:none}}.image-container{height:0;overflow:hidden;position:relative;width:100%}.aspect-ratio-16-9{padding-bottom:56.25%}.aspect-ratio-1-1{padding-bottom:100%}.image-container img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.d-none-sm{display:none}.d-none-md{display:block}@media (max-width:768px){.d-none-sm{display:block}.d-none-md{display:none}.container{padding:0 1rem}h1{font-size:calc(1.5rem + 1vw)!important}h2{font-size:calc(1.3rem + .5vw)!important}}
/*# sourceMappingURL=main.7aa03876.css.map*/