/* Vale Visto — Design System */
:root {
  /* Brand */
  --navy-950: oklch(0.22 0.05 255);
  --navy-900: oklch(0.26 0.06 255);
  --navy-800: oklch(0.32 0.08 255);
  --navy-700: oklch(0.38 0.10 255);
  --navy-600: oklch(0.48 0.12 255);
  --navy-500: oklch(0.58 0.10 255);
  --navy-100: oklch(0.94 0.02 255);
  --navy-50:  oklch(0.97 0.01 255);

  --red-700: oklch(0.48 0.18 25);
  --red-600: oklch(0.55 0.19 25);
  --red-500: oklch(0.62 0.19 25);
  --red-100: oklch(0.95 0.04 25);

  --green-600: oklch(0.62 0.15 155);
  --green-500: oklch(0.70 0.15 155);

  --bg:      oklch(0.985 0.004 255);
  --bg-alt:  oklch(0.96 0.006 255);
  --ink:     oklch(0.18 0.02 255);
  --ink-2:   oklch(0.32 0.02 255);
  --muted:   oklch(0.52 0.01 255);
  --muted-2: oklch(0.70 0.01 255);
  --line:    oklch(0.90 0.01 255);
  --line-2:  oklch(0.84 0.01 255);

  --shadow-sm: 0 1px 2px oklch(0.22 0.05 255 / .06), 0 1px 1px oklch(0.22 0.05 255 / .04);
  --shadow-md: 0 8px 24px oklch(0.22 0.05 255 / .10), 0 2px 4px oklch(0.22 0.05 255 / .06);
  --shadow-lg: 0 24px 48px oklch(0.22 0.05 255 / .16), 0 4px 8px oklch(0.22 0.05 255 / .06);

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --container: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Manrope', system-ui, -apple-system, sans-serif;
  color: var(--ink);
  background: var(--bg) !important;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: var(--navy-800); text-decoration: none; }
a:hover { color: var(--red-600); }

h1, h2, h3, h4 {
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-weight: 700;
  margin: 0 0 .4em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.2rem, 4.2vw, 3.75rem); font-weight: 800; }
h2 { font-size: clamp(1.75rem, 3vw, 2.6rem); font-weight: 800; }
h3 { font-size: clamp(1.25rem, 1.6vw, 1.5rem); }
p  { color: var(--ink-2); text-wrap: pretty; margin: 0 0 1em; }

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

.eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red-700);
  font-weight: 700;
}

/* ---- Header ---- */
.vv-header {
  position: sticky; top: 0; z-index: 40;
  background: white;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 8px oklch(0 0 0 / .06);
}
.vv-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 76px; gap: 32px;
}
.vv-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.vv-logo img { height: 44px; width: auto; max-width: none; object-fit: contain; display: block; }
.vv-logo-mark {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: white; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
}

.vv-nav { display: flex; gap: 8px; align-items: center; }
.vv-nav a, .vv-nav button {
  font: inherit; color: inherit;
  background: transparent; border: 0;
  padding: 10px 14px; border-radius: 10px;
  cursor: pointer;
  font-size: 14.5px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
  position: relative;
}
.vv-nav a:hover, .vv-nav button:hover { background: oklch(0 0 0 / .04); color: var(--navy-800); }
.vv-nav .chev { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translate(-2px, -2px); opacity: .7; }

.vv-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy-800); color: white;
  padding: 11px 20px; border-radius: 999px;
  font-weight: 600; font-size: 14.5px;
  border: 0; cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}
.vv-cta:hover { background: var(--navy-900); color: white; transform: translateY(-1px); }
.vv-cta.red { background: var(--red-600); }
.vv-cta.red:hover { background: var(--red-700); }
.vv-cta.wa { background: oklch(0.46 0.15 155); }
.vv-cta.wa:hover { background: oklch(0.40 0.15 155); }
.vv-cta.ghost { background: transparent; color: var(--navy-800); border: 1px solid var(--line-2); }
.vv-cta.ghost:hover { background: var(--navy-50); }

/* Mega menu */
.mega-wrap { position: relative; }
.mega {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%);
  background: white; color: var(--ink);
  border-radius: 18px; box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  padding: 22px; min-width: 620px;
  display: none;
  z-index: 50;
}
.mega-wrap:hover .mega, .mega-wrap:focus-within .mega { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }
.mega::before {
  content: ''; position: absolute; top: -10px; left: 0; right: 0; height: 10px;
}
.mega a {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 12px; border-radius: 10px;
  color: var(--ink); font-weight: 600; font-size: 14.5px;
}
.mega a small { color: var(--muted); font-weight: 500; font-size: 12.5px; }
.mega a:hover { background: var(--navy-50); color: var(--red-600); }
.mega .mega-foot {
  grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 12px; margin-top: 6px;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.mega .mega-foot a { padding: 4px 0; color: var(--red-600); }

/* ---- Buttons ---- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 22px; border-radius: 999px;
  font-weight: 600; font-size: 15px;
  border: 0; cursor: pointer;
  transition: transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.btn-primary { background: var(--red-600); color: white; box-shadow: 0 6px 18px oklch(0.55 0.19 25 / .25); }
.btn-primary:hover { background: var(--red-700); color: white; transform: translateY(-1px); }
.btn-navy { background: var(--navy-800); color: white; }
.btn-navy:hover { background: var(--navy-900); color: white; }
.btn-ghost { background: white; color: var(--navy-800); border: 1px solid var(--line-2); }
.btn-ghost:hover { background: var(--navy-50); }
.btn-wa { background: #15803d; color: white; }
.btn-wa:hover { background: #166534; color: white; }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn-sm { padding: 8px 14px; font-size: 13px; }

/* ---- Hero ---- */
.hero {
  position: relative; min-height: 720px;
  color: white; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, oklch(0.22 0.05 255 / .55) 0%, oklch(0.22 0.05 255 / .35) 40%, oklch(0.22 0.05 255 / .75) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 140px 24px 140px;
  max-width: var(--container); margin: 0 auto;
  text-align: center;
}
.hero h1 { color: white; font-size: clamp(2.4rem, 5vw, 4.2rem); }
.hero p.lede { color: oklch(1 0 0 / .86); font-size: 18px; max-width: 640px; margin: 0 auto 28px; }
.hero .guarantee {
  display: inline-flex; gap: 8px; align-items: center;
  background: oklch(0 0 0 / .35); backdrop-filter: blur(8px);
  color: white; padding: 8px 14px; border-radius: 999px;
  margin-top: 22px; font-size: 13px; font-weight: 500;
  border: 1px solid oklch(1 0 0 / .14);
}
.hero .guarantee .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--green-500); display: grid; place-items: center; color: white; font-size: 9px; }

/* Hero — Globe version */
.hero-new {
  color: white; overflow: hidden; position: relative;
  padding: 0; max-height: 580px;
  background: url('/assets/img/photo-1436491865332-7a61a109cc05.webp') center / cover no-repeat;
}
.hero-new::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: linear-gradient(
    108deg,
    oklch(0.10 0.05 255 / .94) 0%,
    oklch(0.10 0.05 255 / .84) 42%,
    oklch(0.10 0.05 255 / .48) 68%,
    oklch(0.10 0.05 255 / .28) 100%
  );
}
.hero-new-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px;
  align-items: start; padding: 28px 24px 40px; min-height: 0;
}
.hero-new-content { display: flex; flex-direction: column; gap: 12px; }
.hero-new-content h1 {
  color: white; font-size: clamp(2rem, 3.6vw, 3.5rem);
  line-height: 1.08; margin: 0; letter-spacing: -0.02em;
}
.hero-sub { color: oklch(1 0 0 / .72); font-size: 17px; line-height: 1.65; margin: 0; max-width: 460px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }
.hero-new .guarantee {
  display: inline-flex; gap: 8px; align-items: center;
  background: oklch(1 0 0 / .07); border: 1px solid oklch(1 0 0 / .12);
  color: oklch(1 0 0 / .68); padding: 8px 14px; border-radius: 999px;
  font-size: 13px; font-weight: 500;
}
.hero-new .guarantee .dot { width: 14px; height: 14px; border-radius: 50%; background: var(--green-500); display: grid; place-items: center; color: white; font-size: 9px; flex-shrink: 0; }
.hero-stats { display: flex; gap: 0; align-items: center; padding-top: 6px; border-top: 1px solid oklch(1 0 0 / .1); }
.hero-stat { padding: 14px 28px 0 0; }
.hero-stat strong { display: block; font-size: 28px; font-weight: 800; color: white; line-height: 1; letter-spacing: -0.02em; }
.hero-stat span { display: block; font-size: 11px; color: oklch(1 0 0 / .5); font-weight: 600; text-transform: uppercase; letter-spacing: .07em; margin-top: 5px; }
.hero-stat-div { width: 1px; height: 36px; background: oklch(1 0 0 / .12); margin: 14px 28px 0 0; flex-shrink: 0; }
.hero-new-globe { display: flex; align-items: center; justify-content: center; overflow: hidden; align-self: center; }
#globe-canvas { display: block; cursor: grab; width: 460px; height: 460px; max-width: 100%; }
#globe-canvas:active { cursor: grabbing; }

/* Search widget */
.search-widget {
  position: relative; z-index: 3;
  max-width: 1080px; margin: -20px auto 0;
  background: white; border-radius: 20px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  overflow: hidden;
}
.sw-tabs { display: flex; gap: 0; border-bottom: 1px solid var(--line); padding: 0 20px; }
.sw-tab {
  padding: 16px 18px; background: transparent; border: 0; cursor: pointer;
  font: inherit; font-weight: 600; font-size: 14px; color: var(--muted);
  display: inline-flex; gap: 8px; align-items: center;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.sw-tab.active { color: var(--red-600); border-bottom-color: var(--red-600); }
.sw-tab:hover { color: var(--navy-800); }
.sw-body {
  display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 0;
  padding: 16px 8px 16px 20px; align-items: center;
}
.sw-body.sw-has-origem { grid-template-columns: 1fr 1fr 1fr 1fr auto; }
.sw-field { padding: 6px 16px; border-right: 1px solid var(--line); }
.sw-field:last-of-type { border-right: 0; }
.sw-field label { display: block; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; margin-bottom: 4px;}
.sw-field .control { display: flex; align-items: center; gap: 8px; }
.sw-field select, .sw-field input {
  border: 0; background: transparent; font: inherit;
  font-size: 15px; font-weight: 600; color: var(--ink);
  width: 100%; padding: 4px 0; outline: none; cursor: pointer;
}
.sw-body .btn { margin-right: 8px; }

/* ---- Sections ---- */
section { padding: 96px 0; }
.section-title { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-title h2 { margin-bottom: 14px; }
.section-title p { color: var(--muted); font-size: 17px; }

/* Destinos cards */
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.dest-card {
  position: relative; aspect-ratio: 3/4; border-radius: var(--radius-lg);
  overflow: hidden; color: white; cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: transform .25s ease, box-shadow .25s ease;
}
.dest-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.dest-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.dest-card:hover img { transform: scale(1.06); }
.dest-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, oklch(0.15 0.04 255 / .85) 100%);
}
.dest-card .body {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 24px;
  z-index: 2;
}
.dest-card .body h3 { color: white; font-size: 24px; margin-bottom: 10px; }
.dest-card .pill {
  display: inline-block; background: var(--red-600); color: white;
  padding: 5px 10px; border-radius: 6px; font-size: 10px;
  font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.dest-card .body small { color: oklch(1 0 0 / .8); display: block; margin-top: 10px; font-size: 13px; line-height: 1.4; }

/* Expertise grid (bento) */
.expertise { background: var(--navy-950); color: white; }
.expertise .section-title h2 { color: white; }
.expertise .section-title p { color: oklch(1 0 0 / .7); }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 220px); grid-auto-rows: 220px; gap: 14px; }
.bento-card {
  position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  padding: 26px; display: flex; flex-direction: column; justify-content: space-between;
  background: oklch(0.30 0.04 255); color: white;
}
.bento-card.tall { grid-row: span 3; }
.bento-card.tr2 { grid-row: span 2; }
.bento-card.img { padding: 0; background: transparent; }
.bento-card .badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: oklch(1 0 0 / .14); color: white; padding: 6px 12px; border-radius: 999px;
  font-size: 12px; font-weight: 600; align-self: flex-start;
}
.bento-card.img img { width: 100%; height: 100%; object-fit: cover; }
.bento-card.img .overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to top, rgba(5,10,30,0.85) 0%, rgba(5,10,30,0) 100%);
  padding: 32px 20px 20px;
}
.bento-card.img .overlay strong { display: block; font-size: 15px; font-weight: 700; color: white; }
.bento-card.img .overlay span { color: oklch(1 0 0 / .72); font-size: 12px; }
.bento-card h4 { font-size: 20px; margin: 0 0 6px; }
.bento-card .icon {
  width: 42px; height: 42px; border-radius: 12px;
  background: oklch(1 0 0 / .14); display: grid; place-items: center; align-self: flex-start;
}
.bento-card p { color: oklch(1 0 0 / .7); margin: 0; font-size: 14px; }
.bento-stat { background: var(--navy-600); }
.bento-stat-num { font-size: 64px; font-weight: 800; color: white; line-height: 1; }
.bento-stat-label { font-size: 13px; color: oklch(1 0 0 / .82); margin-top: 4px; font-weight: 500; letter-spacing: .02em; }
.bento-stat-sub { display: flex; flex-direction: column; gap: 8px; }
.bento-stat-sub div { font-size: 13px; color: oklch(1 0 0 / .82); }
.bento-stat-sub strong { color: white; font-size: 18px; font-weight: 700; }
.bento-service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 14px; }
.bento-service-tag { background: oklch(1 0 0 / .90); color: var(--red-700); padding: 4px 10px; border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .03em; }

/* Plans */
.plans-wrap { background: var(--bg); }
.plans-wrap h2 { text-align: center; }
.plans-title-underline { width: 60px; height: 3px; background: var(--red-600); margin: 0 auto 40px; border-radius: 2px; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr) minmax(0, 1fr); gap: 16px; }
.plan {
  background: white; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); border: 1px solid var(--line);
  padding: 24px; display: flex; flex-direction: column; gap: 0;
  position: relative; transition: box-shadow .2s, border-color .2s;
}
.plan:hover { box-shadow: var(--shadow-lg); }
.plan.featured { border-color: var(--navy-300); box-shadow: 0 0 0 3px oklch(0.22 0.05 255 / .10), var(--shadow-md); }
.plan-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--red-600); color: white; font-size: 10.5px; font-weight: 700; padding: 4px 14px; border-radius: 999px; letter-spacing: .06em; white-space: nowrap; }
.plan-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.plan .flag { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: white; display: grid; place-items: center; box-shadow: 0 0 0 1px var(--line), 0 2px 6px oklch(0.22 0.05 255 / .08); }
.plan .flag svg { width: 100%; height: 100%; display: block; }
.plan .pill { background: var(--red-600); color: white; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 4px 8px; border-radius: 4px; align-self: flex-start; text-transform: uppercase; }
.plan h3 { font-size: 20px; margin: 0 0 4px; font-weight: 800; }
.plan-desc { font-size: 12.5px; color: var(--muted); line-height: 1.4; margin: 0 0 12px; }
.plan .from { font-size: 11px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; font-weight: 700; margin: 0 0 2px; }
.plan .price { font-size: 22px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); margin: 0 0 10px; }
.plan .price b { font-weight: 800; font-size: inherit; }
.plan .note { background: var(--navy-50); border-radius: 8px; padding: 7px 11px; font-size: 12px; color: var(--navy-800); font-weight: 600; display: inline-flex; gap: 6px; align-items: center; margin-bottom: 14px; align-self: flex-start; }
.plan-divider { height: 1px; background: var(--line); margin: 0 0 14px; }
.plan-features { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.plan-feature { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--ink-2); line-height: 1.35; }
.plan-feature svg { color: var(--navy-700); flex-shrink: 0; margin-top: 1px; }
.plan .btn { margin-top: auto; text-align: center; }
.plan.dark { background: var(--navy-950); color: white; border-color: transparent; gap: 10px; }
.plan.dark h3 { color: white; white-space: normal; font-size: 22px; margin: 2px 0 0; }
.plan.dark p { color: oklch(1 0 0 / .7); font-size: 14px; margin: 0; }
.plan.dark .icon-circle { width: 44px; height: 44px; border-radius: 12px; background: oklch(1 0 0 / .1); display: grid; place-items: center; font-size: 22px; }
.plan.dark .pill { background: oklch(1 0 0 / .15); color: oklch(1 0 0 / .9); }

/* Testimonials bento */
.reviews { background: var(--bg-alt); }
.rb-bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; height: 640px; }
.rb-col { display: flex; flex-direction: column; gap: 12px; }
.rb-card {
  border-radius: var(--radius-lg); padding: 24px;
  display: flex; flex-direction: column; position: relative; overflow: hidden;
  color: white;
}
.rb-tall { flex: 6; }
.rb-short { flex: 4; }
.rb-eq { flex: 1; }
.rb-dark { background: var(--navy-950); }
.rb-mid { background: oklch(0.34 0.01 255); }
.rb-accent { background: oklch(0.44 0.02 250); }
.rb-red { background: var(--red-700); }
.rb-pattern::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(to right, oklch(1 0 0 / .05) 1px, transparent 1px), linear-gradient(to bottom, oklch(1 0 0 / .05) 1px, transparent 1px);
  background-size: 48px 52px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 60%, transparent 110%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 60%, transparent 110%);
}
.rb-card > * { position: relative; z-index: 1; }
.rb-google { position: absolute; top: 18px; right: 18px; width: 20px; height: 20px; z-index: 2; }
.rb-stars { color: #f59e0b; font-size: 13px; letter-spacing: 2px; flex-shrink: 0; margin-bottom: 10px; }
.rb-quote { font-size: 14px; line-height: 1.65; margin: 0; flex-grow: 1; color: oklch(1 0 0 / .86); }
.rb-footer { display: flex; align-items: center; gap: 10px; margin-top: 20px; padding-top: 14px; border-top: 1px solid oklch(1 0 0 / .12); flex-shrink: 0; }
.rb-avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; font-weight: 700; color: white; flex-shrink: 0; }
.rb-who { flex: 1; min-width: 0; }
.rb-who strong { display: block; font-size: 13px; font-weight: 700; color: white; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rb-who span { font-size: 11.5px; color: oklch(1 0 0 / .75); }

/* Pre-footer nav section */
.pre-footer { background: var(--navy-950); padding: 56px 0; border-bottom: 1px solid oklch(1 0 0 / .1); }
.pre-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px 48px; }
.pre-footer h3 { color: white; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin: 0 0 16px; }
.pre-footer a { color: oklch(1 0 0 / .7); display: block; padding: 4px 0; font-size: 14px; text-decoration: none; }
.pre-footer a:hover { color: white; }
.pre-footer a.footer-more { color: oklch(0.65 0.1 255); font-size: 13px; font-weight: 700; margin-top: 8px; display: block; }

/* Footer (compact) */
.vv-footer { background: oklch(0.13 0.04 258); color: oklch(1 0 0 / .72); padding: 48px 0 28px; }
.vv-footer h3 { color: white; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin: 0 0 18px; }
.vv-footer a { color: oklch(1 0 0 / .72); display: block; padding: 5px 0; font-size: 14.5px; }
.vv-footer a:hover { color: white; }
.vv-footer .top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px 48px; padding-bottom: 40px; border-bottom: 1px solid oklch(1 0 0 / .08); }
.vv-footer a.footer-more { color: oklch(0.65 0.1 255); font-size: 13px; font-weight: 700; margin-top: 6px; }
.vv-footer .logo-box { display: flex; flex-direction: column; gap: 14px; }
.vv-footer .logo-box p { color: oklch(1 0 0 / .7); font-size: 14px; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 4px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.1); color: white; padding: 0; transition: background .2s; }
.footer-social a:hover { background: rgba(255,255,255,0.22); color: white; }
.vv-footer .pay { display: flex; gap: 8px; margin-top: 8px; }
.vv-footer .pay-card { background: white; color: var(--ink); padding: 4px 10px; border-radius: 4px; font-weight: 800; font-size: 11px; letter-spacing: .03em; height: 26px; display: inline-flex; align-items: center; }
.vv-footer .contact { display: flex; flex-direction: column; gap: 4px; }
.vv-footer .disclaimer { padding: 26px 0; text-align: center; color: oklch(1 0 0 / .56); font-size: 13px; line-height: 1.6; border-bottom: 1px solid oklch(1 0 0 / .08); }
.vv-footer .meta { display: flex; justify-content: space-between; align-items: center; padding-top: 20px; flex-wrap: wrap; gap: 12px; font-size: 13px; }
.vv-footer .meta .addr { display: inline-flex; gap: 10px; align-items: center; background: oklch(1 0 0 / .06); padding: 8px 14px; border-radius: 999px; }
.vv-footer .meta .addr.br { background: oklch(1 0 0 / .06); }

/* City-links grid (city-page.php "other cities" section) */
.city-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.city-grid a {
  background: white; border: 1px solid var(--line); border-radius: 999px;
  padding: 8px 20px; font-size: 14px; font-weight: 600; color: var(--ink);
  text-decoration: none; transition: background .15s, color .15s;
}
.city-grid a:hover { background: var(--navy-800); color: white; border-color: var(--navy-800); }

/* City-links section on parent service pages */
.city-links-section { padding: 56px 0; }
.city-links-section h3 { font-size: clamp(22px, 2.5vw, 32px); letter-spacing: -.02em; margin-bottom: 8px; }
.city-links-section p { color: var(--muted); margin-bottom: 0; }

/* Floating WA */
.wa-float {
  position: fixed; right: 20px; bottom: 20px;
  width: 56px; height: 56px; border-radius: 50%;
  background: #22c55e; color: white;
  display: grid; place-items: center;
  box-shadow: 0 10px 28px oklch(0.5 0.15 155 / .4);
  z-index: 100; transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.06); color: white; }

/* Breadcrumbs */
.crumbs { font-size: 13px; color: var(--muted); padding: 18px 24px 0; display: flex; gap: 8px; align-items: center; max-width: var(--container); margin: 0 auto; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--navy-800); }
.crumbs .sep { opacity: .4; }

/* Page heading */
.page-head { padding: 80px 24px 40px; max-width: var(--container); margin: 0 auto; position: relative; }
.page-head::before {
  content: ''; position: absolute; left: 24px; top: 80px; width: 48px; height: 4px;
  background: var(--red-600); border-radius: 2px;
}
.page-head .eyebrow { display: block; margin-top: 18px; }
.page-head h1 { margin: 14px 0 16px; font-size: clamp(38px, 5vw, 64px); line-height: 1.02; letter-spacing: -0.025em; }
.page-head p { color: var(--muted); font-size: 19px; max-width: 720px; line-height: 1.55; }

/* Generic prose / content */
.prose { max-width: 760px; }
.prose h2 { margin-top: 40px; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { font-size: 17px; line-height: 1.7; color: var(--ink-2); }
.prose ul { padding-left: 22px; }

/* Utility */
.grid-2 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.tag { display: inline-block; background: var(--navy-50); color: var(--navy-800); padding: 4px 10px; border-radius: 999px; font-size: 12px; font-weight: 600; }
.tag.red { background: var(--red-100); color: var(--red-700); }

.card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 24px; box-shadow: var(--shadow-sm);
}

.stat { display: flex; flex-direction: column; gap: 4px; }
.stat b { font-size: 36px; font-weight: 800; color: var(--navy-800); letter-spacing: -0.02em; }
.stat span { color: var(--muted); font-size: 13.5px; }

/* Responsive */
@media (max-width: 960px) {
  .grid-2, .dest-grid, .bento, .plans, .reviews-grid, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
  .rb-bento { height: auto; grid-template-columns: 1fr 1fr; }
  .rb-tall, .rb-short, .rb-eq { flex: unset; min-height: 200px; }
  .bento { grid-template-rows: unset; grid-auto-rows: 220px; }
  .bento-card.tall { grid-row: span 2; }
  .vv-header-inner { height: 64px; }
  .vv-nav { display: none; }
  .hero-new-globe { display: none; }
  .sw-body { grid-template-columns: 1fr; }
  .sw-field { border-right: 0; border-bottom: 1px solid var(--line); }
  .pre-footer-grid { grid-template-columns: repeat(2, 1fr); }
  .vv-footer .top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .pre-footer-grid { grid-template-columns: 1fr 1fr; }
  .vv-footer .top { grid-template-columns: 1fr 1fr; }
  .dest-grid, .bento, .plans, .reviews-grid, .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .rb-bento { grid-template-columns: 1fr; }
  .bento-card.tall, .bento-card.tr2 { grid-row: span 2; }
  .hero-inner { padding: 120px 24px 140px; }
  .hero-new-grid { grid-template-columns: 1fr; padding: 48px 24px 40px; min-height: auto; gap: 24px; }
  #globe-canvas { max-width: 280px; }
  .hero-new-content h1 { font-size: 2rem; }
}

/* ---- Page-head meta row ---- */
.page-head-meta {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  margin-top: 28px; font-size: 14px; color: var(--muted);
}
.page-head-meta strong { color: var(--ink); font-weight: 700; }
.page-head-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--muted-2); display: inline-block; }

/* ---- Chip row ---- */
.chip-row {
  display: flex; flex-wrap: wrap; gap: 8px;
  padding: 14px 0 4px; border-bottom: 1px solid var(--line);
  overflow-x: auto;
}
.chip {
  padding: 8px 16px; border-radius: 999px; border: 1px solid var(--line);
  background: white; color: var(--ink-2); font-size: 14px; font-weight: 500;
  text-decoration: none; white-space: nowrap; transition: all .15s ease;
}
.chip:hover { border-color: var(--ink); color: var(--ink); }
.chip-active { background: var(--ink); color: white; border-color: var(--ink); }

/* ---- Featured post ---- */
.featured-post {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  background: white; border: 1px solid var(--line); border-radius: var(--radius-xl);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: box-shadow .2s ease, transform .2s ease;
  box-shadow: 0 1px 2px oklch(0 0 0 / 0.04);
}
.featured-post:hover { box-shadow: 0 20px 50px -20px oklch(0 0 0 / 0.2); transform: translateY(-2px); }
.featured-img {
  background-size: cover; background-position: center;
  min-height: 420px;
}
.featured-body { padding: 48px 48px; display: flex; flex-direction: column; justify-content: center; }
.featured-body h2 {
  margin: 16px 0 14px; font-size: 32px; line-height: 1.15; letter-spacing: -0.02em;
}
.featured-body p { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 0 0 24px; }
.featured-meta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; font-size: 13px; color: var(--muted); }
.featured-meta strong { color: var(--ink); }
.featured-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted-2); display: inline-block; }

@media (max-width: 900px) {
  .featured-post { grid-template-columns: 1fr; }
  .featured-img { min-height: 260px; }
  .featured-body { padding: 32px 28px; }
  .featured-body h2 { font-size: 24px; }
}

/* ---- Section heading ---- */
.section-heading {
  display: flex; justify-content: space-between; align-items: baseline;
  margin: 56px 0 28px; gap: 24px; padding-bottom: 18px; border-bottom: 1px solid var(--line);
}
.section-heading h2 { margin: 0; font-size: 26px; letter-spacing: -0.01em; }
.section-heading-link { font-size: 14px; color: var(--ink-2); text-decoration: none; font-weight: 600; }
.section-heading-link:hover { color: var(--red-600); }

/* ---- Post card ---- */
.post-card {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -22px oklch(0 0 0 / 0.22); border-color: oklch(0 0 0 / 0.12); }
.post-img { aspect-ratio: 16/10; background-size: cover; background-position: center; }
.post-body { padding: 20px 22px 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.post-body h3 { margin: 4px 0; font-size: 18px; line-height: 1.3; letter-spacing: -0.005em; }
.post-body p { color: var(--muted); font-size: 14px; margin: 0; line-height: 1.5; flex: 1; }
.post-meta { display: flex; gap: 10px; align-items: center; font-size: 12px; color: var(--muted-2); padding-top: 8px; border-top: 1px dashed var(--line); margin-top: 6px; }
.post-meta .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--muted-2); display: inline-block; }

/* ---- Newsletter form ---- */
.news-form {
  display: flex; gap: 10px; max-width: 480px; margin: 0 auto;
}
.news-form input {
  flex: 1; padding: 14px 18px; border: 1px solid var(--line); border-radius: 999px;
  font-size: 15px; font-family: inherit; background: white;
}
.news-form input:focus { outline: none; border-color: var(--ink); }
.news-form button { border-radius: 999px; }
@media (max-width: 560px) {
  .news-form { flex-direction: column; }
  .news-form button { width: 100%; }
}

/* ---- Rich pillar hero ---- */
.pillar-hero {
  position: relative; color: white; overflow: hidden;
  padding: 140px 0 100px;
}
.pillar-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(135deg, oklch(0.25 0.06 255 / 0.85), oklch(0.22 0.08 25 / 0.88)),
    url('/assets/img/photo-1552832230-c0197dd311b5.webp') center/cover;
}
.pillar-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(1000px 600px at 80% 20%, oklch(0.75 0.15 25 / 0.3), transparent 60%);
}
.pillar-hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: center;
}
.pillar-hero-left h1 {
  color: white; font-size: clamp(44px, 5.5vw, 76px); line-height: 1.0;
  letter-spacing: -0.03em; margin: 18px 0 22px;
}
.pillar-hero-left .lead {
  color: oklch(1 0 0 / 0.85); font-size: 20px; line-height: 1.5; max-width: 560px;
}
.pillar-hero-left .lead em { color: #ffb3ad; font-style: italic; }
.pillar-hero-actions { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.btn-ghost-light {
  background: oklch(1 0 0 / 0.08); color: white; border: 1px solid oklch(1 0 0 / 0.25);
}
.btn-ghost-light:hover { background: oklch(1 0 0 / 0.16); color: white; }
.hero-card {
  background: oklch(1 0 0 / 0.08); backdrop-filter: blur(20px);
  border: 1px solid oklch(1 0 0 / 0.18); border-radius: var(--radius-xl);
  padding: 28px 28px; color: white;
}
.hero-card small { color: #ffb3ad; text-transform: uppercase; letter-spacing: 0.12em; font-size: 11px; font-weight: 700; }
.hero-card-rows { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; margin-top: 18px; }
.hero-card-rows > div strong { display: block; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.hero-card-rows > div span { display: block; font-size: 13px; color: oklch(1 0 0 / 0.7); margin-top: 2px; }
.pillar-hero-scroll-hint {
  position: relative; z-index: 1; margin-top: 64px; padding-top: 24px;
  border-top: 1px solid oklch(1 0 0 / 0.15);
  font-size: 13px; color: oklch(1 0 0 / 0.6); letter-spacing: 0.1em; text-transform: uppercase;
  max-width: var(--container); margin-left: auto; margin-right: auto; padding-left: 24px; padding-right: 24px;
}
@media (max-width: 900px) {
  .pillar-hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .pillar-hero { padding: 100px 0 60px; }
}

/* ---- At-a-glance ---- */
.at-glance {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 0;
  background: white; border: 1px solid var(--line); border-radius: var(--radius-xl);
  overflow: hidden;
}
.ag-item { padding: 24px 22px; border-right: 1px solid var(--line); }
.ag-item:last-child { border-right: 0; }
.ag-label { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.ag-value { display: block; font-size: 20px; margin-top: 10px; letter-spacing: -0.01em; }
.ag-sub { display: block; font-size: 13px; color: var(--muted); margin-top: 4px; }
@media (max-width: 900px) { .at-glance { grid-template-columns: repeat(2, 1fr); }
  .ag-item { border-bottom: 1px solid var(--line); }
  .ag-item:nth-child(even) { border-right: 0; }
}

/* ---- Pillar content grid ---- */
.pillar-grid { display: grid; grid-template-columns: 1fr 340px; gap: 64px; align-items: flex-start; }
.pillar-prose { min-width: 0; }
.pillar-prose h2 { font-size: 32px; letter-spacing: -0.02em; margin: 48px 0 16px; }
.pillar-prose h2:first-child { margin-top: 0; }
.pillar-prose p { font-size: 17px; line-height: 1.7; color: var(--ink-2); }
.pillar-aside { position: sticky; top: 100px; display: flex; flex-direction: column; gap: 20px; }
.aside-card {
  background: var(--navy-950); color: white; padding: 28px;
  border-radius: var(--radius-xl); border: 0;
}
.aside-card h3 { color: white; margin: 10px 0 10px; font-size: 20px; }
.aside-card p { color: oklch(1 0 0 / 0.75); font-size: 14px; line-height: 1.55; margin: 0 0 18px; }
.aside-badges { display: flex; gap: 8px; justify-content: center; margin-top: 16px; font-size: 12px; color: oklch(1 0 0 / 0.7); }
.aside-toc {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px; display: flex; flex-direction: column; gap: 2px;
}
.aside-toc a { padding: 10px 12px; border-radius: 8px; color: var(--ink-2); font-size: 14px; font-weight: 500; }
.aside-toc a:hover { background: var(--bg-alt); color: var(--red-600); }
.aside-toc .eyebrow { margin-bottom: 10px; }
@media (max-width: 1000px) { .pillar-grid { grid-template-columns: 1fr; } .pillar-aside { position: static; } }

/* ---- Callouts ---- */
.callout {
  border-left: 4px solid var(--red-600);
  background: oklch(0.98 0.02 25); padding: 20px 24px;
  border-radius: 6px; margin: 28px 0; font-size: 15px; line-height: 1.6;
}
.callout-info { border-color: var(--navy-600); background: oklch(0.97 0.02 255); }
.callout-warn { border-color: oklch(0.72 0.18 60); background: oklch(0.98 0.04 80); }
.callout strong { color: var(--ink); }

/* ---- Check list ---- */
.check-list { list-style: none; padding: 0; margin: 20px 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li {
  padding-left: 32px; position: relative; font-size: 16px; color: var(--ink-2); line-height: 1.5;
}
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 0;
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--red-600); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700;
}

/* ---- Rotas ---- */
.rotas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.rota-card {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-xl);
  padding: 28px 24px; position: relative; transition: all .2s ease;
}
.rota-card:hover { border-color: var(--ink); box-shadow: 0 20px 40px -24px oklch(0 0 0 / 0.2); transform: translateY(-2px); }
.rota-num { font-size: 44px; font-weight: 700; color: var(--red-600); letter-spacing: -0.03em; line-height: 1; }
.rota-card h3 { margin: 14px 0 6px; font-size: 19px; letter-spacing: -0.01em; }
.rota-sub { font-size: 13px; color: var(--muted); margin: 0 0 20px; min-height: 32px; }
.rota-card ul { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--ink-2); }
.rota-card ul strong { color: var(--ink); }
.rota-tag {
  display: inline-block; padding: 6px 12px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  background: var(--bg-alt); color: var(--ink-2);
}
.rota-tag-good { background: oklch(0.95 0.08 155); color: oklch(0.4 0.14 155); }
.rota-tag-warn { background: oklch(0.96 0.08 60); color: oklch(0.45 0.14 60); }
@media (max-width: 1000px) { .rotas-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .rotas-grid { grid-template-columns: 1fr; } }

/* ---- Timeline ---- */
.timeline { display: flex; flex-direction: column; gap: 0; max-width: 860px; margin: 0 auto; }
.tl-item { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 20px 0; position: relative; }
.tl-item:not(:last-child)::after {
  content: ''; position: absolute; left: 27px; top: 60px; bottom: -20px;
  width: 2px; background: linear-gradient(180deg, var(--red-600), oklch(0.85 0.03 255));
}
.tl-marker {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--red-600); color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; font-weight: 700; position: relative; z-index: 1;
  box-shadow: 0 0 0 6px white, 0 8px 20px -8px var(--red-600);
}
.tl-body { padding-top: 6px; }
.tl-body strong { display: block; font-size: 20px; letter-spacing: -0.01em; margin-bottom: 6px; }
.tl-body p { margin: 0; font-size: 15px; color: var(--ink-2); line-height: 1.55; }
.tl-dur { display: inline-block; margin-top: 10px; padding: 4px 10px; border-radius: 6px; background: var(--bg-alt); font-size: 12px; color: var(--muted); font-weight: 600; }
.tl-final strong { color: var(--red-600); }

/* ---- Docs grid ---- */
.docs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.docs-col {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px;
}
.docs-col h4 { font-size: 15px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); margin: 0 0 20px; font-weight: 700; }
@media (max-width: 900px) { .docs-grid { grid-template-columns: 1fr; } }

/* ---- Custos table ---- */
.custos-table { background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.ct-row { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr; padding: 18px 24px; border-bottom: 1px solid var(--line); font-size: 15px; align-items: center; }
.ct-row:last-child { border-bottom: 0; }
.ct-head { background: var(--ink); color: white; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; padding: 16px 24px; }
.ct-row span strong { font-weight: 700; }
@media (max-width: 760px) { .ct-row { grid-template-columns: 1fr 1fr; gap: 8px; } .ct-head { display: none; } }

/* ---- FAQ refined ---- */
.faq-item {
  background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 22px 28px; cursor: pointer; transition: border-color .2s ease;
}
.faq-item[open] { border-color: var(--ink); }
.faq-item summary {
  font-weight: 700; font-size: 17px; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { color: var(--red-600); font-size: 24px; font-weight: 500; transition: transform .2s ease; }
.faq-item[open] .faq-plus { transform: rotate(45deg); }
.faq-item p { margin: 16px 0 0; color: var(--ink-2); font-size: 16px; line-height: 1.7; }

/* ---- Mini card for related ---- */
.mini-card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 24px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg);
  text-decoration: none; color: inherit; transition: all .2s ease;
}
.mini-card:hover { border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 18px 40px -24px oklch(0 0 0 / 0.2); }
.mini-tag {
  align-self: flex-start;
  font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
  padding: 5px 10px; border-radius: 4px; background: var(--bg-alt); color: var(--muted);
}
.mini-card h3 { margin: 6px 0 4px; font-size: 17px; line-height: 1.3; }
.mini-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; flex: 1; }
.mini-link { font-size: 13px; color: var(--red-600); font-weight: 700; margin-top: 8px; }

/* ---- Pillar CTA ---- */
.pillar-cta {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
  color: white; border-radius: var(--radius-xl);
  padding: 64px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: center;
  position: relative; overflow: hidden;
}
.pillar-cta::before {
  content: ''; position: absolute; right: -120px; top: -120px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, oklch(0.75 0.18 25 / 0.3), transparent 70%);
}
.pillar-cta-left { position: relative; }
.pillar-cta h2 { color: white; font-size: 36px; line-height: 1.1; letter-spacing: -0.02em; margin: 14px 0 14px; }
.pillar-cta p { color: oklch(1 0 0 / 0.8); font-size: 17px; line-height: 1.55; margin: 0; max-width: 520px; }
.pillar-cta-right { display: grid; grid-template-columns: 1fr; gap: 14px; position: relative; }
.mini-stat { background: oklch(1 0 0 / 0.08); border: 1px solid oklch(1 0 0 / 0.15); border-radius: 14px; padding: 20px 24px; }
.mini-stat strong { display: block; font-size: 30px; letter-spacing: -0.02em; }
.mini-stat span { font-size: 13px; color: oklch(1 0 0 / 0.7); }
@media (max-width: 900px) {
  .pillar-cta { grid-template-columns: 1fr; padding: 40px 28px; }
  .pillar-cta h2 { font-size: 28px; }
}

/* ---- Pillar page decoration (legacy) ---- */
.pillar-head {
  position: relative; overflow: hidden;
  padding: 100px 24px 64px;
  background: linear-gradient(180deg, oklch(0.97 0.008 260) 0%, white 100%);
  border-bottom: 1px solid var(--line);
}
.pillar-head::before {
  content: ''; position: absolute; right: -120px; top: -120px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, oklch(0.75 0.14 28 / 0.12), transparent 70%);
  pointer-events: none;
}
.pillar-head-inner { max-width: var(--container); margin: 0 auto; position: relative; }
.pillar-head h1 { font-size: clamp(42px, 6vw, 72px); line-height: 1.0; letter-spacing: -0.03em; margin: 16px 0 18px; }
.pillar-head .lead { font-size: 20px; color: var(--muted); max-width: 680px; line-height: 1.5; }
.pillar-head-stats {
  display: flex; flex-wrap: wrap; gap: 48px; margin-top: 40px;
  padding-top: 32px; border-top: 1px solid var(--line);
}
.pillar-head-stats .stat strong { display: block; font-size: 34px; font-weight: 700; letter-spacing: -0.02em; }
.pillar-head-stats .stat span { font-size: 13px; color: var(--muted); }

