:root {
  --blue: #1c72a9;
  --blue-dark: #0b4f79;
  --blue-soft: #e7f2fa;
  --green: #0e973c;
  --green-soft: #e1f4e8;
  --red: #e12d2d;
  --ink: #32383d;
  --muted: #666666;
  --line: #d7e1e8;
  --white: #ffffff;
  --panel: #f6f8fa;
  --shadow: 0 18px 48px rgba(26, 62, 86, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #454545;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.desktop-contact-actions {
  display: none !important;
}

.desktop-home-button,
.quick-lead-hero {
  display: none;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  display: none;
}

.site-header-inner {
  width: min(100% - 48px, 1120px);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
}

.site-logo-link {
  display: block;
  width: 130px;
  flex: 0 0 auto;
}

.site-logo {
  width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  color: #46535b;
  font-size: 14px;
  font-weight: 900;
}

.site-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
}

.site-pill {
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  padding: 0 20px;
  box-shadow: 0 10px 22px rgba(225, 45, 45, 0.18);
}

.choice-view {
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  padding: 24px 20px 30px;
  background:
    linear-gradient(120deg, rgba(28, 114, 169, 0.08), transparent 36%),
    linear-gradient(300deg, rgba(14, 151, 60, 0.1), transparent 40%),
    #f8fbfc;
}

.choice-card {
  width: min(100%, 1120px);
  display: grid;
  gap: 28px;
  align-items: center;
}

.choice-main,
.choice-actions {
  display: grid;
  justify-items: center;
  text-align: center;
}

.choice-main {
  gap: 18px;
}

.logo-link {
  display: block;
  width: min(62vw, 250px);
}

.brand-logo {
  width: 100%;
  height: auto;
}

.tagline-bar {
  width: min(100%, 640px);
  min-height: 50px;
  display: grid;
  place-items: center;
  padding: 10px 18px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--green) 100%);
  color: var(--white);
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(22px, 4.5vw, 34px);
  font-weight: 800;
  line-height: 1.15;
}

.intro-copy {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.intro-copy article {
  display: grid;
  gap: 4px;
}

.step-index {
  display: none;
}

.intro-copy h1,
.intro-copy h2 {
  margin: 10px 0 0;
  color: #555555;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(22px, 4.4vw, 30px);
  line-height: 1.15;
}

.intro-copy h1 {
  margin-top: 4px;
}

.intro-copy p {
  margin: 0;
  font-size: clamp(18px, 4vw, 25px);
  line-height: 1.35;
}

.choice-actions {
  gap: 18px;
}

.home-details {
  width: min(100%, 1120px);
  display: grid;
  gap: 12px;
}

.detail-card {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(28, 114, 169, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.86);
  padding: 18px;
}

.detail-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-card h2 {
  margin: 0;
  color: #444;
  font-family: Poppins, Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.action-heading {
  display: none;
}

.intent-menu {
  width: min(100%, 540px);
  display: grid;
  gap: 10px;
}

.intent-tile {
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: var(--radius);
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 800;
  color: var(--white);
  box-shadow: 0 14px 26px rgba(28, 114, 169, 0.1);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.intent-tile:hover,
.intent-tile:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(28, 114, 169, 0.16);
  outline: none;
}

.intent-tile span {
  display: block;
}

.intent-tile small {
  display: none;
}

.contact-tile {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--red);
  color: var(--white);
  font-family: Poppins, Inter, sans-serif;
  font-size: 19px;
  font-weight: 800;
  box-shadow: 0 14px 26px rgba(225, 45, 45, 0.14);
}

.intent-sell {
  border: 26px solid var(--green-soft);
  background: var(--green);
}

.intent-rent {
  border: 26px solid #e5edf4;
  background: var(--blue);
}

.intent-value {
  border: 26px solid #eeeeee;
  background: #4b4b4b;
}

.simple-footer {
  display: grid;
  gap: 8px;
  justify-items: center;
  color: #666666;
  font-size: 20px;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.footer-links span {
  width: 1px;
  height: 34px;
  background: #777777;
}

.simple-footer strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: 21px;
}

.simple-footer strong span {
  color: #e02445;
}

.simple-footer p {
  margin: 0;
}

.form-view {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px 18px 42px;
  background:
    linear-gradient(120deg, rgba(28, 114, 169, 0.1), transparent 38%),
    linear-gradient(300deg, rgba(14, 151, 60, 0.08), transparent 42%),
    #ffffff;
}

.form-layout {
  width: min(100%, 1040px);
  display: grid;
  gap: 20px;
  align-items: start;
}

.form-side {
  display: grid;
  gap: 16px;
  justify-items: center;
  text-align: center;
}

.mini-logo-link {
  display: block;
  width: min(56vw, 220px);
}

.mini-logo {
  width: 100%;
  height: auto;
}

.form-side-copy {
  display: grid;
  gap: 8px;
}

.form-side-copy span {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-side-copy h1 {
  margin: 0;
  color: #3e464c;
  font-family: Poppins, Inter, sans-serif;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.08;
}

.form-side-copy p {
  max-width: 460px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.back-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbdbe3;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--blue-dark);
  padding: 0 18px;
  font-size: 14px;
  font-weight: 900;
}

.lead-form {
  width: min(100%, 560px);
  justify-self: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.lead-form label,
.lead-form fieldset {
  display: grid;
  gap: 7px;
  margin: 0 0 12px;
}

.lead-form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.lead-form span,
.lead-form legend {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 900;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #cbdbe3;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 0 13px;
  outline: none;
  transition:
    border 160ms ease,
    box-shadow 160ms ease;
}

.lead-form textarea {
  min-height: 112px;
  padding-top: 12px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(28, 114, 169, 0.16);
}

.lead-form input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  opacity: 0;
}

.form-field-inline {
  padding: 10px;
  border-radius: var(--radius);
  background: var(--panel);
}

.segmented-control {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  padding: 5px;
  border: 1px solid #cfe0ea;
  border-radius: var(--radius);
  background: var(--white);
}

.segmented-control label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.segmented-control span {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  color: #2f3a40;
  font-size: 15px;
  font-weight: 800;
  transition:
    background 150ms ease,
    border 150ms ease,
    color 150ms ease,
    box-shadow 150ms ease;
}

.segmented-control input:checked + span {
  border-color: rgba(28, 114, 169, 0.28);
  background: var(--blue);
  color: var(--white);
}

.segmented-control input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(28, 114, 169, 0.18);
}

.lead-form label.has-error input,
.lead-form label.has-error textarea,
.lead-form fieldset.has-error .segmented-control {
  border-color: #c53030;
}

.lead-form small {
  min-height: 18px;
  color: #a92727;
  font-size: 12px;
  line-height: 1.3;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.form-submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.form-status {
  display: none;
  margin-bottom: 14px;
  border-radius: var(--radius);
  padding: 12px 14px;
  font-weight: 800;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  background: var(--green-soft);
  color: #0b7831;
}

.form-status.is-error {
  background: #fff1f1;
  color: #9a2020;
}

.fine-print {
  width: min(100% - 32px, 620px);
  margin: 0 auto;
  padding: 32px 0 52px;
  color: var(--muted);
  text-align: center;
}

.fine-print h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: Poppins, Inter, sans-serif;
  font-size: 22px;
}

.fine-print p {
  margin: 0;
}

@media (min-width: 880px) {
  body {
    padding-right: 0;
  }

  .desktop-home-button {
    position: fixed;
    top: 22px;
    left: 24px;
    z-index: 35;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid rgba(28, 114, 169, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--blue-dark);
    padding: 0 17px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(21, 53, 73, 0.12);
    backdrop-filter: blur(12px);
    transition:
      transform 150ms ease,
      box-shadow 150ms ease,
      border-color 150ms ease;
  }

  .desktop-home-button:hover,
  .desktop-home-button:focus-visible {
    border-color: rgba(28, 114, 169, 0.42);
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(21, 53, 73, 0.16);
    outline: none;
  }

  .desktop-home-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }

  .desktop-contact-actions {
    position: fixed;
    top: 50%;
    right: 22px;
    z-index: 30;
    width: 132px;
    display: grid;
    align-items: center;
    gap: 10px;
    margin: 0;
    transform: translateY(-50%);
  }

  .quick-contact {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border: 1px solid #cfe0ea;
    border-radius: 8px;
    background: #ffffff;
    color: var(--blue-dark);
    padding: 0 14px;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(26, 62, 86, 0.13);
    transition:
      transform 150ms ease,
      box-shadow 150ms ease;
  }

  .quick-contact:hover,
  .quick-contact:focus-visible {
    transform: translateX(-2px);
    box-shadow: 0 18px 34px rgba(26, 62, 86, 0.18);
    outline: none;
  }

  .quick-contact svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
  }

  .quick-whatsapp {
    border-color: rgba(14, 151, 60, 0.28);
    background: #f4fbf7;
    color: var(--green);
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: block;
    border-bottom: 1px solid rgba(28, 114, 169, 0.12);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
  }

  .choice-view,
  .form-view {
    min-height: calc(100svh - 80px);
  }

  .choice-view {
    grid-template-rows: auto auto auto;
    align-content: start;
    gap: 22px;
    padding: 46px 32px 28px;
  }

  .choice-card {
    grid-row: 1;
    grid-template-columns: minmax(0, 1fr) minmax(370px, 400px);
    gap: 48px;
    align-items: start;
  }

  .choice-main {
    gap: 22px;
    justify-items: start;
    text-align: left;
  }

  .logo-link {
    display: none;
  }

  .tagline-bar {
    width: min(100%, 600px);
    min-height: 54px;
    justify-items: start;
    padding-left: 22px;
    font-size: 32px;
  }

  .intro-copy {
    width: min(100%, 600px);
    gap: 0;
  }

  .intro-copy article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(28, 114, 169, 0.12);
  }

  .intro-copy article:first-child {
    padding-top: 4px;
  }

  .intro-copy article:last-child {
    border-bottom: 0;
  }

  .step-index {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--blue-soft);
    color: var(--blue-dark);
    font-size: 12px;
    font-weight: 900;
  }

  .intro-copy h1,
  .intro-copy h2 {
    margin: 0;
    font-size: 23px;
  }

  .intro-copy p {
    max-width: 520px;
    margin-top: 4px;
    font-size: 18px;
  }

  .choice-actions {
    align-self: center;
    justify-items: stretch;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(28, 114, 169, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 22px 54px rgba(26, 62, 86, 0.12);
  }

  .action-heading {
    display: grid;
    gap: 6px;
    text-align: left;
  }

  .action-heading span {
    color: var(--blue-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .action-heading h2 {
    margin: 0;
    color: #344149;
    font-family: Poppins, Inter, sans-serif;
    font-size: 23px;
    line-height: 1.16;
  }

  .action-heading p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
  }

  .intent-menu {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .intent-tile {
    min-height: 72px;
    align-items: start;
    padding: 14px 18px;
    border: 0;
    border-radius: 12px;
    font-size: 21px;
    line-height: 1.15;
    box-shadow: 0 14px 30px rgba(26, 62, 86, 0.12);
  }

  .intent-sell {
    background: linear-gradient(135deg, #129946 0%, #0b8335 100%);
  }

  .intent-rent {
    background: linear-gradient(135deg, #237caf 0%, #145d8b 100%);
  }

  .intent-value {
    background: linear-gradient(135deg, #4d4d4d 0%, #343434 100%);
  }

  .intent-tile small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.78);
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
  }

  .contact-tile {
    min-height: 52px;
    border-radius: 12px;
    font-size: 16px;
  }

  .home-details {
    grid-row: 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .detail-card {
    padding: 18px 20px;
  }

  .detail-card h2 {
    font-size: 18px;
  }

  .detail-card p {
    font-size: 14px;
  }

  .simple-footer {
    grid-row: 3;
    align-self: end;
    justify-items: center;
    gap: 6px;
    font-size: 16px;
  }

  .footer-links {
    gap: 14px;
  }

  .footer-links span {
    height: 24px;
  }

  .simple-footer strong {
    font-size: 18px;
  }

  .form-layout {
    grid-template-columns: minmax(300px, 0.85fr) minmax(460px, 1fr);
  }

  .form-side {
    position: sticky;
    top: 104px;
    justify-items: start;
    text-align: left;
    padding-top: 42px;
  }

  .mini-logo-link {
    display: none;
  }

  .lead-form {
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .choice-view {
    padding: 12px;
    align-content: start;
  }

  .choice-card {
    gap: 10px;
  }

  .choice-main {
    gap: 10px;
  }

  .logo-link {
    width: min(58vw, 210px);
  }

  .tagline-bar {
    min-height: 44px;
    font-size: 21px;
  }

  .intro-copy {
    gap: 5px;
  }

  .intro-copy h1,
  .intro-copy h2 {
    margin-top: 8px;
    font-size: 22px;
  }

  .intro-copy p {
    font-size: 18px;
  }

  .choice-actions {
    width: 100%;
    gap: 12px;
  }

  .intent-menu {
    width: 100%;
  }

  .intent-tile {
    min-height: 84px;
    border-width: 18px;
    font-size: 24px;
  }

  .contact-tile {
    min-height: 58px;
    padding: 0 16px;
    font-size: 16px;
    white-space: nowrap;
  }

  .home-details {
    gap: 10px;
  }

  .detail-card {
    padding: 14px;
    text-align: center;
  }

  .detail-card h2 {
    font-size: 18px;
  }

  .detail-card p {
    font-size: 14px;
  }

  .simple-footer {
    font-size: 18px;
  }

  .form-view {
    padding: 14px 12px 28px;
    place-items: start center;
  }

  .form-layout,
  .form-side {
    gap: 12px;
  }

  .mini-logo-link {
    width: min(58vw, 210px);
  }

  .form-side-copy h1 {
    font-size: 28px;
  }

  .form-side-copy p {
    font-size: 16px;
  }

  .lead-form {
    padding: 12px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .detail-page-buy .detail-lead-form .form-grid {
    grid-template-columns: 1fr;
  }
}

/* Dubai Property Owner full-home design */
.full-home {
  min-height: auto;
  background: #ffffff;
  padding: 26px 24px 0;
}

.full-home-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.home-logo-link {
  display: block;
  width: 218px;
  margin: 0 auto;
}

.home-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.home-title {
  margin: 16px 0 28px;
  color: #454545;
  font-family: Poppins, Inter, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 58px;
  align-items: start;
}

.service-section {
  --theme: var(--blue);
  display: grid;
  gap: 16px;
  align-content: start;
}

.theme-sell {
  --theme: var(--green);
  --theme-soft: rgba(14, 151, 60, 0.08);
}

.theme-rent {
  --theme: var(--blue);
  --theme-soft: rgba(28, 114, 169, 0.08);
}

.theme-value {
  --theme: #3f3f3f;
  --theme-soft: rgba(63, 63, 63, 0.08);
}

.theme-buy {
  --theme: var(--red);
  --theme-soft: rgba(225, 45, 45, 0.08);
}

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

.feature-row {
  display: grid;
  min-height: 62px;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  border: 1px solid rgba(45, 65, 78, 0.08);
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(27, 52, 68, 0.055);
  overflow: hidden;
}

.feature-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-left: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  color: var(--theme);
  background: #ffffff;
}

.feature-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-row span:last-child {
  display: grid;
  gap: 2px;
  padding: 8px 14px 8px 4px;
  border-left: 1px solid rgba(45, 65, 78, 0.08);
}

.feature-row strong {
  color: #202a31;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
}

.feature-row em {
  color: #4e5a62;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
}

.service-cta {
  width: min(100%, 266px);
  min-height: 58px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 7px;
  background: var(--theme);
  color: #ffffff;
  padding: 10px 16px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(28, 49, 62, 0.12);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.service-cta:hover,
.service-cta:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(28, 49, 62, 0.16);
  outline: none;
}

.service-cta strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.1;
}

.service-cta span {
  display: none;
}

.info-sections {
  display: grid;
  gap: 36px;
  margin-top: 68px;
}

.info-group {
  display: grid;
  gap: 17px;
}

.info-group h2 {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.info-group p {
  margin: 0;
  color: #454545;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.info-group strong {
  font-weight: 400;
}

.info-green h2 {
  color: var(--green);
}

.info-blue h2 {
  color: var(--blue);
}

.info-red h2 {
  color: #d24a58;
}

.full-footer {
  width: min(100% - 48px, 1120px);
  margin: 74px auto 0;
  background: #ffffff;
  padding: 18px 16px 24px;
  font-size: 12px;
}

.full-footer .footer-links {
  gap: 12px;
}

.full-footer .footer-links span {
  height: 18px;
}

.full-footer strong {
  font-size: 13px;
}

.full-footer p {
  font-size: 12px;
}

.intent-control {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-logo,
.mini-logo {
  mix-blend-mode: multiply;
}

@media (min-width: 880px) and (max-width: 1179px) {
  body {
    padding-right: 0;
  }

  .desktop-contact-actions {
    position: static;
    width: min(100% - 48px, 1180px);
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 14px auto 0;
    transform: none;
  }

  .quick-contact {
    min-height: 42px;
    border-radius: 999px;
    padding: 0 15px;
    font-size: 13px;
  }

  .quick-contact:hover,
  .quick-contact:focus-visible {
    transform: translateY(-1px);
  }
}

@media (max-width: 879px) {
  body {
    background: #ffffff;
  }

  .full-home {
    padding: 18px 14px 0;
  }

  .full-home-shell {
    width: min(100%, 390px);
  }

  .home-logo-link {
    width: min(52vw, 176px);
  }

  .home-title {
    margin: 13px 0 19px;
    font-size: 20px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-section {
    gap: 13px;
  }

  .feature-list {
    gap: 6px;
  }

  .feature-row {
    min-height: 58px;
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .feature-icon {
    width: 42px;
    height: 42px;
    margin-left: 7px;
  }

  .feature-icon svg {
    width: 22px;
    height: 22px;
    stroke-width: 1.8;
  }

  .feature-row span:last-child {
    min-width: 0;
    padding: 7px 8px 7px 3px;
  }

  .feature-row strong {
    font-size: 12px;
  }

  .feature-row em {
    font-size: 10px;
    line-height: 1.25;
  }

  .service-cta {
    width: min(100%, 244px);
    min-height: 52px;
    padding: 9px 14px;
  }

  .service-cta strong {
    font-size: 14px;
  }

  .service-cta span {
    font-size: 10px;
  }

  .info-sections {
    gap: 27px;
    margin-top: 42px;
  }

  .info-group {
    gap: 14px;
  }

  .info-group h2 {
    font-size: 14px;
  }

  .info-group p {
    font-size: 14px;
    line-height: 1.45;
  }

  .full-footer {
    width: 100%;
    margin-top: 44px;
    padding: 16px 16px 20px;
  }

  .intent-control {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Detail pages */
.detail-page {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: 24px 0 0;
  background: #ffffff;
}

.detail-logo-link {
  display: block;
  width: 218px;
  margin: 0 auto;
}

.detail-logo {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.detail-page h1,
.legal-page h1 {
  margin: 15px 0 28px;
  color: #454545;
  font-family: Poppins, Inter, sans-serif;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.quick-lead-hero {
  width: min(100%, 1180px);
  min-height: 296px;
  position: relative;
  overflow: hidden;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 30px;
  align-items: stretch;
  margin: 0 auto 44px;
  border: 1px solid rgba(28, 114, 169, 0.14);
  border-radius: 8px;
  background: #dceff7;
  box-shadow: 0 18px 48px rgba(26, 62, 86, 0.1);
}

@media (min-width: 880px) {
  .quick-lead-hero {
    display: grid;
  }
}

.quick-lead-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 37, 55, 0.28), rgba(7, 37, 55, 0.04) 52%, rgba(7, 37, 55, 0.26)),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18));
  pointer-events: none;
}

.quick-lead-hero img {
  width: 100%;
  height: 100%;
  min-height: 296px;
  object-fit: cover;
}

.quick-lead-copy {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 1;
  width: min(48%, 520px);
  display: grid;
  gap: 8px;
  color: #ffffff;
  text-shadow: 0 3px 18px rgba(6, 24, 36, 0.28);
}

.quick-lead-copy strong {
  font-family: Poppins, Inter, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

.quick-lead-copy span {
  font-size: 15px;
  font-weight: 700;
}

.quick-lead-card {
  position: relative;
  z-index: 1;
  align-self: center;
  margin: 24px 24px 24px 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  padding: 18px;
  box-shadow: 0 16px 40px rgba(7, 37, 55, 0.18);
  backdrop-filter: blur(10px);
}

.quick-lead-card h2 {
  margin: 0 0 12px;
  color: #273238;
  font-family: Poppins, Inter, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.quick-lead-form {
  display: grid;
  gap: 10px;
}

.quick-lead-field {
  display: grid;
  gap: 5px;
}

.quick-lead-field span {
  color: #454545;
  font-size: 12px;
  font-weight: 900;
}

.quick-lead-field input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #c9d9e2;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 0 12px;
  outline: none;
}

.quick-lead-field input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(28, 114, 169, 0.14);
}

.quick-lead-field.has-error input {
  border-color: #c53030;
}

.quick-lead-field small {
  min-height: 14px;
  color: #a92727;
  font-size: 11px;
  line-height: 1.2;
}

.quick-lead-submit {
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
}

.quick-lead-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.quick-lead-status {
  display: none;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 12px;
  font-weight: 800;
}

.quick-lead-status.is-visible {
  display: block;
}

.quick-lead-status.is-success {
  background: var(--green-soft);
  color: #0b7831;
}

.quick-lead-status.is-error {
  background: #fff1f1;
  color: #9a2020;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 56px;
  align-items: start;
}

.detail-content {
  display: grid;
  gap: 42px;
}

.detail-intro {
  display: grid;
  gap: 18px;
  color: #454545;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
}

.detail-intro p {
  margin: 0;
}

.detail-block {
  display: grid;
  gap: 18px;
}

.theme-heading {
  margin: 0;
  font-family: Poppins, Inter, sans-serif;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.green-heading {
  color: var(--green);
}

.blue-heading {
  color: var(--blue-dark);
}

.red-heading {
  color: var(--red);
}

.detail-feature-list .feature-icon {
  color: var(--green);
}

.process-list .feature-icon {
  color: var(--blue);
}

.detail-feature-list .feature-row,
.process-list .feature-row {
  min-height: 66px;
}

.detail-feature-list .feature-row strong,
.process-list .feature-row strong {
  font-size: 17px;
}

.detail-feature-list .feature-row em,
.process-list .feature-row em {
  font-size: 12px;
}

.detail-form-panel {
  position: sticky;
  top: 18px;
  max-height: calc(100svh - 36px);
  overflow: auto;
  padding: 0;
  background: #ffffff;
}

.detail-lead-form {
  width: 100%;
  padding: 24px;
  box-shadow: 0 8px 20px rgba(21, 53, 73, 0.08);
}

.detail-page-buy .detail-lead-form .form-grid {
  grid-template-columns: 0.82fr 1.18fr;
}

.detail-intent-field {
  display: grid;
  grid-template-columns: 1fr minmax(170px, 1fr);
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding: 0;
  background: #ffffff;
}

.detail-intent-field legend {
  float: left;
  padding: 11px 0;
  font-size: 17px;
}

.form-heading-panel {
  min-height: 66px;
  display: flex;
  align-items: center;
  border-radius: var(--radius);
  background: #f7f8fa;
  margin: 0 0 18px;
  padding: 0 18px;
}

.form-heading-panel strong {
  color: #30363b;
  font-family: Poppins, Inter, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.two-option-control {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.category-control {
  margin-bottom: 10px;
}

.pill-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill-options label {
  display: block;
  margin: 0;
}

.pill-options input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.pill-options span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5e1e8;
  border-radius: 999px;
  background: #ffffff;
  color: #6a6f73;
  padding: 0 13px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.pill-options input:checked + span {
  border-color: rgba(28, 114, 169, 0.32);
  background: #e8f6ee;
  color: var(--green);
}

.compact-pills span {
  min-width: 34px;
  padding: 0 10px;
}

.payment-pills {
  gap: 5px;
}

.payment-pills span {
  min-height: 50px;
  border-radius: var(--radius);
  padding: 0 6px;
  font-size: 10px;
}

.form-contact-step {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 114, 169, 0.12);
}

.numbered-process-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.numbered-process-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid rgba(28, 114, 169, 0.13);
  border-radius: 7px;
  background: #ffffff;
  padding: 14px 16px;
  box-shadow: 0 8px 18px rgba(27, 52, 68, 0.055);
}

.process-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue-dark);
  font-family: Poppins, Inter, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

.process-copy {
  display: grid;
  gap: 5px;
}

.process-copy strong {
  color: var(--blue-dark);
  font-family: Poppins, Inter, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.process-copy p,
.process-copy ul {
  margin: 0;
}

.process-copy p {
  color: #28333a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.process-copy ul {
  display: grid;
  gap: 3px;
  padding-left: 17px;
  color: #4e5a62;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

.faq-section {
  background: #f3f3f3;
  padding: 72px 48px;
}

.faq-section h2 {
  margin: 0 0 38px;
  color: #222222;
  font-family: Poppins, Inter, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.faq-list {
  display: grid;
  gap: 18px;
}

.faq-list details {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.faq-list summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  color: #222222;
  font-size: 19px;
  font-weight: 500;
  cursor: pointer;
}

.faq-list summary::after {
  content: "⌄";
  font-size: 18px;
}

.faq-list details[open] summary::after {
  content: "⌃";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
}

.detail-footer {
  margin-top: 52px;
}

.legal-page {
  width: min(100% - 40px, 820px);
  min-height: calc(100svh - 170px);
  display: grid;
  align-content: start;
  gap: 26px;
  margin: 0 auto;
  padding: 26px 0 0;
  text-align: center;
}

.legal-page section {
  display: grid;
  gap: 18px;
  text-align: left;
}

.legal-page p {
  margin: 0;
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.65;
}

.contact-page section {
  justify-items: center;
  text-align: center;
}

.contact-page-cta {
  width: min(100%, 300px);
  background: var(--blue);
}

.contact-page-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-page-links a {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid #cfe0ea;
  border-radius: 8px;
  color: var(--blue-dark);
  font-weight: 900;
}

@media (max-width: 879px) {
  .desktop-home-button,
  .quick-lead-hero {
    display: none !important;
  }

  .detail-page {
    width: min(100% - 28px, 440px);
    padding-top: 18px;
  }

  .detail-logo-link {
    width: min(52vw, 178px);
  }

  .detail-page h1,
  .legal-page h1 {
    margin: 12px 0 28px;
    font-size: 25px;
  }

  .detail-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .detail-form-panel {
    position: static;
    max-height: none;
    overflow: visible;
    order: 2;
  }

  .detail-content {
    gap: 34px;
  }

  .detail-page-value .detail-content,
  .detail-page-buy .detail-content,
  .detail-page-sell .detail-content,
  .detail-page-rent .detail-content {
    display: contents;
  }

  .detail-page-value .detail-content > .detail-intro,
  .detail-page-buy .detail-content > .detail-intro,
  .detail-page-sell .detail-content > .detail-intro,
  .detail-page-rent .detail-content > .detail-intro {
    order: 1;
  }

  .detail-page-value .detail-content > .detail-block:nth-of-type(2),
  .detail-page-buy .detail-content > .detail-block:nth-of-type(2),
  .detail-page-sell .detail-content > .detail-block:nth-of-type(2),
  .detail-page-rent .detail-content > .detail-block:nth-of-type(2) {
    order: 2;
  }

  .detail-page-value .detail-form-panel,
  .detail-page-buy .detail-form-panel,
  .detail-page-sell .detail-form-panel,
  .detail-page-rent .detail-form-panel {
    order: 3;
  }

  .detail-page-value .detail-content > .detail-block:nth-of-type(3),
  .detail-page-buy .detail-content > .detail-block:nth-of-type(3),
  .detail-page-sell .detail-content > .detail-block:nth-of-type(3),
  .detail-page-rent .detail-content > .detail-block:nth-of-type(3) {
    order: 4;
  }

  .detail-page-value .faq-section,
  .detail-page-buy .faq-section,
  .detail-page-sell .faq-section,
  .detail-page-rent .faq-section {
    order: 5;
  }

  .detail-intro {
    font-size: 14px;
  }

  .theme-heading {
    font-size: 23px;
  }

  .detail-lead-form {
    padding: 18px;
  }

  .detail-intent-field {
    grid-template-columns: 1fr;
  }

  .detail-intent-field legend {
    float: none;
    padding: 0;
  }

  .form-heading-panel {
    min-height: 58px;
    margin-bottom: 14px;
    padding: 0 14px;
  }

  .form-heading-panel strong {
    font-size: 17px;
  }

  .numbered-process-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .process-number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .process-copy strong {
    font-size: 15px;
  }

  .process-copy p,
  .process-copy ul {
    font-size: 11px;
  }

  .payment-pills span {
    min-height: 34px;
  }

  .faq-section {
    margin: 0 -14px;
    padding: 48px 20px;
  }

  .faq-section h2 {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 0 16px;
    font-size: 16px;
  }

  .faq-list p {
    padding: 0 16px 18px;
    font-size: 14px;
  }

  .legal-page {
    width: min(100% - 28px, 440px);
  }

  .contact-page-links {
    grid-template-columns: 1fr;
  }
}
