: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;
  }
}

/* Airbnb legality and compliance guide */
.owner-resource-page{background:#fbfcfb;color:#172019}
.owner-resource-page h1,.owner-resource-page h2,.owner-resource-page h3{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:-.02em}
.owner-resource-page h2{font-size:clamp(30px,3vw,43px);line-height:1.08;font-weight:560}
.resource-kicker{margin:0 0 12px;color:#3d805d;font-size:11px;line-height:1.3;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.resource-hero{position:relative;overflow:hidden;color:#fff;background:#11291c}
.resource-hero:before{position:absolute;inset:0;background-position:center;background-size:cover;content:""}
.resource-hero--compliance:before{background-image:linear-gradient(90deg,rgba(8,24,15,.96),rgba(8,24,15,.74)),url("/compiled-assets/list-hero-6ce8a703.jpg")}
.resource-hero--management:before{background-image:linear-gradient(90deg,rgba(8,24,15,.95),rgba(8,24,15,.7)),url("/compiled-assets/hero-01-1600-430dc89e.webp")}
.resource-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:80px;align-items:center;min-height:590px;padding-top:76px;padding-bottom:76px}
.resource-hero__copy{max-width:720px}
.resource-hero .resource-kicker{color:#99d5b1}
.owner-resource-page .resource-hero h1{max-width:760px;margin:0;color:#fff;font-size:clamp(43px,5vw,66px);line-height:1.02;font-weight:540;text-shadow:none}
.resource-hero__copy>p:not(.resource-kicker){max-width:680px;margin:24px 0 0;color:#d8e4dc;font-size:18px;line-height:1.65}
.resource-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:30px}
.resource-hero__copy>.btn{margin-top:30px}
.resource-text-link{color:#e5f1e9;font-size:14px;font-weight:750;text-decoration:none}
.resource-text-link:hover{color:#fff;text-decoration:underline}
.resource-status-card{padding:32px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(237,246,240,.12);box-shadow:0 28px 70px rgba(0,0,0,.22);backdrop-filter:blur(14px)}
.resource-status-card>p{margin:0 0 12px;color:#97c9a9;font-size:10px;font-weight:850;letter-spacing:.14em}
.resource-status-card>strong{display:block;font-size:25px;line-height:1.2;font-weight:620}
.resource-status-card__flow{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:28px}
.resource-status-card__flow span{display:grid;gap:4px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.08);color:#bfd3c6;font-size:11px}
.resource-status-card__flow b{color:#fff;font-size:17px}
.resource-price-card{padding:32px;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:rgba(237,246,240,.12);box-shadow:0 28px 70px rgba(0,0,0,.22);text-align:center;backdrop-filter:blur(14px)}
.resource-price-card>p{margin:0 0 12px;color:#97c9a9;font-size:10px;font-weight:850;letter-spacing:.14em}
.resource-price-card__value{display:block;color:#fff;font-size:92px;line-height:.95;font-weight:650;letter-spacing:-.07em}
.resource-price-card>span{display:block;margin-top:12px;color:#dcebe1;font-size:18px;font-weight:650}
.resource-price-card>small{display:block;margin:25px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:#adbfb3;font-size:11px;line-height:1.55}
.resource-intro-band{padding:66px 0;background:#e9f3ec}
.resource-intro-band--management{background:#f5efe5}
.resource-intro-band__grid{display:grid;grid-template-columns:1fr .86fr;gap:78px;align-items:end}
.resource-intro-band h2{margin:0;max-width:670px}
.resource-intro-band__grid>p{margin:0;color:#516159;font-size:17px;line-height:1.7}
.resource-checklist{padding-top:86px;padding-bottom:96px}
.management-services{padding-top:86px;padding-bottom:96px}
.resource-section-heading{max-width:770px;margin-bottom:38px}
.resource-section-heading h2{margin:0}
.resource-step-list{border-top:1px solid #d9e3dc}
.resource-step{display:grid;grid-template-columns:58px minmax(0,1fr);gap:26px;padding:27px 0;border-bottom:1px solid #d9e3dc}
.resource-step__number{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #b6cfbf;border-radius:50%;color:#327451;font-size:11px;font-weight:850}
.resource-step h3{margin:0;color:#172019;font-size:23px;line-height:1.25;font-weight:620}
.resource-step p{max-width:870px;margin:8px 0 0;color:#58675e;font-size:15px;line-height:1.7}
.management-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.management-service-card{position:relative;min-height:260px;padding:27px;border:1px solid #dce5df;border-radius:10px;background:#fff;box-shadow:0 9px 25px rgba(15,35,23,.05)}
.management-service-card__number{position:absolute;top:24px;right:24px;color:#b5c8bc;font-size:11px;font-weight:850;letter-spacing:.08em}
.management-service-card>p{margin:0 0 24px;color:#438060;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.management-service-card h3{max-width:430px;margin:0;font-size:25px;line-height:1.2;font-weight:610}
.management-service-card__compliance-link{color:inherit;text-decoration:none}
.management-service-card__compliance-link:focus-visible{outline:3px solid #c79b2f;outline-offset:4px}
.management-service-card>div{max-width:500px;margin-top:12px;color:#617067;font-size:14px;line-height:1.65}
.owner-portal-band{padding:88px 0;background:#e6f0e9}
.owner-portal-band__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:76px;align-items:center}
.owner-portal-band h2{margin:0}
.owner-portal-band__grid>div:first-child>p:not(.resource-kicker){margin:21px 0 0;color:#58675e;line-height:1.7}
.owner-portal-band ul{display:grid;gap:11px;margin:25px 0 0;padding:0;list-style:none}
.owner-portal-band li{position:relative;padding-left:25px;color:#30473a;font-size:14px;line-height:1.55}
.owner-portal-band li:before{position:absolute;top:1px;left:0;color:#338057;font-weight:900;content:"✓"}
.owner-portal-preview{padding:26px;border:1px solid #cddcd2;border-radius:14px;background:#fbfdfb;box-shadow:0 24px 55px rgba(21,61,38,.14)}
.owner-portal-preview__top,.owner-portal-preview__title{display:flex;align-items:center;justify-content:space-between;gap:20px}
.owner-portal-preview__top{padding-bottom:18px;border-bottom:1px solid #dce6df;color:#225e3e;font-size:16px;font-weight:800}
.owner-portal-preview__top b{color:#718078;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
.owner-portal-preview__title{padding:24px 0 17px}
.owner-portal-preview__title>strong{font-size:19px}
.owner-portal-preview__title>span{display:flex;align-items:center;gap:6px;color:#2f7b52;font-size:10px;font-weight:800;text-transform:uppercase}
.owner-portal-preview__title i{width:7px;height:7px;border-radius:50%;background:#48a875}
.owner-portal-preview__metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.owner-portal-preview__metrics article{padding:15px;border-radius:8px;background:#edf4ef}
.owner-portal-preview__metrics span,.owner-portal-preview__metrics b,.owner-portal-preview__metrics small{display:block}
.owner-portal-preview__metrics span{color:#69776e;font-size:10px;text-transform:uppercase}
.owner-portal-preview__metrics b{margin-top:8px;color:#17241c;font-size:21px}
.owner-portal-preview__metrics small{margin-top:4px;color:#44815f;font-size:10px}
.owner-portal-preview__rows{margin-top:17px;border-top:1px solid #dce6df}
.owner-portal-preview__rows>div{display:flex;justify-content:space-between;gap:18px;padding:13px 2px;border-bottom:1px solid #e3ebe6;color:#6b7870;font-size:11px}
.owner-portal-preview__rows b{color:#2d4035;text-align:right}
.owner-portal-preview>small{display:block;margin-top:12px;color:#89958e;font-size:9px;text-align:right}
.resource-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:center;padding-top:78px;padding-bottom:78px}
.resource-detail-grid h2{margin:0}
.resource-detail-grid>article>p:last-child{margin:21px 0 0;color:#59675f;font-size:16px;line-height:1.75}
.resource-exclusions{padding:32px;border:1px solid #e1d8c8;border-radius:12px;background:#fff8ec}
.resource-exclusions h3{margin:0 0 15px;font-size:25px;line-height:1.25}
.resource-exclusions ul{display:grid;gap:10px;margin:0;padding-left:20px;color:#655946;font-size:14px;line-height:1.55}
.resource-final-cta{display:flex;align-items:center;justify-content:space-between;gap:42px;padding-top:68px;padding-bottom:68px}
.resource-final-cta h2{max-width:790px;margin:0}
.resource-final-cta .btn{flex:0 0 auto}

@media(max-width:900px){
  .resource-hero__inner,.resource-intro-band__grid,.owner-portal-band__grid,.resource-detail-grid{grid-template-columns:1fr;gap:42px}
  .resource-hero__inner{min-height:0;padding-top:62px;padding-bottom:62px}
  .resource-status-card,.resource-price-card{max-width:560px}
  .resource-intro-band__grid{align-items:start}
}

@media(max-width:640px){
  .owner-resource-page .resource-hero h1{font-size:39px}
  .resource-hero__copy>p:not(.resource-kicker){font-size:16px}
  .resource-hero__inner{padding-top:48px;padding-bottom:48px}
  .resource-hero__actions{align-items:flex-start;flex-direction:column;gap:17px}
  .resource-status-card__flow,.management-service-grid{grid-template-columns:1fr}
  .resource-price-card__value{font-size:78px}
  .resource-intro-band,.owner-portal-band{padding:58px 0}
  .resource-checklist,.management-services{padding-top:64px;padding-bottom:70px}
  .resource-step{grid-template-columns:42px minmax(0,1fr);gap:16px;padding:23px 0}
  .resource-step__number{width:38px;height:38px}
  .resource-step h3{font-size:20px}
  .resource-detail-grid{padding-top:64px;padding-bottom:64px}
  .resource-exclusions,.management-service-card{padding:23px}
  .management-service-card{min-height:0}
  .owner-portal-preview{padding:18px}
  .owner-portal-preview__metrics{grid-template-columns:1fr}
  .resource-final-cta{align-items:flex-start;flex-direction:column;padding-top:58px;padding-bottom:58px}
}

/* 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}
.owner-compliance-link{color:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}
.owner-compliance-link:hover{text-decoration-thickness:2px}
.owner-compliance-link:focus-visible{outline:3px solid #c79b2f;outline-offset:4px}
#compliance-workflow,#legal-compliance{scroll-margin-top:110px}
.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-grid--dance-stacked>.guest-guide-item:first-child{grid-row:1/span 2}
.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--link{cursor:pointer;transition:background .18s ease}
.guest-guide-item__media--link img{transition:transform .18s ease}
.guest-guide-item__media--link:hover{background:#e5eee8}
.guest-guide-item__media--link:hover img{transform:scale(1.02)}
.guest-guide-item__media--link:focus-visible{outline:3px solid #61a67c;outline-offset:-3px}
.guest-guide-item__media--logo img{width:38%;height:auto;max-height:112px}
.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-grid--dance-stacked>.guest-guide-item:first-child{grid-row:auto}
  .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}

/* Airbnb manager search landing page prototype */
.manager-landing{--manager-ink:#132219;--manager-muted:#5b685f;--manager-green:#347b56;--manager-mint:#e5f2e9;background:#fbfcfb;color:var(--manager-ink)}
.manager-landing h1,.manager-landing h2,.manager-landing h3{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:-.025em;text-shadow:none}
.manager-landing h2{margin:0;color:var(--manager-ink);font-size:clamp(32px,3.8vw,50px);line-height:1.06;font-weight:560}
.manager-hero{position:relative;overflow:hidden;background:#10291b;color:#fff}
.manager-hero:before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,27,16,.97) 0%,rgba(7,27,16,.9) 52%,rgba(7,27,16,.56) 100%),url("/compiled-assets/list-hero-6ce8a703.jpg") center/cover;content:"";filter:saturate(.86)}
.manager-hero:after{position:absolute;right:-12%;bottom:-52%;width:620px;height:620px;border:1px solid rgba(150,213,175,.18);border-radius:50%;box-shadow:0 0 0 90px rgba(150,213,175,.035),0 0 0 180px rgba(150,213,175,.025);content:""}
.manager-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(330px,.72fr);gap:76px;align-items:center;min-height:650px;padding-top:82px;padding-bottom:82px}
.manager-hero__copy{max-width:740px}
.manager-hero .resource-kicker{color:#a3d9b7}
.main-site .manager-hero h1{max-width:760px;margin:0;color:#fff;font-size:clamp(45px,5vw,70px);line-height:.99;font-weight:540;letter-spacing:-.042em}
.manager-hero__copy>p:not(.resource-kicker):not(.manager-hero__microcopy){max-width:690px;margin:25px 0 0;color:#d6e5dc;font-size:18px;line-height:1.65}
.manager-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:25px;margin-top:31px}
.manager-text-link{color:#e9f4ed;font-size:14px;font-weight:720;text-decoration:none}
.manager-text-link:hover{text-decoration:underline;text-underline-offset:4px}
.manager-hero__microcopy{margin:13px 0 0!important;color:#9bb5a5!important;font-size:11px!important;line-height:1.45!important}
.manager-proof-card,.manager-decision-card{padding:33px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(233,246,237,.12);box-shadow:0 30px 70px rgba(0,0,0,.25);backdrop-filter:blur(16px)}
.manager-proof-card>p,.manager-decision-card>p{margin:0 0 16px;color:#9ed2b1;font-size:10px;font-weight:850;letter-spacing:.14em}
.manager-proof-card__rating{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.manager-proof-card__rating strong{color:#fff;font-size:68px;line-height:.95;font-weight:630;letter-spacing:-.07em}
.manager-proof-card__rating span{padding-bottom:7px;color:#ffbd45;font-size:15px;letter-spacing:2px}
.manager-proof-card>span{display:block;margin-top:9px;color:#c9dbcf;font-size:13px}
.manager-proof-card__metrics{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14)}
.manager-proof-card__metrics div{padding:13px;border-radius:9px;background:rgba(255,255,255,.08)}
.manager-proof-card__metrics strong,.manager-proof-card__metrics span{display:block}
.manager-proof-card__metrics strong{color:#fff;font-size:24px;font-weight:640}
.manager-proof-card__metrics span{margin-top:4px;color:#b9ccbf;font-size:10px;line-height:1.4}
.manager-proof-card>a{display:inline-block;margin-top:21px;color:#b7dfc5;font-size:12px;font-weight:750;text-decoration:none}
.manager-proof-card>a:hover{text-decoration:underline}
.manager-decision-card>strong{display:block;max-width:330px;color:#fff;font-size:29px;line-height:1.12;font-weight:580;letter-spacing:-.025em}
.manager-decision-card ol{display:grid;gap:0;margin:24px 0 0;padding:0;list-style:none;counter-reset:questions}
.manager-decision-card li{position:relative;padding:14px 0 14px 33px;border-top:1px solid rgba(255,255,255,.13);color:#d7e5dc;font-size:13px;line-height:1.45;counter-increment:questions}
.manager-decision-card li:before{position:absolute;top:14px;left:0;color:#8fc9a4;font-size:10px;font-weight:850;content:"0" counter(questions)}
.manager-proof-strip{border-bottom:1px solid #dae4dd;background:#fff}
.manager-proof-strip>.container{display:grid;grid-template-columns:repeat(3,1fr)}
.manager-proof-strip .container>div{min-height:112px;padding:27px 25px;border-right:1px solid #e1e8e3}
.manager-proof-strip .container>div:first-child{border-left:1px solid #e1e8e3}
.manager-proof-strip strong,.manager-proof-strip span{display:block}
.manager-proof-strip strong{color:#183224;font-size:19px;font-weight:650;letter-spacing:-.015em}
.manager-proof-strip span{margin-top:6px;color:#718077;font-size:11px;line-height:1.4}
.manager-services,.manager-criteria{padding-top:96px;padding-bottom:104px}
.manager-section-heading{max-width:795px;margin-bottom:43px}
.manager-section-heading>p:last-child{max-width:720px;margin:20px 0 0;color:var(--manager-muted);font-size:16px;line-height:1.7}
.manager-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.manager-service-card{min-height:270px;padding:27px;border:1px solid #dae5dd;border-radius:12px;background:#fff;box-shadow:0 12px 31px rgba(22,54,35,.055)}
.manager-service-card>div{display:flex;align-items:center;justify-content:space-between;gap:20px}
.manager-service-card>div>span{color:#aac0b1;font-size:11px;font-weight:850;letter-spacing:.09em}
.manager-service-card small{color:#3d805c;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.manager-service-card h3{margin:39px 0 0;color:#183023;font-size:24px;line-height:1.15;font-weight:620}
.manager-service-card p{margin:13px 0 0;color:#657269;font-size:14px;line-height:1.65}
.manager-inline-link{margin-top:29px;text-align:right}
.manager-inline-link a{color:#2e744e;font-size:13px;font-weight:760;text-decoration:none}
.manager-inline-link a:hover{text-decoration:underline;text-underline-offset:4px}
.manager-local-band{padding:102px 0;background:#e6f1e9}
.manager-local-band__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:78px;align-items:center}
.manager-local-band__visual{position:relative;min-height:510px;overflow:hidden;border-radius:15px;background:linear-gradient(180deg,rgba(8,25,15,.06),rgba(8,25,15,.7)),url("/compiled-assets/hero-01-1600-430dc89e.webp") center/cover;box-shadow:0 25px 55px rgba(18,57,33,.17)}
.manager-local-band__badge{position:absolute;right:22px;bottom:22px;left:22px;padding:20px 22px;border:1px solid rgba(255,255,255,.23);border-radius:11px;background:rgba(12,39,23,.77);backdrop-filter:blur(12px)}
.manager-local-band__badge span,.manager-local-band__badge strong{display:block}
.manager-local-band__badge span{color:#9ed1b0;font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.manager-local-band__badge strong{margin-top:7px;color:#fff;font-size:18px;font-weight:580}
.manager-local-band h2{max-width:520px}
.manager-local-band__grid>div:last-child>p:not(.resource-kicker){margin:23px 0 0;color:#51635a;font-size:16px;line-height:1.75}
.manager-local-band ul{display:grid;gap:13px;margin:28px 0 0;padding:0;list-style:none}
.manager-local-band li{position:relative;padding-left:27px;color:#274335;font-size:14px;line-height:1.5}
.manager-local-band li:before{position:absolute;top:0;left:0;color:#347b56;font-weight:900;content:"✓"}
.manager-criteria{background:#fbfcfb}
.manager-criteria--early{padding-bottom:34px}
.manager-criteria__grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d8e2db}
.manager-criteria__grid article{display:grid;grid-template-columns:44px 1fr;gap:4px 20px;padding:29px 26px 30px 0;border-bottom:1px solid #d8e2db}
.manager-criteria__grid article:nth-child(even){padding-left:29px;border-left:1px solid #d8e2db}
.manager-criteria__grid article>span{grid-row:1/3;color:#7fa18b;font-size:11px;font-weight:850;letter-spacing:.08em}
.manager-criteria__grid h3{margin:0;color:#1a2f23;font-size:22px;line-height:1.25;font-weight:620}
.manager-criteria__grid p{margin:8px 0 0;color:#657169;font-size:14px;line-height:1.65}
.manager-fit{display:grid;grid-template-columns:1.12fr .88fr;gap:75px;align-items:center;padding-top:89px;padding-bottom:89px;border-top:1px solid #dce5df}
.manager-fit>div>p:last-child{margin:22px 0 0;color:#5c6961;font-size:16px;line-height:1.75}
.manager-fit aside{padding:31px;border:1px solid #d6e3da;border-radius:13px;background:#eef6f1}
.manager-fit aside>span{color:#3d805c;font-size:10px;font-weight:850;letter-spacing:.13em}
.manager-fit aside h3{margin:14px 0 24px;color:#183024;font-size:27px;line-height:1.16;font-weight:600}
.manager-fit aside a{color:#2e744e;font-size:13px;font-weight:780;text-decoration:none}
.manager-fit aside a:hover{text-decoration:underline}
.manager-faq{padding:100px 0;background:#f3f0e9}
.manager-faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;align-items:start}
.manager-faq__items{border-top:1px solid #d8d3c8}
.manager-faq details{border-bottom:1px solid #d8d3c8}
.manager-faq summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 0;color:#243128;font-size:17px;line-height:1.4;font-weight:640;cursor:pointer;list-style:none}
.manager-faq summary::-webkit-details-marker{display:none}
.manager-faq summary span{flex:0 0 auto;color:#42805d;font-size:24px;font-weight:350;transition:transform .15s ease}
.manager-faq details[open] summary span{transform:rotate(45deg)}
.manager-faq details p{max-width:720px;margin:-5px 42px 23px 0;color:#656960;font-size:14px;line-height:1.72}
.manager-final-cta{padding:83px 0;background:#173d2a;color:#fff}
.manager-final-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:70px}
.manager-final-cta .resource-kicker{color:#9fd3b2}
.manager-final-cta h2{max-width:780px;color:#fff}
.manager-final-cta p:last-child{max-width:720px;margin:18px 0 0;color:#bfd2c5;line-height:1.65}
.manager-final-cta .btn{flex:0 0 auto}
.manager-prototype-picker{position:fixed;right:20px;bottom:82px;z-index:190;width:238px;padding:13px;border:1px solid #d6e0d9;border-radius:13px;background:rgba(255,255,255,.97);box-shadow:0 15px 40px rgba(10,30,18,.2);backdrop-filter:blur(12px)}
.manager-prototype-picker>span{display:block;margin:1px 5px 9px;color:#6f7d74;font-size:9px;font-weight:850;letter-spacing:.12em}
.manager-prototype-picker>a{display:flex;align-items:center;gap:9px;padding:8px;border-radius:8px;color:#435249;font-size:12px;font-weight:650;text-decoration:none}
.manager-prototype-picker>a+a{margin-top:3px}
.manager-prototype-picker>a:hover{background:#f1f6f3}
.manager-prototype-picker>a.is-active{background:#e3f0e7;color:#17462f}
.manager-prototype-picker b{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border:1px solid #c7d5cc;border-radius:50%;font-size:10px}
.manager-prototype-picker>a.is-active b{border-color:#347b56;background:#347b56;color:#fff}

@media(max-width:900px){
  .manager-hero__grid,.manager-local-band__grid,.manager-fit,.manager-faq__grid{grid-template-columns:1fr;gap:45px}
  .manager-hero__grid{min-height:0;padding-top:68px;padding-bottom:68px}
  .manager-proof-card,.manager-decision-card{max-width:560px}
  .manager-service-grid{grid-template-columns:repeat(2,1fr)}
  .manager-proof-strip>.container{grid-template-columns:repeat(3,1fr)}
  .manager-faq__grid{gap:18px}
}

@media(max-width:640px){
  .manager-hero__grid{padding-top:50px;padding-bottom:54px}
  .main-site .manager-hero h1{font-size:40px}
  .manager-hero__copy>p:not(.resource-kicker):not(.manager-hero__microcopy){font-size:16px}
  .manager-hero__actions{align-items:flex-start;flex-direction:column;gap:17px}
  .manager-proof-card,.manager-decision-card{padding:24px}
  .manager-proof-card__rating strong{font-size:58px}
  .manager-proof-strip>.container{grid-template-columns:repeat(2,1fr)}
  .manager-proof-strip .container>div{min-height:102px;padding:22px 15px}
  .manager-proof-strip .container>div:nth-child(-n+2){border-bottom:1px solid #e1e8e3}
  .manager-proof-strip .container>div:nth-child(3){grid-column:1/-1;border-left:1px solid #e1e8e3}
  .manager-proof-strip strong{font-size:16px}
  .manager-services,.manager-criteria{padding-top:66px;padding-bottom:72px}
  .manager-service-grid,.manager-criteria__grid{grid-template-columns:1fr}
  .manager-service-card{min-height:0;padding:23px}
  .manager-service-card h3{margin-top:29px}
  .manager-criteria__grid article,.manager-criteria__grid article:nth-child(even){padding:24px 0;border-left:0}
  .manager-inline-link{text-align:left}
  .manager-local-band{padding:65px 0}
  .manager-local-band__visual{min-height:390px}
  .manager-fit{padding-top:66px;padding-bottom:66px}
  .manager-fit aside{padding:25px}
  .manager-faq{padding:68px 0}
  .manager-final-cta{padding:65px 0}
  .manager-final-cta__inner{align-items:flex-start;flex-direction:column;gap:28px}
  .manager-prototype-picker{right:12px;bottom:72px;width:218px;padding:10px}
}

/* Approved Version A iteration controls and revised proof/content sections. */
.manager-proof-card{display:flex;min-height:410px;flex-direction:column;padding:30px;border:1px solid rgba(255,255,255,.76);border-radius:17px;background:#fff;color:#231f20;box-shadow:0 30px 70px rgba(0,0,0,.25);text-align:left;backdrop-filter:none}
.manager-proof-card--profile{background:#fffaf7}
.manager-proof-card--scorecard{border-color:#ffd5dd;background:#fff7f9}
.manager-proof-card--signal{border-color:rgba(255,255,255,.18);background:rgba(19,39,27,.9);color:#fff;backdrop-filter:blur(16px)}
.manager-airbnb-brand{display:grid;grid-template-columns:26px auto 1fr;gap:8px;align-items:center;padding-bottom:19px;border-bottom:1px solid #ebe4e2}
.manager-proof-card--signal .manager-airbnb-brand{border-color:rgba(255,255,255,.14)}
.manager-airbnb-brand svg{display:block;width:25px;height:27px;fill:#ff385c}
.manager-airbnb-brand>strong{color:#ff385c;font-size:19px;line-height:1;font-weight:730;letter-spacing:-.035em}
.manager-airbnb-brand>span{justify-self:end;color:#7b7476;font-size:9px;font-weight:760;letter-spacing:.07em;text-transform:uppercase}
.manager-proof-card--signal .manager-airbnb-brand>span{color:#b8c8be}
.manager-star-row{display:flex;align-items:center;gap:5px;color:#f4b41a}
.manager-star-row svg{display:block;width:23px;height:23px;overflow:visible;fill:currentColor}
.manager-proof-profile{display:grid;grid-template-columns:auto 1fr;gap:22px;align-items:center;margin-top:35px}
.manager-proof-profile>strong{color:#231f20;font-size:72px;line-height:.9;font-weight:650;letter-spacing:-.075em}
.manager-proof-profile>div>span{display:block;margin-top:8px;color:#686164;font-size:11px;font-weight:690}
.manager-proof-profile__metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:32px}
.manager-proof-profile__metrics>div{padding:16px;border-radius:9px;background:#f4eeeb}
.manager-proof-profile__metrics strong,.manager-proof-profile__metrics span{display:block}
.manager-proof-profile__metrics strong{font-size:24px;font-weight:650}
.manager-proof-profile__metrics span{margin-top:5px;color:#6f686a;font-size:10px;line-height:1.35}
.manager-proof-scorecard{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:24px 0 12px;text-align:center}
.manager-proof-scorecard>span{color:#8a777c;font-size:9px;font-weight:850;letter-spacing:.13em}
.manager-proof-scorecard>strong{display:block;margin-top:14px;color:#201d1e;font-size:82px;line-height:.9;font-weight:660;letter-spacing:-.08em}
.manager-proof-scorecard>strong small{margin-left:5px;color:#8a777c;font-size:19px;font-weight:620;letter-spacing:-.02em}
.manager-proof-scorecard .manager-star-row{margin-top:18px;color:#ff385c}
.manager-score-meter{width:100%;height:6px;margin-top:25px;overflow:hidden;border-radius:999px;background:#f0dfe3}
.manager-score-meter i{display:block;width:99.8%;height:100%;border-radius:inherit;background:#ff385c}
.manager-proof-scorecard>p{margin:14px 0 0;color:#655c5e;font-size:11px}
.manager-proof-scorecard>p strong{color:#332d2f;font-size:13px}
.manager-proof-signal{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:27px}
.manager-proof-signal>p,.manager-proof-signal>.manager-star-row{grid-column:1/-1}
.manager-proof-signal>p{max-width:310px;margin:0;color:#fff;font-size:25px;line-height:1.15;font-weight:590;letter-spacing:-.025em}
.manager-proof-signal>.manager-star-row{margin:4px 0 12px}
.manager-proof-signal>div:not(.manager-star-row){padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:rgba(255,255,255,.07)}
.manager-proof-signal>div strong,.manager-proof-signal>div span{display:block}
.manager-proof-signal>div strong{color:#fff;font-size:27px;font-weight:650}
.manager-proof-signal>div span{margin-top:5px;color:#b9cbbf;font-size:10px;line-height:1.35}
.manager-airbnb-link{display:inline-flex;align-items:center;justify-content:space-between;gap:15px;margin-top:auto;padding-top:19px;border-top:1px solid #ebe4e2;color:#d92e51!important;font-size:11px;font-weight:790;text-decoration:none}
.manager-proof-card--signal .manager-airbnb-link{border-color:rgba(255,255,255,.14);color:#ff7891!important}
.manager-airbnb-link:hover{text-decoration:underline;text-underline-offset:4px}
.manager-advantages{padding-top:96px;padding-bottom:104px}
.manager-advantages__grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid #d8e2db}
.manager-advantages__grid article{display:grid;grid-template-columns:44px 1fr;gap:4px 20px;padding:29px 26px 30px 0;border-bottom:1px solid #d8e2db}
.manager-advantages__grid article:nth-child(even){padding-left:29px;border-left:1px solid #d8e2db}
.manager-advantages__grid article>span{grid-row:1/3;color:#7fa18b;font-size:11px;font-weight:850;letter-spacing:.08em}
.manager-advantages__grid h3{margin:0;color:#1a2f23;font-size:22px;line-height:1.25;font-weight:620}
.manager-advantages__grid p{margin:8px 0 0;color:#657169;font-size:14px;line-height:1.65}
.manager-guide-feature{display:grid;grid-template-columns:132px minmax(0,1fr);gap:24px;align-items:center!important;padding:22px!important;background:#edf5ef!important}
.manager-guide-cover{position:relative;display:flex;min-height:184px;flex-direction:column;padding:16px;overflow:hidden;border-radius:8px;background:linear-gradient(145deg,#163f2b,#2f7651);box-shadow:0 14px 25px rgba(18,57,34,.2);color:#fff;transform:rotate(-2deg)}
.manager-guide-cover:after{position:absolute;right:-35px;bottom:-44px;width:108px;height:108px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 0 0 19px rgba(255,255,255,.04);content:""}
.manager-guide-cover>span{font-size:7px;font-weight:850;letter-spacing:.14em}
.manager-guide-cover svg{width:39px;height:39px;margin:20px 0 17px;fill:none;stroke:#a4d8b7;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.manager-guide-cover strong{position:relative;z-index:1;font-size:15px;line-height:1.12;font-weight:650;letter-spacing:-.02em}
.manager-guide-cover small{margin-top:auto;color:#aed7bd;font-size:7px;font-weight:850;letter-spacing:.14em}
.manager-guide-feature__copy>span{color:#3d805c;font-size:8px;font-weight:850;letter-spacing:.12em}
.manager-guide-feature__copy h3{margin:10px 0 0!important;font-size:22px!important;line-height:1.16!important}
.manager-guide-feature__copy p{margin:11px 0 18px;color:#617067;font-size:12px;line-height:1.55}
.manager-guide-feature__copy a{color:#2e744e;font-size:12px;font-weight:780;text-decoration:none}
.manager-guide-feature__copy a:hover{text-decoration:underline;text-underline-offset:4px}
.manager-landing+.site-footer{margin-top:0!important}
.manager-prototype-picker{width:274px;padding:13px 14px}
.manager-prototype-picker>span{margin-bottom:10px}
.manager-prototype-picker>div{display:grid;grid-template-columns:1fr repeat(3,27px);gap:5px;align-items:center;padding:8px 0;border-top:1px solid #e3e9e5}
.manager-prototype-picker>div small{color:#4c5d53;font-size:10px;font-weight:720}
.manager-prototype-picker>div>a{display:grid;width:27px;height:27px;place-items:center;border:1px solid #ccd7d0;border-radius:50%;color:#506158;font-size:10px;font-weight:780;text-decoration:none}
.manager-prototype-picker>div>a:hover{border-color:#7ba48b;background:#eef5f0}
.manager-prototype-picker>div>a.is-active{border-color:#347b56;background:#347b56;color:#fff}
.main-site .manager-hero--split-headline h1{max-width:720px;font-size:clamp(44px,4.55vw,62px);line-height:1.01}
.manager-hero .manager-hero__subheadline{max-width:650px;margin:20px 0 0;color:#b8dac4;font-size:clamp(24px,2.25vw,31px);line-height:1.22;font-weight:480;letter-spacing:-.025em}

@media(max-width:640px){
  .manager-proof-card{min-height:380px;padding:23px}
  .manager-airbnb-brand>span{display:none}
  .manager-proof-profile{grid-template-columns:1fr;gap:14px;margin-top:28px}
  .manager-proof-profile>strong{font-size:64px}
  .manager-advantages{padding-top:66px;padding-bottom:72px}
  .manager-advantages__grid{grid-template-columns:1fr}
  .manager-advantages__grid article,.manager-advantages__grid article:nth-child(even){padding:24px 0;border-left:0}
  .manager-guide-feature{grid-template-columns:105px minmax(0,1fr);gap:17px;padding:18px!important}
  .manager-guide-cover{min-height:160px;padding:13px}
  .manager-guide-cover svg{width:32px;height:32px;margin:17px 0 14px}
  .manager-guide-cover strong{font-size:13px}
  .manager-guide-feature__copy h3{font-size:19px!important}
  .manager-prototype-picker{right:10px;bottom:70px;width:258px;padding:10px 12px}
  .main-site .manager-hero--split-headline h1{font-size:39px}
  .manager-hero .manager-hero__subheadline{margin-top:15px;font-size:22px}
}

.form-verification{margin:12px 0;color:#476451;font-size:13px;line-height:1.5}
.form-verification p{margin:0}
.form-verification [hidden]{display:none!important}
.form-verification[data-state="error"]{color:#9c3427}
.form-verification .form-verification__retry{display:inline-block;width:auto;min-height:36px;margin:3px 0 0;padding:3px 0;border:0;background:transparent;color:inherit;font:inherit;text-decoration:underline;cursor:pointer}
.form-verification__retry:focus-visible{outline:2px solid currentColor;outline-offset:3px}
