:root {
  --bg: #07090d;
  --surface: #111827;
  --surface-soft: #182437;
  --surface-strong: #0f1a2b;
  --line: #2b3b53;
  --text: #e9edf3;
  --muted: #9aa7b8;
  --gold: #dfaf62;
  --gold-strong: #f4cc86;
  --gold-soft: rgba(223, 175, 98, 0.28);
  --danger: #cf6666;
  --success: #7fd8a5;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "PT Sans", "Trebuchet MS", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 25% -10%, rgba(223, 175, 98, 0.14), transparent 40%),
    radial-gradient(circle at 90% 10%, rgba(60, 96, 143, 0.22), transparent 35%),
    linear-gradient(160deg, rgba(9, 13, 20, 0.95), rgba(6, 7, 11, 0.98));
}

body.photo-modal-open {
  overflow: hidden;
}

a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-soft);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

a:hover {
  color: #fff;
  border-bottom-color: transparent;
}

ul {
  list-style: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.wrapper {
  width: min(1260px, 100% - 28px);
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

.wrapper > main {
  margin-bottom: 36px;
}

.header {
  margin-top: 16px;
  margin-bottom: 20px;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.logo {
  min-width: 0;
}

.logo-link {
  display: inline-block;
  border: 0;
}

.logo .title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(28px, 3.7vw, 40px);
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.logo .title-accent {
  color: var(--gold);
  font-weight: 700;
}

.logo .title-main {
  color: #ffffff;
  font-weight: 500;
  margin-left: 3px;
}

.logo .tag {
  margin-top: 8px;
  display: inline-block;
  color: #d2d8df;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 6px;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
  margin: 0;
}

.header-menu > li {
  display: flex;
  align-items: center;
}

.header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin-top: 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.header-actions-top {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: auto;
}

.header-action-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #385579;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #e9f3fd;
  background: linear-gradient(180deg, #254668, #1c3752);
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.header-action-link:hover,
.header-action-link:focus-visible {
  border-color: #4c719b;
  background: linear-gradient(180deg, #2e567f, #22415f);
  color: #fff;
  outline: none;
}

.header-action-login {
  border-color: #406084;
  background: linear-gradient(180deg, #27486d, #1e3a56);
}

.header-action-register {
  border-color: #815f34;
  color: #2f2418;
  background: linear-gradient(180deg, #e1bc86, #cb9a5b);
}

.header-action-register .header-menu-icon {
  border-color: rgba(69, 48, 24, 0.4);
  background: rgba(71, 48, 24, 0.15);
  color: #4b341a;
}

.header-action-register:hover,
.header-action-register:focus-visible {
  border-color: #9a7341;
  background: linear-gradient(180deg, #e8c998, #d1a264);
  color: #2a1e11;
}

.header-menu-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid rgba(192, 215, 239, 0.58);
  background: rgba(215, 232, 249, 0.14);
  color: #edf7ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lang-switch {
  position: relative;
}

.lang-mobile {
  display: none;
}

.lang-desktop {
  display: inline-flex;
}

.header-menu-lang {
  display: inline-flex;
  align-items: center;
}

.lang-dropdown {
  position: relative;
}

.lang-current-btn {
  width: 44px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid rgba(223, 175, 98, 0.58);
  background: linear-gradient(180deg, rgba(20, 35, 54, 0.96), rgba(12, 24, 38, 0.96));
  color: #f7dbb0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.2);
}

.lang-current-btn:hover {
  border-color: rgba(255, 221, 168, 0.78);
}

.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 80px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 6px;
  border-radius: 8px;
  border: 1px solid rgba(66, 93, 122, 0.85);
  background: linear-gradient(180deg, rgba(16, 29, 45, 0.97), rgba(10, 19, 31, 0.97));
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 120;
}

.lang-dropdown.open .lang-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.lang-option {
  border: 1px solid #365176;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(22, 40, 62, 0.95), rgba(14, 26, 44, 0.95));
  color: #ebf6ff;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 7px 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.lang-option:hover {
  border-color: #4f739b;
  background: linear-gradient(180deg, #2d537b, #23425f);
  color: #fff;
}

.lang-flag {
  font-size: 16px;
  line-height: 1;
}

.lang-code {
  letter-spacing: 0.02em;
}

.hamburger-toggle {
  display: none;
  width: 42px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid rgba(92, 137, 186, 0.75);
  background: linear-gradient(180deg, rgba(28, 50, 76, 0.97), rgba(13, 28, 45, 0.96));
  color: #fff;
  cursor: pointer;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.23);
}

.hamburger-toggle span,
.hamburger-toggle span::before,
.hamburger-toggle span::after {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 2px;
  background: #f0d2a0;
  content: "";
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.hamburger-toggle span::before {
  position: absolute;
  top: -5px;
}

.hamburger-toggle span::after {
  position: absolute;
  top: 5px;
}

body.drawer-open .hamburger-toggle span {
  background: transparent;
}

body.drawer-open .hamburger-toggle span::before {
  top: 0;
  transform: rotate(45deg);
}

body.drawer-open .hamburger-toggle span::after {
  top: 0;
  transform: rotate(-45deg);
}

.top-nav {
  position: relative;
  border-radius: 10px;
  border: 1px solid #314d6d;
  background: linear-gradient(180deg, rgba(17, 31, 48, 0.97), rgba(11, 21, 34, 0.97));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.top-nav ul {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 5px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(70, 103, 138, 0.56) transparent;
}

.top-nav ul::-webkit-scrollbar {
  height: 5px;
}

.top-nav ul::-webkit-scrollbar-thumb {
  background: rgba(70, 103, 138, 0.56);
  border-radius: 999px;
}

.top-nav li {
  flex: 0 0 auto;
  display: flex;
}

.top-nav li.nav-cta {
  margin-left: auto;
}

.top-nav a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  border: 1px solid rgba(58, 83, 112, 0);
  border-radius: 6px;
  color: #dbe8f5;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0 13px;
  white-space: nowrap;
  text-decoration: none;
}

.nav-item-icon {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(157, 184, 210, 0.42);
  border-radius: 5px;
  background: rgba(181, 205, 230, 0.09);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b8cee2;
  flex: 0 0 20px;
}

.nav-item-label {
  display: inline-block;
}

.top-nav a:hover,
.top-nav a.active {
  color: #fff;
  background: linear-gradient(180deg, rgba(34, 62, 93, 0.95), rgba(24, 45, 71, 0.95));
  border-color: #4a7098;
}

.top-nav a:hover .nav-item-icon,
.top-nav a.active .nav-item-icon {
  color: #e9f4ff;
}

.top-nav .nav-cta-link {
  border-color: #724e74;
  background: linear-gradient(180deg, #5e2e61, #442347);
  color: #f2d9ef;
}

.top-nav .nav-cta-link .nav-item-icon {
  border-color: rgba(214, 178, 216, 0.48);
  background: rgba(246, 218, 249, 0.12);
  color: #e8c5eb;
}

.top-nav .nav-cta-link:hover,
.top-nav .nav-cta-link:focus-visible {
  border-color: #8d6192;
  background: linear-gradient(180deg, #6c3670, #4f2a53);
  color: #fff;
}

.mobile-drawer-overlay {
  display: none;
}

.mobile-drawer {
  display: none;
}

.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.mobile-drawer-head strong {
  font-family: "Cinzel", Georgia, serif;
  font-size: 21px;
  color: #f1cf98;
}

.mobile-drawer-close {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 1px solid rgba(223, 175, 98, 0.55);
  background: rgba(14, 24, 38, 0.9);
  color: #f7d8aa;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.mobile-drawer-menu {
  display: grid;
  gap: 8px;
}

.mobile-drawer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border-radius: 8px;
  border: 1px solid #2f4867;
  background: rgba(13, 24, 39, 0.8);
  color: #dce6f3;
  text-decoration: none;
  font-weight: 700;
}

.mobile-drawer-link:hover,
.mobile-drawer-link.active {
  background: linear-gradient(175deg, #1a3554, #12273f);
  color: #fff;
}

.mobile-drawer-icon {
  width: 21px;
  height: 21px;
  border-radius: 6px;
  border: 1px solid rgba(165, 192, 219, 0.5);
  background: rgba(176, 202, 229, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: #cadff2;
}

.nav-item-icon svg,
.mobile-drawer-icon svg,
.header-menu-icon svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-nav .nav-item-icon svg {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}

.page-note {
  margin-bottom: 14px;
  padding: 10px 12px;
  border-radius: 9px;
  border: 1px solid rgba(78, 102, 132, 0.55);
  background: rgba(16, 27, 42, 0.8);
  color: #ced7e3;
  font-size: 14px;
}

.page-note.success {
  color: var(--success);
  border-color: rgba(127, 216, 165, 0.45);
  background: rgba(23, 55, 42, 0.55);
}

.page-note.error {
  color: #ffb4b4;
  border-color: rgba(207, 102, 102, 0.4);
  background: rgba(67, 25, 28, 0.65);
}

.listing-intro {
  border: 1px solid #324a66;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  background:
    radial-gradient(circle at 86% 0, rgba(84, 128, 184, 0.2), transparent 34%),
    linear-gradient(165deg, rgba(19, 34, 53, 0.96), rgba(12, 21, 34, 0.96));
}

.listing-title-wrap {
  display: grid;
  gap: 4px;
}

.listing-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(23px, 3.1vw, 30px);
  line-height: 1.1;
  color: #f3d3a0;
}

.listing-subtitle {
  color: #afbed0;
  font-size: 14px;
}

.listing-intro-stats {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.listing-result-note {
  margin: 0;
  flex: 1;
}

.listing-clear-link {
  border: 1px solid rgba(222, 175, 98, 0.5);
  border-radius: 6px;
  padding: 6px 9px;
  color: #f4d6a4;
  background: rgba(16, 31, 50, 0.64);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.listing-clear-link:hover {
  background: rgba(223, 175, 98, 0.16);
  color: #fff;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 12px;
}

.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #365173;
  border-radius: 7px;
  padding: 5px 9px;
  background: rgba(17, 30, 47, 0.74);
  color: #d9e6f5;
  font-size: 12px;
}

.active-filter-label {
  color: #9fb2c8;
  font-weight: 700;
}

.layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.sidebar {
  flex: 0 0 295px;
  width: 295px;
  position: sticky;
  top: 12px;
}

.content {
  flex: 1;
  min-width: 0;
}

.sidebar-block {
  background: linear-gradient(165deg, rgba(21, 34, 52, 0.96), rgba(12, 21, 33, 0.96));
  border: 1px solid #2b3d56;
  border-radius: 12px;
  padding: 14px;
  box-shadow: var(--shadow);
  margin-bottom: 14px;
}

.sidebar-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: var(--gold-strong);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.filters li {
  margin-bottom: 5px;
  color: #ccd4df;
  font-size: 14px;
}

.review-item {
  border-radius: 8px;
  border: 1px solid #2c3f58;
  background: rgba(12, 20, 33, 0.75);
  padding: 11px;
}

.review-item h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.review-item p {
  color: #d8e0ea;
  font-size: 14px;
}

.field-group {
  display: grid;
  gap: 5px;
}

.field-label {
  color: #a9bbcf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.filter-form {
  display: grid;
  gap: 7px;
}

.field,
.comment-form-input,
.comment-form input,
.comment-form textarea,
.comment-form select,
.stack-fields input,
.stack-fields select,
.stack-fields textarea {
  width: 100%;
  border: 1px solid #3a516d;
  border-radius: 8px;
  padding: 9px 10px;
  color: #f0f3f8;
  background: #1a2a40;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field:focus,
.comment-form input:focus,
.comment-form textarea:focus,
.comment-form select:focus,
.stack-fields input:focus,
.stack-fields select:focus,
.stack-fields textarea:focus {
  outline: none;
  border-color: #7a98bb;
  box-shadow: 0 0 0 3px rgba(106, 149, 208, 0.24);
  background: #1e314b;
}

.field::placeholder,
.comment-form input::placeholder,
.comment-form textarea::placeholder,
.stack-fields input::placeholder,
.stack-fields textarea::placeholder {
  color: #98a7bb;
}

.field-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #dce4ef;
  border: 1px solid #35506f;
  border-radius: 8px;
  padding: 6px 8px;
  background: rgba(14, 26, 41, 0.68);
}

.field-check input {
  width: 15px;
  height: 15px;
  accent-color: var(--gold);
}

.filter-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.filter-actions .btn {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 7px;
}

.profile-menu a {
  display: block;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #d9e2ee;
  font-weight: 700;
}

.profile-menu a.active,
.profile-menu a:hover {
  border-color: rgba(223, 175, 98, 0.5);
  background: rgba(223, 175, 98, 0.12);
  color: #fff;
}

.pagination {
  margin: 4px 0 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}

.pagination a,
.pagination span {
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #3b506a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #ced8e6;
  background: rgba(19, 31, 47, 0.75);
  border-bottom-width: 1px;
}

.pagination a:hover {
  border-color: rgba(223, 175, 98, 0.55);
  color: #fff;
}

.pagination .active {
  background: linear-gradient(175deg, #dfaf62, #f0cf97);
  color: #342a1d;
  border-color: #c4944c;
}

.pagination .pagination-nav {
  font-size: 18px;
  line-height: 1;
}

.pagination-dots {
  min-width: auto;
  height: 34px;
  border: 0;
  background: transparent;
  color: #9ab0c8;
  padding: 0 1px;
}

.catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(228px, 1fr));
  gap: 15px;
}

.card {
  border-radius: 12px;
  border: 1px solid #2f415a;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(17, 30, 46, 0.98), rgba(13, 23, 35, 0.98));
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(223, 175, 98, 0.5);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.48);
}

.card-top {
  position: relative;
  padding: 8px;
  background: linear-gradient(160deg, #13263d, #111f32 48%, #0f1726);
}

.vip-badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 700;
  color: #24344a;
  background: linear-gradient(180deg, #f4d49f, #d8a553);
  border-radius: 0 0 11px 0;
}

.card-photo-row {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 8px;
  background: #0f1d31;
}

.card-photo-link {
  display: block;
  border: 0;
  width: 100%;
  height: 100%;
}

.card-main-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.photo-count-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(10, 21, 36, 0.88);
  color: #f5d8aa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}

.card-thumbs {
  flex: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.card-thumbs span {
  width: 20px;
  height: 24px;
  font-size: 12px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 15, 26, 0.85);
}

.card-info {
  padding: 7px 8px 8px;
  background: linear-gradient(175deg, #132a44, #122238 50%, #101b2c);
}

.card-name-line {
  border-bottom: 1px solid #31465f;
  padding-bottom: 5px;
}

.card-name-line a {
  border: 0;
  color: var(--gold-strong);
  font-family: "Cinzel", Georgia, serif;
  font-size: 17px;
  line-height: 1.2;
}

.card-name-line a:hover {
  color: #fff;
}

.card-meta {
  border-bottom: 1px solid #31465f;
  padding: 6px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font-size: 12px;
  color: #9cabbc;
}

.card-meta span strong {
  color: #f1f4f8;
  font-weight: 700;
}

.price-table {
  width: 100%;
  table-layout: fixed;
  margin-top: 1px;
  border-bottom: 1px solid #31465f;
  color: #e8edf4;
  font-size: 12px;
}

.price-table th,
.price-table td {
  padding: 3px 2px;
  text-align: center;
  overflow-wrap: anywhere;
}

.price-table th {
  color: #9faabb;
  font-weight: 400;
}

.price-table .left {
  text-align: left;
  color: #9faabb;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 6px;
}

.card-phone {
  border: 0;
  color: var(--gold-strong);
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.comment-count {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #ced8e4;
}

.comment-count svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 13px;
  color: #9baabc;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb li::after {
  content: "/";
  margin-left: 8px;
  color: #c0cde0;
}

.breadcrumb li:last-child::after {
  content: "";
}

.profile {
  display: grid;
  grid-template-columns: minmax(250px, 318px) minmax(0, 1fr);
  gap: 16px;
}

.profile-gallery {
  min-width: 0;
}

.profile-gallery .hero {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  border: 1px solid #2d4260;
  background: #0f1c2f;
  padding: 8px;
  overflow: hidden;
}

.photo-zoom-trigger {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  border: 1px solid rgba(214, 229, 245, 0.6);
  border-radius: 8px;
  background: rgba(7, 18, 30, 0.78);
  color: #f4f8fd;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  cursor: pointer;
}

.photo-zoom-trigger:hover {
  border-color: rgba(244, 212, 159, 0.72);
  color: #fff;
}

.detail-video-hero {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(95, 122, 152, 0.62);
  border-radius: 8px;
  background: #081628;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.detail-video-hero .detail-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-video-hero [data-hero-image] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
}

.detail-video-hero.show-image [data-hero-image] {
  display: block;
}

.detail-video-hero [data-hero-video-preview]:not([src]),
.detail-video-hero [data-hero-video-preview][src=""] {
  display: none;
}

.detail-video-hero.show-image [data-hero-video-preview] {
  display: none;
}

.detail-video-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  border: 1px solid rgba(250, 219, 169, 0.82);
  border-radius: 999px;
  background: rgba(8, 18, 29, 0.84);
  color: #f6d39c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 8px 12px;
  box-shadow: 0 0 0 0 rgba(246, 204, 136, 0.6);
  animation:
    detailVideoBadgePulse 1.8s ease-out infinite,
    detailVideoBadgeFloat 2.4s ease-in-out infinite;
}

.detail-video-hero-badge::before {
  content: "\25B6";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(250, 219, 169, 0.26);
  color: #ffdca9;
  font-size: 10px;
  line-height: 1;
}

.detail-video-hero.show-image .detail-video-hero-badge {
  display: none;
}

.photo-zoom-secondary {
  top: auto;
  right: 14px;
  bottom: 14px;
  display: none;
  z-index: 4;
}

.detail-video-hero.show-image + .photo-zoom-secondary {
  display: inline-flex;
}

@keyframes detailVideoBadgePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 204, 136, 0.56);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(246, 204, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 204, 136, 0);
  }
}

@keyframes detailVideoBadgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.profile-gallery .hero img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.profile-gallery .hero img:hover {
  filter: brightness(1.04);
}

.profile-thumbs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.profile-thumbs img,
.profile-thumbs .detail-thumb-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
}

.profile-thumbs .detail-thumb-video {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #0b1729;
}

.profile-thumbs .detail-thumb-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

.detail-thumb-video-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  border: 1px solid rgba(250, 219, 169, 0.72);
  border-radius: 999px;
  background: rgba(8, 18, 29, 0.84);
  color: #f6d39c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 6px;
}

.profile-thumbs img:hover,
.profile-thumbs img.active,
.profile-thumbs .detail-thumb-video:hover,
.profile-thumbs .detail-thumb-video.active {
  border-color: var(--gold);
}

.detail-hero-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  cursor: pointer;
}

.detail-thumb-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
}

.photo-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.photo-modal.open {
  display: flex;
}

.photo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 16, 0.84);
}

.photo-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(96vw, 1180px);
  max-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 64px 36px;
}

.photo-modal-stage {
  width: 100%;
  max-height: calc(92vh - 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #3c5777;
  background: #081221;
  overflow: hidden;
}

.photo-modal-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 82vh;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.photo-modal-close,
.photo-modal-nav {
  position: absolute;
  border: 1px solid rgba(214, 229, 245, 0.52);
  background: rgba(7, 18, 30, 0.78);
  color: #eef5ff;
  cursor: pointer;
}

.photo-modal-close {
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1;
}

.photo-modal-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 62px;
  border-radius: 8px;
  font-size: 33px;
  line-height: 1;
}

.photo-modal-nav.prev {
  left: 8px;
}

.photo-modal-nav.next {
  right: 8px;
}

.photo-modal-close:hover,
.photo-modal-nav:hover {
  border-color: rgba(244, 212, 159, 0.7);
  color: #fff;
}

.photo-modal-counter {
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  border: 1px solid #35526f;
  border-radius: 7px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 700;
  color: #d8e7f8;
  background: rgba(7, 18, 30, 0.88);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.video-modal.open {
  display: flex;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 16, 0.84);
}

.video-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(94vw, 1040px);
  border-radius: 12px;
  border: 1px solid #3c5777;
  background: #081628;
  padding: 46px 14px 14px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.52);
}

.video-modal-player {
  width: 100%;
  max-height: 78vh;
  border-radius: 10px;
  display: block;
  background: #050f1c;
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(214, 229, 245, 0.52);
  border-radius: 8px;
  background: rgba(7, 18, 30, 0.78);
  color: #eef5ff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.video-modal-close:hover {
  border-color: rgba(244, 212, 159, 0.7);
  color: #fff;
}

.profile-info {
  border-radius: 12px;
  border: 1px solid #27384c;
  background:
    radial-gradient(circle at 84% -6%, rgba(86, 107, 134, 0.16), transparent 38%),
    linear-gradient(165deg, rgba(8, 12, 18, 0.98), rgba(5, 8, 12, 0.99));
  padding: 14px;
}

.profile-name {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(25px, 3.4vw, 32px);
  line-height: 1.1;
  color: var(--gold-strong);
  margin-bottom: 9px;
}

.profile-desc {
  margin-bottom: 10px;
  color: #d9e1ea;
  font-size: 15px;
}

.main-info {
  margin-bottom: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px 12px;
}

.main-info li {
  border: 1px solid #2a3c52;
  border-radius: 8px;
  background: rgba(9, 14, 21, 0.84);
  padding: 7px 9px;
}

.main-info .label {
  color: #9fb0c3;
}

.main-info .value {
  color: #f8fafe;
  font-weight: 700;
}

.profile-price {
  width: 100%;
  margin: 8px 0 14px;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 14px;
}

.profile-price th,
.profile-price td {
  border: 1px solid #2a3d52;
  padding: 8px 9px;
  text-align: center;
  overflow-wrap: anywhere;
}

.profile-price th {
  color: #a8b4c5;
  font-weight: 700;
  background: rgba(11, 17, 25, 0.92);
}

.contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
}

.contacts .phone {
  font-size: clamp(18px, 2.6vw, 22px);
  color: #e8f2ff;
  font-weight: 700;
}

.badge {
  border-radius: 999px;
  background: #1f7a33;
  color: #fff;
  font-size: 12px;
  padding: 3px 9px;
}

.notice {
  margin-top: 12px;
  border-left: 3px solid #9a4a4a;
  background: rgba(66, 31, 34, 0.35);
  border-radius: 0 7px 7px 0;
  color: #f4c9c9;
  padding: 8px 10px;
  font-size: 14px;
}

.auth-alert {
  margin-bottom: 12px;
}

.services {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.service-box {
  border: 1px solid #2c4056;
  background: rgba(8, 14, 21, 0.88);
  border-radius: 10px;
  padding: 11px;
}

.service-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 16px;
  color: var(--gold-strong);
  margin-bottom: 8px;
}

.title-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.title-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  color: #f8ddba;
  border: 1px solid rgba(223, 175, 98, 0.46);
  background: rgba(223, 175, 98, 0.14);
}

.service-box li {
  font-size: 14px;
  color: #e9edf3;
  margin-bottom: 6px;
}

.feature-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  border-bottom: 1px dashed #2c4058;
  padding-bottom: 6px;
  margin-bottom: 7px;
}

.feature-list li span {
  color: #a7b6c7;
}

.feature-list li strong {
  color: #ffffff;
  text-align: right;
}

.verify-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.verify-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #3d5c7d;
  color: #d9e7f7;
  background: linear-gradient(175deg, rgba(12, 21, 32, 0.96), rgba(9, 16, 26, 0.96));
}

.verify-tag .tag-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(132, 156, 183, 0.55);
  background: rgba(149, 171, 196, 0.14);
  font-size: 12px;
}

.detail-top-verify {
  margin-top: 0;
  margin-bottom: 10px;
}

.detail-top-verify .verify-tag {
  animation: verifyIn 0.55s ease both;
}

.detail-top-verify .verify-tag:nth-child(1) { animation-delay: 0.04s; }
.detail-top-verify .verify-tag:nth-child(2) { animation-delay: 0.12s; }
.detail-top-verify .verify-tag:nth-child(3) { animation-delay: 0.2s; }
.detail-top-verify .verify-tag:nth-child(4) { animation-delay: 0.28s; }

.verify-tag.ok {
  border-color: #4f8b6a;
  background: linear-gradient(175deg, #1f3f31, #193427);
  color: #d7ffe8;
  box-shadow: 0 0 0 0 rgba(100, 199, 143, 0.4);
  animation: verifyIn 0.55s ease both, verifyPulse 2.2s ease-in-out infinite;
}

.comments {
  margin-top: 16px;
}

.comments h3 {
  margin-bottom: 10px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 21px;
  color: #f5d39d;
}

.comment {
  border: 1px solid #304763;
  border-radius: 10px;
  background: rgba(14, 26, 41, 0.85);
  padding: 10px;
  margin-bottom: 10px;
}

.comment .meta {
  font-size: 12px;
  color: #9eafc3;
  margin-bottom: 4px;
}

.comment p {
  color: #f2f5fa;
}

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

.comment-form {
  border: 1px solid #2f4560;
  border-radius: 11px;
  background: rgba(14, 25, 39, 0.9);
  padding: 12px;
}

.comment-form h4,
.comment-form h3 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  color: #f0ce99;
  margin-bottom: 8px;
}

.form-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.comment-form textarea,
.stack-fields textarea {
  min-height: 115px;
  resize: vertical;
}

.form-actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.report-form {
  border-color: #6a4a3d;
  background: rgba(31, 18, 17, 0.62);
}

.similar-listings {
  margin-top: 18px;
}

.similar-listings .catalog {
  grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid #c3904a;
  border-radius: 9px;
  background: linear-gradient(175deg, #efcb90, #d7a75d);
  color: #2f2313;
  border-bottom-width: 1px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.btn-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
}

.btn-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  color: #22170c;
}

.btn:active {
  transform: translateY(0);
}

.btn-ghost {
  border-color: #3d5b7d;
  background: linear-gradient(180deg, #223b58, #1a2f47);
  color: #dbe7f4;
}

.btn-ghost:hover {
  color: #ffffff;
  border-color: #4d739f;
  background: linear-gradient(180deg, #29486b, #203a56);
}

.btn-whatsapp {
  border-color: #1f9d4d;
  background: linear-gradient(175deg, #2ac15f, #1d9b49);
  color: #ffffff;
}

.btn-whatsapp:hover {
  color: #ffffff;
  filter: brightness(1.07);
}

.btn-telegram {
  border-color: #1d7fb6;
  background: linear-gradient(175deg, #2ea8e6, #1f87c0);
  color: #ffffff;
}

.btn-telegram:hover {
  color: #ffffff;
  filter: brightness(1.07);
}

.auth-shell {
  width: min(600px, 100%);
  margin: 0 auto;
}

.auth-shell-wide {
  width: min(980px, 100%);
}

.auth-card {
  border-radius: 14px;
  border: 1px solid #355270;
  background: linear-gradient(165deg, rgba(17, 30, 46, 0.96), rgba(12, 21, 34, 0.96));
  padding: 15px;
  box-shadow: var(--shadow);
}

.auth-card-modern {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 420px);
  gap: 16px;
  padding: 15px;
}

.auth-visual {
  border-radius: 12px;
  border: 0;
  background: transparent;
  padding: 8px 4px 8px 0;
}

.auth-kicker {
  display: inline-flex;
  border: 1px solid rgba(223, 175, 98, 0.45);
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 12px;
  color: #f1cf98;
  margin-bottom: 10px;
}

.auth-title {
  font-family: "Cinzel", Georgia, serif;
  font-size: 26px;
  color: #f3d4a1;
  margin-bottom: 12px;
}

.auth-text {
  color: #d5deea;
  font-size: 14px;
  margin-bottom: 11px;
}

.auth-points {
  display: grid;
  gap: 8px;
}

.auth-points li {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 4px 0 4px 28px;
  color: #d4deea;
  font-size: 14px;
  position: relative;
}

.auth-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #dfaf62;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(223, 175, 98, 0.45);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(223, 175, 98, 0.12);
}

.auth-form-panel {
  border-radius: 12px;
  border: 1px solid #34516f;
  background:
    radial-gradient(circle at 80% 0, rgba(74, 117, 170, 0.16), transparent 32%),
    rgba(10, 18, 29, 0.75);
  padding: 16px;
}

.auth-form-title {
  font-family: "Cinzel", Georgia, serif;
  color: #f1ce98;
  font-size: 22px;
  margin-bottom: 11px;
}

.auth-input {
  position: relative;
}

.auth-input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #9eb4cc;
  pointer-events: none;
}

.auth-input-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-input input {
  padding-left: 38px;
}

.auth-input:focus-within .auth-input-icon {
  color: #dfaf62;
}

.auth-submit-btn {
  min-width: 124px;
}

.auth-btn-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.auth-btn-icon svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-alt-link {
  margin-top: 10px;
  font-size: 13px;
  color: #afbece;
}

.stack-fields {
  display: grid;
  gap: 10px;
}

.profile-stats {
  margin-bottom: 10px;
}

.profile-summary p {
  margin-bottom: 4px;
  color: #d5deea;
}

.profile-summary-text {
  font-size: 14px;
}

.profile-upload-row {
  margin-top: 10px;
}

.profile-layout .sidebar {
  top: 12px;
}

.profile-sidebar-card {
  position: relative;
  border-color: #375171;
  background:
    radial-gradient(circle at 12% 0, rgba(223, 175, 98, 0.16), transparent 36%),
    linear-gradient(165deg, rgba(18, 33, 51, 0.95), rgba(12, 22, 35, 0.96));
}

.profile-side-top {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.profile-avatar {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid rgba(223, 175, 98, 0.55);
  background: linear-gradient(165deg, rgba(93, 72, 45, 0.45), rgba(21, 35, 53, 0.92));
  color: #f7d8aa;
  font-family: "Cinzel", Georgia, serif;
  font-size: 21px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.profile-side-meta .sidebar-title {
  margin-bottom: 4px;
}

.profile-side-user {
  color: #f2d1a0;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 3px;
}

.profile-side-mail {
  color: #9fb0c5;
  font-size: 13px;
  margin-bottom: 0;
}

.profile-side-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.side-stat {
  border: 1px solid #3f5a7b;
  border-radius: 8px;
  background: rgba(16, 29, 46, 0.68);
  padding: 8px;
  display: grid;
  gap: 2px;
}

.side-stat strong {
  color: #f4d2a0;
  font-size: 17px;
  font-weight: 700;
}

.side-stat span {
  color: #b7c7da;
  font-size: 12px;
}

.profile-sidebar-card .profile-menu {
  display: grid;
  gap: 8px;
}

.profile-sidebar-card .profile-menu a {
  border: 1px solid #35506f;
  border-radius: 8px;
  background: rgba(14, 26, 41, 0.58);
  color: #d9e4f2;
  padding: 9px 10px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  width: 100%;
}

.profile-menu-icon {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid rgba(170, 196, 224, 0.45);
  background: rgba(171, 198, 227, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cde1f5;
  flex: 0 0 18px;
}

.profile-menu-icon svg {
  width: 11px;
  height: 11px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-sidebar-card .profile-menu a.active,
.profile-sidebar-card .profile-menu a:hover {
  border-color: rgba(223, 175, 98, 0.5);
  background: rgba(223, 175, 98, 0.13);
  color: #fff;
}

.profile-headline {
  border: 1px solid #304b6b;
  border-radius: 11px;
  padding: 12px;
  background: linear-gradient(165deg, rgba(18, 34, 53, 0.95), rgba(12, 22, 35, 0.95));
  margin-bottom: 12px;
}

.profile-headline h1 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 24px;
  color: #f4d4a2;
  margin-bottom: 5px;
}

.profile-headline p {
  color: #c6d3e4;
  font-size: 14px;
}

.profile-dashboard-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 12px;
}

.profile-summary-panel,
.profile-account-panel {
  margin: 0;
}

.profile-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.profile-metric-item {
  border: 1px solid #395574;
  border-radius: 10px;
  background: rgba(17, 30, 46, 0.66);
  padding: 10px;
  display: grid;
  gap: 6px;
}

.profile-metric-item .metric-label {
  color: #aebfd4;
  font-size: 12px;
}

.profile-metric-item strong {
  color: #f3d09a;
  font-size: 24px;
  line-height: 1;
}

.profile-success-line {
  margin-top: 10px;
  display: grid;
  gap: 6px;
}

.profile-success-line > span {
  color: #cdd9e8;
  font-size: 13px;
  font-weight: 700;
}

.profile-success-bar {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  border: 1px solid #3c5676;
  background: rgba(12, 21, 33, 0.8);
  overflow: hidden;
}

.profile-success-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #dfaf62, #f2d39f);
}

.profile-account-list {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.profile-account-list div {
  border: 1px solid #395574;
  border-radius: 8px;
  background: rgba(18, 31, 47, 0.62);
  padding: 8px 10px;
  display: grid;
  gap: 2px;
}

.profile-account-list span {
  color: #abc0d9;
  font-size: 12px;
}

.profile-account-list strong {
  color: #eff5fd;
  font-size: 16px;
}

.profile-form-section {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px dashed #35516f;
}

.profile-form-section:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.profile-form-title {
  font-family: "Cinzel", Georgia, serif;
  color: #f2d09a;
  font-size: 17px;
  margin-bottom: 9px;
}

.profile-form-note {
  color: #aebdd0;
  font-size: 13px;
  margin-bottom: 7px;
}

.profile-check-grid {
  margin-top: 9px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
}

.profile-check-grid label {
  border: 1px solid #365070;
  border-radius: 8px;
  background: rgba(16, 29, 46, 0.65);
  color: #d8e2ee;
  padding: 8px 9px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.profile-check-grid input {
  width: 15px;
  height: 15px;
  accent-color: var(--gold);
}

.profile-ad-form-wizard .post-step[hidden] {
  display: none !important;
}

.profile-ad-form-wizard {
  border-color: #436182;
  background:
    radial-gradient(circle at 88% 0, rgba(132, 177, 229, 0.16), transparent 42%),
    radial-gradient(circle at 10% 0, rgba(223, 175, 98, 0.12), transparent 36%),
    linear-gradient(170deg, rgba(28, 45, 67, 0.95), rgba(21, 35, 52, 0.96));
  box-shadow: 0 16px 30px rgba(3, 7, 13, 0.3);
}

.profile-ad-form-wizard .profile-form-section {
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(116, 154, 194, 0.28);
  border-radius: 11px;
  background: rgba(30, 49, 71, 0.65);
}

.profile-ad-form-wizard .profile-form-section:first-of-type {
  margin-top: 0;
}

.profile-step-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.profile-step-tab {
  border: 1px solid #507097;
  border-radius: 9px;
  background: rgba(36, 56, 82, 0.82);
  color: #e1ecf9;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 10px;
  cursor: pointer;
}

.profile-step-tab .num {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 1px solid rgba(223, 175, 98, 0.42);
  background: rgba(223, 175, 98, 0.12);
  color: #f1d0a0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.profile-step-tab.is-active {
  border-color: rgba(223, 175, 98, 0.75);
  background: linear-gradient(170deg, rgba(87, 68, 43, 0.78), rgba(45, 67, 95, 0.95));
  color: #fff;
}

.profile-field {
  margin-bottom: 10px;
}

.profile-field-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #f2f7ff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.profile-field-label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid rgba(223, 175, 98, 0.44);
  background: rgba(223, 175, 98, 0.15);
  box-shadow: inset 0 0 0 1px rgba(9, 15, 25, 0.55);
  flex: 0 0 16px;
}

.profile-field-label.has-inline-icon::before {
  display: none;
}

.profile-field-label.required::after {
  content: "*";
  color: #ffd9a4;
  font-size: 14px;
  margin-left: 1px;
}

.profile-field-icon {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(246, 211, 156, 0.7);
  border-radius: 5px;
  background: rgba(20, 34, 52, 0.72);
  color: #f8dcaf;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}

.profile-field-icon svg {
  width: 12px;
  height: 12px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.profile-field-note {
  display: block;
  color: #c2d1e3;
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.4;
}

.profile-title-limit-note {
  font-weight: 700;
}

.profile-title-limit-note.is-warning {
  color: #ff7676;
}

.profile-field-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 8px;
}

.profile-ad-form-wizard .profile-field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.profile-ad-form-wizard .profile-check-grid {
  grid-template-columns: 1fr;
}

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

.post-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.post-option-card {
  border: 1px solid rgba(94, 127, 164, 0.42);
  border-radius: 11px;
  background: rgba(18, 32, 48, 0.72);
  padding: 11px;
}

.post-option-title {
  margin: 0 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f2cf95;
  font-family: "Cinzel", Georgia, serif;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.title-icon-bullet {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid rgba(237, 195, 121, 0.48);
  background: rgba(237, 195, 121, 0.12);
  color: #f2d39f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.post-option-rows {
  display: grid;
  gap: 2px;
}

.option-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 44%);
  gap: 10px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(96, 130, 167, 0.34);
}

.option-row:last-child {
  border-bottom: 0;
}

.option-label {
  color: #d7e3f2;
  font-size: 14px;
  font-weight: 700;
}

.option-static-value {
  color: #f3d5a5;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  justify-self: end;
}

.profile-contact-profile-note {
  margin-top: 8px;
}

.profile-contact-profile-note a {
  color: #f3d5a5;
  font-weight: 700;
  text-decoration: underline;
}

.option-control input,
.option-control select {
  width: 100%;
  margin: 0;
  min-height: 36px;
}

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

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

.service-chip {
  border: 1px solid #4d6d93;
  border-radius: 8px;
  background: rgba(24, 41, 62, 0.7);
  padding: 7px 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #e6eef8;
  font-size: 13px;
}

.service-chip input {
  width: 14px;
  height: 14px;
  accent-color: #dfaf62;
}

.day-picker-grid {
  margin: 6px 0 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.day-chip {
  border: 1px solid #4f7099;
  border-radius: 8px;
  background: rgba(22, 39, 59, 0.7);
  padding: 6px 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #d9e5f2;
}

.day-chip input {
  width: 14px;
  height: 14px;
  accent-color: #dfaf62;
}

.post-advanced-toggle {
  margin-top: 10px;
  border: 1px solid rgba(95, 126, 162, 0.46);
  border-radius: 10px;
  background: rgba(18, 31, 47, 0.6);
  padding: 8px 10px;
}

.post-advanced-toggle summary {
  cursor: pointer;
  color: #f0cc94;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
}

.post-advanced-toggle[open] summary {
  margin-bottom: 10px;
}

.profile-field .stack-fields input,
.profile-field .stack-fields select,
.profile-field .stack-fields textarea,
.profile-field input,
.profile-field select,
.profile-field textarea {
  width: 100%;
}

.profile-ad-form-wizard .profile-field input,
.profile-ad-form-wizard .profile-field select,
.profile-ad-form-wizard .profile-field textarea {
  border: 1px solid #5879a1;
  background-color: #253d5a;
  background-image: none;
  color: #f8fbff;
  border-radius: 9px;
}

.profile-ad-form-wizard .profile-field textarea {
  min-height: 110px;
}

.profile-ad-form-wizard .profile-field input::placeholder,
.profile-ad-form-wizard .profile-field textarea::placeholder {
  color: #b7c8dd;
}

.profile-ad-form-wizard .profile-field input:focus,
.profile-ad-form-wizard .profile-field select:focus,
.profile-ad-form-wizard .profile-field textarea:focus {
  border-color: #8fb0d9;
  box-shadow: 0 0 0 3px rgba(135, 177, 230, 0.26);
  background: rgba(236, 246, 255, 0.14);
}

.profile-ad-form-wizard .profile-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #253d5a;
  background-image:
    linear-gradient(45deg, transparent 50%, #f1c98d 50%),
    linear-gradient(135deg, #f1c98d 50%, transparent 50%);
  background-position:
    calc(100% - 16px) 52%,
    calc(100% - 11px) 52%;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.profile-ad-form-wizard .profile-field select option {
  background: #243a56;
  color: #f7fbff;
}

.upload-box {
  border: 1px dashed #6d8eb5;
  border-radius: 10px;
  background: rgba(49, 72, 101, 0.42);
  padding: 13px;
  display: grid;
  gap: 7px;
}

.upload-box input[type="file"] {
  border: 1px solid #6b89af;
  border-radius: 9px;
  background: rgba(238, 246, 255, 0.09);
  padding: 10px;
}

.upload-box input[type="file"]::file-selector-button {
  border: 1px solid rgba(223, 175, 98, 0.5);
  border-radius: 6px;
  background: rgba(223, 175, 98, 0.14);
  color: #f1d0a0;
  font-weight: 700;
  padding: 6px 10px;
  margin-right: 10px;
  cursor: pointer;
}

.upload-box-hint,
.upload-box-meta {
  margin-top: 7px;
  margin-bottom: 0;
  color: #c1d0e2;
  font-size: 12px;
}

.promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
}

.profile-ad-form-wizard .promotion-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promotion-card {
  border: 1px solid #587aa3;
  border-radius: 10px;
  background: rgba(40, 61, 87, 0.62);
  padding: 10px 11px;
  display: grid;
  gap: 6px;
  cursor: pointer;
}

.promotion-card input[type="radio"] {
  width: 16px;
  height: 16px;
  accent-color: #dfaf62;
}

.promotion-card:has(input:checked) {
  border-color: rgba(223, 175, 98, 0.78);
  background: linear-gradient(165deg, rgba(93, 72, 45, 0.56), rgba(46, 67, 93, 0.9));
}

.promotion-title {
  color: #f0d3a7;
  font-size: 15px;
  font-weight: 700;
}

.promotion-note {
  color: #d4e0ee;
  font-size: 13px;
  line-height: 1.4;
}

.promotion-price {
  color: #ffd79d;
  font-size: 13px;
  font-weight: 700;
}

.moderation-flow {
  border: 1px solid #5f7fa5;
  border-radius: 10px;
  padding: 12px;
  background: rgba(43, 64, 92, 0.58);
}

.approval-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
  color: #e4edf9;
  font-size: 14px;
}

.approval-steps li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 10px;
  border: 1px dashed rgba(96, 130, 167, 0.34);
  border-radius: 9px;
}

.approval-step-icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(223, 175, 98, 0.48);
  background: rgba(223, 175, 98, 0.14);
  color: #f4d29f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  margin-top: 1px;
}

.approval-step-icon svg {
  width: 12px;
  height: 12px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.empty-state {
  border-radius: 10px;
  border: 1px dashed #476182;
  padding: 14px;
  text-align: center;
  color: #afbfce;
}

.home-layout .content {
  display: grid;
  gap: 18px;
}

.home-section-card {
  border: 1px solid #314a67;
  border-radius: 14px;
  padding: 14px;
  background: linear-gradient(165deg, rgba(18, 33, 51, 0.96), rgba(11, 20, 33, 0.96));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
}

.premium-strip {
  margin-bottom: 0;
}

.home-section {
  margin-top: 0;
}

.home-section-vip {
  border-color: #5a3650;
  background:
    radial-gradient(circle at 12% 0, rgba(235, 139, 96, 0.22), transparent 40%),
    linear-gradient(165deg, rgba(47, 17, 38, 0.95), rgba(20, 15, 34, 0.96));
}

.home-section-mid {
  border-color: #34526f;
  background:
    radial-gradient(circle at 78% -4%, rgba(93, 136, 193, 0.24), transparent 36%),
    linear-gradient(165deg, rgba(18, 34, 53, 0.96), rgba(11, 21, 35, 0.96));
}

.home-section-mini {
  border-color: #30465f;
  background:
    radial-gradient(circle at 82% 10%, rgba(73, 121, 170, 0.18), transparent 34%),
    linear-gradient(165deg, rgba(16, 29, 45, 0.96), rgba(11, 20, 31, 0.96));
}

.home-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.home-section-title {
  display: grid;
  gap: 4px;
}

.home-section-title-vip {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 8px 10px;
}

.home-section-title-vip h2 {
  margin: 0;
}

.home-section-info {
  margin: 0;
  color: #d9b88b;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.home-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 2px;
  border: 0 !important;
  border-bottom: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #ffd6b0 !important;
  font-weight: 700;
  text-decoration: none;
}

.home-contact-link:hover {
  color: #fff0dc !important;
  background: transparent !important;
}

.home-contact-icon {
  font-size: 13px;
  line-height: 1;
  color: #f0bb7e;
}

.home-section-head h2,
.home-section-head h3 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 22px;
  color: #f3d39f;
  line-height: 1.14;
}

.home-section-count {
  color: #a9bcd2;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-section-head a {
  border: 1px solid rgba(223, 175, 98, 0.42);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #f2d3a0;
  background: rgba(13, 26, 42, 0.45);
  text-decoration: none;
}

.home-section-head a:hover {
  background: rgba(223, 175, 98, 0.18);
  color: #fff;
}

.home-section-vip .home-section-head a {
  border-color: rgba(243, 197, 151, 0.45);
  color: #ffd6b0;
  background: rgba(255, 207, 166, 0.08);
}

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

.premium-grid .card {
  border-color: #724362;
  background: linear-gradient(160deg, rgba(55, 18, 43, 0.94), rgba(30, 20, 48, 0.95));
}

.premium-grid .card:hover {
  border-color: rgba(243, 197, 151, 0.5);
}

.premium-grid .card-top {
  padding: 7px;
  background: linear-gradient(170deg, #5a1f43, #3a1f3c 54%, #241d34);
}

.premium-grid .card-info {
  padding: 8px;
  background: linear-gradient(175deg, #4d2241, #2f223d 55%, #241f33);
}

.premium-grid .card-name-line {
  border-bottom-color: #7f5672;
}

.premium-grid .card-name-line a {
  color: #ffd0a8;
}

.premium-grid .card-meta,
.premium-grid .price-table {
  border-bottom-color: #7f5672;
}

.premium-grid .card-phone {
  color: #ffd0a8;
  font-size: 16px;
}

.home-section-mid .home-section-head h2 {
  font-size: 20px;
}

.home-section-mini .home-section-head h2 {
  font-size: 18px;
}

.catalog-mid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 11px;
}

.catalog-mid .card-top {
  padding: 7px;
}

.catalog-mid .card-name-line a {
  font-size: 16px;
}

.catalog-mid .card-meta {
  font-size: 11px;
  gap: 6px 10px;
}

.catalog-mid .card-phone {
  font-size: 15px;
}

.catalog-mid .card-info {
  padding: 7px;
}

.catalog-mini {
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
  gap: 9px;
}

.catalog-mini .card-top {
  padding: 5px;
}

.catalog-mini .card-name-line a {
  font-size: 14px;
}

.catalog-mini .card-meta,
.catalog-mini .price-table {
  font-size: 11px;
}

.catalog-mini .card-info {
  padding: 6px;
}

.catalog-mini .card-phone {
  font-size: 13px;
}

.catalog-mini .vip-badge {
  font-size: 10px;
  padding: 4px 7px;
}

.detail-layout .sidebar {
  top: 16px;
}

.profile-detail {
  align-items: start;
}

.profile.profile-detail {
  grid-template-columns: minmax(330px, 410px) minmax(0, 1fr);
}

.profile-detail .profile-gallery {
  width: 100%;
  max-width: 410px;
}

.detail-main {
  padding: 14px;
}

.detail-title-wrap {
  margin-bottom: 10px;
}

.detail-heading-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
}

.detail-title-age {
  color: #c4d4e7;
  font-size: clamp(14px, 1.8vw, 17px);
  font-weight: 700;
}

.detail-inline-meta {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #b8c7d8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.detail-inline-item {
  white-space: nowrap;
}

.detail-inline-sep {
  color: #6e8299;
}

.detail-top-description {
  margin-top: 6px;
  margin-bottom: 0;
}

.detail-meta-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.detail-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.detail-tag {
  border: 1px solid #3a5778;
  border-radius: 8px;
  background: linear-gradient(175deg, rgba(12, 21, 33, 0.95), rgba(9, 17, 27, 0.95));
  color: #e8f2ff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.detail-tag-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid rgba(132, 156, 183, 0.55);
  background: rgba(149, 171, 196, 0.14);
  color: #d5e4f4;
  font-size: 10px;
  line-height: 1;
}

.detail-kv-grid {
  margin-bottom: 13px;
}

.detail-price-table {
  margin-bottom: 12px;
}

.detail-contact-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin-bottom: 12px;
}

.detail-contact-panel h2 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  color: #f3cf96;
  margin-bottom: 5px;
}

.detail-contact-top {
  margin-bottom: 12px;
}

.comment-form-wide {
  width: 100%;
}

.comment-form-wide textarea {
  min-height: 170px;
}

.detail-contact-panel p {
  color: #c9d6e5;
  font-size: 14px;
  margin-bottom: 8px;
}

.contacts-inline {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.contact-chip {
  border: 1px solid #4b6f92;
  border-radius: 8px;
  background: linear-gradient(175deg, rgba(22, 39, 61, 0.97), rgba(14, 28, 46, 0.97));
  color: #e8f2ff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  line-height: 1.1;
  min-height: 38px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.contact-chip:hover {
  border-color: #6e91b6;
  background: linear-gradient(175deg, rgba(28, 50, 78, 0.97), rgba(18, 36, 57, 0.97));
  transform: translateY(-1px);
}

.contact-chip.contact-chip-phone {
  font-size: 19px;
  color: #e8f2ff;
  border-color: #55789d;
  background: linear-gradient(175deg, rgba(24, 43, 67, 0.98), rgba(16, 31, 50, 0.98));
}

.contact-chip-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(132, 156, 183, 0.62);
  border-radius: 6px;
  background: rgba(149, 171, 196, 0.16);
  color: #d5e4f4;
  font-size: 12px;
  line-height: 1;
}

.detail-contact-top .title-icon {
  border-radius: 6px;
  border-color: rgba(132, 156, 183, 0.55);
  background: rgba(149, 171, 196, 0.14);
  color: #d5e4f4;
}

.badge.contact-chip {
  border-radius: 8px;
  border-color: #546f8c;
  background: linear-gradient(175deg, rgba(24, 41, 61, 0.97), rgba(17, 31, 48, 0.97));
  color: #e8f2ff;
}

.contact-action {
  cursor: pointer;
}

.contact-chip-whatsapp {
  border-color: #2f9160;
  background: linear-gradient(175deg, #1f7e4f, #17613d);
  color: #f4fff8;
}

.contact-chip-whatsapp:hover {
  border-color: #43ae77;
  background: linear-gradient(175deg, #24945d, #1c7248);
  color: #ffffff;
}

.contact-chip-telegram {
  border-color: #2f7eaa;
  background: linear-gradient(175deg, #256d9a, #1d5a80);
  color: #f3fbff;
}

.contact-chip-telegram:hover {
  border-color: #439ad0;
  background: linear-gradient(175deg, #2b81b7, #236890);
  color: #ffffff;
}

.contact-chip-icon-brand {
  border-color: rgba(236, 247, 255, 0.45);
  background: rgba(10, 26, 40, 0.24);
  color: #ffffff;
}

.contact-icon-svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-icon-brand-svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  stroke: none;
}

.detail-trust-box {
  border: 1px solid #31506f;
  border-radius: 11px;
  padding: 11px;
  margin-top: 12px;
  background: rgba(13, 25, 39, 0.75);
}

.detail-trust-box h2 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 18px;
  color: #f2cf97;
  margin-bottom: 8px;
}

.detail-mobile-nav {
  display: none;
}

.detail-nav-btn {
  border-bottom: 0;
}

.detail-nav-btn.is-disabled {
  pointer-events: none;
  opacity: 0.55;
}

@keyframes verifyIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes verifyPulse {
  0%,
  100% { box-shadow: 0 0 0 0 rgba(100, 199, 143, 0.2); }
  50% { box-shadow: 0 0 0 5px rgba(100, 199, 143, 0.02); }
}

@media (prefers-reduced-motion: reduce) {
  .detail-top-verify .verify-tag,
  .verify-tag.ok {
    animation: none !important;
  }
}

.site-footer {
  margin-top: auto;
  border-top: 1px solid #253347;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(175deg, rgba(16, 27, 42, 0.92), rgba(9, 14, 23, 0.98));
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
  padding: 18px 16px 14px;
}

.footer-col h3 {
  font-family: "Cinzel", Georgia, serif;
  color: var(--gold-strong);
  font-size: 20px;
  margin-bottom: 8px;
}

.footer-col h4 {
  color: #f2f5f8;
  font-size: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-col p {
  color: #b4c1d0;
  font-size: 14px;
}

.footer-col li {
  margin-bottom: 6px;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid #253347;
  padding: 10px 16px 14px;
}

.footer-bottom p {
  color: #8897aa;
  font-size: 13px;
}

.age-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 16px;
  background: rgba(3, 6, 10, 0.88);
  backdrop-filter: blur(2px);
}

.age-modal-box {
  width: min(580px, 100%);
  border-radius: 12px;
  border: 1px solid #34506d;
  background: linear-gradient(165deg, rgba(17, 30, 47, 0.98), rgba(12, 21, 34, 0.98));
  padding: 18px;
}

.age-modal-box h3 {
  font-family: "Cinzel", Georgia, serif;
  font-size: 22px;
  color: #f1cf98;
  margin-bottom: 10px;
}

.age-modal-box p {
  color: #d2dce8;
  margin-bottom: 12px;
}

@media (max-width: 1180px) {
  .sidebar {
    flex-basis: 275px;
    width: 275px;
  }

  .catalog {
    grid-template-columns: repeat(auto-fill, minmax(214px, 1fr));
  }

  .card-name-line a {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .layout {
    flex-direction: column;
  }

  .sidebar,
  .content {
    width: 100%;
    flex: 0 0 auto;
  }

  .sidebar {
    position: static;
  }

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

  .profile.profile-detail {
    grid-template-columns: 1fr;
  }

  .profile-gallery {
    max-width: 470px;
  }

  .profile-detail .profile-gallery {
    max-width: 470px;
  }

  .header-menu {
    justify-content: flex-start;
  }

  .header-actions {
    align-items: flex-start;
  }

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

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

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

@media (max-width: 860px) {
  .detail-layout {
    display: block;
  }

  .detail-layout .sidebar {
    display: none;
  }

  .detail-layout .content {
    width: 100%;
    padding-bottom: 92px;
  }

  .detail-mobile-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #355071;
    background: rgba(8, 14, 23, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
  }

  .detail-mobile-nav .btn {
    width: 100%;
    min-height: 44px;
  }

  .header-top {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .header-actions {
    width: auto;
    align-items: flex-end;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .header-actions-top {
    justify-content: flex-end;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .lang-mobile {
    display: inline-flex;
  }

  .lang-desktop {
    display: none;
  }

  .header-menu {
    display: none;
  }

  .hamburger-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .lang-menu {
    right: 0;
  }

  .top-nav {
    display: none;
  }

  .mobile-drawer-overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1300;
    opacity: 0;
    pointer-events: none;
    background: rgba(4, 7, 12, 0.62);
    transition: opacity 0.24s ease;
  }

  .mobile-drawer {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: min(86vw, 340px);
    height: 100vh;
    z-index: 1310;
    padding: 14px 12px 18px;
    border-left: 1px solid #2f4867;
    background: linear-gradient(175deg, rgba(15, 26, 41, 0.98), rgba(9, 17, 28, 0.98));
    box-shadow: -18px 0 38px rgba(0, 0, 0, 0.45);
    transform: translateX(105%);
    transition: transform 0.24s ease;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }

  body.drawer-open {
    overflow: hidden;
  }

  body.drawer-open .mobile-drawer-overlay {
    opacity: 1;
    pointer-events: auto;
  }

  body.drawer-open .mobile-drawer {
    transform: translateX(0);
  }

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

  .services,
  .feedback-grid {
    grid-template-columns: 1fr;
  }

  .profile-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .profile-metric-grid {
    grid-template-columns: 1fr 1fr;
  }

  .profile-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .auth-card-modern {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .wrapper {
    width: min(1260px, 100% - 20px);
  }

  .listing-intro-stats {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-actions {
    grid-template-columns: 1fr;
  }

  .catalog {
    grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
  }

  .card-phone {
    font-size: 17px;
  }

  .home-section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-section-head h2,
  .home-section-head h3 {
    font-size: 20px;
  }

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

  .catalog-mid,
  .catalog-mini {
    grid-template-columns: 1fr;
  }

  .profile-check-grid {
    grid-template-columns: 1fr;
  }

  .profile-metric-grid {
    grid-template-columns: 1fr;
  }

  .post-core-grid,
  .post-card-grid,
  .service-chip-grid,
  .profile-ad-form-wizard .promotion-grid {
    grid-template-columns: 1fr;
  }

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

  .option-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .option-static-value {
    justify-self: start;
    text-align: left;
  }

  .option-time-grid {
    grid-template-columns: 1fr;
  }

  .profile-step-tabs {
    grid-template-columns: 1fr;
  }

  .main-info {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
  }

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

@media (max-width: 520px) {
  .logo .title {
    font-size: 30px;
  }

  .header-action-link {
    padding: 5px 10px;
  }

  .lang-current-btn {
    width: 34px;
    height: 34px;
  }

  .lang-flag {
    font-size: 14px;
  }

  .photo-zoom-trigger {
    top: 12px;
    right: 12px;
    font-size: 11px;
    padding: 5px 8px;
  }

  .detail-video-hero-badge {
    top: 12px;
    left: 12px;
    font-size: 11px;
    padding: 6px 10px;
  }

  .photo-modal-dialog {
    max-width: 96vw;
    max-height: 88vh;
    padding: 8px 44px 32px;
  }

  .video-modal-dialog {
    width: 96vw;
    padding: 42px 10px 10px;
  }

  .video-modal-player {
    max-height: 72vh;
  }

  .photo-modal-stage {
    max-height: calc(88vh - 40px);
  }

  .photo-modal-image {
    max-height: 76vh;
  }

  .photo-modal-nav {
    width: 40px;
    height: 56px;
    font-size: 28px;
  }

  .photo-modal-counter {
    bottom: 4px;
  }

  .catalog,
  .similar-listings .catalog {
    grid-template-columns: 1fr;
  }

  .card-thumbs {
    flex-basis: 18px;
  }

  .card-thumbs span {
    width: 18px;
    height: 22px;
    font-size: 11px;
  }

  .profile-gallery {
    max-width: 100%;
  }

  .profile-price th,
  .profile-price td {
    padding: 7px 6px;
    font-size: 13px;
  }

  .contacts {
    padding: 9px;
  }

  .contacts .phone {
    font-size: 22px;
  }

  .auth-title {
    font-size: 22px;
  }

  .auth-form-title {
    font-size: 19px;
  }
}

/* Detail report modal + captcha layout fixes (active asset file) */
body.report-modal-open {
  overflow: hidden;
}

.detail-report-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  width: auto !important;
  min-height: 0 !important;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  color: #d9b0b6;
  padding: 0;
  font-weight: 700;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}

.detail-report-link:hover {
  color: #f6d1d6;
  background: transparent;
}

.detail-report-link-icon {
  font-size: 12px;
  line-height: 1;
}

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 2250;
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.report-modal.open {
  display: flex !important;
}

.report-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 11, 19, 0.85);
}

.report-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  border: 1px solid #456489;
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(16, 29, 46, 0.98), rgba(11, 20, 33, 0.98));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.46);
  padding: 16px;
}

.report-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #5d7897;
  border-radius: 8px;
  background: rgba(17, 32, 50, 0.94);
  color: #e8f2ff;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.report-modal form {
  display: grid;
  gap: 10px;
}

.report-modal label {
  display: grid;
  gap: 6px;
}

.report-modal label > span {
  color: #d7e3f2;
  font-size: 13px;
  font-weight: 700;
}

.report-modal select,
.report-modal textarea {
  border: 1px solid #3f5d80;
  border-radius: 8px;
  background: linear-gradient(180deg, #182a41, #122133);
  color: #ecf4ff;
  padding: 10px 12px;
}

.report-modal select:focus,
.report-modal textarea:focus {
  outline: none;
  border-color: #6e95c1;
  box-shadow: 0 0 0 3px rgba(96, 143, 196, 0.2);
}

.form-row-captcha {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
}

.captcha-visual {
  border: 1px solid #5e84af;
  border-radius: 10px;
  background:
    radial-gradient(circle at 14% 12%, rgba(223, 175, 98, 0.2), transparent 40%),
    linear-gradient(170deg, rgba(17, 31, 49, 0.97), rgba(10, 20, 33, 0.98));
  color: #e6f0fb;
  padding: 8px 11px 10px;
  display: grid;
  gap: 6px;
  min-height: 70px;
}

.captcha-visual-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a6c0de;
}

.captcha-visual-equation {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.captcha-visual-digit {
  min-width: 34px;
  height: 32px;
  border: 1px solid #7394bc;
  border-radius: 8px;
  background: rgba(9, 20, 33, 0.72);
  color: #ffe1b8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.captcha-visual-op,
.captcha-visual-eq {
  color: #c6d9ee;
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.captcha-visual-code {
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: #ffd79f;
  letter-spacing: 0.08em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}

#commentCaptchaInput {
  width: 100%;
  max-width: none;
  min-width: 0;
  min-height: 70px;
}

@media (max-width: 700px) {
  .home-section-title-vip {
    flex-wrap: wrap;
  }

  .home-section-info {
    white-space: normal;
    font-size: 15px;
  }

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

  #commentCaptchaInput {
    max-width: 100%;
    min-width: 0;
  }
}

.error404-theme1-page {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 16px;
  border: 1px solid #2e4a68;
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 204, 144, 0.24), transparent 30%),
    radial-gradient(circle at 92% 86%, rgba(110, 167, 231, 0.24), transparent 32%),
    linear-gradient(145deg, #0e1f33, #132b44 48%, #0d1b2b);
  box-shadow: 0 28px 60px rgba(3, 10, 20, 0.44);
  padding: clamp(22px, 3.2vw, 42px);
  color: #eef6ff;
}

.error404-theme1-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(-33deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 44px);
  opacity: 0.42;
}

.error404-theme1-hero,
.error404-theme1-actions {
  position: relative;
  z-index: 1;
}

.error404-theme1-badge {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 232, 202, 0.5);
  border-radius: 999px;
  background: rgba(255, 232, 202, 0.14);
  color: #ffe3ba;
  font-size: 12px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
}

.error404-theme1-code {
  margin: 12px 0 6px;
  font-family: "Merriweather", serif;
  font-size: clamp(56px, 9vw, 132px);
  line-height: 0.88;
  color: #fff7e8;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.46);
}

.error404-theme1-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #f2f8ff;
  font-family: "Merriweather", serif;
  font-size: clamp(28px, 4.2vw, 54px);
  line-height: 1.03;
}

.error404-theme1-desc {
  margin: 12px 0 0;
  max-width: 760px;
  color: #bed0e6;
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.45;
}

.error404-theme1-path {
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: #d9e5f4;
  font-size: 14px;
}

.error404-theme1-path code {
  background: rgba(9, 20, 32, 0.62);
  border: 1px solid rgba(130, 167, 203, 0.45);
  border-radius: 10px;
  color: #f1f7ff;
  font-family: "JetBrains Mono", "Consolas", monospace;
  font-size: 13px;
  padding: 7px 10px;
}

.error404-theme1-note {
  margin: 12px 0 0;
  max-width: 700px;
  color: #ffd0be;
  font-size: 14px;
}

.error404-theme1-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.error404-theme1-btn {
  border: 1px solid rgba(145, 186, 226, 0.4);
  border-radius: 12px;
  background: rgba(12, 35, 56, 0.7);
  color: #deecfb;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 11px 16px;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.error404-theme1-btn.is-primary {
  border-color: #ffd4a0;
  background: linear-gradient(135deg, #ffd8ae, #ffb978);
  color: #2f1f10;
}

.error404-theme1-btn:hover {
  transform: translateY(-2px);
  border-color: #fff4dd;
}

.error404-theme1-link {
  margin-left: 4px;
  color: #ffd9ad;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 217, 173, 0.56);
}

.error404-theme1-link:hover {
  color: #fff1dc;
  border-bottom-color: #fff1dc;
}

@media (max-width: 780px) {
  .error404-theme1-page {
    padding: 20px;
    border-radius: 18px;
  }

  .error404-theme1-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .error404-theme1-btn,
  .error404-theme1-link {
    text-align: center;
  }

  .error404-theme1-link {
    margin-left: 0;
    margin-top: 2px;
    border-bottom: 0;
  }
}
