
:root {
  --ash-navy-950: #050b14;
  --ash-navy-900: #07111f;
  --ash-navy-850: #0a1728;
  --ash-navy-800: #0e2037;
  --ash-gold: #c9a24d;
  --ash-gold-light: #e3c471;
  --ash-cream: #f7f4ee;
  --ash-white: #ffffff;
  --ash-ink: #111827;
  --ash-copy: #4b5563;
  --ash-line: #d9dee7;
  --ash-radius: 18px;
  --ash-shadow: 0 24px 60px rgba(5, 11, 20, 0.18);
}

body.ashman-landing-page {
  overflow-x: hidden;
  background: #fff;
}

body.ashman-landing-page .entry-header,
body.ashman-landing-page .page-header,
body.ashman-landing-page .entry-title,
body.ashman-landing-page .wp-block-post-title {
  display: none !important;
}

body.ashman-landing-page .site-main,
body.ashman-landing-page main.site-main,
body.ashman-landing-page .content-area,
body.ashman-landing-page .entry-content,
body.ashman-landing-page .wp-site-blocks > main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.ashman-landing-page .entry-content {
  max-width: none !important;
  width: 100% !important;
}

body.ashman-landing-page .entry-content > .ash-lp {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ash-lp,
.ash-lp *,
.ash-lp *::before,
.ash-lp *::after {
  box-sizing: border-box;
}

.ash-lp {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--ash-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  background: var(--ash-white);
}

.ash-lp a {
  text-decoration: none;
}

.ash-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.ash-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 22%, rgba(201, 162, 77, 0.22), transparent 30%),
    radial-gradient(circle at 5% 90%, rgba(80, 116, 166, 0.22), transparent 32%),
    linear-gradient(135deg, #050b14 0%, #07111f 48%, #0d2038 100%);
}

.ash-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.ash-hero::after {
  content: "";
  position: absolute;
  top: -240px;
  right: -160px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(201, 162, 77, 0.25);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(201, 162, 77, 0.035),
    0 0 0 140px rgba(201, 162, 77, 0.025);
  z-index: -1;
}

.ash-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
  padding-block: clamp(72px, 9vw, 132px);
}

.ash-eyebrow,
.ash-kicker {
  margin: 0 0 14px;
  color: var(--ash-gold-light);
  font-size: 0.77rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.ash-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.75rem, 5.5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 780;
  text-wrap: balance;
}

.ash-hero__lead {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: clamp(1.08rem, 1.55vw, 1.3rem);
  line-height: 1.6;
}

.ash-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.ash-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.ash-btn:focus-visible,
.ash-submit:focus-visible,
.ash-lead-form input:focus-visible,
.ash-lead-form textarea:focus-visible,
.ash-faqs summary:focus-visible {
  outline: 3px solid rgba(227, 196, 113, 0.55);
  outline-offset: 3px;
}

.ash-btn--gold {
  color: #101722;
  background: linear-gradient(135deg, var(--ash-gold-light), var(--ash-gold));
  box-shadow: 0 14px 34px rgba(201, 162, 77, 0.25);
}

.ash-btn--gold:hover {
  color: #101722;
  box-shadow: 0 18px 40px rgba(201, 162, 77, 0.34);
}

.ash-btn--ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.27);
  background: rgba(255,255,255,0.055);
  backdrop-filter: blur(8px);
}

.ash-btn--ghost:hover {
  color: #fff;
  border-color: rgba(255,255,255,0.46);
  background: rgba(255,255,255,0.09);
}

.ash-confidence {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  align-items: start;
  max-width: 700px;
  margin-top: 34px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.ash-confidence__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(201, 162, 77, 0.55);
  border-radius: 50%;
  color: var(--ash-gold-light);
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.ash-confidence p {
  margin: 0;
  color: rgba(255,255,255,0.69);
  font-size: 0.91rem;
  line-height: 1.55;
}

.ash-confidence strong {
  color: #fff;
}

.ash-form-card {
  position: relative;
  z-index: 2;
  padding: 28px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(255,255,255,0.97);
  color: var(--ash-ink);
  box-shadow: 0 35px 90px rgba(0,0,0,0.34);
}

.ash-form-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 5px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(90deg, var(--ash-gold-light), var(--ash-gold));
}

.ash-form-card__head h2 {
  margin: 0;
  color: var(--ash-navy-900);
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.ash-form-card__head p:last-child {
  margin: 10px 0 21px;
  color: var(--ash-copy);
  font-size: 0.92rem;
}

.ash-lead-form {
  display: grid;
  gap: 14px;
}

.ash-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.ash-lead-form label {
  display: grid;
  gap: 6px;
  margin: 0;
  color: #2b3442;
  font-size: 0.78rem;
  font-weight: 750;
}

.ash-lead-form input,
.ash-lead-form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #d6dce5;
  border-radius: 10px;
  background: #fbfcfd;
  color: #111827;
  font: inherit;
  font-size: 0.93rem;
  font-weight: 450;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.ash-lead-form input {
  min-height: 46px;
  padding: 10px 12px;
}

.ash-lead-form textarea {
  min-height: 98px;
  padding: 11px 12px;
  resize: vertical;
}

.ash-lead-form input:focus,
.ash-lead-form textarea:focus {
  border-color: var(--ash-gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201,162,77,0.11);
}

.ash-consent {
  grid-template-columns: 18px 1fr !important;
  gap: 9px !important;
  align-items: start;
  color: #596273 !important;
  font-size: 0.73rem !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

.ash-consent input {
  width: 16px;
  min-height: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--ash-gold);
}

.ash-submit {
  display: inline-flex;
  min-height: 51px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  padding: 13px 17px;
  border: 0;
  border-radius: 10px;
  background: var(--ash-navy-900);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 11px 26px rgba(7,17,31,0.19);
  transition: transform 180ms ease, background-color 180ms ease;
}

.ash-submit:hover {
  transform: translateY(-1px);
  background: #102744;
}

.ash-submit span {
  color: var(--ash-gold-light);
  font-size: 1.15rem;
}

.ash-form-note {
  margin: -2px 0 0;
  color: #7a8491;
  font-size: 0.7rem;
  text-align: center;
}

.ash-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ash-alert {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 0.85rem;
  line-height: 1.5;
}

.ash-alert--success {
  border: 1px solid #b9dec8;
  background: #edf9f1;
  color: #185d34;
}

.ash-alert--error {
  border: 1px solid #efc1c1;
  background: #fff2f2;
  color: #8a2222;
}

.ash-proof {
  border-bottom: 1px solid #e3e7ed;
  background: #fff;
}

.ash-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ash-proof__grid > div {
  display: grid;
  gap: 3px;
  padding: 25px 28px;
  border-right: 1px solid #e3e7ed;
}

.ash-proof__grid > div:first-child {
  border-left: 1px solid #e3e7ed;
}

.ash-proof strong {
  color: var(--ash-navy-900);
  font-size: 1.08rem;
  line-height: 1.2;
}

.ash-proof span {
  color: #77808d;
  font-size: 0.75rem;
  line-height: 1.35;
}

.ash-section {
  padding-block: clamp(72px, 8vw, 118px);
}

.ash-section h2 {
  margin: 0;
  color: var(--ash-navy-900);
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.ash-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}

.ash-prose {
  color: var(--ash-copy);
  font-size: 1.03rem;
}

.ash-prose p {
  margin: 0 0 18px;
}

.ash-prose strong {
  color: var(--ash-navy-900);
}

.ash-section--dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgba(201,162,77,0.12), transparent 26%),
    var(--ash-navy-900);
  color: #fff;
}

.ash-section--dark .ash-section-head h2,
.ash-section--dark .ash-card h3 {
  color: #fff;
}

.ash-section-head {
  max-width: 760px;
  margin-bottom: 44px;
}

.ash-section-head--center {
  margin-inline: auto;
  text-align: center;
}

.ash-section-head > p:last-child {
  margin: 17px 0 0;
  color: #677282;
  font-size: 1rem;
}

.ash-section--dark .ash-section-head > p:last-child {
  color: rgba(255,255,255,0.67);
}

.ash-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ash-card {
  min-height: 178px;
  padding: 25px;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 15px;
  background: rgba(255,255,255,0.045);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.ash-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201,162,77,0.43);
  background: rgba(255,255,255,0.07);
}

.ash-card__num {
  display: block;
  margin-bottom: 34px;
  color: var(--ash-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ash-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.ash-section--location {
  background: var(--ash-cream);
}

.ash-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: clamp(48px, 8vw, 105px);
  align-items: center;
}

.ash-location-grid > div > p:not(.ash-kicker) {
  max-width: 710px;
  margin: 24px 0 0;
  color: #596273;
}

.ash-location-grid aside {
  padding: 30px;
  border: 1px solid #e0d8c8;
  border-radius: var(--ash-radius);
  background: rgba(255,255,255,0.76);
  box-shadow: 0 18px 48px rgba(40,32,18,0.07);
}

.ash-location-grid aside h3 {
  margin: 0 0 18px;
  color: var(--ash-navy-900);
  font-size: 1.12rem;
}

.ash-location-grid aside ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ash-location-grid aside li {
  position: relative;
  padding-left: 20px;
  color: #495261;
  font-size: 0.9rem;
}

.ash-location-grid aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ash-gold);
}

.ash-city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.ash-city-list span {
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid #dfd7c7;
  border-radius: 999px;
  background: rgba(255,255,255,0.65);
  color: #4e5663;
  font-size: 0.78rem;
  font-weight: 700;
}

.ash-situation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 1000px;
  margin-inline: auto;
}

.ash-situation {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border: 1px solid #e0e4ea;
  border-radius: 13px;
  background: #fff;
  color: #2c3440;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 26px rgba(5,11,20,0.04);
}

.ash-check {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: rgba(201,162,77,0.13);
  color: #8d6d27;
  font-size: 0.8rem;
}

.ash-section--confidence {
  padding-block: 0;
  background: #fff;
}

.ash-confidence-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(45px, 7vw, 95px);
  padding: clamp(42px, 6vw, 72px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 20%, rgba(201,162,77,0.13), transparent 30%),
    linear-gradient(135deg, #07111f, #0b1d33);
  color: #fff;
  box-shadow: var(--ash-shadow);
}

.ash-confidence-panel h2 {
  color: #fff;
}

.ash-confidence-panel > div:last-child {
  color: rgba(255,255,255,0.73);
  font-size: 1rem;
}

.ash-confidence-panel p {
  margin: 0 0 17px;
}

.ash-section--process {
  background: #fff;
}

.ash-process {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 45px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.ash-process li {
  display: grid;
  grid-template-columns: 47px 1fr;
  gap: 17px;
  padding: 29px 0;
  border-top: 1px solid #e2e6eb;
}

.ash-process__number {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid #dbc481;
  border-radius: 50%;
  color: #8c6a20;
  font-size: 0.78rem;
  font-weight: 850;
}

.ash-process h3 {
  margin: 0 0 7px;
  color: var(--ash-navy-900);
  font-size: 1.06rem;
}

.ash-process p {
  margin: 0;
  color: #657080;
  font-size: 0.89rem;
}

.ash-section--why {
  background: var(--ash-navy-950);
  color: #fff;
}

.ash-section--why h2 {
  color: #fff;
}

.ash-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.ash-why-grid article {
  padding: 27px 23px 29px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 15px;
  background: rgba(255,255,255,0.035);
}

.ash-why-grid article > span {
  display: block;
  margin-bottom: 38px;
  color: var(--ash-gold-light);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ash-why-grid h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 1.05rem;
}

.ash-why-grid p {
  margin: 0;
  color: rgba(255,255,255,0.61);
  font-size: 0.85rem;
  line-height: 1.6;
}

.ash-section--faq {
  background: #f7f8fa;
}

.ash-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.ash-faq-layout > div:first-child > p:last-child {
  margin-top: 21px;
  color: #687281;
}

.ash-faqs {
  border-top: 1px solid #d9dee5;
}

.ash-faqs details {
  border-bottom: 1px solid #d9dee5;
}

.ash-faqs summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: var(--ash-navy-900);
  font-size: 0.98rem;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.ash-faqs summary::-webkit-details-marker {
  display: none;
}

.ash-faqs summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  color: #8d6c24;
  font-size: 1.45rem;
  font-weight: 400;
}

.ash-faqs details[open] summary::after {
  content: "–";
}

.ash-faqs details div {
  padding: 0 38px 22px 0;
  color: #667080;
  font-size: 0.91rem;
}

.ash-faqs details p {
  margin: 0;
}

.ash-final-cta {
  position: relative;
  overflow: hidden;
  padding-block: clamp(70px, 8vw, 105px);
  background:
    radial-gradient(circle at 100% 100%, rgba(201,162,77,0.18), transparent 33%),
    var(--ash-navy-900);
  color: #fff;
}

.ash-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 60px;
  align-items: center;
}

.ash-final-cta h2 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.ash-final-cta p:not(.ash-kicker) {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.67);
}

.ash-final-cta__actions {
  display: grid;
  justify-items: start;
  gap: 13px;
}

.ash-final-cta__actions .ash-btn {
  margin-bottom: 6px;
}

.ash-contact-link {
  color: rgba(255,255,255,0.8);
  font-size: 0.93rem;
  font-weight: 700;
}

.ash-contact-link:hover {
  color: var(--ash-gold-light);
}

.ash-lp-error {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #e8b4b4;
  background: #fff2f2;
  color: #8a2020;
}

@media (max-width: 1024px) {
  .ash-hero__inner {
    grid-template-columns: 1fr;
  }

  .ash-form-card {
    max-width: 760px;
  }

  .ash-proof__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ash-proof__grid > div:nth-child(3) {
    border-left: 1px solid #e3e7ed;
  }

  .ash-card-grid,
  .ash-situation-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ash-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 780px) {
  .ash-container {
    width: min(100% - 28px, 1180px);
  }

  .ash-hero__inner {
    padding-block: 62px 70px;
  }

  .ash-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .ash-hero__actions {
    display: grid;
  }

  .ash-btn {
    width: 100%;
  }

  .ash-form-card {
    padding: 23px 19px;
  }

  .ash-field-row {
    grid-template-columns: 1fr;
  }

  .ash-two-col,
  .ash-location-grid,
  .ash-confidence-panel,
  .ash-faq-layout,
  .ash-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .ash-card-grid,
  .ash-situation-grid,
  .ash-process,
  .ash-why-grid {
    grid-template-columns: 1fr;
  }

  .ash-proof__grid {
    grid-template-columns: 1fr 1fr;
  }

  .ash-proof__grid > div {
    padding: 20px 16px;
  }

  .ash-confidence-panel {
    padding: 34px 23px;
    border-radius: 18px;
  }

  .ash-why-grid article > span {
    margin-bottom: 23px;
  }

  .ash-final-cta__actions {
    justify-items: stretch;
  }

  .ash-contact-link {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .ash-proof__grid {
    grid-template-columns: 1fr;
  }

  .ash-proof__grid > div,
  .ash-proof__grid > div:first-child,
  .ash-proof__grid > div:nth-child(3) {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e3e7ed;
  }

  .ash-proof__grid > div:last-child {
    border-bottom: 0;
  }

  .ash-card {
    min-height: 145px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ash-btn,
  .ash-card,
  .ash-submit {
    transition: none;
  }
}

/* Strong form-field override against theme input styles */
body.ashman-landing-page .ash-lead-form input:not([type="checkbox"]):not([type="hidden"]),
body.ashman-landing-page .ash-lead-form textarea {
  background-color: #fbfcfd !important;
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  caret-color: #111827 !important;
  opacity: 1 !important;
  color-scheme: light;
}

body.ashman-landing-page .ash-lead-form input:not([type="checkbox"]):not([type="hidden"]):focus,
body.ashman-landing-page .ash-lead-form textarea:focus {
  background-color: #ffffff !important;
  color: #111827 !important;
  -webkit-text-fill-color: #111827 !important;
  caret-color: #111827 !important;
  border-color: #c9a24d !important;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(201, 162, 77, 0.14) !important;
}

body.ashman-landing-page .ash-lead-form input::placeholder,
body.ashman-landing-page .ash-lead-form textarea::placeholder {
  color: #6b7280 !important;
  -webkit-text-fill-color: #6b7280 !important;
  opacity: 1 !important;
}

/* Chrome and Safari autofill */
body.ashman-landing-page .ash-lead-form input:-webkit-autofill,
body.ashman-landing-page .ash-lead-form input:-webkit-autofill:hover,
body.ashman-landing-page .ash-lead-form input:-webkit-autofill:focus,
body.ashman-landing-page .ash-lead-form textarea:-webkit-autofill {
  -webkit-text-fill-color: #111827 !important;
  caret-color: #111827 !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  box-shadow: 0 0 0 1000px #ffffff inset !important;
}

