.profile-view-v2-page {
  margin: 0;
  background: #ffffff;
}

.profile-view-v2-page #main-content {
  color: #1f2937;
}

.profile-view-v2-page #main-content a {
  color: inherit;
}

.profile-v2-preview-open {
  overflow: hidden;
}

.profile-v2-shell {
  width: 100%;
  margin: 0 auto;
}

.profile-v2-admin-bar {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.9rem;
}

.profile-v2-admin-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 116, 144, 0.18);
  background: rgba(255, 255, 255, 0.94);
  color: #0f766e;
  text-decoration: none;
  font-weight: 700;
}

.profile-v2-main {
  padding-bottom: 2.4rem;
}

.profile-v2-hero-shell {
  padding-top: 0.5rem;
}

.profile-v2-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 0.8rem;
  align-items: stretch;
}

.profile-v2-hero-media,
.profile-v2-copy,
.profile-v2-story-card,
.profile-v2-rates-card,
.profile-v2-faq-card,
.profile-v2-side-card,
.profile-v2-report-card {
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top left, rgba(186, 230, 253, 0.26), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 251, 255, 0.96) 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}

.profile-v2-copy {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}

.profile-v2-hero-media {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0.65rem;
  position: relative;
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at top left, rgba(186, 230, 253, 0.26), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 251, 255, 0.96) 100%);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(8px);
}

.profile-v2-hero-image-wrap,
.profile-v2-hero-thumb {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.profile-v2-hero-image-wrap {
  border-radius: 1.3rem;
  overflow: hidden;
}

.profile-v2-hero-nav {
  position: absolute;
  top: calc(50% - 2.2rem);
  z-index: 3;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.58);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
}

.profile-v2-hero-nav span {
  font-size: 1.55rem;
  line-height: 1;
}

.profile-v2-hero-nav-prev {
  left: 1.35rem;
}

.profile-v2-hero-nav-next {
  right: 1.35rem;
}

.profile-v2-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3.2;
  max-height: 430px;
  object-fit: cover;
  background: #e2e8f0;
}

.profile-v2-hero-rating {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.35rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.92);
  color: #0f172a !important;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(10px);
}

.profile-v2-hero-rating strong {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
}

.profile-v2-hero-rating-stars {
  display: inline-flex;
  gap: 0.06rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1;
}

.profile-v2-hero-rating-stars .is-active {
  color: #f59e0b;
}

.profile-v2-hero-rating-count {
  color: #475569;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
}

.profile-v2-hero-thumb-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 64px));
  gap: 0.45rem;
  justify-content: flex-start;
}

.profile-v2-hero-thumb {
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0.72;
  transition: opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-v2-hero-thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.profile-v2-hero-thumb-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
  background: #e2e8f0;
}

.profile-v2-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, transparent 36%),
    radial-gradient(circle at bottom right, rgba(186, 230, 253, 0.28), transparent 28%);
  pointer-events: none;
}

.profile-v2-meta-row,
.profile-v2-related-list,
.profile-v2-faq-list {
  position: relative;
  z-index: 1;
}

.profile-v2-meta-link {
  color: #0f766e;
  text-decoration: none;
  font-weight: 700;
}

.profile-v2-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.65rem;
  font-size: clamp(1.8rem, 3.2vw, 2.85rem);
  line-height: 1.04;
  color: #111827;
}

.profile-v2-story-copy,
.profile-v2-related-copy,
.profile-v2-faq-answer,
.profile-v2-report-card p,
.profile-view-v2-page #main-content .archive-disclaimer-copy {
  color: #475569;
  line-height: 1.8;
}

.profile-v2-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.profile-v2-info-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.profile-v2-info-card {
  min-width: 0;
  padding: 0.82rem 0.92rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.profile-v2-info-label {
  display: block;
  margin-bottom: 0.32rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f766e;
}

.profile-v2-info-value {
  display: block;
  font-size: 1rem;
  line-height: 1.35;
  color: #111827;
}

.profile-v2-meta-row {
  margin-top: 0.7rem;
}

.profile-v2-hero-contact {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 0.8rem;
}

.profile-v2-hero-contact-btn {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-height: 4rem;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #fff !important;
  box-shadow: 0 20px 38px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
}

.profile-v2-hero-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.profile-v2-hero-contact-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.profile-v2-hero-contact-text {
  min-width: 0;
}

.profile-v2-hero-contact-text strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.15;
}

.profile-v2-hero-contact-text small {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.78rem;
  line-height: 1.2;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.profile-v2-hero-contact-btn-call {
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.96) 0%, rgba(17, 94, 89, 0.96) 100%);
}

.profile-v2-hero-contact-btn-chat {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.96) 0%, rgba(29, 78, 216, 0.96) 100%);
}

.profile-v2-hero-contact-btn-telegram {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.96) 0%, rgba(109, 40, 217, 0.96) 100%);
}

.profile-v2-section-title,
.profile-v2-side-title {
  margin: 0 0 0.7rem;
  font-size: 1.45rem;
  line-height: 1.15;
  color: #111827;
}

.profile-v2-main-shell {
  margin-top: 1.4rem;
}

.profile-v2-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 1.4rem;
  align-items: start;
}

.profile-v2-primary,
.profile-v2-sidebar {
  min-width: 0;
}

.profile-v2-story-card,
.profile-v2-rates-card,
.profile-v2-faq-card,
.profile-v2-reviews-card,
.profile-v2-report-card {
  padding: 1.3rem;
  margin-bottom: 1rem;
}

.profile-v2-rates-head,
.profile-v2-faq-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1rem;
}

.profile-v2-rates-table-wrap {
  overflow-x: auto;
  border-radius: 1.15rem;
  border: 1px solid rgba(14, 116, 144, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
}

.profile-v2-rates-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.profile-v2-rates-table th,
.profile-v2-rates-table td {
  padding: 0.95rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.profile-v2-rates-table thead th {
  background: rgba(224, 242, 254, 0.95);
  color: #0f766e;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.profile-v2-rates-table tbody th {
  color: #111827;
  font-weight: 700;
  white-space: nowrap;
}

.profile-v2-rates-table tbody td {
  color: #0f766e;
  font-weight: 700;
}

.profile-v2-rates-table tbody tr:last-child th,
.profile-v2-rates-table tbody tr:last-child td {
  border-bottom: 0;
}

.profile-v2-side-card {
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.profile-v2-share-link,
.profile-v2-related-link,
.profile-v2-report-link {
  text-decoration: none;
}

.profile-v2-share-link {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3rem;
  margin-top: 0.75rem;
  padding: 0.82rem 0.95rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.16);
  color: #0f172a;
  font-weight: 700;
}

.profile-v2-related-list {
  display: grid;
  gap: 0.9rem;
}

.profile-v2-related-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.8rem;
  padding: 0.75rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.profile-v2-related-media {
  display: block;
  border-radius: 0.85rem;
  overflow: hidden;
}

.profile-v2-related-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-v2-related-name {
  margin: 0 0 0.35rem;
  font-weight: 800;
  color: #111827;
}

.profile-v2-related-copy {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
}

.profile-v2-related-link {
  color: #0f766e;
  font-weight: 800;
}

.profile-v2-faq-list {
  display: grid;
  gap: 0.85rem;
}

.profile-v2-faq-item {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: #fff;
}

.profile-v2-faq-item summary {
  list-style: none;
  position: relative;
  cursor: pointer;
  padding: 1rem 3.2rem 1rem 1.1rem;
  font-weight: 800;
  color: #111827;
}

.profile-v2-faq-item summary::-webkit-details-marker {
  display: none;
}

.profile-v2-faq-item summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.15rem;
  width: 0.72rem;
  height: 0.72rem;
  border-right: 2px solid #0f766e;
  border-bottom: 2px solid #0f766e;
  transform: translateY(-62%) rotate(45deg);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.profile-v2-faq-item[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.profile-v2-faq-answer {
  padding: 0 1.1rem 1rem;
}

.profile-v2-faq-answer ul {
  padding-left: 1.1rem;
}

.profile-v2-booking-link,
.profile-v2-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  background: #0f766e;
  color: #fff !important;
  font-weight: 800;
}

.profile-v2-report-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.profile-v2-reviews-head {
  display: block;
  margin-bottom: 1rem;
}

.profile-v2-reviews-copy {
  margin: 0.22rem 0 0;
  color: #475569;
  font-size: 1rem;
}

.profile-v2-review-alert {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.profile-v2-review-alert-success {
  border: 1px solid rgba(22, 163, 74, 0.16);
  background: #f0fdf4;
  color: #166534;
}

.profile-v2-review-alert-error {
  border: 1px solid rgba(220, 38, 38, 0.16);
  background: #fef2f2;
  color: #991b1b;
}

.profile-v2-reviews-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 1.25rem;
  align-items: center;
  padding: 1.45rem 1.6rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
}

.profile-v2-reviews-meter {
  display: grid;
  gap: 1rem;
}

.profile-v2-reviews-meter-row {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

.profile-v2-reviews-meter-label {
  color: #475569;
  font-size: 0.95rem;
}

.profile-v2-reviews-meter-track {
  position: relative;
  height: 0.78rem;
  border-radius: 999px;
  background: #e8edf5;
  overflow: hidden;
}

.profile-v2-reviews-meter-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #87d8fb 0%, #38bdf8 100%);
}

.profile-v2-reviews-score {
  text-align: center;
}

.profile-v2-reviews-score strong {
  display: block;
  color: #111827;
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 400;
  line-height: 0.95;
}

.profile-v2-reviews-score-stars {
  display: inline-flex;
  gap: 0.15rem;
  margin-top: 0.55rem;
  color: #d5dbe5;
  font-size: 1.7rem;
}

.profile-v2-reviews-score-stars .is-active {
  color: #f59e0b;
}

.profile-v2-reviews-score span {
  display: block;
  margin-top: 0.45rem;
  color: #475569;
  font-size: 0.95rem;
}

.profile-v2-reviews-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.6rem 0;
}

.profile-v2-review-open-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-height: 3.5rem;
  padding: 0.9rem 1.65rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #bfe9fb 0%, #9fddfb 100%);
  color: #075985;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
}

.profile-v2-review-open-btn span[aria-hidden="true"] {
  font-size: 1.25rem;
  line-height: 1;
}

.profile-v2-reviews-sort {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.profile-v2-reviews-sort::after {
  content: "";
  position: absolute;
  right: 1.15rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #0f172a;
  border-bottom: 2px solid #0f172a;
  transform: translateY(-20%) rotate(45deg);
  pointer-events: none;
}

.profile-v2-reviews-sort select {
  min-width: 16rem;
  min-height: 3.4rem;
  padding: 0.8rem 3rem 0.8rem 1.15rem;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  appearance: none;
  cursor: pointer;
}

.profile-v2-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.profile-v2-reviews-list-card {
  margin-top: 1.1rem;
  padding: 1.25rem 1.45rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 1.55rem;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.05);
}

.profile-v2-reviews-list {
  display: grid;
  gap: 0.95rem;
}

.profile-v2-review-item,
.profile-v2-review-form {
  border-radius: 1.3rem;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: #ffffff;
}

.profile-v2-review-item {
  padding: 1.15rem 1.2rem;
}

.profile-v2-review-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.7rem;
  align-items: start;
  margin-bottom: 0.7rem;
}

.profile-v2-review-name {
  margin: 0;
  color: #111827;
  font-size: 1rem;
}

.profile-v2-review-date {
  margin: 0.18rem 0 0;
  color: #94a3b8;
  font-size: 0.8rem;
}

.profile-v2-review-stars {
  color: #f59e0b;
  font-size: 1.15rem;
  letter-spacing: 0.08em;
}

.profile-v2-review-text {
  margin: 0;
  color: #475569;
  line-height: 1.75;
}

.profile-v2-reviews-empty {
  padding: 1.05rem 0.2rem;
  color: #475569;
}

.profile-v2-review-form {
  padding: 1rem;
}

.profile-v2-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.profile-v2-review-field {
  margin-bottom: 0.85rem;
}

.profile-v2-review-field label {
  display: block;
  margin-bottom: 0.38rem;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 700;
}

.profile-v2-review-field input,
.profile-v2-review-field select,
.profile-v2-review-field textarea {
  width: 100%;
  min-height: 2.9rem;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 0.95rem;
  background: #ffffff;
  color: #0f172a;
}

.profile-v2-review-field textarea {
  min-height: 8rem;
  resize: vertical;
}

.profile-v2-star-picker {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 0.28rem;
  align-items: center;
}

.profile-v2-star-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.profile-v2-star-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  color: #cbd5e1;
  font-size: 3rem !important;
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.profile-v2-star-label:hover,
.profile-v2-star-label:hover ~ .profile-v2-star-label,
.profile-v2-star-input:checked ~ .profile-v2-star-label {
  color: #f59e0b;
}

.profile-v2-star-input:focus-visible + .profile-v2-star-label {
  outline: 2px solid rgba(14, 165, 233, 0.2);
  outline-offset: 0.15rem;
  border-radius: 0.25rem;
}

.profile-v2-review-field input:focus,
.profile-v2-review-field select:focus,
.profile-v2-review-field textarea:focus {
  outline: 2px solid rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.34);
}

.profile-v2-review-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.8rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f766e 0%, #115e59 100%);
  color: #ffffff;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(15, 118, 110, 0.18);
}

.profile-v2-info-dialog-review {
  width: min(100% - 2rem, 640px);
}

.profile-v2-review-form-modal {
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.profile-v2-review-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.profile-v2-report-link {
  border: 0;
  background: #0f766e;
  cursor: pointer;
}

.profile-v2-report-link-secondary {
  background: #0f172a;
}

.profile-v2-info-modal[hidden] {
  display: none;
}

.profile-v2-info-modal {
  position: fixed;
  inset: 0;
  z-index: 1080;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
}

.profile-v2-info-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.72);
}

.profile-v2-info-dialog {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 560px);
  margin: auto 0;
  top: auto;
  transform: none;
  max-height: calc(100vh - 2rem);
  border: 1px solid rgba(14, 116, 144, 0.12);
  border-radius: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(186, 230, 253, 0.3), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
  overflow: hidden;
}

.profile-v2-info-close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
}

.profile-v2-info-body {
  padding: 1.35rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}

.profile-v2-info-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0f766e;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.profile-v2-info-title {
  margin: 0.85rem 0 0.65rem;
  color: #111827;
  font-size: 1.3rem;
  line-height: 1.2;
}

.profile-v2-info-copy,
.profile-v2-info-list {
  color: #475569;
}

.profile-v2-info-list {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  line-height: 1.75;
}

.profile-v2-info-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0.78rem 1.05rem;
  border-radius: 999px;
  background: #0f766e;
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

body.profile-v2-modal-open {
  overflow: hidden;
}

.profile-view-v2-page #main-content .archive-disclaimer {
  margin-top: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(185, 28, 28, 0.25);
  border-radius: 1rem;
  background: #fff8f8;
  box-shadow: none;
}

.profile-view-v2-page #main-content .archive-disclaimer-title {
  margin: 0 0 1rem;
  color: #b91c1c;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
}

.profile-view-v2-page #main-content .archive-disclaimer-copy {
  margin: 0 0 0.5rem;
  color: #475569;
  line-height: 1.75;
}

.profile-view-v2-page #main-content .archive-disclaimer-copy-last {
  margin-bottom: 0;
}

.profile-v2-preview-modal[hidden] {
  display: none;
}

.profile-v2-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.profile-v2-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.78);
}

.profile-v2-preview-dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, calc(var(--shell-profile-max, 1100px) + 2rem));
  max-height: calc(100vh - 2rem);
  margin: auto;
  padding: 0;
}

.profile-v2-preview-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.7rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.78);
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
}

.profile-v2-preview-close:hover,
.profile-v2-preview-close:focus-visible {
  background: rgba(15, 23, 42, 0.92);
}

.profile-v2-preview-close span {
  display: block;
  transform: translateY(-1px);
}

.profile-v2-preview-body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, var(--shell-profile-max, 1100px));
  max-height: calc(100vh - 2rem);
}

.profile-v2-preview-image {
  max-width: 100%;
  max-height: calc(100vh - 2rem);
  object-fit: contain;
}

@media (max-width: 991.98px) {
  .profile-v2-hero,
  .profile-v2-layout,
  .profile-v2-reviews-overview {
    grid-template-columns: 1fr;
  }

  .profile-v2-hero-thumb-row {
    grid-template-columns: repeat(4, minmax(0, 56px));
    justify-content: flex-start;
  }

  .profile-v2-hero-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-v2-reviews-score {
    padding-top: 0.25rem;
  }
}

@media (max-width: 575.98px) {
  .profile-v2-shell {
    width: 100%;
  }

  .profile-v2-copy,
  .profile-v2-hero-media,
  .profile-v2-story-card,
  .profile-v2-rates-card,
  .profile-v2-faq-card,
  .profile-v2-side-card,
  .profile-v2-report-card,
  .profile-view-v2-page #main-content .archive-disclaimer {
    border-radius: 1.2rem;
  }

  .profile-v2-copy,
  .profile-v2-hero-media,
  .profile-v2-story-card,
  .profile-v2-rates-card,
  .profile-v2-faq-card,
  .profile-v2-side-card,
  .profile-v2-report-card {
    padding: 1rem;
  }

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

  .profile-v2-title {
    font-size: 1.85rem;
  }

  .profile-v2-hero-thumb-row {
    grid-template-columns: repeat(4, minmax(0, 50px));
    gap: 0.4rem;
    justify-content: flex-start;
  }

  .profile-v2-hero-rating {
    top: 0.75rem;
    right: 0.75rem;
    gap: 0.32rem;
    min-height: 2.1rem;
    padding: 0.45rem 0.7rem;
  }

  .profile-v2-hero-rating strong {
    font-size: 0.92rem;
  }

  .profile-v2-hero-rating-stars {
    font-size: 0.82rem;
  }

  .profile-v2-hero-rating-count {
    font-size: 0.78rem;
  }

  .profile-v2-hero-contact {
    gap: 0.6rem;
  }

  .profile-v2-hero-contact-btn {
    grid-template-columns: 2.2rem minmax(0, 1fr);
    min-height: 3.35rem;
    padding: 0.72rem 0.8rem;
    border-radius: 1rem;
  }

  .profile-v2-hero-contact-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .profile-v2-hero-contact-text strong {
    font-size: 0.88rem;
  }

  .profile-v2-hero-contact-text small {
    font-size: 0.72rem;
  }

  .profile-v2-info-dialog {
    width: min(100% - 1rem, 560px);
    margin: auto 0;
    top: auto;
    transform: none;
    max-height: calc(100vh - 1rem);
  }

  .profile-v2-info-body {
    padding: 1.05rem;
    max-height: calc(100vh - 1rem);
  }

  .profile-v2-report-actions {
    flex-direction: column;
  }

  .profile-v2-reviews-overview,
  .profile-v2-reviews-toolbar,
  .profile-v2-reviews-list-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .profile-v2-reviews-meter-row {
    gap: 0.7rem;
  }

  .profile-v2-review-open-btn,
  .profile-v2-reviews-sort,
  .profile-v2-reviews-sort select {
    width: 100%;
  }

  .profile-v2-reviews-sort select {
    min-width: 0;
  }

  .profile-v2-review-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
