:root {
  --bg-deep: #040404;
  --bg-mid: #080808;
  --bg-top: #0f0f10;
  --text: #f1e8dc;
  --muted: #b8aea0;
  --card: linear-gradient(145deg, rgba(24, 21, 17, 0.62), rgba(10, 10, 10, 0.78));
  --card-soft: rgba(18, 16, 13, 0.58);
  --line: rgba(217, 161, 88, 0.32);
  --line-soft: rgba(161, 124, 74, 0.34);
  --gold: #d9a158;
  --gold-soft: #f1cf9f;
  --shadow: 0 24px 48px rgba(2, 2, 2, 0.62);
  --shadow-soft: 0 16px 30px rgba(3, 3, 3, 0.46);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 22% 14%, rgba(217, 161, 88, 0.14), transparent 30%),
    radial-gradient(circle at 84% 4%, rgba(95, 72, 45, 0.2), transparent 34%),
    radial-gradient(circle at 58% 78%, rgba(186, 130, 57, 0.08), transparent 36%),
    linear-gradient(170deg, var(--bg-top), var(--bg-mid) 42%, var(--bg-deep) 100%);
  padding: 16px 12px 92px;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 18%, rgba(217, 161, 88, 0.08) 0 90px, transparent 90px),
    radial-gradient(circle at 62% 55%, rgba(120, 92, 57, 0.1) 0 120px, transparent 120px),
    radial-gradient(circle at 84% 28%, rgba(217, 161, 88, 0.06) 0 110px, transparent 110px),
    linear-gradient(to bottom, rgba(5, 2, 8, 0.08), rgba(5, 2, 8, 0.34));
}

.app {
  width: min(1080px, 100%);
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 14px;
  transition: opacity 1.12s cubic-bezier(0.2, 0.9, 0.24, 1), transform 1.12s cubic-bezier(0.2, 0.9, 0.24, 1),
    filter 1.12s cubic-bezier(0.2, 0.9, 0.24, 1);
}

.mobile-preloader {
  position: fixed;
  inset: 0;
  z-index: 80;
  background:
    radial-gradient(circle at 50% 42%, rgba(217, 161, 88, 0.12), transparent 42%),
    linear-gradient(170deg, rgba(9, 9, 9, 0.82), rgba(2, 2, 2, 0.9));
  display: none;
  align-content: center;
  justify-items: center;
  gap: 10px;
  opacity: 1;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: opacity 1.1s cubic-bezier(0.2, 0.9, 0.24, 1), transform 1.1s cubic-bezier(0.2, 0.9, 0.24, 1),
    filter 1.1s cubic-bezier(0.2, 0.9, 0.24, 1);
}

.mobile-preloader-frame {
  position: relative;
  isolation: isolate;
  width: min(58vw, 240px);
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  border: 1px solid rgba(217, 161, 88, 0.38);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.64), inset 0 0 0 1px rgba(255, 230, 184, 0.2);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(217, 161, 88, 0.16), rgba(8, 8, 8, 0.96) 62%),
    linear-gradient(170deg, rgba(11, 11, 11, 0.92), rgba(6, 6, 6, 0.98));
  display: grid;
  place-items: center;
}

.mobile-preloader-glow,
.mobile-preloader-ring,
.mobile-preloader-dot {
  position: absolute;
}

.mobile-preloader-glow {
  inset: 23%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(241, 207, 159, 0.56), rgba(217, 161, 88, 0.08) 72%, transparent 80%);
  filter: blur(12px);
  animation: preloaderGlow 1.55s ease-in-out infinite;
}

.mobile-preloader-ring {
  width: min(30vw, 124px);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  border: 2px solid rgba(217, 161, 88, 0.24);
  border-top-color: rgba(241, 207, 159, 0.96);
  border-right-color: rgba(241, 207, 159, 0.5);
  animation: preloaderSpin 1.1s linear infinite;
}

.mobile-preloader-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gold-soft);
  box-shadow: 0 0 18px rgba(241, 207, 159, 0.7);
  animation: preloaderDotPulse 1.1s ease-in-out infinite;
  display: block;
}

.mobile-preloader-frame,
.mobile-preloader-title,
.mobile-preloader-subtitle,
.mobile-preloader-bar {
  transition: opacity 0.95s cubic-bezier(0.2, 0.9, 0.24, 1), transform 0.95s cubic-bezier(0.2, 0.9, 0.24, 1);
}

.mobile-preloader-title {
  margin: 6px 0 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.02rem, 4.3vw, 1.22rem);
  letter-spacing: 0.04em;
  font-weight: 800;
  text-align: center;
  max-width: min(86vw, 360px);
  color: var(--gold-soft);
}

.mobile-preloader-subtitle {
  margin: 0;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(241, 207, 159, 0.8);
}

.mobile-preloader-bar {
  width: min(60vw, 230px);
  height: 3px;
  border-radius: 999px;
  background: rgba(217, 161, 88, 0.24);
  overflow: hidden;
}

.mobile-preloader-bar span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(217, 161, 88, 0.36), var(--gold-soft), rgba(217, 161, 88, 0.36));
  transform-origin: left center;
  animation: preloadProgress 1.2s linear both;
}

@media (max-width: 760px) {
  .mobile-preloader {
    display: grid;
  }

  body.preload-pending .app {
    opacity: 0.84;
    transform: scale(0.996);
    filter: blur(1.8px) brightness(0.9);
    pointer-events: none;
  }

  body.preload-pending.preload-exit .app {
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: auto;
  }
}

@media (pointer: coarse) {
  .mobile-preloader {
    display: grid;
  }
}

body.preload-exit .mobile-preloader {
  opacity: 0;
  transform: scale(1.01);
  filter: blur(1.5px);
}

body.preload-exit .mobile-preloader-frame,
body.preload-exit .mobile-preloader-title,
body.preload-exit .mobile-preloader-subtitle,
body.preload-exit .mobile-preloader-bar {
  opacity: 0;
  transform: translateY(-4px);
}

body:not(.preload-pending) .mobile-preloader {
  display: none;
}

.card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(24, 21, 17, 0.68), rgba(9, 9, 9, 0.84));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px) saturate(115%);
  -webkit-backdrop-filter: blur(16px) saturate(115%);
  padding: 19px;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(124deg, rgba(255, 255, 255, 0.1), transparent 30%),
    linear-gradient(180deg, transparent 62%, rgba(217, 161, 88, 0.06));
}

.card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.hero {
  display: grid;
  gap: 14px;
}

.hero-body {
  display: grid;
  gap: 12px;
}

.hero-top {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 14px;
  align-items: center;
}

.logo {
  width: 128px;
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: #0b0b0b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18), 0 14px 30px rgba(6, 2, 10, 0.52);
}

.logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 0;
}

@media (max-width: 460px) {
  .hero-top {
    grid-template-columns: 112px 1fr;
    gap: 12px;
  }

  .logo {
    width: 112px;
  }
}

.eyebrow {
  margin: 0;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

h1 {
  margin: 0.12rem 0 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.05rem, 5.4vw, 3.2rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  color: #ffffff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.hero-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(1.08rem, 4.1vw, 1.9rem);
  line-height: 1.14;
  letter-spacing: 0.03em;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.32);
  text-wrap: balance;
}

.hero-title-separator {
  color: var(--gold-soft);
  padding: 0 0.12em;
}

@media (max-width: 460px) {
  .hero-title {
    font-size: clamp(0.98rem, 5vw, 1.45rem);
    line-height: 1.16;
  }
}

.subtext {
  margin: 0;
  max-width: 60ch;
  color: rgba(232, 221, 206, 0.88);
  line-height: 1.55;
  font-size: 0.92rem;
}

.hero-socials {
  margin-top: 4px;
  border: 1px solid rgba(217, 161, 88, 0.22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(30, 24, 17, 0.54), rgba(12, 10, 9, 0.68));
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 9px;
}

.hero-social-note {
  margin: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: rgba(241, 207, 159, 0.78);
}

.hero-social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-social-link {
  text-decoration: none;
  border: 1px solid rgba(217, 161, 88, 0.34);
  border-radius: 10px;
  width: 38px;
  height: 38px;
  padding: 0;
  background: linear-gradient(145deg, rgba(36, 28, 19, 0.68), rgba(15, 12, 10, 0.76));
  color: var(--gold-soft);
  display: grid;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.hero-social-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.hero-social-link:hover {
  transform: translateY(-1px) scale(1.01);
  border-color: rgba(242, 197, 109, 0.66);
  filter: brightness(1.04);
}

.hero-social-link:focus-visible {
  outline: 2px solid rgba(217, 161, 88, 0.72);
  outline-offset: 2px;
}

@media (max-width: 430px) {
  .hero-socials {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hero-social-note {
    width: 100%;
  }

  .hero-social-link {
    width: 34px;
    height: 34px;
  }

  .hero-social-link svg {
    width: 16px;
    height: 16px;
  }
}

.layout {
  display: grid;
  gap: 14px;
}

.site-footer {
  margin-top: 2px;
  padding: 12px 14px;
  display: grid;
  gap: 5px;
  text-align: center;
}

.site-footer-line {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.42;
  letter-spacing: 0.05em;
  color: rgba(241, 207, 159, 0.86);
}

.ux-hub {
  display: grid;
  gap: 10px;
}

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

.stepper-btn {
  border: 1px solid rgba(150, 112, 70, 0.42);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(34, 27, 19, 0.74), rgba(14, 11, 9, 0.82));
  color: var(--muted);
  padding: 8px 9px;
  display: grid;
  gap: 2px;
  text-align: left;
  cursor: pointer;
}

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

.stepper-btn.is-current {
  border-color: rgba(242, 197, 109, 0.78);
  color: var(--gold-soft);
  box-shadow: 0 0 0 1px rgba(242, 197, 109, 0.18);
}

.stepper-btn.is-ready:not(.is-current) {
  border-color: rgba(217, 161, 88, 0.62);
  color: #e2d5c2;
}

.stepper-btn:focus-visible,
.selection-chip:focus-visible,
.mini-action-btn:focus-visible,
.points-clear-btn:focus-visible {
  outline: 2px solid rgba(217, 161, 88, 0.72);
  outline-offset: 2px;
}

.stepper-num {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.stepper-text {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.selection-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 30px;
}

.selection-chip {
  border: 1px solid rgba(217, 161, 88, 0.34);
  border-radius: 999px;
  background: rgba(33, 27, 20, 0.68);
  color: var(--gold-soft);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 10px;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.chip-placeholder {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.ux-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mini-action-btn {
  border: 1px solid rgba(150, 112, 70, 0.42);
  border-radius: 10px;
  background: rgba(24, 19, 14, 0.84);
  color: var(--muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 10px;
  cursor: pointer;
}

.mini-action-btn:hover {
  border-color: rgba(217, 161, 88, 0.55);
  color: var(--gold-soft);
}

.assistive-status {
  margin: 0;
  min-height: 1.4em;
  font-size: 0.8rem;
  color: var(--muted);
}

.assistive-status[data-tone="success"] {
  color: #f2d29c;
}

.assistive-status[data-tone="warn"] {
  color: #ffd08f;
}

.flow {
  display: grid;
  gap: 16px;
}

.step {
  overflow: hidden;
  border-color: rgba(174, 133, 78, 0.38);
}

.step-label {
  margin: 0 0 8px;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(242, 197, 109, 0.35);
  background: rgba(45, 34, 24, 0.6);
  color: var(--gold-soft);
  padding: 3px 9px;
  font-size: 0.63rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  margin: 0 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(1.4rem, 3.7vw, 1.95rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.step-hint {
  margin: 0 0 11px;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.45;
}

.option-grid {
  display: grid;
  gap: 10px;
}

#serviceOptions {
  counter-reset: service-card;
}

.option {
  width: 100%;
  position: relative;
  isolation: isolate;
  border: 1px solid rgba(150, 112, 70, 0.46);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(150deg, rgba(40, 30, 20, 0.72), rgba(14, 13, 11, 0.78));
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  animation: optionUp 0.44s cubic-bezier(0.22, 0.9, 0.32, 1) both;
}

#serviceOptions .option {
  counter-increment: service-card;
  --service-separator-y: 122px;
  min-height: 184px;
  height: 184px;
  padding: 30px 14px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6px;
  border-color: rgba(170, 124, 68, 0.5);
  background: linear-gradient(155deg, rgba(49, 35, 23, 0.8), rgba(16, 13, 10, 0.82));
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(242, 197, 109, 0.12),
    0 10px 22px rgba(7, 2, 7, 0.38);
}

#serviceOptions .option:nth-child(2) {
  background: linear-gradient(155deg, rgba(42, 31, 22, 0.8), rgba(15, 12, 10, 0.82));
}

#serviceOptions .option:nth-child(3) {
  background: linear-gradient(155deg, rgba(37, 28, 20, 0.8), rgba(14, 11, 10, 0.82));
}

#serviceOptions .option::before {
  content: attr(data-service);
  position: absolute;
  top: 9px;
  left: 10px;
  border: 1px solid rgba(242, 197, 109, 0.45);
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(57, 41, 26, 0.6);
}

.option::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 32%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

#serviceOptions .option::after {
  opacity: 1;
  background:
    linear-gradient(
      90deg,
      transparent 0,
      rgba(242, 197, 109, 0.55) 14%,
      rgba(242, 197, 109, 0.55) 86%,
      transparent 100%
    )
    center var(--service-separator-y) / calc(100% - 24px) 1px no-repeat,
    linear-gradient(
      90deg,
      transparent 0,
      rgba(242, 197, 109, 0.45) 20%,
      rgba(242, 197, 109, 0.45) 80%,
      transparent 100%
    )
    bottom 10px center / calc(100% - 26px) 1px no-repeat,
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 35%);
}

#serviceOptions .service-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  border: 1px solid rgba(242, 197, 109, 0.34);
  background: linear-gradient(145deg, rgba(102, 72, 37, 0.56), rgba(36, 27, 17, 0.7));
  color: var(--gold-soft);
  box-shadow: inset 0 1px 0 rgba(255, 232, 187, 0.2), 0 4px 10px rgba(7, 2, 7, 0.3);
  animation: none;
  will-change: transform;
  backface-visibility: hidden;
}

#serviceOptions .service-icon svg {
  width: 40px;
  height: 40px;
}

#serviceOptions .option:nth-child(1) .service-icon {
  color: #ffd07a;
  animation-delay: 0s;
}

#serviceOptions .option:nth-child(2) .service-icon {
  color: #ffe4b8;
  animation-delay: 0.45s;
}

#serviceOptions .option:nth-child(3) .service-icon {
  color: #f2c56d;
  animation-delay: 0.9s;
}

#serviceOptions .option:hover .service-icon {
  animation-play-state: paused;
  transform: translateY(-2px) scale(1.03);
}

.option:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 161, 88, 0.68);
  box-shadow: 0 14px 24px rgba(7, 2, 12, 0.42);
}

.option:hover::after {
  opacity: 1;
}

#serviceOptions .option:hover {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(242, 197, 109, 0.72);
}

.option.active {
  border-color: var(--gold);
  background: linear-gradient(150deg, rgba(63, 44, 24, 0.8), rgba(22, 16, 11, 0.8));
  box-shadow: 0 0 0 1px rgba(242, 197, 109, 0.2), 0 16px 28px rgba(5, 2, 8, 0.48);
}

#serviceOptions .option.active {
  background: linear-gradient(155deg, rgba(77, 54, 29, 0.84), rgba(27, 20, 12, 0.84));
}

.option.is-disabled {
  opacity: 0.52;
  filter: saturate(0.8);
  cursor: not-allowed;
}

.option.is-disabled:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(150, 112, 70, 0.46);
}

.option-title,
.region-name {
  display: block;
  margin-bottom: 4px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

#serviceOptions .option-title {
  margin-top: auto;
  margin-bottom: 2px;
  font-size: clamp(1.78rem, 6.4vw, 2.18rem);
  letter-spacing: 0.07em;
  line-height: 0.84;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 241, 208, 0.2);
}

#serviceOptions .option-title::before {
  content: "0" counter(service-card);
  display: block;
  margin-bottom: 6px;
  font-size: 0.56rem;
  line-height: 1;
  letter-spacing: 0.18em;
  color: rgba(255, 226, 170, 0.84);
  -webkit-text-stroke: 0;
}

.option-copy,
.region-meta {
  display: block;
  color: var(--muted);
  font-size: 0.84rem;
}

#serviceOptions .option-copy {
  font-size: 0.7rem;
  letter-spacing: 0.09em;
  line-height: 1.25;
  text-transform: uppercase;
  color: rgba(241, 207, 159, 0.9);
}

.region-status {
  margin-top: 2px;
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  border: 1px solid rgba(217, 161, 88, 0.25);
  padding: 2px 8px;
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.region-grid {
  display: grid;
  gap: 10px;
}

.points-tools {
  display: grid;
  gap: 9px;
  margin-bottom: 11px;
}

.points-tool {
  display: grid;
  gap: 6px;
  margin: 0;
  color: var(--gold-soft);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.points-tool input,
.points-tool select {
  width: 100%;
  border-radius: 11px;
  border: 1px solid rgba(217, 161, 88, 0.34);
  background: rgba(15, 12, 10, 0.86);
  color: var(--text);
  font: inherit;
  padding: 9px 10px;
}

.points-tool input::placeholder {
  color: rgba(190, 177, 159, 0.7);
}

.points-tool input:focus-visible,
.points-tool select:focus-visible {
  outline: 2px solid rgba(217, 161, 88, 0.68);
  outline-offset: 1px;
}

.points-results-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.points-clear-btn {
  border: 1px solid rgba(150, 112, 70, 0.42);
  border-radius: 11px;
  background: rgba(25, 20, 15, 0.82);
  color: var(--muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 12px;
  cursor: pointer;
}

.points-clear-btn:hover:enabled {
  border-color: rgba(217, 161, 88, 0.55);
  color: var(--gold-soft);
}

.points-clear-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.points-grid {
  display: grid;
  gap: 12px;
}

.points-empty {
  border: 1px dashed rgba(217, 161, 88, 0.36);
  border-radius: 14px;
  padding: 14px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
  background: linear-gradient(145deg, rgba(30, 24, 17, 0.66), rgba(12, 11, 10, 0.74));
}

.point-card {
  border: 1px solid rgba(150, 112, 70, 0.38);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(35, 28, 20, 0.74), rgba(13, 12, 10, 0.8));
  padding: 11px;
  min-height: 150px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.point-card:hover {
  transform: translateY(-2px);
  border-color: rgba(217, 161, 88, 0.58);
  box-shadow: 0 12px 22px rgba(4, 4, 4, 0.42);
}

.point-card:focus,
.point-card:focus-within {
  border-color: rgba(242, 197, 109, 0.7);
  box-shadow: 0 0 0 1px rgba(242, 197, 109, 0.2), 0 12px 22px rgba(4, 4, 4, 0.42);
}

.point-card:focus-visible {
  outline: 2px solid rgba(217, 161, 88, 0.72);
  outline-offset: 2px;
}

.point-header {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 8px;
  align-items: center;
}

.point-logo {
  width: 84px;
  height: 84px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(217, 161, 88, 0.35);
  background: linear-gradient(145deg, rgba(42, 33, 23, 0.84), rgba(17, 13, 10, 0.88));
  display: grid;
  place-items: center;
  justify-self: center;
}

.point-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.point-logo-fallback {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
  color: var(--gold-soft);
}

.point-name {
  margin: 0 0 2px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.point-address {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
  line-height: 1.28;
}

.point-media {
  height: 58px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(217, 161, 88, 0.24);
  background: linear-gradient(145deg, rgba(31, 24, 17, 0.72), rgba(11, 10, 9, 0.82));
}

.point-media img,
.point-media video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.point-stars {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid rgba(217, 161, 88, 0.26);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(33, 26, 18, 0.7);
}

.point-stars-row {
  display: inline-flex;
  gap: 5px;
}

.point-star {
  font-size: 1.02rem;
  line-height: 1;
  color: rgba(194, 166, 120, 0.42);
  text-shadow: none;
}

.point-star.is-filled {
  color: #f5c95f;
  text-shadow: 0 0 10px rgba(242, 197, 109, 0.34);
}

.point-details-block {
  border: 1px solid rgba(217, 161, 88, 0.22);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(31, 24, 17, 0.74), rgba(12, 10, 9, 0.84));
  padding: 8px;
  display: grid;
  align-content: start;
  gap: 6px;
  min-height: 30px;
}

.point-details-text {
  margin: 0;
  color: var(--text);
  font-size: 0.74rem;
  line-height: 1.34;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.point-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.point-services {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.point-service-chip {
  border: 1px solid rgba(217, 161, 88, 0.24);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 0.64rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(33, 27, 20, 0.6);
}

.point-social-count {
  font-size: 0.72rem;
  color: var(--muted);
}

.point-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
}

.point-links-empty {
  color: var(--muted);
  font-size: 0.78rem;
  grid-column: 1 / -1;
  text-align: center;
}

.point-link {
  text-decoration: none;
  border: 1px solid rgba(217, 161, 88, 0.3);
  border-radius: 999px;
  padding: 7px 10px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(33, 27, 20, 0.66);
  text-align: center;
}

.point-link:hover {
  border-color: rgba(217, 161, 88, 0.56);
}

.point-links .point-link:only-child {
  grid-column: 1 / -1;
}

.ship-choice {
  margin-bottom: 2px;
}

.ship-subchoice {
  display: grid;
  gap: 8px;
}

.country-wrapper {
  margin-top: 12px;
  border-radius: 14px;
  border: 1px solid rgba(150, 112, 70, 0.4);
  background: linear-gradient(150deg, rgba(44, 32, 22, 0.72), rgba(15, 12, 10, 0.8));
  padding: 12px;
  animation: rise 0.35s ease both;
}

label {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-soft);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(242, 197, 109, 0.34);
  background: rgba(33, 11, 17, 0.84);
  color: var(--text);
  font: inherit;
  padding: 10px 11px;
}

select:focus-visible,
.option:focus-visible,
.continue-btn:focus-visible {
  outline: 2px solid rgba(217, 161, 88, 0.72);
  outline-offset: 2px;
}

.summary-list {
  margin: 0;
  display: grid;
  gap: 9px;
}

.summary-list div {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid rgba(150, 112, 70, 0.34);
  background: linear-gradient(145deg, rgba(40, 30, 22, 0.72), rgba(15, 12, 10, 0.78));
  padding: 9px 10px;
  animation: fadeSlide 0.36s ease both;
}

.summary-list dt {
  margin: 0;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
}

.summary-list dd {
  margin: 0;
  color: #f7f2fa;
  font-size: 0.88rem;
}

.action-dock {
  position: sticky;
  bottom: 8px;
  z-index: 5;
  border-radius: 20px;
  border: 1px solid rgba(150, 112, 70, 0.34);
  background: linear-gradient(145deg, rgba(28, 21, 15, 0.84), rgba(12, 10, 9, 0.88));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 30px rgba(5, 2, 8, 0.5);
  padding: 10px;
}

.action-tools {
  display: grid;
  gap: 9px;
}

.continue-btn {
  width: 100%;
  border: 1px solid rgba(242, 197, 109, 0.3);
  border-radius: 14px;
  padding: 12px 16px;
  background: linear-gradient(132deg, rgba(242, 197, 109, 0.96), rgba(193, 124, 54, 0.92));
  color: #2f110f;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.16rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(9, 3, 5, 0.42);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.continue-btn:hover:enabled {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.continue-btn:enabled {
  animation: pulseGold 2.2s ease-in-out infinite;
}

.continue-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}

.admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(150, 112, 70, 0.38);
  border-radius: 12px;
  padding: 9px 12px;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  background: rgba(28, 22, 16, 0.66);
}

.admin-link:hover {
  border-color: rgba(217, 161, 88, 0.55);
  color: var(--gold-soft);
}

.floating-tools {
  position: relative;
  z-index: 18;
  pointer-events: none;
  --float-right: max(10px, env(safe-area-inset-right));
  --float-bottom: calc(12px + env(safe-area-inset-bottom));
  --chat-size: 52px;
  --top-size: 36px;
  --float-gap: 9px;
}

.floating-btn {
  position: fixed;
  right: var(--float-right);
  width: var(--chat-size);
  height: var(--chat-size);
  border-radius: 14px;
  border: 1px solid rgba(217, 161, 88, 0.44);
  background: linear-gradient(145deg, rgba(47, 34, 22, 0.9), rgba(17, 13, 10, 0.92));
  color: var(--gold-soft);
  box-shadow: 0 14px 24px rgba(5, 2, 8, 0.4);
  display: grid;
  place-items: center;
  cursor: pointer;
  pointer-events: auto;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, filter 0.2s ease, opacity 0.25s ease;
}

.floating-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 197, 109, 0.7);
  filter: brightness(1.06);
}

.floating-btn:focus-visible {
  outline: 2px solid rgba(217, 161, 88, 0.72);
  outline-offset: 2px;
}

.floating-btn-chat svg {
  width: 23px;
  height: 23px;
}

.floating-btn-chat {
  bottom: var(--float-bottom);
}

.floating-btn-top {
  width: var(--top-size);
  height: var(--top-size);
  right: calc(var(--float-right) + (var(--chat-size) - var(--top-size)) / 2);
  bottom: calc(var(--float-bottom) + var(--chat-size) + var(--float-gap));
  border-radius: 999px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.18rem;
  box-shadow: 0 10px 18px rgba(5, 2, 8, 0.34);
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

.floating-btn-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.hidden {
  display: none;
}

.reveal {
  animation: rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero.reveal {
  animation-delay: 0.04s;
}

#serviceStep.reveal {
  animation-delay: 0.1s;
}

.action-dock.reveal {
  animation-delay: 0.16s;
}

.option-grid .option:nth-child(2) {
  animation-delay: 0.06s;
}

.option-grid .option:nth-child(3) {
  animation-delay: 0.12s;
}

@keyframes rise {
  from {
    transform: translateY(14px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes optionUp {
  from {
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeSlide {
  from {
    transform: translateX(8px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes pulseGold {
  0% {
    box-shadow: 0 8px 20px rgba(9, 3, 5, 0.34);
  }
  50% {
    box-shadow: 0 14px 28px rgba(193, 124, 54, 0.5);
  }
  100% {
    box-shadow: 0 8px 20px rgba(9, 3, 5, 0.34);
  }
}

@keyframes floatIcon {
  0% {
    transform: translateY(0) rotate(0.2deg);
  }
  50% {
    transform: translateY(-5px) rotate(-0.2deg);
  }
  100% {
    transform: translateY(0) rotate(0.2deg);
  }
}

@keyframes iconMobileBreathe {
  0% {
    opacity: 0.96;
    filter: brightness(1);
    box-shadow: inset 0 1px 0 rgba(255, 232, 187, 0.2), 0 4px 10px rgba(7, 2, 7, 0.3);
  }
  50% {
    opacity: 1;
    filter: brightness(1.08);
    box-shadow: inset 0 1px 0 rgba(255, 232, 187, 0.24), 0 6px 14px rgba(193, 124, 54, 0.28);
  }
  100% {
    opacity: 0.96;
    filter: brightness(1);
    box-shadow: inset 0 1px 0 rgba(255, 232, 187, 0.2), 0 4px 10px rgba(7, 2, 7, 0.3);
  }
}

@keyframes preloadProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes preloaderSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes preloaderGlow {
  0% {
    opacity: 0.58;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.06);
  }
  100% {
    opacity: 0.58;
    transform: scale(0.92);
  }
}

@keyframes preloaderDotPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.66;
  }
  50% {
    transform: scale(1.22);
    opacity: 1;
  }
  100% {
    transform: scale(0.92);
    opacity: 0.66;
  }
}

@media (max-width: 760px) {
  .points-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    scroll-snap-type: y proximity;
  }

  .point-card {
    min-height: min(42svh, 430px);
    scroll-snap-align: start;
  }

  .point-header {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 7px;
  }

  .point-logo {
    width: 108px;
    height: 108px;
    border-radius: 18px;
  }

  .point-media {
    height: 88px;
  }

  .point-details-block {
    min-height: 10svh;
    padding: 8px;
  }

  .point-stars {
    margin: 0 auto;
    padding: 7px 12px;
  }

  .point-star {
    font-size: 1.26rem;
  }

  .point-details-text {
    font-size: 0.82rem;
    line-height: 1.42;
  }

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

  .point-link {
    font-size: 0.82rem;
    padding: 10px 11px;
    min-height: 44px;
  }

  .continue-btn {
    padding: 14px 16px;
    font-size: 1.3rem;
  }

  .admin-link {
    padding: 11px 14px;
    font-size: 0.74rem;
  }

  .floating-tools {
    pointer-events: none;
    --float-right: max(8px, env(safe-area-inset-right));
    --float-bottom: calc(10px + env(safe-area-inset-bottom));
    --chat-size: 58px;
    --top-size: 40px;
    --float-gap: 10px;
  }

  .floating-btn:not(.floating-btn-top) {
    width: var(--chat-size);
    height: var(--chat-size);
    border-radius: 16px;
  }

  .floating-btn-chat svg {
    width: 25px;
    height: 25px;
  }

  .floating-btn-top {
    width: var(--top-size);
    height: var(--top-size);
    right: calc(var(--float-right) + (var(--chat-size) - var(--top-size)) / 2);
    bottom: calc(var(--float-bottom) + var(--chat-size) + var(--float-gap));
    border-radius: 999px;
    font-size: 1.16rem;
  }
}

@media (min-width: 760px) {
  body {
    padding: 24px 18px 38px;
  }

  .card {
    padding: 22px;
  }

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

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

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

  .points-tools {
    grid-template-columns: 1.2fr 0.75fr 0.75fr auto;
    align-items: end;
  }

  .points-results-note {
    grid-column: 1 / -1;
    padding-bottom: 10px;
  }

  .action-tools {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .admin-link {
    width: auto;
    min-width: 154px;
  }

  #serviceOptions .option {
    --service-separator-y: 138px;
    min-height: 206px;
    height: 206px;
    padding-top: 40px;
  }

  #serviceOptions .service-icon {
    width: 88px;
    height: 88px;
  }

  #serviceOptions .service-icon svg {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 580px) {
  .stepper-text {
    font-size: 0.92rem;
  }

  .selection-chip {
    font-size: 0.66rem;
  }
}

@media (min-width: 980px) {
  .layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (hover: none) {
  .option:hover,
  .continue-btn:hover:enabled,
  .point-card:hover,
  .floating-btn:hover {
    transform: none;
    filter: none;
    box-shadow: none;
  }

  .mini-action-btn:hover,
  .points-clear-btn:hover:enabled,
  .admin-link:hover,
  .point-link:hover,
  .floating-btn:hover {
    border-color: inherit;
    color: inherit;
  }

  #serviceOptions .service-icon {
    animation: iconMobileBreathe 2.8s ease-in-out infinite;
    transform: none;
    will-change: opacity, filter;
  }
}

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