:root {
  --page: #090909;
  --surface: rgba(13, 13, 14, 0.84);
  --surface-input: rgba(33, 33, 35, 0.72);
  --text: #f1eff0;
  --muted: #c7c3c4;
  --placeholder: #929195;
  --gold: #f2cd90;
  --gold-deep: #c9873d;
  --gold-border: rgba(202, 154, 87, 0.72);
  --line: rgba(240, 240, 242, 0.48);
  --chip-line: rgba(235, 235, 238, 0.3);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Inter, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--page);
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--page);
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.language-switcher {
  display: inline-flex;
  width: max-content;
  margin: -1.35rem 0 0.82rem auto;
  overflow: hidden;
  border: 1px solid rgba(242, 205, 144, 0.35);
  border-radius: 999px;
  background: rgba(11, 10, 10, 0.62);
  box-shadow: 0 0.55rem 1.5rem rgba(0, 0, 0, 0.16), inset 0 1px rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.language-switcher__link {
  display: grid;
  width: 2.16rem;
  min-height: 1.82rem;
  place-items: center;
  color: #d8d1ca;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.language-switcher__link + .language-switcher__link {
  border-left: 1px solid rgba(242, 205, 144, 0.16);
}

.language-switcher__link:hover,
.language-switcher__link:focus-visible {
  background: rgba(242, 205, 144, 0.14);
  color: #fff4d5;
  outline: none;
}

.language-switcher__link[aria-current="page"] {
  background: linear-gradient(135deg, #fbe5b1, #d89b51);
  color: #1c1510;
}

html[dir="rtl"] body {
  font-family: "Noto Sans Arabic", var(--sans);
}

html[dir="rtl"] h1,
html[dir="rtl"] h2 {
  font-family: "Noto Naskh Arabic", "Noto Sans Arabic", serif;
  letter-spacing: 0;
}

html[dir="rtl"] .language-switcher {
  direction: ltr;
}

html[dir="rtl"] .hero {
  margin-right: 0.78rem;
  margin-left: 0;
}

html[dir="rtl"] h1 {
  line-height: 1.02;
}

html[dir="rtl"] .contact-input-wrap__icon {
  right: 1rem;
  left: auto;
}

html[dir="rtl"] .contact-input-wrap input {
  padding-right: 3.75rem;
  padding-left: 0.9rem;
  text-align: right;
}

html[dir="rtl"] .choice__label {
  direction: ltr;
}

html[dir="rtl"] .submit-button__arrow {
  transform: scaleX(-1);
}

.page-backdrop {
  position: fixed;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.88) 0%, rgba(8, 7, 7, 0.76) 44%, rgba(4, 3, 3, 0.28) 100%),
    radial-gradient(ellipse 60% 34% at 88% 4%, rgba(146, 67, 20, 0.7), transparent 72%),
    radial-gradient(ellipse 70% 28% at 7% 25%, rgba(108, 58, 23, 0.35), transparent 75%),
    linear-gradient(180deg, #110b08 0%, #0b0a09 42%, #090909 100%);
}

.page-backdrop__photo {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  opacity: 0.88;
}

.page-backdrop__photo picture,
.page-backdrop__photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.page-backdrop__photo img {
  object-fit: cover;
  object-position: 28% top;
  filter: saturate(0.72) contrast(1.05) brightness(0.82);
}

.page-backdrop__photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.97) 0%, rgba(8, 7, 7, 0.74) 43%, rgba(7, 5, 4, 0.06) 100%),
    linear-gradient(180deg, rgba(7, 6, 5, 0.12) 0%, rgba(9, 9, 9, 0.5) 53%, #090909 100%);
}

.page-backdrop::before,
.page-backdrop::after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}

.page-backdrop::before {
  top: -8vh;
  right: -24vw;
  width: min(92vw, 620px);
  height: 72vh;
  border-radius: 49% 49% 38% 55%;
  background: linear-gradient(130deg, rgba(255, 170, 83, 0.34), rgba(76, 34, 14, 0.05) 44%, rgba(0, 0, 0, 0.62) 72%);
  filter: blur(24px);
  opacity: 0.9;
  transform: rotate(-10deg);
}

.page-backdrop::after {
  right: -18vw;
  bottom: -23vh;
  width: 84vw;
  height: 65vh;
  border-radius: 60% 15% 0 0;
  background: radial-gradient(ellipse at 24% 20%, rgba(128, 65, 25, 0.26), transparent 65%);
  filter: blur(42px);
}

.page-backdrop__light {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  background: #f3b26b;
  filter: blur(22px);
  opacity: 0.48;
}

.page-backdrop__light--top {
  top: 7.2rem;
  right: 4vw;
  width: 4.5rem;
  height: 9rem;
  box-shadow: 0 4rem 1.8rem 1rem rgba(237, 120, 43, 0.38), 3rem 17rem 2rem 1rem rgba(217, 128, 50, 0.2);
}

.page-backdrop__light--middle {
  top: 29rem;
  left: -3rem;
  width: 2rem;
  height: 12rem;
  opacity: 0.26;
}

.page-backdrop__curtain {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 17%;
  width: 1px;
  height: 74vh;
  background: rgba(255, 195, 121, 0.26);
  box-shadow: -1.3rem 0 3.2rem 1rem rgba(169, 79, 30, 0.12), 1.5rem 0 4.2rem 1.1rem rgba(0, 0, 0, 0.5);
  transform: skewX(-4deg);
}

.page {
  position: relative;
  z-index: 1;
  width: min(100%, 600px);
  margin: 0 auto;
  padding: calc(2.75rem + env(safe-area-inset-top)) 1.75rem calc(2rem + env(safe-area-inset-bottom));
}

.hero {
  margin-left: 0.78rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  margin: 0 0 1rem;
  color: #d5d0cc;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.31em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.eyebrow__line {
  display: block;
  flex: 0 0 1.75rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.eyebrow__line:last-child {
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.027em;
}

h1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.78rem;
  font-size: clamp(2rem, 9.8vw, 3.12rem);
  letter-spacing: -0.04em;
  line-height: 0.91;
}

.city-name {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.035em;
}

html[dir="rtl"] .city-name {
  font-family: "Noto Naskh Arabic", "Noto Sans Arabic", serif;
  letter-spacing: 0;
}

.heading-gold {
  background: linear-gradient(128deg, #fff0c5 0%, var(--gold) 48%, #d8934d 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__lead {
  max-width: 32rem;
  margin-bottom: 1.4rem;
  color: #d3d0d1;
  font-size: 0.91rem;
  font-weight: 500;
  letter-spacing: -0.026em;
  line-height: 1.38;
}

.hero__lead--ru .hero__lead-primary {
  white-space: nowrap;
}

.hero__lead--ru .hero__lead-price {
  display: block;
  margin-top: 0.08rem;
}

@media (max-width: 480px) {
  html[lang="ru"] .city-name {
    transform: translateX(-0.32rem);
  }
}

.contact-card,
.about-card {
  border-radius: 1.05rem;
  background: linear-gradient(135deg, rgba(20, 20, 21, 0.9), rgba(10, 10, 11, 0.82));
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.22), inset 0 1px rgba(255, 255, 255, 0.035);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.contact-card {
  border: 1px solid var(--gold-border);
  padding: 1.28rem 1.1rem 1.15rem;
}

.contact-card__header h2 {
  display: flex;
  flex-direction: column;
  margin: 0 0 1.42rem;
  font-size: clamp(2.12rem, 9vw, 2.75rem);
  line-height: 0.92;
}

.lead-form {
  display: grid;
  gap: 1.12rem;
}

.form-field {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.form-field label,
.choice-field legend {
  display: block;
  margin-bottom: 0.56rem;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: -0.028em;
  line-height: 1.22;
}

.choice-field legend {
  padding: 0;
}

.contact-input-wrap {
  position: relative;
}

.contact-input-wrap__icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 1.47rem;
  height: 1.47rem;
  color: #b9b7ba;
  fill: none;
  pointer-events: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  transform: translateY(-50%);
}

.contact-input-wrap input {
  width: 100%;
  height: 3.18rem;
  padding: 0.2rem 0.9rem 0.2rem 3.75rem;
  border: 1px solid var(--line);
  border-radius: 0.68rem;
  outline: none;
  background: var(--surface-input);
  color: var(--text);
  font-size: 0.98rem;
  letter-spacing: -0.03em;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.contact-input-wrap input::placeholder {
  color: var(--placeholder);
  opacity: 1;
}

.contact-input-wrap input:focus {
  border-color: var(--gold);
  background: rgba(39, 35, 31, 0.88);
  box-shadow: 0 0 0 3px rgba(242, 205, 144, 0.14);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.47rem;
}

.choice {
  position: relative;
  display: block;
  min-width: 0;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.choice__control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.choice__label {
  display: grid;
  min-height: 2.72rem;
  place-items: center;
  padding: 0.25rem 0.2rem;
  border: 1px solid var(--chip-line);
  border-radius: 0.86rem;
  background: linear-gradient(145deg, rgba(44, 44, 46, 0.66), rgba(21, 21, 22, 0.78));
  color: #e9e7e8;
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
  transition: none;
}

.choice__control:checked + .choice__label {
  border-color: var(--gold);
  background: linear-gradient(145deg, rgba(156, 110, 57, 0.43), rgba(64, 43, 25, 0.64));
  box-shadow: inset 0 1px rgba(255, 239, 197, 0.17), 0 0 0 1px rgba(242, 205, 144, 0.13);
  color: #fffaf0;
}

.choice__control:focus-visible + .choice__label {
  outline: 2px solid #ffe0a3;
  outline-offset: 2px;
}

.submit-button:active {
  transform: scale(0.985);
}

.field-error,
.form-status {
  min-height: 0;
  margin: 0;
  color: #ffc0b8;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.3;
}

.field-error:not(:empty) {
  margin-top: 0.45rem;
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.02rem;
  width: 100%;
  min-height: 3.22rem;
  margin-top: 0.08rem;
  padding: 0.76rem 1rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fff2c8 0%, #f2c477 51%, #c9873d 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.72), 0 0.6rem 1.5rem rgba(172, 103, 36, 0.23);
  color: #15120f;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.036em;
  line-height: 1.1;
  transition: filter 160ms ease, transform 120ms ease, opacity 160ms ease;
}

.submit-button:hover {
  filter: brightness(1.06);
}

.submit-button:focus-visible {
  outline: 2px solid #fff0c4;
  outline-offset: 3px;
}

.submit-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.submit-button__arrow {
  width: 1.78rem;
  height: 1.34rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.form-status {
  margin-top: -0.32rem;
  text-align: center;
}

.form-status[data-state="success"] {
  color: #e6d3a7;
}

.about-card {
  margin-top: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 1.28rem 1.35rem 1.33rem;
}

.about-card h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2.2rem, 9vw, 2.78rem);
  line-height: 0.9;
}

.about-card p {
  margin-bottom: 0;
  color: #cfcbcc;
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: -0.024em;
  line-height: 1.49;
}

.highlights-card,
.steps-card,
.faq-card {
  margin-top: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.05rem;
  background: linear-gradient(145deg, rgba(15, 15, 16, 0.91), rgba(8, 8, 9, 0.85));
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.17), inset 0 1px rgba(255, 255, 255, 0.035);
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
}

.highlights-card,
.steps-card,
.faq-card {
  padding: 1.28rem 1.1rem;
}

.section-heading__eyebrow {
  margin-bottom: 0.48rem;
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-heading h2 {
  margin-bottom: 0.62rem;
  font-size: clamp(2.02rem, 8.2vw, 2.58rem);
  line-height: 0.91;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: -0.024em;
  line-height: 1.47;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.58rem;
  margin-top: 1.12rem;
}

.feature-card {
  min-width: 0;
  padding: 0.88rem 0.76rem;
  border: 1px solid rgba(242, 205, 144, 0.19);
  border-radius: 0.86rem;
  background: linear-gradient(145deg, rgba(83, 65, 46, 0.22), rgba(26, 24, 23, 0.6));
}

.feature-card__icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.8rem;
  place-items: center;
  border: 1px solid rgba(242, 205, 144, 0.38);
  border-radius: 50%;
  color: var(--gold);
}

.feature-card__icon svg {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.feature-card h3,
.steps-list h3 {
  margin-bottom: 0.3rem;
  color: var(--text);
  font-size: 0.81rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.feature-card p,
.steps-list p {
  margin-bottom: 0;
  color: #c6c0ba;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.46;
}

.price-highlight {
  display: inline-block;
  margin-block: 0.08rem;
  margin-inline-end: 0.18rem;
  padding: 0.12rem 0.18rem 0.15rem;
  border: 1px solid rgba(242, 205, 144, 0.45);
  border-radius: 0.42rem;
  background: linear-gradient(120deg, rgba(255, 231, 181, 0.18), rgba(201, 138, 69, 0.2));
  color: #ffe2a4;
  font-size: 0.79em;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.16;
  white-space: nowrap;
}

.feature-card--wide {
  display: flex;
  grid-column: 1 / -1;
  gap: 0.76rem;
  align-items: center;
}

.feature-card--wide .feature-card__icon {
  flex: 0 0 auto;
  margin: 0;
}

.steps-list {
  display: grid;
  gap: 0;
  margin: 1.05rem 0 0;
  padding: 0;
  list-style: none;
}

.steps-list li {
  display: grid;
  grid-template-columns: 2.1rem minmax(0, 1fr);
  gap: 0.72rem;
  padding: 0.78rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.steps-list li:last-child {
  padding-bottom: 0;
}

.step-number {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgba(242, 205, 144, 0.46);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.steps-list h3 {
  margin-top: 0.12rem;
  font-size: 0.87rem;
}

.steps-list p {
  font-size: 0.78rem;
}

.faq-card details {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.faq-card details:first-of-type {
  margin-top: 1.04rem;
}

.faq-card summary {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
  padding: 0.88rem 0;
  color: var(--text);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.35;
  list-style: none;
}

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

.faq-card summary span {
  flex: 0 0 auto;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.68rem;
  font-weight: 400;
  line-height: 0.7;
  transition: transform 160ms ease;
}

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

.faq-card details > p {
  margin: -0.15rem 1.8rem 0.9rem 0;
  color: #c6c0ba;
  font-size: 0.77rem;
  font-weight: 500;
  letter-spacing: -0.018em;
  line-height: 1.49;
}

@media (max-width: 359px) {
  .page {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .hero {
    margin-left: 0.42rem;
  }

  .hero__lead--ru {
    font-size: 0.83rem;
    letter-spacing: -0.035em;
  }

  .eyebrow {
    gap: 0.48rem;
    font-size: 0.51rem;
    letter-spacing: 0.25em;
  }

  .eyebrow__line {
    flex-basis: 1.25rem;
  }

  .contact-card {
    padding: 1rem;
  }

  .contact-card__header h2 {
    font-size: 2.04rem;
  }

  .choice-grid {
    gap: 0.35rem;
  }

  .choice__label {
    min-height: 2.58rem;
    font-size: 0.86rem;
  }

  .about-card {
    padding: 1.08rem 1.1rem 1.15rem;
  }

  .highlights-card,
  .steps-card,
  .faq-card {
    padding: 1.08rem 1rem;
  }

  .feature-card {
    padding: 0.75rem 0.62rem;
  }
}

@media (min-width: 481px) {
  .page {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .hero {
    margin-left: 1.1rem;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .about-card {
    padding: 1.5rem;
  }

  .highlights-card,
  .steps-card,
  .faq-card {
    padding: 1.5rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .choice:hover .choice__label {
    border-color: rgba(242, 205, 144, 0.68);
    background: rgba(52, 46, 40, 0.78);
  }
}

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