/* Work With a Las Vegas Agent page styles, scoped to .page-template-template-work-with-a-las-vegas-agent.
   Header, footer, and nav styles come from service-standard.css */

body.page-template-template-work-with-a-las-vegas-agent {
  --black: #000000;
  --gold: #d3ac2e;
  --gold-deep: #9a7d24;
  --navy: #003d5c;
  --text: #c2c2c2;
  --blue: #338ef6;
  --blue-hover: #2272cc;
  --gold-soft: #e3cf7e;
  --white: #f3f3f3;
  --paper: #f7f5f1;
  --ink: #1f2a33;
  --ink-body: #4a545e;
  --muted: #8c8c8c;
  --line: rgba(211, 172, 46, 0.32);
  --line-dark: rgba(0, 0, 0, 0.12);
}

.page-template-template-work-with-a-las-vegas-agent * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html:has(.page-template-template-work-with-a-las-vegas-agent) {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html:has(.page-template-template-work-with-a-las-vegas-agent) {
    scroll-behavior: auto;
  }
  .page-template-template-work-with-a-las-vegas-agent * {
    transition: none !important;
  }
}

body.page-template-template-work-with-a-las-vegas-agent {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  margin: 0px;
}

.page-template-template-work-with-a-las-vegas-agent .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-template-template-work-with-a-las-vegas-agent img {
  max-width: 100%;
  display: block;
}

.page-template-template-work-with-a-las-vegas-agent a {
  color: inherit;
}

.page-template-template-work-with-a-las-vegas-agent .eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent h1,
.page-template-template-work-with-a-las-vegas-agent h2,
.page-template-template-work-with-a-las-vegas-agent h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.15;
}

.page-template-template-work-with-a-las-vegas-agent h1 {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 600;
}

.page-template-template-work-with-a-las-vegas-agent h2 {
  font-size: clamp(26px, 3.6vw, 38px);
  font-weight: 600;
}

.page-template-template-work-with-a-las-vegas-agent h3 {
  font-size: 21px;
  font-weight: 600;
}

.page-template-template-work-with-a-las-vegas-agent .btn {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border: 1px solid var(--gold);
  transition:
    background 0.2s,
    color 0.2s;
}

.page-template-template-work-with-a-las-vegas-agent .btn-gold {
  background: var(--gold);
  color: var(--black);
}

.page-template-template-work-with-a-las-vegas-agent .btn-gold:hover {
  background: var(--gold-soft);
}

.page-template-template-work-with-a-las-vegas-agent .btn-ghost {
  background: transparent;
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .btn-ghost:hover {
  background: var(--gold);
  color: var(--black);
}

.page-template-template-work-with-a-las-vegas-agent .btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.page-template-template-work-with-a-las-vegas-agent a:focus-visible,
.page-template-template-work-with-a-las-vegas-agent button:focus-visible,
.page-template-template-work-with-a-las-vegas-agent summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .hero {
  position: relative;
  background: var(--black);
  color: var(--white);
  padding: 170px 0 80px;
  overflow: hidden;
}

.page-template-template-work-with-a-las-vegas-agent .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-template-template-work-with-a-las-vegas-agent .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.page-template-template-work-with-a-las-vegas-agent .hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(0, 0, 0, 0.86) 34%,
    rgba(0, 0, 0, 0.62) 62%,
    rgba(0, 0, 0, 0.38) 100%
  );
}

.page-template-template-work-with-a-las-vegas-agent .hero-scrim::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 26%,
    rgba(0, 0, 0, 0) 62%,
    rgba(0, 0, 0, 0.82) 100%
  );
}

.page-template-template-work-with-a-las-vegas-agent .hero .wrap {
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .page-template-template-work-with-a-las-vegas-agent .hero-scrim {
    background: rgba(0, 0, 0, 0.78);
  }
}

.page-template-template-work-with-a-las-vegas-agent .hero .eyebrow {
  margin-bottom: 18px;
}

.page-template-template-work-with-a-las-vegas-agent .hero h1 {
  color: var(--white);
  max-width: 760px;
}

.page-template-template-work-with-a-las-vegas-agent .hero .lead {
  margin-top: 22px;
  max-width: 700px;
  font-size: 19px;
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .hero .lead strong {
  color: var(--white);
  font-weight: 600;
}

.page-template-template-work-with-a-las-vegas-agent .cred-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 0;
  margin-top: 18px;
  max-width: 700px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .cred-row {
  flex-direction: column;
  align-items: flex-start;
}

.page-template-template-work-with-a-las-vegas-agent .cred-row .crd {
  display: inline-flex;
  align-items: flex-start;
}

.page-template-template-work-with-a-las-vegas-agent .cred-row .crd b {
  color: var(--white);
  font-weight: 600;
  margin-right: 6px;
}

.page-template-template-work-with-a-las-vegas-agent .cred-row .crd .cd {
  width: 5px;
  height: 5px;
  background: var(--gold);
  transform: rotate(45deg);
  flex-shrink: 0;
  margin: 5px 12px 0 0;
}

.page-template-template-work-with-a-las-vegas-agent .hero-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  max-width: 700px;
  margin-top: 22px;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--gold);
  text-decoration: none;
  font-size: 15px;
  color: var(--text);
  transition:
    background 0.2s,
    border-color 0.2s;
}

.page-template-template-work-with-a-las-vegas-agent .hero-strip em {
  font-style: normal;
  color: var(--gold);
  font-weight: 600;
}

.page-template-template-work-with-a-las-vegas-agent .hero-strip .go {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  white-space: nowrap;
}

.page-template-template-work-with-a-las-vegas-agent .hero-strip:hover {
  background: rgba(211, 172, 46, 0.1);
  border-color: var(--gold);
}

@media (max-width: 560px) {
  .page-template-template-work-with-a-las-vegas-agent .hero-strip {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.page-template-template-work-with-a-las-vegas-agent .bluf {
  margin-top: 34px;
  max-width: 700px;
  border: 1px solid var(--line);
  padding: 24px 28px;
  background: rgba(211, 172, 46, 0.05);
}

.page-template-template-work-with-a-las-vegas-agent .bluf h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.page-template-template-work-with-a-las-vegas-agent .bluf ol {
  list-style: none;
  counter-reset: b;
}

.page-template-template-work-with-a-las-vegas-agent .bluf li {
  counter-increment: b;
  display: flex;
  gap: 12px;
  padding: 6px 0;
  color: var(--text);
  font-size: 16px;
}

.page-template-template-work-with-a-las-vegas-agent .bluf li::before {
  content: "0" counter(b);
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  padding-top: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .hero .btns {
  margin-top: 36px;
}

.page-template-template-work-with-a-las-vegas-agent .journey h2,
.page-template-template-work-with-a-las-vegas-agent .journey h3,
.page-template-template-work-with-a-las-vegas-agent .guar h2,
.page-template-template-work-with-a-las-vegas-agent .guar .g-card h3,
.page-template-template-work-with-a-las-vegas-agent .faq h2,
.page-template-template-work-with-a-las-vegas-agent .faq summary,
.page-template-template-work-with-a-las-vegas-agent .proof blockquote {
  color: var(--navy);
}

.page-template-template-work-with-a-las-vegas-agent .journey .eyebrow,
.page-template-template-work-with-a-las-vegas-agent .proof .eyebrow,
.page-template-template-work-with-a-las-vegas-agent .guar .eyebrow,
.page-template-template-work-with-a-las-vegas-agent .faq .eyebrow {
  color: var(--gold-deep);
}

.page-template-template-work-with-a-las-vegas-agent .step .num {
  color: var(--gold-deep) !important;
}

.page-template-template-work-with-a-las-vegas-agent .faq .a a {
  color: var(--gold-deep);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .faq .a a:hover {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .proof-links a {
  color: var(--gold-deep);
  border-bottom: 2px solid var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .proof-links a:hover {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .g-card a {
  color: var(--gold-deep);
}

.page-template-template-work-with-a-las-vegas-agent .g-card a:hover {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .journey {
  background: var(--paper);
  padding: 80px 0 30px;
}

.page-template-template-work-with-a-las-vegas-agent .j-intro {
  max-width: 720px;
  margin-bottom: 14px;
}

.page-template-template-work-with-a-las-vegas-agent .j-intro p {
  margin-top: 16px;
  color: var(--ink-body);
  font-size: 18px;
}

.page-template-template-work-with-a-las-vegas-agent .step {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 34px;
  padding: 46px 0;
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .step:last-of-type {
  border-bottom: none;
}

.page-template-template-work-with-a-las-vegas-agent .step .num {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
}

.page-template-template-work-with-a-las-vegas-agent .step .num small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 8px;
}

.page-template-template-work-with-a-las-vegas-agent .step h2 {
  margin-bottom: 14px;
}

.page-template-template-work-with-a-las-vegas-agent .step p {
  max-width: 640px;
  color: var(--ink-body);
}

.page-template-template-work-with-a-las-vegas-agent .step p + p {
  margin-top: 12px;
}

.page-template-template-work-with-a-las-vegas-agent .step .pt {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--gold);
  text-transform: uppercase;
  margin-top: 16px;
}

.page-template-template-work-with-a-las-vegas-agent .badge-row {
  display: grid;
  grid-template-columns: minmax(250px, 310px) 1fr;
  gap: 32px;
  align-items: center;
  margin: 20px 0 8px;
}

.page-template-template-work-with-a-las-vegas-agent .badge-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
  padding: 12px;
}

.page-template-template-work-with-a-las-vegas-agent .badge-card img {
  width: 100%;
  height: auto;
  display: block;
}

.page-template-template-work-with-a-las-vegas-agent .badge-row .br-text p {
  color: var(--ink-body);
}

.page-template-template-work-with-a-las-vegas-agent .badge-row .br-text p + p {
  margin-top: 12px;
}

@media (max-width: 700px) {
  .page-template-template-work-with-a-las-vegas-agent .badge-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-template-template-work-with-a-las-vegas-agent .badge-card {
    max-width: 300px;
  }
}

.page-template-template-work-with-a-las-vegas-agent .approach {
  background: var(--black);
  color: var(--white);
  padding: 80px 0;
}

.page-template-template-work-with-a-las-vegas-agent .ap-lead {
  margin-top: 14px;
  max-width: 640px;
  color: var(--text);
  font-size: 18px;
}

.page-template-template-work-with-a-las-vegas-agent .ap-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: start;
  margin-top: 40px;
}

.page-template-template-work-with-a-las-vegas-agent .ap-photo {
  border: 1px solid var(--line);
  padding: 10px;
  background: rgba(211, 172, 46, 0.04);
}

.page-template-template-work-with-a-las-vegas-agent .creds {
  border-left: 2px solid var(--gold);
  padding-left: 28px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-template-template-work-with-a-las-vegas-agent .creds h3 {
  color: var(--white);
}

.page-template-template-work-with-a-las-vegas-agent .creds p {
  color: var(--text);
  margin-top: 8px;
  font-size: 16px;
}

.page-template-template-work-with-a-las-vegas-agent .approach .eyebrow {
  margin-bottom: 14px;
}

.page-template-template-work-with-a-las-vegas-agent .approach > .wrap > h2 {
  color: var(--white);
  max-width: 780px;
}

.page-template-template-work-with-a-las-vegas-agent .proof {
  background: var(--paper);
  padding: 80px 0;
}

.page-template-template-work-with-a-las-vegas-agent .proof blockquote {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.4;
  max-width: 820px;
  margin-top: 26px;
}

.page-template-template-work-with-a-las-vegas-agent .proof blockquote::before {
  content: "\201C";
  color: var(--gold);
  font-size: 1.4em;
  line-height: 0;
  vertical-align: -0.3em;
  margin-right: 6px;
}

.page-template-template-work-with-a-las-vegas-agent .proof .attr {
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.page-template-template-work-with-a-las-vegas-agent .proof-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-template-template-work-with-a-las-vegas-agent .proof-links a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .proof-links a:hover {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .guar {
  background: var(--paper);
  padding: 80px 0;
}

.page-template-template-work-with-a-las-vegas-agent .g-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.page-template-template-work-with-a-las-vegas-agent .g-card {
  border: 1px solid var(--line-dark);
  border-top: 3px solid var(--gold);
  padding: 34px 32px;
}

.page-template-template-work-with-a-las-vegas-agent .g-card .tag {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .g-card h3 {
  margin: 12px 0 12px;
}

.page-template-template-work-with-a-las-vegas-agent .g-card p {
  color: var(--ink-body);
  font-size: 16px;
}

.page-template-template-work-with-a-las-vegas-agent .g-card a {
  display: inline-block;
  margin-top: 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .g-card a:hover {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .faq {
  background: var(--paper);
  padding: 80px 0;
}

.page-template-template-work-with-a-las-vegas-agent .faq .list {
  margin-top: 36px;
  border-top: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .faq details {
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 22px 4px;
}

.page-template-template-work-with-a-las-vegas-agent .faq summary h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: var(--navy);
}

.page-template-template-work-with-a-las-vegas-agent
  .faq
  summary::-webkit-details-marker {
  display: none;
}

.page-template-template-work-with-a-las-vegas-agent .faq summary::after {
  content: "+";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: var(--gold);
  flex-shrink: 0;
  line-height: 1;
}

.page-template-template-work-with-a-las-vegas-agent
  .faq
  details[open]
  summary::after {
  content: "\2212";
}

.page-template-template-work-with-a-las-vegas-agent .faq .a {
  padding: 0 4px 24px;
  max-width: 760px;
  color: var(--ink-body);
}

.page-template-template-work-with-a-las-vegas-agent .faq .a a {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .faq .a a:hover {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .cta {
  background: var(--black);
  color: var(--white);
  padding: 88px 0;
  text-align: center;
}

.page-template-template-work-with-a-las-vegas-agent .cta h2 {
  color: var(--white);
}

.page-template-template-work-with-a-las-vegas-agent .cta p {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .cta p.eyebrow {
  margin: 0 0 0;
  color: var(--gold);
  font-size: 12px;
}

.page-template-template-work-with-a-las-vegas-agent .cta .btns {
  justify-content: center;
  margin-top: 34px;
}

.page-template-template-work-with-a-las-vegas-agent .fine {
  margin-top: 26px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.page-template-template-work-with-a-las-vegas-agent .fine a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.page-template-template-work-with-a-las-vegas-agent .fine a:hover {
  color: var(--gold-soft);
}

@media (max-width: 820px) {
  .page-template-template-work-with-a-las-vegas-agent .step {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 38px 0;
  }
  .page-template-template-work-with-a-las-vegas-agent .step .num {
    font-size: 42px;
  }
  .page-template-template-work-with-a-las-vegas-agent .ap-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .page-template-template-work-with-a-las-vegas-agent .ap-photo {
    max-width: 340px;
  }
  .page-template-template-work-with-a-las-vegas-agent .g-grid {
    grid-template-columns: 1fr;
  }
  .page-template-template-work-with-a-las-vegas-agent .ft {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-template-template-work-with-a-las-vegas-agent .hero {
    padding: 115px 0 54px;
  }
  .page-template-template-work-with-a-las-vegas-agent .btns {
    justify-content: center;
  }
  .page-template-template-work-with-a-las-vegas-agent .btns a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 667px) {
  .page-template-template-work-with-a-las-vegas-agent .adv-photo {
    max-width: 100% !important;
  }
}

.page-template-template-work-with-a-las-vegas-agent .band {
  padding: 80px 0;
}

.page-template-template-work-with-a-las-vegas-agent .band-light {
  background: var(--paper);
}

.page-template-template-work-with-a-las-vegas-agent .band-light h2,
.page-template-template-work-with-a-las-vegas-agent .band-light h3 {
  color: var(--navy);
}

.page-template-template-work-with-a-las-vegas-agent .band-light .eyebrow {
  color: var(--gold-deep);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark {
  background: var(--black);
  color: var(--white);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark h2 {
  color: var(--white);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark p {
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .band .intro {
  max-width: 720px;
}

.page-template-template-work-with-a-las-vegas-agent .band .intro p {
  margin-top: 16px;
  color: var(--ink-body);
  font-size: 18px;
}

.page-template-template-work-with-a-las-vegas-agent .band .intro p.eyebrow {
  margin-top: 0;
  font-size: 12px;
}

.page-template-template-work-with-a-las-vegas-agent
  .band-light
  .intro
  p.eyebrow {
  color: var(--gold-deep);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark .intro p.eyebrow,
.page-template-template-work-with-a-las-vegas-agent .abr .eyebrow {
  color: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark .intro p {
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  margin-top: 44px;
}

@media (max-width: 820px) {
  .page-template-template-work-with-a-las-vegas-agent .duo {
    grid-template-columns: 1fr;
  }
}

.page-template-template-work-with-a-las-vegas-agent .duo h3 {
  margin-bottom: 10px;
  color: var(--navy);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark .duo h3 {
  color: var(--white);
}

.page-template-template-work-with-a-las-vegas-agent .duo p {
  color: var(--ink-body);
  font-size: 16px;
}

.page-template-template-work-with-a-las-vegas-agent .band-dark .duo p {
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .marklist {
  list-style: none;
  margin-top: 22px;
  max-width: 640px;
}

.page-template-template-work-with-a-las-vegas-agent .marklist li {
  position: relative;
  padding: 9px 0 9px 26px;
  color: var(--ink-body);
  font-size: 16px;
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .marklist li:last-child {
  border-bottom: none;
}

.page-template-template-work-with-a-las-vegas-agent .marklist li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 7px;
  height: 7px;
  background: var(--gold-deep);
  transform: rotate(45deg);
}

.page-template-template-work-with-a-las-vegas-agent .band-dark .marklist li {
  color: var(--text);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.page-template-template-work-with-a-las-vegas-agent
  .band-dark
  .marklist
  li::before {
  background: var(--gold);
}

.page-template-template-work-with-a-las-vegas-agent .adv-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 10px;
}

.page-template-template-work-with-a-las-vegas-agent .adv-photo {
  border: 1px solid var(--line);
  padding: 10px;
  background: rgba(211, 172, 46, 0.04);
}

.page-template-template-work-with-a-las-vegas-agent .adv-photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 820px) {
  .page-template-template-work-with-a-las-vegas-agent .adv-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .page-template-template-work-with-a-las-vegas-agent .adv-photo {
    max-width: 300px;
  }
}

.page-template-template-work-with-a-las-vegas-agent .ledger {
  margin-top: 40px;
  border-top: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .ledger-row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 28px;
  padding: 16px 4px;
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .ledger-row dt {
  font-family: "Roboto Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-deep);
  padding-top: 3px;
}

.page-template-template-work-with-a-las-vegas-agent .ledger-row dd {
  color: var(--ink-body);
  font-size: 16px;
}

@media (max-width: 700px) {
  .page-template-template-work-with-a-las-vegas-agent .ledger-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 2px;
  }
}

.page-template-template-work-with-a-las-vegas-agent .sit {
  padding: 22px 4px;
  border-bottom: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .sit:last-child {
  border-bottom: none;
}

.page-template-template-work-with-a-las-vegas-agent .sit h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.page-template-template-work-with-a-las-vegas-agent .sit p {
  color: var(--ink-body);
  font-size: 16px;
  max-width: 760px;
}

.page-template-template-work-with-a-las-vegas-agent .sits {
  margin-top: 34px;
  border-top: 1px solid var(--line-dark);
}

.page-template-template-work-with-a-las-vegas-agent .stat-row {
  display: flex;
  gap: 56px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 38px 0 8px;
}

.page-template-template-work-with-a-las-vegas-agent .stat-row .st {
  text-align: center;
}

.page-template-template-work-with-a-las-vegas-agent .stat-row .st b {
  display: block;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 44px;
  color: var(--gold);
  line-height: 1;
}

.page-template-template-work-with-a-las-vegas-agent .stat-row .st small {
  display: block;
  margin-top: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text);
}

.page-template-template-work-with-a-las-vegas-agent .wwa-richtext p + p,
.page-template-template-work-with-a-las-vegas-agent .sit .wwa-richtext p + p,
.page-template-template-work-with-a-las-vegas-agent .ledger-row dd p + p {
  margin-top: 12px;
}

.page-template-template-work-with-a-las-vegas-agent
  .band
  .intro.wwa-intro-spaced {
  margin-top: 44px;
}
