:root {
  --ink: #152238;
  --ink-70: rgba(21, 34, 56, 0.7);
  --ink-45: rgba(21, 34, 56, 0.45);
  --paper: #f1eee6;
  --paper-raised: #fbfaf6;
  --teal: #1f4b44;
  --teal-dark: #123531;
  --brass: #b4863a;
  --brass-light: #d9b876;
  --clay: #9a4632;
  --clay-dark: #7e3826;
  --line: rgba(21, 34, 56, 0.12);
  --radius: 3px;
  --shadow: 0 1px 2px rgba(21, 34, 56, 0.06), 0 8px 24px rgba(21, 34, 56, 0.08);
}
/* * {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
} */
/* body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3 {

  font-weight: 600;
  line-height: 1.08;
  margin: 0;
  letter-spacing: -0.01em;
} */
/* .mono {
  
} */
/* a{color:inherit;} */
/* img{max-width:100%;display:block;} */
body {
  font-family: Metropolis-Regular;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Metropolis-SemiBold;
}
.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
button {
  font-family: inherit;
  cursor: pointer;
}
:focus-visible {
  outline: 2px solid var(--brass);
  outline-offset: 3px;
}

.phone {
  font-size: 14px;
  font-weight: 600;
  display: none;
}
.phone span {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 11px;
  color: var(--ink-45);
}
@media (min-width: 640px) {
  .phone {
    display: block;
    text-align: right;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 2px;
  border: none;
  font-weight: 600;
  font-size: 14.5px;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
}
.btn-primary {
  background: var(--clay);
  color: #fff;
}
.btn-primary:hover {
  background: var(--clay-dark);
}
.btn:active {
  transform: translateY(1px);
}
.btn-sm {
  padding: 9px 16px;
  font-size: 13.5px;
}

/* Hero */
.hero {
  background:
    linear-gradient(180deg, rgba(21, 34, 56, 0) 0%, rgba(21, 34, 56, 0) 100%),
    var(--ink);
  background-color: var(--ink);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(
      600px 300px at 85% -10%,
      rgba(180, 134, 58, 0.25),
      transparent 60%
    ),
    radial-gradient(
      500px 260px at 10% 110%,
      rgba(31, 75, 68, 0.35),
      transparent 60%
    );
  pointer-events: none;
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
img.img-responsive.search-top-margin.margin-top-zero.lazy-loaded {
  display: none;
}
@media (min-width: 960px) {
  .hero-grid {
    grid-template-columns: 1.08fr 1.4fr;
    align-items: start;
    gap: 10px;
  }
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--brass-light);
}
h1.hero-h {
  font-size: clamp(32px, 5vw, 52px);
  color: #fff;
  max-width: 15ch;
}
h1.hero-h em {
  font-style: normal;
  color: var(--brass-light);
}
.hero-sub {
  margin-top: 18px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 46ch;
  line-height: 1.55;
}
.hero-points {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.hero-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.85);
}
.hero-points svg {
  flex: none;
  margin-top: 3px;
  color: var(--brass-light);
}

/* Lead form card */
.lead-card {
  background: var(--paper-raised);
  border-radius: var(--radius);
  padding: 15px 15px 15px;
  box-shadow: var(--shadow);
  position: relative;
}
.lead-card .kicker {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 6px;
}
.lead-card h2 {
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 4px;
  margin-top: 0px;
}
.lead-card .sub {
  font-size: 13.5px;
  color: var(--ink-70);
  margin-bottom: 18px;
}
.field {
  margin-bottom: 12px;
}
.field label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
  text-transform: capitalize;
}
span.required {
  color: red;
}
.field input,
.field select {
  width: 100%;
  padding: 5px 5px;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-family: inherit;
  font-size: 12px;
  background: #fff;
  color: var(--ink);
}
.field textarea#description {
  width: 93%;
  float: left;
  border-top-right-radius: 0px;
  font-size: 12px;
}
.field .char-count {
  font-size: 12px !important;
}
.field input#phone {
  padding-bottom: 5px !important;
  padding-top: 8px;
  height: auto !important;
  padding: 7px 0px 6px 0px !important;
}
.field .error:last-child {
  font-size: 12px !important;
}
.field .intl-tel-input {
  width: 100%;
  float: left;
  background-color: #fff;
  border: 1px solid var(--line);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 0.075);
}
.field span.country-code-input {
  padding: 7px 4px 7px 47px;
}
.avail-datepicker {
  position: relative;
}
.avail-datepicker button.Zebra_DatePicker_Icon_Inside {
  left: unset !important;
  margin: 10px 0 0 -26px !important;
  position: absolute;
  top: 0 !important;
  right: 10px !important;
}
.login-box {
  color: var(--brass-light);
  padding: 10px;
  background: var(--teal-dark);
  text-align: center;
  font-size: 14px;
}
.error-msg {
  color: red;
  font-size: 12px;
}
.login-box .login_btn,
.login-box .register_btn {
  font-size: 14px;
}
.field input:focus,
.field select:focus {
  border-color: var(--teal);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.lead-card .btn-primary {
  width: 100%;
  padding: 14px;
  font-size: 15px;
  margin-top: 6px;
}
.fine {
  font-size: 11.5px;
  color: var(--ink-45);
  margin-top: 10px;
  text-align: center;
}
.thankyou {
  display: none;
  text-align: center;
  padding: 20px 6px;
}
.thankyou.show {
  display: block;
}
.lead-form.hide {
  display: none;
}
.thankyou svg {
  color: var(--teal);
  margin-bottom: 10px;
}
.thankyou h3 {
  font-size: 19px;
  margin-bottom: 6px;
}
.thankyou p {
  font-size: 14px;
  color: var(--ink-70);
  margin: 0;
}

/* Trust strip */
.trust {
  background: var(--teal-dark);
  color: #fff;
  padding: 20px 0;
}
.trust-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  text-align: center;
}
@media (min-width: 760px) {
  .trust-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
.trust-num {
  font-size: 24px;
  font-weight: 600;
  color: var(--brass-light);
}
.trust-label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 2px;
  letter-spacing: 0.01em;
}

/* Section shell */
section {
  padding: 76px 0;
}
.section-head {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
}
.section-eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 12px;
  font-family: Metropolis-SemiBold;
}
.section-head h2 {
  font-size: clamp(26px, 3.4vw, 36px);
}
.section-head p {
  margin-top: 12px;
  color: var(--ink-70);
  font-size: 15.5px;
}

/* How it works */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 760px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.step {
  position: relative;
  padding-top: 8px;
}
.step-num {
  font-size: 44px;
  font-weight: 600;
  color: var(--brass);
  line-height: 1;
  margin-bottom: 14px;
}
.step h3 {
  font-size: 18.5px;
  margin-bottom: 8px;
}
.step p {
  font-size: 14.5px;
  color: var(--ink-70);
  margin: 0;
}

/* Calculator (signature) */
.calc-section {
  background: var(--paper-raised);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.calc-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 880px) {
  .calc-panel {
    grid-template-columns: 0.9fr 1.1fr;
  }
}
.calc-inputs {
  padding: 34px;
  background: var(--ink);
  color: #fff;
}
.calc-inputs .kicker {
  font-size: 11.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 10px;
}
.calc-inputs h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 20px;
  max-width: 22ch;
}
.calc-field {
  margin-bottom: 16px;
}
.calc-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
}
.calc-field select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: inherit;
  font-size: 14.5px;
}
.calc-field select option {
  color: #111;
}
.calc-results {
  padding: 34px;
}
.bar-row {
  margin-bottom: 22px;
}
.bar-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13.5px;
  margin-bottom: 8px;
}
.bar-label .name {
  font-weight: 600;
  color: var(--ink-70);
}
.bar-label .val {
  font-size: 17px;
  font-weight: 600;
}
.bar-track {
  height: 14px;
  background: var(--paper);
  border-radius: 20px;
  overflow: hidden;
}
.bar-fill {
  height: 100%;
  border-radius: 20px;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.bar-fill.lease {
  background: var(--ink-45);
}
.bar-fill.chbo {
  background: linear-gradient(90deg, var(--brass), var(--clay));
}
.uplift {
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(31, 75, 68, 0.08);
  border-left: 3px solid var(--teal);
  border-radius: 2px;
  font-size: 14px;
}
.uplift .num {
  font-weight: 600;
  color: var(--teal);
  font-size: 16px;
}
.calc-disclaimer {
  font-size: 11.5px;
  color: var(--ink-45);
  margin-top: 16px;
}

/* Feature grid */
.features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .features {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .features {
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature {
  padding: 22px 20px;
  background: var(--paper-raised);
  border: 1px solid var(--line);
  border-radius: 3px;
}
.feature svg {
  color: var(--teal);
  margin-bottom: 12px;
}
.feature h3 {
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.feature p {
  font-size: 13.8px;
  color: var(--ink-70);
  margin: 0;
}

/* Testimonial */
.testimonial-section {
  background: var(--ink);
  color: #fff;
}
.testimonial {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.testimonial blockquote {
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 22px;
  color: #fff;
}
.testimonial cite {
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
}

/* FAQ */
.faq {
  max-width: 760px;
  margin: 0 auto;
}
details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
details summary {
  cursor: pointer;
  font-family: Metropolis-SemiBold;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::after {
  content: "+";
  font-size: 20px;
  color: var(--clay);
  font-weight: 400;
  transition: transform 0.2s ease;
}
details[open] summary::after {
  transform: rotate(45deg);
}
details p {
  margin: 12px 0 0;
  color: var(--ink-70);
  font-size: 14.5px;
  line-height: 1.6;
}

/* Final CTA */
.final-cta {
  background: linear-gradient(135deg, var(--teal-dark), var(--ink));
  color: #fff;
  text-align: center;
}
.final-cta h2 {
  color: #fff;
  font-size: clamp(26px, 3.6vw, 38px);
  max-width: 18ch;
  margin: 0 auto;
}
.final-cta p {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 14px;
  font-size: 15.5px;
}
.final-cta .btn {
  margin-top: 26px;
  padding: 16px 34px;
  font-size: 16px;
}
@media (max-width: 1024px) {
.field input#phone {
    width: 42%;
}
.field span.country-code-input{
      min-width: 65px;
}
.field textarea#description {
    width: 91%;

}
}
@media (max-width: 767px) {
  .field-row {
    grid-template-columns: 1fr;
  }
  .field textarea#description {
    width: 88%;
  }
  .lead-card .btn-primary {
    padding: 8px;
    font-size: 14px;
  }
  .step-num {
    font-size: 30px;
    margin-bottom: 5px;
  }
  section {
    padding: 15px 0;
  }
  .steps {
    gap: 12px;
  }
  .section-head {
    margin: 0 auto 20px;
  }
  .final-cta .btn {
    margin-top: 15px;
    padding: 12px 20px;
    font-size: 14px;
  }
  .testimonial blockquote {
    font-size: clamp(16px, 2.6vw, 27px);
    margin: 0 0 15px;
    padding: 0px 10px;
    text-align: left;
  }
  .section-head h2 {
    font-size: clamp(20px, 3.4vw, 29px);
    margin-top: 0px;
  }
  h1.hero-h {
    font-size: clamp(24px, 5vw, 52px);
    max-width: 20ch;
    margin-top: 0px;
  }
  .hero {
    padding: 30px 0 30px;
  }
  .trust-num {
    font-size: 18px;
  }
  .calc-inputs,
  .calc-results {
    padding: 15px;
  }
  .final-cta h2 {
    font-size: clamp(22px, 3.6vw, 38px);
  }
}
