*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:#0a0a0a;color:#e0e0e0;overflow-x:hidden;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}

.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}
@media(min-width:640px){.container{padding:0 1.5rem}}
@media(min-width:1024px){.container{padding:0 2rem}}

/* HEADER */
.header{background:rgba(13,13,13,.95);border-bottom:1px solid rgba(255,255,255,.06);padding:.875rem 0;position:sticky;top:0;z-index:50;backdrop-filter:blur(8px)}
.header .container{display:flex;align-items:center;justify-content:space-between}
.header-logo{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:.04em}
.header-logo span{color:#3b82f6}
.header-btns{display:flex;align-items:center;gap:.75rem}
.btn-ig{background:linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7);color:#fff;font-size:.875rem;font-weight:700;padding:.625rem 1.25rem;border-radius:9999px;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .3s}
.btn-ig:hover{opacity:.8}
.btn-ig svg,.btn-wa-header svg{width:1rem;height:1rem;flex-shrink:0}
.btn-wa-header{background:#25D366;color:#fff;font-size:.875rem;font-weight:700;padding:.625rem 1.25rem;border-radius:9999px;display:inline-flex;align-items:center;gap:.5rem;transition:background .3s}
.btn-wa-header:hover{background:#1ebe5a}

/* HERO */
.hero{position:relative;padding:5rem 0;overflow:hidden}
@media(min-width:768px){.hero{padding:7rem 0}}
.hero-bg{position:absolute;inset:0;background:#0a0a0a}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,10,.7),rgba(10,10,10,.5),#0a0a0a)}
.hero-content{position:relative;z-index:10;text-align:center}
.trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem}
.badge{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;color:#ccc}
.badge svg{width:1rem;height:1rem;flex-shrink:0}
.hero h1{font-size:2rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:1.25rem;max-width:750px;margin-left:auto;margin-right:auto}
.hero h1 span{color:#3b82f6}
@media(min-width:768px){.hero h1{font-size:2.6rem}}
@media(min-width:1024px){.hero h1{font-size:3rem}}
.hero-sub{font-size:1.125rem;color:#bbb;margin-bottom:2rem;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.6}

/* CTA BUTTON */
.cta-btn{display:inline-flex;align-items:center;gap:.625rem;background:#25D366;color:#fff;font-weight:700;font-size:1rem;padding:1rem 2rem;border-radius:9999px;transition:all .3s;box-shadow:0 4px 20px rgba(37,211,102,.35)}
.cta-btn:hover{background:#1ebe5a;transform:translateY(-2px);box-shadow:0 6px 28px rgba(37,211,102,.5)}
.cta-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0}

/* SECTIONS */
.section{padding:4rem 0 5rem}
@media(min-width:768px){.section{padding:5rem 0}}
.section-dark{background:#0d0d0d}
.section-light{background:#0a0a0a}
.section-header{text-align:center;margin-bottom:2.5rem}
@media(min-width:768px){.section-header{margin-bottom:3rem}}
.section-header h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.25}
@media(min-width:768px){.section-header h2{font-size:2rem}}
.section-header p{color:#aaa;font-size:1rem;max-width:640px;margin:0 auto;line-height:1.6}

/* OWNER HIGHLIGHT */
.owner-block{display:flex;flex-direction:column;align-items:center;gap:2rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem}
@media(min-width:768px){.owner-block{flex-direction:row;padding:2.5rem}}
.owner-img-wrap{flex-shrink:0;width:100%;overflow:hidden;border-radius:.75rem}
@media(min-width:768px){.owner-img-wrap{width:440px}}
.owner-img-wrap img{width:100%;height:auto;object-fit:cover;box-shadow:0 8px 30px rgba(0,0,0,.4);transition:transform .7s ease-out}
.owner-img-wrap:hover img{transform:scale(1.1)}
.owner-text{flex:1;text-align:center}
@media(min-width:768px){.owner-text{text-align:left}}
.owner-text h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.25}
@media(min-width:768px){.owner-text h2{font-size:1.75rem}}
.owner-text p{font-size:.9375rem;color:#bbb;line-height:1.8;margin-bottom:1rem}
.owner-text p:last-child{margin-bottom:0}

/* GRIDS */
.grid-3{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.grid-3{grid-template-columns:repeat(3,1fr)}}
.grid-2{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.grid-2{grid-template-columns:repeat(2,1fr)}}
.grid-3-lg{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.grid-3-lg{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid-3-lg{grid-template-columns:repeat(3,1fr)}}
.grid-4{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:640px){.grid-4{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}
.grid-2-photos{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}

/* CARDS */
.card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.75rem;text-align:center;transition:all .3s}
.card:hover{border-color:rgba(255,255,255,.15)}
.card-service:hover{border-color:rgba(59,130,246,.4);transform:translateY(-4px)}
.card-icon{width:3.25rem;height:3.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:box-shadow .3s}
.card-service:hover .card-icon{box-shadow:0 0 20px rgba(59,130,246,.3)}
.card-icon svg{width:1.5rem;height:1.5rem;color:#fff}
.card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.5rem}
.card p{font-size:.875rem;color:#999;line-height:1.6}
.card-amber svg{width:2.5rem;height:2.5rem;color:#fbbf24;margin:0 auto 1rem}

/* DIFFERENTIALS */
.diff-card{display:flex;gap:1rem;align-items:flex-start;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:1rem;padding:1.5rem;transition:border-color .3s}
.diff-card:hover{border-color:rgba(255,255,255,.15)}
.diff-icon{flex-shrink:0;width:2.75rem;height:2.75rem;background:rgba(59,130,246,.15);border-radius:.75rem;display:flex;align-items:center;justify-content:center}
.diff-icon svg{width:1.25rem;height:1.25rem;color:#3b82f6}
.diff-text h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.25rem}
.diff-text p{font-size:.875rem;color:#999;line-height:1.6}

/* REVIEWS */
.reviews-scroll{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:.75rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.reviews-scroll::-webkit-scrollbar{display:none}
.review-card{flex:none;width:300px;scroll-snap-align:start;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.5rem}
@media(min-width:768px){.review-card{width:340px}}
.stars{display:flex;gap:2px;margin-bottom:.75rem}
.stars svg{width:1rem;height:1rem;fill:#fbbf24;color:#fbbf24}
.review-card .text{font-size:.875rem;color:#ccc;font-style:italic;line-height:1.6;margin-bottom:1rem}
.review-card .author{font-size:.875rem;color:#888;font-weight:600}
.review-card .source{font-size:.75rem;color:#666;margin-top:.125rem}
.review-nav{display:flex;justify-content:center;gap:.75rem;margin-top:1.25rem}
.review-nav button{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}
.review-nav button:hover{background:rgba(59,130,246,.3)}
.review-nav button svg{width:1.25rem;height:1.25rem}

/* ABOUT PHOTOS */
.photo-wrap{overflow:hidden;border-radius:.75rem}
.photo-wrap img{width:100%;height:180px;object-fit:cover;transition:transform .7s ease-out}
@media(min-width:768px){.photo-wrap img{height:200px}}
.photo-wrap:hover img{transform:scale(1.1)}
.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}}
.about-text p{font-size:.9375rem;color:#bbb;line-height:1.75;margin-bottom:1rem}
.about-text p:last-child{margin-bottom:0}
.about-text strong{color:#fff}

/* LOCATION */
.location-grid{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:768px){.location-grid{grid-template-columns:1fr 1fr}}
.info-box{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem}
.info-row{display:flex;gap:.875rem;align-items:flex-start}
.info-row svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem}
.info-row .icon-blue{color:#3b82f6}
.info-row .icon-pink{color:#E1306C}
.info-row strong{display:block;color:#fff;font-size:.9375rem;margin-bottom:.125rem}
.info-row span,.info-row a{font-size:.875rem;color:#999}
.info-row a.wa-link{color:#25D366;font-weight:600}
.info-row a.wa-link:hover{text-decoration:underline}
.info-row a.ig-link{color:#E1306C;font-weight:600}
.info-row a.ig-link:hover{text-decoration:underline}
.map-wrap{border-radius:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.08);height:300px}
@media(min-width:768px){.map-wrap{height:400px}}
.map-wrap iframe{width:100%;height:100%;border:0}

/* FACHADA */
.fachada-wrap{overflow:hidden;border-radius:1rem;max-width:700px;width:100%;margin:0 auto}
.fachada-wrap img{width:100%;box-shadow:0 8px 40px rgba(0,0,0,.5);transition:transform .7s ease-out}
.fachada-wrap:hover img{transform:scale(1.1)}

/* CTA FINAL */
.cta-final{position:relative;padding:5rem 0;overflow:hidden}
.cta-final-bg{position:absolute;inset:0;background:linear-gradient(to right,#111827,#1e3a5f,#111827)}
.cta-final .container{position:relative;z-index:10;text-align:center}
.cta-final h2{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:1rem}
@media(min-width:768px){.cta-final h2{font-size:1.75rem}}
.cta-final p{font-size:1rem;color:#bbb;margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}

/* FOOTER */
.footer{background:#050505;border-top:1px solid rgba(255,255,255,.06);padding:2rem 0;text-align:center}
.footer p{font-size:.75rem;color:#666}
.footer p+p{margin-top:.375rem}

/* WHATSAPP FLOAT */
.wa-float{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;width:60px;height:60px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .3s}
.wa-float:hover{transform:scale(1.1)}
.wa-float svg{width:2rem;height:2rem;color:#fff}

/* ANIMATIONS */
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}
.fade-up.visible{opacity:1;transform:translateY(0)}

@keyframes pulse-wa{0%,100%{box-shadow:0 0 0 0 rgba(37,211,102,.4)}70%{box-shadow:0 0 0 14px rgba(37,211,102,0)}}
.wa-float{animation:pulse-wa 2s infinite}

/* STEPS */
.step-card{display:flex;flex-direction:row;gap:1rem;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:1rem;padding:1.5rem}
@media(min-width:1024px){.step-card{flex-direction:column;text-align:center;align-items:center}}
.step-num{flex-shrink:0;width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff}
.step-card h3{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.375rem}
.step-card p{font-size:.875rem;color:#999;line-height:1.6}
