/* Visa Globus homepage V12 — homepage-only design layer */
.home-v12-page {
  background: #fff;
  --v12-navy: #042f34;
  --v12-teal: #08787b;
  --v12-teal-dark: #06565b;
  --v12-soft: #eef7f5;
  --v12-cream: #f7f3e9;
  --v12-gold: #d2aa55;
  --v12-line: #d9e7e4;
  --v12-text: #123c40;
  --v12-muted: #5e7474;
}
.home-v12-page .site-header-v11 .nav-link { font-size: 15px; }
.home-v12-page .utility-bar { font-size: 13px; }
.home-v12-page main { overflow: hidden; }
.home-v12-page .v12-section { padding: 92px 0; }
.home-v12-page .v12-kicker,
.home-v12-page .v12-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--v12-teal);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.home-v12-page .v12-kicker::before,
.home-v12-page .v12-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: var(--v12-gold);
}
.home-v12-page .v12-kicker-light { color: #c8e7e3; }
.home-v12-page h1,
.home-v12-page h2 { text-wrap: balance; }
.home-v12-page p { font-size: 17px; line-height: 1.72; }

/* Hero */
.v12-hero {
  position: relative;
  padding: 70px 0 64px;
  background:
    radial-gradient(circle at 92% 15%, rgba(213,176,92,.18), transparent 25%),
    radial-gradient(circle at 5% 88%, rgba(31,170,165,.12), transparent 25%),
    linear-gradient(135deg, #f8fbfa 0%, #eef7f5 58%, #f8f4eb 100%);
}
.v12-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .38;
  pointer-events: none;
  background-image: linear-gradient(rgba(5,78,82,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(5,78,82,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 88%);
}
.v12-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.88fr) minmax(500px,1.12fr);
  gap: 68px;
  align-items: center;
  min-height: 590px;
}
.v12-hero-copy { padding: 32px 0; }
.v12-hero-copy h1 {
  max-width: 650px;
  margin: 23px 0 24px;
  color: var(--v12-navy);
  font-size: clamp(57px, 5.8vw, 82px);
  line-height: .98;
  letter-spacing: -.042em;
}
.v12-hero-copy > p {
  max-width: 620px;
  margin: 0 0 31px;
  color: #466466;
  font-size: 19px;
  line-height: 1.65;
}
.v12-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.v12-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 21px;
  border: 1px solid transparent;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.v12-btn:hover { transform: translateY(-2px); }
.v12-btn .icon { width: 20px; height: 20px; }
.v12-btn-primary { background: var(--v12-teal); color: #fff; box-shadow: 0 14px 30px rgba(8,120,123,.22); }
.v12-btn-primary:hover { background: var(--v12-teal-dark); box-shadow: 0 18px 38px rgba(8,120,123,.26); }
.v12-btn-secondary { border-color: #bcd3cf; background: rgba(255,255,255,.86); color: var(--v12-navy); }
.v12-btn-secondary:hover { background: #fff; box-shadow: 0 12px 28px rgba(4,47,52,.1); }
.v12-btn-gold { background: var(--v12-gold); color: var(--v12-navy); }
.v12-proof {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 39px;
}
.v12-proof > span {
  display: grid;
  min-width: 132px;
  padding: 0 24px;
  border-left: 1px solid #cadbd8;
}
.v12-proof > span:first-child { padding-left: 0; border-left: 0; }
.v12-proof b { color: var(--v12-navy); font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 1; }
.v12-proof small { margin-top: 8px; color: #667f7e; font-size: 13px; line-height: 1.35; }

.v12-hero-visual { position: relative; min-height: 570px; }
.v12-photo-frame { overflow: hidden; background: #dbece8 url('/assets/images/home-v12/destination-fallback.svg') center/cover no-repeat; }
.v12-photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.v12-hero-main-photo {
  position: absolute;
  inset: 0 83px 0 0;
  border-radius: 34px;
  box-shadow: 0 34px 76px rgba(4,47,52,.2);
}
.v12-hero-main-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3,37,40,.45));
  pointer-events: none;
}
.v12-hero-side-photo {
  position: absolute;
  right: 0;
  top: 52px;
  width: 196px;
  height: 245px;
  border: 9px solid rgba(255,255,255,.94);
  border-radius: 25px;
  box-shadow: 0 24px 55px rgba(4,47,52,.22);
}
.v12-photo-note {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 47px 1fr;
  align-items: center;
  gap: 13px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 16px;
  background: rgba(3,46,50,.84);
  color: #fff;
  backdrop-filter: blur(12px);
}
.v12-photo-note > .icon { width: 47px; height: 47px; padding: 11px; border-radius: 13px; background: rgba(255,255,255,.11); color: #f0d797; }
.v12-photo-note span { display: grid; }
.v12-photo-note small { color: #c4dcda; font-size: 13px; }
.v12-photo-note b { margin-top: 2px; font-size: 16px; }
.v12-floating-card {
  position: absolute;
  z-index: 3;
  right: 19px;
  bottom: 57px;
  width: 250px;
  min-height: 83px;
  display: grid;
  grid-template-columns: 45px 1fr 20px;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid rgba(4,80,84,.1);
  border-radius: 18px;
  background: #fff;
  color: var(--v12-navy);
  box-shadow: 0 20px 50px rgba(4,47,52,.17);
  transition: transform .2s ease;
}
.v12-floating-card:hover { transform: translateY(-3px); }
.v12-floating-card > span:first-child { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--v12-soft); color: var(--v12-teal); }
.v12-floating-card div { display: grid; }
.v12-floating-card small { color: var(--v12-muted); font-size: 13px; }
.v12-floating-card b { font-size: 16px; }
.v12-floating-card > .icon { color: var(--v12-teal); }

/* Compact trust bar */
.v12-quickbar { border-top: 1px solid #dce9e6; border-bottom: 1px solid #dce9e6; background: #fff; }
.v12-quickbar-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.v12-quickbar-grid > span {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 15px 20px;
  border-left: 1px solid #e1ebe9;
  color: #244e51;
  font-size: 15px;
}
.v12-quickbar-grid > span:first-child { border-left: 0; }
.v12-quickbar-grid .icon { width: 22px; height: 22px; color: var(--v12-teal); }

/* Shared section heading */
.v12-section-head { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin-bottom: 36px; }
.v12-section-head > div { max-width: 760px; }
.v12-section-head h2 { margin: 13px 0 13px; color: var(--v12-navy); font-size: clamp(39px,4.1vw,57px); }
.v12-section-head p { max-width: 690px; margin: 0; color: var(--v12-muted); }
.v12-section-head-centered { justify-content: center; text-align: center; }
.v12-section-head-centered > div { max-width: 780px; }
.v12-section-head-centered p { margin-inline: auto; }
.v12-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--v12-teal); font-size: 16px; font-weight: 800; white-space: nowrap; }
.v12-text-link .icon { width: 18px; height: 18px; transition: transform .2s ease; }
.v12-text-link:hover .icon { transform: translateX(4px); }

/* Destination section */
.v12-popular-section { background: #fff; }
.v12-destination-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-auto-rows: 280px;
  gap: 16px;
}
.v12-destination-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border-radius: 21px;
  background: #dbece8 url('/assets/images/home-v12/destination-fallback.svg') center/cover no-repeat;
  box-shadow: 0 12px 30px rgba(4,47,52,.09);
}
.v12-destination-card-large { grid-column: span 2; }
.v12-destination-photo,
.v12-destination-shade { position: absolute; inset: 0; }
.v12-destination-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.v12-destination-card:hover .v12-destination-photo img { transform: scale(1.055); }
.v12-destination-shade { background: linear-gradient(180deg,rgba(2,27,30,.08),rgba(2,31,34,.13) 42%,rgba(2,31,34,.9) 100%); }
.v12-destination-top,
.v12-destination-bottom { position: absolute; z-index: 2; left: 18px; right: 18px; display: flex; align-items: center; }
.v12-destination-top { top: 18px; gap: 10px; }
.v12-destination-top > small { padding: 7px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(3,39,42,.55); color: #fff; font-size: 12px; line-height: 1.2; backdrop-filter: blur(8px); }
.v12-flag { width: 43px; height: 30px; overflow: hidden; border: 2px solid rgba(255,255,255,.85); border-radius: 6px; background: #fff; box-shadow: 0 5px 13px rgba(0,0,0,.15); }
.v12-flag img { width: 100%; height: 100%; object-fit: cover; }
.v12-destination-bottom { bottom: 18px; justify-content: space-between; gap: 15px; color: #fff; }
.v12-destination-bottom b { font-family: var(--font-display); font-size: clamp(23px,2vw,31px); font-weight: 400; line-height: 1.1; }
.v12-destination-bottom > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: rgba(255,255,255,.16); backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.v12-destination-card:hover .v12-destination-bottom > span { background: var(--v12-gold); color: var(--v12-navy); transform: translateX(2px); }
.v12-more-destinations { display: grid; grid-template-columns: repeat(7,1fr); gap: 9px; margin-top: 17px; }
.v12-more-destinations a {
  min-height: 76px;
  display: grid;
  grid-template-columns: 38px 1fr 16px;
  align-items: center;
  gap: 9px;
  padding: 11px 12px;
  border: 1px solid var(--v12-line);
  border-radius: 14px;
  background: #f9fbfa;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.v12-more-destinations a:hover { transform: translateY(-2px); border-color: #b9d5d0; background: #fff; }
.v12-more-destinations b { font-size: 14px; line-height: 1.25; }
.v12-more-destinations > a > .icon { color: var(--v12-teal); }
.v12-small-flag { width: 38px; height: 26px; overflow: hidden; border: 1px solid #ccdcd9; border-radius: 5px; background: #fff; }
.v12-small-flag img { width: 100%; height: 100%; object-fit: cover; }

/* CIS */
.v12-cis-section { position: relative; background: linear-gradient(135deg,#052f34 0%,#064d52 64%,#075e62 100%); color: #fff; }
.v12-cis-section::after { content: ''; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: radial-gradient(circle at 85% 20%,#e5c77e 0,transparent 25%), linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: auto,52px 52px,52px 52px; }
.v12-cis-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .68fr 1.32fr; gap: 64px; align-items: center; }
.v12-cis-intro h2 { margin: 16px 0 17px; color: #fff; font-size: clamp(42px,4vw,58px); }
.v12-cis-intro p { max-width: 500px; margin-bottom: 27px; color: #c1dbd8; }
.v12-cis-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.v12-cis-grid a { min-height: 79px; display: grid; grid-template-columns: 47px 1fr 18px; align-items: center; gap: 12px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(255,255,255,.075); transition: transform .2s ease, background .2s ease; }
.v12-cis-grid a:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }
.v12-cis-flag { width: 47px; height: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 6px; background: #fff; }
.v12-cis-flag img { width: 100%; height: 100%; object-fit: cover; }
.v12-cis-grid a > span:nth-child(2) { display: grid; }
.v12-cis-grid b { color: #fff; font-size: 16px; }
.v12-cis-grid small { color: #a9cfca; font-size: 13px; }
.v12-cis-grid .icon { color: #e8cd8e; }

/* Services */
.v12-services-section { background: var(--v12-cream); }
.v12-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.v12-service-grid > a { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; border: 1px solid #e3dfd2; border-radius: 21px; background: rgba(255,255,255,.88); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.v12-service-grid > a:hover { transform: translateY(-4px); border-color: #c7d9d5; box-shadow: 0 18px 38px rgba(4,47,52,.1); }
.v12-service-grid > a > span { width: 57px; height: 57px; display: grid; place-items: center; border-radius: 16px; background: var(--v12-soft); color: var(--v12-teal); }
.v12-service-grid > a > span .icon { width: 27px; height: 27px; }
.v12-service-grid h3 { margin: 23px 0 8px; color: var(--v12-navy); font-family: var(--font-display); font-size: 26px; font-weight: 400; }
.v12-service-grid p { margin: 0 0 22px; color: var(--v12-muted); font-size: 16px; line-height: 1.6; }
.v12-service-grid > a > b { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--v12-teal); font-size: 15px; }
.v12-service-grid > a > b .icon { width: 17px; height: 17px; }

/* Review */
.v12-review-section { background: #fff; }
.v12-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.v12-review-photo { position: relative; height: 590px; border-radius: 29px; box-shadow: 0 28px 70px rgba(4,47,52,.15); }
.v12-review-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 56%,rgba(3,41,44,.38)); pointer-events: none; }
.v12-review-badge { position: absolute; z-index: 2; left: 23px; right: 23px; bottom: 23px; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 13px; padding: 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 17px; background: rgba(3,42,46,.83); color: #fff; backdrop-filter: blur(10px); }
.v12-review-badge > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: rgba(255,255,255,.1); color: #efd596; }
.v12-review-badge > span .icon { width: 25px; height: 25px; }
.v12-review-badge div { display: grid; }
.v12-review-badge small { color: #b7d3d0; font-size: 13px; }
.v12-review-badge b { font-size: 16px; }
.v12-review-copy h2 { margin: 16px 0 18px; color: var(--v12-navy); font-size: clamp(40px,4.2vw,58px); }
.v12-review-copy > p { margin-bottom: 26px; }
.v12-review-list { display: grid; gap: 10px; margin: 0 0 27px; }
.v12-review-list > div { display: grid; grid-template-columns: 43px 1fr; align-items: start; gap: 13px; padding: 13px 14px; border: 1px solid var(--v12-line); border-radius: 14px; background: #fbfcfc; }
.v12-review-list > div > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: var(--v12-soft); color: var(--v12-teal); font-size: 13px; font-weight: 800; }
.v12-review-list p { display: grid; margin: 0; }
.v12-review-list b { color: var(--v12-text); font-size: 16px; }
.v12-review-list small { margin-top: 3px; color: var(--v12-muted); font-size: 14px; line-height: 1.45; }

/* Cities */
.v12-cities-section { background: var(--v12-soft); }
.v12-city-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.v12-city-grid a { min-height: 81px; display: grid; grid-template-columns: 46px 1fr 18px; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid #d4e4e1; border-radius: 15px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.v12-city-grid a:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(4,47,52,.09); }
.v12-city-grid a > span:first-child { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: #f8f2df; color: #a87924; }
.v12-city-grid a > span:first-child .icon { width: 22px; height: 22px; }
.v12-city-grid a > div { display: grid; }
.v12-city-grid b { color: var(--v12-text); font-size: 16px; }
.v12-city-grid small { color: var(--v12-muted); font-size: 13px; }
.v12-city-grid a > .icon { color: var(--v12-teal); }

/* Process */
.v12-process-section { background: #fff; }
.v12-process-grid { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.v12-process-grid::before { content: ''; position: absolute; left: 9%; right: 9%; top: 55px; height: 1px; border-top: 1px dashed #b9ceca; }
.v12-process-grid > div { position: relative; min-height: 260px; padding: 25px 24px 26px; border: 1px solid var(--v12-line); border-radius: 20px; background: #fff; }
.v12-step { position: absolute; top: 17px; right: 18px; color: #9fb2b0; font-size: 13px; font-weight: 800; letter-spacing: .1em; }
.v12-process-icon { position: relative; z-index: 1; width: 61px; height: 61px; display: grid; place-items: center; border: 8px solid #fff; border-radius: 50%; background: var(--v12-teal); color: #fff; box-shadow: 0 0 0 1px var(--v12-line); }
.v12-process-icon .icon { width: 24px; height: 24px; }
.v12-process-grid h3 { margin: 24px 0 9px; color: var(--v12-navy); font-family: var(--font-display); font-size: 25px; font-weight: 400; }
.v12-process-grid p { margin: 0; color: var(--v12-muted); font-size: 16px; line-height: 1.6; }

/* SEO + FAQ */
.v12-seo-section { background: linear-gradient(135deg,#f8f4e9,#f2f8f6); }
.v12-seo-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: start; }
.v12-seo-copy h2,
.v12-faqs h2 { margin: 15px 0 18px; color: var(--v12-navy); font-size: clamp(37px,3.8vw,52px); }
.v12-seo-copy p { color: #526b6c; }
.v12-seo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.v12-faqs details { border-top: 1px solid #cadbd8; }
.v12-faqs details:last-child { border-bottom: 1px solid #cadbd8; }
.v12-faqs summary { min-height: 65px; display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 18px; padding: 13px 0; color: var(--v12-text); font-size: 17px; font-weight: 750; cursor: pointer; list-style: none; }
.v12-faqs summary::-webkit-details-marker { display: none; }
.v12-faqs summary span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--v12-teal); font-size: 21px; font-weight: 400; transition: transform .2s ease; }
.v12-faqs details[open] summary span { transform: rotate(45deg); }
.v12-faqs details p { margin: 0; padding: 0 45px 20px 0; color: var(--v12-muted); font-size: 16px; line-height: 1.7; }

@media (max-width: 1240px) {
  .home-v12-page .site-header-v11 .nav-link { font-size: 14px; }
  .v12-hero-grid { grid-template-columns: minmax(0,.9fr) minmax(440px,1.1fr); gap: 45px; }
  .v12-hero-copy h1 { font-size: clamp(52px,5.7vw,72px); }
  .v12-more-destinations { grid-template-columns: repeat(4,1fr); }
  .v12-cis-layout { grid-template-columns: .75fr 1.25fr; gap: 42px; }
}

@media (max-width: 1040px) {
  .v12-hero { padding: 55px 0 50px; }
  .v12-hero-grid { grid-template-columns: 1fr; gap: 40px; min-height: 0; }
  .v12-hero-copy { max-width: 760px; padding: 15px 0 0; }
  .v12-hero-visual { min-height: 510px; }
  .v12-hero-main-photo { right: 120px; }
  .v12-quickbar-grid { grid-template-columns: 1fr 1fr; }
  .v12-quickbar-grid > span:nth-child(3) { border-left: 0; border-top: 1px solid #e1ebe9; }
  .v12-quickbar-grid > span:nth-child(4) { border-top: 1px solid #e1ebe9; }
  .v12-destination-grid { grid-template-columns: repeat(2,1fr); }
  .v12-cis-layout { grid-template-columns: 1fr; }
  .v12-cis-intro { max-width: 720px; }
  .v12-service-grid { grid-template-columns: repeat(2,1fr); }
  .v12-review-grid { gap: 42px; }
  .v12-review-photo { height: 520px; }
  .v12-city-grid { grid-template-columns: repeat(2,1fr); }
  .v12-process-grid { grid-template-columns: repeat(2,1fr); }
  .v12-process-grid::before { display: none; }
  .v12-seo-grid { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 720px) {
  .home-v12-page .v12-section { padding: 66px 0; }
  .home-v12-page p { font-size: 16px; }
  .home-v12-page .v12-kicker,
  .home-v12-page .v12-eyebrow { font-size: 12px; letter-spacing: .1em; }
  .v12-hero { padding: 45px 0 36px; }
  .v12-hero-copy h1 { margin: 18px 0 20px; font-size: clamp(45px,13vw,61px); }
  .v12-hero-copy > p { font-size: 18px; }
  .v12-hero-actions { flex-direction: column; }
  .v12-btn { width: 100%; }
  .v12-proof { flex-wrap: wrap; gap: 23px 0; }
  .v12-proof > span { width: 50%; min-width: 0; padding: 0 16px; }
  .v12-proof > span:nth-child(3) { padding-left: 0; border-left: 0; }
  .v12-hero-visual { min-height: 410px; }
  .v12-hero-main-photo { right: 42px; border-radius: 24px; }
  .v12-hero-side-photo { top: 34px; width: 125px; height: 160px; border-width: 6px; border-radius: 18px; }
  .v12-floating-card { right: 3px; bottom: 24px; width: 225px; }
  .v12-photo-note { left: 14px; right: 14px; bottom: 14px; grid-template-columns: 40px 1fr; padding: 12px; }
  .v12-photo-note > .icon { width: 40px; height: 40px; padding: 9px; }
  .v12-quickbar-grid { grid-template-columns: 1fr; }
  .v12-quickbar-grid > span { min-height: 62px; justify-content: flex-start; border-left: 0; border-top: 1px solid #e1ebe9; }
  .v12-quickbar-grid > span:first-child { border-top: 0; }
  .v12-section-head { align-items: flex-start; flex-direction: column; margin-bottom: 29px; }
  .v12-section-head h2 { font-size: clamp(36px,10vw,48px); }
  .v12-destination-grid { grid-template-columns: 1fr; grid-auto-rows: 255px; }
  .v12-destination-card-large { grid-column: auto; }
  .v12-more-destinations { grid-template-columns: 1fr 1fr; }
  .v12-cis-grid { grid-template-columns: 1fr 1fr; }
  .v12-service-grid { grid-template-columns: 1fr; }
  .v12-service-grid > a { min-height: 220px; }
  .v12-review-grid { grid-template-columns: 1fr; }
  .v12-review-photo { height: 430px; }
  .v12-review-copy h2 { font-size: clamp(37px,10vw,48px); }
  .v12-city-grid { grid-template-columns: 1fr; }
  .v12-process-grid { grid-template-columns: 1fr; }
  .v12-process-grid > div { min-height: 230px; }
  .v12-seo-copy h2,
  .v12-faqs h2 { font-size: clamp(35px,9.5vw,47px); }
  .v12-seo-actions { align-items: stretch; flex-direction: column; }
  .v12-seo-actions .v12-text-link { justify-content: center; }
}

@media (max-width: 470px) {
  .v12-proof > span { width: 100%; padding: 0; border-left: 0; }
  .v12-hero-visual { min-height: 350px; }
  .v12-hero-main-photo { right: 20px; }
  .v12-hero-side-photo { width: 102px; height: 132px; }
  .v12-floating-card { left: 18px; right: 0; bottom: 18px; width: auto; }
  .v12-photo-note { display: none; }
  .v12-more-destinations { grid-template-columns: 1fr; }
  .v12-cis-grid { grid-template-columns: 1fr; }
  .v12-review-photo { height: 360px; }
  .v12-review-badge { left: 13px; right: 13px; bottom: 13px; }
}
