@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";html{scroll-behavior:smooth;box-sizing:border-box;font-size:18px;overflow-x:hidden}@media (max-width:768px){html{font-size:16px}}@media (max-width:480px){html{font-size:15px}}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Montserrat,ui-sans-serif,system-ui,sans-serif;font-size:1rem;line-height:1.65;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img,video{max-width:100%;display:block}::selection{color:#000;background:#beb0a2}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#beb0a2;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a89a8c}.navbar{z-index:1000;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:fixed;top:1.25rem;left:0;right:0}.navbar-pill{pointer-events:all;background:#111;border-radius:9999px;grid-template-columns:1fr auto 1fr;align-items:center;width:fit-content;max-width:calc(100vw - 3rem);padding:.5rem .5rem .5rem .75rem;display:grid;box-shadow:0 2px 20px #00000080}.navbar-logo{color:#fff;justify-content:center;align-items:center;gap:.6rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.navbar-logo:hover{opacity:.7}.logo-icon{justify-content:center;align-items:center;width:30px;height:30px;display:flex;overflow:hidden}.logo-icon img{object-fit:contain;width:100%;height:100%}.logo-text{letter-spacing:.02em;color:#fff;font-size:.95rem;font-weight:600}.navbar-links{justify-self:start;align-items:center;gap:.1rem;display:flex}.nav-link{color:#ffffffbf;border-radius:9999px;padding:.45rem 1.75rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .18s,color .18s}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.active{color:#fff}.navbar-button{color:#fff;background:#ffffff1f;border-radius:9999px;flex-shrink:0;justify-self:end;align-items:center;margin-left:.25rem;margin-right:.65rem;padding:.5rem 1.1rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .18s,transform .15s;display:inline-flex;position:relative;overflow:hidden}.navbar-button:hover{background:#ffffff38;transform:translateY(-1px)}.button-text-default,.button-text-hover{transition:opacity .25s}.button-text-hover{opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.navbar-button:hover .button-text-default{opacity:0}.navbar-button:hover .button-text-hover{opacity:1}.cm-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.cm-card{text-align:center;background:#111;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:380px;padding:2.5rem 2rem;display:flex;position:relative}.cm-close{color:#ffffff59;cursor:pointer;background:0 0;border:none;padding:.35rem;font-size:1rem;line-height:1;transition:color .15s;position:absolute;top:1rem;right:1rem}.cm-close:hover{color:#fff}.cm-logo{width:44px;height:44px;margin-bottom:.5rem}.cm-logo img{object-fit:contain;width:100%;height:100%}.cm-title{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.cm-subtitle{color:#ffffff73;max-width:280px;margin:0;font-size:.85rem;line-height:1.6}.cm-form{flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.cm-input{color:#fff;letter-spacing:.12em;text-align:center;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .18s}.cm-input:focus{border-color:#beb0a2}.cm-input::placeholder{color:#fff3;letter-spacing:.02em}.cm-btn{color:#111;cursor:pointer;background:#fff;border:none;border-radius:12px;width:100%;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .18s,opacity .18s}.cm-btn:hover:not(:disabled){background:#beb0a2}.cm-btn:disabled{opacity:.35;cursor:not-allowed}.cm-hint{color:#ffffff4d;margin:.25rem 0 0;font-size:.78rem}.cm-hint a{color:#beb0a2;text-decoration:none}.cm-hint a:hover{text-decoration:underline}.navbar-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:.25rem;padding:6px;display:none}.navbar-hamburger span{background:#ffffffd9;border-radius:2px;width:20px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger.is-open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-hamburger.is-open span:nth-child(2){opacity:0}.navbar-hamburger.is-open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.navbar-mobile-menu{pointer-events:all;background:#111;border-radius:1.25rem;flex-direction:column;width:fit-content;min-width:220px;max-width:calc(100vw - 3rem);margin-top:.5rem;padding:.5rem 1.25rem 1.25rem;display:flex;box-shadow:0 4px 24px #0006}.mobile-nav-link{color:#fffc;border-bottom:1px solid #ffffff12;padding:1rem 0;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s}.mobile-nav-link:hover{color:#fff}.mobile-nav-btn{text-align:center;background:#ffffff1f;border-radius:9999px;margin-top:1rem;color:#fff!important;border-bottom:none!important;padding:.85rem!important}@media (max-width:600px){.navbar{top:1rem}.navbar-pill{justify-content:space-between;width:calc(100vw - 2rem);display:flex}.navbar-links{display:none}.navbar-button{justify-self:unset;margin-left:auto;display:inline-flex}.navbar-hamburger{display:none}}.lazy-wrap{background:#f0ece8;width:100%;height:100%;position:relative;overflow:hidden}.lazy-skeleton{background:linear-gradient(90deg,#f0ece8 25%,#e8e2dc 50%,#f0ece8 75%) 0 0/200% 100%;transition:opacity .3s;animation:1.4s infinite shimmer;position:absolute;inset:0}.lazy-wrap--loaded .lazy-skeleton{opacity:0;pointer-events:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lazy-img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.lazy-wrap--loaded .lazy-img{opacity:1}:root{--brand:#beb0a2;--brand-dark:#a89a8c;--black:#111;--white:#fff;--gray-light:#f7f5f3;--gray-mid:#666;--max-w:1200px}.btn{letter-spacing:.03em;cursor:pointer;border:1.5px solid #0000;border-radius:999px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,border-color .2s,transform .15s;display:inline-block}.btn-primary{background:var(--black);color:var(--white);border-color:var(--black)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px)}.btn-secondary{color:var(--black);border-color:var(--black);background:0 0}.btn-secondary:hover{background:var(--black);color:var(--white);transform:translateY(-1px)}.projects-section .btn-secondary{color:var(--white);border-color:#fff6}.projects-section .btn-secondary:hover{background:var(--white);color:var(--black)}.btn-white{background:var(--white);color:var(--black);border-color:var(--white)}.btn-white:hover{background:var(--brand);border-color:var(--brand);color:var(--white);transform:translateY(-1px)}.btn-sm{padding:.7rem 1.5rem;font-size:.95rem}.section-inner{max-width:var(--max-w);width:100%;margin:0 auto;padding:0 2.5rem}.section-inner h2{color:var(--black);margin:0 0 .5rem;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:700;line-height:1.15}.section-subtitle{color:var(--gray-mid);margin:0 0 2.25rem;font-size:1rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.hero{background:#000;flex-direction:column;min-height:115vh;display:flex;position:relative}.hero-bg{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.hero-bg:before{content:"";filter:blur(60px);background:radial-gradient(at 40% 40%,#beb0a252 0%,#beb0a224 40%,#0000 70%);width:70%;height:100%;position:absolute;top:-15%;left:-10%}.hero-bg:after{content:"";opacity:.04;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.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px 180px;position:absolute;inset:0}.hero-inner{z-index:1;flex:1;grid-template-columns:1.1fr .9fr;justify-content:center;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;padding:4.5rem 1.5rem 2rem;display:grid;position:relative}.hero-text h1{color:var(--white);margin:0 0 1.75rem;font-size:clamp(2.2rem,3.8vw,3.4rem);font-weight:700;line-height:1.2}.accent{color:var(--brand)}.hero-text p{color:#fff9;max-width:500px;margin:0 0 2.75rem;font-size:1.2rem;line-height:1.75}.btn-hero-cta{color:#111;letter-spacing:.01em;background:#fff;border:none;border-radius:999px;align-items:center;gap:.65rem;padding:1.05rem 2.25rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;box-shadow:0 0 #beb0a200}.btn-hero-cta:hover{background:#f0ebe5;transform:translateY(-2px);box-shadow:0 8px 32px #beb0a259}.hero-cta-icon{color:#25d366;align-items:center;display:flex}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-model{justify-content:center;align-items:center;display:flex}.model-placeholder{aspect-ratio:4/3;border:2px dashed var(--brand);color:#fff6;background:#ffffff0d;border-radius:4px;justify-content:center;align-items:center;width:100%;font-size:1rem;display:flex}.hero-logos{background:var(--black);width:100%;margin-top:auto;padding:1rem 0}.hero-logos-label{text-align:center;letter-spacing:.14em;text-transform:uppercase;color:#fff6;margin-bottom:1.5rem;font-size:.72rem;font-weight:300}.logos-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(.75rem,2.5vw,3rem);padding:0 1.5rem;display:flex}.logo-item{object-fit:contain;opacity:1;filter:brightness(1.4)contrast(1.1);flex-shrink:1;width:auto;max-width:clamp(60px,8vw,140px);height:clamp(22px,3.5vw,52px);transition:filter .2s}.logo-item:hover{filter:brightness(1.8)contrast(1.1)}.quote-section{background:var(--brand);padding:1.75rem .5rem;overflow:hidden}.quote-text{color:var(--black);text-align:center;white-space:nowrap;width:100%;margin:0;font-size:clamp(.4rem,2.7vw,2.2rem);font-weight:300;line-height:1.2}.how-section{background:var(--white);padding:5rem 0}.how-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.how-card{border:1px solid #e8e4e0;border-radius:20px;padding:1.5rem}.how-icon{color:var(--brand);margin-bottom:1.25rem;font-size:2.25rem;display:block}.how-card h3{color:var(--black);margin:0 0 .5rem;font-size:1rem;font-weight:700}.how-card p{color:var(--gray-mid);margin:0;font-size:.9rem;line-height:1.65}.projects-section{background:#000;padding:5rem 0}.projects-section .section-inner h2{color:var(--white)}.projects-section .section-subtitle{color:#ffffff73}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.project-card{color:inherit;background:#1a1a1a;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #beb0a240}.project-img{aspect-ratio:4/3;position:relative}.project-info{padding:1.5rem}.project-info h3{color:var(--white);margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.project-info p{color:#ffffff73;margin:0;font-size:1rem;line-height:1.6}.testimonials-section{background:var(--white);padding:5rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2rem;display:grid}.testimonial-card{border:1px solid #e8e4e0;border-radius:20px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.testimonial-top{align-items:center;gap:.85rem;display:flex}.testimonial-avatar{background:var(--brand);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-name{color:var(--black);margin:0;font-size:.9rem;font-weight:700;line-height:1.2}.stars{gap:1px;margin-top:3px;display:flex}.google-logo{flex-shrink:0;margin-left:auto}.testimonial-time{color:var(--gray-mid);margin:0;font-size:.85rem}.testimonial-text{color:#444;flex:1;margin:0;font-size:.875rem;line-height:1.7}.testimonial-link{color:#4285f4;font-size:.875rem;font-weight:600;text-decoration:none}.testimonial-link:hover{text-decoration:underline}.plans-section{background:#000;padding:5rem 0}.plans-section .section-inner h2{color:var(--white)}.plans-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:860px;margin:2.5rem auto 0;display:grid}.plan-card{background:#111;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:1.75rem;display:flex}.plan-top{margin-bottom:1rem}.plan-icon{font-size:1.75rem}.plan-title{color:var(--white);margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.plan-subtitle{color:var(--brand);margin:0 0 .85rem;font-size:.85rem;font-weight:600}.plan-desc{color:#ffffff73;flex:1;margin:0 0 1.25rem;font-size:.9rem;line-height:1.65}.plan-features{flex-direction:column;gap:.55rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.plan-features li{color:#ffffffbf;align-items:center;gap:.55rem;font-size:.875rem;display:flex}.plan-btn{text-align:center;width:100%}.cta-highlight{padding:0 .75rem;display:inline-block;position:relative}.cta-highlight:before{content:"";background:var(--brand);z-index:0;border-radius:3px;position:absolute;inset:-.1em -.5rem;transform:rotate(-2.5deg)}.cta-highlight .accent{z-index:1;color:var(--white);position:relative}.cta-section{background:var(--white);padding:6rem 0}.cta-inner{text-align:center}.cta-inner h2{color:var(--black);margin:0 0 1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.cta-inner p{color:var(--gray-mid);max-width:500px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7}@media (max-width:1024px){.how-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero-inner{grid-template-columns:1fr;gap:1.5rem;padding:5rem 1.5rem 1.5rem}.hero-model{order:-1;width:100%;max-width:480px;max-height:36vh;margin:0 auto}.model-placeholder{max-width:480px;margin:0 auto}.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.section-inner{padding:0 1.25rem}.how-section,.projects-section,.testimonials-section,.plans-section{padding:4rem 0}.cta-section{padding:5rem 0}.how-grid,.plans-grid,.testimonials-grid,.projects-grid{grid-template-columns:1fr}.how-grid,.testimonials-grid{margin-top:2rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{text-align:center}.section-head{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:2rem}.section-subtitle{margin-bottom:0}.hero-logos{padding:.5rem 0}.hero-logos-label{margin-bottom:.5rem}.hero-inner{gap:1rem;padding:4.5rem 1.25rem 1rem}.hero-model{max-height:34vh}.hero-text h1{margin-bottom:1rem;font-size:clamp(2rem,8vw,3rem)}.hero-text p{margin-bottom:1.5rem;font-size:1rem}.how-card{padding:1.5rem}.plan-card{padding:1.75rem}.testimonial-card{padding:1.25rem}}@media (max-width:480px){.hero-inner{gap:.75rem;padding:4rem 1rem .75rem}.hero-model{max-width:100%;max-height:28vh}.hero-text h1{margin-bottom:.75rem;font-size:clamp(1.7rem,9vw,2.4rem)}.hero-text p{max-width:100%;margin-bottom:1.25rem;font-size:.9rem}.how-section,.projects-section,.testimonials-section,.plans-section{padding:3rem 0}.cta-section{padding:3.5rem 0}.how-card,.plan-card{padding:1.25rem}}.footer{background:#000;border-top:1px solid #ffffff1a;width:100%;max-width:100vw;padding:2rem 2rem 1rem;overflow-x:hidden}.footer-container{max-width:1400px;margin:0 auto}.footer-content{border-bottom:1px solid #ffffff0d;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;padding-bottom:1.25rem;display:grid}.footer-brand{align-items:center;gap:.75rem;display:flex}.footer-logo{justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.footer-logo img{object-fit:contain;width:100%;height:100%}.footer-brand-text{color:#fff;letter-spacing:.025em;font-size:1.125rem;font-weight:600}.footer-nav{justify-content:center;gap:1.5rem;display:flex}.footer-link{color:#ffffffb3;font-size:.875rem;text-decoration:none;transition:color .3s}.footer-link:hover{color:#beb0a2}.footer-contact{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.footer-contact-item{font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.footer-contact-item:hover{opacity:.75}.footer-contact-wa{color:#4ade80}.footer-contact-email{color:#ffffffb3}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.footer-bottom p{color:#fff6;margin:0;font-size:.75rem}.footer-legal{justify-content:center;align-items:center;gap:.75rem;display:flex}.footer-legal-link{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.75rem;text-decoration:underline;transition:color .3s}.footer-legal-link:hover{color:#beb0a2}.footer-separator{color:#ffffff4d;font-size:.75rem}.legal-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}.legal-modal-content{background:#000;border:1px solid #beb0a24d;border-radius:20px;width:100%;max-width:700px;max-height:85vh;padding:3rem;animation:.3s ease-out slideUp;position:relative;overflow-y:auto}.legal-modal-close{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.legal-modal-close:hover{color:#beb0a2;background:#beb0a233}.legal-modal-title{color:#fff;letter-spacing:-.02em;margin:0 0 2rem;padding-right:3rem;font-size:2rem;font-weight:700}.legal-modal-body{flex-direction:column;gap:2rem;display:flex}.legal-section h3{color:#beb0a2;margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.legal-section p{color:#fffc;margin:0;font-size:.95rem;line-height:1.7}.legal-section em{color:#ffffff80;font-size:.875rem}.legal-modal-content::-webkit-scrollbar{width:8px}.legal-modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.legal-modal-content::-webkit-scrollbar-thumb{background:#beb0a2;border-radius:10px}.legal-modal-content::-webkit-scrollbar-thumb:hover{background:#d4c4b4}@media (max-width:768px){.legal-modal-overlay{padding:1rem}.legal-modal-content{max-height:90vh;padding:2rem 1.5rem}.legal-modal-title{font-size:1.5rem}.legal-modal-close{top:1rem;right:1rem}.footer-legal{flex-direction:column;gap:.5rem}.footer-separator{display:none}}@media (max-width:480px){.legal-modal-content{padding:1.5rem 1.25rem}.legal-modal-title{padding-right:2.5rem;font-size:1.25rem}.legal-section h3{font-size:1rem}.legal-section p{font-size:.875rem}}.footer-socials{gap:.75rem;margin-top:.5rem;display:flex}.footer-social-link{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.footer-social-link svg{width:18px;height:18px}.footer-social-link:hover{color:#beb0a2;background:#beb0a21a;border-color:#beb0a2;transform:translateY(-3px)}.footer-social-link.instagram:hover{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-color:#fd1d1d}.footer-social-link.tiktok:hover{color:#fff;background:linear-gradient(135deg,#00f2ea,#ff0050);border-color:#00f2ea}@media (max-width:1024px){.footer-content{text-align:center;grid-template-columns:1fr;gap:1.5rem}.footer-brand,.footer-nav{justify-content:center}.footer-contact{align-items:center}}@media (max-width:768px){.footer{padding:2rem 1.25rem 1rem}.footer-nav{flex-direction:row;justify-content:center;gap:1.5rem}.footer-contact{gap:.6rem}.footer-contact-item{word-break:break-all;font-size:.8rem}.footer-bottom{padding-top:1.25rem}.footer-bottom p{font-size:.7rem}.footer-legal{flex-wrap:wrap;justify-content:center;gap:.5rem}}@media (max-width:480px){.footer{padding:1.5rem 1rem .75rem}.footer-content{gap:1.25rem}.footer-contact-item{font-size:.8rem}}.proyectos-page{background:#fff;min-height:100vh}.proyectos-main{max-width:1200px;margin:0 auto;padding:8rem 1.5rem 6rem}@media (max-width:768px){.proyectos-main{padding:6rem 1.25rem 4rem}.proyectos-header{margin-bottom:2rem}}@media (max-width:480px){.proyectos-main{padding:5rem 1rem 3rem}}.proyectos-header{margin-bottom:4rem}.proyectos-header h1{color:#111;margin:0 0 .75rem;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700}.proyectos-header p{color:#888;margin:0;font-size:1.05rem}.proyectos-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.proyectos-card{color:inherit;border:1px solid #e8e4e0;border-radius:20px;flex-direction:column;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.proyectos-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #beb0a240}.proyectos-card-img{aspect-ratio:4/3;position:relative}.proyectos-card-info{flex-direction:column;flex:1;padding:1.25rem;display:flex}.proyectos-card-info h2{color:#111;margin:0 0 .4rem;font-size:1rem;font-weight:600}.proyectos-card-info p{color:#888;flex:1;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.proyectos-card-cta{color:#beb0a2;letter-spacing:.02em;font-size:.8rem;font-weight:600}@media (max-width:900px){.proyectos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.proyectos-grid{grid-template-columns:1fr}}.pg-page{background:#fff;min-height:100vh}.pg-main{max-width:1200px;margin:0 auto;padding:8rem 1.5rem 6rem}@media (max-width:768px){.pg-main{padding:6rem 1.25rem 4rem}.pg-header{margin-bottom:2rem}}@media (max-width:480px){.pg-main{padding:5rem 1rem 3rem}.pg-lb-arrow{width:38px;height:38px}.pg-lb-arrow--prev{left:.5rem}.pg-lb-arrow--next{right:.5rem}}.pg-header{margin-bottom:3rem}.pg-back{color:#888;align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.pg-back:hover{color:#111}.pg-header h1{color:#111;margin:0 0 .5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.pg-header p{color:#888;margin:0;font-size:1rem}.pg-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.pg-thumb{aspect-ratio:4/3;cursor:zoom-in;background:0 0;border:none;border-radius:16px;padding:0;transition:opacity .2s;display:block;position:relative;overflow:hidden}.pg-thumb:hover{opacity:.85}.pg-lightbox{z-index:2000;background:#000000f0;outline:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pg-lb-img-wrap{justify-content:center;align-items:center;max-width:90vw;max-height:90vh;display:flex}.pg-lb-img{object-fit:contain;border-radius:16px;max-width:90vw;max-height:90vh;display:block}.pg-lb-close{color:#ffffffb3;cursor:pointer;z-index:10;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s;position:fixed;top:1.25rem;right:1.5rem}.pg-lb-close:hover{color:#fff}.pg-lb-arrow{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.pg-lb-arrow:hover{background:#fff3}.pg-lb-arrow--prev{left:1.5rem}.pg-lb-arrow--next{right:1.5rem}.pg-lb-counter{color:#ffffff80;letter-spacing:.05em;font-size:.875rem;position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%)}.pg-not-found{background:#fff;min-height:100vh}.pg-not-found-body{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:calc(100vh - 200px);display:flex}.pg-not-found-body h2{color:#111;font-size:1.5rem}.pg-back-btn{color:#fff;background:#111;border-radius:999px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.pg-back-btn:hover{background:#beb0a2}@media (max-width:768px){.pg-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.pg-lb-arrow--prev{left:.75rem}.pg-lb-arrow--next{right:.75rem}}@media (max-width:480px){.pg-grid{grid-template-columns:repeat(2,1fr)}}.admin-login{background:#000;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.admin-login-box{text-align:center;background:#111;border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:400px;padding:2.5rem}.admin-login-logo{width:52px;height:52px;margin:0 auto 1.25rem}.admin-login-logo img{object-fit:contain;width:100%;height:100%}.admin-login-box h1{color:#fff;margin:0 0 .25rem;font-size:1.3rem;font-weight:700}.admin-login-sub{color:#fff6;margin:0 0 2rem;font-size:.85rem}.admin-login-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.admin-field{flex-direction:column;gap:.4rem;display:flex}.admin-field label{color:#ffffff80;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:600}.admin-field input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.admin-field input:focus{border-color:#beb0a2}.admin-field input::placeholder{color:#fff3}.admin-login-error{color:#ff6b6b;text-align:center;margin:0;font-size:.85rem}.admin-login-btn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;margin-top:.5rem;padding:.85rem;font-family:inherit;font-size:.95rem;font-weight:700;transition:background .2s,transform .15s}.admin-login-btn:hover:not(:disabled){background:#beb0a2;transform:translateY(-1px)}.admin-login-btn:disabled{opacity:.5;cursor:not-allowed}.ap{color:#fff;background:#0a0a0a;min-height:100vh;font-family:inherit;display:flex}.ap-sidebar{background:#111;border-right:1px solid #ffffff12;flex-direction:column;flex-shrink:0;width:220px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.ap-sidebar-logo{border-bottom:1px solid #ffffff0f;align-items:center;gap:.6rem;padding:1.5rem 1.25rem 1.25rem;display:flex}.ap-sidebar-logo img{object-fit:contain;width:26px;height:26px}.ap-sidebar-logo span{color:#fff;font-size:.9rem;font-weight:700}.ap-nav{flex-direction:column;flex:1;gap:.25rem;padding:1rem .75rem;display:flex}.ap-nav-item{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:background .18s,color .18s;display:flex}.ap-nav-item:hover{color:#ffffffd9;background:#ffffff0f}.ap-nav-item.active{color:#beb0a2;background:#beb0a21f;font-weight:600}.ap-nav-icon{flex-shrink:0}.ap-sidebar-footer{border-top:1px solid #ffffff0f;flex-direction:column;gap:.6rem;padding:1rem 1.25rem;display:flex}.ap-user{color:#ffffff4d;word-break:break-all;font-size:.75rem}.ap-logout{color:#ffffff80;cursor:pointer;text-align:center;background:0 0;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;gap:.4rem;padding:.4rem .75rem;font-family:inherit;font-size:.78rem;transition:all .18s;display:flex}.ap-logout:hover{color:#fff;border-color:#ffffff4d}.ap-main{flex:1;min-width:0;overflow-y:auto}.ap-section{width:100%;max-width:1100px;margin:0 auto;padding:2.5rem 2rem}.ap-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.ap-section-head h1{color:#fff;margin:0 0 .3rem;font-size:1.4rem;font-weight:700}.ap-section-head p{color:#ffffff59;margin:0;font-size:.85rem}.ap-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .18s;display:inline-flex}.ap-btn-primary{color:#000;background:#fff}.ap-btn-primary:hover:not(:disabled){background:#beb0a2}.ap-btn-primary:disabled{opacity:.5;cursor:not-allowed}.ap-btn-ghost{color:#fff;background:#ffffff12;border:1px solid #ffffff1a}.ap-btn-ghost:hover:not(:disabled){background:#ffffff1f}.ap-btn-ghost:disabled{opacity:.3;cursor:not-allowed}.ap-btn-danger{color:#ff6b6b;background:#ff50501a;border:1px solid #ff505033}.ap-btn-danger:hover{background:#ff505033}.ap-btn-sm{padding:.35rem .75rem;font-size:.78rem}.ap-order-hint{color:#ffffff40;margin:-1rem 0 1.25rem;font-size:.78rem}.ap-projects-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.1rem;display:grid}.ap-project-card{background:#161616;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;transition:border-color .2s;display:flex;overflow:hidden}.ap-project-card:hover{border-color:#ffffff24}.ap-project-card.is-featured{border-color:#beb0a24d}.ap-project-img{aspect-ratio:4/3;position:relative;overflow:hidden}.ap-project-img img{object-fit:cover;width:100%;height:100%}.ap-project-no-img{color:#fff3;background:#ffffff08;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;display:flex}.ap-project-count{color:#ffffffa6;background:#000000a6;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;position:absolute;bottom:.5rem;right:.5rem}.ap-featured-badge{color:#000;text-transform:uppercase;letter-spacing:.04em;background:#beb0a2;border-radius:4px;padding:.15rem .45rem;font-size:.62rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.ap-project-info{flex:1;padding:.9rem}.ap-project-info h3{color:#fff;margin:0 0 .3rem;font-size:.9rem;font-weight:600}.ap-project-info p{color:#fff6;margin:0 0 .4rem;font-size:.78rem;line-height:1.5}.ap-project-slug{color:#beb0a2;font-family:monospace;font-size:.7rem}.ap-project-actions{border-top:1px solid #ffffff0d;align-items:center;gap:.4rem;padding:.65rem .9rem;display:flex}.ap-order-btns{gap:.25rem;margin-right:auto;display:flex}.ap-loading,.ap-empty{text-align:center;color:#ffffff40;padding:4rem 2rem}.ap-empty{flex-direction:column;align-items:center;gap:1rem;display:flex}.ap-coming-soon{text-align:center;border:1px dashed #ffffff1a;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:5rem 2rem;display:flex}.ap-coming-icon{color:#ffffff40;width:2.5rem;height:2.5rem}.ap-coming-soon h3{color:#ffffff80;margin:0;font-size:1.1rem;font-weight:600}.ap-coming-soon p{color:#ffffff40;max-width:360px;margin:0;font-size:.875rem;line-height:1.6}.ap-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ap-modal{background:#111;border:1px solid #ffffff1a;border-radius:14px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.ap-modal-head{justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 0;display:flex}.ap-modal-head h2{color:#fff;margin:0;font-size:1.05rem;font-weight:700}.ap-modal-close{color:#ffffff59;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem;transition:color .18s}.ap-modal-close:hover{color:#fff}.ap-modal-form{flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.ap-field{flex-direction:column;gap:.35rem;display:flex}.ap-field label{color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600}.ap-field input,.ap-field textarea{color:#fff;resize:vertical;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:7px;outline:none;padding:.65rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .18s}.ap-field input:focus,.ap-field textarea:focus{border-color:#beb0a2}.ap-field input::placeholder,.ap-field textarea::placeholder{color:#ffffff2e}.ap-field-hint{color:#ffffff40;font-size:.72rem}.ap-images-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem;display:grid}.ap-img-thumb{aspect-ratio:4/3;border:2px solid #0000;border-radius:6px;position:relative;overflow:hidden}.ap-img-thumb.is-cover{border-color:#beb0a2}.ap-img-thumb img{object-fit:cover;width:100%;height:100%}.ap-img-actions{opacity:0;background:#0000008c;justify-content:center;align-items:center;gap:.35rem;transition:opacity .18s;display:flex;position:absolute;inset:0}.ap-img-thumb:hover .ap-img-actions{opacity:1}.ap-img-actions button{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;transition:background .15s;display:flex}.ap-img-actions button:hover{background:#ffffff4d}.ap-cover-badge{color:#000;text-transform:uppercase;background:#beb0a2;border-radius:3px;padding:.1rem .3rem;font-size:.58rem;font-weight:700;position:absolute;bottom:2px;left:2px}.ap-add-img{aspect-ratio:4/3;color:#ffffff4d;cursor:pointer;background:#ffffff05;border:1.5px dashed #ffffff21;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;font-family:inherit;font-size:.7rem;transition:border-color .18s,color .18s;display:flex}.ap-add-img span:first-child{font-size:1.3rem;line-height:1}.ap-add-img:hover{color:#beb0a2;border-color:#beb0a2}.ap-error{color:#ff6b6b;margin:0;font-size:.82rem}.ap-modal-actions{justify-content:flex-end;gap:.65rem;padding-top:.25rem;display:flex}.ap-toasts{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.ap-toast{pointer-events:all;border-radius:10px;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.85rem;font-weight:500;animation:.22s ap-toast-in;display:flex;box-shadow:0 4px 20px #0006}@keyframes ap-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ap-toast--success{color:#4ade80;background:#1a2e1a;border:1px solid #4ade8040}.ap-toast--error{color:#ff6b6b;background:#2e1a1a;border:1px solid #ff6b6b40}.ap-toast span{color:#fff;flex:1}.ap-toast button{color:#ffffff59;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .15s;display:flex}.ap-toast button:hover{color:#fff}.ap-confirm-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.ap-confirm{text-align:center;background:#161616;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:360px;padding:2rem 1.75rem;display:flex}.ap-confirm-icon{color:#ff6b6b}.ap-confirm-msg{color:#ffffffb3;margin:0;font-size:.9rem;line-height:1.6}.ap-confirm-actions{gap:.65rem;width:100%;margin-top:.25rem;display:flex}.ap-confirm-actions .ap-btn{flex:1;justify-content:center}@media (max-width:640px){.ap-sidebar{width:56px}.ap-sidebar-logo span,.ap-nav-item span:last-child,.ap-sidebar-footer .ap-user,.ap-sidebar-footer .ap-logout{display:none}.ap-sidebar-logo{justify-content:center;padding:1rem}.ap-nav-item{justify-content:center;padding:.65rem}.ap-nav-icon{font-size:1.2rem}.ap-sidebar-footer{align-items:center}.ap-section{padding:1.5rem 1rem}}.app{width:100%;min-height:100vh;overflow-x:hidden}
