
:root{
  --blue:#0b3b91;
  --blue-2:#124fb8;
  --blue-3:#eaf3ff;
  --ink:#10234a;
  --muted:#5f6f8f;
  --line:#dbe6f5;
  --bg:#f7faff;
  --white:#fff;
  --shadow:0 10px 30px rgba(13,48,110,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--bg);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.container{width:min(1120px,calc(100% - 32px));margin:auto}
.topbar{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(219,230,245,.9);
}
.nav{
  min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px
}
.brand{display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:.02em}
.brand-mark{
  width:42px;height:42px;border:2px solid var(--blue);border-radius:12px;
  display:grid;place-items:center;background:var(--blue-3);font-size:22px
}
.brand span{display:block;line-height:.95}
.desktop-nav{display:flex;gap:22px;font-size:14px;font-weight:700}
.nav-actions{display:flex;gap:10px;align-items:center}
.btn{
  border:0;border-radius:12px;padding:14px 18px;font-weight:800;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;gap:8px
}
.btn-primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;box-shadow:var(--shadow)}
.btn-secondary{background:#fff;color:var(--blue);border:1px solid #b9cdec}
.icon-btn{width:44px;height:44px;padding:0}
.mobile-menu-btn{display:none}
.hero{
  position:relative;overflow:hidden;
  background:
    linear-gradient(90deg,rgba(235,246,255,.98) 0%,rgba(235,246,255,.9) 42%,rgba(235,246,255,.08) 68%),
    linear-gradient(135deg,#dff0ff,#a8d7ff 45%,#75bdf6);
  min-height:620px;
}
.hero::after{
  content:"";position:absolute;inset:auto -6% -12% auto;width:62%;height:78%;
  background:
    linear-gradient(160deg,#fff 0 18%,#dfe6ef 18% 22%,#fcfcfd 22% 52%,#cad5e4 52% 56%,#fff 56% 100%);
  clip-path:polygon(18% 12%,72% 0,100% 20%,100% 100%,0 100%,0 28%);
  filter:drop-shadow(0 30px 35px rgba(13,48,110,.2));
  opacity:.95;
}
.hero::before{
  content:"";position:absolute;right:8%;bottom:9%;width:46%;height:32%;
  background:linear-gradient(#8bc172,#4d8f4e);
  border-radius:50% 50% 0 0/25% 25% 0 0;
  opacity:.9
}
.hero-content{position:relative;z-index:2;padding:74px 0 58px;max-width:610px}
.badge{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  color:var(--blue);background:#fff;border:1px solid #bfd5f3;font-size:13px;font-weight:900
}
h1,h2,h3{margin:0 0 14px;letter-spacing:-.03em}
h1{font-size:clamp(40px,6vw,70px);line-height:1.02}
h2{font-size:clamp(30px,4vw,48px);line-height:1.08}
h3{font-size:22px}
.lead{font-size:20px;line-height:1.55;color:#27395d}
.checks{display:grid;gap:12px;margin:28px 0}
.check{display:flex;gap:10px;align-items:flex-start;font-weight:700}
.check i{
  width:22px;height:22px;border-radius:50%;display:grid;place-items:center;
  background:var(--blue);color:#fff;font-style:normal;font-size:13px;flex:0 0 auto
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.section{padding:78px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 34px}
.section-head p{color:var(--muted);font-size:18px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden
}
.pack-card{display:flex;flex-direction:column}
.house-art{
  height:210px;position:relative;overflow:hidden;
  background:linear-gradient(180deg,#a9d8ff 0 54%,#8dc781 54% 100%);
}
.house-art::before{
  content:"";position:absolute;left:18%;right:12%;bottom:18%;height:52%;
  background:linear-gradient(90deg,#fdfdfd 0 62%,#dbe3ee 62%);
  clip-path:polygon(0 34%,30% 0,100% 12%,100% 100%,0 100%);
  box-shadow:0 10px 20px rgba(0,0,0,.18)
}
.house-art::after{
  content:"";position:absolute;left:42%;bottom:18%;width:30%;height:30%;
  background:linear-gradient(90deg,#476b8f,#88a7c6);
  box-shadow:-70px 8px 0 -6px #627e98,74px 10px 0 -10px #d9e2ec
}
.pack-tag{
  position:absolute;top:14px;left:14px;background:var(--blue);color:#fff;
  padding:9px 12px;border-radius:10px;font-weight:900;z-index:2
}
.card-body{padding:24px}
.price{font-size:46px;font-weight:950;color:var(--blue);line-height:1}
.price small{font-size:17px}
.feature-list{display:grid;gap:10px;margin:22px 0;padding:0;list-style:none}
.feature-list li::before{content:"✓";color:var(--blue-2);font-weight:900;margin-right:10px}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.step{text-align:center;padding:18px 12px}
.step-icon{
  width:68px;height:68px;margin:0 auto 14px;border-radius:50%;
  background:var(--blue-3);display:grid;place-items:center;font-size:28px;color:var(--blue)
}
.step p{color:var(--muted);font-size:14px;line-height:1.5}
.blue-section{background:linear-gradient(135deg,#082e73,#0e4eb4);color:#fff}
.blue-section .section-head p,.blue-section .feature p{color:#d9e8ff}
.features-5{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.feature{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  border-radius:18px;padding:22px;text-align:center
}
.feature .step-icon{background:rgba(255,255,255,.12);color:#fff}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.form{display:grid;gap:14px}
.form input,.form textarea,.form select{
  width:100%;padding:15px 16px;border:1px solid #cbd9ed;border-radius:12px;background:#fff;color:var(--ink)
}
.form textarea{min-height:130px;resize:vertical}
.map{
  min-height:320px;border-radius:18px;position:relative;overflow:hidden;background:linear-gradient(135deg,#eaf3ff,#d7e9ff)
}
.map::before{
  content:"";position:absolute;inset:12% 8%;
  background:#fff;clip-path:polygon(6% 42%,17% 20%,35% 26%,47% 10%,70% 17%,88% 8%,95% 40%,82% 57%,91% 78%,66% 91%,46% 79%,28% 91%,14% 70%);
  box-shadow:0 12px 30px rgba(11,59,145,.12)
}
.pin{position:absolute;z-index:2;color:var(--blue);font-weight:900;font-size:13px}
.footer{padding:34px 0;background:#071c43;color:#dbe8ff}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}
.footer a{display:block;margin:8px 0;color:#dbe8ff}
.page-hero{padding:58px 0 28px;background:linear-gradient(180deg,#edf6ff,#f7faff)}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:10px}
.page-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}
.sidebar{position:sticky;top:92px}
.notice{
  padding:18px;border-radius:14px;background:#eef5ff;border-left:4px solid var(--blue);color:#24395f
}
.faq-item{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden;margin-bottom:12px}
.faq-q{width:100%;padding:18px;border:0;background:#fff;text-align:left;font-weight:900;color:var(--ink);display:flex;justify-content:space-between}
.faq-a{display:none;padding:0 18px 18px;color:var(--muted);line-height:1.6}
.faq-item.open .faq-a{display:block}
.mobile-menu{
  position:fixed;inset:0;background:#082f76;color:#fff;z-index:100;display:none;padding:24px
}
.mobile-menu.open{display:block}
.mobile-menu a{display:block;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.14);font-weight:800}
.mobile-menu .close{position:absolute;right:20px;top:18px}
@media (max-width:900px){
  .desktop-nav{display:none}.mobile-menu-btn{display:inline-flex}
  .hero{min-height:auto}
  .hero::after{right:-22%;width:85%;height:58%;opacity:.45}
  .hero::before{right:-12%;width:75%;opacity:.4}
  .hero-content{padding:56px 0 46px;max-width:100%}
  .grid-3,.two-col,.page-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .features-5{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .sidebar{position:static}
}
@media (max-width:560px){
  .container{width:min(100% - 22px,1120px)}
  .nav{min-height:64px}.brand{font-size:14px}.brand-mark{width:38px;height:38px}
  .nav-actions .phone-text{display:none}
  h1{font-size:40px}
  .lead{font-size:17px}
  .hero{background:linear-gradient(180deg,#dff0ff,#b8dcff)}
  .hero::after{inset:auto -28% -2% auto;width:105%;height:45%;opacity:.55}
  .hero-content{padding-bottom:220px}
  .hero-actions{display:grid}.hero-actions .btn{width:100%}
  .section{padding:54px 0}
  .grid-3{gap:16px}
  .steps,.features-5{grid-template-columns:1fr}
  .pack-card .house-art{height:180px}
  .price{font-size:40px}
  .section-head{text-align:left}
  .panel{padding:20px}
}

.brand-logo{width:176px;height:auto;display:block}
.hero-photo{
  background:
    linear-gradient(90deg,rgba(235,246,255,.98) 0%,rgba(235,246,255,.88) 43%,rgba(235,246,255,.08) 69%),
    url('assets/hero-villa.jpg') center right/cover no-repeat;
}
.hero-photo::before,.hero-photo::after{display:none}
.house-art.photo-150,.house-art.photo-250,.house-art.photo-350{
  background-position:center;background-size:cover;background-repeat:no-repeat;
}
.house-art.photo-150{background-image:url('assets/pack-150.jpg')}
.house-art.photo-250{background-image:url('assets/pack-250.jpg')}
.house-art.photo-350{background-image:url('assets/pack-350.jpg')}
.house-art.photo-150::before,.house-art.photo-150::after,
.house-art.photo-250::before,.house-art.photo-250::after,
.house-art.photo-350::before,.house-art.photo-350::after{display:none}
@media(max-width:560px){
  .brand-logo{width:142px}
  .hero-photo{
    background:
      linear-gradient(180deg,rgba(223,240,255,.95) 0%,rgba(223,240,255,.77) 48%,rgba(223,240,255,.1) 75%),
      url('assets/hero-villa.jpg') center bottom/cover no-repeat;
  }
  .hero-photo .hero-content{padding-bottom:250px}
}


/* Photo uploader */
.upload-field{
  border:1px solid var(--line);
  border-radius:16px;
  background:#f9fbff;
  padding:14px;
}
.upload-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}
.upload-head strong{display:block;color:var(--ink)}
.upload-head span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:3px;
}
.upload-count{
  flex:0 0 auto;
  padding:6px 9px;
  border-radius:999px;
  background:var(--blue-3);
  color:var(--blue)!important;
  font-weight:900;
  font-size:12px!important;
  margin:0!important;
}
.upload-dropzone{
  min-height:108px;
  border:1.5px dashed #9fbae3;
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:18px;
  text-align:left;
  cursor:pointer;
  transition:.2s ease;
  color:#3f5277;
}
.upload-dropzone:hover,
.upload-dropzone.dragover{
  border-color:var(--blue);
  background:#eef5ff;
}
.upload-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  background:var(--blue-3);
  color:var(--blue);
  font-size:26px;
  font-weight:500;
}
.upload-list{
  display:grid;
  gap:10px;
  margin-top:12px;
}
.upload-item{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 34px;
  gap:10px;
  align-items:center;
  padding:8px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
}
.upload-thumb{
  width:58px;
  height:48px;
  border-radius:9px;
  object-fit:cover;
  background:#eaf1fb;
}
.upload-meta{min-width:0}
.upload-name{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:13px;
  font-weight:800;
  color:var(--ink);
}
.upload-status{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:5px;
  color:var(--muted);
  font-size:11px;
}
.upload-progress{
  height:5px;
  border-radius:999px;
  background:#dfe9f7;
  overflow:hidden;
  margin-top:6px;
}
.upload-progress-bar{
  width:0%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--blue),var(--blue-2));
  transition:width .18s linear;
}
.upload-remove{
  width:32px;
  height:32px;
  padding:0;
  border:0;
  border-radius:9px;
  background:#f4f7fb;
  color:#7b89a4;
  cursor:pointer;
  font-size:18px;
}
.upload-remove:hover{
  color:#b42318;
  background:#fff0ef;
}
.upload-item.is-complete .upload-progress-bar{background:#17834b}
.upload-item.is-complete .upload-status{color:#17834b}
@media(max-width:560px){
  .upload-dropzone{align-items:flex-start;text-align:left}
}

.btn-success{
background:#25D366;
color:#fff;
border:0;
}
.btn-success:hover{filter:brightness(.95)}

/* v4 corrections */
.pack-tag{
  background:#d9f7e8 !important;
  color:#087443 !important;
  border:1px solid #aee8cb;
  box-shadow:0 5px 14px rgba(8,116,67,.14);
}
.hero-photo{
  background:
    linear-gradient(90deg,rgba(235,246,255,.98) 0%,rgba(235,246,255,.90) 42%,rgba(235,246,255,.10) 70%),
    url('assets/hero-villa.jpg') center right/cover no-repeat !important;
}
@media(max-width:560px){
  .hero-photo{
    background:
      linear-gradient(180deg,rgba(223,240,255,.97) 0%,rgba(223,240,255,.82) 48%,rgba(223,240,255,.12) 76%),
      url('assets/hero-villa.jpg') center bottom/cover no-repeat !important;
  }
}

/* v5 header and logo refinement */
.brand-logo{
  width:190px !important;
  height:auto;
  display:block;
}
.footer .brand-logo-footer{
  width:205px !important;
}
.header-icon{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  transition:transform .18s ease, filter .18s ease, box-shadow .18s ease;
  box-shadow:0 7px 18px rgba(13,48,110,.10);
}
.header-icon:hover{
  transform:translateY(-1px);
  filter:brightness(.98);
}
.header-icon svg{
  width:23px;
  height:23px;
}
.header-whatsapp{
  background:#25D366;
  color:#fff;
}
.header-phone{
  background:#e8f3ff;
  color:#0b3b91;
  border:1px solid #c9def8;
}
.footer-brand{
  margin-bottom:10px;
}
@media(max-width:560px){
  .brand-logo{width:150px !important}
  .footer .brand-logo-footer{width:176px !important}
  .header-icon{
    width:42px;
    height:42px;
    border-radius:12px;
  }
  .header-icon svg{
    width:21px;
    height:21px;
  }
}

/* v6: dedicated sharp mobile hero image */
@media(max-width:560px){
  .hero-photo{
    position:relative;
    background:linear-gradient(180deg,#e8f5ff 0%,#dcefff 100%) !important;
    min-height:auto;
  }

  .hero-photo::before{
    display:none !important;
  }

  .hero-photo::after{
    content:"";
    display:block !important;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:300px;
    background:
      linear-gradient(180deg,rgba(220,239,255,.12) 0%,rgba(220,239,255,0) 28%),
      url("assets/hero-villa-mobile.webp") center center/cover no-repeat;
    clip-path:none;
    filter:none;
    opacity:1;
    z-index:0;
  }

  .hero-photo .hero-content{
    position:relative;
    z-index:1;
    padding-bottom:330px !important;
  }
}

@media(min-width:561px) and (max-width:900px){
  .hero-photo{
    background:
      linear-gradient(90deg,rgba(235,246,255,.98) 0%,rgba(235,246,255,.88) 52%,rgba(235,246,255,.12) 78%),
      url("assets/hero-villa-mobile.webp") center right/cover no-repeat !important;
  }
}

/* v7 — hero image remains a true background; compact horizontal process on mobile */
.step-icon svg{
  width:29px;
  height:29px;
  fill:currentColor;
  display:block;
}

/* Cancel the previous separate-image mobile treatment. */
@media(max-width:560px){
  .hero-photo{
    position:relative;
    isolation:isolate;
    min-height:auto;
    background:
      linear-gradient(90deg,rgba(226,242,255,.94) 0%,rgba(226,242,255,.83) 56%,rgba(226,242,255,.25) 100%),
      url("assets/hero-villa-mobile.webp") center center/cover no-repeat !important;
  }

  /* Softly blur only the text side while retaining the villa as the hero background. */
  .hero-photo::before{
    content:"";
    display:block !important;
    position:absolute;
    inset:0 18% 0 0;
    z-index:0;
    background:linear-gradient(90deg,rgba(228,243,255,.60),rgba(228,243,255,.22));
    backdrop-filter:blur(2.2px);
    -webkit-backdrop-filter:blur(2.2px);
    pointer-events:none;
  }

  .hero-photo::after{
    display:none !important;
    content:none !important;
  }

  .hero-photo .hero-content{
    position:relative;
    z-index:1;
    padding-bottom:48px !important;
  }

  /* Five compact stages in one horizontal line; swipe only when the screen is very narrow. */
  .steps-compact{
    display:flex !important;
    grid-template-columns:none !important;
    gap:8px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    padding:2px 2px 12px;
    scrollbar-width:none;
  }
  .steps-compact::-webkit-scrollbar{display:none}

  .steps-compact .step{
    flex:0 0 118px;
    scroll-snap-align:start;
    padding:10px 6px;
    background:transparent;
  }

  .steps-compact .step-icon{
    width:48px;
    height:48px;
    margin:0 auto 8px;
    font-size:0;
    border:1px solid #c7dcf5;
    box-shadow:0 5px 13px rgba(11,59,145,.08);
  }

  .steps-compact .step-icon svg{
    width:23px;
    height:23px;
  }

  .steps-compact h3{
    font-size:13px;
    line-height:1.18;
    margin-bottom:0;
    text-align:center;
  }

  .steps-compact p{
    display:none;
  }
}

/* v8 — about photo, reviews and local SEO pages */
.team-photo{
  min-height:380px;
  overflow:hidden;
}
.team-photo img{
  width:100%;
  height:100%;
  min-height:380px;
  object-fit:cover;
  object-position:center;
}
.review-form-panel{
  max-width:900px;
  margin:auto;
}
.review-form label{
  display:block;
  font-weight:800;
  margin-bottom:7px;
}
.review-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.form-note{
  color:var(--muted);
}
.zone-links{
  display:grid;
  gap:10px;
}
.zone-links a{
  display:grid;
  grid-template-columns:52px 1fr auto;
  align-items:center;
  gap:14px;
  min-height:64px;
  padding:8px 14px 8px 8px;
  border:1px solid var(--line);
  border-radius:14px;
  background:#fff;
  font-weight:850;
  transition:.18s ease;
}
.zone-links a:hover{
  transform:translateY(-1px);
  border-color:#aac8ef;
  box-shadow:0 8px 20px rgba(11,59,145,.08);
}
.zone-links img{
  width:52px;
  height:44px;
  border-radius:9px;
  object-fit:cover;
  border:1px solid #d7e2f1;
}
.zone-links b{
  color:var(--blue);
  font-size:20px;
}
.local-hero{
  position:relative;
  min-height:350px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:
    linear-gradient(135deg,#dcefff,#a8d8ff 55%,#8bc4ed);
}
.local-flag{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.30;
  filter:saturate(.85);
}
.local-hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,28,67,.90),rgba(7,28,67,.48) 58%,rgba(7,28,67,.14));
}
.local-hero-content{
  position:relative;
  z-index:2;
  color:#fff;
  padding-bottom:48px;
}
.local-hero-content .breadcrumb{
  color:#dbeaff;
}
.local-hero-content h1{
  max-width:760px;
}
.local-hero-content p{
  max-width:700px;
  font-size:20px;
}
.local-copy p{
  line-height:1.75;
  color:#354767;
}
@media(max-width:560px){
  .review-form-grid{grid-template-columns:1fr}
  .team-photo,.team-photo img{min-height:240px}
  .local-hero{min-height:300px}
  .local-hero-content{padding-bottom:30px}
  .local-hero-content p{font-size:17px}
}
