.elementor-23383 .elementor-element.elementor-element-74e03c5{--display:flex;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .property-cards-module .item-tools .item-compare{display:none;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .property-carousel-module .item-tools .item-compare{display:none;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .property-cards-module .item-tools .item-favorite{display:none;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .property-carousel-module .item-tools .item-favorite{display:none;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .property-cards-module .item-tools .item-preview{display:none;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .property-carousel-module .item-tools .item-preview{display:none;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .item-title{font-weight:300;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .item-price{font-size:16px;}.elementor-23383 .elementor-element.elementor-element-42d3ad2 .area_postfix{font-size:14px;}/* Start custom CSS for html, class: .elementor-element-3ad8c4b */:root {
      --ink: #141414;
      --muted: #727272;
      --line: #dedede;
      --field: #f7f7f7;
      --paper: #ffffff;
      --accent: #c6a15b;
      --accent-dark: #9d7a36;
      --soft: #f3eee5;
      --danger: #b73d3d;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--ink);
      background: #f5f5f5;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.5;
    }

    .site-shell {
      width: min(1120px, calc(100% - 32px));
      margin: 0 auto;
      padding: 48px 0;
    }

    .calculator-heading {
      margin: 0 0 28px;
      text-align: center;
    }

    .eyebrow {
      margin: 0 0 8px;
      color: var(--accent-dark);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    h1 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(34px, 5vw, 56px);
      font-weight: 500;
      line-height: 1.05;
    }

    .mortgage-calculator {
      display: grid;
      grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.2fr);
      gap: 0;
      overflow: hidden;
      background: var(--paper);
      border: 1px solid var(--line);
      box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
    }

    .summary-panel {
      display: flex;
      min-height: 100%;
      flex-direction: column;
      justify-content: space-between;
      padding: 42px;
      color: #fff;
      background:
        linear-gradient(rgba(20, 20, 20, 0.86), rgba(20, 20, 20, 0.86)),
        linear-gradient(135deg, #292929, #111);
    }

    .monthly-label {
      margin: 0 0 6px;
      color: rgba(255, 255, 255, 0.74);
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .monthly-total {
      margin: 0 0 32px;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(42px, 7vw, 66px);
      line-height: 1;
    }

    .breakdown {
      display: grid;
      gap: 16px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .breakdown li {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 16px;
      align-items: center;
      padding-bottom: 14px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .breakdown span {
      color: rgba(255, 255, 255, 0.74);
      font-size: 14px;
    }

    .breakdown strong {
      font-size: 17px;
      font-weight: 700;
    }

    .summary-note {
      margin: 34px 0 0;
      color: rgba(255, 255, 255, 0.66);
      font-size: 13px;
    }

    .form-panel {
      padding: 42px;
    }

    .form-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 22px 24px;
    }

    .field {
      min-width: 0;
    }

    label {
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 700;
    }

    .input-wrap {
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      min-height: 48px;
      background: var(--field);
      border: 1px solid var(--line);
    }

    .input-wrap:focus-within {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(198, 161, 91, 0.18);
    }

    .prefix,
    .suffix {
      min-width: 42px;
      padding: 0 14px;
      color: var(--muted);
      font-weight: 700;
      text-align: center;
    }

    .suffix {
      grid-column: 2;
      grid-row: 1;
      justify-self: end;
      pointer-events: none;
    }

    .input-wrap.has-suffix input {
      padding-right: 44px;
    }

    input {
      width: 100%;
      min-width: 0;
      height: 46px;
      padding: 0 14px;
      color: var(--ink);
      background: transparent;
      border: 0;
      font: inherit;
      outline: 0;
    }

    .input-wrap:not(.has-prefix) {
      grid-template-columns: 1fr;
    }

    .input-wrap.has-suffix {
      grid-template-columns: 1fr;
    }

    .helper {
      margin-top: 6px;
      color: var(--muted);
      font-size: 12px;
    }

    .error {
      min-height: 20px;
      margin: 16px 0 0;
      color: var(--danger);
      font-size: 14px;
      font-weight: 700;
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      margin-top: 28px;
    }

    button {
      min-height: 48px;
      padding: 0 28px;
      color: #fff;
      background: var(--accent);
      border: 0;
      border-radius: 0;
      font: inherit;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
      cursor: pointer;
      transition: background 160ms ease, transform 160ms ease;
    }

    button:hover {
      background: var(--accent-dark);
      transform: translateY(-1px);
    }

    .reset-button {
      color: var(--ink);
      background: transparent;
      border: 1px solid var(--line);
    }

    .reset-button:hover {
      color: #fff;
      background: var(--ink);
      border-color: var(--ink);
    }

    .contact-band {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 20px;
      align-items: center;
      margin-top: 32px;
      padding: 26px 30px;
      color: var(--ink);
      background: var(--soft);
      border-left: 4px solid var(--accent);
    }

    .contact-band h2 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(24px, 4vw, 34px);
      font-weight: 500;
      line-height: 1.1;
    }

    .contact-band p {
      margin: 6px 0 0;
      color: var(--muted);
    }

    .contact-band a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 24px;
      color: #fff;
      background: var(--ink);
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
    }

    @media (max-width: 820px) {
      .site-shell {
        width: min(100% - 24px, 640px);
        padding: 28px 0;
      }

      .mortgage-calculator,
      .contact-band {
        grid-template-columns: 1fr;
      }

      .summary-panel,
      .form-panel {
        padding: 28px;
      }
    }

    @media (max-width: 560px) {
      .form-grid {
        grid-template-columns: 1fr;
      }

      .actions,
      .actions button,
      .contact-band a {
        width: 100%;
      }
    }/* End custom CSS */