.elementor-63 .elementor-element.elementor-element-551b8691{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-4fac5f4b{margin:-1px -1px calc(var(--kit-widget-spacing, 0px) + -1px) -1px;}.elementor-63 .elementor-element.elementor-element-0369840{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-2877d10f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-f22b716{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-10dd76b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-5dafdaf1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-1e3c390{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-1b05b754{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-5a1ad3e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-63 .elementor-element.elementor-element-710b6dd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4fac5f4b */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary   : #90191C;
  --primary-dk: #6e1315;
  --gold      : #C9A656;
  --gold-lt   : #f5edda;
  --white     : #ffffff;
  --black     : #111111;
  --bg-soft   : #f8f5f0;
  --text-dark : #111111;
  --text-body : #505050;
  --text-light: #909090;
  --border    : #e8e3dc;
  --font-head : 'Montserrat', sans-serif;
  --font-body : 'Poppins', sans-serif;
  --tr        : .35s cubic-bezier(.4,0,.2,1);
}

.lv2-hero {
  background: var(--white);
  font-family: var(--font-body);
  overflow: hidden;
  position: relative;
}

.lv2-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(144,25,28,.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
  z-index: 0;
  opacity: .6;
}

/* ── TOP BAR ── */
.lv2-topbar {
  background: var(--primary);
  text-align: center;
  padding: 10px 20px;
  position: relative;
  z-index: 5;
}
.lv2-topbar p {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 12.5px;
  color: var(--white);
  letter-spacing: .3px;
}
.lv2-topbar a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  margin-left: 5px;
}
.lv2-topbar a:hover { text-decoration: underline; }

/* ── HERO GRID ── */
.lv2-hero-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px 0;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ── H1 ── */
.lv2-h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(28px, 3.6vw, 50px);
  color: var(--text-dark);
  line-height: 1.13;
  letter-spacing: -.7px;
  margin-bottom: 14px;
  opacity: 0;
  animation: lv2Up .65s ease .22s forwards;
}
.lv2-h1 .h1-red { color: var(--primary); }

/* ── H2 ── */
.lv2-h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(18px, 2.2vw, 28px);
  color: var(--text-body);
  line-height: 1.25;
  letter-spacing: -.3px;
  margin-bottom: 26px;
  opacity: 0;
  animation: lv2Up .65s ease .3s forwards;
}

/* ── SUBTEXT ── */
.lv2-sub {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-body);
  font-weight: 400;
  margin-bottom: 38px;
  max-width: 560px;
  padding-left: 20px;
  border-left: 3px solid var(--primary);
  opacity: 0;
  animation: lv2Up .65s ease .34s forwards;
}
.lv2-sub strong { color: var(--text-dark); font-weight: 600; }

/* ── CTA BUTTONS ── */
.lv2-cta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  opacity: 0;
  animation: lv2Up .65s ease .46s forwards;
}

.lv2-btn-call {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
  background: var(--primary);
  padding: 16px 32px;
  border-radius: 8px;
  border: 2px solid var(--primary);
  letter-spacing: .3px;
  transition: all var(--tr);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.lv2-btn-call::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.1), transparent);
  pointer-events: none;
}
.lv2-btn-call:hover {
  background: var(--primary-dk);
  border-color: var(--primary-dk);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(144,25,28,.32);
}
.lv2-btn-call .btn-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--tr);
}
.lv2-btn-call:hover .btn-icon { background: rgba(255,255,255,.28); }

.lv2-btn-wa {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: var(--black);
  text-decoration: none;
  background: var(--gold);
  padding: 16px 32px;
  border-radius: 8px;
  border: 2px solid var(--gold);
  letter-spacing: .3px;
  transition: all var(--tr);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.lv2-btn-wa::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.12), transparent);
  pointer-events: none;
}
.lv2-btn-wa:hover {
  background: #b89040;
  border-color: #b89040;
  color: var(--black);
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(201,166,86,.38);
}
.lv2-btn-wa .btn-icon {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ── TRUST ROW ── */
.lv2-trust-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  animation: lv2Up .65s ease .58s forwards;
}
.lv2-trust-item { display: flex; align-items: center; gap: 8px; }
.lv2-trust-item .ti-check {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold-lt);
  border: 1.5px solid var(--gold);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.lv2-trust-item span {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--text-body);
  font-weight: 500;
  white-space: nowrap;
}

/* ── IMAGE BLOCK ── */
.lv2-img-block {
  position: relative;
  opacity: 0;
  animation: lv2Right .75s ease .28s forwards;
}
.lv2-corner-tl {
  position: absolute;
  top: -16px; left: -16px;
  width: 64px; height: 64px;
  border-top: 4px solid var(--primary);
  border-left: 4px solid var(--primary);
  border-radius: 6px 0 0 0;
  z-index: 3;
}
.lv2-corner-br {
  position: absolute;
  bottom: 60px; right: -16px;
  width: 64px; height: 64px;
  border-bottom: 4px solid var(--gold);
  border-right: 4px solid var(--gold);
  border-radius: 0 0 6px 0;
  z-index: 3;
}
.lv2-img-wrap {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  box-shadow: 0 30px 80px rgba(0,0,0,.13), 0 2px 8px rgba(0,0,0,.06);
}
.lv2-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  transition: transform .9s ease;
}
.lv2-img-wrap:hover img { transform: scale(1.04); }
.lv2-badge {
  position: absolute;
  top: 22px; right: 22px;
  background: var(--gold);
  border-radius: 10px;
  padding: 12px 16px;
  text-align: center;
  z-index: 4;
  box-shadow: 0 8px 24px rgba(201,166,86,.5);
}
.lv2-badge-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 24px;
  color: var(--black);
  display: block;
  line-height: 1;
}
.lv2-badge-lbl {
  font-family: var(--font-body);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(0,0,0,.6);
  display: block;
  margin-top: 3px;
}
.lv2-info-pill {
  position: absolute;
  bottom: 22px; left: 20px; right: 20px;
  background: var(--white);
  border-radius: 12px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 32px rgba(0,0,0,.14);
  z-index: 4;
}
.lv2-pill-icon {
  width: 44px; height: 44px; min-width: 44px;
  border-radius: 10px;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
}
.lv2-pill-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 13.5px;
  color: var(--text-dark);
  display: block;
  line-height: 1.2;
}
.lv2-pill-sub {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--text-light);
  font-weight: 400;
  display: block;
  margin-top: 2px;
}
.lv2-dots {
  position: absolute;
  bottom: -20px; left: -20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
  z-index: 0;
  opacity: .3;
}
.lv2-dots span {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  display: block;
}

/* ── STATS BAND ── */
.lv2-stats-band {
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.lv2-stats-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.lv2-stat {
  padding: 28px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--border);
  transition: background var(--tr);
  cursor: default;
}
.lv2-stat:last-child { border-right: none; }
.lv2-stat:hover { background: var(--white); }
.lv2-stat-icon {
  width: 48px; height: 48px; min-width: 48px;
  border-radius: 12px;
  background: var(--white);
  border: 1.5px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--tr), border-color var(--tr);
}
.lv2-stat:hover .lv2-stat-icon { background: var(--primary); border-color: var(--primary); }
.lv2-stat:hover .lv2-stat-icon svg { stroke: #fff; }
.lv2-stat-num {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: 24px;
  color: var(--primary);
  display: block;
  line-height: 1;
}
.lv2-stat-num .sup {
  font-size: 14px;
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 700;
}
.lv2-stat-lbl {
  font-family: var(--font-body);
  font-size: 11.5px;
  color: var(--text-light);
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

/* ── KEYFRAMES ── */
@keyframes lv2Up {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes lv2Right {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .lv2-hero-wrap { grid-template-columns: 1fr; gap: 52px; padding-top: 60px; }
  .lv2-img-block { max-width: 540px; margin: 0 auto; width: 100%; }
  .lv2-img-wrap { aspect-ratio: 16/10; }
  .lv2-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .lv2-stat:nth-child(2) { border-right: none; }
  .lv2-stat:nth-child(1),
  .lv2-stat:nth-child(2) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 768px) {
  .lv2-h1 { font-size: 27px; }
  .lv2-hero-wrap { padding-top: 48px; }
  .lv2-cta-row { gap: 10px; }
  .lv2-trust-row { gap: 14px; }
}
@media (max-width: 560px) {
  .lv2-h1 { font-size: 23px; }
  .lv2-cta-row { flex-direction: column; align-items: stretch; }
  .lv2-btn-call, .lv2-btn-wa { justify-content: center; }
  .lv2-stats-inner { grid-template-columns: 1fr; }
  .lv2-stat { border-right: none; border-bottom: 1px solid var(--border); }
  .lv2-stat:last-child { border-bottom: none; }
  .lv2-corner-tl, .lv2-corner-br { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a048b2 */.adgv-wrap *, .adgv-wrap *::before, .adgv-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.adgv-wrap {
  background: #f8f5f0;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.adgv-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* ── Header ── */
.adgv-header {
  text-align: center;
  margin-bottom: 72px;
}

.adgv-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #90191C;
  margin-bottom: 16px;
}

.adgv-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 2.8vw, 38px);
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.adgv-intro {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5568;
  max-width: 740px;
  margin: 0 auto;
}

/* ── Chapter list ── */
.adgv-chapters {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ── Single chapter strip ── */
.adgv-chapter {
  display: grid;
  grid-template-columns: 420px 1fr;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ece8e2;
  box-shadow: 0 2px 20px rgba(0,0,0,0.05);
  position: relative;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.adgv-chapter.adgv-in {
  opacity: 1;
  transform: translateY(0);
}

.adgv-chapter:hover {
  box-shadow: 0 12px 48px rgba(0,0,0,0.11);
  border-color: rgba(144,25,28,0.18);
}

/* Red→gold sweep bar on hover */
.adgv-chapter::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191C, #C9A656);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: 10;
}
.adgv-chapter:hover::before { transform: scaleX(1); }

/* Alternating: even chapters flip image to right */
.adgv-chapter:nth-child(even) { grid-template-columns: 1fr 420px; }
.adgv-chapter:nth-child(even) .adgv-img-col { order: 2; }
.adgv-chapter:nth-child(even) .adgv-text-col { order: 1; }

/* ── Image column ── */
.adgv-img-col {
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.adgv-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.7s ease;
}

.adgv-chapter:hover .adgv-img-col img { transform: scale(1.06); }

/* Gradient overlay — from darker corner to lighter */
.adgv-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(17,17,17,0.62) 0%, rgba(17,17,17,0.22) 100%);
  pointer-events: none;
}

/* Category pill */
.adgv-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: rgba(144,25,28,0.88);
  padding: 5px 13px;
  border-radius: 20px;
  z-index: 4;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* Ghost chapter number */
.adgv-big-num {
  position: absolute;
  bottom: 14px;
  right: 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(70px, 9vw, 108px);
  font-weight: 900;
  color: rgba(255,255,255,0.09);
  line-height: 1;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  letter-spacing: -2px;
}

/* ── Text column ── */
.adgv-text-col {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.adgv-chapter-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C9A656;
  margin-bottom: 14px;
}

.adgv-h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 18px;
  transition: color 0.25s;
}

.adgv-chapter:hover .adgv-h3 { color: #90191C; }

/* Thin rule under heading */
.adgv-rule {
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #90191C, #C9A656);
  border-radius: 2px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.adgv-body {
  font-size: 14px;
  line-height: 1.9;
  color: #4a5568;
  margin-bottom: 14px;
}
.adgv-body:last-child { margin-bottom: 0; }

/* Callout */
.adgv-callout {
  background: rgba(144,25,28,0.04);
  border-left: 3px solid #90191C;
  border-radius: 0 8px 8px 0;
  padding: 12px 18px;
  margin: 14px 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #111111;
  line-height: 1.75;
  flex-shrink: 0;
}
.adgv-callout:last-child { margin-bottom: 0; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .adgv-chapter,
  .adgv-chapter:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .adgv-chapter:nth-child(even) .adgv-img-col { order: 0; }
  .adgv-chapter:nth-child(even) .adgv-text-col { order: 0; }
  .adgv-img-col { min-height: 240px; }
  .adgv-text-col { padding: 32px 32px 36px; }
  .adgv-big-num { font-size: 80px; }
}

@media (max-width: 540px) {
  .adgv-wrap { padding: 64px 16px; }
  .adgv-img-col { min-height: 200px; }
  .adgv-text-col { padding: 24px 22px 28px; }
  .adgv-big-num { font-size: 64px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a61385c */.lvst-wrap *, .lvst-wrap *::before, .lvst-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lvst-wrap {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.lvst-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* ── Section Header ── */
.lvst-header {
  text-align: center;
  margin-bottom: 64px;
}

.lvst-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #90191C;
  margin-bottom: 18px;
}

.lvst-eyebrow::before,
.lvst-eyebrow::after {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #C9A656;
}

.lvst-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3.2vw, 38px);
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
  max-width: 820px;
  margin: 0 auto 24px;
}

.lvst-title-accent {
  color: #90191C;
}

.lvst-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
}

.lvst-rule-line {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9A656);
}

.lvst-rule-line:last-child {
  background: linear-gradient(90deg, #C9A656, transparent);
}

.lvst-rule-diamond {
  width: 8px;
  height: 8px;
  background: #90191C;
  transform: rotate(45deg);
}

/* ── Grid ── */
.lvst-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* ── Card ── */
.lvst-card {
  background: #ffffff;
  border: 1px solid #ede9e3;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  opacity: 0;
  transform: translateY(36px);
}

.lvst-card.lvst-in {
  opacity: 1;
  transform: translateY(0);
}

.lvst-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 56px rgba(0,0,0,0.10);
  border-color: #90191C;
}

/* ── Illustration Area ── */
.lvst-illus {
  position: relative;
  height: 188px;
  background: #f8f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}

.lvst-illus::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191C, #C9A656, #90191C);
}

.lvst-badge {
  position: absolute;
  top: 16px; left: 16px;
  width: 46px; height: 46px;
  background: #90191C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(144,25,28,0.3);
}

.lvst-ghost {
  position: absolute;
  bottom: -8px; right: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 88px;
  font-weight: 900;
  color: rgba(144,25,28,0.055);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.lvst-svg {
  width: 130px;
  height: 130px;
  position: relative;
  z-index: 1;
}

/* ── Card Body ── */
.lvst-body {
  padding: 26px 26px 0;
  flex: 1;
}

.lvst-step-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #C9A656;
  margin-bottom: 8px;
}

.lvst-card-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
  margin-bottom: 14px;
}

.lvst-card-text {
  font-size: 14px;
  line-height: 1.8;
  color: #4a5568;
}

.lvst-more {
  display: none;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #4a5568;
}

.lvst-more.open { display: block; }

/* ── Card Footer ── */
.lvst-foot {
  padding: 16px 26px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.lvst-rm-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #90191C;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  transition: gap 0.2s;
}

.lvst-rm-btn:hover { gap: 10px; }

.lvst-rm-btn .lvst-arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.lvst-rm-btn.open .lvst-arrow { transform: rotate(180deg); }

.lvst-q-link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #C9A656;
  text-decoration: none;
  transition: color 0.2s;
}

.lvst-q-link:hover { color: #90191C; }

/* ── Responsive ── */
@media (max-width: 860px) {
  .lvst-grid { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 540px) {
  .lvst-wrap { padding: 64px 16px; }
  .lvst-illus { height: 160px; }
  .lvst-body { padding: 20px 18px 0; }
  .lvst-foot { padding: 12px 18px 20px; }
  .lvst-card-title { font-size: 15px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68132b42 */.rvs-wrap *, .rvs-wrap *::before, .rvs-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.rvs-wrap {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.rvs-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* ── Header ── */
.rvs-header {
  text-align: center;
  margin-bottom: 64px;
}

.rvs-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 20px;
}

.rvs-intro {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5568;
  max-width: 700px;
  margin: 0 auto;
}

.rvs-intro strong {
  color: #111111;
  font-weight: 600;
}

/* ── Grid ── */
.rvs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

/* ── Card ── */
.rvs-card {
  background: #ffffff;
  border: 1px solid #ece8e2;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.32s ease, transform 0.32s ease, border-color 0.32s ease;
  opacity: 0;
  transform: translateY(22px);
}

.rvs-card.rvs-in {
  opacity: 1;
  transform: translateY(0);
}

.rvs-card:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
  transform: translateY(-5px);
  border-color: rgba(144,25,28,0.2);
}

/* Red→gold top bar on hover */
.rvs-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191C, #C9A656);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 5;
}

.rvs-card:hover::before { transform: scaleX(1); }

/* ── Image ── */
.rvs-img-wrap {
  position: relative;
  height: 210px;
  overflow: hidden;
  flex-shrink: 0;
}

.rvs-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.6s ease;
}

.rvs-card:hover .rvs-img-wrap img {
  transform: scale(1.05);
}

/* Dark gradient over image bottom */
.rvs-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0,0,0,0.45), transparent);
  pointer-events: none;
}

/* Number badge on image */
.rvs-num {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  background: #90191C;
  padding: 5px 11px;
  border-radius: 20px;
  z-index: 3;
}

/* ── Content ── */
.rvs-content {
  padding: 24px 26px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.rvs-h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
  margin-bottom: 12px;
  transition: color 0.25s;
}

.rvs-card:hover .rvs-h3 { color: #90191C; }

.rvs-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: #4a5568;
  flex: 1;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .rvs-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .rvs-wrap { padding: 64px 16px; }
  .rvs-img-wrap { height: 180px; }
  .rvs-content { padding: 20px 20px 24px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-10f59700 */.lvrc-wrap *, .lvrc-wrap *::before, .lvrc-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lvrc-wrap {
  background: #f8f5f0;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.lvrc-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* ── Header ── */
.lvrc-header {
  text-align: center;
  margin-bottom: 64px;
}

.lvrc-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 20px;
}

.lvrc-intro {
  font-size: 15px;
  line-height: 1.9;
  color: #4a5568;
  max-width: 740px;
  margin: 0 auto;
}

/* ── Grid ── */
.lvrc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* ── Card ── */
.lvrc-card {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #ece8e2;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
}

.lvrc-card.lvrc-in {
  opacity: 1;
  transform: translateY(0);
}

.lvrc-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.09);
  transform: translateY(-4px);
  border-color: rgba(144,25,28,0.18);
}

/* Top colour bar — sweeps in on hover */
.lvrc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191C, #C9A656);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.lvrc-card:hover::before { transform: scaleX(1); }

/* ── Card Inner ── */
.lvrc-card-inner {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── Card Head ── */
.lvrc-card-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.lvrc-pin {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: rgba(144,25,28,0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: background 0.25s;
}

.lvrc-card:hover .lvrc-pin {
  background: #90191C;
}

.lvrc-card:hover .lvrc-pin svg { stroke: #ffffff; }

.lvrc-pin svg {
  stroke: #90191C;
  transition: stroke 0.25s;
}

.lvrc-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.lvrc-h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
  transition: color 0.25s;
}

.lvrc-card:hover .lvrc-h3 { color: #90191C; }

.lvrc-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C9A656;
}

/* ── Divider ── */
.lvrc-rule {
  height: 1px;
  background: #f0ece6;
  margin-bottom: 16px;
}

/* ── Description ── */
.lvrc-desc {
  font-size: 13.5px;
  line-height: 1.85;
  color: #4a5568;
  flex: 1;
}

/* ── Responsive ── */
@media (max-width: 820px) {
  .lvrc-grid { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .lvrc-wrap { padding: 64px 16px; }
  .lvrc-card-inner { padding: 22px 20px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5865ee4f */.rvwc-wrap *, .rvwc-wrap *::before, .rvwc-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.rvwc-wrap {
  background: #f8f5f0;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.rvwc-container {
  max-width: 1240px;
  margin: 0 auto;
}

/* ── Layout: left panel + right statements ── */
.rvwc-inner {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 40px rgba(0,0,0,0.07);
}

/* ══ LEFT PANEL ══ */
.rvwc-left {
  background: #ffffff;
  padding: 56px 44px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-right: 1px solid #f0ece6;
}

/* Red→gold top accent */
.rvwc-left::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191C, #C9A656);
}

/* Subtle dot pattern */
.rvwc-left::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(144,25,28,0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}

.rvwc-left-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rvwc-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #90191C;
  margin-bottom: 20px;
}

.rvwc-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 800;
  color: #111111;
  line-height: 1.25;
  margin-bottom: 32px;
}

.rvwc-h2 em {
  font-style: normal;
  color: #90191C;
}

/* Divider line */
.rvwc-left-rule {
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, #90191C, #C9A656);
  margin-bottom: 32px;
  border-radius: 2px;
}

/* Statement count */
.rvwc-count {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: auto;
  padding-bottom: 48px;
}

.rvwc-count-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #90191C;
  line-height: 1;
}

.rvwc-count-label {
  font-size: 12px;
  color: #888070;
  line-height: 1.5;
  max-width: 80px;
}

/* CTA Buttons */
.rvwc-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rvwc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.28s ease;
  cursor: pointer;
  white-space: nowrap;
}

.rvwc-btn-primary {
  background: #90191C;
  color: #ffffff;
  border: 2px solid #90191C;
}

.rvwc-btn-primary:hover {
  background: #6e1315;
  border-color: #6e1315;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(144,25,28,0.4);
}

.rvwc-btn-outline {
  background: transparent;
  color: #111111;
  border: 1.5px solid #c5beb5;
}

.rvwc-btn-outline:hover {
  background: rgba(0,0,0,0.04);
  border-color: #111111;
  color: #111111;
}

/* ══ RIGHT PANEL ══ */
.rvwc-right {
  display: flex;
  flex-direction: column;
}

/* ── Single Statement ── */
.rvwc-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 28px;
  padding: 44px 48px 44px 40px;
  border-bottom: 1px solid #f0ece6;
  position: relative;
  cursor: default;
  opacity: 0;
  transform: translateX(24px);
  transition: opacity 0.5s ease, transform 0.5s ease, background 0.25s ease;
}

.rvwc-item:last-child { border-bottom: none; }

.rvwc-item.rvwc-in {
  opacity: 1;
  transform: translateX(0);
}

.rvwc-item:hover { background: #fdfcfb; }

/* Red left stripe on hover */
.rvwc-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #90191C, #C9A656);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.32s ease;
}

.rvwc-item:hover::before { transform: scaleY(1); }

/* Number */
.rvwc-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #C9A656;
  padding-top: 4px;
  transition: color 0.25s;
}

.rvwc-item:hover .rvwc-num { color: #90191C; }

/* Text */
.rvwc-text {
  font-size: 14.5px;
  line-height: 1.9;
  color: #4a5568;
}

.rvwc-text strong {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 8px;
  line-height: 1.35;
  transition: color 0.25s;
}

.rvwc-item:hover .rvwc-text strong { color: #90191C; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .rvwc-inner { grid-template-columns: 1fr; }
  .rvwc-left { padding: 48px 36px; }
  .rvwc-count { display: none; }
  .rvwc-btns { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .rvwc-wrap { padding: 64px 16px; }
  .rvwc-item { grid-template-columns: 52px 1fr; gap: 0 16px; padding: 32px 24px; }
  .rvwc-left { padding: 40px 24px; }
  .rvwc-btns { flex-direction: column; }
  .rvwc-btn { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ae4b063 */.lvpr-wrap *, .lvpr-wrap *::before, .lvpr-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lvpr-wrap {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.lvpr-container { max-width: 1240px; margin: 0 auto; }

/* ── Header ── */
.lvpr-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  margin-bottom: 56px;
  padding-bottom: 48px;
  border-bottom: 1px solid #e2ddd8;
}

.lvpr-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #111111;
  background: transparent;
  border: 1.5px solid #90191C;
  padding: 10px 22px;
  border-radius: 30px;
  margin-bottom: 20px;
  cursor: default;
  transition: background 0.25s, color 0.25s;
}

.lvpr-eyebrow:hover { background: #90191C; color: #ffffff; }

.lvpr-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 10px;
}

.lvpr-h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 600;
  color: #90191C;
}

.lvpr-header-right { padding-top: 6px; }

.lvpr-intro {
  font-size: 15px;
  line-height: 1.85;
  color: #4a5568;
}

/* ══════════════════════════════════
   COST FACTORS
══════════════════════════════════ */
.lvpr-factors-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.lvpr-factors-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lvpr-factors-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e2ddd8, transparent);
}

.lvpr-factors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 64px;
}

.lvpr-factor {
  background: #f8f5f0;
  border-radius: 12px;
  border: 1px solid #ede9e3;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  opacity: 0;
  transform: translateY(24px);
}

.lvpr-factor.lvpr-in {
  opacity: 1;
  transform: translateY(0);
}

.lvpr-factor:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.07);
  border-color: rgba(144,25,28,0.25);
}

.lvpr-factor-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lvpr-factor-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(144,25,28,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s, border-color 0.25s;
}

.lvpr-factor:hover .lvpr-factor-icon { background: #90191C; border-color: #90191C; }
.lvpr-factor:hover .lvpr-fi-stroke { stroke: #ffffff; }
.lvpr-factor:hover .lvpr-fi-fill { fill: #ffffff; }

.lvpr-factor-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #111111;
  line-height: 1.3;
}

.lvpr-factor-text {
  font-size: 12.5px;
  line-height: 1.75;
  color: #6b7280;
}

/* ══════════════════════════════════
   PRICING TIERS
══════════════════════════════════ */
.lvpr-tiers-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.lvpr-tiers-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.lvpr-tiers-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #e2ddd8, transparent);
}

.lvpr-tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

/* ── Base tier card ── */
.lvpr-tier {
  border-radius: 16px;
  border: 1px solid #ede9e3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
  opacity: 0;
  transform: translateY(28px);
}

.lvpr-tier.lvpr-in { opacity: 1; transform: translateY(0); }

.lvpr-tier:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 52px rgba(0,0,0,0.10);
}

/* Tier colour bar */
.lvpr-tier-bar {
  height: 4px;
  background: #e2ddd8;
}

.lvpr-tier:nth-child(1) .lvpr-tier-bar { background: #e2ddd8; }
.lvpr-tier:nth-child(2) .lvpr-tier-bar { background: linear-gradient(90deg, #C9A656, #e8cc88); }
.lvpr-tier:nth-child(3) .lvpr-tier-bar { background: linear-gradient(90deg, #90191C, #c0282c); }
.lvpr-tier:nth-child(4) .lvpr-tier-bar { background: linear-gradient(90deg, #111111, #444444); }

/* Tier body */
.lvpr-tier-body { padding: 24px 22px 0; flex: 1; }

.lvpr-tier-label {
  font-family: 'Poppins', sans-serif;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.lvpr-tier:nth-child(1) .lvpr-tier-label { color: #6b7280; }
.lvpr-tier:nth-child(2) .lvpr-tier-label { color: #C9A656; }
.lvpr-tier:nth-child(3) .lvpr-tier-label { color: #90191C; }
.lvpr-tier:nth-child(4) .lvpr-tier-label { color: #111111; }

.lvpr-tier-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
  margin-bottom: 20px;
  min-height: 44px;
}

/* Price display */
.lvpr-price-block {
  padding: 16px 0;
  border-top: 1px solid #f0ece6;
  border-bottom: 1px solid #f0ece6;
  margin-bottom: 18px;
}

.lvpr-price-from {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 4px;
}

.lvpr-price-amount {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 800;
  color: #111111;
  line-height: 1;
}

.lvpr-tier:nth-child(2) .lvpr-price-amount { color: #b8922a; }
.lvpr-tier:nth-child(3) .lvpr-price-amount { color: #90191C; }

.lvpr-price-note {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 4px;
}

/* Tier includes */
.lvpr-tier-includes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
}

.lvpr-include-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #4a5568;
}

.lvpr-include-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lvpr-tier:nth-child(1) .lvpr-include-dot { background: #f0ece6; }
.lvpr-tier:nth-child(2) .lvpr-include-dot { background: rgba(201,166,86,0.2); }
.lvpr-tier:nth-child(3) .lvpr-include-dot { background: rgba(144,25,28,0.12); }
.lvpr-tier:nth-child(4) .lvpr-include-dot { background: rgba(17,17,17,0.08); }

/* Tier footer */
.lvpr-tier-foot { padding: 0 22px 22px; }

.lvpr-tier-btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 16px;
  border-radius: 8px;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
}

/* Tier 1 button */
.lvpr-tier:nth-child(1) .lvpr-tier-btn {
  color: #90191C;
  background: transparent;
  border: 1.5px solid #90191C;
}
.lvpr-tier:nth-child(1) .lvpr-tier-btn:hover { background: #90191C; color: #ffffff; }

/* Tier 2 button */
.lvpr-tier:nth-child(2) .lvpr-tier-btn {
  color: #ffffff;
  background: #C9A656;
  border: 1.5px solid #C9A656;
}
.lvpr-tier:nth-child(2) .lvpr-tier-btn:hover { background: #b8922a; border-color: #b8922a; }

/* Tier 3 button — featured */
.lvpr-tier:nth-child(3) .lvpr-tier-btn {
  color: #ffffff;
  background: #90191C;
  border: 1.5px solid #90191C;
}
.lvpr-tier:nth-child(3) .lvpr-tier-btn:hover { background: #6e1214; border-color: #6e1214; }

/* Tier 4 button */
.lvpr-tier:nth-child(4) .lvpr-tier-btn {
  color: #ffffff;
  background: #111111;
  border: 1.5px solid #111111;
}
.lvpr-tier:nth-child(4) .lvpr-tier-btn:hover { background: #333333; border-color: #333333; }

/* Featured badge on tier 3 */
.lvpr-featured-badge {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ffffff;
  background: #90191C;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* ── Disclaimer ── */
.lvpr-disclaimer {
  margin-top: 28px;
  background: #f8f5f0;
  border-radius: 12px;
  border: 1px solid #ede9e3;
  padding: 20px 28px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.lvpr-disclaimer-icon {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(144,25,28,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.lvpr-disclaimer-text {
  font-size: 13px;
  line-height: 1.75;
  color: #4a5568;
}

.lvpr-disclaimer-text strong {
  font-weight: 600;
  color: #111111;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .lvpr-tiers-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .lvpr-header { grid-template-columns: 1fr; gap: 24px; }
  .lvpr-factors-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .lvpr-wrap { padding: 64px 16px; }
  .lvpr-factors-grid { grid-template-columns: 1fr; }
  .lvpr-tiers-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-293edc31 */.lvrv-wrap *, .lvrv-wrap *::before, .lvrv-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lvrv-wrap {
  background: #f8f5f0;
  font-family: 'Poppins', sans-serif;
  padding: 96px 24px;
  color: #111111;
}

.lvrv-container { max-width: 1240px; margin: 0 auto; }

/* ── Header ── */
.lvrv-header {
  text-align: center;
  margin-bottom: 56px;
}

.lvrv-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #111111;
  background: transparent;
  border: 1.5px solid #90191C;
  padding: 10px 22px;
  border-radius: 30px;
  margin-bottom: 20px;
  cursor: default;
  transition: background 0.25s, color 0.25s;
}

.lvrv-eyebrow:hover { background: #90191C; color: #ffffff; }

.lvrv-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 800;
  color: #111111;
  line-height: 1.2;
  max-width: 700px;
  margin: 0 auto;
}

/* ── Stars helper ── */
.lvrv-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.lvrv-stars svg { display: block; }

/* ══════════════════════════════════
   FEATURED REVIEW
══════════════════════════════════ */
.lvrv-featured {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #ede9e3;
  padding: 44px 44px 38px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(28px);
}

.lvrv-featured.lvrv-in { opacity: 1; transform: translateY(0); transition: opacity 0.65s ease, transform 0.65s ease; }
.lvrv-featured:hover { box-shadow: 0 20px 56px rgba(0,0,0,0.08); }

/* Red left stripe */
.lvrv-featured::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #90191C 0%, #C9A656 100%);
}

/* Giant decorative quote */
.lvrv-deco-quote {
  position: absolute;
  top: 12px; right: 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 160px;
  font-weight: 900;
  color: rgba(201,166,86,0.08);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Layout inside featured */
.lvrv-featured-inner {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 40px;
  align-items: center;
}

.lvrv-feat-quote {
  font-size: 16px;
  line-height: 1.9;
  color: #2d3748;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.lvrv-feat-quote::before {
  content: '\201C';
  font-size: 28px;
  color: #C9A656;
  font-style: normal;
  line-height: 0;
  vertical-align: -10px;
  margin-right: 4px;
}

.lvrv-feat-quote::after {
  content: '\201D';
  font-size: 28px;
  color: #C9A656;
  font-style: normal;
  line-height: 0;
  vertical-align: -10px;
  margin-left: 4px;
}

.lvrv-feat-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 28px 20px;
  background: #f8f5f0;
  border-radius: 14px;
  border: 1px solid #ede9e3;
}

.lvrv-feat-avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #90191C, #c0282c);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  border: 3px solid rgba(201,166,86,0.4);
}

.lvrv-feat-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  line-height: 1.35;
}

.lvrv-community-tag {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  color: #90191C;
  background: rgba(144,25,28,0.07);
  border: 1px solid rgba(144,25,28,0.15);
  padding: 4px 11px;
  border-radius: 20px;
}

/* ══════════════════════════════════
   GRID REVIEWS
══════════════════════════════════ */
.lvrv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.lvrv-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #ede9e3;
  padding: 30px 28px 26px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  opacity: 0;
  transform: translateY(28px);
}

.lvrv-card.lvrv-in { opacity: 1; transform: translateY(0); }

.lvrv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 44px rgba(0,0,0,0.08);
  border-color: rgba(144,25,28,0.2);
}

/* Gold top sweep */
.lvrv-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #90191C, #C9A656);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.32s ease;
}

.lvrv-card:hover::before { transform: scaleX(1); }

/* Ghost quote deco */
.lvrv-card-deco {
  position: absolute;
  top: 8px; right: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  font-weight: 900;
  color: rgba(201,166,86,0.09);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

.lvrv-card-quote {
  font-size: 14px;
  line-height: 1.85;
  color: #4a5568;
  font-style: italic;
  flex: 1;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.lvrv-card-quote::before {
  content: '\201C';
  font-size: 20px;
  color: #C9A656;
  font-style: normal;
  line-height: 0;
  vertical-align: -7px;
  margin-right: 3px;
}

.lvrv-card-quote::after {
  content: '\201D';
  font-size: 20px;
  color: #C9A656;
  font-style: normal;
  line-height: 0;
  vertical-align: -7px;
  margin-left: 3px;
}

.lvrv-card-footer {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 18px;
  border-top: 1px solid #f0ece6;
}

/* Avatar colours per card */
.lvrv-card-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 800;
  color: #ffffff;
  flex-shrink: 0;
}

.lvrv-avatar-gold  { background: linear-gradient(135deg, #b8922a, #C9A656); }
.lvrv-avatar-red   { background: linear-gradient(135deg, #90191C, #c0282c); }
.lvrv-avatar-dark  { background: linear-gradient(135deg, #2d3748, #4a5568); }
.lvrv-avatar-teal  { background: linear-gradient(135deg, #0f766e, #14b8a6); }

.lvrv-card-person-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 4px;
}

/* ── Responsive ── */
@media (max-width: 860px) {
  .lvrv-featured-inner { grid-template-columns: 1fr; }
  .lvrv-feat-right { flex-direction: row; text-align: left; }
}

@media (max-width: 600px) {
  .lvrv-wrap { padding: 64px 16px; }
  .lvrv-featured { padding: 28px 22px; }
  .lvrv-grid { grid-template-columns: 1fr; }
  .lvrv-feat-quote { font-size: 14.5px; }
  .lvrv-feat-right { flex-direction: column; align-items: center; text-align: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e523cb */.faq-wrap *, .faq-wrap *::before, .faq-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.faq-wrap {
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 88px 24px 96px;
  color: #111111;
}

.faq-container {
  max-width: 860px;
  margin: 0 auto;
}

/* ── Header ── */
.faq-header {
  text-align: center;
  margin-bottom: 56px;
}

.faq-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 10px;
}

.faq-h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 600;
  color: #90191C;
}

/* ── Accordion ── */
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #e8e3dd;
}

.faq-item {
  border-bottom: 1px solid #e8e3dd;
  position: relative;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.faq-item.faq-in {
  opacity: 1;
  transform: translateY(0);
}

/* Left gradient accent bar */
.faq-item::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #90191C, #C9A656);
  border-radius: 2px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s ease;
}

.faq-item.open::before { transform: scaleY(1); }

.faq-trigger {
  width: 100%;
  background: none;
  border: none;
  padding: 26px 0 26px 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s;
}

.faq-trigger:hover { background: rgba(144,25,28,0.02); }
.faq-item.open .faq-trigger { background: rgba(144,25,28,0.025); }

/* Gold number badge */
.faq-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #C9A656;
  min-width: 28px;
  flex-shrink: 0;
  transition: color 0.25s;
}

.faq-item.open .faq-num { color: #90191C; }

.faq-question {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 700;
  color: #111111;
  line-height: 1.45;
  flex: 1;
  transition: color 0.22s;
}

.faq-item.open .faq-question {
  color: #90191C;
}

.faq-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid #d6d0c9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 4px;
  transition: background 0.25s, border-color 0.25s;
}

.faq-item.open .faq-icon {
  background: #90191C;
  border-color: #90191C;
}

.faq-icon-h,
.faq-icon-v {
  transition: transform 0.28s ease, opacity 0.28s ease;
  transform-origin: center;
}

.faq-item.open .faq-icon-v {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s ease;
}

.faq-answer {
  padding: 0 20px 28px calc(20px + 28px + 18px);
  font-size: 14.5px;
  line-height: 1.9;
  color: #4a5568;
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .faq-wrap { padding: 64px 16px 80px; }
  .faq-trigger { padding: 20px 0 20px 12px; gap: 12px; }
  .faq-answer { padding: 0 12px 22px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-634a8894 */.lvcta-wrap *, .lvcta-wrap *::before, .lvcta-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }

.lvcta-wrap {
  background: #f8f5f0;
  font-family: 'Poppins', sans-serif;
  padding: 100px 24px 0;
  color: #111111;
  position: relative;
  overflow: hidden;
}

/* Subtle background texture lines */
.lvcta-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(201,166,86,0.06) 0%, transparent 50%),
    linear-gradient(225deg, rgba(144,25,28,0.04) 0%, transparent 50%);
  pointer-events: none;
}

/* Gold top border */
.lvcta-wrap::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #C9A656 30%, #90191C 70%, transparent);
}

.lvcta-container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Main Content ── */
.lvcta-body {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 72px;
}

.lvcta-h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin-bottom: 36px;
}

.lvcta-h2 em {
  font-style: normal;
  color: #90191C;
}

.lvcta-text {
  font-size: 15px;
  line-height: 1.95;
  color: #4a5568;
  margin-bottom: 20px;
}

.lvcta-text-accent {
  font-size: 15px;
  line-height: 1.85;
  color: #111111;
  font-weight: 500;
  margin-bottom: 20px;
  border-left: 2px solid #C9A656;
  padding-left: 18px;
  text-align: left;
}

.lvcta-text-close {
  font-size: 15px;
  line-height: 1.95;
  color: #4a5568;
  margin-bottom: 48px;
}

/* ── Buttons ── */
.lvcta-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.lvcta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 15px 28px;
  border-radius: 6px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.lvcta-btn:hover { transform: translateY(-2px); }

/* Primary — red filled */
.lvcta-btn-primary {
  background: #90191C;
  color: #ffffff;
  box-shadow: 0 4px 24px rgba(144,25,28,0.35);
}
.lvcta-btn-primary:hover {
  background: #7a1417;
  box-shadow: 0 8px 32px rgba(144,25,28,0.5);
}

/* WhatsApp — dark outlined */
.lvcta-btn-whatsapp {
  background: transparent;
  color: #111111;
  border: 1.5px solid #c5beb5;
}
.lvcta-btn-whatsapp:hover {
  background: rgba(0,0,0,0.04);
  border-color: #111111;
}

/* Phone — gold outlined */
.lvcta-btn-phone {
  background: transparent;
  color: #C9A656;
  border: 1.5px solid #C9A656;
}
.lvcta-btn-phone:hover {
  background: rgba(201,166,86,0.08);
}

/* Button SVG icons */
.lvcta-btn svg {
  flex-shrink: 0;
}

/* ── Availability Strip ── */
.lvcta-avail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
}

.lvcta-avail-item {
  font-size: 12px;
  color: #888070;
  letter-spacing: 0.2px;
}

.lvcta-avail-dot {
  width: 3px;
  height: 3px;
  background: #C9A656;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Bottom strip ── */
.lvcta-footer-strip {
  border-top: 1px solid #e8e3dd;
  margin-top: 0;
  padding: 28px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lvcta-footer-strip p {
  font-size: 12px;
  color: #b0a898;
  letter-spacing: 0.3px;
}

/* ── Animations ── */
.lvcta-body {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.lvcta-body.lvcta-in {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .lvcta-wrap { padding: 72px 20px 0; }
  .lvcta-buttons { flex-direction: column; align-items: stretch; }
  .lvcta-btn { justify-content: center; }
  .lvcta-avail { gap: 8px; }
  .lvcta-avail-dot { display: none; }
  .lvcta-avail-item { width: 100%; text-align: center; }
}/* End custom CSS */