:root{
  --bg:#0b0f14;
  --card:rgba(255,255,255,.04);
  --border:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --muted2:rgba(255,255,255,.55);
  --gold1:#f6d77c;
  --gold2:#b98b2c;
  --radius:18px;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Helvetica Neue", sans-serif;
  background: radial-gradient(1200px 600px at 20% 0%, rgba(246,215,124,.12), transparent 55%),
              radial-gradient(900px 500px at 85% 10%, rgba(185,139,44,.10), transparent 55%),
              linear-gradient(180deg, var(--bg), #070a0d);
  color:var(--text);
}

a{color:inherit;text-decoration:none}
.container{width:min(1120px, 92%); margin:0 auto}

.muted{color:var(--muted)}
.tiny{font-size:12px;color:var(--muted2); margin-top:10px}
.center{display:flex; justify-content:center; margin-top:22px}

/* HEADER */
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(11,15,20,.72);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.header__inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 0;
  gap:14px;
}

.brand{display:flex; align-items:center; gap:10px}
.brand__logo{
  width:36px; height:36px; border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:#0b0f14;
  object-fit: cover;
}
.brand__name{font-weight:700; letter-spacing:.2px}

.nav{display:flex; gap:18px}
.nav a{color:var(--muted); font-weight:600}
.nav a:hover{color:var(--text)}

.header__actions{display:flex; gap:10px; align-items:center}

.burger{
  display:none;
  background:transparent; border:1px solid rgba(255,255,255,.14);
  color:var(--text); border-radius:12px; padding:8px 10px;
}

.mobile{
  display:none;
  border-top:1px solid rgba(255,255,255,.08);
  padding:10px 0 14px;
}
.mobile a{
  display:block;
  padding:10px 4%;
  color:var(--muted);
  font-weight:600;
}
.mobile a:hover{color:var(--text)}
.mobile.show{display:block}

/* BUTTONS */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  color:var(--text);
  font-weight:700;
  transition:.2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-1px)}
.btn--primary{
  border:none;
  background: linear-gradient(135deg, var(--gold1), var(--gold2));
  color:#1a1206;
}
.btn--ghost{background: rgba(255,255,255,.03)}
.btn--full{width:100%}

.btn--ig{ gap:8px; }
.ig-icon{ width:16px; height:16px; fill: rgba(255,255,255,.82); }

/* WhatsApp button */
.whatsapp{
  border:1px solid rgba(37,211,102,.40) !important;
  color:#25D366 !important;
}
.whatsapp:hover{
  background: rgba(37,211,102,.10) !important;
}

/* HERO + WATERMARK */
.hero{
  padding:64px 0 34px;
  position: relative;
  overflow: hidden;
}
.hero::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:620px;
  height:620px;
  background: url("./logo-mark.png") no-repeat center;
  background-size: contain;
  transform: translate(-50%,-50%);
  opacity: 0.07;
  filter: blur(0.6px);
  pointer-events:none;
}
.hero__grid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:24px;
  align-items:start;
}
.pill{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  font-weight:700;
  font-size:13px;
}
h1{
  margin:14px 0 12px;
  font-size: 46px;
  line-height:1.06;
  letter-spacing:-.8px;
}
.sub{color:var(--muted); font-size:16px; line-height:1.6; max-width:56ch}
.hero__cta{display:flex; gap:12px; margin:18px 0 18px}
.hero__meta{display:flex; gap:18px; flex-wrap:wrap; margin-top:18px}
.meta{
  padding:10px 12px;
  border-radius:14px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
}
.meta__k{display:block; font-size:12px; color:var(--muted2); font-weight:700}
.meta__v{display:block; margin-top:3px; font-weight:800}

/* CARDS + FORMS */
.card{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius: var(--radius);
  padding:18px;
  box-shadow: var(--shadow);
}
.card--glass{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
}

.form{display:grid; gap:12px; margin-top:14px}
label span{display:block; font-size:12px; color:var(--muted2); font-weight:800; margin-bottom:6px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.18);
  color:var(--text);
  outline:none;
}
input:focus, select:focus, textarea:focus{border-color: rgba(246,215,124,.55)}

/* TRUST STRIP */
.strip{padding: 10px 0 36px}
.strip__grid{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.strip__item{
  display:flex; gap:12px; align-items:flex-start;
  padding:14px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.icon{
  width:34px; height:34px;
  display:flex; align-items:center; justify-content:center;
  border-radius:12px;
  background: rgba(246,215,124,.12);
  border:1px solid rgba(246,215,124,.20);
  color: var(--gold1);
  font-weight:900;
}

/* SECTIONS */
.section{padding: 54px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.00));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{margin-bottom:18px}
h2{margin:0; font-size:28px; letter-spacing:-.3px}

/* FILTERS */
.filters{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:flex-end;
  padding:12px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.filter{
  display:grid;
  gap:6px;
  min-width: 190px;
}
.filter input, .filter select{
  padding:10px 12px;
  border-radius:14px;
}

/* LISTINGS GRID */
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
  margin-top:18px;
}
.listing{
  border-radius: var(--radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  cursor:pointer;
  outline:none;
}
.listing:focus{box-shadow: 0 0 0 2px rgba(246,215,124,.35);}
.listing__img{
  height:160px;
  background: rgba(255,255,255,.02);
  background-size: cover;
  background-position: center;
}
.listing__body{padding:14px}
.listing__top{display:flex; align-items:center; justify-content:space-between; gap:10px}
.listing__top h3{margin:0; font-size:16px}
.tag{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(246,215,124,.25);
  background: rgba(246,215,124,.10);
  color: var(--gold1);
  font-weight:800;
}
.listing__bottom{
  display:flex; align-items:center; justify-content:space-between;
  margin-top:12px;
}
.listing__bottom2{
  display:flex; justify-content:flex-end;
  margin-top:10px;
}
.price{font-weight:900}
.ppm2{font-weight:800}
.link{color: var(--gold1); font-weight:800}
.link:hover{text-decoration:underline}

/* STEPS */
.steps{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px; margin-top:18px}
.step{
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:16px;
}
.step__n{
  width:32px; height:32px;
  border-radius:12px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(246,215,124,.12);
  border:1px solid rgba(246,215,124,.22);
  color: var(--gold1);
  font-weight:900;
  margin-bottom:10px;
}

/* CONTACT */
.contact{display:grid; grid-template-columns: 1fr 1fr; gap:14px; align-items:start}
.contact__box{
  margin-top:14px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  padding:14px;
}
.contact__row{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.contact__row:last-child{border-bottom:none}
.contact__row a{font-weight:900}

/* FOOTER */
.footer{padding:20px 0 30px; color: var(--muted2)}
.footer__inner{
  display:flex;
  justify-content:space-between;
  border-top:1px solid rgba(255,255,255,.08);
  padding-top:18px;
}

/* MODAL */
.modal{display:none; position:fixed; inset:0; z-index:100}
.modal.show{display:block}
.modal__backdrop{
  position:absolute; inset:0;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(6px);
}
.modal__panel{
  position:relative;
  width:min(980px, 94%);
  max-height: 90vh;
  margin: 5vh auto;
  border-radius: 22px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(15,22,32,.95);
  box-shadow: 0 30px 120px rgba(0,0,0,.65);
  overflow:hidden;
  display:flex;
  flex-direction:column;
}
.modal__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  overflow:auto;
}
.modal__close{
  position:absolute; top:12px; right:12px;
  width:38px; height:38px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.9);
  cursor:pointer;
  z-index:2;
}
.slider{
  padding:18px;
  border-right:1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.slider__viewport{
  border-radius: 18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.20);
  height: 420px;
  display:flex;
  align-items:center;
  justify-content:center;
  touch-action: pan-y;
}
.slider__viewport img{width:100%; height:100%; object-fit: cover; display:block}
.slider__controls{
  display:flex; align-items:center; justify-content:space-between;
  gap:10px; margin-top:12px;
}
.slider__dots{display:flex; gap:6px; flex-wrap:wrap; justify-content:center; flex:1}
.dot{
  width:8px; height:8px;
  border-radius:999px;
  background: rgba(255,255,255,.25);
  border:1px solid rgba(255,255,255,.10);
}
.dot.active{
  background: rgba(246,215,124,.85);
  border-color: rgba(246,215,124,.30);
}
.modal__info{padding:18px}
.modal__top{display:flex; align-items:center; justify-content:space-between; gap:10px}
.modal__top h3{margin:0; font-size:18px}
.stats{display:grid; grid-template-columns: 1fr 1fr; gap:10px; margin-top:14px}
.stat{
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
}
.stat strong{display:block; margin-top:4px; font-size:15px}
.modal__desc{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
}
.modal__desc h4{margin:0 0 8px; font-size:14px}
.modal__actions{display:flex; gap:10px; margin-top:14px}

/* mobile sticky CTA hidden by default */
.modal__sticky{display:none}

/* RESPONSIVE */
@media (max-width: 960px){
  h1{font-size:40px}
  .hero__grid{grid-template-columns: 1fr}
  .grid{grid-template-columns: repeat(2, 1fr)}
  .steps{grid-template-columns: 1fr}
  .contact{grid-template-columns: 1fr}
  .strip__grid{grid-template-columns: 1fr}
  .nav, .header__actions{display:none}
  .burger{display:inline-flex}
  .hero::before{width:520px; height:520px; opacity:0.05}

  /* full-screen modal */
  .modal__panel{
    width:100%;
    height:100vh;
    max-height:100vh;
    margin:0;
    border-radius:0;
  }
  .modal__grid{grid-template-columns: 1fr;}
  .slider{border-right:none; border-bottom:1px solid rgba(255,255,255,.08);}
  .slider__viewport{height: 260px;}

  .modal__close{
    position:fixed;
    top:14px;
    right:14px;
  }

  .modal__actions{display:none;}
  .modal__info{padding-bottom: 128px;}
  .modal__sticky{
    display:grid;
    gap:10px;
    position:sticky;
    bottom:0;
    padding:12px 14px;
    background: rgba(15,22,32,.92);
    border-top:1px solid rgba(255,255,255,.10);
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 520px){
  h1{font-size:34px}
  .grid{grid-template-columns: 1fr}
  .hero::before{width:420px; height:420px}
  .filter{min-width: 100%;}
}

/* FLOATING WHATSAPP */
.wa-float{
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: rgba(37,211,102,.16);
  border: 1px solid rgba(37,211,102,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 120;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 40px rgba(0,0,0,.45);
  transition: .2s ease;
  overflow: visible;
}
.wa-float:hover{
  transform: translateY(-2px);
  background: rgba(37,211,102,.22);
}
.wa-float svg{
  width: 26px;
  height: 26px;
  fill: #25D366;
}

/* Tooltip */
.wa-tip{
  position: absolute;
  right: 68px;
  bottom: 50%;
  transform: translateY(50%);
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(15,22,32,.92);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.90);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: .18s ease;
  box-shadow: 0 16px 50px rgba(0,0,0,.55);
}
.wa-tip::after{
  content:"";
  position:absolute;
  right:-6px;
  top:50%;
  width:10px; height:10px;
  background: rgba(15,22,32,.92);
  border-right:1px solid rgba(255,255,255,.14);
  border-top:1px solid rgba(255,255,255,.14);
  transform: translateY(-50%) rotate(45deg);
}
.wa-float:hover .wa-tip{opacity:1}

/* Pulse (subtle) */
.wa-float::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius: 22px;
  border: 1px solid rgba(37,211,102,.25);
  opacity: 0;
  animation: waPulse 2.2s ease-in-out infinite;
}
@keyframes waPulse{
  0%   { transform: scale(.96); opacity: 0; }
  35%  { transform: scale(1.03); opacity: .35; }
  70%  { transform: scale(1.08); opacity: 0; }
  100% { transform: scale(.96); opacity: 0; }
}

/* mobile: hide tooltip + move above sticky modal CTA */
@media (max-width: 960px){
  .wa-tip{display:none;}
  .wa-float{bottom:84px;}
}