/*
 * VivaHost Child Theme — Design System v3
 * Colors injected as CSS custom properties via functions.php (Customizer).
 */

/* ── 1. TOKENS ─────────────────────────────────────────────────────────────── */
:root {
  --vh-primary:    #ff385c;
  --vh-footer-bg:  #222222;
  --white:   #FFFFFF;
  --off:     #F9F6F2;
  --cta-bg:  #F0EBE3;
  --dark:    #111111;
  --body:    #3D3935;
  --muted:   #6B6760;
  --border:  #E6E1DB;
  --wa:      #25D366;
  --f:       'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* ── 2. RESET / BASE ───────────────────────────────────────────────────────── */
html { scroll-behavior: smooth; font-size: 16px; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: var(--f) !important;
  background: var(--white);
  color: var(--dark);
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
  font-size: 15px;
}
img { max-width: 100%; display: block; }
a   { color: inherit; text-decoration: none; }
ul  { list-style: none; }
button { cursor: pointer; font-family: var(--f); }

/* Hello Elementor — hide its default header/footer on canvas pages */
body.vivahost-landing #site-header,
body.vivahost-landing #site-footer,
body.vivahost-landing .site-header,
body.vivahost-landing .site-footer { display: none !important; }
body.vivahost-landing .elementor-section-wrap { margin-top: 0 !important; }

/* Antidoto contro link blu di Hello Elementor / WordPress */
body.vivahost-landing .vivahost-header a,
body.vivahost-landing .vivahost-mobile-nav a { color: inherit; }

/* ── 3. HEADER ─────────────────────────────────────────────────────────────── */
.vivahost-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  transition: background .3s, box-shadow .3s;
}
.vivahost-header.scrolled {
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0,0,0,.07);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 40px;
  height: 80px;
}
.brand-logo {
  height: 50px; width: auto;
  border-radius: 6px;
  transition: opacity .2s;
  display: block;
}
.brand-logo:hover { opacity: .85; }
.vivahost-header:not(.scrolled) .brand-logo { filter: none; }
.vivahost-header.scrolled .brand-logo { filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(3420%) hue-rotate(341deg) brightness(96%) contrast(101%); }
.vivahost-header:not(.scrolled) .header-cta { color: #fff !important; }

.vivahost-nav { display: flex; align-items: center; gap: 2px; }
.vivahost-nav a {
  font-size: 15px; font-weight: 500;
  padding: 8px 16px; border-radius: 6px;
  color: rgba(255,255,255,.85) !important;
  transition: color .15s, background .15s;
}
.vivahost-nav a:hover { color: #fff !important; background: rgba(255,255,255,.12); }
.vivahost-header.scrolled .vivahost-nav a { color: var(--muted) !important; }
.vivahost-header.scrolled .vivahost-nav a:hover { color: var(--dark) !important; background: var(--off); }

.vivahost-nav-toggle {
  display: none;
  align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border: none; background: transparent;
  border-radius: 8px;
  color: rgba(255,255,255,.9);
  transition: background .15s, color .15s;
  flex-shrink: 0;
}
.vivahost-nav-toggle svg { width: 22px; height: 22px; }
.vivahost-nav-toggle:hover { background: rgba(255,255,255,.1); }
.vivahost-header.scrolled .vivahost-nav-toggle { color: var(--dark); }
.vivahost-header.scrolled .vivahost-nav-toggle:hover { background: var(--off); }

.vivahost-mobile-nav {
  position: fixed; inset: 0;
  z-index: 9998;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  gap: 4px;
  opacity: 0; pointer-events: none;
  transition: opacity .25s;
}
.vivahost-mobile-nav.open { opacity: 1; pointer-events: auto; }
.vivahost-mobile-nav a {
  font-size: 26px; font-weight: 700;
  letter-spacing: -.03em; color: var(--dark) !important;
  padding: 10px 20px; border-radius: 10px;
  transition: color .15s, background .15s;
}
.vivahost-mobile-nav a:hover { color: var(--vh-primary) !important; background: var(--off); }
.mobile-nav-cta {
  margin-top: 24px !important;
  font-size: 16px !important;
  background: var(--vh-primary) !important;
  color: #fff !important;
  padding: 14px 32px !important;
  border-radius: 999px !important;
}
.mobile-nav-cta:hover { filter: brightness(.92); color: #fff !important; }

/* ── 4. WA FLOAT ───────────────────────────────────────────────────────────── */
.vivahost-wa-float {
  position: fixed; bottom: 28px; right: 28px;
  z-index: 9997;
  display: flex; align-items: center; gap: 8px;
  background: var(--wa);
  color: #fff !important;
  font-size: 13.5px; font-weight: 600; font-family: var(--f);
  padding: 12px 20px 12px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(37,211,102,.35), 0 2px 8px rgba(0,0,0,.15);
  transition: transform .2s, box-shadow .2s;
}
.vivahost-wa-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(37,211,102,.4), 0 2px 8px rgba(0,0,0,.15);
}
.vivahost-wa-float svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ── 5. BUTTONS ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f); font-size: 13.5px; font-weight: 600;
  padding: 12px 24px; border-radius: 8px;
  border: 1.5px solid transparent;
  transition: all .25s cubic-bezier(.16,1,.3,1);
  cursor: pointer; white-space: nowrap; line-height: 1;
  text-decoration: none !important;
  letter-spacing: .01em;
}
.btn-primary {
  background: var(--vh-primary); color: #fff !important;
  border-color: var(--vh-primary);
  box-shadow: 0 2px 8px rgba(255,90,95,.2);
}
.btn-primary:hover {
  filter: none;
  background: linear-gradient(135deg, var(--vh-primary) 0%, #e04a4f 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,90,95,.35);
  color: #fff !important;
}
.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255,90,95,.2);
}
.btn-outline {
  background: transparent; color: var(--dark) !important;
  border-color: var(--border);
  box-shadow: none;
}
.btn-outline:hover {
  border-color: var(--vh-primary);
  background: rgba(255,90,95,.06);
  color: var(--vh-primary) !important;
  transform: translateY(-1px);
}
.btn-ghost-white {
  background: rgba(255,255,255,.12); color: #fff !important;
  border-color: rgba(255,255,255,.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.btn-ghost-white:hover {
  background: rgba(255,255,255,.22);
  border-color: rgba(255,255,255,.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,0,0,.12);
}
.btn-wa { background: var(--wa); color: #fff !important; border-color: var(--wa); }
.btn-wa:hover { filter: brightness(.9); transform: translateY(-1px); }
.btn-lg { font-size: 15px; padding: 16px 34px; letter-spacing: .015em; }
.btn-block { display: flex; width: 100%; justify-content: center; }
.header-cta { font-size: 13px !important; padding: 10px 20px !important; }
@media (max-width: 768px) {
  .btn-lg { font-size: 15px; padding: 14px 28px; width: 100%; justify-content: center; }
  .header-cta { display: none !important; }
}

/* ── 6. LAYOUT HELPERS ─────────────────────────────────────────────────────── */
.inner { max-width: 1160px; margin: 0 auto; }
.eyebrow {
  display: block; font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px;
}
.section-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 700; line-height: 1.08;
  letter-spacing: -.035em; color: var(--dark);
}

/* ── 7. HERO ───────────────────────────────────────────────────────────────── */
.vh-hero {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  display: flex; align-items: flex-end;
  will-change: transform;
}
.vh-hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(0,0,0,.6) 0%, rgba(0,0,0,.15) 35%, rgba(0,0,0,.05) 60%),
    linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,.4) 35%, rgba(0,0,0,.05) 70%);
}
.vh-hero__content {
  position: relative; z-index: 1;
  padding: 0 40px 72px;
  width: 100%; max-width: 1240px; margin: 0 auto;
}
.hero-eyebrow {
  display: block; font-size: 11px; font-weight: 600;
  letter-spacing: .13em; text-transform: uppercase;
  color: rgba(255,255,255,.55); margin-bottom: 18px;
}
.hero-title {
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700; line-height: 1.06;
  letter-spacing: -.035em; color: #fff;
  margin-bottom: 20px; max-width: 700px;
}
.hero-sub {
  font-size: 17px; color: rgba(255,255,255,.78);
  line-height: 1.65; margin-bottom: 36px; max-width: 460px;
}
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }

/* ── 8. STATS ──────────────────────────────────────────────────────────────── */
.vh-stats { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-inner {
  display: flex; max-width: 1160px; margin: 0 auto; padding: 0 40px;
}
.stat {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  padding: 28px 24px; border-right: 1px solid var(--border); min-width: 0;
}
.stat:last-child { border-right: none; }
.stat-num { font-size: 26px; font-weight: 700; letter-spacing: -.03em; color: var(--dark); line-height: 1; margin-bottom: 5px; }
.stat-num .star-yellow { color: #E8A838; }
.stat-label { font-size: 12px; color: var(--muted); font-weight: 500; text-align: center; line-height: 1.4; }


/* ── 10. SECTIONS ───────────────────────────────────────────────────────────── */
.vh-section { padding: 112px 40px; position: relative; }
.vh-section--off { background: var(--off); }
.vh-section--cta { background: var(--cta-bg); padding: 112px 0; }

/* Section divider wave */
.vh-section-divider {
  position: relative;
}
.vh-section-divider::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 60px;
  background: inherit;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
  z-index: 1;
  pointer-events: none;
}
.vh-has-divider {
  position: relative;
}
.vh-has-divider::after {
  content: '';
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  height: 48px;
  background: var(--off);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  z-index: 1;
  pointer-events: none;
}
.vh-has-divider--white::after {
  background: var(--white);
}
.vh-has-divider--rev::after {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

/* ── 10. COME FUNCIONA ─────────────────────────────────────────────────────── */
.process-wrap { display: grid; grid-template-columns: 340px 1fr; gap: 96px; align-items: start; }
.process-intro { position: sticky; top: 96px; }
.process-intro .section-title { margin: 16px 0 20px; }
.process-intro p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.process-steps { display: flex; flex-direction: column; }
.process-step {
  display: grid; grid-template-columns: 100px 1fr; gap: 20px;
  padding: 48px 0; border-bottom: 1px solid var(--border); align-items: start;
  position: relative;
}
.process-step:first-child { padding-top: 0; }
.process-step:last-child  { border-bottom: none; padding-bottom: 0; }
.step-num {
  font-size: 72px; font-weight: 700; letter-spacing: -.05em;
  color: var(--border);
  line-height: .9; user-select: none;
}
.step-body { padding-top: 8px; }
.step-body h3 { font-size: 18px; font-weight: 700; color: var(--dark); letter-spacing: -.02em; margin-bottom: 8px; }
.step-body p  { font-size: 15px; color: var(--muted); line-height: 1.75; }

/* ── 11. SERVIÇOS ──────────────────────────────────────────────────────────── */
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 64px; }
.services-intro .section-title { margin-top: 14px; }
.services-intro-right p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: var(--border); border-radius: 16px; overflow: hidden;
}
.service-card {
  background: var(--white); padding: 36px 32px;
  display: flex; flex-direction: column; gap: 14px;
  transition: background .3s, transform .3s, box-shadow .3s;
}
.service-card:hover { background: var(--off); transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.07); }
.service-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--off); display: flex; align-items: center; justify-content: center;
  color: var(--vh-primary); flex-shrink: 0;
}
.service-icon svg { width: 20px; height: 20px; }
.service-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); letter-spacing: -.02em; }
.service-card p  { font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ── 12. IMÓVEIS ───────────────────────────────────────────────────────────── */
.imoveis-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.imoveis-header .section-title { margin-top: 12px; }
.imoveis-header p { font-size: 15px; color: var(--muted); line-height: 1.75; max-width: 340px; }
.imoveis-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.imovel-card { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: box-shadow .2s, transform .2s; }
.imovel-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.09); transform: translateY(-3px); }
.imovel-photo { aspect-ratio: 4/3; overflow: hidden; position: relative; }
.imovel-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.imovel-card:hover .imovel-photo img { transform: scale(1.06); }
.imovel-badge {
  position: absolute; top: 12px; left: 12px;
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(255,255,255,.93); backdrop-filter: blur(8px);
  font-size: 11.5px; font-weight: 700; color: var(--dark);
  padding: 4px 10px; border-radius: 999px;
}
.imovel-badge svg { width: 10px; height: 10px; fill: #E8A838; color: #E8A838; }
.imovel-body { padding: 20px 20px 22px; }
.imovel-location { font-size: 11.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.imovel-name { font-size: 16px; font-weight: 700; color: var(--dark); letter-spacing: -.02em; margin-bottom: 14px; line-height: 1.25; }
.imovel-stats { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--border); }
.imovel-rating { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 700; color: var(--dark); }
.imovel-rating svg, .imovel-badge svg { fill: #E8A838; }
.imovel-reviews { font-size: 12px; color: var(--muted); font-weight: 500; }
.imovel-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border); flex-shrink: 0; }
.imovel-airbnb { margin-left: auto; font-size: 11.5px; font-weight: 600; color: var(--vh-primary) !important; border-bottom: 1px solid rgba(255,90,95,.3); transition: opacity .15s; }
.imovel-airbnb:hover { opacity: .7; }

/* ── 13. TESTIMONIAL ───────────────────────────────────────────────────────── */
.testimonial-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.quote-mark { display: block; font-size: 80px; line-height: .55; color: var(--border); font-weight: 700; margin-bottom: 28px; user-select: none; }
.quote-text { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-style: italic; font-weight: 400; color: var(--dark); line-height: 1.5; letter-spacing: -.01em; margin-bottom: 40px; }
.quote-author { display: flex; align-items: center; justify-content: center; gap: 14px; }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg,#C4C8D8,#8898B8); flex-shrink: 0; }
.author-avatar--photo { object-fit: cover; background: none; }
.author-info { text-align: left; }
.author-name { font-size: 14px; font-weight: 700; color: var(--dark); letter-spacing: -.01em; }
.author-city { font-size: 12px; color: var(--muted); margin-top: 2px; }
.author-stars { display: flex; gap: 2px; margin-top: 4px; }
.author-stars svg { fill: #E8A838; color: #E8A838; width: 11px; height: 11px; }

/* ── 14. HOST ──────────────────────────────────────────────────────────────── */
.host-wrap { display: grid; grid-template-columns: 1fr 380px; gap: 96px; align-items: center; }
.host-eyebrow-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.superhost-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--vh-primary); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; }
.host-name { font-size: clamp(2rem,3vw,2.8rem); font-weight: 700; letter-spacing: -.03em; color: var(--dark); margin-bottom: 20px; line-height: 1.1; }
.host-bio { font-size: 16px; color: var(--body); line-height: 1.8; margin-bottom: 32px; max-width: 480px; }
.host-stats { display: flex; gap: 0; margin-bottom: 36px; }
.host-stat { display: flex; flex-direction: column; padding-right: 32px; margin-right: 32px; border-right: 1px solid var(--border); }
.host-stat:last-child { border-right: none; padding-right: 0; margin-right: 0; }
.host-stat-num   { font-size: 24px; font-weight: 700; letter-spacing: -.03em; color: var(--dark); line-height: 1; margin-bottom: 4px; }
.host-stat-num .star-yellow { color: #E8A838; }
.host-stat-label { font-size: 11px; color: var(--muted); font-weight: 500; }
.host-link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--vh-primary) !important; border-bottom: 1.5px solid var(--vh-primary); transition: opacity .15s; }
.host-link:hover { opacity: .75; }
.host-visual { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.host-avatar-wrap { position: relative; display: inline-block; }
.host-avatar { width: 180px; height: 180px; border-radius: 50%; background: linear-gradient(135deg,#E8C8A0,#A07858); display: block; }
.host-avatar--photo { object-fit: cover; }
.host-avatar-badge { position: absolute; bottom: 4px; right: 4px; line-height: 0; }
.host-avatar-badge img { display: block; height: 48px; width: auto; }
/* ── 15. REVIEWS ───────────────────────────────────────────────────────────── */
.reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; gap: 40px; }
.reviews-header .section-title { margin-top: 12px; }
.reviews-score { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.reviews-score-num { font-size: 48px; font-weight: 700; letter-spacing: -.04em; color: var(--dark); line-height: 1; }
.reviews-score-detail { display: flex; flex-direction: column; gap: 2px; }
.score-stars { display: flex; gap: 2px; }
.score-stars svg, .review-stars svg, .author-stars svg { fill: #E8A838; color: #E8A838; }
.score-stars svg { width: 14px; height: 14px; }
.score-count { font-size: 12px; color: var(--muted); font-weight: 500; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { background: var(--off); border-radius: 16px; padding: 28px; display: flex; flex-direction: column; }
.review-stars { display: flex; gap: 2px; margin-bottom: 16px; }
.review-stars svg { width: 12px; height: 12px; }
.review-text { font-size: 15px; color: var(--body); line-height: 1.75; font-style: italic; flex: 1; margin-bottom: 24px; }
.review-author { display: flex; align-items: center; gap: 10px; }
.review-avatar { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; }
.review-avatar--photo { object-fit: cover; }
.av-1 { background: linear-gradient(135deg,#C4D4C0,#8AAE88); }
.av-2 { background: linear-gradient(135deg,#D4C4B4,#A89878); }
.av-3 { background: linear-gradient(135deg,#C4C8D8,#8898B8); }
.review-name { font-size: 13px; font-weight: 700; color: var(--dark); }
.review-city { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* ── 16. CTA / FORM ────────────────────────────────────────────────────────── */
.cta-wrap { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 480px; gap: 96px; align-items: start; padding: 0 40px; }
.cta-left .section-title { margin: 14px 0 18px; max-width: 440px; }
.cta-lead { font-size: 16px; color: var(--body); line-height: 1.8; margin-bottom: 36px; max-width: 400px; }
.cta-trust-list { display: flex; flex-direction: column; gap: 14px; margin-bottom: 44px; }
.cta-trust-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--body); font-weight: 500; }
.trust-icon { width: 28px; height: 28px; border-radius: 8px; background: rgba(255,90,95,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--vh-primary); }
.trust-icon svg { width: 14px; height: 14px; }
.cta-wa-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--wa) !important; border-bottom: 1.5px solid var(--wa); transition: opacity .15s; }
.cta-wa-link:hover { opacity: .75; }
.cta-wa-link svg { width: 16px; height: 16px; }

.form-card { background: rgba(255,255,255,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: 20px; padding: 40px; box-shadow: 0 8px 32px rgba(0,0,0,.08), 0 1px 4px rgba(0,0,0,.04); border: 1px solid rgba(255,255,255,.5); }
.form-card h3 { font-size: 17px; font-weight: 700; color: var(--dark); letter-spacing: -.02em; margin-bottom: 6px; }
.form-sub { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-group label { font-size: 12px; font-weight: 600; color: var(--body); letter-spacing: .03em; text-transform: uppercase; }
.form-group input,
.form-group select {
  font-family: var(--f); font-size: 14.5px; color: var(--dark);
  background: var(--off); border: 1.5px solid var(--border);
  border-radius: 10px; padding: 12px 16px;
  outline: none; transition: border-color .18s, background .18s;
  -webkit-appearance: none; appearance: none; width: 100%;
}
.form-group input:focus, .form-group select:focus { border-color: var(--vh-primary); background: var(--white); }
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238A8580' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-submit { margin-top: 8px; }
.form-note { font-size: 11.5px; color: var(--muted); text-align: center; margin-top: 12px; line-height: 1.5; }
.form-error { background: #FFF0F0; color: #CC0000; border-radius: 10px; padding: 12px 16px; font-size: 14px; margin-top: 12px; }
.form-success { text-align: center; padding: 24px 0 8px; }
.success-icon { width: 56px; height: 56px; border-radius: 50%; background: rgba(37,211,102,.12); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; color: var(--wa); }
.success-icon svg { width: 24px; height: 24px; }
.form-success h4 { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: 8px; letter-spacing: -.02em; }
.form-success p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* ── 17. FOOTER ────────────────────────────────────────────────────────────── */
.vivahost-footer { background: var(--vh-footer-bg); color: rgba(255,255,255,.5); padding-top: 72px; }
.vivahost-footer-inner { max-width: 1160px; margin: 0 auto; padding: 0 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.08); }
.brand-logo-footer { height: 48px; width: auto; opacity: .9; margin-bottom: 16px; }
.footer-tagline { font-size: 13.5px; color: rgba(255,255,255,.45); line-height: 1.7; max-width: 220px; margin-bottom: 24px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5) !important; transition: background .15s, color .15s; }
.footer-social a:hover { background: rgba(255,255,255,.14); color: rgba(255,255,255,.9) !important; }
.footer-social svg { width: 16px; height: 16px; }
.footer-col-heading { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 20px; }
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,.5) !important; font-weight: 500; transition: color .15s; }
.footer-links a:hover { color: rgba(255,255,255,.9) !important; }
.footer-wa-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--wa); color: #fff !important; font-size: 13px; font-weight: 600; font-family: var(--f); padding: 10px 18px; border-radius: 999px; margin-bottom: 20px; transition: filter .15s, transform .15s; }
.footer-wa-btn:hover { filter: brightness(.9); transform: translateY(-1px); }
.footer-wa-btn svg { width: 16px; height: 16px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 12px; }
.footer-contact-item svg { width: 15px; height: 15px; color: rgba(255,255,255,.3); flex-shrink: 0; margin-top: 1px; }
.footer-contact-item span { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.5; }
.footer-contact-item a { font-size: 13px; color: rgba(255,255,255,.45) !important; line-height: 1.5; transition: color .15s; }
.footer-contact-item a:hover { color: rgba(255,255,255,.8) !important; }
.footer-bottom { padding: 24px 0; display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
.footer-company-info {
  display: flex; flex-wrap: nowrap; align-items: center; gap: 6px;
  padding-bottom: 16px; margin-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  white-space: nowrap;
}
.footer-company-info .footer-sep {
  font-size: 12px; color: rgba(255,255,255,.2);
  user-select: none;
}
.footer-razao { font-size: 13px; color: rgba(255,255,255,.5); font-weight: 600; white-space: nowrap; }
.footer-cnpj  { font-size: 12px; color: rgba(255,255,255,.3); white-space: nowrap; }
.footer-address { font-size: 12px; color: rgba(255,255,255,.3); line-height: 1.5; white-space: nowrap; }

/* Social icons nella colonna Contatti */
.footer-contact-social {
  display: flex; gap: 8px; margin-bottom: 16px; flex-wrap: wrap;
}
.footer-social-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(255,255,255,.07);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.5) !important;
  transition: background .15s, color .15s, transform .15s;
}
.footer-social-icon:hover {
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.9) !important;
  transform: translateY(-1px);
}
.footer-social-icon svg { width: 16px; height: 16px; }
.footer-bottom-row { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.2); }
.footer-bottom-links { display: flex; gap: 24px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,.2) !important; transition: color .15s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.5) !important; }

/* ── 18. ANIMATIONS ────────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: no-preference) {
  .anim-fade { opacity: 0; transform: translateY(28px); transition: opacity .6s cubic-bezier(.16,1,.3,1), transform .6s cubic-bezier(.16,1,.3,1); }
  .anim-fade.anim-visible { opacity: 1; transform: none; }
}

/* ── 19. RESPONSIVE ────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-col-brand { grid-column: 1 / -1; }
  .process-wrap { grid-template-columns: 280px 1fr; gap: 60px; }
}

@media (max-width: 768px) {
  /* Header */
  .header-inner { padding: 0 20px; height: 60px; }
  .vivahost-nav, .header-cta { display: none !important; }
  .vivahost-nav-toggle { display: flex; }
  .brand-logo { height: 36px; }

  /* Hero */
  .vh-hero__content { padding: 0 20px 60px; }
  .hero-title { font-size: 2.3rem; }
  .hero-sub { font-size: 15px; margin-bottom: 28px; max-width: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { justify-content: center; }

  /* Stats */
  .stats-inner { display: grid; grid-template-columns: 1fr 1fr; padding: 0; }
  .stat { border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 22px 16px; }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-child(3), .stat:nth-child(4) { border-bottom: none; }
  .stat-num { font-size: 22px; }
  .stat-label { font-size: 11px; }

  /* Sections */
  .vh-section { padding: 64px 20px; }
  .vh-section--cta { padding: 64px 0; }

  /* Process */
  .process-wrap { grid-template-columns: 1fr; gap: 32px; }
  .process-intro { position: static; }
  .process-step { grid-template-columns: 56px 1fr; gap: 12px; padding: 32px 0; }
  .step-num { font-size: 48px; }

  /* Services */
  .services-intro { grid-template-columns: 1fr; gap: 12px; margin-bottom: 36px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px 20px; }

  /* Properties */
  .imoveis-header { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 28px; }
  .imoveis-grid { grid-template-columns: 1fr; gap: 16px; }

  /* Testimonial */
  .quote-mark { font-size: 72px; margin-bottom: 20px; }
  .quote-text { font-size: 1.2rem; }

  /* Host */
  .host-wrap { grid-template-columns: 1fr; gap: 36px; }
  .host-visual { order: -1; }
  .host-bio { max-width: none; font-size: 15px; }
  .host-stats { flex-wrap: wrap; gap: 12px; }
  .host-stat { border-right: none; padding-right: 0; margin-right: 0; min-width: 80px; flex: 1; }

  /* Reviews */
  .reviews-header { flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 28px; }
  .reviews-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; gap: 16px; padding-bottom: 12px; scrollbar-width: none; }
  .reviews-grid::-webkit-scrollbar { display: none; }
  .review-card { flex: 0 0 82vw; max-width: 340px; scroll-snap-align: start; padding: 22px; }

  /* CTA */
  .cta-wrap { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; }
  .cta-left .section-title { max-width: none; }
  .cta-lead { max-width: none; font-size: 15px; }
  .form-card { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .form-group input, .form-group select { font-size: 16px !important; }

  /* Footer */
  .vivahost-footer-inner { padding: 0 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; padding-bottom: 48px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 12px; }
  .footer-bottom-row { flex-direction: column; text-align: center; gap: 8px; }
  .footer-company-info { text-align: center; justify-content: center; flex-wrap: wrap; white-space: normal; }
  .footer-contact-social { justify-content: center; }
  .footer-contact-item { word-break: break-word; }
  .footer-bottom-links { justify-content: center; }

  /* WA float */
  .vivahost-wa-float { padding: 14px; border-radius: 50%; bottom: 20px; right: 16px; }
  .vivahost-wa-float span { display: none; }
}

/* ── 20. BACK TO TOP ───────────────────────────────────────────────────────── */
.vh-back-to-top {
  position: fixed; bottom: 92px; right: 28px;
  z-index: 9996;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  opacity: 0; pointer-events: none;
  transform: translateY(12px);
  transition: opacity .25s, transform .25s, background .2s;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
}
.vh-back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.vh-back-to-top:hover { background: var(--vh-primary); }
.vh-back-to-top svg { width: 20px; height: 20px; }

@media (max-width: 768px) {
  .vh-back-to-top { bottom: 80px; right: 16px; width: 40px; height: 40px; }
  .vh-back-to-top svg { width: 18px; height: 18px; }
}

/* ── 21. COOKIE CONSENT ────────────────────────────────────────────────────── */
.vh-cookie-bar {
  position: fixed; bottom: 0; left: 0; right: 0;
  z-index: 9995;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--border);
  padding: 16px 24px;
  display: flex; align-items: center; justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  box-shadow: 0 -4px 24px rgba(0,0,0,.06);
}
.vh-cookie-bar p {
  font-size: 13px; color: var(--body);
  line-height: 1.5; max-width: 520px;
  margin: 0;
}
.vh-cookie-actions {
  display: flex; align-items: center; gap: 16px;
  flex-shrink: 0;
}
.vh-cookie-actions a {
  font-size: 12px; color: var(--muted) !important;
  text-decoration: underline !important;
  white-space: nowrap;
}
.vh-cookie-actions a:hover { color: var(--dark) !important; }

@media (max-width: 768px) {
  .vh-cookie-bar { flex-direction: column; text-align: center; gap: 12px; padding: 14px 16px; }
  .vh-cookie-bar p { max-width: none; font-size: 12px; }
}

/* ── 22. MINOR TOUCH IMPROVEMENTS ──────────────────────────────────────────── */
/* Maggiore area tattile per input su mobile */
@media (max-width: 768px) {
  .form-group input, .form-group select { min-height: 48px; }
  .vivahost-nav-toggle { min-width: 48px; min-height: 48px; }
  .btn { min-height: 44px; }
  .vh-mobile-nav a { padding: 14px 24px; font-size: 24px; }
}

/* Skip-to-content per accessibilità */
.vh-skip-link {
  position: absolute; top: -100px; left: 8px;
  z-index: 100000;
  background: var(--dark); color: #fff !important;
  padding: 8px 16px; border-radius: 0 0 8px 8px;
  font-size: 13px; font-weight: 600;
  transition: top .2s;
}
.vh-skip-link:focus { top: 0; }

/* ── 23. FAQ ───────────────────────────────────────────────────────────────── */
.vh-faq details { border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: var(--white); transition: box-shadow .2s; }
.vh-faq details[open] { box-shadow: 0 2px 8px rgba(0,0,0,.04); }
.vh-faq summary::-webkit-details-marker { display: none; }
.vh-faq details[open] .faq-toggle { transform: rotate(45deg); }
.vh-faq summary { list-style: none; padding: 18px 20px; font-size: 14.5px; font-weight: 600; color: var(--dark); cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; transition: background .15s; }
.vh-faq summary:hover { background: var(--off); }

/* ── 24. COMPARAÇÃO (Sozinho vs VivaHost) ───────────────────────────────── */
.vh-section--compare { background: var(--white); }
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  max-width: 960px;
  margin: 0 auto;
}
.compare-card {
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s;
}
.compare-card:hover { transform: translateY(-4px); }
.compare-card--bad {
  background: #FFF8F6;
  border: 1.5px solid #FFD6CC;
  box-shadow: 0 2px 12px rgba(255,90,95,.06);
}
.compare-card--bad:hover { box-shadow: 0 8px 24px rgba(255,90,95,.1); }
.compare-card--good {
  background: #F2FCF7;
  border: 1.5px solid #A8E6C1;
  box-shadow: 0 2px 12px rgba(37,211,102,.08);
}
.compare-card--good:hover { box-shadow: 0 8px 24px rgba(37,211,102,.14); }
.compare-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.compare-card__emoji { font-size: 28px; line-height: 1; }
.compare-card__header h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.02em;
  color: var(--dark);
  margin: 0;
}
.compare-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--vh-primary);
  color: #fff;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  margin-left: auto;
}
.compare-card__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.compare-card__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--body);
  line-height: 1.55;
}
.compare-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}
.compare-icon--bad {
  background: rgba(255,90,95,.12);
  color: #E04A4F;
}
.compare-icon--good {
  background: rgba(37,211,102,.15);
  color: #1A9E4F;
}
.compare-card__footer { margin-top: 12px; }
.compare-card__footer .btn { width: 100%; justify-content: center; }

@media (max-width: 768px) {
  .compare-grid { grid-template-columns: 1fr; gap: 20px; }
  .compare-card { padding: 24px 20px; }
  .compare-card__header h3 { font-size: 16px; }
  .compare-card__item { font-size: 13px; }
}
