/* =========================================================
   LA VBD — Production stylesheet
   Design tokens taken from the approved Claude Design export.
   ========================================================= */

:root{
  --bg:#F6F7F8;
  --bg-dark:#111315;
  --bg-dark-card:#1A1D20;
  --border:#E2E5E8;
  --border-dark:#2A2E32;
  --text-dark:#111315;
  --text-onDark:#F6F7F8;
  --text-onDark-muted:#C7CDD4;
  --text-muted:#6B7280;
  --text-body:#374151;
  --blue:#2389E8;
  --blue-deep:#0B4F9C;
  --blue-pale:#DCE7F5;
  --whatsapp:#25D366;
  --error:#B91C1C;
  --white:#FFFFFF;
  --radius-sm:9px;
  --radius-md:12px;
  --radius-lg:16px;
  --container:1200px;
  --container-narrow:800px;
  --focus-ring:0 0 0 3px rgba(35,137,232,0.45);
}

*,*::before,*::after{box-sizing:border-box}

html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
section[id]{scroll-margin-top:96px}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}
}

body{
  margin:0;
  font-family:'Heebo',system-ui,-apple-system,'Segoe UI',sans-serif;
  direction:inherit;
  background:var(--bg);
  color:var(--text-dark);
  line-height:1.5;
  overflow-wrap:break-word;
}

a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-deep)}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:none;
  box-shadow:var(--focus-ring);
  border-radius:6px;
}

button{font-family:inherit;cursor:pointer;color:inherit}
input,select,textarea{font-family:inherit}
img{max-width:100%;display:block}
svg{flex-shrink:0}

.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.container-narrow{max-width:var(--container-narrow);margin:0 auto;padding:0 24px}

.section-pad{padding:80px 24px}

.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-fill{fill:currentColor;stroke:currentColor}

/* Mirror the "forward" chevron for LTR languages */
[dir="ltr"] use[href="#icon-arrow-left"]{transform:scaleX(-1);transform-box:fill-box;transform-origin:center}

/* Skip link */
.skip-link{
  position:absolute;inset-inline-end:16px;top:-100px;background:var(--blue);color:var(--bg-dark);
  font-weight:700;padding:12px 20px;border-radius:0 0 10px 10px;z-index:100;transition:top .2s;
  white-space:nowrap;
}
.skip-link:focus{top:0;color:var(--bg-dark)}

/* =========== Header =========== */
.site-header{position:sticky;top:0;z-index:50;background:var(--bg-dark);box-shadow:0 2px 12px rgba(0,0,0,0.25)}
.site-header .bar{max-width:1260px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:nowrap}
.brand{display:flex;align-items:center;gap:10px}
.brand img{height:52px;width:52px;border-radius:50%;object-fit:cover;flex-shrink:0}
.brand-name{font-weight:800;font-size:20px;color:var(--text-onDark);letter-spacing:.5px}
.brand-tag{font-size:11px;color:var(--text-onDark-muted);font-weight:500}

.nav-desktop{display:flex;align-items:center;gap:15px}
.nav-desktop a{color:var(--text-onDark-muted);font-weight:500;font-size:15px;white-space:nowrap}
.nav-desktop a:hover{color:var(--text-onDark)}
.nav-actions{display:flex;align-items:center;gap:12px}
.icon-btn{width:38px;height:38px;border-radius:50%;background:#1F2A30;display:flex;align-items:center;justify-content:center;color:var(--blue)}
.btn-cta-nav{background:var(--blue);color:var(--bg-dark);font-weight:700;font-size:15px;padding:11px 22px;border-radius:10px;white-space:nowrap}
.btn-cta-nav:hover{color:var(--bg-dark);background:#1c78d1}

.nav-toggle{display:none;background:transparent;border:none;padding:6px;color:var(--text-onDark)}

.mobile-menu{display:none;background:var(--bg-dark);border-top:1px solid var(--border-dark);padding:16px 24px 24px;flex-direction:column;gap:16px}
.mobile-menu a{color:var(--text-onDark);font-weight:600;font-size:16px}
.mobile-menu .btn-cta-nav{padding:13px;text-align:center;white-space:normal}
.mobile-menu .btn-outline{border:1px solid var(--border-dark);color:var(--text-onDark);font-weight:700;font-size:16px;padding:13px;border-radius:10px;text-align:center}
.mobile-menu[data-open="true"]{display:flex}

/* Language switcher */
.lang-switch{display:flex;align-items:center;gap:2px}
.lang-switch a{padding:5px 6px;font-size:12px;font-weight:700;border-radius:6px;color:var(--text-onDark-muted)}
.lang-switch a:hover{color:var(--text-onDark)}
.lang-switch a[aria-current="true"]{background:rgba(255,255,255,.14);color:var(--text-onDark)}
.mobile-menu .lang-switch{padding-top:4px;border-top:1px solid var(--border-dark)}

/* Compact language <select> for space-constrained header rows */
.lang-select{
  background:#1F2A30;color:var(--text-onDark);border:1px solid var(--border-dark);
  border-radius:8px;padding:7px 8px;font-size:13px;font-weight:700;font-family:inherit;
  cursor:pointer;
}
.lang-select:hover{border-color:var(--blue)}
.mini-nav .lang-select{padding:6px 7px;font-size:12.5px}

@media (max-width:1360px){
  .nav-desktop{display:none}
  .nav-toggle{display:flex}
}
@media (min-width:1081px){
  .nav-toggle{display:none}
  .mobile-menu{display:none !important}
}

/* =========== Buttons =========== */
.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;padding:15px 28px;border-radius:12px;border:none}
.btn-primary{background:var(--blue);color:var(--bg-dark)}
.btn-primary:hover{color:var(--bg-dark);background:#1c78d1}
.btn-outline-dark{background:transparent;border:1.5px solid #6B7280;color:var(--text-onDark)}
.btn-outline-dark:hover{color:var(--text-onDark);border-color:var(--text-onDark)}
.btn-block{width:100%;justify-content:center;border:none}

/* =========== Hero =========== */
.hero{background:var(--bg-dark)}
.hero-grid{max-width:var(--container);margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero h1{color:var(--text-onDark);font-size:46px;font-weight:800;line-height:1.25;margin:0 0 20px}
.hero p.lead{color:var(--text-onDark-muted);font-size:19px;line-height:1.7;margin:0 0 32px;font-weight:400}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:36px}
.trust-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px}
.trust-points div{display:flex;align-items:center;gap:8px}
.trust-points .icon{width:17px;height:17px;color:var(--blue)}
.trust-points span{color:var(--text-onDark-muted);font-size:14px}
.hero-visual{display:flex;flex-direction:column;gap:20px;align-items:center}
.hero-visual img{width:100%;max-width:340px;border-radius:50%;box-shadow:0 20px 60px rgba(0,0,0,.45)}

/* =========== Section headers =========== */
.eyebrow{font-weight:700;font-size:14px;letter-spacing:1px;margin-bottom:10px}
.eyebrow-blue{color:var(--blue-deep)}
.eyebrow-lightblue{color:var(--blue)}
.section-head{text-align:center;max-width:640px;margin:0 auto 48px}
.section-head.wide{max-width:680px}
.section-head h2{color:var(--text-dark);font-size:32px;font-weight:800;margin:0 0 14px}
.section-head p{color:var(--text-muted);font-size:16px;line-height:1.7;margin:0}
.section-head.on-dark h2{color:var(--text-onDark)}

/* =========== Services =========== */
.grid-services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{border-radius:16px;padding:30px 26px;display:flex;flex-direction:column;box-shadow:0 2px 14px rgba(17,19,21,.05)}
.service-card.is-plain{background:var(--white);border:1px solid var(--border)}
.service-card.is-featured{background:var(--blue-deep);border:1px solid var(--blue-deep)}
.service-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.service-card.is-plain .service-icon{background:#EEF2F7;color:var(--blue-deep)}
.service-card.is-featured .service-icon{background:rgba(255,255,255,.15);color:var(--text-onDark)}
.service-card h3{font-size:19px;font-weight:700;margin:0 0 10px}
.service-card.is-plain h3{color:var(--text-dark)}
.service-card.is-featured h3{color:var(--text-onDark)}
.service-card p{font-size:14.5px;line-height:1.65;margin:0 0 20px;flex-grow:1}
.service-card.is-plain p{color:var(--text-muted)}
.service-card.is-featured p{color:var(--blue-pale)}
.service-card .card-link{font-weight:700;font-size:14.5px;display:flex;align-items:center;gap:6px}
.service-card.is-plain .card-link{color:var(--blue-deep)}
.service-card.is-featured .card-link{color:var(--text-onDark)}
.service-card .card-link .icon{width:15px;height:15px}

/* =========== Why us =========== */
.why-section{background:var(--bg-dark)}
.grid-why{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.why-card{background:var(--bg-dark-card);border-radius:14px;padding:26px;display:flex;gap:16px;align-items:flex-start}
.why-card .why-icon{width:38px;height:38px;border-radius:10px;background:var(--blue-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-onDark)}
.why-card .why-icon .icon{width:19px;height:19px}
.why-card p{color:var(--text-onDark-muted);font-size:15px;line-height:1.6;margin:0}

/* =========== How it works =========== */
.grid-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.step-card{background:var(--bg);border:1px solid var(--border);border-radius:16px;padding:28px 22px;text-align:center}
.step-num{width:50px;height:50px;border-radius:50%;background:var(--blue-deep);color:var(--text-onDark);font-weight:800;font-size:19px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.step-card h3{font-size:17px;font-weight:700;color:var(--text-dark);margin:0 0 8px}
.step-card p{font-size:14px;color:var(--text-muted);line-height:1.6;margin:0}

/* =========== Worlds (3 activity areas) =========== */
.grid-worlds{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.world-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:28px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 14px rgba(17,19,21,.05)}
.world-card:hover{color:inherit}
.world-icon{width:48px;height:48px;border-radius:12px;background:#EEF2F7;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--blue-deep)}
.world-card h3{font-size:17px;font-weight:800;color:var(--text-dark);margin:0 0 8px}
.world-card p{font-size:14px;line-height:1.6;color:var(--text-muted);margin:0 0 14px}
.world-card .world-link{color:var(--blue-deep);font-weight:700;font-size:13.5px;display:flex;align-items:center;gap:6px}
.world-card .world-link .icon{width:14px;height:14px}

/* =========== Airbnb section =========== */
.airbnb-section{background:var(--bg-dark)}
.grid-airbnb{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto 32px}
.airbnb-point{background:var(--bg-dark-card);border-radius:14px;padding:24px 20px;display:flex;gap:14px;align-items:flex-start}
.airbnb-point .point-icon{width:36px;height:36px;border-radius:10px;background:var(--blue-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-onDark)}
.airbnb-point .point-icon .icon{width:18px;height:18px}
.airbnb-point p{color:var(--text-onDark-muted);font-size:14.5px;line-height:1.6;margin:0}

/* =========== Property Care section =========== */
.grid-property{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:1000px;margin:0 auto 28px}
.property-point{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:20px 18px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 2px 14px rgba(17,19,21,.05)}
.property-point .point-icon-sm{width:34px;height:34px;border-radius:9px;background:#EEF2F7;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--blue-deep)}
.property-point .point-icon-sm .icon{width:17px;height:17px}
.property-point p{color:var(--text-body);font-size:14px;line-height:1.6;margin:0}
.property-note{max-width:760px;margin:0 auto 32px;background:#EEF2F7;border-inline-start:4px solid var(--blue-deep);border-radius:10px;padding:18px 22px}
.property-note p{color:var(--text-dark);font-size:14.5px;line-height:1.7;margin:0}

/* =========== Plans =========== */
.grid-plans{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:900px;margin:0 auto}
.plan-card{background:var(--bg-dark);border-radius:16px;padding:32px 26px;display:flex;flex-direction:column}
.plan-card .icon{width:26px;height:26px;color:var(--blue);margin-bottom:16px}
.plan-card h3{color:var(--text-onDark);font-size:20px;font-weight:800;margin:0 0 10px}
.plan-card p{color:var(--text-onDark-muted);font-size:14.5px;line-height:1.65;margin:0 0 24px;flex-grow:1}
.plan-card .btn{padding:12px;font-size:14.5px;text-align:center;justify-content:center;width:100%}
.plans-note{text-align:center;color:var(--text-muted);font-size:13.5px;margin:28px 0 0}

/* =========== About =========== */
.about-section{background:var(--bg-dark)}
.about-grid{max-width:var(--container);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center}
.about-photo-placeholder{
  width:100%;aspect-ratio:1/1;border-radius:18px;overflow:hidden;
  background:linear-gradient(160deg,#1A1D20,#0F1113);
  border:1px dashed var(--border-dark);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;
  color:var(--text-onDark-muted);text-align:center;padding:24px;
}
.about-photo-placeholder .icon{width:44px;height:44px;color:var(--blue)}
.about-photo-placeholder span{font-size:13.5px;line-height:1.6;max-width:220px}
.about-text .eyebrow{color:var(--blue)}
.about-text h2{color:var(--text-onDark);font-size:30px;font-weight:800;margin:0 0 18px}
.about-text p{color:var(--text-onDark-muted);font-size:16px;line-height:1.8;margin:0}

/* =========== Testimonials (kept for future use, hidden by default) =========== */
.grid-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:26px}
.testimonial-stars{display:flex;gap:4px;margin-bottom:14px}
.testimonial-stars .icon-fill{width:16px;height:16px;color:var(--blue)}
.testimonial-card p{color:var(--text-dark);font-size:14.5px;line-height:1.65;margin:0 0 16px}
.testimonial-name{color:var(--text-muted);font-size:13px;font-weight:600}

/* =========== FAQ =========== */
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--white);border:1px solid var(--border);border-radius:12px;overflow:hidden}
.faq-item summary{
  list-style:none;cursor:pointer;width:100%;padding:18px 20px;display:flex;align-items:center;
  justify-content:space-between;gap:12px;font-weight:700;font-size:15.5px;color:var(--text-dark);
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary .icon{width:19px;height:19px;color:var(--text-muted);transition:transform .2s}
.faq-item[open] summary .icon{transform:rotate(180deg)}
.faq-answer{padding:0 20px 20px;color:var(--text-muted);font-size:14.5px;line-height:1.7;margin:0}

/* =========== CTA band =========== */
.cta-band{background:var(--blue-deep);padding:70px 0}
.cta-band .container-narrow{text-align:center}
.cta-band h2{color:var(--text-onDark);font-size:28px;font-weight:800;margin:0 0 14px}
.cta-band p{color:var(--blue-pale);font-size:16px;line-height:1.7;margin:0 0 30px}
.cta-band .ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
.btn-on-blue{background:var(--bg-dark);color:var(--text-onDark)}
.btn-on-blue:hover{color:var(--text-onDark);background:#000}
.btn-outline-onblue{background:transparent;border:1.5px solid var(--text-onDark);color:var(--text-onDark)}
.btn-outline-onblue:hover{color:var(--text-onDark);background:rgba(255,255,255,.08)}

/* =========== Contact form =========== */
.form-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:32px;text-align:center}
.form-card .icon{width:36px;height:36px;color:var(--blue-deep);margin-bottom:14px}
.form-card h3{font-size:19px;font-weight:700;color:var(--text-dark);margin:0 0 8px}
.form-card p{color:var(--text-muted);font-size:14.5px;margin:0 0 20px}

.contact-form{display:flex;flex-direction:column;gap:16px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field label{display:block;font-size:13.5px;font-weight:600;color:var(--text-dark);margin-bottom:6px}
.field input,.field select,.field textarea{
  width:100%;padding:12px 14px;border:1px solid #C7CDD4;border-radius:10px;font-size:15px;font-family:inherit;background:var(--white);
}
.field textarea{resize:vertical}
.consent{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:var(--text-muted);line-height:1.5}
.consent input{margin-top:3px}
.form-error{color:var(--error);font-size:13.5px}
.form-error[hidden]{display:none}
.btn-submit{background:var(--blue-deep);color:var(--text-onDark);font-weight:700;font-size:16px;padding:15px;border:none;border-radius:10px}
.btn-submit:hover{background:#083b78;color:var(--text-onDark)}

/* =========== Footer =========== */
.site-footer{background:var(--bg-dark);padding:56px 0 30px}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:36px}
.footer-brand img{height:64px;width:auto;display:block;margin-bottom:10px}
.footer-brand p{color:var(--text-muted);font-size:13.5px;line-height:1.6;margin:0}
.footer-col-title{font-weight:700;font-size:14px;color:var(--text-onDark-muted);margin-bottom:12px}
.footer-links{display:flex;flex-direction:column;gap:8px}
.footer-links a,.footer-links span{color:var(--text-muted);font-size:13.5px}
.footer-bottom{border-top:1px solid var(--border-dark);padding-top:22px;display:flex;flex-direction:column;gap:8px}
.footer-bottom p{color:var(--text-muted);font-size:12.5px;margin:0}

/* =========== Floating WhatsApp + sticky mobile CTA =========== */
.floating-whatsapp{
  position:fixed;bottom:26px;inset-inline-start:26px;width:58px;height:58px;border-radius:50%;background:var(--whatsapp);
  display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.3);z-index:40;
}
.floating-whatsapp .icon{width:28px;height:28px;color:#fff}
.sticky-bottom-cta{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:40;background:var(--bg-dark);
  padding:10px 14px;gap:10px;box-shadow:0 -4px 16px rgba(0,0,0,.3);
}
.sticky-bottom-cta .btn{flex:1;min-width:0;padding:13px;font-size:14.5px;justify-content:center}

/* =========== Articles hub =========== */
.grid-clusters{display:grid;grid-template-columns:1fr;gap:22px}
.cluster-card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:26px}
.cluster-card .cluster-title-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.cluster-card .cluster-title-row .icon{width:19px;height:19px;color:var(--blue-deep)}
.cluster-card .cluster-title-row a{font-size:19px;font-weight:800;color:var(--text-dark)}
.cluster-card p{color:var(--text-muted);font-size:14px;line-height:1.65;margin:0 0 16px}
.cluster-articles{display:flex;flex-direction:column;gap:8px}
.cluster-articles a{display:flex;align-items:center;gap:8px;color:#374151;font-size:14.5px;font-weight:500}
.cluster-articles a .icon{width:14px;height:14px;color:var(--blue-deep)}

.article-breadcrumb{font-size:13px;color:var(--text-muted);margin-bottom:18px;display:flex;gap:6px;flex-wrap:wrap}
.article-header h1{color:var(--text-dark);font-size:28px;font-weight:800;line-height:1.35;margin:0 0 14px}
.article-header p.excerpt{color:var(--text-muted);font-size:15.5px;line-height:1.7;margin:0 0 26px}
.article-body p{color:var(--text-body);font-size:16px;line-height:1.85;margin:0 0 16px}
.article-body h2{color:var(--text-dark);font-size:20px;font-weight:800;margin:28px 0 12px}
.article-body ul{margin:0 0 16px;padding-inline-start:22px;display:flex;flex-direction:column;gap:8px}
.article-body li{color:var(--text-body);font-size:16px;line-height:1.75}
.article-cta{background:var(--blue-deep);border-radius:14px;padding:22px 24px;margin:36px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.article-cta p{color:var(--text-onDark);font-size:15px;font-weight:600;margin:0}
.article-cta a{background:var(--bg-dark);color:var(--text-onDark);font-weight:700;font-size:14.5px;padding:11px 20px;border-radius:10px;flex-shrink:0}
.article-related{border-top:1px solid var(--border);padding-top:24px;margin-top:8px}
.article-related h2{font-size:16px;font-weight:700;color:var(--text-dark);margin:0 0 14px}
.article-related-list{display:flex;flex-direction:column;gap:10px}
.article-related-list a{display:flex;align-items:center;gap:8px;color:var(--blue-deep);font-weight:600;font-size:14.5px}
.article-related-list a .icon{width:14px;height:14px}

/* Mini header used on articles pages */
.mini-header{background:var(--bg-dark);padding:16px 24px}
.mini-header .bar{max-width:1000px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.mini-brand{display:flex;align-items:center;gap:10px}
.mini-brand-badge{width:36px;height:36px;border-radius:9px;background:var(--blue-deep);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--text-onDark)}
.mini-brand-badge .icon{width:19px;height:19px}
.mini-brand-name{font-weight:800;font-size:18px;color:var(--text-onDark)}
.mini-nav{display:flex;align-items:center;gap:12px 18px;flex-wrap:wrap}
.mini-nav a{color:var(--text-onDark-muted);font-weight:600;font-size:14.5px}
.mini-nav .btn-cta-nav{background:var(--blue);color:var(--bg-dark);font-weight:700;font-size:14px;padding:9px 16px;border-radius:9px}

/* =========== Responsive (matches approved breakpoints) =========== */
@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr}
  .grid-services{grid-template-columns:1fr}
  .grid-why{grid-template-columns:1fr}
  .grid-worlds{grid-template-columns:1fr}
  .grid-airbnb{grid-template-columns:1fr}
  .grid-property{grid-template-columns:1fr}
  .grid-plans{grid-template-columns:1fr}
  .grid-testimonials{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr}
  .sticky-bottom-cta{display:flex}
  .floating-whatsapp{display:none}
  .form-grid{grid-template-columns:1fr}
  .section-pad{padding:56px 20px}
  .hero h1{font-size:34px}
  body{padding-bottom:74px}
}
@media (max-width:760px){
  .grid-clusters{grid-template-columns:1fr}
}
