@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@1,400..900&display=swap";:root{--bg-dark:#050608;--bg-card:#ffffff08;--bg-card-hover:#ffffff0f;--accent-primary:#0d10d3;--accent-secondary:#00f2ff;--accent:#0d10d3;--text-main:#fff;--text-muted:#94a3b8;--border-color:#ffffff14;--glass-bg:#0d0e1299;--gradient-tech:linear-gradient(135deg, #0d10d3 0%, #00f2ff 100%);--gradient-text:linear-gradient(to right, #fff, #a1a1aa);--container-max:1200px;--nav-height:80px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text-main);background-color:var(--bg-dark);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Outfit,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);background-image:linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-position:top;background-size:200px 100%;margin:0;overflow-x:hidden}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.serif-italic{letter-spacing:-2px;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.gradient-text{background:var(--gradient-tech);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.muted{color:var(--text-muted)}.container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.section-padding{padding:100px 0}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-color)}.btn-primary{background:var(--gradient-tech);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:.8rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00f2ff33}.btn-secondary{color:#fff;border:1px solid var(--border-color);cursor:pointer;background:0 0;border-radius:99px;padding:.8rem 1.5rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary:hover{border-color:var(--text-muted);background:#ffffff0d}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.w-full{width:100%}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-18{width:4.5rem}.w-64{width:16rem}.h-full{height:100%}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-18{height:4.5rem}.h-20{height:5rem}.h-24{height:6rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.text-center{text-align:center}.z-10{z-index:10}.z-50{z-index:50}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.top-0{top:0}.top-8{top:2rem}.left-0{left:0}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.-translate-y-1\/2{transform:translateY(-50%)}.translate-x-1\/2{transform:translate(50%)}.left-1\/2{left:50%}.-translate-x-1\/2{transform:translate(-50%)}.hidden{display:none}.mobile-bg-scrolled{-webkit-backdrop-filter:blur(10px);background-color:#050608f2;border-bottom:1px solid #ffffff1a}@media (width>=768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:block{display:block}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.md\:col-span-2{grid-column:span 2/span 2}.md\:bg-\[\#0d0e1299\]{background-color:#050608bf}.md\:bg-black\/55{background-color:#0000008c}.md\:backdrop-blur-\[10px\]{-webkit-backdrop-filter:blur(10px)}.md\:backdrop-blur-\[14px\]{-webkit-backdrop-filter:blur(14px)}.md\:border-white\/10{border:1px solid #ffffff1a}.md\:border-black\/10{border:1px solid #0000001a}.md\:shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.md\:rounded-full{border-radius:9999px}.md\:top-8{top:2rem}.md\:w-auto{width:auto}.md\:gap-0{gap:0}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:justify-center{justify-content:center}.md\:text-5xl{font-size:3rem}.md\:text-6xl{font-size:3.75rem}.md\:text-7xl{font-size:4.5rem}.md\:text-8xl{font-size:6rem}}@media (width>=1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:text-6xl{font-size:3.75rem}.lg\:text-7xl{font-size:4.5rem}.lg\:text-8xl{font-size:6rem}}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.text-7xl{font-size:4.5rem}.text-8xl{font-size:6rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.uppercase{text-transform:uppercase}.leading-1-1{line-height:1.1}.leading-1-3{line-height:1.3}.leading-1-4{line-height:1.4}.leading-relaxed{line-height:1.625}.tracking-tighter{letter-spacing:-.05em}.px-10vw{padding-left:10vw;padding-right:10vw}.min-w-35vw{min-width:35vw}.min-w-42vw{min-width:42vw}.min-w-50vw{min-width:50vw}.min-w-85vw{min-width:85vw}.aspect-5-4{aspect-ratio:5/4}.aspect-4-3{aspect-ratio:4/3}.rounded-2-5rem{border-radius:2.5rem}.mt-neg-2{margin-top:-2px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pt-32{padding-top:8rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.pl-4{padding-left:1rem}.pr-2{padding-right:.5rem}.pr-6{padding-right:1.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mt-2{margin-top:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.-space-x-3>*+*{margin-left:-.75rem}.border{border:1px solid var(--border-color)}.border-t{border-top:1px solid var(--border-color)}.border-r{border-right:1px solid var(--border-color)}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-transparent{border-color:#0000}.bg-white{background-color:#fff}.bg-black\/20{background-color:#0003}.bg-transparent{background-color:#0000}.text-black{color:#000}.text-white{color:#fff}.text-white\/50{color:#ffffff80}.text-white\/60{color:#fff9}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.aspect-video{aspect-ratio:16/9}.object-cover{object-size:cover;object-fit:cover}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:99px;padding:.4rem 1rem;font-size:.75rem;font-weight:500}.view-circle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;opacity:0;background:#ffffff26;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;font-family:Playfair Display,serif;font-size:1.1rem;font-style:italic;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;transform:scale(.8)}.project-card:hover .view-circle{opacity:1;transform:scale(1)}.project-card:hover img{transform:scale(1.05)}.no-underline{text-decoration:none}.inline-block{display:inline-block}.shadow-sm{box-shadow:0 1px 2px #0000000d}.px-10{padding-left:2.5rem;padding-right:2.5rem}.mt-16{margin-top:4rem}.py-40{padding-top:10rem;padding-bottom:10rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.border-slate-200{border-color:#e2e8f0}.text-slate-500{color:#64748b}.hover\:bg-slate-50:hover{background-color:#f8fafc}.transition-all{transition:all .3s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.group:hover .group-hover\:translate-x-1{transform:translate(.25rem)}.hero-section{min-height:50vh}@media (width>=1024px){.hero-section{min-height:80vh}.hero-heading{font-size:3rem!important}}@media (width>=1280px){.hero-heading{font-size:4.5rem!important}}@media (width>=1024px){.about-heading{font-size:2rem}}@media (width>=1280px){.about-heading{font-size:2.5rem}}.hero-gradient-bg{z-index:-1;background:#000;position:absolute;inset:0}.hero-gradient-bg:before{content:"";background:radial-gradient(70% 70% at 15% 25%,#0d10d3 0%,#0000 60%),radial-gradient(60% 60% at 85% 75%,#0d10d3 0%,#0000 60%);animation:6s ease-in-out infinite alternate blobA;position:absolute;inset:0}.hero-gradient-bg:after{content:"";opacity:0;background:radial-gradient(70% 70% at 75% 20%,#0d10d3 0%,#0000 60%),radial-gradient(60% 60% at 25% 80%,#0d10d3 0%,#0000 60%);animation:6s ease-in-out infinite alternate blobB;position:absolute;inset:0}@keyframes blobA{0%{opacity:1}to{opacity:0}}@keyframes blobB{0%{opacity:0}to{opacity:1}}.work-section{background:#050608;padding:8rem 0 6rem;position:relative;overflow:hidden}.work-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00f2ff0a 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.work-header{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}@media (width>=1024px){.work-header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.work-header-left{max-width:600px}.work-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-secondary);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.work-title{letter-spacing:-.04em;color:#fff;font-size:clamp(3rem,7vw,5.5rem);font-weight:600;line-height:1.05}.work-description{max-width:400px;color:var(--text-muted);font-size:1rem;line-height:1.7}@media (width>=1024px){.work-description{text-align:right}}.work-carousel-wrapper{cursor:grab;padding:0 0 2rem;position:relative;overflow:hidden}.work-carousel-wrapper:active{cursor:grabbing}.work-carousel-track{will-change:transform;gap:1.5rem;width:max-content;padding:0 2rem;display:flex}.work-scroll-progress{align-items:center;gap:1rem;margin-top:2rem;padding:0 max(2rem,5vw);display:flex}.work-progress-bar{background:#ffffff14;border-radius:99px;flex:1;max-width:200px;height:2px;overflow:hidden}.work-progress-fill{background:linear-gradient(90deg, var(--accent-secondary), #00f2ff66);border-radius:99px;height:100%;transition:width .1s linear}.work-scroll-arrows{gap:.75rem;display:flex}.work-arrow-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;transition:all .3s;display:flex}.work-arrow-btn:hover{color:var(--accent-secondary);background:#00f2ff1a;border-color:#00f2ff4d}.work-arrow-btn:disabled{opacity:.25;cursor:not-allowed}.work-arrow-btn:disabled:hover{color:#fff;background:#ffffff0a;border-color:#ffffff1f}.work-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:1.5rem;flex-shrink:0;width:calc(100vw - 4rem);min-width:0;max-width:calc(100vw - 4rem);transition:border-color .5s,box-shadow .5s;position:relative;overflow:hidden}@media (width>=768px){.work-card{width:auto;min-width:calc(50vw - 4rem);max-width:none}}@media (width>=1024px){.work-card{min-width:calc(40vw - 4rem)}}.work-card:hover{border-color:#00f2ff26;box-shadow:0 0 60px -15px #00f2ff14,0 25px 50px -12px #00000080}.work-card-image-wrap{width:100%;height:40vh;position:relative;overflow:hidden}@media (width>=768px){.work-card-image-wrap{height:50vh}}.work-card-image{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:transform .8s cubic-bezier(.23,1,.32,1)}.work-card:hover .work-card-image{transform:scale(1.08)}.work-card-overlay{background:linear-gradient(#0000 30%,#05060899 80%,#050608f2 100%);transition:opacity .5s;position:absolute;inset:0}.work-card-badges{z-index:5;flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;top:1.25rem;left:1.25rem}.work-badge{-webkit-backdrop-filter:blur(12px);color:#ffffffd9;letter-spacing:.03em;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff1f;border-radius:99px;padding:.35rem .85rem;font-size:.7rem;font-weight:500;transition:all .3s}.work-card:hover .work-badge{background:#ffffff26;border-color:#ffffff40}.work-card-center{z-index:10;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.work-view-circle{-webkit-backdrop-filter:blur(16px);color:#fff;opacity:0;background:#ffffff0f;border:1px solid #ffffff26;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;width:110px;height:110px;font-size:.9rem;font-weight:400;transition:all .5s cubic-bezier(.23,1,.32,1);display:flex;transform:scale(.7)}.work-card:hover .work-view-circle{opacity:1;transform:scale(1)}.work-card-info{border-top:1px solid #ffffff0f;align-items:center;gap:.85rem;padding:.85rem 1rem;display:flex;position:relative}@media (width>=768px){.work-card-info{gap:1.25rem;padding:1rem 1.25rem}}.work-card-number{color:#ffffff26;flex-shrink:0;font-family:Playfair Display,serif;font-size:1.5rem;font-style:italic;line-height:1}.work-card-title{color:#fff;letter-spacing:-.02em;white-space:nowrap;font-size:1rem;font-weight:600}.work-card-desc{color:var(--text-muted);font-size:.85rem;line-height:1.5;display:none}@media (width>=768px){.work-card-desc{max-width:300px;display:block}}.work-card:hover .work-card-number{color:var(--accent-secondary);transition:color .4s}.testimonials-section{background:var(--bg-dark);padding:4rem 0 3rem;position:relative;overflow:hidden}@media (width>=768px){.testimonials-section{padding:6rem 0 5rem}}.testimonials-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d10d314 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.testimonials-container{max-width:1100px;margin:0 auto;padding:0 2rem}.testimonials-header{text-align:center;margin-bottom:3.5rem}.testimonials-title{color:var(--text-main);margin-bottom:1.25rem;font-family:Outfit,system-ui,sans-serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;line-height:1.15}.testimonials-title-italic{background:var(--gradient-tech);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-style:italic;font-weight:500;display:block}.testimonials-subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-family:Outfit,system-ui,sans-serif;font-size:.95rem;line-height:1.75}.testimonials-marquee-wrapper{padding:1rem 0 2rem;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.testimonials-marquee-track{gap:1.5rem;width:max-content;display:flex}.marquee-left{animation:30s linear infinite marqueeLeft}.marquee-right{animation:30s linear infinite marqueeRight}.testimonials-marquee-wrapper:hover .testimonials-marquee-track{animation-play-state:paused}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.testimonial-card{-webkit-backdrop-filter:blur(16px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;flex-shrink:0;justify-content:space-between;gap:1.25rem;width:85vw;max-width:320px;padding:1.25rem;transition:border-color .3s,box-shadow .3s;display:flex}@media (width>=768px){.testimonial-card{gap:1.5rem;width:38vw;min-width:320px;max-width:none;padding:1.75rem}}.testimonial-card:hover{border-color:#00f2ff33;box-shadow:0 8px 40px #00f2ff0f,0 0 0 1px #00f2ff0d}.testimonial-quote{color:#ffffffbf;flex:1;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;line-height:1.8}.testimonial-author{align-items:center;gap:.75rem;display:flex}.testimonial-initials{color:#fff;letter-spacing:.05em;background:linear-gradient(135deg,#0d10d3,#00f2ff);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.75rem;font-weight:700;display:flex}.testimonial-name{color:var(--text-main);font-family:Outfit,system-ui,sans-serif;font-size:.9rem;font-weight:600;display:block}.testimonial-role{color:var(--text-muted);margin-top:.1rem;font-family:Outfit,system-ui,sans-serif;font-size:.78rem;display:block}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#444}.contact-section{background:#fff;padding:7rem 0 6rem;position:relative;overflow:hidden}.contact-glow{pointer-events:none;background:radial-gradient(circle,#0d10d30f 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-200px;right:-100px}.contact-container{max-width:1100px;margin:0 auto;padding:0 2rem}.contact-header{margin-bottom:3.5rem}.contact-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-primary);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-block}.contact-title{color:#0f172a;margin-bottom:1rem;font-family:Outfit,system-ui,sans-serif;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;line-height:1.15}.contact-subtitle{color:#64748b;max-width:480px;font-size:.95rem;line-height:1.75}.contact-body{grid-template-columns:1fr;gap:3rem;display:grid}@media (width>=768px){.contact-body{grid-template-columns:1fr 300px;align-items:start}}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.contact-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=600px){.contact-row{grid-template-columns:1fr}}.contact-field{flex-direction:column;gap:.5rem;display:flex}.contact-field label{color:#64748b;letter-spacing:.03em;font-size:.8rem;font-weight:500}.contact-field input,.contact-field textarea,.contact-field select{color:#0f172a;resize:none;appearance:none;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") right 1rem center no-repeat;border:1px solid #e2e8f0;border-radius:.75rem;outline:none;padding:.85rem 1rem;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;transition:border-color .3s,box-shadow .3s}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#94a3b8}.contact-field input:focus,.contact-field textarea:focus,.contact-field select:focus{border-color:#0d10d366;box-shadow:0 0 0 3px #0d10d30f}.contact-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d10d3,#00f2ff);border:none;border-radius:99px;align-self:flex-start;padding:.9rem 2rem;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;font-weight:600;transition:opacity .3s,transform .3s}.contact-submit:hover{opacity:.88;transform:translateY(-2px)}.contact-success{text-align:center;border:1px solid #0d10d326;border-radius:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.contact-success span{color:var(--accent-primary);font-size:2rem}.contact-success p{color:#64748b;font-size:.95rem}.contact-side{flex-direction:column;gap:1.75rem;display:flex}.contact-info-block{flex-direction:column;gap:.3rem;display:flex}.contact-info-label{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;font-size:.75rem;font-weight:600}.contact-info-value{color:#0f172a;font-size:.95rem;text-decoration:none;transition:color .2s}a.contact-info-value:hover{color:var(--accent-primary)}.contact-whatsapp{color:#fff;background:#25d366;border-radius:99px;align-items:center;gap:.65rem;width:fit-content;margin-top:.5rem;padding:.85rem 1.5rem;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .3s,transform .3s;display:inline-flex}.contact-whatsapp:hover{opacity:.88;transform:translateY(-2px)}.footer-root{background:#050608}.footer-cta{background-image:url(/b3c1e4e7f4be94a1ce2d01d397afaa87.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:4rem 2rem;position:relative;overflow:hidden}.footer-cta:before{content:"";z-index:0;background:linear-gradient(135deg,#0d10d3e0 0%,#00c8d4bf 100%);position:absolute;inset:0}.footer-cta-inner{z-index:1;flex-direction:column;align-items:flex-start;gap:2rem;max-width:1100px;margin:0 auto;display:flex;position:relative}@media (width>=768px){.footer-cta-inner{flex-direction:row;justify-content:space-between;align-items:center}}@media (width<=767px){.footer-cta{padding:3rem 1.25rem}.footer-cta-inner{text-align:center;align-items:center;gap:1.5rem}.footer-cta-title{font-size:1.1rem}.footer-cta-sub{font-size:.75rem}.footer-cta-btn{justify-content:center;width:100%;padding:.85rem 1.5rem}}.footer-cta-title{color:#fff;margin-bottom:.4rem;font-family:Outfit,system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700}.footer-cta-sub{color:#ffffffbf;font-size:.95rem}.footer-cta-btn{color:#0d10d3;white-space:nowrap;background:#fff;border-radius:99px;flex-shrink:0;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;font-weight:700;text-decoration:none;transition:opacity .3s,transform .3s;display:inline-flex}.footer-cta-btn:hover{opacity:.9;transform:translateY(-2px)}.footer-main{border-top:1px solid #ffffff0d;padding:5rem 0 2rem}.footer-container{max-width:1100px;margin:0 auto;padding:0 2rem}.footer-grid{grid-template-columns:1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand{flex-direction:column;gap:1.25rem;display:flex}.footer-logo img{object-fit:contain;width:auto;height:120px}.footer-tagline{color:#fff;max-width:280px;font-size:.88rem;line-height:1.75}.footer-contact-list{flex-direction:column;gap:.6rem;display:flex}.footer-contact-item{color:#fff;align-items:center;gap:.5rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:flex}a.footer-contact-item:hover{color:#00f2ff}.footer-socials{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.footer-social-link{color:#fff;border:1px solid #ffffff4d;border-radius:99px;padding:.3rem .75rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s}.footer-social-link:hover{color:#00f2ff;border-color:#00f2ff40}.footer-link-col ul{flex-direction:column;gap:.85rem;list-style:none;display:flex}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:#fff;margin-bottom:1.25rem;font-size:.75rem;font-weight:700}.footer-link{color:#fff;font-size:.88rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-bottom{text-align:center;color:#fff;border-top:1px solid #ffffff26;flex-direction:column;align-items:center;gap:.5rem;padding-top:2rem;font-size:.8rem;display:flex}@media (width>=768px){.footer-bottom{text-align:left;flex-direction:row;justify-content:space-between}}.work-cursor{-webkit-backdrop-filter:blur(12px);pointer-events:none;z-index:9999;color:#fff;text-align:center;background:#ffffff1f;border:1px solid #ffffff40;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;font-size:.75rem;font-weight:600;line-height:1.3;display:flex;position:fixed;top:0;left:0;transform:translate(-50%,-50%);box-shadow:0 4px 24px #0003}.work-cursor .serif-italic{font-size:.85rem}.discovery-backdrop{z-index:10000;-webkit-backdrop-filter:blur(16px);background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.discovery-popup{-webkit-backdrop-filter:blur(48px);background:#080a1ceb;border:1px solid #ffffff1f;border-radius:1.75rem;width:100%;max-width:520px;max-height:90vh;margin-top:90px;padding:2.5rem;position:relative;overflow-y:auto;box-shadow:0 32px 80px #000000b3,0 0 0 1px #ffffff0d}.discovery-close{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.discovery-close:hover{color:#fff;background:#ffffff26}.discovery-header{margin-bottom:2rem}.discovery-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-secondary);margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:inline-block}.discovery-title{color:#fff;margin-bottom:.6rem;font-family:Outfit,system-ui,sans-serif;font-size:1.9rem;font-weight:700;line-height:1.2}.discovery-subtitle{color:#ffffff8c;font-size:.88rem;line-height:1.6}.discovery-form{flex-direction:column;gap:1rem;display:flex}.discovery-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=480px){.discovery-row{grid-template-columns:1fr}}.discovery-field{flex-direction:column;gap:.4rem;display:flex}.discovery-field label{color:#ffffff80;letter-spacing:.03em;font-size:.75rem;font-weight:500}.discovery-field input,.discovery-field textarea,.discovery-field select{color:#fff;resize:none;appearance:none;background:#ffffff12;border:1px solid #ffffff1f;border-radius:.65rem;outline:none;padding:.75rem .9rem;font-family:Outfit,system-ui,sans-serif;font-size:.88rem;transition:border-color .3s,box-shadow .3s}.discovery-field input::placeholder,.discovery-field textarea::placeholder{color:#ffffff40}.discovery-field select option{color:#fff;background:#0d0e12}.discovery-field input:focus,.discovery-field textarea:focus,.discovery-field select:focus{border-color:#00f2ff66;box-shadow:0 0 0 3px #00f2ff14}.discovery-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d10d3,#00f2ff);border:none;border-radius:99px;margin-top:.5rem;padding:.9rem 2rem;font-family:Outfit,system-ui,sans-serif;font-size:.9rem;font-weight:600;transition:opacity .3s,transform .3s}.discovery-submit:hover{opacity:.88;transform:translateY(-2px)}.discovery-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}.discovery-success-icon{color:#fff;background:linear-gradient(135deg,#0d10d3,#00f2ff);border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.25rem;display:flex}.discovery-success p{color:#ffffffb3;max-width:320px;font-size:.9rem;line-height:1.6}.services-section{background:var(--bg-dark);padding:7rem 0 6rem;position:relative;overflow:hidden}.services-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#0d10d31a 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-150px;right:-100px}.services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-header{max-width:680px;margin-bottom:3.5rem}.services-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-secondary);margin-bottom:1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.services-intro{color:var(--text-main);font-family:Outfit,system-ui,sans-serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:500;line-height:1.5}.services-intro-highlight{color:var(--accent-secondary);font-family:Playfair Display,serif;font-style:italic}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width>=768px){.services-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff12;border-radius:1.25rem;flex-direction:column;justify-content:space-between;min-height:320px;padding:0;transition:border-color .4s,background .4s,box-shadow .4s,transform .4s;display:flex;position:relative;overflow:hidden}.service-card--active{background:linear-gradient(170deg,#0d10d314 0%,#00f2ff0a 60%,#0d10d326 100%);border-color:#00f2ff80;transform:translateY(-6px);box-shadow:0 0 0 1px #00f2ff33,0 20px 60px #0d10d340}.service-card--active:before{content:"";opacity:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='rgba(0,242,255,0.15)' stroke-width='1'%3E%3Cpath d='M10 10 L40 10 L40 40 L70 40'/%3E%3Cpath d='M70 10 L70 70 L100 70'/%3E%3Cpath d='M10 70 L40 70 L40 100 L70 100'/%3E%3Ccircle cx='40' cy='10' r='3' fill='rgba(0,242,255,0.2)'/%3E%3Ccircle cx='70' cy='40' r='3' fill='rgba(0,242,255,0.2)'/%3E%3Ccircle cx='40' cy='70' r='3' fill='rgba(0,242,255,0.2)'/%3E%3Ccircle cx='100' cy='70' r='3' fill='rgba(0,242,255,0.2)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:80px 80px;width:70%;height:55%;position:absolute;top:0;right:0}.service-card-top{flex:1;padding:1.5rem 1.25rem 1rem}.service-card-icon{color:#fff;background:linear-gradient(135deg,#0d10d3,#00f2ff);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:0;display:flex;box-shadow:0 4px 16px #0d10d366}.service-card-body{flex-direction:column;gap:.3rem;padding:0 1.25rem 1.25rem;display:flex}.service-card-subtitle{color:var(--accent-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:.7rem;font-weight:500}.service-card-title{color:var(--text-main);font-family:Outfit,system-ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.3}.service-card--active .service-card-title{background:linear-gradient(135deg,#fff 0%,#00f2ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem}.service-card-desc{color:#ffffff8c;margin-top:.4rem;font-size:.82rem;line-height:1.6}.service-card-btn{color:#ffffff80;text-align:center;background:#ffffff0d;border:none;border-top:1px solid #ffffff12;width:100%;padding:.85rem 1rem;font-family:Outfit,system-ui,sans-serif;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.service-card--active .service-card-btn{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#0d10d3,#00a8b8);border-top-color:#0000;font-weight:600}.service-card-btn:hover{color:#fff;background:#00f2ff1a}.about-summary-section{background:#050608;padding:8rem 0;position:relative;overflow:hidden}.about-summary-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00f2ff0d 0%,#0d10d30d 40%,#0000 70%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.about-summary-section .container{z-index:1;position:relative}.faq-section{background:var(--bg-dark);padding:8rem 0;position:relative;overflow:hidden}.faq-section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#00f2ff0d 0%,#0d10d30d 40%,#0000 70%);width:1000px;height:1000px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq-section .container{z-index:1;position:relative}.faq-list{flex-direction:column;gap:1rem;display:flex}.faq-item{background:#ffffff05;border:1px solid #ffffff14;border-radius:1rem;transition:all .3s;overflow:hidden}.faq-item:hover{background:#ffffff0a;border-color:#00f2ff4d;transform:translateY(-2px)}.faq-item.active{background:#ffffff0f;border-color:#00f2ff99;box-shadow:0 10px 30px -10px #00f2ff26}.faq-question{text-align:left;cursor:pointer;color:#fff;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem;display:flex}.faq-icon{color:#00f2ff;background:#00f2ff0d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.faq-item:hover .faq-icon{background:#00f2ff26;transform:scale(1.1)}.faq-item.active .faq-icon{color:#000;background:#00f2ff;transform:rotate(180deg)scale(1.1)}.faq-answer{color:#94a3b8;padding:0 1.5rem 1.5rem;font-size:1.125rem;line-height:1.6}.blog-home-grid{grid-template-columns:1fr;gap:28px;max-width:960px;margin:0 auto;display:grid}@media (width>=640px){.blog-home-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.blog-home-grid{grid-template-columns:repeat(3,1fr)}}.privacy-page{z-index:1;min-height:100vh;padding:150px 20px 100px;position:relative;color:#000!important;background-color:#fff!important}.privacy-page:before{content:"";z-index:-1;background-color:#fff;position:absolute;inset:0}.privacy-container{max-width:1000px;margin:0 auto}.privacy-header{border-bottom:1px solid #eaeaea;margin-bottom:60px;padding-bottom:40px}.privacy-date{color:#0d10d3;background-color:#f0f4ff;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-flex}.privacy-title{letter-spacing:-1px;color:#000;margin-bottom:16px;font-size:3.5rem;font-weight:800;line-height:1.1}.privacy-subtitle{color:#666;font-size:1.2rem;font-weight:400}.privacy-section{border-bottom:1px solid #f0f0f0;grid-template-columns:1fr;gap:20px;padding:40px 0;display:grid}@media (width>=768px){.privacy-section{grid-template-columns:1fr 2.5fr;gap:60px}}.privacy-section:last-child{border-bottom:none}.privacy-section-title{color:#000;align-items:flex-start;gap:15px;font-size:1.4rem;font-weight:700;display:flex}.privacy-icon{color:#0d10d3;background:#0d10d314;border-radius:12px;flex-shrink:0;padding:10px}.privacy-content{color:#333;font-size:1.1rem;line-height:1.8}.privacy-content p{margin-bottom:20px}.privacy-content p:last-child{margin-bottom:0}#root{width:100%;margin:0;padding:0}.sp-breadcrumbs{margin-bottom:1.5rem}.sp-breadcrumbs ol{flex-wrap:wrap;align-items:center;gap:.25rem;list-style:none;display:flex}.sp-breadcrumbs li{align-items:center;gap:.25rem;font-size:.85rem;display:flex}.sp-breadcrumb-link{color:#ffffff80;text-decoration:none;transition:color .2s}.sp-breadcrumb-link:hover{color:var(--accent-secondary)}.sp-breadcrumb-sep{color:#ffffff40}.sp-breadcrumb-current{color:#ffffffbf}.sp-hero{justify-content:center;align-items:center;min-height:75vh;padding:140px 24px 80px;display:flex;position:relative;overflow:hidden}.sp-hero-bg{z-index:0;position:absolute;inset:0}.sp-hero-gradient{background:radial-gradient(ellipse 80% 60% at 50% 30%, #0d10d333 0%, transparent 70%), linear-gradient(to bottom, var(--bg-dark) 0%, #0d10d30d 50%, var(--bg-dark) 100%);position:absolute;inset:0}.sp-hero-grid-pattern{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 30%,#0000 80%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 30%,#0000 80%)}.sp-hero-content{z-index:1;text-align:center;max-width:800px;margin:0 auto;position:relative}.sp-hero-tagline{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-secondary);background:#00f2ff0d;border:1px solid #00f2ff33;border-radius:999px;margin-bottom:1.5rem;padding:6px 18px;font-size:.8rem;font-weight:600;display:inline-block}.sp-hero-title{letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.1}.sp-hero-highlight{background:var(--gradient-tech);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Playfair Display,serif;font-style:italic;font-weight:400}.sp-hero-desc{color:#fff9;max-width:640px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.sp-hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.sp-hero-btn-primary{color:#000;background:#fff;border:none;border-radius:999px;padding:14px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.sp-hero-btn-primary:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.sp-hero-btn-secondary{color:#fffc;background:0 0;border:1px solid #ffffff26;border-radius:999px;padding:14px 32px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.sp-hero-btn-secondary:hover{color:#fff;background:#ffffff0d;border-color:#ffffff4d}.sp-section{padding:80px 24px;position:relative}.sp-section-alt{background:#ffffff04;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:80px 24px;position:relative}.sp-container{max-width:1100px;margin:0 auto}.sp-section-header{text-align:center;margin-bottom:3.5rem}.sp-section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-secondary);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.sp-section-title{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;line-height:1.15}.sp-section-desc{color:#ffffff8c;max-width:650px;margin:0 auto;font-size:1.05rem;line-height:1.7}.sp-grid-2,.sp-grid-3,.sp-grid-4{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.sp-grid-2,.sp-grid-3,.sp-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.sp-grid-3{grid-template-columns:repeat(3,1fr)}.sp-grid-4{grid-template-columns:repeat(4,1fr)}}.sp-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;padding:2rem;transition:all .35s;position:relative;overflow:hidden}.sp-card:before{content:"";background:var(--gradient-tech);opacity:0;height:2px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.sp-card:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-4px)}.sp-card:hover:before{opacity:1}.sp-card-icon{width:48px;height:48px;color:var(--accent-secondary);background:#0d10d31f;border:1px solid #0d10d333;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .3s;display:flex}.sp-card:hover .sp-card-icon{background:#0d10d333;border-color:#0d10d359}.sp-card-title{color:#fff;margin-bottom:.75rem;font-size:1.15rem;font-weight:600}.sp-card-desc{color:#ffffff80;font-size:.92rem;line-height:1.65}.sp-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width>=768px){.sp-stats-grid{grid-template-columns:repeat(4,1fr)}}.sp-stat-item{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1.5rem}.sp-stat-number{background:var(--gradient-tech);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.35rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.sp-stat-label{color:#ffffff80;font-size:.85rem;font-weight:500}.sp-process-grid{counter-reset:process;grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.sp-process-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.sp-process-grid{grid-template-columns:repeat(4,1fr)}}.sp-process-step{counter-increment:process;background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:2rem 1.5rem;position:relative}.sp-process-number{color:#0d10d326;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.sp-process-title{color:#fff;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.sp-process-desc{color:#ffffff80;font-size:.88rem;line-height:1.6}.sp-feature-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.sp-feature-item{color:#ffffffb3;background:#ffffff05;border:1px solid #ffffff0a;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5;display:flex}.sp-feature-item svg{color:var(--accent-secondary);flex-shrink:0;margin-top:2px}.sp-two-col{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=768px){.sp-two-col{grid-template-columns:1fr 1fr}}.sp-two-col-text h2{color:#fff;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.sp-two-col-text p{color:#ffffff8c;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.sp-related-card{background:#ffffff06;border:1px solid #ffffff0f;border-radius:16px;height:100%;padding:2rem;text-decoration:none;transition:all .35s;display:block}.sp-related-card:hover{background:#ffffff0b;border-color:#ffffff1f;transform:translateY(-4px)}.sp-related-card-icon{width:44px;height:44px;color:var(--accent-secondary);background:#0d10d31f;border:1px solid #0d10d333;border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.sp-related-card-title{color:#fff;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.sp-related-card-desc{color:#ffffff80;margin-bottom:1rem;font-size:.88rem;line-height:1.6}.sp-related-card-link{color:var(--accent-secondary);align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;transition:gap .2s;display:inline-flex}.sp-related-card:hover .sp-related-card-link{gap:.6rem}.sp-cta-section{padding:80px 24px}.sp-cta-box{text-align:center;background:#ffffff06;border:1px solid #ffffff0f;border-radius:24px;max-width:800px;margin:0 auto;padding:4rem 2.5rem;position:relative;overflow:hidden}.sp-cta-glow{pointer-events:none;background:radial-gradient(circle,#0d10d326 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.sp-cta-title{color:#fff;margin-bottom:1rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;position:relative}.sp-cta-desc{color:#ffffff8c;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.7;position:relative}.sp-cta-btn{color:#000;background:#fff;border-radius:999px;align-items:center;gap:.5rem;padding:14px 32px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.sp-cta-btn:hover{background:#ffffffe6;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.sp-faq-list{flex-direction:column;gap:.5rem;max-width:720px;margin:0 auto;display:flex}.sp-faq-item{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;transition:all .3s;overflow:hidden}.sp-faq-item--open{background:#ffffff09;border-color:#ffffff1a}.sp-faq-question{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.sp-faq-question:hover{color:var(--accent-secondary)}.sp-faq-chevron{color:#ffffff59;flex-shrink:0;transition:transform .3s}.sp-faq-chevron--open{transform:rotate(180deg)}.sp-faq-answer{overflow:hidden}.sp-faq-answer p{color:#ffffff8c;padding:0 1.5rem 1.25rem;font-size:.92rem;line-height:1.7}.sp-content-block{max-width:720px;margin:0 auto}.sp-content-block h3{color:#fff;margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.sp-content-block h3:first-child{margin-top:0}.sp-content-block p{color:#ffffff8c;margin-bottom:1rem;font-size:1rem;line-height:1.75}.sp-content-block ul{margin-bottom:1.5rem;list-style:none}.sp-content-block ul li{color:#ffffff8c;margin-bottom:.5rem;padding-left:1.25rem;font-size:.95rem;line-height:1.7;position:relative}.sp-content-block ul li:before{content:"";background:var(--accent-secondary);border-radius:50%;width:6px;height:6px;position:absolute;top:.65em;left:0}.sp-content-block a{color:var(--accent-secondary);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.sp-content-block a:hover{border-bottom-color:var(--accent-secondary)}.nav-dropdown{position:relative}.nav-dropdown-menu{-webkit-backdrop-filter:blur(20px);z-index:100;background:#0a0a0ff7;border:1px solid #ffffff14;border-radius:16px;min-width:260px;margin-top:8px;padding:8px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 20px 60px #00000080}.nav-dropdown-menu a{color:#ffffffa6;border-radius:10px;padding:10px 16px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.nav-dropdown-menu a:hover{color:#fff;background:#ffffff0f}.nav-dropdown-menu--light{background:#fffffff7;border-color:#00000014;box-shadow:0 20px 60px #00000026}.nav-dropdown-menu--light a{color:#000000a6}.nav-dropdown-menu--light a:hover{color:#000;background:#0000000a}@media (width<=768px){.sp-hero{min-height:60vh;padding:120px 20px 60px}.sp-section,.sp-section-alt,.sp-cta-section{padding:60px 16px}.sp-cta-box{padding:3rem 1.5rem}}
