:root{
  --black:#0a0a0a;
  --black2:#151515;
  --yellow:#ffcb05;
  --yellow2:#ffe568;
  --white:#fff;
  --paper:#f7f7f3;
  --ink:#111;
  --muted:#666;
  --green:#25d366;
  --red:#c61f45;
  --radius:24px;
  --shadow:0 18px 55px rgba(0,0,0,.13);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}button{font:inherit}
.wrap{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip{position:absolute;left:-9999px;top:0;z-index:9999;background:#fff;color:#000;padding:10px 14px}.skip:focus{left:10px;top:10px}

.header{position:sticky;top:0;z-index:1000;background:rgba(9,9,9,.96);border-bottom:1px solid rgba(255,255,255,.09);box-shadow:0 8px 28px rgba(0,0,0,.18)}
.navrow{height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;flex-direction:column;line-height:1;min-width:max-content}.brand-name{color:#fff;font-weight:900;letter-spacing:.08em;font-size:1rem}.brand-role{margin-top:7px;color:var(--yellow);font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:.95rem}
.nav{display:flex;align-items:center;gap:4px}.nav a{color:#f5f5f5;font-size:.9rem;font-weight:800;padding:10px 11px;border-radius:11px;transition:.2s}.nav a:hover,.nav a.active{color:var(--yellow);background:#202020}.nav .nav-wa{background:var(--yellow);color:#111;padding-inline:16px}.nav .nav-wa:hover{background:#fff;color:#111}
.menu-btn{display:none;width:46px;height:46px;border:1px solid #343434;background:#111;border-radius:13px;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-btn span{width:21px;height:2px;background:#fff;border-radius:4px;transition:.2s}

.hero{position:relative;overflow:hidden;background:#0b0b0b;color:#fff;min-height:690px}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent)}
.hero-ring{position:absolute;border:1px solid rgba(255,203,5,.2);border-radius:50%}.ring-a{width:420px;height:420px;left:-220px;top:80px}.ring-b{width:620px;height:620px;right:-340px;bottom:-350px;border-width:80px;border-color:rgba(255,203,5,.07)}
.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.07fr .93fr;gap:70px;align-items:center;padding:88px 0 84px}.eyebrow{display:flex;align-items:center;gap:10px;font-weight:900;font-size:.77rem;letter-spacing:.18em}.eyebrow i{width:38px;height:4px;background:var(--yellow);border-radius:99px}.hero h1{font-size:clamp(3.3rem,6.2vw,6.5rem);line-height:.9;letter-spacing:-.058em;margin:22px 0 14px;max-width:760px}.hero h1 span{display:block;color:var(--yellow)}
.hand{font-family:Georgia,'Times New Roman',serif;font-style:italic;color:var(--yellow);font-size:clamp(1.45rem,2.3vw,2.1rem);margin:0 0 14px}.lead{max-width:650px;color:#d2d2d2;font-size:1.08rem;margin:0 0 28px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 21px;border-radius:14px;border:1px solid transparent;font-weight:900;transition:transform .2s,background .2s,color .2s,border-color .2s}.btn:hover{transform:translateY(-2px)}.btn-yellow{background:var(--yellow);color:#111}.btn-yellow:hover{background:#fff}.btn-outline{border-color:#3d3d3d;color:#fff;background:#151515}.btn-outline:hover{border-color:var(--yellow);color:var(--yellow)}.btn-black{background:#111;color:#fff}.btn-black:hover{background:#fff;color:#111}
.phone{display:inline-flex;align-items:center;gap:12px;margin-top:28px}.phone-badge{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--green);font-size:1.25rem}.phone small{display:block;color:#aaa;letter-spacing:.15em;font-size:.66rem}.phone strong{display:block;color:#fff;font-size:1.4rem;letter-spacing:.03em}

.hero-visual{position:relative;height:500px}.sun{position:absolute;width:330px;height:330px;border-radius:50%;background:var(--yellow);right:2%;top:7%}.property-card{position:absolute;z-index:3;left:7%;right:3%;top:80px;height:340px;background:#fff;border-radius:24px;padding:14px;box-shadow:0 34px 75px rgba(0,0,0,.48);transform:rotate(-1deg)}.property-top{height:36px;display:flex;justify-content:flex-end;align-items:center}.property-top span{font-weight:900;color:#222;padding-right:10px}.house{position:absolute;inset:50px 14px 14px;background:#e8d8c3;border-radius:14px;overflow:hidden}.house-roof{position:absolute;left:-25px;right:5%;top:-35px;height:105px;background:#d6c0a6;transform:skewY(-7deg)}.house-face{position:absolute;inset:55px 18px 32px;display:grid;grid-template-columns:1fr .85fr 1fr;gap:14px;align-items:end}.window{height:88px;background:linear-gradient(#8299a8,#d5e0e5);border:5px solid #fff;box-shadow:inset 0 0 0 2px #41494f}.door{height:150px;background:#252525;border:5px solid #fff}.balcony{position:absolute;left:8%;right:38%;top:0;height:50px;border:4px solid #222;display:flex;justify-content:space-around;align-items:stretch}.balcony b{width:3px;background:#222}.garden{position:absolute;left:0;right:0;bottom:0;height:32px;background:#5e8d3f;display:flex;justify-content:space-around;align-items:flex-start}.garden i{width:25px;height:45px;background:#43762b;border-radius:50% 50% 42% 42%;transform:translateY(-24px)}
.mini-tag{position:absolute;z-index:6;display:flex;align-items:center;gap:9px;background:#fff;color:#111;border-radius:13px;padding:10px 13px;font-weight:900;font-size:.78rem;box-shadow:0 16px 35px rgba(0,0,0,.3)}.mini-tag b{width:30px;height:30px;display:grid;place-items:center;background:var(--yellow);border-radius:9px}.tag-one{left:0;top:20px}.tag-two{right:-2%;top:235px}.tag-three{left:3%;bottom:18px}

.service-bar{background:#080808;color:#fff;border-top:1px solid #222;border-bottom:1px solid #222}.service-bar-grid{display:grid;grid-template-columns:repeat(5,1fr)}.service-bar article{min-height:120px;display:flex;align-items:center;justify-content:center;text-align:center;gap:10px;padding:20px 14px;border-right:1px solid #292929}.service-bar article:last-child{border-right:0}.service-bar span{width:45px;height:45px;display:grid;place-items:center;border-radius:13px;background:var(--yellow);color:#111;font-size:1.35rem;flex:0 0 auto}.service-bar strong{font-size:.94rem}

.yellow-block{background:var(--yellow);padding:82px 0}.accompany{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center}.overline{display:inline-block;font-size:.74rem;letter-spacing:.18em;font-weight:900}.accompany h2{font-size:clamp(2.7rem,4.6vw,4.7rem);line-height:.94;letter-spacing:-.05em;margin:9px 0 14px}.accompany p{font-size:1.08rem;margin:0}.route{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:13px}.route div{text-align:center}.route span{width:72px;height:72px;display:grid;place-items:center;margin:0 auto 9px;border-radius:50%;background:#111;color:var(--yellow);font-size:1.2rem;font-weight:900;box-shadow:0 8px 0 rgba(0,0,0,.14)}.route strong{display:block;font-size:.88rem}.route>b{height:3px;background:#111;min-width:20px;border-radius:9px;opacity:.35}

.guarantee{background:#111;color:#fff;padding:74px 0}.guarantee-inner{display:grid;grid-template-columns:145px 1fr;gap:38px;align-items:center}.shield{width:120px;height:135px;background:var(--yellow);color:#111;display:grid;place-items:center;font-size:3.4rem;font-weight:900;clip-path:polygon(50% 0,92% 14%,89% 66%,50% 100%,11% 66%,8% 14%)}.light{color:var(--yellow)}.guarantee h2{font-size:clamp(2.2rem,4.4vw,4.4rem);line-height:.98;letter-spacing:-.045em;margin:8px 0 20px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{border:1px solid #343434;background:#1b1b1b;border-radius:999px;padding:8px 13px;font-size:.8rem;font-weight:800;color:#ddd}

.account{padding:92px 0;background:#fff}.section-head{text-align:center;max-width:900px;margin:0 auto 42px}.no-lines{display:inline-block;background:#111;color:var(--yellow);padding:8px 19px;border-radius:12px;font-weight:900;letter-spacing:.04em}.section-head>p{margin:18px 0 3px;font-weight:700}.section-head h2{font-size:clamp(3rem,6vw,6rem);line-height:.95;letter-spacing:-.055em;margin:0}.section-head h2 span{color:var(--yellow);text-shadow:2px 2px 0 #111}.head-line{width:105px;height:5px;background:var(--yellow);border-radius:9px;margin:22px auto}.section-head .account-sub{font-weight:800;margin:0}.account-sub strong{background:var(--yellow);padding:3px 8px;border-radius:7px}
.columns{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.panel{background:#fff;border:1px solid #e4e0d0;border-radius:24px;padding:22px;box-shadow:var(--shadow);overflow:hidden}.panel-title{display:flex;align-items:center;gap:12px;border-bottom:2px solid #f1ecd9;padding-bottom:16px}.panel-title>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-size:1.35rem}.panel-title h3{margin:0;text-transform:uppercase;font-size:1.02rem;line-height:1.1}.panel ul{list-style:none;padding:0;margin:8px 0 0}.panel li{display:flex;align-items:flex-start;gap:11px;padding:13px 0;border-bottom:1px solid #eee}.panel li:last-child{border-bottom:0}.panel li i{width:34px;height:34px;display:grid;place-items:center;background:var(--yellow);border-radius:50%;font-style:normal;font-weight:900;flex:0 0 auto}.panel li strong{font-size:.88rem;line-height:1.3;display:block}.panel li small{display:block;color:#666;margin-top:2px}.css-house{height:150px;margin:22px -6px -8px;position:relative;background:linear-gradient(to top,#76a14a 0 25px,transparent 25px)}.css-house:before{content:"";position:absolute;width:150px;height:80px;left:50%;bottom:25px;transform:translateX(-50%);background:#e2e4e2;border:5px solid #fff;box-shadow:0 7px 15px rgba(0,0,0,.18)}.css-house:after{content:"";position:absolute;width:120px;height:65px;left:50%;bottom:91px;transform:translateX(-50%) rotate(30deg);background:#3b3b3b;clip-path:polygon(0 100%,50% 0,100% 100%)}.css-house span,.css-house b,.css-house i{position:absolute;z-index:3;bottom:31px;background:#8aa2aa;border:3px solid #fff}.css-house span{width:38px;height:40px;left:calc(50% - 62px)}.css-house b{width:38px;height:40px;left:calc(50% + 22px)}.css-house i{width:32px;height:58px;left:calc(50% - 16px);background:#555}

.sale{background:var(--yellow);padding:86px 0}.sale-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}.sale h2{font-size:clamp(2.7rem,5vw,5.4rem);line-height:.93;letter-spacing:-.05em;margin:8px 0}.hand-dark{color:#111}.sale-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sale-cards article{min-height:140px;background:#fff;border:2px solid #111;border-radius:20px;box-shadow:7px 7px 0 #111;padding:20px;display:flex;align-items:center;gap:14px;transition:.2s}.sale-cards article:hover{transform:translate(-3px,-3px);box-shadow:10px 10px 0 #111}.sale-cards span{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:#111;color:var(--yellow);font-size:1.4rem}

.trust{padding:92px 0;background:#f8f8f6}.trust-head{margin-bottom:35px}.trust-head h2{font-size:clamp(2.9rem,5.2vw,5.6rem);line-height:.94;letter-spacing:-.05em;margin:8px 0}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-card{position:relative;min-height:225px;background:#111;color:#fff;border-radius:23px;padding:30px;overflow:hidden}.trust-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:rgba(255,203,5,.09);right:-50px;bottom:-55px}.trust-card span{width:60px;height:60px;display:grid;place-items:center;border-radius:16px;background:var(--yellow);color:#111;font-size:1.65rem;font-weight:900}.trust-card h3{font-size:1.45rem;line-height:1.16;max-width:270px;margin:36px 0 0}

.contact{background:#0b0b0b;color:#fff;padding:95px 0}.contact-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}.monogram{min-height:390px;border:1px solid #2f2f2f;border-radius:30px;background:linear-gradient(145deg,#1c1c1c,#0b0b0b);display:grid;place-items:center;align-content:center;overflow:hidden;position:relative}.monogram:before{content:"";position:absolute;width:290px;height:290px;border-radius:50%;background:var(--yellow);right:-130px;top:-135px}.monogram div{position:relative;z-index:2;color:var(--yellow);font-weight:900;font-size:7rem;letter-spacing:-.08em;text-shadow:5px 5px 0 rgba(255,255,255,.07)}.monogram span{position:relative;z-index:2;font-family:Georgia,'Times New Roman',serif;font-style:italic;font-size:1.3rem}.contact-copy h2{font-size:clamp(3.1rem,6vw,6rem);line-height:.94;letter-spacing:-.055em;margin:9px 0}.contact-copy>p:not(.hand){max-width:680px;color:#d1d1d1;font-size:1.08rem}.contact-copy .actions{margin-top:28px}
.final-cta{background:var(--yellow);padding:64px 0}.final-row{display:flex;justify-content:space-between;gap:35px;align-items:center}.final-row h2{font-size:clamp(2.8rem,5vw,5rem);line-height:.95;margin:6px 0}.final-row p{font-size:1.15rem;margin:0}.final-row p strong{font-size:1.45rem}
.footer{background:#070707;color:#bbb;padding:35px 0;border-top:1px solid #222}.footer-grid{display:grid;grid-template-columns:.72fr 1.55fr .5fr;gap:25px;align-items:center}.footer strong{display:block;color:#fff;letter-spacing:.08em}.footer span{color:var(--yellow);font-family:Georgia,'Times New Roman',serif;font-style:italic}.footer p{text-align:center;font-size:.88rem;margin:0}.footer p b{color:var(--yellow);padding:0 4px}.footer>a,.footer-grid>a{text-align:right;color:#fff;font-weight:900}
.wa-float{position:fixed;right:22px;bottom:22px;z-index:900;display:flex;align-items:center;gap:9px;background:var(--green);color:#fff;border-radius:999px;padding:10px 15px 10px 10px;box-shadow:0 14px 40px rgba(0,0,0,.3);font-weight:900}.wa-float span{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:var(--green)}.top-btn{position:fixed;right:27px;bottom:92px;z-index:850;width:44px;height:44px;border:0;border-radius:13px;background:#111;color:#fff;box-shadow:0 10px 30px rgba(0,0,0,.2);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.top-btn.show{opacity:1;visibility:visible;transform:none}
/* El contenido SIEMPRE es visible. JS solo añade un detalle de movimiento, nunca oculta la página. */
.lift{transform:translateY(0);transition:transform .55s ease}.js-ready .lift.in-view{animation:softLift .55s ease both}@keyframes softLift{from{transform:translateY(10px)}to{transform:translateY(0)}}

@media(max-width:980px){
  .menu-btn{display:flex}.nav{position:absolute;left:20px;right:20px;top:80px;display:none;flex-direction:column;align-items:stretch;background:#101010;border:1px solid #303030;border-radius:18px;padding:11px;box-shadow:0 24px 60px rgba(0,0,0,.42)}.nav.open{display:flex}.nav a{text-align:center;padding:12px}.menu-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-btn.open span:nth-child(2){opacity:0}.menu-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .hero-inner,.accompany,.sale-grid,.contact-grid{grid-template-columns:1fr}.hero{min-height:auto}.hero-inner{padding:70px 0 64px;gap:25px}.hero-visual{height:430px}.service-bar-grid{grid-template-columns:repeat(2,1fr)}.service-bar article{border-bottom:1px solid #292929}.service-bar article:last-child{grid-column:1/-1}.columns{grid-template-columns:1fr}.guarantee-inner{grid-template-columns:120px 1fr}.trust-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;text-align:center}.footer p{text-align:center}.footer-grid>a{text-align:center}.final-row{align-items:flex-start;flex-direction:column}.contact-grid{gap:40px}.monogram{min-height:300px}
}
@media(max-width:680px){
  .wrap{width:min(100% - 28px,1180px)}html{scroll-padding-top:74px}.navrow{height:72px}.nav{top:72px;left:14px;right:14px}.brand-name{font-size:.85rem}.brand-role{font-size:.84rem}.hero-inner{padding:58px 0 52px}.hero h1{font-size:clamp(2.8rem,14vw,4.6rem)}.lead{font-size:1rem}.actions .btn{width:100%}.hero-visual{height:330px}.sun{width:225px;height:225px}.property-card{left:3%;right:2%;top:62px;height:245px}.house{inset:42px 10px 10px}.house-face{inset:45px 12px 25px;gap:8px}.window{height:58px;border-width:3px}.door{height:94px;border-width:3px}.balcony{height:34px;border-width:3px}.mini-tag{font-size:.64rem;padding:7px 9px}.mini-tag b{width:24px;height:24px}.tag-one{top:4px}.tag-two{top:160px}.tag-three{bottom:0}.service-bar-grid{grid-template-columns:1fr}.service-bar article{min-height:80px;justify-content:flex-start;border-right:0}.service-bar article:last-child{grid-column:auto}.yellow-block,.account,.sale,.trust,.contact{padding:68px 0}.route{grid-template-columns:1fr 1fr;gap:18px}.route>b{display:none}.route span{width:60px;height:60px}.guarantee{padding:65px 0}.guarantee-inner{grid-template-columns:1fr}.shield{width:95px;height:105px}.guarantee h2{font-size:2.35rem}.section-head h2{font-size:3.2rem}.account-sub{font-size:.91rem}.panel{padding:19px}.sale-cards{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr}.monogram{min-height:255px}.monogram div{font-size:5.2rem}.contact-copy h2{font-size:3.55rem}.final-cta{padding:55px 0}.footer{padding-bottom:98px}.wa-float{right:14px;bottom:14px;padding-right:11px}.wa-float b{display:none}.top-btn{right:17px;bottom:78px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.lift,.js-ready .lift.in-view{animation:none;transition:none}.btn,.sale-cards article{transition:none}}
