:root {
  --vc-green: #24543a;
  --vc-green-dark: #173b29;
  --vc-gold: #e8b44c;
  --vc-terracotta: #a95538;
  --vc-cream: #f7f3e8;
  --vc-ink: #26332d;
  --vc-muted: #66736c;
  --vc-border: #dce3de;
  --vc-white: #ffffff;
}

body.home .entry-header { display: none; }
body.home .site-content > .ast-container,
body.home .site-main,
body.home .entry-content { max-width: none; padding: 0; margin: 0; }
body.home .site-content > .ast-container { display: block; }
html, body { overflow-x: clip; }
body.home .entry-content > .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.site-header .ast-container { padding-left: 24px; padding-right: 24px; }

.vc-hero { color: var(--vc-white); }
.vc-hero .wp-block-cover__inner-container { width: 100%; max-width: 100%; padding: 64px 24px; }
.vc-hero .wp-block-cover__inner-container > .wp-block-group { width: min(920px, 100%); margin-left: auto !important; margin-right: auto !important; }
.vc-hero-title { color: var(--vc-white) !important; font-size: clamp(2.5rem, 5vw, 4.4rem) !important; line-height: 1.04 !important; letter-spacing: -0.04em; max-width: 920px; margin: 0 auto 22px; overflow-wrap: normal; }
.vc-hero-copy { color: var(--vc-white) !important; max-width: 760px; margin: 0 auto 32px; }
.vc-eyebrow, .vc-kicker { font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.vc-eyebrow { color: #f7d98a; }
.vc-kicker { color: var(--vc-terracotta); margin-bottom: 10px; }

.vc-section { padding: clamp(72px, 8vw, 112px) 24px; }
.vc-section-soft { background: var(--vc-cream); }
.vc-section-intro { max-width: 720px; margin: 0 auto 48px; color: var(--vc-muted); font-size: 1.08rem; }
.vc-place-grid, .vc-step-grid { gap: 28px; margin-top: 42px; }
.vc-place-card { background: var(--vc-white); border: 1px solid var(--vc-border); border-radius: 18px; overflow: hidden; padding: 0 28px 30px; box-shadow: 0 16px 40px rgba(29, 58, 42, .09); height: 100%; }
.vc-place-card figure { margin-left: -28px; margin-right: -28px; }
.vc-place-card img { width: 100%; height: 300px; object-fit: cover; }
.vc-place-card h3 { margin-top: 26px; }
.vc-text-link .wp-block-button__link { padding: 0; color: var(--vc-green); background: transparent; font-weight: 800; }

.vc-step-card { background: var(--vc-white); border-radius: 16px; padding: 30px; border-top: 4px solid var(--vc-gold); height: 100%; }
.vc-step-number { color: var(--vc-green); font-weight: 900; font-size: 1.8rem; margin-bottom: 18px; }
.vc-step-card h3 { font-size: 1.25rem; }

.vc-cta { background: var(--vc-green); color: var(--vc-white); padding: clamp(72px, 8vw, 108px) 24px; }
.vc-cta h2, .vc-cta p { color: var(--vc-white) !important; }
.vc-button-primary .wp-block-button__link { background: var(--vc-green); color: var(--vc-white); border-radius: 999px; padding: 15px 26px; font-weight: 800; }
.vc-button-light .wp-block-button__link { color: var(--vc-white); border-color: var(--vc-white); border-radius: 999px; padding: 13px 26px; font-weight: 800; }
.vc-button-gold .wp-block-button__link { background: var(--vc-gold); color: var(--vc-ink); border-radius: 999px; padding: 15px 28px; font-weight: 800; }

.vc-demo-card { background: var(--vc-cream); border: 1px solid #e6dcc3; border-radius: 18px; padding: clamp(28px, 5vw, 52px); box-shadow: 0 14px 34px rgba(38, 51, 45, .08); }
.vc-demo-warning { background: #fff0b8; color: #604b00; border-radius: 10px; padding: 12px 16px; }
.vc-parish-intro { padding: 40px 0 80px; }
.vc-parish-hero { color: var(--vc-white); }
.vc-parish-hero h1, .vc-parish-hero p { color: var(--vc-white) !important; }
.vc-attraction-card { background: var(--vc-white); border: 1px solid var(--vc-border); border-radius: 18px; padding: clamp(26px, 5vw, 48px); box-shadow: 0 16px 42px rgba(29, 58, 42, .1); margin: 30px 0 70px; }
.vc-attraction-card img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 12px; }
.vc-topic-grid { gap: 28px; margin: 42px 0; }
.vc-topic-grid > .wp-block-column { border-top: 4px solid var(--vc-gold); background: var(--vc-cream); border-radius: 14px; padding: 28px; }
.vc-info-grid { gap: 28px; margin: 38px 0 60px; }
.vc-info-grid > .wp-block-column { background: var(--vc-cream); border: 1px solid var(--vc-border); border-radius: 16px; padding: 28px; }

@media (max-width: 781px) {
  .vc-hero { min-height: 620px !important; }
  .vc-hero .wp-block-buttons { flex-direction: column; align-items: stretch; }
  .vc-hero .wp-block-button, .vc-hero .wp-block-button__link { width: 100%; text-align: center; }
  .vc-section { padding: 64px 20px; }
  .vc-place-card img { height: 230px; }
  .vc-cta { padding: 68px 20px; }
}

/* Portal turístico 2.0 */
.vc-tourism-hero .wp-block-cover__inner-container { max-width: 1100px; }
.vc-tourism-hero .vc-hero-title {
  font-size: clamp(3rem, 7vw, 6.5rem) !important;
  line-height: .98 !important;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.vc-tour-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px !important;
  align-items: stretch !important;
  margin-top: 48px !important;
}
.vc-tour-grid > .wp-block-column { width: auto !important; margin: 0 !important; }
.vc-tour-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(19, 78, 61, .12);
  transition: transform .35s ease, box-shadow .35s ease;
}
.vc-tour-card:hover { transform: translateY(-8px); box-shadow: 0 24px 54px rgba(20, 55, 42, .18); }
.vc-tour-card .wp-block-image { margin: -32px -32px 24px !important; overflow: hidden; }
.vc-tour-card img { width: 100%; height: 230px; object-fit: cover; transition: transform .6s ease; }
.vc-tour-card:hover img { transform: scale(1.055); }
.vc-tour-card .wp-block-buttons { margin-top: auto; padding-top: 16px; }
.vc-card-location {
  color: var(--vc-green);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 8px;
}
.vc-mini-cover { border-radius: 22px; overflow: hidden; box-shadow: 0 20px 55px rgba(22, 52, 40, .2); }
.vc-mini-cover h3 { color: #fff !important; font-size: clamp(2.2rem, 5vw, 4rem) !important; }
.vc-destination-lead { font-size: clamp(1.25rem, 2.4vw, 1.75rem); line-height: 1.55; color: var(--vc-green-dark); }
.vc-visit-note { background: #eef5ef; border-left: 5px solid var(--vc-gold); padding: 28px 34px; border-radius: 0 16px 16px 0; margin: 46px 0; }

@media (max-width: 980px) {
  .vc-tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .vc-tour-grid { grid-template-columns: 1fr; gap: 22px !important; }
  .vc-tourism-hero { min-height: 620px !important; }
  .vc-tour-card .wp-block-image { margin-left: -22px !important; margin-right: -22px !important; }
}

/* Portal de experiencias 3.0 — estilo agencia turística */
.vc-agency-hero { position: relative; }
.vc-agency-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,31,23,.62), rgba(9,31,23,.08) 66%); pointer-events: none; }
.vc-agency-hero .wp-block-cover__inner-container { position: relative; z-index: 2; width: min(1180px, calc(100% - 44px)); }
.vc-agency-hero-inner { max-width: 780px; color: #fff; }
.vc-agency-hero-inner .vc-eyebrow { text-align: left; color: #f7c85d; }
.vc-agency-hero h1 { color: #fff !important; font-size: clamp(3.5rem, 7.4vw, 7rem) !important; line-height: .93 !important; letter-spacing: -.055em; margin: 18px 0 28px; text-wrap: balance; }
.vc-agency-subtitle { max-width: 690px; font-size: clamp(1.15rem, 2vw, 1.5rem); line-height: 1.55; color: rgba(255,255,255,.9); }
.vc-hero-action { display: inline-flex; align-items: center; gap: 18px; margin-top: 28px; padding: 17px 24px; border-radius: 999px; background: #f4bf4f; color: #173b2d !important; font-weight: 800; text-decoration: none; }
.vc-hero-action span { font-size: 1.2rem; }
.vc-trip-finder { position: relative; z-index: 5; width: min(1160px, calc(100% - 36px)); margin: -62px auto 0; background: #fff; border-radius: 18px; box-shadow: 0 26px 70px rgba(13,46,34,.2); }
.vc-trip-finder-inner { display: grid; grid-template-columns: 1.05fr 1.4fr auto; gap: 28px; align-items: end; padding: 28px 32px; }
.vc-finder-copy span, .vc-trip-finder label > span { display: block; margin-bottom: 7px; color: #708078; font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.vc-finder-copy strong { display: block; color: #153b2c; font-size: 1.35rem; }
.vc-trip-finder label { margin: 0; }
.vc-trip-finder select { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid #dce5df; border-radius: 10px; background: #f8faf8; color: #27483b; }
.vc-trip-finder button { min-height: 52px; padding: 0 26px; border: 0; border-radius: 10px; background: #ec6b43; color: #fff; font-weight: 800; cursor: pointer; }
.vc-agency-intro { padding: 120px 24px 50px !important; }
.vc-intro-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(38px, 8vw, 110px); align-items: end; }
.vc-intro-layout h2, .vc-catalog-heading h2, .vc-value-heading h2, .vc-agency-cta h2 { color: #153b2c; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: 1.02; letter-spacing: -.04em; text-wrap: balance; }
.vc-intro-layout > p { color: #5c7067; font-size: 1.16rem; line-height: 1.75; }
.vc-category-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 56px; }
.vc-category-row button { padding: 11px 19px; border: 1px solid #d6e1db; border-radius: 999px; background: #fff; color: #315143; font-weight: 750; cursor: pointer; transition: .25s ease; }
.vc-category-row button:hover, .vc-category-row button.is-active { border-color: #173e2f; background: #173e2f; color: #fff; }
.vc-catalog-section { padding: 60px max(24px, calc((100vw - 1180px)/2)) 120px; background: #f4f7f3; }
.vc-catalog-heading { max-width: 720px; margin-bottom: 50px; }
.vc-catalog-heading > p:last-child { color: #65756e; font-size: 1.08rem; }
.vc-catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.vc-catalog-card { overflow: hidden; background: #fff; border-radius: 16px; box-shadow: 0 10px 35px rgba(17,55,41,.08); transition: transform .35s ease, box-shadow .35s ease; }
.vc-catalog-card:hover { transform: translateY(-8px); box-shadow: 0 24px 58px rgba(17,55,41,.17); }
.vc-catalog-card[hidden] { display: none !important; }
.vc-catalog-image { position: relative; display: block; overflow: hidden; aspect-ratio: 4 / 3; }
.vc-catalog-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.vc-catalog-card:hover img { transform: scale(1.06); }
.vc-catalog-badge { position: absolute; top: 18px; left: 18px; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.92); color: #173e2f; font-size: .75rem; font-weight: 850; }
.vc-catalog-body { padding: 27px 28px 30px; }
.vc-catalog-body h3 { margin: 7px 0 12px; font-size: 1.55rem; line-height: 1.15; }
.vc-catalog-body h3 a { color: #163c2e; text-decoration: none; }
.vc-catalog-body > p:not(.vc-card-location) { min-height: 76px; color: #66766f; line-height: 1.6; }
.vc-catalog-link { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid #e7ece8; color: #e76642 !important; font-weight: 800; text-decoration: none; }
.vc-catalog-empty { text-align: center; padding: 34px; color: #65756e; }
.vc-feature-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.vc-feature-panel { min-height: 570px; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px,6vw,80px); background-size: cover; background-position: center; color: #fff !important; text-decoration: none; }
.vc-feature-panel span { color: #f6cb6b; font-size: .8rem; font-weight: 850; letter-spacing: .14em; }
.vc-feature-panel h2 { color: #fff !important; margin: 12px 0 20px; font-size: clamp(2.6rem,5vw,5rem); line-height: 1; }
.vc-feature-panel strong { font-size: 1.05rem; }
.vc-value-section { padding: 120px max(24px,calc((100vw - 1120px)/2)); background: #fff; }
.vc-value-heading { max-width: 720px; }
.vc-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 60px; }
.vc-value-grid article { padding: 38px 34px; border: 1px solid #dfe8e2; border-radius: 15px; }
.vc-value-grid article > span { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #f4bf4f; color: #173e2f; font-weight: 900; }
.vc-value-grid h3 { margin: 26px 0 12px; color: #173e2f; font-size: 1.55rem; }
.vc-value-grid p { color: #65756e; line-height: 1.65; }
.vc-agency-stats { display: grid; grid-template-columns: repeat(3,1fr); padding: 52px max(24px,calc((100vw - 1100px)/2)); background: #153b2c; color: #fff; text-align: center; }
.vc-agency-stats div { padding: 22px; border-right: 1px solid rgba(255,255,255,.16); }
.vc-agency-stats div:last-child { border: 0; }
.vc-agency-stats strong { display: block; color: #f5c65c; font-size: clamp(2.7rem,5vw,4.8rem); line-height: 1; }
.vc-agency-stats span { display: block; margin-top: 10px; color: rgba(255,255,255,.8); }
.vc-agency-cta { padding: 120px 24px; background: #f3c357; text-align: center; }
.vc-agency-cta h2 { max-width: 900px; margin: 12px auto 24px; }
.vc-agency-cta > p:not(.vc-kicker) { font-size: 1.15rem; color: #385346; }
.vc-agency-cta > div { display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.vc-agency-cta a { padding: 15px 24px; border-radius: 999px; background: #173e2f; color: #fff !important; font-weight: 800; text-decoration: none; }

@media (max-width: 900px) {
  .vc-trip-finder-inner { grid-template-columns: 1fr; align-items: stretch; }
  .vc-intro-layout { grid-template-columns: 1fr; gap: 20px; }
  .vc-catalog-grid, .vc-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .vc-feature-panel { min-height: 470px; }
}
@media (max-width: 620px) {
  .vc-agency-hero { min-height: 720px !important; }
  .vc-agency-hero h1 { font-size: clamp(3.1rem,15vw,4.7rem) !important; }
  .vc-trip-finder { margin-top: -42px; }
  .vc-trip-finder-inner { padding: 24px 20px; gap: 18px; }
  .vc-agency-intro { padding-top: 90px !important; }
  .vc-catalog-grid, .vc-value-grid, .vc-feature-split { grid-template-columns: 1fr; }
  .vc-catalog-body > p:not(.vc-card-location) { min-height: 0; }
  .vc-feature-panel { min-height: 420px; }
  .vc-agency-stats { grid-template-columns: 1fr; }
  .vc-agency-stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .vc-agency-cta > div { flex-direction: column; align-items: center; }
}

@media (prefers-reduced-motion: no-preference) {
  .vc-place-card { transition: transform .2s ease, box-shadow .2s ease; }
  .vc-place-card:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(29, 58, 42, .14); }
}

/* Versión 1.2: experiencia visual de las páginas parroquiales */
.vc-parish-page {
  background: #fbfaf6;
  color: var(--vc-ink);
}
.vc-parish-page .entry-header { display: none; }
.vc-parish-page .site-content > .ast-container,
.vc-parish-page .site-main,
.vc-parish-page .entry-content {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.vc-parish-page .entry-content > .alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.vc-parish-hero {
  isolation: isolate;
  overflow: hidden;
  border-bottom: 6px solid var(--vc-gold);
}
.vc-parish-hero .wp-block-cover__image-background {
  transform: scale(1.02);
}
.vc-parish-hero .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
  width: min(900px, calc(100% - 40px));
}
.vc-parish-hero h1 {
  font-size: clamp(2.7rem, 7vw, 5.5rem) !important;
  line-height: 1 !important;
  letter-spacing: -.045em;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .34);
}
.vc-parish-hero p:not(.vc-eyebrow) {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}
.vc-parish-page .vc-section {
  position: relative;
  padding-top: clamp(64px, 8vw, 108px);
  padding-bottom: clamp(80px, 9vw, 128px);
}
.vc-parish-page .vc-section > .wp-block-heading {
  margin-top: clamp(60px, 8vw, 96px);
  margin-bottom: 24px;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.vc-parish-page .vc-section > .wp-block-heading:first-of-type {
  margin-top: 26px;
}
.vc-parish-page .vc-section > h2::after {
  content: "";
  display: block;
  width: 58px;
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vc-green), var(--vc-gold));
}
.vc-parish-page .vc-section > h2.has-text-align-center::after {
  margin-left: auto;
  margin-right: auto;
}
.vc-parish-page .vc-section-intro {
  color: var(--vc-muted);
  font-size: 1.15rem;
  line-height: 1.8;
}
.vc-info-grid {
  align-items: stretch;
  gap: 24px;
}
.vc-info-grid > .wp-block-column {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--vc-border);
  border-radius: 18px;
  padding: clamp(26px, 4vw, 38px);
  box-shadow: 0 14px 40px rgba(28, 64, 44, .08);
}
.vc-info-grid > .wp-block-column::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--vc-green), var(--vc-gold));
}
.vc-info-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.vc-info-grid li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid #e9eee9;
}
.vc-info-grid li:last-child { border-bottom: 0; }
.vc-info-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--vc-green);
  font-weight: 900;
}
.vc-attraction-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(25, 62, 42, .13);
}
.vc-attraction-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--vc-green), var(--vc-gold), var(--vc-terracotta));
}
.vc-attraction-card h3 {
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  margin-top: 26px;
}
.vc-attraction-card p {
  line-height: 1.72;
}
.vc-attraction-card strong {
  color: var(--vc-green-dark);
}
.vc-attraction-card .wp-block-image {
  overflow: hidden;
  border-radius: 15px;
}
.vc-attraction-card img {
  transition: transform .7s cubic-bezier(.2,.65,.3,1);
}
.vc-attraction-card:hover img {
  transform: scale(1.035);
}
.vc-topic-grid {
  align-items: stretch;
}
.vc-topic-grid > .wp-block-column {
  position: relative;
  overflow: hidden;
  border: 1px solid #e7dfc9;
  border-top: 0;
  border-radius: 18px;
  padding: clamp(28px, 4vw, 42px);
  box-shadow: 0 14px 36px rgba(56, 47, 28, .07);
}
.vc-topic-grid > .wp-block-column::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--vc-gold), var(--vc-terracotta));
}
.vc-topic-grid h2 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  margin-bottom: 18px;
}
.vc-demo-warning {
  border: 1px solid #ecd679;
  background: repeating-linear-gradient(-45deg, #fff5c9, #fff5c9 12px, #fff9df 12px, #fff9df 24px);
  box-shadow: 0 7px 20px rgba(91, 70, 0, .08);
}
.vc-parish-page .wp-block-button__link {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.vc-parish-page .wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(36, 84, 58, .22);
}
.vc-parish-page .site-footer {
  border-top: 1px solid var(--vc-border);
}

/* Animaciones progresivas: el contenido sigue visible si JavaScript no carga. */
body.vc-motion-ready .vc-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.65,.3,1);
}
body.vc-motion-ready .vc-reveal.vc-visible {
  opacity: 1;
  transform: translateY(0);
}
body.vc-motion-ready .vc-reveal[data-vc-delay="1"] { transition-delay: .08s; }
body.vc-motion-ready .vc-reveal[data-vc-delay="2"] { transition-delay: .16s; }
body.vc-motion-ready .vc-reveal[data-vc-delay="3"] { transition-delay: .24s; }

@media (prefers-reduced-motion: no-preference) {
  .vc-parish-hero .wp-block-cover__image-background {
    animation: vc-hero-drift 18s ease-in-out infinite alternate;
  }
  @keyframes vc-hero-drift {
    from { transform: scale(1.02); }
    to { transform: scale(1.09); }
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  body.vc-motion-ready .vc-reveal { opacity: 1; transform: none; }
}

@media (max-width: 781px) {
  .vc-parish-hero { min-height: 380px !important; }
  .vc-parish-hero h1 { font-size: clamp(2.5rem, 13vw, 4rem) !important; }
  .vc-parish-page .vc-section { padding-left: 20px; padding-right: 20px; }
  .vc-parish-page .vc-section > .wp-block-heading { margin-top: 58px; }
  .vc-info-grid > .wp-block-column,
  .vc-topic-grid > .wp-block-column,
  .vc-attraction-card { padding: 26px 22px; }
  .vc-attraction-card { margin-bottom: 52px; }
}
