@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--azul-marino: #1B3A4B;--azul-marino-deep: #122832;--azul-marino-light: #234d63;--verde-salvia: #A3B9A5;--verde-salvia-light: #bccfbe;--dorado-champan: #D4B483;--dorado-champan-light: #e0c89e;--dorado-champan-dark: #b89760;--marfil: #F8F5F2;--marfil-dark: #ede8e3;--color-white: #ffffff;--color-text-dark: #1a1a1a;--color-text-body: #3d3d3d;--color-text-muted: #6b6b6b;--color-text-light: rgba(255, 255, 255, .85);--color-text-light-muted: rgba(255, 255, 255, .55);--color-border-light: rgba(27, 58, 75, .1);--color-border-dark: rgba(255, 255, 255, .1);--font-heading: "Playfair Display", "Georgia", serif;--font-body: "Inter", -apple-system, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 8rem;--section-py: clamp(5rem, 10vw, 9rem);--section-px: clamp(1.25rem, 5vw, 3rem);--max-width: 1200px;--max-width-narrow: 820px;--ease: cubic-bezier(.25, .46, .45, .94);--duration: .35s;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--marfil);color:var(--color-text-body);line-height:1.7;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.15;color:var(--azul-marino)}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding-left:var(--section-px);padding-right:var(--section-px)}.container--narrow{max-width:var(--max-width-narrow)}section{padding-top:var(--section-py);padding-bottom:var(--section-py)}.section-divider{width:48px;height:2px;background:var(--dorado-champan);margin:0 auto var(--space-md)}.section-label{display:block;font-family:var(--font-body);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;margin-bottom:var(--space-sm)}.section-label--gold{color:var(--dorado-champan)}.section-label--sage{color:var(--verde-salvia)}.section-label--light{color:var(--color-text-light-muted)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:var(--space-md) 0;transition:background var(--duration) var(--ease),padding var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.site-header.scrolled{background:#1b3a4bf7;padding:.75rem 0;box-shadow:0 2px 20px #00000026}.header-inner{display:flex;align-items:center;justify-content:space-between}.header-logo img{height:80px;width:auto;transition:height var(--duration) var(--ease)}.site-header.scrolled .header-logo img{height:44px}.header-nav{display:flex;align-items:center;gap:var(--space-sm)}.lang-switch{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);padding:.45rem 1rem;border-radius:var(--radius-sm);transition:all var(--duration) var(--ease)}.lang-switch:hover{color:var(--color-white);border-color:var(--dorado-champan);background:#d4b4831a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:var(--font-body);font-size:.85rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:.95rem 2rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all var(--duration) var(--ease);white-space:nowrap;line-height:1}.btn--primary{background:var(--dorado-champan);color:var(--azul-marino-deep)}.btn--primary:hover{background:var(--dorado-champan-light);transform:translateY(-1px);box-shadow:0 4px 16px #d4b48340}.btn--secondary{background:transparent;color:var(--color-white);border:1px solid rgba(255,255,255,.35)}.btn--secondary:hover{border-color:var(--dorado-champan);color:var(--dorado-champan);background:#d4b4830f}.btn--outline-dark{background:transparent;color:var(--azul-marino);border:1px solid var(--azul-marino)}.btn--outline-dark:hover{background:var(--azul-marino);color:var(--color-white)}.btn--whatsapp{background:#25d366;color:#fff}.btn--whatsapp:hover{background:#1fb855;transform:translateY(-1px);box-shadow:0 4px 16px #25d36640}.btn--large{padding:1.1rem 2.5rem;font-size:.88rem}.btn--full{width:100%}.btn.loading{position:relative;pointer-events:none;opacity:.85;color:transparent!important}.btn.loading:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:btn-spinner .6s linear infinite;visibility:visible}.btn--primary.loading:after{border:2px solid rgba(27,58,75,.2);border-top-color:var(--azul-marino-deep)}@keyframes btn-spinner{to{transform:rotate(360deg)}}.wa-icon{width:18px;height:18px;fill:currentColor;flex-shrink:0}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;inset:0;background:linear-gradient(170deg,#12283280,#1b3a4ba6 40%,#122832d9);z-index:1}.hero__content{position:relative;z-index:2;text-align:center;max-width:860px;padding:var(--space-3xl) var(--section-px) var(--space-2xl)}.hero__logo{margin-bottom:var(--space-xl)}.hero__logo img{height:72px;width:auto;margin:0 auto;filter:brightness(1.1)}.hero__badge{display:inline-block;font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--dorado-champan);border:1px solid rgba(212,180,131,.35);padding:.5rem 1.4rem;border-radius:var(--radius-sm);margin-bottom:var(--space-lg)}.hero__title{font-size:clamp(2.2rem,5.5vw,3.8rem);font-weight:400;line-height:1.1;letter-spacing:-.015em;color:var(--color-white);margin-bottom:var(--space-md)}.hero__subtitle{font-size:clamp(.95rem,1.6vw,1.08rem);color:var(--color-text-light-muted);max-width:640px;margin:0 auto var(--space-xl);line-height:1.85;font-weight:300}.hero__ctas{display:flex;flex-direction:column;align-items:center;gap:.75rem}@media(min-width:640px){.hero__ctas{flex-direction:row;justify-content:center;gap:var(--space-sm)}}.image-band{display:grid;grid-template-columns:1fr 1fr;gap:4px}@media(min-width:768px){.image-band{grid-template-columns:repeat(4,1fr)}}.image-band img{width:100%;height:200px;object-fit:cover}@media(min-width:480px){.image-band img{height:260px}}@media(min-width:768px){.image-band img{height:320px}}@media(min-width:1280px){.image-band img{height:380px}}.benefits{background:var(--color-white)}.benefits__header{text-align:center;margin-bottom:var(--space-xl)}.benefits__header h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}.benefits__grid{display:grid;grid-template-columns:1fr;gap:var(--space-md)}@media(min-width:768px){.benefits__grid{grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}}.benefit-card{background:var(--marfil);border:1px solid var(--color-border-light);border-radius:var(--radius-md);padding:var(--space-lg) var(--space-md);transition:border-color var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.benefit-card:hover{border-color:var(--dorado-champan);box-shadow:0 8px 30px #1b3a4b0f}.benefit-card__icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-md);background:var(--azul-marino);border-radius:50%;color:var(--dorado-champan)}.benefit-card__icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:1.5;fill:none}.benefit-card__title{font-family:var(--font-heading);font-size:1.15rem;font-weight:500;color:var(--azul-marino);margin-bottom:var(--space-xs);line-height:1.3}.benefit-card__text{font-size:.92rem;color:var(--color-text-muted);line-height:1.7}.amenities{background:var(--marfil);overflow:hidden;padding:var(--space-2xl) 0}.amenities__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xs);margin-top:var(--space-xl)}@media(min-width:640px){.amenities__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}}@media(min-width:1024px){.amenities__grid{grid-template-columns:repeat(4,1fr)}}.amenity-item{position:relative;aspect-ratio:1;overflow:hidden;border-radius:var(--radius-sm)}.amenity-item img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease)}.amenity-item:hover img{transform:scale(1.05)}.amenity-item__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,24,32,.8) 0%,transparent 50%);display:flex;align-items:flex-end;padding:var(--space-md)}.amenity-item__overlay h3{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(1.1rem,1.5vw,1.3rem);font-weight:500;margin:0}.apartments{background:var(--marfil, #F8F5F2);padding:var(--space-4xl) 0;overflow:hidden}.apartments-carousel-wrapper{position:relative;width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}.carousel-nav{display:none}@media(min-width:1024px){.carousel-nav{display:flex;position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:var(--color-white);border:1px solid var(--dorado-champan);color:var(--dorado-champan);align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s var(--ease);box-shadow:0 4px 15px #0000001a}.carousel-nav:hover{background:var(--dorado-champan);color:var(--color-white);transform:translateY(-50%) scale(1.05)}.carousel-nav svg{width:24px;height:24px}.carousel-nav.prev{left:clamp(1rem,5vw,4rem)}.carousel-nav.next{right:clamp(1rem,5vw,4rem)}}.apartments-slider{display:flex;gap:var(--space-xl);padding:var(--space-lg) var(--section-px);width:100%;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--dorado-champan) var(--marfil);cursor:grab}.apartments-slider:active{cursor:grabbing}.apartments-slider::-webkit-scrollbar{height:8px}.apartments-slider::-webkit-scrollbar-track{background:var(--marfil)}.apartments-slider::-webkit-scrollbar-thumb{background:var(--dorado-champan);border-radius:4px}.scroll-hint{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:var(--space-md);padding:8px 16px;background:var(--marfil);color:var(--dorado-champan);border:1px solid var(--dorado-champan);font-family:var(--font-body);font-size:.85rem;font-weight:500;border-radius:20px;animation:bounceRight 2s infinite;box-shadow:0 4px 10px #0000000d}.scroll-hint svg{width:18px;height:18px;stroke:var(--dorado-champan)}@keyframes bounceRight{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.new-apt-card{flex:0 0 88vw;max-width:450px;display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 4px 15px #1b3a4b0d;scroll-snap-align:center}@media(min-width:1024px){.new-apt-card{flex:0 0 920px;max-width:950px;flex-direction:row}}.new-apt-info{flex:1;padding:var(--space-xl);display:flex;flex-direction:column}.new-apt-badge{display:inline-block;align-self:flex-start;background:var(--verde-salvia);color:var(--color-white);font-family:var(--font-body);font-weight:700;font-size:.7rem;letter-spacing:.1em;padding:6px 12px;border-radius:4px;margin-bottom:var(--space-md)}.new-apt-title{font-family:var(--font-heading);font-size:2.2rem;color:var(--azul-marino-deep);margin-bottom:var(--space-lg)}.new-apt-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 var(--space-md);margin-bottom:var(--space-lg)}.new-apt-stat-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(27,58,75,.1)}.new-apt-stat-row.new-apt-total{border-bottom:none}.new-apt-lbl{font-family:var(--font-body);font-size:.75rem;color:var(--color-text-muted)}.new-apt-val{font-family:var(--font-body);font-weight:600;font-size:.75rem;color:var(--azul-marino-deep)}.new-apt-floorplan{margin-top:auto;border:1px solid rgba(27,58,75,.1);border-radius:8px;padding:10px;width:100%;max-width:250px;align-self:flex-start}.new-apt-floorplan img{width:100%;height:auto;display:block}.new-apt-image{flex:1.1;background:#1b3a4b0d}.new-apt-image img{width:100%;height:100%;object-fit:cover}.location{background:var(--color-white);padding:var(--space-2xl) 0}.location__grid{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-top:var(--space-xl)}@media(min-width:768px){.location__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}}.location-card{position:relative;aspect-ratio:16/9;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 30px #1b3a4b14}@media(min-width:768px){.location-card{aspect-ratio:4/3}}.location-card img{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-slow) var(--ease)}.location-card:hover img{transform:scale(1.05)}.location-card__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,24,32,.9) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:var(--space-lg)}.location-card__overlay h3{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(1.3rem,2vw,1.6rem);margin-bottom:var(--space-xs)}.location-card__overlay p{color:#ffffffd9;font-size:.95rem;margin:0;line-height:1.5}.why{background:var(--marfil);position:relative}.why__grid{display:grid;grid-template-columns:1fr;gap:var(--space-xl);align-items:center}@media(min-width:768px){.why__grid{grid-template-columns:1fr 1fr;gap:var(--space-2xl)}}.why__title{font-size:clamp(1.6rem,3.5vw,2.5rem);margin-bottom:var(--space-md)}.why__text{font-size:clamp(.95rem,1.3vw,1.02rem);color:var(--color-text-muted);line-height:1.9}.why__image{border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 16px 48px #1b3a4b1f}.why__image img{width:100%;aspect-ratio:4/3;object-fit:cover}.lifestyle-band{position:relative;height:420px;overflow:hidden}@media(max-width:767px){.lifestyle-band{height:280px}}.lifestyle-band img{width:100%;height:100%;object-fit:cover}.lifestyle-band__overlay{position:absolute;inset:0;background:linear-gradient(to right,#1b3a4bcc,#1b3a4b4d);display:flex;align-items:center}.lifestyle-band__text{padding:var(--section-px);max-width:500px}.lifestyle-band__text blockquote{font-family:var(--font-heading);font-size:clamp(1.3rem,2.5vw,1.8rem);font-style:italic;color:var(--color-white);line-height:1.4;margin-bottom:var(--space-sm)}.lifestyle-band__text cite{font-family:var(--font-body);font-size:.78rem;font-style:normal;letter-spacing:.15em;text-transform:uppercase;color:var(--dorado-champan)}.form-section{background:var(--azul-marino);color:var(--color-text-light);position:relative}.form-section__inner{display:grid;grid-template-columns:1fr;gap:var(--space-xl)}@media(min-width:768px){.form-section__inner{grid-template-columns:1fr 1.15fr;align-items:start;gap:var(--space-2xl)}}.form-section__title{font-size:clamp(1.6rem,3.5vw,2.3rem);color:var(--color-white);margin-bottom:var(--space-md)}.form-section__text{font-size:clamp(.95rem,1.3vw,1.02rem);color:var(--color-text-light-muted);line-height:1.85}.form-section__trust{margin-top:var(--space-lg);display:flex;flex-direction:column;gap:.75rem}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.88rem;color:var(--color-text-light-muted)}.trust-item__icon{flex-shrink:0;color:var(--dorado-champan)}.trust-item__icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.elite-form{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:var(--space-lg);box-sizing:border-box;width:100%;max-width:100%;overflow:hidden}.form-grid{display:grid;grid-template-columns:1fr;gap:var(--space-sm)}@media(min-width:480px){.form-grid{grid-template-columns:1fr 1fr}}.form-group{display:flex;flex-direction:column}.form-group--full{grid-column:1 / -1}.form-group label{font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-light-muted);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-sm);color:var(--color-white);font-family:var(--font-body);font-size:.95rem;font-weight:300;padding:.9rem 1rem;transition:border-color var(--duration) var(--ease);outline:none;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--dorado-champan)}.form-group select{appearance:none;background-image: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='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group select option{background:var(--azul-marino);color:var(--color-white)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{margin-top:var(--space-md)}.form-legal{font-size:.73rem;color:#ffffff4d;margin-top:var(--space-sm);line-height:1.5}.faq{background:var(--color-white)}.faq__header{text-align:center;margin-bottom:var(--space-xl)}.faq__header h2{font-size:clamp(1.6rem,3.5vw,2.5rem)}.faq__list{max-width:var(--max-width-narrow);margin:0 auto}.faq-item{border-bottom:1px solid var(--color-border-light)}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);padding:var(--space-md) 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--azul-marino);transition:color var(--duration) var(--ease)}.faq-item__question:hover{color:var(--dorado-champan-dark)}.faq-item__icon{flex-shrink:0;width:22px;height:22px;color:var(--color-text-muted);transition:transform var(--duration) var(--ease),color var(--duration) var(--ease)}.faq-item.active .faq-item__icon{transform:rotate(45deg);color:var(--dorado-champan)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.faq-item.active .faq-item__answer{max-height:200px}.faq-item__answer p{font-size:.95rem;color:var(--color-text-muted);padding-bottom:var(--space-md);line-height:1.8}.final-cta{background:linear-gradient(175deg,var(--azul-marino-deep) 0%,#0d1f2d 100%);text-align:center;color:var(--color-text-light);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:1px;background:linear-gradient(90deg,transparent,var(--dorado-champan),transparent)}.final-cta__badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--dorado-champan);margin-bottom:var(--space-lg)}.final-cta__badge-icon{width:18px;height:18px;stroke:currentColor;stroke-width:1.5;fill:none}.final-cta__title{font-size:clamp(1.6rem,3.5vw,2.5rem);color:var(--color-white);margin-bottom:var(--space-md);line-height:1.15}.final-cta__text{font-size:clamp(.95rem,1.3vw,1.05rem);color:var(--color-text-light-muted);max-width:560px;margin:0 auto var(--space-lg);line-height:1.85}.final-cta__gold-line{width:48px;height:2px;background:var(--dorado-champan);margin:0 auto var(--space-xl);border-radius:1px}.final-cta__buttons{display:flex;flex-direction:column;align-items:center;gap:.85rem;max-width:640px;margin:0 auto}@media(min-width:640px){.final-cta__buttons{flex-direction:row;justify-content:center;gap:var(--space-sm)}}.trust-band{background:var(--azul-marino);padding:var(--space-lg) 0;border-top:1px solid rgba(212,180,131,.12)}.trust-band__inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);text-align:center}@media(min-width:640px){.trust-band__inner{flex-direction:row;justify-content:center;gap:var(--space-xl)}}.trust-band__link{font-size:.82rem;font-weight:400;letter-spacing:.04em;color:#fff9;transition:color var(--duration) var(--ease),transform var(--duration) var(--ease);display:flex;align-items:center;gap:.65rem}.trust-band__link:hover{color:var(--dorado-champan);transform:translateY(-1px)}.trust-band__link-icon{width:32px;height:32px;border-radius:50%;background:#d4b48314;border:1px solid rgba(212,180,131,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background var(--duration) var(--ease)}.trust-band__link:hover .trust-band__link-icon{background:#d4b48326}.trust-band__link-icon svg{width:14px;height:14px;stroke:var(--dorado-champan);stroke-width:2;fill:none}.trust-band__link-info{display:flex;flex-direction:column;text-align:left;gap:.1rem}.trust-band__link-url{font-weight:500;font-size:.88rem;color:#ffffffd9;transition:color var(--duration) var(--ease)}.trust-band__link:hover .trust-band__link-url{color:var(--dorado-champan)}.trust-band__link-desc{font-size:.68rem;color:#ffffff59;letter-spacing:.06em;text-transform:uppercase}.trust-band__sep{width:1px;height:36px;background:linear-gradient(180deg,transparent,rgba(212,180,131,.2),transparent);display:none}@media(min-width:640px){.trust-band__sep{display:block}}.form-success{display:none;text-align:center;padding:var(--space-xl) var(--space-md)}.form-success.active{display:block}.form-success__icon{font-size:3rem;margin-bottom:var(--space-sm);color:var(--dorado-champan)}.form-success__title{font-family:var(--font-heading);font-size:1.4rem;color:var(--color-white);margin-bottom:var(--space-xs)}.form-success__text{font-size:.92rem;color:var(--color-text-light-muted);line-height:1.7;margin-bottom:var(--space-md)}.form-success__wa{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--dorado-champan);font-weight:500;transition:color var(--duration) var(--ease)}.form-success__wa:hover{color:#25d366}.site-footer{background:linear-gradient(175deg,var(--azul-marino-deep) 0%,#0a1820 100%);padding:var(--space-2xl) 0 var(--space-xl);position:relative}.site-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,rgba(212,180,131,.25),transparent)}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);text-align:center}.footer-logos{display:flex;align-items:center;gap:var(--space-lg)}.footer-logo-elite img{height:60px;width:auto;opacity:.9;transition:opacity var(--duration) var(--ease)}.footer-logo-elite img:hover{opacity:1}.footer-logo-lare img{height:60px;width:auto;opacity:.9;transition:opacity var(--duration) var(--ease)}.footer-logo-lare img:hover{opacity:1}.footer-divider{width:1px;height:48px;background:linear-gradient(180deg,transparent,rgba(212,180,131,.3),transparent)}.footer-location{display:flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#fff6}.footer-location svg{width:14px;height:14px;stroke:var(--dorado-champan);stroke-width:2;fill:none;flex-shrink:0}.footer-trust{font-size:.75rem;color:#ffffff59;letter-spacing:.08em;text-transform:uppercase}.footer-legal{font-size:.72rem;color:#fff3;margin-top:var(--space-xs)}.whatsapp-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:90;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36659;transition:transform var(--duration) var(--ease),box-shadow var(--duration) var(--ease)}.whatsapp-float:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36673}.whatsapp-float svg{width:28px;height:28px;fill:#fff}.project-stats{background:var(--azul-marino);padding:var(--space-xl) 0}.project-stats__label{text-align:center;margin-bottom:var(--space-md)}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:var(--space-lg)}}.stat-item{text-align:center;padding:var(--space-sm) 0}.stat-item__number{font-family:var(--font-heading);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;color:var(--dorado-champan);line-height:1;margin-bottom:.35rem}.stat-item__label{font-size:.75rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-light-muted)}.why__features{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin-top:var(--space-lg)}.why__feature{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-muted)}.why__feature-icon{flex-shrink:0;width:18px;height:18px;color:var(--dorado-champan)}.why__feature-icon svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.trust-badge{background:var(--marfil-dark);padding:var(--space-md) 0;text-align:center;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light)}.trust-badge__inner{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);flex-wrap:wrap}.trust-badge__icon{width:20px;height:20px;color:var(--dorado-champan)}.trust-badge__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}.trust-badge__text{font-size:.82rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--azul-marino)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}@media(min-width:1024px){.image-band{gap:6px}}@media(min-width:768px)and (max-width:1023px){.header-logo img{height:56px}.site-header.scrolled .header-logo img{height:36px}}@media(max-width:639px){.form-grid{grid-template-columns:1fr;gap:.85rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:1rem}.form-group label{font-size:.72rem;margin-bottom:.35rem}.form-group select{padding-right:2.5rem}.elite-form{padding:var(--space-md)}}@media(max-width:640px){.header-logo img{height:52px}.site-header.scrolled .header-logo img{height:36px}.header-nav{gap:.5rem}.header-nav .btn{font-size:.68rem;padding:.6rem .85rem;width:auto;letter-spacing:.03em}.lang-switch{font-size:.72rem;padding:.4rem .7rem}.whatsapp-float{width:48px;height:48px;bottom:1rem;right:1rem}.whatsapp-float svg{width:24px;height:24px}}@media(max-width:480px){.btn{padding:.85rem 1.5rem;font-size:.78rem;width:100%}.btn--large{padding:.95rem 1.5rem}.hero__logo img{height:56px}.hero__title{font-size:clamp(1.6rem,7vw,2.2rem)}.why__features{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.stat-item__number{font-size:clamp(1.3rem,5vw,1.6rem)}.stat-item__label{font-size:.65rem}.footer-logos{flex-direction:row;gap:var(--space-sm)}.footer-logo-elite img,.footer-logo-lare img{height:40px}}@media(max-width:359px){.header-logo img{height:34px}.site-header.scrolled .header-logo img{height:28px}.header-nav .btn{font-size:.62rem;padding:.55rem .7rem}.hero__title{font-size:1.5rem}.hero__subtitle{font-size:.85rem}.benefit-card{padding:var(--space-md) var(--space-sm)}.whatsapp-float{width:44px;height:44px;bottom:.75rem;right:.75rem}.whatsapp-float svg{width:22px;height:22px}}@media(max-height:500px)and (orientation:landscape){.hero{min-height:auto;padding:4rem 0 2rem}.hero__logo img{height:40px}.hero__title{font-size:1.5rem}.lifestyle-band{height:200px}}
