:root {
  --navy-950: #041426;
  --navy-900: #061d35;
  --navy-850: #092641;
  --navy-800: #0d2e4c;
  --cream: #f7f3ec;
  --paper: #fffdfa;
  --white: #ffffff;
  --ink: #172133;
  --muted: #69717b;
  --line: #dfd8cf;
  --gold: #c9a071;
  --gold-light: #ead0ad;
  --ruby: #a51f3d;
  --ruby-dark: #82162f;
  --ruby-soft: #f5e7ea;
  --shadow: 0 24px 70px rgba(5, 25, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

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

.symbol-sheet {
  position: absolute;
  overflow: hidden;
}

.shell {
  width: min(1440px, calc(100% - 80px));
  margin: 0 auto;
}

.icon {
  width: 1em;
  height: 1em;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: relative;
  z-index: 50;
  height: 84px;
  color: #fff;
  background: var(--navy-950);
  border-bottom: 1px solid rgba(234, 208, 173, 0.2);
}

.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: currentColor;
}

.brand-mark {
  width: 64px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.brand span {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  line-height: 0.92;
  letter-spacing: 1.3px;
}

.brand strong {
  font-size: 20px;
  font-weight: 700;
}

.brand small {
  margin-top: 6px;
  color: var(--gold-light);
  font-size: 14px;
  letter-spacing: 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.2vw, 40px);
  margin-left: auto;
  font-size: 14px;
}

.main-nav a {
  position: relative;
  padding: 33px 0 31px;
  color: rgba(255, 255, 255, 0.82);
  transition: color 0.2s;
}

.main-nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 23px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transition: right 0.25s;
}

.main-nav a:hover {
  color: #fff;
}

.main-nav a:hover::after {
  right: 0;
}

.nav-messengers {
  display: none;
}

.header-messengers {
  display: flex;
  align-items: center;
  gap: 7px;
}

.messenger-link {
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
}

.messenger-link:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.messenger-link img {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.header-messengers .messenger-link {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(234, 208, 173, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.header-messengers .messenger-link img {
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 238px;
  justify-content: flex-end;
  font-size: 18px;
  font-weight: 700;
}

.header-phone .icon {
  width: 23px;
  height: 23px;
  color: var(--gold-light);
}

.header-phone span {
  display: flex;
  flex-direction: column;
}

.header-phone small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.menu-button {
  display: none;
  margin-left: auto;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #fff;
}

.menu-button .icon {
  width: 28px;
  height: 28px;
}

.hero {
  position: relative;
  min-height: 795px;
  color: #fff;
  background: var(--navy-900);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 20, 38, 0.99) 0%, rgba(4, 20, 38, 0.96) 33%, rgba(4, 20, 38, 0.64) 61%, rgba(4, 20, 38, 0.35) 100%),
    linear-gradient(0deg, rgba(4, 20, 38, 0.85) 0%, transparent 34%);
  pointer-events: none;
}

.hero-image {
  position: absolute;
  inset: 0 0 0 auto;
  width: 74%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0.95;
}

.hero-grid-lines,
.final-map {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(229, 199, 158, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 199, 158, 0.12) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  align-items: center;
  gap: 70px;
  padding-top: 48px;
  padding-bottom: 42px;
}

.hero-copy {
  max-width: 770px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--ruby);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.kicker-light {
  color: var(--gold-light);
}

.hero h1 {
  margin: 0;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 5.4vw, 88px);
  line-height: 0.99;
  letter-spacing: -2.8px;
  font-weight: 400;
}

.hero-lead {
  max-width: 700px;
  margin: 25px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.65;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 12px 28px;
  margin: 0 0 31px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.hero-benefits li:last-child {
  grid-column: 1 / -1;
}

.hero-benefits .icon {
  width: 19px;
  height: 19px;
  padding: 3px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-light);
}

.hero-actions {
  display: flex;
  gap: 15px;
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 31px;
  border: 0;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

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

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #b52a49, var(--ruby-dark));
  box-shadow: 0 13px 30px rgba(130, 22, 47, 0.28);
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(130, 22, 47, 0.4);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(234, 208, 173, 0.54);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.09);
}

.button-dark {
  color: #fff;
  background: var(--navy-900);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 12px;
}

.hero-note .icon {
  width: 21px;
  height: 21px;
  color: var(--gold-light);
}

.lead-form {
  position: relative;
  padding: 29px;
  color: var(--ink);
  background: rgba(255, 253, 250, 0.98);
  border: 1px solid rgba(234, 208, 173, 0.8);
  border-radius: 12px;
  box-shadow: 0 26px 70px rgba(1, 11, 22, 0.32);
}

.lead-form::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid rgba(201, 160, 113, 0.28);
  border-radius: 7px;
  pointer-events: none;
}

.form-badge {
  position: relative;
  margin: 0 0 13px;
  color: var(--ruby);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.lead-form h2,
.lead-form h3 {
  position: relative;
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 400;
}

.lead-form > p:not(.form-badge, .form-status) {
  position: relative;
  margin: 14px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.lead-form label,
.modal label {
  position: relative;
  display: block;
  margin: 12px 0 7px;
  color: #6f7479;
  font-size: 12px;
}

.lead-form input,
.modal input,
.inline-form input {
  position: relative;
  width: 100%;
  height: 49px;
  padding: 0 14px;
  border: 1px solid #d3cdc4;
  border-radius: 5px;
  outline: 0;
  color: var(--ink);
  background: #fff;
}

.lead-form input:focus,
.modal input:focus,
.inline-form input:focus {
  border-color: var(--ruby);
  box-shadow: 0 0 0 3px rgba(165, 31, 61, 0.1);
}

.lead-form .button {
  position: relative;
  width: 100%;
  margin-top: 14px;
}

.lead-form small {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 13px;
  color: #8a8b88;
  font-size: 10px;
  line-height: 1.45;
}

.lead-form small .icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
}

.lead-form small a,
.modal small a,
.consultation-copy > small a {
  text-decoration: underline;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
}

.form-status {
  position: relative;
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 5px;
  color: #315e3d;
  background: #eaf3ea;
  font-size: 12px;
  line-height: 1.5;
}

.form-status.is-error {
  color: #8d2438;
  background: var(--ruby-soft);
}

.hero-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 105px;
  border-top: 1px solid rgba(234, 208, 173, 0.3);
  border-right: 1px solid rgba(234, 208, 173, 0.3);
  border-left: 1px solid rgba(234, 208, 173, 0.3);
}

.hero-proof > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 18px 22px;
  border-right: 1px solid rgba(234, 208, 173, 0.3);
}

.hero-proof > div:last-child {
  border: 0;
}

.hero-proof .icon {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  color: var(--gold-light);
}

.hero-proof span {
  display: flex;
  flex-direction: column;
}

.hero-proof strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-proof small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
}

.steps-ribbon {
  padding: 27px 0 33px;
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.steps-ribbon h2 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  margin: 0 0 23px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.steps-ribbon h2 span {
  height: 1px;
  background: #c9b7a4;
}

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

.steps-compact article {
  position: relative;
  min-height: 70px;
  display: grid;
  grid-template-columns: 31px 48px 1fr;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-right: 1px solid #d9cec1;
}

.steps-compact article:last-child {
  border: 0;
}

.steps-compact b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ruby);
  font-size: 11px;
}

.steps-compact .icon {
  width: 42px;
  height: 42px;
  color: var(--navy-800);
}

.steps-compact div {
  display: flex;
  flex-direction: column;
}

.steps-compact strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
}

.steps-compact small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
}

.section {
  padding: 105px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}

.section-head h2,
.included-copy h2,
.result-section h2,
.consultation-copy h2,
.faq-copy h2,
.final-cta h2 {
  margin: 0;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(41px, 3.6vw, 58px);
  line-height: 1.07;
  letter-spacing: -1.2px;
  font-weight: 400;
}

.section-head > p {
  max-width: 510px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.situations {
  background: var(--paper);
}

.situation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.situation-grid article {
  position: relative;
  min-height: 330px;
  padding: 29px;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.situation-grid article:hover {
  transform: translateY(-5px);
  border-color: #c9b7a4;
  box-shadow: var(--shadow);
}

.situation-grid article > span {
  position: absolute;
  top: 28px;
  right: 27px;
  color: #d6cdc2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.situation-grid article > .icon {
  width: 52px;
  height: 52px;
  margin-bottom: 28px;
  color: var(--ruby);
}

.situation-grid h3 {
  max-width: 230px;
  margin: 0 0 13px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
}

.situation-grid p {
  margin: 0 0 23px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.situation-grid button,
.text-button {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  color: var(--ruby);
  background: transparent;
  font-size: 13px;
  font-weight: 700;
}

.situation-grid button .icon,
.text-button .icon {
  width: 19px;
  height: 19px;
  transition: transform 0.2s;
}

.situation-grid button:hover .icon,
.text-button:hover .icon {
  transform: translateX(4px);
}

.included {
  background: var(--cream);
}

.included-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) 1.14fr;
  gap: clamp(60px, 7vw, 115px);
  align-items: center;
}

.included-photo {
  position: relative;
  min-height: 680px;
}

.included-photo::before {
  content: "";
  position: absolute;
  top: -18px;
  right: -18px;
  bottom: 55px;
  left: 55px;
  border: 1px solid var(--gold);
}

.included-photo img {
  position: relative;
  width: 100%;
  height: 680px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.photo-label {
  position: absolute;
  right: -35px;
  bottom: 28px;
  width: min(365px, 83%);
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 21px 24px;
  color: #fff;
  background: var(--navy-900);
  border-left: 4px solid var(--ruby);
  box-shadow: 0 18px 40px rgba(5, 25, 43, 0.24);
}

.photo-label span {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.photo-label p {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.photo-label strong {
  color: #fff;
  font-size: 14px;
}

.included-copy > .lead {
  max-width: 690px;
  margin: 23px 0 29px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.included-list {
  border-top: 1px solid #d9cec1;
}

.included-list article {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #d9cec1;
}

.included-list b {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--ruby);
  font-family: Georgia, "Times New Roman", serif;
}

.included-list h3 {
  margin: 0 0 6px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.included-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.text-button {
  margin-top: 25px;
  font-size: 14px;
}

.result-section {
  position: relative;
  color: #fff;
  background: var(--navy-900);
  overflow: hidden;
}

.result-section::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(234, 208, 173, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(234, 208, 173, 0.035), 0 0 0 180px rgba(234, 208, 173, 0.025);
}

.result-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 95px;
  align-items: center;
}

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

.result-grid > div:first-child > p:not(.kicker) {
  margin: 23px 0 29px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
}

.result-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(234, 208, 173, 0.25);
  border-left: 1px solid rgba(234, 208, 173, 0.25);
}

.result-cards article {
  min-height: 195px;
  padding: 27px;
  border-right: 1px solid rgba(234, 208, 173, 0.25);
  border-bottom: 1px solid rgba(234, 208, 173, 0.25);
}

.result-cards span {
  color: var(--ruby);
  font-size: 12px;
  font-weight: 700;
}

.result-cards h3 {
  margin: 22px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.result-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.6;
}

.process {
  background: var(--paper);
}

.process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.process-line::before {
  content: "";
  position: absolute;
  top: 75px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: #cdbda9;
}

.process-line article {
  position: relative;
  text-align: center;
}

.process-line article > span {
  position: absolute;
  top: 0;
  left: 0;
  color: #d9d0c5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.process-icon {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  margin: 33px auto 25px;
  color: var(--navy-900);
  background: var(--paper);
  border: 1px solid var(--gold);
  border-radius: 50%;
}

.process-icon .icon {
  width: 40px;
  height: 40px;
}

.process-line h3 {
  margin: 0 0 11px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
}

.process-line p {
  max-width: 270px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.consultation {
  color: #fff;
  background: var(--navy-950);
}

.consultation-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
}

.consultation-image {
  min-height: 580px;
  margin-left: calc((100vw - min(1440px, calc(100vw - 80px))) / -2);
}

.consultation-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultation-copy {
  align-self: center;
  padding: 75px 0 75px 75px;
}

.consultation-copy h2 {
  color: #fff;
}

.consultation-copy > p:not(.kicker) {
  margin: 23px 0 30px;
  color: rgba(255, 255, 255, 0.67);
  line-height: 1.7;
}

.inline-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 13px;
}

.inline-form label {
  display: block;
}

.inline-form label span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

.inline-form .button {
  min-width: 215px;
}

.inline-form .form-status {
  grid-column: 1 / -1;
}

.consultation-copy > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
}

.reviews {
  background: var(--cream);
}

.reviews-summary {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 310px;
}

.reviews-summary > strong {
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
}

.reviews-summary > span {
  display: flex;
  flex-direction: column;
  color: #c79139;
  letter-spacing: 2px;
}

.reviews-summary small {
  max-width: 220px;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  min-height: 315px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
}

.review-card.featured {
  grid-row: span 2;
  color: #fff;
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.review-top {
  display: grid;
  grid-template-columns: 44px 1fr auto;
  align-items: center;
  gap: 12px;
}

.review-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--ruby);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.review-top div {
  display: flex;
  flex-direction: column;
}

.review-top strong {
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

.featured .review-top strong {
  color: #fff;
}

.review-top small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.featured .review-top small {
  color: rgba(255, 255, 255, 0.5);
}

.review-top b {
  color: #c79139;
  font-size: 11px;
  letter-spacing: 1px;
}

.review-card > p {
  margin: 24px 0;
  color: #4f5863;
  font-size: 14px;
  line-height: 1.75;
}

.featured > p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 17px;
  line-height: 1.85;
}

.review-task {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ruby);
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 700;
}

.featured .review-task {
  color: var(--gold-light);
  border-color: rgba(255, 255, 255, 0.15);
}

.review-task .icon {
  width: 20px;
  height: 20px;
}

.faq {
  background: var(--paper);
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 100px;
}

.faq-copy > p:not(.kicker) {
  max-width: 390px;
  margin: 22px 0 29px;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid #d8cec1;
}

.faq-list details {
  border-bottom: 1px solid #d8cec1;
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  color: var(--navy-900);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--ruby);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 300;
  transition: transform 0.2s;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 740px;
  margin: -2px 52px 25px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.final-cta {
  position: relative;
  padding: 90px 0;
  color: #fff;
  background: var(--navy-850);
  overflow: hidden;
}

.final-map {
  opacity: 0.23;
  mask-image: linear-gradient(90deg, #000, transparent);
}

.final-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 100px;
  align-items: center;
}

.final-cta h2 {
  max-width: 780px;
  color: #fff;
}

.final-grid > div > p:not(.kicker) {
  max-width: 680px;
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.7;
}

.final-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.final-phone .icon {
  width: 33px;
  height: 33px;
  color: var(--gold-light);
}

.final-phone span {
  display: flex;
  flex-direction: column;
  font-size: 25px;
  font-weight: 700;
}

.final-phone small {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
}

.final-form h3 {
  font-size: 30px;
}

footer {
  color: rgba(255, 255, 255, 0.7);
  background: var(--navy-950);
}

.footer-main {
  min-height: 140px;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 60px;
}

.footer-main > p {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.65;
}

.footer-main > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  font-size: 14px;
}

.footer-main > div > a:first-child {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 4px;
}

.footer-socials .messenger-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
}

.footer-socials .messenger-link img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.footer-bottom {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
}

.modal-backdrop {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 10, 20, 0.8);
  backdrop-filter: blur(6px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(470px, 100%);
  padding: 42px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--gold);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.36);
}

.modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  z-index: 2;
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--navy-900);
  background: #eee9e2;
}

.modal h2 {
  margin: 0 0 15px;
  color: var(--navy-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 400;
}

.modal form > p:not(.form-badge, .form-status) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.modal .button {
  width: 100%;
  margin-top: 16px;
}

.modal form > small {
  display: block;
  margin-top: 13px;
  color: #8a8b88;
  font-size: 10px;
  line-height: 1.45;
}

.contact-dock-wrap {
  display: none;
}

button:disabled {
  cursor: wait;
  opacity: 0.72;
}

@media (max-width: 1280px) {
  .shell {
    width: min(1160px, calc(100% - 60px));
  }

  .main-nav {
    gap: 22px;
  }

  .main-nav > a:nth-of-type(n + 4) {
    display: none;
  }

  .header-phone {
    min-width: 220px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 365px;
    gap: 44px;
  }

  .hero h1 {
    font-size: 67px;
  }

  .situation-grid article {
    padding: 24px;
  }

  .consultation-copy {
    padding-left: 55px;
  }
}

@media (max-width: 1000px) {
  .site-header {
    height: 74px;
  }

  .shell {
    width: min(900px, calc(100% - 40px));
  }

  .main-nav {
    position: absolute;
    top: 73px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 12px 20px 20px;
    background: var(--navy-950);
    border-top: 1px solid rgba(234, 208, 173, 0.2);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a,
  .main-nav a:nth-last-child(-n + 2) {
    display: block;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .main-nav a::after {
    display: none;
  }

  .nav-messengers {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-top: 14px;
  }

  .main-nav .nav-messengers .messenger-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 6px 12px 6px 6px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.04);
  }

  .nav-messengers .messenger-link img {
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
  }

  .menu-button {
    display: block;
  }

  .header-phone {
    margin-left: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-image {
    width: 100%;
    opacity: 0.45;
  }

  .hero::after {
    background: linear-gradient(90deg, rgba(4, 20, 38, 0.99), rgba(4, 20, 38, 0.78));
  }

  .hero-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 75px;
    padding-bottom: 55px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-form {
    max-width: 620px;
  }

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

  .hero-proof > div:nth-child(2) {
    border-right: 0;
  }

  .hero-proof > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(234, 208, 173, 0.3);
  }

  .steps-compact {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .steps-compact article:nth-child(2) {
    border-right: 0;
  }

  .section {
    padding: 82px 0;
  }

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

  .included-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
  }

  .included-photo,
  .included-photo img {
    min-height: 600px;
    height: 600px;
  }

  .result-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

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

  .consultation-image {
    min-height: 460px;
    margin: 0;
  }

  .consultation-copy {
    padding: 65px 0;
  }

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

  .faq-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .final-grid {
    grid-template-columns: 1fr 370px;
    gap: 55px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 68px;
  }

  body {
    padding-bottom: 84px;
  }

  .site-header {
    position: sticky;
    top: 0;
    height: 68px;
  }

  .shell {
    width: calc(100% - 30px);
  }

  .brand-mark {
    width: 48px;
    height: 38px;
  }

  .brand span {
    margin-left: 6px;
  }

  .brand strong {
    font-size: 17px;
  }

  .brand small {
    margin-top: 5px;
    font-size: 11px;
  }

  .header-phone {
    min-width: 0;
    font-size: 0;
  }

  .header-messengers {
    display: none;
  }

  .header-phone .icon {
    width: 25px;
    height: 25px;
  }

  .header-phone span {
    display: none;
  }

  .main-nav {
    top: 67px;
  }

  .hero-inner {
    gap: 35px;
    padding-top: 55px;
    padding-bottom: 38px;
  }

  .kicker {
    margin-bottom: 13px;
    font-size: 10px;
    line-height: 1.5;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 60px);
    letter-spacing: -1.8px;
  }

  .hero h1 br {
    display: none;
  }

  .hero-lead {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
    font-size: 13px;
  }

  .hero-benefits li:last-child {
    grid-column: auto;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 53px;
    padding: 0 18px;
  }

  .hero-note {
    align-items: flex-start;
    line-height: 1.45;
  }

  .lead-form {
    padding: 25px 21px;
  }

  .lead-form h2,
  .lead-form h3 {
    font-size: 26px;
  }

  .hero-proof {
    width: 100%;
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
  }

  .hero-proof > div,
  .hero-proof > div:nth-child(2) {
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid rgba(234, 208, 173, 0.22);
  }

  .steps-ribbon h2 {
    grid-template-columns: 1fr;
    font-size: 22px;
  }

  .steps-ribbon h2 span {
    display: none;
  }

  .steps-compact {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .steps-compact article {
    border-right: 0;
    border-bottom: 1px solid #d9cec1;
    padding: 14px 5px;
  }

  .section {
    padding: 65px 0;
  }

  .section-head {
    display: block;
    margin-bottom: 35px;
  }

  .section-head h2,
  .included-copy h2,
  .result-section h2,
  .consultation-copy h2,
  .faq-copy h2,
  .final-cta h2 {
    font-size: 36px;
    letter-spacing: -0.8px;
  }

  .section-head > p {
    margin-top: 20px;
    font-size: 14px;
  }

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

  .situation-grid article {
    min-height: 305px;
  }

  .included-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .included-photo,
  .included-photo img {
    min-height: 510px;
    height: 510px;
  }

  .included-photo::before {
    right: -8px;
  }

  .photo-label {
    right: -7px;
    bottom: 20px;
  }

  .result-cards {
    grid-template-columns: 1fr;
  }

  .result-cards article {
    min-height: 160px;
  }

  .process-line {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .process-line::before {
    display: none;
  }

  .process-line article {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 4px 18px;
    text-align: left;
  }

  .process-line article > span {
    top: 0;
    left: 0;
  }

  .process-icon {
    grid-row: 1 / 4;
    width: 72px;
    height: 72px;
    margin: 27px 0 0;
  }

  .process-line h3 {
    grid-column: 2;
    align-self: end;
    margin-top: 30px;
  }

  .process-line p {
    grid-column: 2;
    margin: 0;
  }

  .consultation-image {
    min-height: 320px;
  }

  .consultation-copy {
    padding: 55px 0;
  }

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

  .reviews-summary {
    margin-top: 25px;
  }

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

  .review-card.featured {
    grid-row: auto;
  }

  .faq-list summary {
    min-height: 72px;
    font-size: 17px;
  }

  .final-cta {
    padding: 65px 0;
  }

  .final-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-main {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 25px;
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .footer-main > div {
    align-items: flex-start;
  }

  .footer-socials {
    justify-content: flex-start;
  }

  .footer-bottom {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .contact-dock-wrap {
    position: fixed;
    z-index: 70;
    right: 10px;
    bottom: 8px;
    left: 10px;
    display: block;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .contact-dock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    max-width: 590px;
    margin: 0 auto;
    padding: 7px;
    border: 1px solid rgba(234, 208, 173, 0.24);
    border-radius: 22px;
    background: rgba(3, 19, 36, 0.96);
    box-shadow: 0 15px 40px rgba(1, 10, 20, 0.42);
    backdrop-filter: blur(12px);
  }

  .contact-dock a {
    min-width: 0;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 16px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
  }

  .contact-dock a:hover,
  .contact-dock a:focus-visible {
    background: rgba(255, 255, 255, 0.09);
  }

  .contact-dock img,
  .contact-dock .icon {
    width: 29px;
    height: 29px;
    max-width: 29px;
    max-height: 29px;
    flex: 0 0 29px;
    object-fit: contain;
  }

  .contact-dock .icon {
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    background: var(--ruby);
  }

  .modal {
    padding: 38px 22px 28px;
  }

  .modal h2 {
    font-size: 33px;
  }
}

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