:root {
  --ink: #333f48;
  --ink-soft: #4e606f;
  --muted: #687680;
  --bg: #f4f7f8;
  --panel: #ffffff;
  --line: #d6e0e0;
  --blue: #007da5;
  --blue-bright: #00a9ce;
  --gold: #ffc72c;
  --gold-hover: #f4b800;
  --teal-soft: #e5f6fa;
  --shadow: 0 14px 34px rgba(51, 63, 72, 0.12);
  --font-body: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
  --font-display: Montserrat, Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  letter-spacing: 0;
  overflow-x: hidden;
}

button,
input,
textarea {
  font: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

h1,
h2,
strong,
.brand {
  font-family: var(--font-display);
}

h1,
h2,
p {
  margin: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid rgba(214, 224, 224, 0.9);
  padding: 12px clamp(18px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: var(--gold);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
}

.brand strong,
.brand small {
  display: block;
  text-transform: uppercase;
}

.brand strong {
  color: var(--ink);
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--blue);
  font-size: clamp(13px, 3.8vw, 18px);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-call,
.header-price {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  text-decoration: none;
}

.icon-call {
  width: 52px;
  background: var(--teal-soft);
  color: var(--blue);
}

.icon-call svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
  stroke: none;
}

.header-price {
  padding: 0 20px;
  background: var(--gold);
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

main {
  padding-bottom: 0;
}

.hero-section {
  background: linear-gradient(180deg, #fff 0%, #fff 78%, var(--bg) 100%);
}

.hero-copy {
  display: grid;
  gap: clamp(24px, 5vw, 44px);
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: clamp(42px, 8vw, 86px) clamp(22px, 5vw, 48px) 44px;
}

.hero-text {
  display: grid;
  align-content: center;
}

.hero-text h1 {
  max-width: 820px;
  color: var(--ink);
  font-size: clamp(54px, 12vw, 96px);
  font-weight: 900;
  line-height: 0.98;
}

.hero-subtitle {
  max-width: 650px;
  margin-top: 24px;
  color: var(--blue);
  font-size: clamp(30px, 7.4vw, 54px);
  font-weight: 900;
  line-height: 1.1;
}

.hero-subtitle::before {
  content: "";
  display: block;
  width: 88px;
  height: 5px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: var(--gold);
}

.hero-line {
  max-width: 680px;
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: clamp(20px, 4.4vw, 28px);
  font-weight: 750;
  line-height: 1.35;
}

.hero-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center bottom;
}

.primary-actions {
  display: grid;
  gap: 14px;
  max-width: 720px;
  margin-top: 34px;
}

.button,
.submit-button,
.text-action {
  transition: transform 140ms ease, background-color 140ms ease, box-shadow 140ms ease;
}

.button {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  min-height: 76px;
  align-items: center;
  gap: 14px;
  border-radius: 16px;
  padding: 12px 22px;
  color: #fff;
  font-size: clamp(24px, 6vw, 34px);
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  box-shadow: var(--shadow);
}

.button svg {
  justify-self: center;
  width: 40px;
  height: 40px;
}

.button strong {
  grid-column: 2;
  margin-top: -4px;
  font-size: clamp(19px, 4.6vw, 26px);
}

.button-call,
.button-tour {
  background: var(--blue);
}

.button-price {
  background: var(--gold);
  color: var(--ink);
}

.button-tour {
  background: var(--blue-bright);
}

.button:hover,
.button:focus-visible,
.submit-button:hover,
.submit-button:focus-visible,
.text-action:hover,
.text-action:focus-visible,
.header-price:hover,
.header-price:focus-visible,
.icon-call:hover,
.icon-call:focus-visible {
  transform: translateY(-1px);
  outline: 4px solid rgba(0, 125, 165, 0.22);
  outline-offset: 3px;
}

.quick-facts {
  display: grid;
  grid-template-columns: 1fr;
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 8px 24px rgba(51, 63, 72, 0.08);
}

.quick-facts article {
  display: grid;
  min-height: 136px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 18px 12px;
  text-align: center;
}

.quick-facts article:last-child {
  border-bottom: 0;
}

.quick-facts span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--blue);
}

.quick-facts article:nth-child(2) span {
  color: #b98e00;
}

.quick-facts svg {
  width: 42px;
  height: 42px;
}

.quick-facts h2 {
  color: var(--ink);
  font-size: clamp(20px, 5vw, 28px);
  font-weight: 900;
  line-height: 1.12;
}

.renderings-section,
.steps-section,
.lead-section {
  width: min(1280px, calc(100% - 36px));
  margin: 26px auto 0;
}

.renderings-section h2,
.steps-section h2,
.lead-intro h2 {
  color: var(--ink);
  font-size: clamp(34px, 7vw, 52px);
  font-weight: 900;
  line-height: 1.04;
}

.lead-intro p {
  max-width: 620px;
  margin-top: 12px;
  color: var(--ink-soft);
  font-size: clamp(20px, 4vw, 25px);
  font-weight: 700;
  line-height: 1.38;
}

.text-action {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  border-radius: 16px;
  padding: 0 22px;
  background: var(--teal-soft);
  color: var(--blue);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
}

.renderings-section {
  display: grid;
  gap: 16px;
  border-radius: 8px;
}

.rendering-grid {
  display: grid;
  gap: 14px;
}

.rendering-grid figure {
  display: grid;
  gap: 10px;
  margin: 0;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(51, 63, 72, 0.08);
}

.rendering-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
}

.rendering-grid figcaption {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.steps-section {
  border-radius: 8px;
  padding: clamp(20px, 4vw, 30px);
  background: var(--ink);
  color: #fff;
}

.steps-section h2 {
  color: #fff;
}

.steps-section ol {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.steps-section li {
  display: grid;
  gap: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 14px;
}

.steps-section strong {
  font-size: clamp(20px, 4.6vw, 26px);
  line-height: 1.2;
}

.steps-section span {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 4vw, 22px);
  font-weight: 650;
}

.lead-section {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 5vw, 38px);
  background: #fff;
  box-shadow: var(--shadow);
}

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

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form label span {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  min-height: 58px;
  border: 2px solid #cbd6dc;
  border-radius: 8px;
  padding: 12px 16px;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.25;
}

.lead-form textarea {
  min-height: 136px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  border-color: var(--blue);
  outline: 4px solid rgba(0, 125, 165, 0.18);
}

.submit-button {
  min-height: 68px;
  border: 0;
  border-radius: 16px;
  background: var(--gold);
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  cursor: pointer;
}

.submit-button:hover,
.submit-button:focus-visible,
.header-price:hover,
.header-price:focus-visible {
  background: var(--gold-hover);
}

@media (max-width: 560px) {
  main,
  .hero-section,
  .site-header {
    width: 100vw;
    max-width: 100vw;
  }

  .quick-facts,
  .renderings-section,
  .steps-section,
  .lead-section {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }

  .site-header {
    min-height: 76px;
    gap: 8px;
    padding-inline: 14px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand > span:last-child {
    min-width: 0;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
  }

  .brand-mark svg {
    width: 28px;
    height: 28px;
  }

  .brand strong {
    font-size: clamp(18px, 5.2vw, 21px);
    letter-spacing: 0.13em;
  }

  .brand small {
    font-size: clamp(12px, 3.7vw, 15px);
    letter-spacing: 0.15em;
  }

  .header-price {
    display: none;
  }

  .icon-call {
    display: none;
  }

  .hero-copy {
    width: 100vw;
    max-width: 100vw;
    padding-top: 44px;
  }

  .hero-media img {
    height: 240px;
    aspect-ratio: auto;
  }

  .hero-text h1 {
    max-width: 100%;
    font-size: clamp(42px, 11.8vw, 52px);
    text-align: center;
  }

  .hero-text h1 span {
    display: block;
    white-space: nowrap;
  }

  .hero-subtitle {
    font-size: clamp(30px, 8.2vw, 36px);
    text-align: center;
  }

  .hero-subtitle::before {
    margin-inline: auto;
  }

  .hero-line {
    margin-inline: auto;
    text-align: center;
  }

  .button {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 76px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding-inline: 18px;
    font-size: clamp(26px, 7.5vw, 30px);
  }

  .button svg {
    width: 36px;
    height: 36px;
  }

  .button strong {
    min-width: 0;
    font-size: clamp(19px, 5.6vw, 22px);
    white-space: normal;
  }

  .button span,
  .quick-facts h2,
  .rendering-grid figcaption,
  .steps-section strong,
  .steps-section span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .primary-actions {
    max-width: 100%;
    min-width: 0;
  }

  .quick-facts article {
    min-width: 0;
    padding-inline: 8px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }

  .quick-facts article,
  .quick-facts article:nth-child(2n),
  .quick-facts article:nth-last-child(-n + 2) {
    min-height: 92px;
    grid-template-columns: 48px minmax(0, 1fr);
    justify-items: start;
    gap: 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 14px 18px;
    text-align: left;
  }

  .quick-facts article:last-child {
    border-bottom: 0;
  }

  .quick-facts h2 {
    max-width: 100%;
    font-size: clamp(19px, 5.2vw, 21px);
  }

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

  .rendering-grid figure {
    gap: 8px;
    padding: 8px;
  }

  .rendering-grid img {
    aspect-ratio: 1 / 1;
    height: clamp(140px, 41vw, 190px);
  }

  .rendering-grid figcaption {
    font-size: clamp(15px, 4.1vw, 17px);
    line-height: 1.15;
  }
}

@media (min-width: 780px) {
  main {
    padding-bottom: 0;
  }

  .hero-copy {
    grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.72fr);
    align-items: center;
  }

  .hero-text {
    grid-column: 1;
  }

  .hero-media {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .primary-actions {
    grid-column: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-top: 0;
  }

  .button {
    min-height: 112px;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    text-align: center;
  }

  .button strong {
    grid-column: auto;
  }

  .quick-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .quick-facts article,
  .quick-facts article:nth-child(2n),
  .quick-facts article:nth-last-child(-n + 2) {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .quick-facts article:last-child {
    border-right: 0;
  }

  .rendering-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .steps-section ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lead-section {
    grid-template-columns: 0.72fr 1fr;
    gap: clamp(28px, 5vw, 58px);
    align-items: start;
    margin-bottom: 64px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
