:root {
  --lawvex-green: #5aab33;
  --lawvex-dark-green: #475b3c;
  --lawvex-ink: #212326;
  --lawvex-gray: #f2f3f5;
}

.lawvex-service-banner {
  display: block;
  width: 100%;
  padding: 10px 20px;
  background: var(--lawvex-green);
  color: #fff !important;
  font: 700 14px/1.4 Lato, sans-serif;
  letter-spacing: .02em;
  text-align: center;
  text-decoration: none;
}
.lawvex-service-banner:hover,
.lawvex-service-banner:focus,
.lawvex-service-banner:active,
.lawvex-service-banner:visited {
  background: var(--lawvex-green);
  color: #fff !important;
  text-decoration: none;
}

.lawvex-logo-message {
  margin-top: 7px;
  color: var(--lawvex-dark-green);
  font: 700 12px/1.25 Lato, sans-serif;
  letter-spacing: .03em;
  text-align: center;
  white-space: nowrap;
}

.lawvex-nav-cta {
  align-items: center;
  min-height: 42px !important;
  margin: 3px 0 3px 12px;
  padding: 0 20px !important;
  border-radius: 3px;
  background: var(--lawvex-green);
  color: #fff !important;
}
.lawvex-nav-cta:hover { background: var(--lawvex-dark-green) !important; }

body .fusion-social-networks-wrapper a.lawvex-youtube {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  margin-left: 8px;
  border: 0 !important;
  border-radius: 50% !important;
  background: #ff0000 !important;
  color: #fff !important;
  line-height: 32px !important;
  overflow: hidden;
}
body .fusion-social-networks-wrapper a.lawvex-youtube svg { display: block; width: 17px; height: 17px; fill: #fff; }

.lawvex-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 30px;
  border-radius: 3px;
  background: var(--lawvex-green);
  color: #fff !important;
  font: 700 16px/1.2 Lato, sans-serif;
  letter-spacing: .03em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.lawvex-cta:hover { background: var(--lawvex-dark-green); transform: translateY(-1px); }

body.home #main { background: #fff !important; }
.lawvex-home-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(560px, 34vw, 660px);
  padding: 0 !important;
  border-bottom: 4px solid var(--lawvex-green);
  background-color: #fff !important;
  background-position: center 18% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.lawvex-home-hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.58) 0%, rgba(255,255,255,.3) 40%, rgba(255,255,255,0) 68%);
  pointer-events: none;
}
.lawvex-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  min-height: clamp(560px, 34vw, 660px);
  max-width: 1248px;
  margin: 0 auto;
  padding: 48px 36px;
}
.lawvex-hero-copy {
  width: min(50%, 610px);
  padding: 42px 44px 44px;
  border: 1px solid rgba(71,91,60,.16);
  border-left: 6px solid var(--lawvex-green);
  border-radius: 14px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 20px 55px rgba(33,35,38,.16);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.lawvex-hero-copy h1 {
  margin: 0 0 28px;
  color: var(--lawvex-dark-green);
  font: 700 clamp(36px, 3.75vw, 52px)/1.1 Lato, sans-serif;
  letter-spacing: -.03em;
  text-transform: none !important;
}
.lawvex-hero-cta { border-radius: 6px; box-shadow: 0 10px 26px rgba(71,91,60,.22); }

.lawvex-content-width { max-width: 1080px; margin: 0 auto; padding: 0 32px; }
.lawvex-home-intro {
  position: relative;
  z-index: 2;
  padding: 85px 0 95px;
  background: #fff;
  color: var(--lawvex-ink);
}
.lawvex-home-intro p,
.lawvex-home-intro li {
  font: 400 19px/1.75 Lato, sans-serif;
}
.lawvex-home-intro > .lawvex-content-width > p:first-child {
  color: var(--lawvex-dark-green);
  font-size: 23px;
  font-weight: 700;
}
.lawvex-home-intro ul { margin: 36px 0; padding: 0; list-style: none; }
.lawvex-home-intro li { position: relative; margin: 0 0 24px; padding-left: 30px; }
.lawvex-home-intro li::before { content: '–'; position: absolute; left: 0; color: var(--lawvex-green); font-weight: 700; }
.lawvex-intro-cta { margin-top: 12px; }

.lawvex-generational-wealth {
  position: relative;
  overflow: hidden;
  padding: 95px 0 calc(40px + clamp(207px, 31.58vw, 644px));
  background: #ffffff;
  text-align: center;
}
.lawvex-generational-wealth::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: clamp(207px, 31.58vw, 644px);
  background-image: url('https://lawvex.com/wp-content/uploads/2023/01/front-banner-bg2.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 115% auto;
  pointer-events: none;
}
.lawvex-generational-wealth .lawvex-content-width { position: relative; z-index: 1; }
.lawvex-generational-copy { margin: 0; color: #141617; font: 400 32px/1.45 Lato, sans-serif; }
.lawvex-generational-copy strong { display: inline-block; margin-top: 16px; font-size: 40px; line-height: 1.25; }
.lawvex-generational-link { margin: 30px 0 0; font-size: 20px; line-height: 1.6; }
.lawvex-generational-wealth a { color: var(--lawvex-green); font-weight: 700; }
.lawvex-generational-cta { margin-top: 32px; color: #fff !important; }

.lawvex-testimonials-page { padding: 72px 0 95px; background: #fff; }
.lawvex-testimonials-page h1 { margin: 0 0 40px; color: var(--lawvex-dark-green); font: 700 48px/1.1 Lato, sans-serif; text-align: center; }
.lawvex-review-carousel {
  position: relative;
  min-height: 340px;
  padding: 58px 90px;
  border: 1px solid #d8ddd5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 42px rgba(33,35,38,.08);
}
.lawvex-review-slide { display: none; max-width: 780px; margin: 0 auto; text-align: center; }
.lawvex-review-slide.is-active { display: block; }
.lawvex-stars { margin-bottom: 18px; color: var(--lawvex-green); font-size: 24px; letter-spacing: .12em; }
.lawvex-review-slide blockquote { margin: 0; border: 0; color: var(--lawvex-ink); font: 400 22px/1.65 Lato, sans-serif; }
.lawvex-reviewer { margin: 24px 0 0; color: var(--lawvex-dark-green); font-weight: 700; }
.lawvex-carousel-prev, .lawvex-carousel-next {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--lawvex-gray);
  color: var(--lawvex-dark-green);
  font-size: 34px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.lawvex-carousel-prev { left: 24px; }
.lawvex-carousel-next { right: 24px; }
.lawvex-testimonial-copy { max-width: 900px; margin: 62px auto 0; text-align: center; }
.lawvex-testimonial-copy p { margin-bottom: 30px; color: var(--lawvex-ink); font: 400 19px/1.75 Lato, sans-serif; }

.lawvex-newsletter-cta { margin: 35px 0; padding: 32px; background: var(--lawvex-gray); text-align: center; }
.lawvex-newsletter-cta p { margin: 0 0 22px; color: var(--lawvex-dark-green); font-weight: 700; }

@media (max-width: 900px) {
  .lawvex-logo-message { text-align: left; }
  .lawvex-menu-get-started { padding: 8px 30px 14px; }
  .lawvex-nav-cta { justify-content: center; margin: 0; }
  .lawvex-home-hero { min-height: 690px; background-position: 64% 18% !important; }
  .lawvex-home-hero::before { background: linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.5) 58%, rgba(255,255,255,.08) 100%); }
  .lawvex-hero-inner { min-height: 690px; }
  .lawvex-hero-copy { width: 68%; padding: 36px; }
}

@media (max-width: 640px) {
  .lawvex-service-banner { padding: 9px 14px; font-size: 12px; }
  .lawvex-logo-message { display: none; }
  .lawvex-home-hero { min-height: 650px; background-position: 68% 18% !important; }
  .lawvex-home-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.46) 42%, rgba(255,255,255,.9) 100%); }
  .lawvex-hero-inner { align-items: flex-end; min-height: 650px; padding: 40px 20px 42px; }
  .lawvex-hero-copy { width: 100%; padding: 28px 22px 30px; text-align: center; }
  .lawvex-hero-copy h1 { margin-bottom: 22px; font-size: 38px; }
  .lawvex-content-width { padding: 0 22px; }
  .lawvex-home-intro { padding: 60px 0 70px; }
  .lawvex-home-intro p, .lawvex-home-intro li { font-size: 17px; }
  .lawvex-generational-wealth { padding: 68px 0 247px; }
  .lawvex-generational-copy { font-size: 24px; }
  .lawvex-generational-copy strong { font-size: 30px; }
  .lawvex-generational-link { font-size: 17px; }
  .lawvex-review-carousel { min-height: 420px; padding: 46px 48px; }
  .lawvex-review-slide blockquote { font-size: 18px; line-height: 1.55; }
  .lawvex-carousel-prev { left: 8px; }
  .lawvex-carousel-next { right: 8px; }
}
