.elementor-7011 .elementor-element.elementor-element-0e51274{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-2e2f812 *//* =========================================================
Westview Law LLP — Purchase Calculator
Page-specific CSS.

Design:
Black / yellow-gold / cream
Elementor-safe .elementor-7011 .elementor-element.elementor-element-2e2f812s
Uses page-prefixed action-link styling
========================================================= */

:root{
  --wv-pc-black:#080808;
  --wv-pc-deep:#000000;
  --wv-pc-gold:#d4af37;
  --wv-pc-gold-light:#f3d56b;
  --wv-pc-gold-dark:#917318;
  --wv-pc-cream:#f8f3df;
  --wv-pc-paper:#fffdf6;
  --wv-pc-white:#ffffff;
  --wv-pc-ink:#111111;
  --wv-pc-muted:#676154;
  --wv-pc-line:rgba(17,17,17,.14);
  --wv-pc-dark-line:rgba(212,175,55,.27);
  --wv-pc-shadow:0 24px 70px rgba(0,0,0,.14);
  --wv-pc-container:1320px;
  --wv-pc-serif:Georgia,"Times New Roman",serif;
  --wv-pc-sans:Inter,"Segoe UI",Arial,sans-serif;
}


/* =========================================================
BASE
========================================================= */

.wv-purchase,
.wv-purchase *,
.wv-purchase *::before,
.wv-purchase *::after{
  box-sizing:border-box;
}

.wv-purchase{
  margin:0;
  background:var(--wv-pc-paper);
  color:var(--wv-pc-ink);
  font-family:var(--wv-pc-sans);
  font-size:16px;
  line-height:1.7;
}

.wv-purchase a{
  text-decoration:none;
}

.wv-purchase-container{
  width:min(calc(100% - 64px),var(--wv-pc-container));
  margin-inline:auto;
}

.wv-purchase-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:12px;
  color:var(--wv-pc-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.wv-purchase-eyebrow::after{
  content:"";
  width:42px;
  height:1px;
  background:currentColor;
}


/* =========================================================
HERO
========================================================= */

.wv-purchase-hero{
  position:relative;
  overflow:hidden;
  padding:92px 0 82px;
  background:
    radial-gradient(circle at 82% 14%,rgba(212,175,55,.19),transparent 25%),
    linear-gradient(135deg,#12110b 0,#080808 48%,#000 100%);
  color:#fff;
}

.wv-purchase-hero::after{
  content:"";
  position:absolute;
  right:-10vw;
  bottom:-52%;
  width:44vw;
  height:44vw;
  border:1px solid rgba(212,175,55,.16);
  border-radius:50%;
  pointer-events:none;
}

.wv-purchase-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(320px,.58fr);
  gap:82px;
  align-items:end;
}

.wv-purchase-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:30px;
  color:rgba(255,255,255,.54);
  font-size:12px;
}

.wv-purchase-breadcrumbs a{
  color:rgba(255,255,255,.66)!important;
}

.wv-purchase-breadcrumbs a:hover{
  color:var(--wv-pc-gold)!important;
}

.wv-purchase-hero-copy h1{
  max-width:860px;
  margin:17px 0 0;
  color:#fff!important;
  font:400 clamp(3.25rem,6vw,6.2rem)/.94 var(--wv-pc-serif);
  letter-spacing:-.055em;
}

.wv-purchase-hero-copy h1 em{
  color:var(--wv-pc-gold-light);
  font-weight:400;
}

.wv-purchase-hero-copy>p{
  max-width:720px;
  margin:28px 0 0;
  color:rgba(255,255,255,.73)!important;
  font-size:clamp(1rem,1.4vw,1.14rem);
}

.wv-purchase-hero-links{
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  align-items:center;
  margin-top:34px;
}

.wv-purchase-link-gold{
  display:inline-flex!important;
  min-height:52px;
  align-items:center;
  justify-content:center;
  padding:14px 22px!important;
  background:var(--wv-pc-gold)!important;
  border:1px solid var(--wv-pc-gold)!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:#080808!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  transition:.2s ease!important;
}

.wv-purchase-link-gold:hover,
.wv-purchase-link-gold:focus{
  background:var(--wv-pc-gold-light)!important;
  border-color:var(--wv-pc-gold-light)!important;
  color:#080808!important;
  transform:translateY(-2px);
}

.wv-purchase-link-underline{
  display:inline-flex;
  align-items:center;
  min-height:45px;
  color:#fff!important;
  border-bottom:1px solid var(--wv-pc-gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.wv-purchase-link-underline:hover{
  color:var(--wv-pc-gold-light)!important;
}

.wv-purchase-hero-note{
  position:relative;
  padding:36px 34px;
  background:var(--wv-pc-paper);
  border-top:4px solid var(--wv-pc-gold);
  box-shadow:0 30px 80px rgba(0,0,0,.26);
  color:var(--wv-pc-ink);
}

.wv-purchase-hero-note>span{
  color:var(--wv-pc-gold-dark);
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.wv-purchase-hero-note h2{
  margin:11px 0 14px;
  color:var(--wv-pc-ink)!important;
  font:400 2rem/1.08 var(--wv-pc-serif);
}

.wv-purchase-hero-note p{
  margin:0;
  color:var(--wv-pc-muted)!important;
}

.wv-purchase-hero-note ul{
  margin:25px 0 0;
  padding:0;
  list-style:none;
}

.wv-purchase-hero-note li{
  position:relative;
  padding:11px 0 11px 24px;
  border-top:1px solid var(--wv-pc-line);
  color:var(--wv-pc-muted);
  font-size:13px;
}

.wv-purchase-hero-note li::before{
  content:"→";
  position:absolute;
  left:0;
  color:var(--wv-pc-gold-dark);
}


/* =========================================================
SECTION HEADING
========================================================= */

.wv-purchase-section{
  padding:100px 0;
  background:var(--wv-pc-paper);
}

.wv-purchase-heading{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(300px,.55fr);
  gap:70px;
  align-items:end;
  margin-bottom:50px;
}

.wv-purchase-heading h2{
  max-width:760px;
  margin:12px 0 0;
  color:var(--wv-pc-ink)!important;
  font:400 clamp(2.5rem,4vw,4.35rem)/1.02 var(--wv-pc-serif);
  letter-spacing:-.045em;
}

.wv-purchase-heading>p{
  margin:0;
  color:var(--wv-pc-muted)!important;
}


/* =========================================================
LAYOUT
========================================================= */

.wv-purchase-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 390px;
  gap:38px;
  align-items:start;
}


/* =========================================================
FORM
========================================================= */

.wv-purchase-form{
  display:grid;
  gap:18px;
}

.wv-purchase-fieldset,
.wv-purchase-field-block{
  margin:0;
  padding:30px;
  background:#fff;
  border:1px solid var(--wv-pc-line);
}

.wv-purchase-fieldset{
  min-width:0;
}

.wv-purchase-fieldset legend{
  width:100%;
  margin:0 0 21px;
  padding:0;
  color:var(--wv-pc-ink);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}

.wv-purchase-fieldset legend span,
.wv-purchase-field-number{
  display:inline-block;
  min-width:35px;
  color:var(--wv-pc-gold-dark);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}

.wv-purchase-field-block>label{
  display:block;
  margin-bottom:17px;
  color:var(--wv-pc-ink);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
}

.wv-purchase-choice-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.wv-purchase-choice-grid--2{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

.wv-purchase-choice{
  display:block;
  position:relative;
  cursor:pointer;
}

.wv-purchase-choice input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
  pointer-events:none;
}

.wv-purchase-choice-box{
  position:relative;
  display:flex;
  min-height:92px;
  flex-direction:column;
  justify-content:center;
  padding:19px 46px 19px 20px;
  background:var(--wv-pc-paper);
  border:1px solid #d8d1c0;
  color:var(--wv-pc-ink);
  transition:
    border-color .2s ease,
    background .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.wv-purchase-choice-box::after{
  content:"";
  position:absolute;
  top:50%;
  right:20px;
  width:18px;
  height:18px;
  border:1px solid #a9a18e;
  border-radius:50%;
  transform:translateY(-50%);
}

.wv-purchase-choice-box strong{
  display:block;
  font-size:14px;
  line-height:1.35;
}

.wv-purchase-choice-box small{
  display:block;
  margin-top:5px;
  color:var(--wv-pc-muted);
  font-size:11px;
  line-height:1.45;
}

.wv-purchase-choice:hover .wv-purchase-choice-box{
  border-color:rgba(212,175,55,.75);
  transform:translateY(-2px);
}

.wv-purchase-choice input:focus-visible + .wv-purchase-choice-box{
  outline:2px solid rgba(212,175,55,.45);
  outline-offset:2px;
}

.wv-purchase-choice input:checked + .wv-purchase-choice-box{
  background:#0d0d0d;
  border-color:var(--wv-pc-gold);
  color:#fff;
  box-shadow:0 12px 34px rgba(0,0,0,.12);
}

.wv-purchase-choice input:checked + .wv-purchase-choice-box small{
  color:rgba(255,255,255,.68);
}

.wv-purchase-choice input:checked + .wv-purchase-choice-box::after{
  border:5px solid var(--wv-pc-gold);
  background:#fff;
}

.wv-purchase-money-input{
  display:grid;
  grid-template-columns:52px 1fr;
  min-height:58px;
  border:1px solid #cfc7b5;
  background:var(--wv-pc-paper);
}

.wv-purchase-money-input:focus-within{
  border-color:var(--wv-pc-gold);
  box-shadow:0 0 0 3px rgba(212,175,55,.12);
}

.wv-purchase-money-input>span{
  display:grid;
  place-items:center;
  border-right:1px solid #d9d2c2;
  color:var(--wv-pc-gold-dark);
  font-size:18px;
  font-weight:800;
}

.wv-purchase-money-input input{
  width:100%;
  min-width:0;
  padding:0 17px;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  color:var(--wv-pc-ink)!important;
  font:700 18px var(--wv-pc-sans)!important;
  outline:0!important;
}

.wv-purchase-money-input input::placeholder{
  color:#a39b8a;
}

.wv-purchase-field-help{
  margin:10px 0 0;
  color:var(--wv-pc-muted)!important;
  font-size:11px;
}

.wv-purchase-field-error{
  display:none;
  margin:10px 0 0;
  color:#8c1d18!important;
  font-size:11px;
  font-weight:700;
}

[data-invalid="true"]{
  border-color:rgba(140,29,24,.38);
}

[data-invalid="true"] .wv-purchase-field-error{
  display:block;
}

.wv-purchase-conditional{
  display:none;
}

.wv-purchase-conditional.is-visible{
  display:grid;
  gap:18px;
}

fieldset.wv-purchase-conditional.is-visible{
  display:block;
}

.wv-purchase-form-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:20px 2px 0;
}

.wv-purchase-form-footer p{
  max-width:620px;
  margin:0;
  color:var(--wv-pc-muted)!important;
  font-size:11px;
}

.wv-purchase-reset{
  flex:0 0 auto;
  color:var(--wv-pc-ink)!important;
  border-bottom:1px solid var(--wv-pc-gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.wv-purchase-reset:hover{
  color:var(--wv-pc-gold-dark)!important;
}


/* =========================================================
SUMMARY
========================================================= */

.wv-purchase-summary{
  position:sticky;
  top:24px;
  overflow:hidden;
  background:var(--wv-pc-black);
  color:#fff;
  box-shadow:var(--wv-pc-shadow);
}

.wv-purchase-summary-head{
  padding:33px 30px 30px;
  border-bottom:1px solid rgba(255,255,255,.12);
}

.wv-purchase-summary-head>span{
  color:var(--wv-pc-gold);
  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.wv-purchase-summary-head>strong{
  display:block;
  margin:10px 0 6px;
  color:#fff;
  font:400 clamp(2.7rem,4vw,4rem)/1 var(--wv-pc-serif);
  letter-spacing:-.045em;
}

.wv-purchase-summary-head>p{
  margin:0;
  color:rgba(255,255,255,.62)!important;
  font-size:12px;
}

.wv-purchase-summary-head.is-ready>strong{
  color:var(--wv-pc-gold-light);
}

.wv-purchase-summary-details{
  padding:8px 30px;
}

.wv-purchase-summary-details>div{
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:start;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.wv-purchase-summary-details span{
  color:rgba(255,255,255,.55);
  font-size:11px;
}

.wv-purchase-summary-details strong{
  max-width:190px;
  color:#fff;
  font-size:11px;
  font-weight:700;
  text-align:right;
}

.wv-purchase-summary-note{
  display:grid;
  grid-template-columns:28px 1fr;
  gap:12px;
  margin:18px 30px 24px;
  padding:15px;
  background:rgba(212,175,55,.08);
  border:1px solid rgba(212,175,55,.25);
}

.wv-purchase-summary-icon{
  display:grid;
  width:24px;
  height:24px;
  place-items:center;
  border:1px solid var(--wv-pc-gold);
  border-radius:50%;
  color:var(--wv-pc-gold);
  font:italic 14px var(--wv-pc-serif);
}

.wv-purchase-summary-note p{
  margin:0;
  color:rgba(255,255,255,.68)!important;
  font-size:11px;
  line-height:1.55;
}

.wv-purchase-contact-link{
  display:flex!important;
  min-height:60px;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:17px 30px!important;
  background:var(--wv-pc-gold)!important;
  border:0!important;
  border-radius:0!important;
  color:#080808!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  transition:.2s ease!important;
}

.wv-purchase-contact-link:hover,
.wv-purchase-contact-link:focus{
  background:var(--wv-pc-gold-light)!important;
  color:#080808!important;
}

.wv-purchase-contact-link span{
  font-size:20px;
  font-weight:400;
}


/* =========================================================
DISCLAIMER
========================================================= */

.wv-purchase-disclaimer{
  padding:90px 0;
  background:var(--wv-pc-cream);
  border-top:1px solid var(--wv-pc-line);
}

.wv-purchase-disclaimer-grid{
  display:grid;
  grid-template-columns:minmax(280px,.55fr) minmax(0,1.15fr);
  gap:90px;
}

.wv-purchase-disclaimer h2{
  margin:11px 0 0;
  color:var(--wv-pc-ink)!important;
  font:400 clamp(2.4rem,3.7vw,3.7rem)/1.04 var(--wv-pc-serif);
  letter-spacing:-.04em;
}

.wv-purchase-disclaimer-copy{
  padding-left:34px;
  border-left:3px solid var(--wv-pc-gold);
}

.wv-purchase-disclaimer-copy p{
  margin:0 0 18px;
  color:var(--wv-pc-muted)!important;
}

.wv-purchase-disclaimer-copy p:last-child{
  margin-bottom:0;
}

.wv-purchase-disclaimer-copy a{
  color:var(--wv-pc-ink)!important;
  font-weight:800;
  border-bottom:1px solid var(--wv-pc-gold);
}


/* =========================================================
RELATED CALCULATORS
========================================================= */

.wv-purchase-related{
  padding:95px 0 105px;
  background:#fff;
}

.wv-purchase-related .wv-purchase-heading{
  grid-template-columns:1fr;
  margin-bottom:45px;
}

.wv-purchase-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--wv-pc-line);
  border-left:1px solid var(--wv-pc-line);
}

.wv-purchase-related-card{
  position:relative;
  min-height:330px;
  padding:32px;
  background:#fff;
  border-right:1px solid var(--wv-pc-line);
  border-bottom:1px solid var(--wv-pc-line);
  color:var(--wv-pc-ink)!important;
  transition:.25s ease;
}

.wv-purchase-related-card>span{
  color:var(--wv-pc-gold-dark);
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
}

.wv-purchase-related-card h3{
  margin:62px 0 12px;
  color:var(--wv-pc-ink)!important;
  font:400 1.8rem/1.08 var(--wv-pc-serif);
}

.wv-purchase-related-card p{
  margin:0;
  color:var(--wv-pc-muted)!important;
}

.wv-purchase-related-card b{
  position:absolute;
  left:32px;
  bottom:27px;
  color:var(--wv-pc-ink);
  font-size:10px;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.wv-purchase-related-card:hover{
  z-index:1;
  background:var(--wv-pc-black);
  color:#fff!important;
  transform:translateY(-5px);
  box-shadow:0 18px 50px rgba(0,0,0,.13);
}

.wv-purchase-related-card:hover h3,
.wv-purchase-related-card:hover b{
  color:#fff!important;
}

.wv-purchase-related-card:hover p{
  color:rgba(255,255,255,.66)!important;
}

.wv-purchase-related-card:hover>span{
  color:var(--wv-pc-gold-light);
}


/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1050px){

  .wv-purchase-hero-grid,
  .wv-purchase-heading,
  .wv-purchase-disclaimer-grid{
    grid-template-columns:1fr;
  }

  .wv-purchase-hero-copy{
    max-width:850px;
  }

  .wv-purchase-hero-note{
    max-width:720px;
  }

  .wv-purchase-layout{
    grid-template-columns:1fr;
  }

  .wv-purchase-summary{
    position:static;
  }

  .wv-purchase-disclaimer-grid{
    gap:38px;
  }

  .wv-purchase-disclaimer-copy{
    padding-left:25px;
  }

}

@media(max-width:800px){

  .wv-purchase-container{
    width:min(calc(100% - 34px),var(--wv-pc-container));
  }

  .wv-purchase-hero{
    padding:68px 0 58px;
  }

  .wv-purchase-hero-grid{
    gap:44px;
  }

  .wv-purchase-hero-copy h1{
    font-size:clamp(2.8rem,12.7vw,4.7rem);
  }

  .wv-purchase-section{
    padding:74px 0;
  }

  .wv-purchase-heading{
    gap:22px;
    margin-bottom:34px;
  }

  .wv-purchase-choice-grid--2{
    grid-template-columns:1fr;
  }

  .wv-purchase-related-grid{
    grid-template-columns:1fr;
  }

  .wv-purchase-related-card{
    min-height:270px;
  }

  .wv-purchase-disclaimer,
  .wv-purchase-related{
    padding:72px 0;
  }

}

@media(max-width:560px){

  .wv-purchase-fieldset,
  .wv-purchase-field-block{
    padding:23px 19px;
  }

  .wv-purchase-hero-note{
    padding:29px 23px;
  }

  .wv-purchase-hero-links{
    align-items:stretch;
    flex-direction:column;
  }

  .wv-purchase-link-gold,
  .wv-purchase-link-underline{
    width:100%;
    justify-content:center;
  }

  .wv-purchase-form-footer{
    align-items:flex-start;
    flex-direction:column;
  }

  .wv-purchase-summary-head,
  .wv-purchase-summary-details{
    padding-left:23px;
    padding-right:23px;
  }

  .wv-purchase-summary-note{
    margin-left:23px;
    margin-right:23px;
  }

  .wv-purchase-contact-link{
    padding-left:23px!important;
    padding-right:23px!important;
  }

}

@media(prefers-reduced-motion:reduce){

  .wv-purchase *,
  .wv-purchase *::before,
  .wv-purchase *::after{
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
  }

}/* End custom CSS */


