@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--color-bg:#080c14;--color-bg-2:#0c1120;--color-bg-3:#0f1628;--color-bg-card:#ffffff08;--color-cyan:#22d3ee;--color-cyan-dim:#0ea5c9;--color-purple:#a855f7;--color-orange:#f97316;--grad-brand:linear-gradient(135deg, #22d3ee 0%, #a855f7 55%, #f97316 100%);--grad-text:linear-gradient(90deg, #22d3ee, #a855f7);--color-white:#f8fafc;--color-cream:#e2e8f0;--color-cream-dim:#94a3b8;--color-green-wa:#25d366;--border-subtle:#22d3ee1f;--border-hover:#22d3ee59;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Outfit", system-ui, sans-serif;--radius:14px;--transition:.3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;font-size:16px}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-cream);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:9999;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.section-title{font-family:var(--font-serif);color:var(--color-white);text-wrap:balance;letter-spacing:-.01em;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:600;line-height:1.1}.section-title span{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{color:var(--color-cream-dim);margin-top:.75rem;font-size:1rem;font-weight:400}.eyebrow{letter-spacing:.2em;text-transform:uppercase;background:var(--grad-brand);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:inline-block}.divider{background:var(--grad-brand);border-radius:2px;width:56px;height:2px;margin:1.25rem 0 3rem}.divider.centered{margin:1.25rem auto 3rem}.btn{font-family:var(--font-sans);letter-spacing:.02em;cursor:pointer;transition:all var(--transition);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background:var(--grad-brand);color:#fff}.btn-primary:hover{filter:brightness(1.15);transform:translateY(-3px);box-shadow:0 12px 40px #22d3ee66}.btn-outline{border:1.5px solid var(--color-cyan);color:var(--color-cyan);background:0 0}.btn-outline:hover{border-color:var(--color-cyan);background:#22d3ee1a;transform:translateY(-2px);box-shadow:0 4px 20px #22d3ee33}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--grad-brand);border-radius:3px}.bg-alt{background-color:var(--color-bg-2)}.bg-alt-2{background-color:var(--color-bg-3)}.section-loader{background:var(--color-bg);justify-content:center;align-items:center;width:100%;height:300px;display:flex}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff0d}.navbar{z-index:100;padding:1.25rem 0;transition:background .4s,padding .4s,box-shadow .4s;position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(16px);background:#080c14eb;padding:.75rem 0;box-shadow:0 1px #22d3ee1f,0 4px 24px #00000080}.navbar__inner{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.navbar__logo{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.navbar__logo-img{object-fit:cover;border-radius:50%;width:38px;height:38px;box-shadow:0 0 0 2px #22d3ee80}.navbar__logo-text{font-family:var(--font-serif);color:var(--color-white);letter-spacing:.02em;font-size:1.15rem;font-weight:700}.navbar__logo-text .accent{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar__links{align-items:center;gap:2rem;list-style:none;display:flex}.navbar__link{font-family:var(--font-sans);letter-spacing:.12em;text-transform:uppercase;color:var(--color-cream-dim);font-size:.78rem;font-weight:500;transition:color .2s;position:relative}.navbar__link:after{content:"";background:var(--grad-brand);border-radius:2px;width:0;height:1.5px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar__link:hover{color:var(--color-cyan)}.navbar__link:hover:after{width:100%}.navbar__cta{flex-shrink:0;padding:.6rem 1.4rem;font-size:.8rem}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger-line{background:var(--color-cream);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar__mobile-menu{-webkit-backdrop-filter:blur(16px);background:#080c14f7;border-top:1px solid #22d3ee1a;flex-direction:column;padding:1rem 1.5rem 1.5rem;display:flex}.navbar__mobile-link{color:var(--color-cream);border-bottom:1px solid #ffffff0d;padding:.85rem 0;font-size:1rem;font-weight:500;transition:color .2s}.navbar__mobile-link:hover{color:var(--color-cyan)}.hidden-mobile{display:inline-flex}@media (width<=768px){.navbar__links,.hidden-mobile{display:none}.navbar__hamburger{display:flex}}.hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg-img{object-fit:cover;object-position:center 30%;width:100%;height:100%;transition:transform 12s;transform:scale(1.04)}.hero:hover .hero__bg-img{transform:scale(1.07)}.hero__overlay{background:linear-gradient(#080c144d 0%,#0000 30%),linear-gradient(#0000 45%,#080c14d9 100%),linear-gradient(135deg,#080c1499 0%,#22d3ee0a 100%);position:absolute;inset:0}.hero__orb{filter:blur(80px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero__orb--1{background:radial-gradient(circle,#22d3ee1f 0%,#0000 70%);width:500px;height:500px;animation:8s ease-in-out infinite alternate orb-float;top:-100px;right:-100px}.hero__orb--2{background:radial-gradient(circle,#a855f71a 0%,#0000 70%);width:400px;height:400px;animation:10s ease-in-out infinite alternate-reverse orb-float;bottom:0;left:-50px}.hero__orb--3{background:radial-gradient(circle,#f973160d 0%,#0000 70%);width:300px;height:300px;animation:12s ease-in-out infinite alternate orb-float;bottom:20%;right:15%}@keyframes orb-float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,-30px)scale(1.1)}}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;padding-top:5rem;display:flex;position:relative}.hero__badge{color:var(--color-cyan);letter-spacing:.1em;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#22d3ee14;border:1px solid #22d3ee4d;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.45rem 1.1rem;font-size:.78rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--color-cyan);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite badge-pulse}@keyframes badge-pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.hero__title{font-family:var(--font-serif);color:var(--color-white);text-shadow:0 2px 30px #0000004d;max-width:980px;margin-bottom:1.5rem;font-size:clamp(3rem,8.5vw,7rem);font-weight:700;line-height:1.08}.hero__title-accent{background:linear-gradient(90deg,#22d3ee,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;display:block}.hero__subtitle{color:#e2e8f0b3;max-width:580px;margin-bottom:2.5rem;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:300;line-height:1.75}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero__btn{padding:1rem 2.2rem;font-size:.95rem}.hero__scroll{z-index:1;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__scroll-text{letter-spacing:.22em;text-transform:uppercase;color:var(--color-cream-dim);font-size:.6rem}.hero__scroll-line{background:linear-gradient(to bottom, var(--color-cyan), transparent);width:1px;height:40px;animation:2s ease-in-out infinite scroll-pulse}@keyframes scroll-pulse{0%,to{opacity:.3;transform:scaleY(.8)}50%{opacity:1;transform:scaleY(1)}}@media (width<=600px){.hero__actions{flex-direction:column;width:100%;max-width:300px}.hero__btn{justify-content:center;width:100%}.break-desktop{display:none}}.footer{background:#05080f;border-top:1px solid #22d3ee1a;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer__glow{pointer-events:none;background:radial-gradient(#a855f714,#0000 70%);width:700px;height:200px;position:absolute;top:-60px;left:50%;transform:translate(-50%)}.footer__glow:after{content:"";background:radial-gradient(#22d3ee0f,#0000 70%);width:300px;height:150px;position:absolute;top:50px;left:10%}.footer__inner{text-align:center;flex-direction:column;align-items:center;display:flex}.footer__brand{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.footer__logo{object-fit:cover;border-radius:50%;width:64px;height:64px;box-shadow:0 0 0 2px #22d3ee66,0 0 20px #22d3ee26}.footer__name{font-family:var(--font-serif);color:var(--color-white);font-size:1.5rem;font-weight:700}.footer__name span{background:var(--grad-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.footer__tagline{color:var(--color-cream-dim);font-size:.9rem;font-style:italic}.footer__divider{background:var(--grad-brand);opacity:.5;width:56px;height:1px;margin-bottom:2rem}.footer__contact{flex-direction:column;align-items:center;gap:1rem;display:flex}.footer__location{color:var(--color-cream-dim);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.footer__whatsapp{color:#4ade80;align-items:center;gap:.6rem;font-size:1.35rem;font-weight:700;transition:opacity .2s;display:flex}.footer__whatsapp:hover{opacity:.8}.footer__socials{margin-top:.5rem}.footer__social-link{color:var(--color-cream-dim);align-items:center;gap:.5rem;font-size:.9rem;transition:color .2s;display:inline-flex}.footer__social-link:hover{color:var(--color-cyan)}.footer__bottom{text-align:center;border-top:1px solid #ffffff0a;margin-top:3rem;padding-top:1.5rem}.footer__bottom p{color:#94a3b859;letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.wa-btn{z-index:500;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:box-shadow .3s;display:flex;position:fixed;bottom:1.75rem;right:1.75rem;box-shadow:0 4px 20px #25d36666}.wa-btn:hover{box-shadow:0 6px 28px #25d36699}.wa-btn__icon{z-index:1;position:relative}.wa-btn__pulse{opacity:0;pointer-events:none;background:#25d366;border-radius:50%;animation:3s ease-out infinite wa-pulse;position:absolute;inset:-4px}@keyframes wa-pulse{0%{opacity:0;transform:scale(.95)}5%{opacity:.5}60%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.cursor-dot{background-color:var(--color-cyan);pointer-events:none;z-index:10000;mix-blend-mode:difference;border-radius:50%;width:12px;height:12px;position:fixed;top:0;left:0}.cursor-glow{pointer-events:none;z-index:9999;filter:blur(8px);background:radial-gradient(circle,#a855f74d 0%,#0000 70%);border-radius:50%;width:48px;height:48px;position:fixed;top:0;left:0}@media (width<=1024px){.cursor-dot,.cursor-glow{display:none}}
