:root {
  --bg: #f4f1ec;
  --ink: #171717;
  --muted: #67615b;
  --line: rgba(23, 23, 23, 0.12);
  --night: #182331;
  --night-soft: #223247;
  --gold: #ead8a8;
  --panel: #fffaf3;
  --accent: #2f6f63;
  --accent-strong: #22584f;
  --warm: #b9854b;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(41, 31, 20, 0.17);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
}

body.mobile-preview {
  display: grid;
  justify-content: center;
  background: #111923;
}

body.mobile-preview .page-shell {
  width: min(100vw, 430px);
  min-height: 100vh;
  overflow: hidden;
  background: var(--night);
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(520px, 1.05fr) minmax(540px, 0.95fr);
  align-items: center;
  min-height: 100vh;
  padding: 48px clamp(20px, 5vw, 72px);
  gap: clamp(28px, 4vw, 64px);
  overflow: hidden;
}

.hero__media {
  position: absolute;
  inset: 0;
}

.hero__photo {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 13, 12, 0.84), rgba(13, 13, 12, 0.56) 48%, rgba(13, 13, 12, 0.34)),
    url("https://images.pexels.com/photos/18038115/pexels-photo-18038115.jpeg?auto=compress&cs=tinysrgb&w=2200")
      center / cover;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 34px 0;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--warm);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  padding: 9px 16px 9px 9px;
  border: 1px solid rgba(234, 216, 168, 0.34);
  border-radius: 999px;
  background: rgba(10, 12, 14, 0.38);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--white);
}

.brand strong {
  display: block;
  color: #fff4cc;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.brand span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(48px, 5.1vw, 78px);
  line-height: 0.96;
  letter-spacing: 0;
}

.headline-break {
  display: block;
  white-space: nowrap;
}

.hero__text {
  display: grid;
  gap: 14px;
  max-width: 780px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.hero__text p {
  margin: 0;
}

.hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(170px, 1fr));
  gap: 12px;
  max-width: 840px;
  margin-top: 32px;
}

.hero__facts span {
  display: flex;
  align-items: center;
  min-height: 64px;
  border: 1px solid rgba(234, 216, 168, 0.56);
  border-radius: 8px;
  background: rgba(13, 18, 24, 0.56);
  padding: 15px 17px;
  color: #fff4cc;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.start-btn {
  min-width: 240px;
  min-height: 58px;
  margin-top: 34px;
  border: 1px solid rgba(234, 216, 168, 0.9);
  border-radius: 8px;
  background: var(--gold);
  color: #151515;
  padding: 0 26px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, background 180ms ease;
}

.start-btn:hover {
  transform: translateY(-1px);
  background: #fff1c4;
}

.quiz {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(234, 216, 168, 0.28);
  border-radius: 8px;
  background: rgba(24, 35, 49, 0.96);
  box-shadow: var(--shadow);
  color: var(--white);
}

body:not(.quiz-started) .quiz {
  display: none;
}

body:not(.quiz-started) .hero {
  display: block;
}

body:not(.quiz-started) .hero__content {
  display: grid;
  min-height: calc(100vh - 96px);
  align-content: center;
  max-width: min(1120px, 78vw);
}

body:not(.quiz-started) h1 {
  max-width: 1180px;
  font-size: clamp(52px, 5.15vw, 82px);
}

body:not(.quiz-started) .hero__text {
  max-width: 860px;
}

body.quiz-started {
  background: var(--night);
}

body.quiz-started .hero {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  min-height: 100vh;
  padding: clamp(18px, 4vw, 56px);
  background:
    radial-gradient(circle at 18% 18%, rgba(234, 216, 168, 0.1), transparent 34%),
    linear-gradient(135deg, #142031, #1d2b3d 58%, #111923);
}

body.quiz-started .hero__media,
body.quiz-started .hero__content {
  display: none;
}

body.quiz-started .preview {
  display: none;
}

body.quiz-started .quiz {
  display: block;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 54px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
}

body.quiz-started .quiz__top {
  margin-bottom: 34px;
}

body.quiz-started .quiz h2 {
  min-height: auto;
  max-width: 900px;
  font-size: clamp(38px, 4.8vw, 62px);
}

body.quiz-started .options {
  min-height: 0;
}

body.quiz-started .options--cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.quiz-started .options--cards .option {
  min-height: 300px;
}

body.quiz-started .option__visual,
body.quiz-started .facade-photo,
body.quiz-started .layout-photo,
body.quiz-started .option__visual svg {
  min-height: 214px;
  height: 214px;
}

body.quiz-started .thinking-emoji,
body.quiz-started .consultation-emoji {
  min-height: 214px;
}

body.quiz-started .option__text {
  min-height: 86px;
  font-size: 18px;
}

.quiz__top {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
}

.quiz__label {
  margin: 0 0 8px;
  color: rgba(234, 216, 168, 0.82);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.quiz h2 {
  min-height: 84px;
  margin: 0;
  font-size: clamp(30px, 2.6vw, 42px);
  line-height: 1.08;
}

.quiz__progress {
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
}

.quiz__progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), #fff6d9);
  transition: width 220ms ease;
}

.options {
  display: grid;
  gap: 14px;
  min-height: 330px;
}

.options--cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.options--cards .option {
  display: grid;
  gap: 0;
  align-content: start;
  min-height: 265px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(234, 216, 168, 0.22);
  background: var(--night-soft);
  color: rgba(255, 255, 255, 0.88);
}

.option:hover {
  transform: translateY(-1px);
  border-color: rgba(234, 216, 168, 0.65);
}

.option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.option__mark {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(23, 23, 23, 0.28);
  border-radius: 50%;
}

.options--cards .option__mark {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.94);
}

.option__mark::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  content: "";
}

.option:has(input:checked) {
  border-color: var(--gold);
  background: #eef7f3;
}

.options--cards .option:has(input:checked) {
  background: #24364e;
  box-shadow: 0 0 0 1px rgba(234, 216, 168, 0.54), 0 18px 42px rgba(0, 0, 0, 0.2);
}

.option:has(input:checked) .option__mark {
  border-color: var(--gold);
}

.option:has(input:checked) .option__mark::after {
  background: var(--gold);
}

.option span:last-child {
  font-weight: 700;
  line-height: 1.25;
}

.option__visual {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 190px;
  background: #ffffff;
  color: var(--night);
  overflow: hidden;
}

.option__visual svg {
  display: block;
  width: 100%;
  height: 190px;
}

.facade-photo {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.layout-photo {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
  background: #ffffff;
}

.thinking-emoji {
  display: grid;
  place-items: center;
  min-height: 190px;
  font-size: 128px;
  line-height: 1;
}

.consultation-emoji {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 190px;
  background: #ffffff;
  font-size: 124px;
  line-height: 1;
}

.option__text {
  display: flex;
  align-items: center;
  min-height: 74px;
  padding: 16px 18px;
  font-weight: 700;
  line-height: 1.25;
}

.option__text--plain {
  padding-left: 0;
}

.lead-form {
  display: grid;
  gap: 14px;
  min-height: 248px;
}

.lead-offer {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(234, 216, 168, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.lead-offer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.45;
}

.lead-offer strong {
  color: #fff4cc;
  font-size: 17px;
}

.lead-offer ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.35;
}

.lead-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-weight: 700;
}

.lead-form input,
.lead-form select {
  width: 100%;
  height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 0 14px;
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(47, 111, 99, 0.14);
}

.privacy {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.45;
}

.result {
  min-height: 248px;
  border: 1px solid rgba(234, 216, 168, 0.34);
  border-radius: 8px;
  background: rgba(234, 216, 168, 0.09);
  padding: 22px;
}

.result h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.result p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.quiz__bottom-progress {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.quiz__ready {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-style: italic;
}

.quiz__ready strong {
  color: #fff4cc;
  font-size: 18px;
  font-style: normal;
}

.quiz__loader {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(118, 149, 191, 0.28);
}

.quiz__loader span {
  display: block;
  width: 17%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ead8a8, #fff6d9);
  box-shadow: 0 0 18px rgba(234, 216, 168, 0.55);
  transition: width 240ms ease;
}

.quiz__actions {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  margin-top: 22px;
}

.btn {
  min-height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.btn:hover:not(:disabled) {
  transform: translateY(-1px);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.btn--primary {
  border: 1px solid rgba(234, 216, 168, 0.78);
  background: transparent;
  color: var(--gold);
}

.btn--primary:hover:not(:disabled) {
  background: rgba(234, 216, 168, 0.1);
}

.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
}

.preview {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 36px;
  padding: 54px clamp(20px, 5vw, 72px) 72px;
  background: var(--panel);
}

.preview h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
}

.preview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.preview article {
  display: grid;
  gap: 12px;
  min-height: 160px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.preview strong {
  font-size: 18px;
}

.preview span {
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: auto;
    padding-top: 36px;
  }

  .hero__content {
    padding: 52px 0 30px;
  }

  .quiz {
    max-width: 620px;
    margin: 0;
  }

  .preview,
  .preview__grid {
    grid-template-columns: 1fr;
  }

  body.quiz-started .options--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:not(.quiz-started) .hero__content {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  body {
    background: var(--night);
  }

  .hero {
    display: block;
    min-height: 100vh;
    padding: 0;
    overflow: visible;
  }

  .hero__photo {
    background:
      linear-gradient(180deg, rgba(13, 13, 12, 0.42), rgba(13, 13, 12, 0.92) 72%, rgba(24, 35, 49, 0.98)),
      url("https://images.pexels.com/photos/18038115/pexels-photo-18038115.jpeg?auto=compress&cs=tinysrgb&w=1200")
        center / cover;
  }

  .hero__content {
    display: grid;
    min-height: 265px;
    align-content: end;
    padding: 92px 18px 22px;
  }

  .brand {
    gap: 10px;
    margin-bottom: 18px;
    padding: 8px 12px 8px 8px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

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

  .brand span {
    max-width: 220px;
    font-size: 11px;
  }

  body:not(.quiz-started) .hero__content {
    min-height: 100vh;
    max-width: 100%;
    align-content: end;
    padding: 92px 18px 34px;
  }

  h1 {
    max-width: 360px;
    font-size: 35px;
    line-height: 1.02;
  }

  body:not(.quiz-started) h1 {
    max-width: 380px;
    font-size: 36px;
    line-height: 1.03;
  }

  .headline-break {
    white-space: normal;
  }

  .hero__text {
    max-width: 360px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.45;
    gap: 10px;
  }

  .hero__facts {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
  }

  .hero__facts span {
    min-height: 48px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .start-btn {
    width: 100%;
    min-width: 0;
    margin-top: 22px;
  }

  .quiz {
    width: auto;
    max-width: none;
    margin: 0;
    min-height: calc(100vh - 265px);
    padding: 18px;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: none;
  }

  .quiz__top {
    gap: 12px;
    margin-bottom: 16px;
  }

  .quiz__label {
    margin-bottom: 7px;
    font-size: 11px;
  }

  .options--cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quiz h2 {
    min-height: auto;
    font-size: 24px;
    line-height: 1.08;
  }

  .options,
  .lead-form,
  .result {
    min-height: auto;
  }

  .options--cards .option {
    grid-template-columns: 128px 1fr;
    min-height: 116px;
  }

  .options--cards .option__visual {
    min-height: 116px;
    height: 116px;
  }

  .facade-photo,
  .layout-photo,
  .option__visual svg {
    height: 116px;
  }

  .thinking-emoji,
  .consultation-emoji {
    min-height: 116px;
    font-size: 76px;
  }

  .option__text {
    min-height: 116px;
    padding: 14px 14px 14px 16px;
    font-size: 14px;
  }

  .options--cards .option__mark {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
  }

  .option:not(.options--cards .option) {
    min-height: 56px;
  }

  .quiz__bottom-progress {
    margin-top: 16px;
  }

  .quiz__actions {
    position: sticky;
    bottom: 0;
    z-index: 5;
    margin: 16px -18px -18px;
    padding: 12px 18px 16px;
    background: linear-gradient(180deg, rgba(24, 35, 49, 0), rgba(24, 35, 49, 0.98) 22%);
    grid-template-columns: 108px 1fr;
  }

  .btn {
    min-height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .lead-offer {
    padding: 15px;
  }

  .lead-offer p,
  .lead-offer strong {
    font-size: 15px;
  }

  .lead-form input,
  .lead-form select {
    height: 48px;
  }

  .preview {
    display: none;
  }

  body.quiz-started .hero {
    padding: 0;
    background: var(--night);
  }

  body.quiz-started .quiz {
    min-height: 100vh;
    padding: 18px;
    border-radius: 0;
    box-shadow: none;
  }

  body.quiz-started .quiz h2 {
    font-size: 26px;
  }

  body.quiz-started .options--cards {
    grid-template-columns: 1fr;
  }

  body.quiz-started .options--cards .option {
    min-height: 116px;
  }

  body.quiz-started .option__visual,
  body.quiz-started .facade-photo,
  body.quiz-started .layout-photo,
  body.quiz-started .option__visual svg {
    min-height: 116px;
    height: 116px;
  }

  body.quiz-started .thinking-emoji,
  body.quiz-started .consultation-emoji {
    min-height: 116px;
  }

  body.quiz-started .option__text {
    min-height: 116px;
    font-size: 14px;
  }
}

body.mobile-preview .hero {
  display: block;
  min-height: 100vh;
  padding: 0;
  overflow: visible;
}

body.mobile-preview .hero__photo {
  background:
    linear-gradient(180deg, rgba(13, 13, 12, 0.42), rgba(13, 13, 12, 0.92) 72%, rgba(24, 35, 49, 0.98)),
    url("https://images.pexels.com/photos/18038115/pexels-photo-18038115.jpeg?auto=compress&cs=tinysrgb&w=1200")
      center / cover;
}

body.mobile-preview .hero__content {
  display: grid;
  min-height: 265px;
  align-content: end;
  padding: 92px 18px 22px;
}

body.mobile-preview h1 {
  max-width: 360px;
  font-size: 35px;
  line-height: 1.02;
}

body.mobile-preview .hero__text {
  max-width: 360px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.45;
  gap: 10px;
}

body.mobile-preview .hero__facts {
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 18px;
}

body.mobile-preview .hero__facts span {
  min-height: 48px;
  padding: 12px 14px;
  font-size: 14px;
}

body.mobile-preview .quiz {
  width: auto;
  max-width: none;
  margin: 0;
  min-height: calc(100vh - 265px);
  padding: 18px;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  box-shadow: none;
}

body.mobile-preview .quiz__top {
  gap: 12px;
  margin-bottom: 16px;
}

body.mobile-preview .quiz__label {
  margin-bottom: 7px;
  font-size: 11px;
}

body.mobile-preview .options--cards {
  grid-template-columns: 1fr;
  gap: 12px;
}

body.mobile-preview .quiz h2 {
  min-height: auto;
  font-size: 24px;
  line-height: 1.08;
}

body.mobile-preview .options,
body.mobile-preview .lead-form,
body.mobile-preview .result {
  min-height: auto;
}

body.mobile-preview .options--cards .option {
  grid-template-columns: 128px 1fr;
  min-height: 116px;
}

body.mobile-preview .options--cards .option__visual {
  min-height: 116px;
  height: 116px;
}

body.mobile-preview .facade-photo,
body.mobile-preview .layout-photo,
body.mobile-preview .option__visual svg {
  height: 116px;
}

body.mobile-preview .thinking-emoji,
body.mobile-preview .consultation-emoji {
  min-height: 116px;
  font-size: 76px;
}

body.mobile-preview .option__text {
  min-height: 116px;
  padding: 14px 14px 14px 16px;
  font-size: 14px;
}

body.mobile-preview .options--cards .option__mark {
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
}

body.mobile-preview .quiz__actions {
  position: sticky;
  bottom: 0;
  z-index: 5;
  margin: 16px -18px -18px;
  padding: 12px 18px 16px;
  background: linear-gradient(180deg, rgba(24, 35, 49, 0), rgba(24, 35, 49, 0.98) 22%);
  grid-template-columns: 108px 1fr;
}

body.mobile-preview .btn {
  min-height: 48px;
  padding: 0 14px;
  font-size: 14px;
}

body.mobile-preview .preview {
  display: none;
}

@media (max-width: 420px) {
  h1,
  body.mobile-preview h1 {
    font-size: 31px;
  }

  .options--cards .option,
  body.mobile-preview .options--cards .option {
    grid-template-columns: 1fr;
  }

  .options--cards .option__visual,
  body.mobile-preview .options--cards .option__visual {
    min-height: 150px;
    height: 150px;
  }

  .facade-photo,
  .layout-photo,
  .option__visual svg,
  body.mobile-preview .facade-photo,
  body.mobile-preview .layout-photo,
  body.mobile-preview .option__visual svg {
    height: 150px;
  }

  .option__text,
  body.mobile-preview .option__text {
    min-height: 62px;
  }
}
