:root{--bg:#f7f9f8;--bg2:#eef2ef;--text:#121212;--muted:#5f6b63;--line:#dbe3de;--accent:#63b58a;--accent2:#4b9b72;--card:#ffffff;--nav:#000}
.main-site *{box-sizing:border-box}
body.main-site{margin:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text)}
.main-site main .container,.main-site main.container{max-width:1140px;margin:auto}

@keyframes heroFadeA{
  0%,50%{opacity:1;transform:scale(1.05) translateX(0)}
  58%,92%{opacity:0;transform:scale(1.08) translateX(-1%)}
  100%{opacity:1;transform:scale(1.05) translateX(0)}
}
@keyframes heroFadeB{
  0%,42%{opacity:0;transform:scale(1.08) translateX(1%)}
  50%,92%{opacity:1;transform:scale(1.05) translateX(0)}
  100%{opacity:0;transform:scale(1.08) translateX(1%)}
}
.btn{display:inline-block;background:linear-gradient(180deg,var(--accent),var(--accent2));color:#ffffff;padding:12px 18px;border-radius:12px;font-weight:600;text-decoration:none;box-shadow:0 6px 16px rgba(72,155,114,.20);transition:transform .18s ease,box-shadow .2s ease,filter .2s ease}.btn:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 10px 22px rgba(72,155,114,.24)}
.btn-sm{padding:6px 10px;font-size:12px;border-radius:8px}

.hero{display:grid;grid-template-columns:1.12fr .88fr;gap:30px;align-items:center;min-height:54vh;padding-top:0;padding-bottom:0}
.eyebrow{color:#b9e2cc;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.main-site main h1,.main-site .hero-slideshow h1{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:44px;line-height:1.06;margin:.45rem 0 1rem;letter-spacing:-.012em;font-weight:500;color:#ffffff;text-shadow:0 6px 24px rgba(0,0,0,.45)}
.sub{color:#d6ddd9;max-width:62ch;font-size:18px;line-height:1.6}
.hero-actions{display:flex;gap:14px;align-items:center;margin-top:22px}
.link{color:#fff;text-decoration:none}

.hero-card{background:rgba(255,255,255,.92);border:none;padding:24px;border-radius:14px;backdrop-filter:blur(3px);box-shadow:0 12px 30px rgba(16,24,20,.12)}
.hero-card h3{margin-top:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:26px;font-weight:500;color:#111}
.hero-card ul{list-style:none;padding-left:0;margin:0}
.hero-card li{margin:11px 0;color:#33413a;padding-left:30px;position:relative;min-height:22px;display:flex;align-items:center}.hero-card li:before{content:"→";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:999px;background:rgba(99,181,138,.18);color:#3f8f66;font-size:12px;line-height:20px;text-align:center;font-weight:700}

.section{padding:56px 0}
.section h1,.section h2{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:38px;margin:0 0 22px;letter-spacing:-.008em;font-weight:500;padding-left:2px;color:var(--text);text-shadow:none}
.grid{display:grid;gap:16px}.cols-3{grid-template-columns:repeat(3,1fr)}.cols-2{grid-template-columns:repeat(2,1fr)}
.card{background:var(--card);border:none;padding:24px;border-radius:14px;box-shadow:0 10px 28px rgba(16,24,20,.08)}
.card h2,.card h3{margin-top:0;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:25px;font-weight:500}
.card p{color:var(--muted);line-height:1.7}.card{transition:transform .2s ease,border-color .2s ease}.card:hover{transform:translateY(-2px);border-color:#2a3e33}

.section-dark{background:linear-gradient(180deg,#f2f5f3,#edf2ef);border-top:none;border-bottom:none}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.steps div{background:#ffffff;border:none;padding:16px;border-radius:12px;box-shadow:0 8px 20px rgba(16,24,20,.08)}
.steps span{display:inline-block;color:#9fd6b6;font-weight:800;margin-bottom:8px}

.cta{padding-top:24px}
.cta-wrap{background:linear-gradient(180deg,#ffffff,#f5f8f6);border:none;border-radius:14px;padding:24px;display:flex;justify-content:space-between;align-items:center;gap:16px;box-shadow:0 14px 30px rgba(16,24,20,.10)}

.section-head{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:end;margin-bottom:18px}
.section-head h2{margin-bottom:0}
.section-head p{margin:0;color:#536057;line-height:1.7}
.blog-preview-section{background:#f1f5f3;border-top:1px solid rgba(16,24,20,.06);border-bottom:1px solid rgba(16,24,20,.06)}
.blog-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.blog-preview-card{background:#fff;border-radius:12px;padding:22px;box-shadow:0 10px 24px rgba(16,24,20,.07);display:flex;flex-direction:column;min-height:255px}
.blog-preview-card h3{margin:0 0 10px;font-size:22px;line-height:1.18;font-weight:550}
.blog-preview-card h3 a{color:#121a15;text-decoration:none}
.blog-preview-card h3 a:hover{color:#317951}
.blog-preview-card p{margin:0;color:#536057;line-height:1.65}
.blog-preview-link{margin-top:auto;padding-top:18px;color:#317951;text-decoration:none;font-weight:750}
.blog-preview-link:hover{text-decoration:underline}
.blog-preview-all{display:inline-flex;margin-top:18px;color:#111b15;text-decoration:none;font-weight:750}
.blog-preview-all:hover{text-decoration:underline}

#servicios{padding-top:26px}

.hero-slideshow{position:relative;overflow:hidden;padding:20px 0 54px;margin-bottom:0;background:#000}
.hero-slideshow:before,.hero-slideshow:after{content:"";position:absolute;inset:0;background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0;transform:scale(1.05)}
.hero-slideshow:before{background-image:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.48) 46%,rgba(11,11,11,.72) 72%,rgba(11,11,11,.55)),url("/compiled-assets/hero-01-69f33400.webp");background-image:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.48) 46%,rgba(11,11,11,.72) 72%,rgba(11,11,11,.55)),image-set(url("/compiled-assets/hero-01-0dc099bd.avif") type('image/avif'),url("/compiled-assets/hero-01-1600-430dc89e.webp") type('image/webp'),url("/compiled-assets/hero-01-69f33400.webp") type('image/webp'));animation:heroFadeA 24s ease-in-out infinite}
.hero-slideshow:after{background-image:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.48) 46%,rgba(11,11,11,.72) 72%,rgba(11,11,11,.55)),url("/compiled-assets/hero-02-93a4e88c.jpg");animation:heroFadeB 24s ease-in-out infinite}
.hero-slideshow > *{position:relative;z-index:1}
.main-site .hero-slideshow .container{max-width:1140px;margin:auto;padding-left:34px;padding-right:34px}

@media (max-width:980px){
  .hero{grid-template-columns:1fr}
  .cols-3{grid-template-columns:1fr 1fr}
  .blog-preview-grid{grid-template-columns:1fr 1fr}
  .section-head{grid-template-columns:1fr;gap:8px}
  .steps{grid-template-columns:1fr 1fr}
  .main-site .hero-slideshow h1{font-size:46px}
}
@media (max-width:640px){
  .main-site .hero-slideshow .container{padding-left:20px;padding-right:20px}
  .main-site .hero-slideshow h1{font-size:36px}
  .sub{font-size:16px}
  .cols-3,.cols-2,.steps,.blog-preview-grid{grid-template-columns:1fr}
  .cta-wrap{flex-direction:column;align-items:flex-start}
}

main .container, main.container{padding-left:56px;padding-right:56px}
@media (max-width:980px){main .container, main.container{padding-left:34px;padding-right:34px}}
@media (max-width:640px){main .container, main.container{padding-left:22px;padding-right:22px}}
/* Services cards: consistent vector icon set, left of title */
.services-grid .service-card{
  position:relative;
  overflow:hidden;
  padding:18px 20px;
}
.services-grid .service-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:180px;
  height:120px;
  background:radial-gradient(circle at top left, rgba(99,181,138,.15) 0%, rgba(99,181,138,.08) 30%, rgba(99,181,138,0) 72%);
  pointer-events:none;
}
.services-grid .service-head{
  position:relative;
  z-index:1;
  margin:0 0 10px;
  display:flex;
  align-items:center;
  gap:12px;
}
.services-grid .service-icon{
  width:40px;
  height:40px;
  color:#2f7e5d;
  flex:0 0 40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.services-grid .service-icon svg{width:34px;height:34px;display:block}
.services-grid .service-card h3,
.services-grid .service-card p{position:relative;z-index:1}
.services-grid .service-card h3{margin:0;line-height:1.2}
.services-grid .service-card p{margin-top:2px}
/* Keep bottom CTA aligned with wrapped sections on mobile */
@media (max-width: 640px) {
  #contacto .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #contacto .cta-wrap {
    margin-left: 22px;
    margin-right: 22px;
    width: auto;
  }
}


/* Mobile CTA padding polish */
@media (max-width: 640px) {
  #contacto.section.cta {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  #contacto .cta-wrap {
    padding: 20px 18px;
    border-radius: 12px;
    gap: 12px;
  }

  #contacto .cta-wrap h2 {
    margin: 0 0 10px;
    line-height: 1.2;
  }

  #contacto .cta-wrap p {
    margin: 0;
    line-height: 1.45;
  }
}


/* Mobile CTA internal padding match with other cards/sections */
@media (max-width: 640px) {
  #contacto .cta-wrap {
    box-sizing: border-box;
    padding: 24px 22px !important;
  }
}

/* Inner page spacing polish (About page mobile) */
.page-main h1,
.page-main h2 {
  margin-top: 0;
}

@media (max-width: 640px) {
  .page-main {
    padding-top: 24px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

/* Final CTA mobile layout override: match wrapped sections cleanly */
@media (max-width: 640px) {
  #contacto {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  #contacto > .container.cta-wrap {
    margin-left: 22px !important;
    margin-right: 22px !important;
    width: auto !important;
    box-sizing: border-box !important;
    padding: 24px 22px !important;
    border-radius: 12px !important;
    gap: 12px !important;
  }

  #contacto > .container.cta-wrap h2 {
    margin: 0 0 10px !important;
    line-height: 1.2 !important;
  }

  #contacto > .container.cta-wrap p {
    margin: 0 !important;
    line-height: 1.45 !important;
  }
}

/* Desktop CTA width alignment with main content boxes */
@media (min-width: 981px) {
  #contacto > .container.cta-wrap {
    max-width: 1028px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* CTA container alignment fix: match other section gutters */
#contacto .container {
  padding-left: 56px;
  padding-right: 56px;
}

#contacto .cta-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  #contacto .container {
    padding-left: 34px !important;
    padding-right: 34px !important;
  }
}

@media (max-width: 640px) {
  #contacto .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  #contacto .cta-wrap {
    padding: 24px 22px !important;
  }
}


/* Contact page form */
.contact-card{max-width:none;width:100%}
.contact-form-note{margin:5px 0 0;color:#65736b;font-size:13px}
.contact-form{display:flex;flex-direction:column;gap:16px;margin-top:16px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.contact-field{display:flex;flex-direction:column;gap:7px}
.contact-field label{font-size:14px;line-height:1.3;font-weight:600;color:#25332c}
.contact-required{color:#b44338;margin-left:2px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid #cdd8d1;border-radius:10px;padding:12px 13px;min-height:48px;font:inherit;color:#141414;background:#fff;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}
.contact-form textarea{min-height:150px;line-height:1.5;resize:vertical}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#82caa4;box-shadow:0 0 0 3px rgba(99,181,138,.18)}
.contact-field.is-invalid input,.contact-field.is-invalid textarea{border-color:#d96c61;background:#fffafa}
.contact-field.is-invalid input:focus,.contact-field.is-invalid textarea:focus{border-color:#c44e43;box-shadow:0 0 0 3px rgba(196,78,67,.14)}
.contact-field-error{margin:0;color:#a4372d;font-size:13px;line-height:1.35;font-weight:500}
.contact-field-error[hidden],.contact-validation-summary[hidden]{display:none}
.contact-consent{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:#425047;font-size:13px;line-height:1.45}
.contact-form .contact-consent input{width:20px;min-height:20px;margin:0;padding:0;border-radius:4px;accent-color:#347b56}
.contact-consent label{cursor:pointer}
.contact-alert{background:#fff3f2;border:1px solid #efb6b0;color:#842a22;padding:12px 14px;border-radius:10px;margin:0;line-height:1.45}
.contact-validation-summary:focus{outline:none;box-shadow:0 0 0 3px rgba(196,78,67,.14)}
.contact-sep{border:0;border-top:1px solid #e4ebe7;margin:18px 0}
.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.contact-thankyou h3{margin:.2rem 0 .6rem}
.contact-thankyou p{margin:0 0 12px;color:#48564f}
@media (max-width:640px){.contact-grid{grid-template-columns:1fr}}

.wa-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(#63b58a,#4b9b72);color:#fff !important;text-decoration:none;padding:12px 20px;border-radius:12px;font-weight:600;text-align:center;box-shadow:0 10px 22px rgba(72,155,114,.24);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.wa-link-btn svg{width:18px;height:18px;display:block}
.wa-link-btn:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 14px 28px rgba(72,155,114,.30)}
.contact-form .btn{width:auto;align-self:flex-start;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;border:none!important;border-radius:12px;background:linear-gradient(180deg,#1f2a24,#111713);color:#fff;font-weight:600;box-shadow:0 10px 22px rgba(15,20,17,.22);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.contact-form .btn:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,20,17,.28)}
.contact-form .btn:disabled{cursor:wait;opacity:.72;transform:none;box-shadow:none}
.contact-wa-row{margin:10px 0 6px}

.contact-layout{display:grid;grid-template-columns:1fr 1.4fr;gap:18px;align-items:start;margin-top:10px}
.contact-left,.contact-right{background:#fff;border:1px solid #e2e9e4;border-radius:12px;padding:16px}
.contact-left h2,.contact-left h3,.contact-right h2,.contact-right h3{margin:0 0 8px;font-size:20px;line-height:1.25;font-weight:500}
.contact-left p{margin:0 0 12px;color:#4b5a52}
@media (max-width:860px){.contact-layout{grid-template-columns:1fr}.contact-left,.contact-right{padding:14px}}
@media (max-width:640px){.contact-form .btn{width:100%}}

/* Invest page */
.invest-page{display:flex;flex-direction:column;gap:18px}
.invest-intro{color:#425047;line-height:1.7;max-width:90ch;margin-top:-4px}
.invest-metrics .metric-card h3{margin:.15rem 0 .4rem;font-size:30px;line-height:1.05}
.metric-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#4c6558;font-weight:700;margin:0}
.invest-reasons .card h3{margin:.1rem 0 .5rem}
.invest-cta-block{margin-top:4px}
.invest-cta-block .btn{margin-top:8px}
@media (max-width:980px){.invest-metrics{grid-template-columns:1fr}.invest-reasons{grid-template-columns:1fr}}

/* List your property page */
.list-page{display:flex;flex-direction:column;gap:18px}
.list-hero{position:relative;overflow:hidden;color:#f2faf6}
.list-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(99,181,138,.28),transparent 52%);pointer-events:none}
.list-hero > *{position:relative;z-index:1}
.list-hero-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#bfe7d1;font-weight:700;margin:0 0 8px}
.list-hero h1,.list-hero h2{margin:0 0 10px;font-size:44px;line-height:1.06;color:#fff}
.list-hero-sub{margin:0 0 14px;max-width:70ch;color:#f2f6f4;line-height:1.6}
.list-metrics .card h3,.list-reasons .card h3{margin:.1rem 0 .5rem}
.list-cta h2,.list-cta h3{margin:.1rem 0 .5rem}
.list-cta .btn{margin-top:8px}
@media (max-width:980px){.list-metrics{grid-template-columns:1fr}.list-reasons{grid-template-columns:1fr}.list-hero h1,.list-hero h2{font-size:34px}}
@media (max-width:640px){.list-hero h1,.list-hero h2{font-size:30px}}

.invest-hero{position:relative;overflow:hidden;color:#f4faf7}
.invest-hero h1,.invest-hero h2{margin:0 0 10px;color:#fff;font-size:46px;line-height:1.06;text-shadow:0 8px 22px rgba(0,0,0,.45)}
.invest-hero .invest-intro{color:#f1f6f3;max-width:74ch}
.invest-hero .invest-intro a,
.invest-hero .invest-intro a:visited,
.invest-hero .invest-intro a:hover,
.invest-hero .invest-intro a:focus,
.invest-hero .invest-intro a:active{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.65)}



/* Shared full-width hero styling (like homepage) */
.page-hero-full{
  position:relative;
  overflow:hidden;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  margin-top:0 !important;
  border-radius:0;
  padding:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.page-hero-inner{
  max-width:1140px;
  margin:0 auto;
  padding:34px 56px;
  position:relative;
  z-index:1;
}
@media (max-width:980px){.page-hero-inner{padding:28px 34px}}
@media (max-width:640px){.page-hero-inner{padding:24px 22px}}

.list-hero.page-hero-full{
  background:linear-gradient(180deg,rgba(6,10,8,.74),rgba(6,10,8,.58)),url("/compiled-assets/lp-hero-6ce8a703.jpg");
  background:linear-gradient(180deg,rgba(6,10,8,.74),rgba(6,10,8,.58)),image-set(url("/compiled-assets/lp-hero-b96b8ce8.webp") type('image/webp'),url("/compiled-assets/lp-hero-6ce8a703.jpg") type('image/jpeg'));
  color:#f2faf6;
  min-height:380px;
  background-position:center 28%;
}
.list-hero.page-hero-full:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(99,181,138,.28),transparent 52%);pointer-events:none}

.invest-hero.page-hero-full{
  background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.48)),url("/compiled-assets/invest-hero-9f451098.jpg");
  color:#f4faf7;
  box-shadow:none;
  min-height:430px;
}

.contact-hero.page-hero-full{
  background:linear-gradient(180deg,rgba(0,0,0,.60),rgba(0,0,0,.48)),url("/compiled-assets/hero-02-93a4e88c.jpg");
  color:#f4faf7;
  margin-bottom:16px;
  min-height:280px;
}
.contact-hero h1,.contact-hero h2{margin:0;color:#fff;text-shadow:0 8px 22px rgba(0,0,0,.45)}

.contact-page.page-main,.invest-page.page-main,.list-page.page-main{padding-top:0 !important}

/* Hero full-bleed fix (prevents right-edge repeat strip) */
.page-hero-full{
  width: 100vw !important;
  margin-left: 50% !important;
  margin-right: 0 !important;
  transform: translateX(-50%);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.contact-hero-sub{margin:10px 0 0;max-width:74ch;color:#e5ece8;line-height:1.6;text-shadow:0 2px 10px rgba(0,0,0,.35)}

@media (max-width:640px){.invest-hero.page-hero-full{min-height:320px}}

.contact-hero .page-hero-inner{min-height:320px;display:flex;flex-direction:column;justify-content:center}

.list-hero .page-hero-inner{min-height:380px;display:flex;flex-direction:column;justify-content:center}
@media (max-width:640px){.list-hero .page-hero-inner{min-height:340px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}}

.list-hero .btn{align-self:flex-start;width:auto}

.list-hero .page-hero-inner h1,.list-hero .page-hero-inner h2,.list-hero .page-hero-inner .list-hero-sub{ text-shadow:0 3px 14px rgba(0,0,0,.55); }

@media (max-width:640px){.list-hero.page-hero-full{background-position:center 22%;min-height:340px}}

.invest-hero .page-hero-inner{min-height:430px;display:flex;flex-direction:column;justify-content:center}
@media (max-width:640px){.invest-hero .page-hero-inner{min-height:320px}}

.invest-hero .page-hero-inner h1,.invest-hero .page-hero-inner h2,.invest-hero .page-hero-inner .invest-intro{ text-shadow:0 4px 18px rgba(0,0,0,.65), 0 1px 2px rgba(0,0,0,.55); }

.book-page.page-main{padding-top:0 !important}
.book-hero.page-hero-full{
  background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.42)),url("/compiled-assets/bd-hero-0e5c52a8.jpg");
  color:#f4faf7;
  min-height:360px;
  margin-bottom:16px;
  background-position:center center;
}
.book-hero h1,.book-hero h2{
  margin:0 0 10px;
  font-size:44px;
  line-height:1.06;
  color:#fff;
  max-width:780px;
  text-shadow:0 4px 18px rgba(0,0,0,.62),0 1px 2px rgba(0,0,0,.52);
}
.book-hero .page-hero-inner{
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}
@media (max-width:640px){
  .book-hero.page-hero-full{min-height:290px}
  .book-hero .page-hero-inner{min-height:290px}
}
@media (max-width:640px){.invest-hero h1,.invest-hero h2{font-size:31px;line-height:1.12}}

.book-hero-sub{margin:0 0 14px;max-width:70ch;color:#f2f6f4;line-height:1.6;text-shadow:0 3px 14px rgba(0,0,0,.55)}


.invest-hero .btn{align-self:flex-start;width:auto}

.book-page .book-hero{margin-bottom:16px}

.invest-hero .invest-hero-btn{display:inline-flex !important; width:auto !important; max-width:max-content !important; align-self:flex-start !important;}

@media (max-width:980px){.book-hero h1,.book-hero h2{font-size:34px}}
@media (max-width:640px){.book-hero h1,.book-hero h2{font-size:30px}}

/* Vertical variety bands for Invest/List pages */
.content-band{
  background:#ffffff;
  border-radius:14px;
  padding:20px;
  box-shadow:0 10px 24px rgba(16,24,20,.06);
}
.content-band.soft{
  background:var(--bg-dark);
}
.section-head{
  margin:0 0 12px;
}
.section-head h2,.section-head h3{
  margin:0;
  font-size:22px;
  line-height:1.2;
  color:#1b2320;
}
.content-band.soft .section-head h2,.content-band.soft .section-head h3{color:#1f2a24}

.invest-page .content-band,
.list-page .content-band{
  margin-top:2px;
}

@media (max-width:640px){
  .content-band{padding:16px}
  .section-head h2,.section-head h3{font-size:19px}
}

/* Replace inner wrappers with full-width alternating section bands */
.list-page .full-bleed.section-dark,
.invest-page .full-bleed.section-dark{
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-top:28px;
  padding-bottom:28px;
}

.list-page .list-dark-band h2,.list-page .list-dark-band h3,
.invest-page .invest-dark-band h2,.invest-page .invest-dark-band h3{
  margin:0 0 12px;
}

.list-performance,
.invest-signals{
  margin-top:2px;
}

/* neutralize old wrapper style if present */
.content-band{
  background:transparent !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}

@media (max-width:980px){
  .list-page .full-bleed.section-dark,
  .invest-page .full-bleed.section-dark{
    padding-top:24px;
    padding-bottom:24px;
  }
}

.invest-dark-band > .container > h2,.invest-dark-band > .container > h3{font-size:32px;line-height:1.15;margin:0 0 14px;font-weight:500}
@media (max-width:640px){.invest-dark-band > .container > h2,.invest-dark-band > .container > h3{font-size:32px;line-height:1.15;margin:0 0 14px;font-weight:500}}

.list-page .section-head h2,.list-page .section-head h3{font-size:29px;line-height:1.2;margin:0 0 12px;font-weight:500;letter-spacing:0}
.list-dark-band > .container > h2,.list-dark-band > .container > h3{font-size:29px;line-height:1.2;margin:0 0 12px;font-weight:500;letter-spacing:0}
@media (max-width:640px){.list-page .section-head h2,.list-page .section-head h3,.list-dark-band > .container > h2,.list-dark-band > .container > h3{font-size:29px;line-height:1.2;margin:0 0 12px;font-weight:500;letter-spacing:0}}

.invest-signals .section-head h2,.invest-signals .section-head h3{font-size:32px;line-height:1.15;margin:0 0 14px;font-weight:500}

@media (max-width:640px){.invest-dark-band > .container > h2,.invest-dark-band > .container > h3,.invest-signals .section-head h2,.invest-signals .section-head h3{font-size:26px;line-height:1.18;font-weight:500}}

@media (max-width:640px){.list-page .section-head h2,.list-page .section-head h3,.list-dark-band > .container > h2,.list-dark-band > .container > h3{font-size:24px;line-height:1.24;font-weight:500}}


/* About page */
.about-page.page-main{padding-top:0!important;padding-left:0!important;padding-right:0!important}
.about-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;background-image:linear-gradient(90deg,rgba(9,16,12,.90) 0%,rgba(9,16,12,.76) 38%,rgba(9,16,12,.30) 68%,rgba(9,16,12,.08) 100%),url("/compiled-assets/about-hero-905c86b5.jpg");background-size:cover;background-position:center;background-color:#111a15}
.about-hero__inner{width:100%;padding-top:96px;padding-bottom:64px}
.about-hero__content{max-width:720px;color:#fff}
.about-hero h1{margin:0 0 18px;color:#fff;font-size:48px;line-height:1.08;font-weight:500;letter-spacing:0;text-shadow:0 2px 18px rgba(0,0,0,.25)}
.about-hero p{margin:0;max-width:680px;color:#e2ece6;line-height:1.72;font-size:17px;text-shadow:0 1px 12px rgba(0,0,0,.25)}
.about-hero a{color:#8bd5a9;text-decoration:none;font-weight:750}
.about-hero a:hover{text-decoration:underline}
.about-intro{padding-top:52px;padding-bottom:30px}
.about-kicker{margin:0 0 10px;color:#4b9b72;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.about-intro h1{max-width:920px;margin:0 0 18px;color:#121a15;font-size:44px;line-height:1.08;font-weight:500;letter-spacing:0;text-shadow:none}
.about-intro-copy{max-width:820px}
.about-intro-copy p{margin:0;color:#4d5a52;line-height:1.75;font-size:17px}
.about-intro-copy a{color:#317951;text-decoration:none;font-weight:700}
.about-intro-copy a:hover{text-decoration:underline}
.about-section{padding-top:46px;padding-bottom:46px}
.about-section h2{font-size:34px;line-height:1.12;margin:0;color:#121a15;font-weight:500}
.about-final-cta a:not(.btn){color:#317951;text-decoration:none;font-weight:700}
.about-final-cta a:not(.btn):hover{text-decoration:underline}
.about-band{background:linear-gradient(180deg,#eef3f0,#e8efeb);padding:42px 0}
.about-band--light{background:#f6f9f7}
.about-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.about-pillar{display:flex;flex-direction:column;min-height:210px;padding:20px;background:#fff;border-radius:12px;text-decoration:none;color:#18221c;box-shadow:0 10px 24px rgba(16,24,20,.07);transition:transform .18s ease,box-shadow .18s ease}
.about-pillar:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(16,24,20,.10)}
.about-pillar span{font-size:19px;line-height:1.2;font-weight:650;color:#111a15}
.about-pillar p{margin:12px 0 0;color:#536057;line-height:1.62}
.about-section-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px;align-items:end;margin-bottom:18px}
.about-section-head p{margin:0;color:#536057;line-height:1.7}
.about-section-title{max-width:780px;margin:0 auto 20px;text-align:center}
.about-section-title p{margin:0 auto;color:#536057;line-height:1.7}
.about-section-title h2{margin-bottom:10px}
.founder-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:32px;align-items:center;max-width:980px;margin:0 auto}
.founder-note{padding:4px 0;text-align:left}
.founder-note h3{margin:0 0 10px;color:#121a15;font-size:28px;line-height:1.16;font-weight:500}
.founder-note p{margin:0 0 12px;color:#536057;line-height:1.72;font-size:16px}
.founder-note p:last-child{margin-bottom:0}
.people-grid{display:grid;gap:14px}
.people-grid--operators{grid-template-columns:repeat(4,1fr)}
.people-grid--sales{grid-template-columns:repeat(2,minmax(240px,360px));justify-content:center}
.people-grid--founder{grid-template-columns:minmax(260px,360px);justify-content:center}
.person-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;background:#fff;border-radius:12px;padding:24px 18px;box-shadow:0 10px 24px rgba(16,24,20,.07)}
.person-card--founder{padding:28px 24px}
.person-card--compact{padding:20px 16px}
.person-photo{width:148px;height:148px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#f7faf8,#e4ece7);color:#3f8f66;border:1px solid #dbe7e0;box-shadow:0 12px 24px rgba(16,24,20,.10);overflow:hidden}
.person-photo img{width:100%;height:100%;display:block;object-fit:cover}
.person-photo span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:28px;font-weight:700;letter-spacing:.04em}
.person-card--compact .person-photo{width:118px;height:118px}
.person-card--compact .person-photo span{font-size:22px}
.person-card h3{margin:2px 0 4px;font-size:21px;line-height:1.2;font-weight:600;color:#121a15}
.person-card p{margin:0;color:#536057;line-height:1.58}
.person-role{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#3f8f66!important;font-weight:800;margin-bottom:8px!important}
.person-focus{display:inline-flex;align-items:center;justify-content:center;margin-top:2px!important;padding:7px 10px;border-radius:999px;background:#eef6f1;color:#2f704b!important;font-size:13px;font-weight:700;line-height:1.2!important}
.person-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px;padding:9px 13px;border-radius:999px;background:#25D366;color:#fff;text-decoration:none;font-size:14px;font-weight:750;line-height:1.2;box-shadow:0 8px 18px rgba(37,211,102,.24);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}
.person-whatsapp:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 12px 22px rgba(37,211,102,.30)}
.person-whatsapp svg{width:17px;height:17px;display:block;flex:0 0 auto}
.about-final-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#111b15;color:#f4faf7;border-radius:14px;padding:28px;box-shadow:0 14px 30px rgba(16,24,20,.12)}
.about-final-cta h2{color:#fff;margin:0 0 8px;font-size:30px}
.about-final-cta p{margin:0;max-width:720px;color:#cfd9d3;line-height:1.7}
.about-final-cta .btn{flex:0 0 auto}
.about-strategy-band{background:#111b15;color:#f5faf7;padding:48px 0}
.about-strategy{max-width:980px}
.about-strategy .about-kicker{color:#8bd5a9}
.about-strategy h2{margin:0;color:#fff;font-size:34px;line-height:1.14;font-weight:500}
.about-strategy-copy{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:18px}
.about-strategy-copy p{margin:0;color:#cfd9d3;line-height:1.75;font-size:16px}

/* Bilingual guest guide */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.guest-guide-local.page-main,.guest-guide-detail.page-main{padding:0!important}
.guest-guide-kicker{margin:0 0 12px;color:#3f8f66;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}

/* Three-option guest guide gateway */
.guest-guide-gateway{min-height:calc(100svh - 110px);background:#0b120e}
.guest-guide-gateway__hero{display:none}
.guest-guide-gateway__choices{display:grid;align-items:stretch;width:100%;min-height:inherit;gap:0}
.guest-guide-gateway__choice{position:relative;isolation:isolate;display:flex;min-width:0;color:#fff;text-decoration:none;text-transform:none;letter-spacing:0;overflow:hidden}
.guest-guide-gateway__choice:before{content:"";position:absolute;inset:0;z-index:-2;background-image:var(--gateway-image);background-size:cover;background-position:center;transition:transform .35s ease}
.guest-guide-gateway__choice:after{content:"";position:absolute;inset:0;z-index:-1;background:rgba(5,10,7,.62);transition:background .2s ease}
.guest-guide-gateway__choice:hover:before{transform:scale(1.025)}
.guest-guide-gateway__choice:hover:after{background:rgba(20,75,46,.7)}
.guest-guide-gateway__choice--stay{--gateway-image:url("/compiled-assets/list-hero-6ce8a703.jpg")}
.guest-guide-gateway__choice--explore{--gateway-image:url("/compiled-assets/guest-guide-restaurant-1dc7ebea.webp")}
.guest-guide-gateway__choice--invest{--gateway-image:url("/compiled-assets/invest-hero-9f451098.jpg")}
.guest-guide-gateway__content{position:relative;z-index:1;display:flex;flex-direction:column;min-width:0}
.guest-guide-gateway__icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(8,16,11,.42)}
.guest-guide-gateway__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.guest-guide-gateway__body{display:block}
.guest-guide-gateway__body strong{display:block;font-size:28px;line-height:1.12;font-weight:600;letter-spacing:0}
.guest-guide-gateway__body>span{display:block;margin-top:12px;font-size:15px;line-height:1.6}
.guest-guide-gateway__cta{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}
.guest-guide-gateway__cta>span{font-size:19px;line-height:1}
.guest-guide-gateway--photo-panels .guest-guide-gateway__choices{grid-template-columns:repeat(3,minmax(0,1fr))}
.guest-guide-gateway--photo-panels .guest-guide-gateway__choice{align-items:center;justify-content:center;padding:42px 34px}
.guest-guide-gateway--photo-panels .guest-guide-gateway__content{display:grid;grid-template-columns:46px minmax(0,1fr);gap:0 16px;align-items:start;width:100%;max-width:420px;text-align:left}
.guest-guide-gateway--photo-panels .guest-guide-gateway__icon{grid-column:1;grid-row:1 / span 2;margin:0}
.guest-guide-gateway--photo-panels .guest-guide-gateway__body{grid-column:2}
.guest-guide-gateway--photo-panels .guest-guide-gateway__body>span{color:#e4ebe6;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.guest-guide-gateway--photo-panels .guest-guide-gateway__cta{grid-column:2;justify-self:start;width:100%;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.36)}

.guest-guide-gateway--image-cards{display:flex;align-items:center;background:#edf1ee}
.guest-guide-gateway--image-cards .guest-guide-gateway__choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:min(100%,1220px);min-height:auto;margin:auto;padding:30px 34px}
.guest-guide-gateway--image-cards .guest-guide-gateway__choice{align-items:flex-end;min-height:650px;border-radius:8px;box-shadow:0 12px 34px rgba(16,24,20,.13)}
.guest-guide-gateway--image-cards .guest-guide-gateway__choice:after{background:rgba(5,10,7,.22)}
.guest-guide-gateway--image-cards .guest-guide-gateway__choice:hover:after{background:rgba(5,10,7,.1)}
.guest-guide-gateway--image-cards .guest-guide-gateway__content{align-items:flex-start;width:100%;min-height:315px;padding:26px;background:#fff;color:#172019;text-align:left}
.guest-guide-gateway--image-cards .guest-guide-gateway__icon{margin-top:-48px;margin-bottom:20px;border-color:#a9c1b1;background:#fff;color:#2e744d;box-shadow:0 7px 18px rgba(16,24,20,.13)}
.guest-guide-gateway--image-cards .guest-guide-gateway__body>span{color:#5d6b62}
.guest-guide-gateway--image-cards .guest-guide-gateway__cta{margin-top:auto;padding-top:20px;color:#2d704a}

.guest-guide-gateway--concierge-list{display:flex;align-items:center;padding:30px 0;background:#0d1410}
.guest-guide-gateway--concierge-list .guest-guide-gateway__choices{gap:1px;width:min(calc(100% - 44px),1080px);min-height:auto;margin:auto;background:#405047}
.guest-guide-gateway--concierge-list .guest-guide-gateway__choice{min-height:210px;background:#121b16}
.guest-guide-gateway--concierge-list .guest-guide-gateway__choice:before{inset:18px auto 18px 18px;width:250px;border-radius:6px}
.guest-guide-gateway--concierge-list .guest-guide-gateway__choice:after{inset:18px auto 18px 18px;width:250px;border-radius:6px;background:rgba(5,10,7,.38)}
.guest-guide-gateway--concierge-list .guest-guide-gateway__choice:hover{background:#17261e}
.guest-guide-gateway--concierge-list .guest-guide-gateway__choice:hover:after{background:rgba(5,10,7,.22)}
.guest-guide-gateway--concierge-list .guest-guide-gateway__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;width:calc(100% - 286px);margin-left:286px;padding:24px 28px}
.guest-guide-gateway--concierge-list .guest-guide-gateway__icon{width:44px;height:44px}
.guest-guide-gateway--concierge-list .guest-guide-gateway__body>span{max-width:590px;color:#bdc9c1}
.guest-guide-gateway--concierge-list .guest-guide-gateway__cta{justify-self:end;white-space:nowrap;color:#a7d4b9}

/* Organized local guide */
.guest-guide-mobile-nav{display:none}
@media (min-width:981px){
  .guest-guide-local .container,.guest-guide-detail .container{padding-left:22px;padding-right:22px}
}
.guest-guide-local-hero{position:relative;isolation:isolate;background-image:url("/compiled-assets/book-hero-0e5c52a8.jpg");background-size:cover;background-position:center;color:#fff}
.guest-guide-local-hero:before{content:"";position:absolute;inset:0;z-index:-1;background:rgba(5,12,8,.74)}
.guest-guide-local-hero__inner{display:block;padding-top:74px;padding-bottom:74px}
.guest-guide-local-hero .guest-guide-kicker{margin:0 0 10px;color:#8bd5a9}
.guest-guide-local-hero h1{max-width:730px;margin:0;font-size:46px;line-height:1.06;font-weight:540;letter-spacing:0}
.guest-guide-local-hero__intro{max-width:720px;margin:18px 0 0;color:#dbe5de;font-size:17px;line-height:1.65}
.guest-guide-directory{padding-top:64px;padding-bottom:72px}
.guest-guide-directory--organized{padding-top:15px}
.guest-guide-search{display:flex;align-items:center;gap:10px;height:50px;padding:0 15px;border:1px solid #d5dfd8;border-radius:8px;background:#fff;box-shadow:0 8px 22px rgba(16,24,20,.06)}
.guest-guide-search:focus-within{border-color:#63b58a;box-shadow:0 0 0 3px rgba(99,181,138,.16)}
.guest-guide-search svg{width:20px;height:20px;fill:none;stroke:#47705a;stroke-width:1.8;stroke-linecap:round;flex:0 0 auto}
.guest-guide-search input{width:100%;border:0;outline:0;background:transparent;color:#172019;font:inherit;font-size:15px}
.guest-guide-search input::placeholder{color:#829087}
.guest-guide-category-list{display:grid;gap:56px}
.guest-guide-category[hidden]{display:none}
.guest-guide-category__head{margin-bottom:20px}
.guest-guide-category__head>div{display:grid;grid-template-columns:minmax(190px,.55fr) minmax(280px,1fr);gap:30px}
.guest-guide-category__head h2,.guest-guide-category__head h3{margin:0;color:#172019;font-size:23px;font-weight:600}
.guest-guide-category__head p{max-width:620px;margin:0;color:#657269;line-height:1.65}
.guest-guide-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.guest-guide-section-card{display:grid;grid-template-rows:auto 1fr auto;min-height:250px;padding:22px;border:1px solid #e0e7e2;border-radius:8px;background:#fff;color:#172019;text-decoration:none;box-shadow:0 9px 24px rgba(16,24,20,.055);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.guest-guide-section-card:hover{transform:translateY(-2px);border-color:#a7c8b4;box-shadow:0 14px 30px rgba(16,24,20,.09)}
.guest-guide-section-card[hidden]{display:none}
.guest-guide-section-card__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#edf5f0;color:#337751}
.guest-guide-section-card__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.guest-guide-section-card__copy{display:block;margin-top:22px}
.guest-guide-section-card__copy strong{display:block;color:#172019;font-size:20px;line-height:1.25;font-weight:620}
.guest-guide-section-card__copy>span{display:block;margin-top:8px;color:#617067;font-size:14px;line-height:1.6}
.guest-guide-section-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding-top:15px;border-top:1px solid #e6ebe8;color:#3f7254;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.guest-guide-section-card__meta span{font-size:18px;line-height:1}
.guest-guide-directory--organized .guest-guide-category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 44px}
.guest-guide-directory--organized .guest-guide-category{padding:34px 0 40px}
.guest-guide-directory--organized .guest-guide-category:not(:last-child){border-bottom:3px solid #1f4f34}
.guest-guide-directory--organized .guest-guide-category:last-child{grid-column:1/-1}
.guest-guide-directory--organized .guest-guide-category__head{display:block}
.guest-guide-directory--organized .guest-guide-category__head>div{display:block}
.guest-guide-directory--organized .guest-guide-category__head p{margin-top:6px}
.guest-guide-directory--organized .guest-guide-section-grid{grid-template-columns:1fr;gap:8px}
.guest-guide-directory--organized .guest-guide-category:last-child .guest-guide-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.guest-guide-directory--organized .guest-guide-section-card{grid-template-columns:auto minmax(0,1fr);grid-template-rows:auto auto;gap:0 15px;min-height:0;padding:17px 18px;box-shadow:none}
.guest-guide-directory--organized .guest-guide-section-card__icon{grid-row:1 / 3;width:42px;height:42px}
.guest-guide-directory--organized .guest-guide-section-card__copy{margin:0}
.guest-guide-directory--organized .guest-guide-section-card__copy strong{font-size:17px}
.guest-guide-directory--organized .guest-guide-section-card__copy>span{margin-top:4px;line-height:1.45}
.guest-guide-directory--organized .guest-guide-section-card__meta{margin-top:11px;padding-top:10px}
.guest-guide-empty{margin:44px 0 0;padding:24px;border:1px dashed #bdc9c1;border-radius:8px;color:#657269;text-align:center}

/* Guest guide detail pages */
.guest-guide-detail-hero{position:relative;background-image:linear-gradient(90deg,rgba(8,15,10,.94),rgba(8,15,10,.7)),url("/compiled-assets/book-hero-0e5c52a8.jpg");background-size:cover;background-position:center;color:#fff}
.guest-guide-detail-hero__inner{padding-top:54px;padding-bottom:54px}
.guest-guide-back{display:inline-flex;align-items:center;gap:6px;color:#d7e3da;text-decoration:none;font-size:13px;font-weight:650}
.guest-guide-back:hover{color:#fff}
.guest-guide-back svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.guest-guide-detail-hero__title{display:flex;align-items:center;gap:18px;margin-top:34px}
.guest-guide-detail-hero__icon{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border:1px solid rgba(139,213,169,.5);border-radius:50%;background:rgba(42,104,70,.28);color:#9be1b7;flex:0 0 auto}
.guest-guide-detail-hero__icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.guest-guide-detail-hero .guest-guide-kicker{margin-bottom:8px;color:#8bd5a9}
.guest-guide-detail-hero h1{max-width:780px;margin:0;color:#fff;font-size:44px;line-height:1.08;font-weight:520}
.guest-guide-detail-hero__intro{max-width:750px;margin:22px 0 0;color:#d9e4dc;font-size:17px;line-height:1.7}
.guest-guide-detail-hero__count{display:inline-block;margin-top:22px;padding-top:16px;border-top:1px solid rgba(255,255,255,.18);color:#aac6b4;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.guest-guide-detail-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:52px;padding-top:50px;padding-bottom:70px}
.guest-guide-detail-nav{position:sticky;top:24px;align-self:start;padding-right:26px;border-right:1px solid #dfe6e1}
.guest-guide-detail-nav__title{margin:0 0 14px;color:#173f2a;font-size:20px;line-height:1.2;font-weight:650;letter-spacing:0;text-transform:none}
.guest-guide-detail-nav__link{position:relative;display:block;padding:8px 10px 8px 14px;border-radius:6px;color:#56645b;text-decoration:none;font-size:14px;line-height:1.35;letter-spacing:0;text-transform:none;transition:background .16s ease,color .16s ease}
.guest-guide-detail-nav__link:before{content:"";position:absolute;top:50%;left:2px;width:5px;height:5px;border-radius:50%;background:#b8c5bc;transform:translateY(-50%);transition:background .16s ease,transform .16s ease}
.guest-guide-detail-nav__link:hover{background:#f2f7f3;color:#246643}
.guest-guide-detail-nav__link:hover:before{background:#66a67f}
.guest-guide-detail-nav__link.is-current{margin-left:-8px;padding-left:22px;background:#eaf4ed;color:#1f6540;font-weight:750;box-shadow:inset 0 0 0 1px #d5e8db}
.guest-guide-detail-nav__link.is-current:before{left:10px;background:#2f8153;transform:translateY(-50%) scale(1.2)}
.guest-guide-sidebar-flat{display:grid;justify-content:stretch;align-items:stretch;gap:20px;padding-left:17px}
.guest-guide-sidebar-flat__section{display:grid;gap:2px}
.guest-guide-sidebar-city{margin-top:20px;padding-top:18px;border-top:1px solid #dfe6e1}
.guest-guide-detail-content{min-width:0;transition:opacity .16s ease}
.guest-guide-detail-content.is-loading{opacity:.42;pointer-events:none}
.guest-guide-detail.is-navigating .guest-guide-detail-nav__link{cursor:progress}
.guest-guide-detail-group{scroll-margin-top:20px}
.guest-guide-detail-group+.guest-guide-detail-group{margin-top:62px;padding-top:54px;border-top:1px solid #dfe6e1}
.guest-guide-detail-group__head{margin-bottom:22px}
.guest-guide-detail-group__head h2{margin:0;color:#142018;font-size:30px;line-height:1.2;font-weight:540}
.guest-guide-item-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.guest-guide-item{display:flex;flex-direction:column;min-width:0;border:1px solid #dfe6e1;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(16,24,20,.05)}
.guest-guide-item__media{display:flex;align-items:center;justify-content:center;min-height:190px;max-height:320px;padding:12px;background:#edf2ee;overflow:hidden}
.guest-guide-item__media img{display:block;width:100%;height:100%;max-height:296px;object-fit:contain;border-radius:4px}
.guest-guide-item__media--interactive{position:relative;width:100%;border:0;cursor:zoom-in;font:inherit}
.guest-guide-item__media--interactive:focus-visible{outline:3px solid #61a67c;outline-offset:-3px}
.guest-guide-item__media-action{position:absolute;right:18px;bottom:18px;display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(13,25,18,.82);color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.2);transition:background .18s ease,transform .18s ease}
.guest-guide-item__media--interactive:hover .guest-guide-item__media-action{background:#225f3d;transform:scale(1.05)}
.guest-guide-item__media-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.guest-guide-item__body{display:flex;flex-direction:column;flex:1;padding:22px}
.guest-guide-item h3{margin:0;color:#142018;font-size:20px;line-height:1.25;font-weight:620}
.guest-guide-item__body>p{margin:10px 0 0;color:#59675e;font-size:14px;line-height:1.7}
.guest-guide-notice{padding:10px 12px;border-left:3px solid #d2a94f;background:#fff8e8;color:#684f1f!important;font-weight:650}
.guest-guide-item__links{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:20px}
.guest-guide-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 12px;border:1px solid #cddbd2;border-radius:8px;background:#f8fbf9;color:#2b6946;text-decoration:none;font-size:13px;font-weight:700;transition:background .18s ease,border-color .18s ease,color .18s ease}
.guest-guide-link:hover{border-color:#7eb393;background:#eef7f1;color:#1c5838}
.guest-guide-link--whatsapp{border-color:#b7dfc6;background:#eaf8ef;color:#176b39}
.guest-guide-link svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.guest-guide-image-viewer{width:min(96vw,1200px);height:min(94vh,940px);max-width:none;max-height:none;margin:auto;padding:0;border:0;border-radius:8px;background:#f5f7f5;color:#142018;box-shadow:0 28px 80px rgba(0,0,0,.45);overflow:hidden}
.guest-guide-image-viewer::backdrop{background:rgba(5,10,7,.82);backdrop-filter:blur(3px)}
.guest-guide-image-viewer__panel{display:flex;height:100%;flex-direction:column}
.guest-guide-image-viewer__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 14px 12px 20px;border-bottom:1px solid #d9e1dc;background:#fff}
.guest-guide-image-viewer__toolbar h2{min-width:0;margin:0;overflow:hidden;color:#17221b;font-size:18px;font-weight:650;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}
.guest-guide-image-viewer__controls{display:flex;align-items:center;gap:6px;flex:0 0 auto}
.guest-guide-image-viewer__controls button,.guest-guide-image-viewer__controls a{display:grid;width:40px;height:40px;padding:0;place-items:center;border:1px solid #d1ddd5;border-radius:6px;background:#f8fbf9;color:#286745;cursor:pointer;text-decoration:none;transition:background .16s ease,border-color .16s ease,color .16s ease}
.guest-guide-image-viewer__controls button:hover,.guest-guide-image-viewer__controls a:hover{border-color:#80ad90;background:#edf6f0;color:#174f31}
.guest-guide-image-viewer__controls button:disabled{opacity:.4;cursor:not-allowed}
.guest-guide-image-viewer__controls button:focus-visible,.guest-guide-image-viewer__controls a:focus-visible{outline:3px solid #61a67c;outline-offset:1px}
.guest-guide-image-viewer__controls svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.guest-guide-image-viewer__zoom{min-width:48px;color:#526158;font-size:13px;font-variant-numeric:tabular-nums;text-align:center}
.guest-guide-image-viewer__viewport{display:flex;flex:1;min-height:0;align-items:flex-start;justify-content:center;padding:20px;overflow:auto;overscroll-behavior:contain}
.guest-guide-image-viewer__viewport.is-zoomed{justify-content:flex-start}
.guest-guide-image-viewer__viewport img{display:block;flex:none;height:auto;max-width:100%;border-radius:4px;box-shadow:0 10px 32px rgba(0,0,0,.16)}
.guest-guide-not-found{min-height:55vh;padding-top:80px;padding-bottom:80px}

@media (max-width:980px){
  .about-hero{min-height:500px;background-image:linear-gradient(90deg,rgba(9,16,12,.88),rgba(9,16,12,.62)),url("/compiled-assets/about-hero-905c86b5.jpg");background-position:center}
  .about-hero h1{font-size:40px}
  .about-intro h1{font-size:38px}
  .about-section-head{grid-template-columns:1fr;gap:14px}
  .founder-layout{grid-template-columns:1fr;max-width:560px;gap:18px}
  .founder-note{text-align:center}
  .about-pillars,.people-grid--operators,.about-strategy-copy{grid-template-columns:repeat(2,1fr)}
  .guest-guide-gateway--photo-panels .guest-guide-gateway__choices{grid-template-columns:1fr}
  .guest-guide-gateway--image-cards .guest-guide-gateway__choices{grid-template-columns:1fr;max-width:720px}
  .guest-guide-gateway--image-cards .guest-guide-gateway__choice{min-height:560px}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__choice:before,.guest-guide-gateway--concierge-list .guest-guide-gateway__choice:after{width:210px}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__content{width:calc(100% - 246px);margin-left:246px}
  .guest-guide-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .guest-guide-directory--organized .guest-guide-category-list{grid-template-columns:1fr}
  .guest-guide-directory--organized .guest-guide-category:last-child{grid-column:auto}
  .guest-guide-detail-layout{grid-template-columns:230px minmax(0,1fr);gap:34px}
}
@media (max-width:640px){
  .about-hero{min-height:520px;background-image:linear-gradient(180deg,rgba(9,16,12,.68),rgba(9,16,12,.88)),url("/compiled-assets/about-hero-905c86b5.jpg");background-position:58% center}
  .about-hero__inner{padding-top:70px;padding-bottom:42px}
  .about-hero h1{font-size:34px}
  .about-hero p{font-size:16px}
  .about-intro{padding-top:38px;padding-bottom:18px}
  .about-intro h1{font-size:32px}
  .about-intro-copy p{font-size:16px}
  .about-section{padding-top:34px;padding-bottom:34px}
  .about-section h2{font-size:27px}
  .guest-guide-gateway{min-height:calc(100svh - 88px)}
  .guest-guide-gateway__body strong{font-size:22px}
  .guest-guide-gateway__body>span{margin-top:9px;font-size:14px;line-height:1.48}
  .guest-guide-gateway__icon{width:42px;height:42px}
  .guest-guide-gateway__icon svg{width:21px;height:21px}
  .guest-guide-gateway--photo-panels .guest-guide-gateway__choices{grid-template-rows:repeat(3,minmax(250px,1fr))}
  .guest-guide-gateway--photo-panels .guest-guide-gateway__choice{padding:22px 20px}
  .guest-guide-gateway--photo-panels .guest-guide-gateway__content{grid-template-columns:42px minmax(0,1fr);gap:0 14px;max-width:360px}
  .guest-guide-gateway--photo-panels .guest-guide-gateway__icon{margin:0}
  .guest-guide-gateway--photo-panels .guest-guide-gateway__cta{margin-top:16px;padding-top:13px}
  .guest-guide-gateway--image-cards{align-items:flex-start}
  .guest-guide-gateway--image-cards .guest-guide-gateway__choices{padding:18px;gap:16px}
  .guest-guide-gateway--image-cards .guest-guide-gateway__choice{min-height:510px}
  .guest-guide-gateway--image-cards .guest-guide-gateway__content{min-height:290px;padding:22px}
  .guest-guide-gateway--image-cards .guest-guide-gateway__icon{margin-top:-43px;margin-bottom:16px}
  .guest-guide-gateway--concierge-list{align-items:flex-start;padding:14px 0}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__choices{width:calc(100% - 28px)}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__choice{min-height:250px}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__choice:before,.guest-guide-gateway--concierge-list .guest-guide-gateway__choice:after{inset:14px auto 14px 14px;width:96px}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__content{display:flex;align-items:flex-start;gap:10px;width:calc(100% - 124px);margin-left:124px;padding:16px 14px}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__icon{width:38px;height:38px;flex:0 0 auto}
  .guest-guide-gateway--concierge-list .guest-guide-gateway__cta{margin-top:auto;white-space:normal}

  /* Mobile guest guide: a single useful hero with a compact action sheet. */
  .guest-guide-gateway--mobile-photo-sheet-copy{--mobile-gateway-image:url("/compiled-assets/hero-01-69f33400.webp");background:#f5f8f6}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__choice:before,
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__choice:after{display:none}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__choices{position:relative;display:flex;flex-direction:column;min-height:0;margin-top:-20px;border-radius:20px 20px 0 0;background:#fff;box-shadow:0 -12px 32px rgba(8,18,12,.15);overflow:hidden}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__choice{flex:1;min-height:0;padding:0;color:#152019;border-bottom:1px solid #dce5df;background:#fff}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__content{display:grid;grid-template-columns:42px minmax(0,1fr);gap:0 13px;align-content:center;width:100%;max-width:none;padding:18px 20px;text-align:left}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__icon{grid-column:1;grid-row:1 / span 2;margin:0;border-color:#bdd3c5;background:#edf6f0;color:#2f7950}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__body{grid-column:2}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__body>span{color:#59675e}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__cta{grid-column:2;justify-self:start;width:auto;margin-top:11px;padding:0;border:0;color:#2e744d}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__hero{display:flex;isolation:isolate;position:relative;flex-direction:column;justify-content:flex-end;min-height:272px;padding:24px 20px 40px;color:#fff;background-image:var(--mobile-gateway-image);background-size:cover;background-position:center 48%;overflow:hidden}
  .guest-guide-gateway--mobile-photo-sheet-copy .guest-guide-gateway__hero:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(5,12,8,.2),rgba(5,12,8,.82))}
  .guest-guide-gateway__hero p{margin:0 0 8px;color:#a7dbba;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
  .guest-guide-gateway__hero h2{max-width:340px;margin:0;color:#fff;font-size:31px;line-height:1.08;font-weight:600;letter-spacing:0}
  .guest-guide-gateway__hero>span{display:block;max-width:340px;margin-top:10px;color:#e3ebe6;font-size:14px;line-height:1.48}
  .guest-guide-local-hero__inner{padding-top:42px;padding-bottom:42px}
  .guest-guide-mobile-nav{position:sticky;top:0;z-index:30;display:block;border-bottom:1px solid #dce5df;background:rgba(250,252,250,.96);box-shadow:0 5px 14px rgba(14,27,19,.07);backdrop-filter:blur(10px)}
  .guest-guide-mobile-nav__inner{display:flex;align-items:center;gap:10px;min-height:52px;padding-top:6px;padding-bottom:6px}
  .guest-guide-mobile-nav__back{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:1px solid #d0ddd4;border-radius:50%;background:#fff;color:#286a46;text-decoration:none;transition:background .15s ease,border-color .15s ease,color .15s ease}
  .guest-guide-mobile-nav__back:hover{border-color:#78a98b;background:#edf6f0;color:#174f31}
  .guest-guide-mobile-nav__back:focus-visible{outline:3px solid #70b28a;outline-offset:2px}
  .guest-guide-mobile-nav__back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .guest-guide-mobile-nav__crumbs{display:flex;min-width:0;align-items:center;margin:0;padding:0;overflow:hidden;list-style:none;color:#68756d;font-size:12px;font-weight:650;line-height:1.3}
  .guest-guide-mobile-nav__crumbs li{display:flex;min-width:0;align-items:center;white-space:nowrap}
  .guest-guide-mobile-nav__crumbs li+li:before{content:"/";flex:0 0 auto;margin:0 7px;color:#a1ada5}
  .guest-guide-mobile-nav__crumbs a{color:#346d4c;text-decoration:none;text-transform:none;letter-spacing:0;transition:color .15s ease}
  .guest-guide-mobile-nav__crumbs a:hover{color:#174f31;text-decoration:underline;text-decoration-color:#78a98b;text-underline-offset:3px}
  .guest-guide-mobile-nav__crumbs a:focus-visible{color:#174f31;outline:2px solid #70b28a;outline-offset:3px;border-radius:2px}
  .guest-guide-mobile-nav__crumbs [aria-current="page"]{flex:1;color:#25332a;overflow:hidden}
  .guest-guide-mobile-nav__crumbs [aria-current="page"] span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}
  .guest-guide-detail .guest-guide-mobile-nav__crumbs li:first-child{display:none}
  .guest-guide-detail .guest-guide-mobile-nav__crumbs li:nth-child(2):before{display:none}
  .guest-guide-local-hero h1{font-size:34px}
  .guest-guide-local-hero__intro{margin-top:14px;font-size:15px}
  .guest-guide-directory{padding-top:44px;padding-bottom:48px}
  .guest-guide-directory--organized{padding-top:9px}
  .guest-guide-search{min-width:0;width:100%}
  .guest-guide-category-list{gap:8px}
  .guest-guide-category__head>div{grid-template-columns:1fr;gap:6px}
  .guest-guide-section-grid{grid-template-columns:1fr}
  .guest-guide-section-card{min-height:215px;padding:20px}
  .guest-guide-directory--organized .guest-guide-category{padding:26px 0}
  .guest-guide-directory--organized .guest-guide-category:last-child .guest-guide-section-grid{grid-template-columns:1fr}
  .guest-guide-directory--organized .guest-guide-section-card{min-height:0;padding:16px}
  .guest-guide-detail-hero__inner{padding-top:34px;padding-bottom:38px}
  .guest-guide-detail-hero .guest-guide-back{display:none}
  .guest-guide-detail-hero__title{align-items:flex-start;margin-top:26px}
  .guest-guide-detail-hero__icon{width:48px;height:48px}
  .guest-guide-detail-hero__icon svg{width:24px;height:24px}
  .guest-guide-detail-hero h1{font-size:34px}
  .guest-guide-detail-hero__intro{font-size:16px}
  .guest-guide-detail-layout{grid-template-columns:1fr;padding-top:34px;padding-bottom:50px}
  .guest-guide-detail-nav{display:none}
  .guest-guide-detail-group+.guest-guide-detail-group{margin-top:44px;padding-top:40px}
  .guest-guide-detail-group__head h2{font-size:26px}
  .guest-guide-item-grid{grid-template-columns:1fr}
  .guest-guide-item__media{min-height:170px}
  .guest-guide-item__body{padding:20px}
  .guest-guide-item__links{display:grid;grid-template-columns:1fr}
  .guest-guide-link{width:100%}
  .guest-guide-image-viewer{width:100vw;height:100dvh;border-radius:0}
  .guest-guide-image-viewer__toolbar{align-items:flex-start;gap:8px;padding:10px}
  .guest-guide-image-viewer__toolbar h2{display:none}
  .guest-guide-image-viewer__controls{width:100%;justify-content:space-between;gap:4px}
  .guest-guide-image-viewer__controls button,.guest-guide-image-viewer__controls a{width:38px;height:38px}
  .guest-guide-image-viewer__zoom{min-width:42px}
  .guest-guide-image-viewer__viewport{padding:12px}
  .about-pillars,.people-grid--operators,.people-grid--sales,.about-strategy-copy{grid-template-columns:1fr}
  .person-photo{width:132px;height:132px}
  .about-final-cta{flex-direction:column;align-items:flex-start;padding:22px}
}

.main-site-managed-content{width:100%}.main-site-managed-content img{max-width:100%;height:auto}
