      @import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&family=PT+Sans:wght@400;700&display=swap");

      :root {
        --bg: #f8f8f8;
        --ink: #5c4742;
        --ink-soft: #a5978b;
        --ink-dark: #474747;
        --surface: #eeeae6;
        --surface-plain: #f8f8f8;
        --teal: #1f5b5b;
        --orange: #e95f33;
        --brown: #432818;
        --white: #ffffff;
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        color: var(--ink);
        background: var(--bg);
        font-family: "PT Sans", sans-serif;
      }

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

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

      .page {
        width: min(1440px, 100%);
        margin: 0 auto;
        padding-bottom: 40px;
      }

      .container {
        width: min(1400px, calc(100% - 40px));
        margin: 0 auto;
      }

      .section-gap {
        margin-top: 160px;
      }

      .not-found {
        margin-top: 70px;
      }

      .not-found-panel {
        min-height: 520px;
        border-radius: 28px;
        background: var(--surface);
        display: grid;
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 40px;
        align-items: center;
        padding: 64px;
        overflow: hidden;
      }

      .not-found-content {
        max-width: 640px;
      }

      .not-found-code {
        width: max-content;
        border-radius: 999px;
        background: var(--orange);
        color: var(--white);
        padding: 8px 18px;
        font: 700 20px/1 "Comfortaa", sans-serif;
        margin-bottom: 26px;
      }

      .not-found h1 {
        margin: 0;
        color: var(--teal);
        font: 700 56px/1.12 "Comfortaa", sans-serif;
      }

      .not-found p {
        max-width: 520px;
        margin: 22px 0 0;
        color: var(--ink);
        font: 400 22px/1.45 "PT Sans", sans-serif;
      }

      .not-found-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 34px;
      }

      .not-found-primary,
      .not-found-secondary {
        min-height: 48px;
        border-radius: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 22px;
        text-decoration: none;
        font: 700 16px/1.2 "PT Sans", sans-serif;
      }

      .not-found-primary {
        background: var(--orange);
        color: var(--white);
      }

      .not-found-secondary {
        background: var(--white);
        color: var(--teal);
      }

      .not-found-visual {
        min-height: 340px;
        border-radius: 24px;
        background: var(--teal);
        color: var(--white);
        display: grid;
        align-content: center;
        justify-items: center;
        gap: 30px;
        padding: 36px;
      }

      .not-found-mark {
        width: 132px;
        height: 132px;
        border-radius: 50%;
        background: var(--surface-plain);
        color: var(--orange);
        display: grid;
        place-items: center;
        font: 700 78px/1 "Comfortaa", sans-serif;
      }

      .not-found-lines {
        width: 100%;
        display: grid;
        gap: 14px;
      }

      .not-found-lines span {
        height: 12px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.28);
      }

      .not-found-lines span:nth-child(2) {
        width: 78%;
      }

      .not-found-lines span:nth-child(3) {
        width: 58%;
      }

      .header {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .header-logo {
        width: 165px;
        height: 62px;
        background: center / contain no-repeat url("../figma/I39_7421_22_1857.png");
      }

      .menu {
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
      }

      .mobile-menu-btn,
      .mobile-menu,
      .mobile-search-wrap,
      .mobile-search-row,
      .mobile-info-btn {
        display: none;
      }

      .menu-link,
      .menu-btn {
        border: 0;
        border-radius: 10px;
        min-width: 140px;
        height: 40px;
        display: inline-block;
        font: 400 14px/40px "PT Sans", sans-serif;
        color: var(--ink);
        background: var(--surface);
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
      }

      .menu-link.long {
        min-width: 180px;
      }

      .menu-link.large {
        min-width: 165px;
      }

      .menu-btn {
        min-width: 91px;
        color: #fff;
        background: var(--orange);
      }

      .menu-link:hover,
      .menu-link:focus-visible {
        background: var(--orange);
        color: #fff;
      }

      .menu-search {
        width: 100%;
        height: 40px;
        border: 0;
        border-radius: 10px;
        background: var(--surface);
        color: #969696;
        padding: 0 18px;
        font: 400 14px/40px "PT Sans", sans-serif;
      }

      .menu-search::placeholder {
        color: #969696;
      }

      .menu-search-wrap {
        width: 226px;
        position: relative;
      }

      .menu-search-dropdown {
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        border-radius: 12px;
        background: #f2efec;
        box-shadow: 0 8px 24px rgba(67, 40, 24, 0.12);
        border: 1px solid #e6ddd6;
        padding: 10px;
        z-index: 20;
        display: none;
      }

      .menu-search-dropdown.is-open {
        display: block;
      }

      .menu-search-meta {
        padding: 4px 6px 10px;
        font-size: 12px;
        line-height: 1.2;
        color: #9a8f84;
      }

      .menu-search-list {
        display: grid;
        gap: 8px;
      }

      .menu-search-item {
        display: grid;
        gap: 6px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #ece3dc;
        padding: 10px;
        text-decoration: none;
        color: var(--ink);
        transition: border-color 0.2s ease, transform 0.2s ease;
      }

      .menu-search-item:hover,
      .menu-search-item:focus-visible {
        border-color: rgba(233, 95, 51, 0.4);
        transform: translateY(-1px);
      }

      .menu-search-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
      }

      .menu-search-title {
        font: 400 15px/1.2 "Comfortaa", sans-serif;
        color: #4d3e38;
      }

      .menu-search-badge {
        height: 24px;
        border-radius: 30px;
        padding: 0 10px;
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        line-height: 1;
        color: #fff;
        background: var(--teal);
        white-space: nowrap;
      }

      .menu-search-subtitle {
        font-size: 12px;
        line-height: 1.25;
        color: #8a7d72;
      }

      .menu-search-mark {
        color: var(--orange);
        font-weight: 700;
      }

      .menu-more {
        position: absolute;
        top: 60px;
        right: 246px;
        width: 234px;
        border-radius: 10px;
        background: var(--surface);
        padding: 18px 24px;
        display: none;
        gap: 18px;
        font-size: 14px;
      }

      .menu-more.is-open {
        display: grid;
      }

      .menu-more a {
        color: var(--ink);
        text-decoration: none;
      }

      .menu-more a:hover,
      .menu-more a:focus-visible {
        color: var(--orange);
      }

      .menu-more a:last-child {
        color: var(--orange);
      }

      .hero {
        margin-top: 160px;
      }

      .hero-top {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
      }

      .hero-title {
        margin: 0;
        max-width: 1163px;
        font: 400 80px/0.94 "Comfortaa", sans-serif;
        letter-spacing: -0.02em;
        color: var(--ink);
      }

      .mark {
        border-bottom: 6px solid var(--orange);
      }

      .hero-arrows {
        width: 217px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 14px;
      }

      .arrow {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 0;
        cursor: pointer;
        color: #fff;
        background: var(--orange);
        font-size: 28px;
        line-height: 1;
      }

      .arrow.ghost {
        background: var(--surface);
        color: #d5d3d2;
      }

      .arrow.is-disabled {
        opacity: 0.45;
        pointer-events: none;
      }

      .category-grid {
        margin-top: 160px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
      }

      .category {
        height: 200px;
        border-radius: 10px;
        background: var(--surface);
        padding: 24px 16px 16px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
      }

      .category:hover {
        color: #fff;
        background: var(--teal);
      }

      .category.is-featured {
        color: #fff;
        background: var(--teal);
      }

      .category-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
      }

      .category-title {
        width: 180px;
        margin: 0;
        font: 400 18px/1 "Comfortaa", sans-serif;
      }

      .category-thumb {
        width: 98px;
        height: 64px;
        border-radius: 8px;
        object-fit: cover;
      }

      .tag {
        margin-top: auto;
        align-self: flex-start;
        height: 28px;
        border-radius: 30px;
        padding: 0 16px 0 8px;
        display: inline-flex;
        gap: 8px;
        align-items: center;
        background: #fff;
        color: #7a6761;
      }

      .tag span {
        width: 16px;
        height: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
      }

      .tag span::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--orange);
        display: block;
      }

      .tag small {
        font: 400 14px/1 "PT Sans", sans-serif;
        color: #7a6761;
      }

      .cat-arrow {
        margin-left: auto;
        margin-top: 10px;
        color: var(--orange);
        font: 400 60px/1 "PT Sans", sans-serif;
        opacity: 0;
        transition: opacity 0.2s ease;
      }

      .category:hover .cat-arrow {
        opacity: 1;
      }

      .category.is-featured .cat-arrow {
        opacity: 1;
      }

      .section-title {
        margin: 0;
        font: 400 56px/1 "Comfortaa", sans-serif;
        color: var(--ink);
      }

      .map {
        margin-top: 79px;
      }

      .map-filters {
        margin-top: 28px;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }

      .map-box {
        margin-top: 40px;
        height: 600px;
        border-radius: 10px;
        background: #d1d1d1;
      }

      .map-box-interactive {
        overflow: hidden;
        background: #f6f1eb;
      }

      .map-box-empty {
        display: grid;
        place-items: center;
        padding: 24px;
        color: var(--ink-soft);
        font-size: 16px;
        text-align: center;
      }

      .places-head {
        display: flex;
        justify-content: space-between;
        gap: 24px;
      }

      .places-head-tools {
        flex: 1 1 auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 16px 20px;
        margin-bottom: 28px;
      }

      .places-sub {
        margin-top: 32px;
        font: 400 32px/1 "Comfortaa", sans-serif;
        color: var(--ink-soft);
      }

      .filter-wrap {
        width: auto;
        max-width: 100%;
        display: grid;
        gap: 20px;
      }

      .filter-row {
        display: flex;
        gap: 20px;
        justify-content: flex-start;
      }

      .chip {
        height: 32px;
        padding: 0 26px;
        border: 0;
        border-radius: 6px;
        color: var(--ink);
        background: var(--surface);
        font: 400 14px/32px "PT Sans", sans-serif;
        cursor: pointer;
      }

      .chip.is-active {
        color: #fff;
        background: var(--orange);
      }

      .places-panel {
        margin-top: 64px;
        border-radius: 20px;
        background: var(--surface);
        padding: 40px 20px 32px;
      }

      .grid-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }

      .place-card {
        border-radius: 10px;
        background: var(--surface-plain);
        padding: 24px 16px 32px;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
      }

      .place-card:hover {
        color: #fff;
        background: var(--teal);
      }

      .photo {
        width: 100%;
        height: 280px;
        border-radius: 12px;
        object-fit: cover;
      }

      .tag-stack {
        position: absolute;
        top: 12px;
        left: 12px;
        display: grid;
        gap: 8px;
      }

      .photo-wrap {
        position: relative;
      }

      .tiny-chip {
        height: 33px;
        border-radius: 30px;
        background: #fff;
        color: var(--orange);
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
      }

      .tiny-chip b {
        font-weight: 400;
        font: 400 14px/1 "PT Sans", sans-serif;
        color: var(--orange);
        white-space: nowrap;
      }

      .place-meta {
        margin-top: 20px;
        font-size: 12px;
      }

      .info-i-btn {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 0;
        padding: 0;
        background: var(--orange);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font: 700 14px/1 "PT Sans", sans-serif;
        cursor: pointer;
        user-select: none;
        text-transform: lowercase;
      }

      .menu-info-btn,
      .mobile-info-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        font-size: 18px;
      }

      .mobile-info-btn {
        display: none;
      }

      .place-name {
        margin-top: 8px;
        font: 400 32px/1.05 "Comfortaa", sans-serif;
      }

      .stars {
        margin-top: 16px;
        color: var(--orange);
        letter-spacing: 4px;
        font-size: 28px;
      }

      .place-extra {
        margin-top: 20px;
        display: grid;
        gap: 12px;
        line-height: 1;
      }

      .place-extra div:first-child {
        font-size: 14px;
      }

      .place-extra div:not(:first-child) {
        font-size: 16px;
      }

      .place-arrow {
        margin-left: auto;
        margin-top: -36px;
        width: fit-content;
        color: var(--orange);
        font-size: 72px;
        line-height: 1;
        opacity: 0;
        transition: opacity 0.2s ease;
      }

      .place-card:hover .place-arrow,
      .event:hover .place-arrow,
      .article:hover .place-arrow {
        opacity: 1;
      }

      .mini-control {
        width: 40px;
        height: 40px;
        margin: 34px auto 0;
        border-radius: 8px;
        border: 0;
        color: #fff;
        background: var(--orange);
        font: 400 42px/1 "PT Sans", sans-serif;
        cursor: pointer;
      }

      .reviews {
        border-radius: 20px;
        background: var(--teal);
        color: #fff;
        padding: 80px 20px;
      }

      .reviews .section-title {
        color: #fff;
      }

      .reviews-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 20px;
      }

      .review-arrows {
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .reviews-actions {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      .review-widget-open {
        min-height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.36);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.12);
        color: #fff;
        font: 400 16px/1 "PT Sans", sans-serif;
        padding: 0 18px;
        cursor: pointer;
        transition:
          background-color 0.18s ease,
          border-color 0.18s ease,
          transform 0.18s ease;
      }

      .review-widget-open:hover {
        border-color: rgba(255, 255, 255, 0.68);
        background: rgba(255, 255, 255, 0.18);
        transform: translateY(-1px);
      }

      .review-carousel {
        position: relative;
      }

      .article-carousel {
        position: relative;
      }

      .review-carousel-viewport {
        margin-top: 80px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        cursor: grab;
        user-select: none;
      }

      .review-carousel-viewport::-webkit-scrollbar,
      .article-carousel-viewport::-webkit-scrollbar {
        display: none;
      }

      .review-carousel-viewport.is-dragging,
      .article-carousel-viewport.is-dragging {
        cursor: grabbing;
      }

      .review-carousel-viewport.is-dragging a,
      .article-carousel-viewport.is-dragging a {
        pointer-events: none;
      }

      @media (pointer: coarse), (max-width: 767px) {
        .review-carousel-viewport {
          cursor: auto;
          user-select: auto;
        }
      }

      .review-grid.review-carousel-track {
        margin-top: 0;
        display: flex;
        gap: 20px;
        padding-bottom: 18px;
      }

      .review-grid.review-carousel-track .review {
        flex: 0 0 clamp(360px, calc((100% - 40px) / 3), 560px);
      }

      .review-grid {
        margin-top: 80px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }

      .review {
        border-radius: 20px;
        background: var(--surface);
        color: var(--ink);
        padding: 28px;
        min-height: 430px;
        display: grid;
        grid-template-rows: auto 1fr auto;
        gap: 28px;
      }

      .review-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
      }

      .review-source {
        color: #d6d1cd;
        font: 700 22px/1 "Comfortaa", sans-serif;
      }

      .stars {
        margin-top: 0;
        color: var(--orange);
        background: transparent;
        padding: 0;
        letter-spacing: 1px;
        font-size: 28px;
        line-height: 1;
        white-space: nowrap;
      }

      .review-text {
        margin: 0;
        align-self: center;
        font-size: 22px;
        line-height: 1.25;
        color: #3b302c;
      }

      .review-author-row {
        display: flex;
        align-items: center;
        gap: 18px;
      }

      .review-avatar {
        width: 86px;
        height: 86px;
        border-radius: 18px;
        background: #f2f0ef;
        color: #d6d1cd;
        display: grid;
        place-items: center;
        font: 700 34px/1 "Comfortaa", sans-serif;
        text-transform: uppercase;
      }

      .review-user {
        font: 400 20px/1 "Comfortaa", sans-serif;
        color: #342b28;
      }

      .review-date {
        margin-top: 10px;
        color: #9d918a;
        font-size: 14px;
      }

      .review-widget-modal {
        position: fixed;
        inset: 0;
        z-index: 120;
        display: none;
      }

      .review-widget-modal.is-open {
        display: block;
      }

      .review-widget-overlay {
        position: absolute;
        inset: 0;
        background: rgba(39, 24, 16, 0.52);
      }

      .review-widget-dialog {
        position: relative;
        z-index: 1;
        width: min(520px, calc(100% - 32px));
        margin: 64px auto 0;
        border-radius: 20px;
        background: var(--surface-plain);
        color: var(--ink);
        padding: 26px 24px 24px;
        box-shadow: 0 20px 60px rgba(55, 37, 27, 0.24);
      }

      .review-widget-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 10px;
        background: #f2e9e2;
        color: var(--ink);
        font: 400 24px/1 "PT Sans", sans-serif;
        cursor: pointer;
      }

      .review-widget-title {
        margin: 0 0 22px;
        padding-right: 42px;
        color: var(--ink);
        font: 400 30px/1 "Comfortaa", sans-serif;
      }

      .review-widget-form {
        display: grid;
        gap: 14px;
      }

      .review-widget-field {
        display: grid;
        gap: 8px;
      }

      .review-widget-field span {
        color: #756861;
        font-size: 13px;
      }

      .review-widget-field input,
      .review-widget-field textarea {
        width: 100%;
        border: 1px solid #dfd5ce;
        border-radius: 10px;
        background: #fff;
        color: var(--ink);
        font: 400 15px/1.3 "PT Sans", sans-serif;
        padding: 10px 12px;
      }

      .review-widget-field textarea {
        min-height: 128px;
        resize: vertical;
      }

      .review-widget-stars {
        display: flex;
        align-items: center;
        gap: 6px;
      }

      .review-widget-star {
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 10px;
        background: #f5eee8;
        color: #d9d0c9;
        font: 400 28px/1 "PT Sans", sans-serif;
        cursor: pointer;
        transition:
          color 0.18s ease,
          background-color 0.18s ease,
          transform 0.18s ease;
      }

      .review-widget-star.is-active,
      .review-widget-star.is-hovered {
        background: #fff7f0;
        color: var(--orange);
      }

      .review-widget-star:hover {
        transform: translateY(-2px);
      }

      .review-widget-status {
        margin: 0;
        border-radius: 12px;
        padding: 12px 14px;
        font: 400 15px/1.35 "PT Sans", sans-serif;
      }

      .review-widget-status[hidden],
      .review-widget-again[hidden] {
        display: none;
      }

      .review-widget-status.is-success {
        background: #f5eee8;
        color: var(--teal);
      }

      .review-widget-status.is-error {
        background: #fff2ec;
        color: #b54320;
      }

      .review-widget-submit {
        min-height: 42px;
        border: 0;
        border-radius: 10px;
        background: var(--orange);
        color: #fff;
        font: 400 16px/1 "PT Sans", sans-serif;
        cursor: pointer;
      }

      .review-widget-submit-secondary {
        width: 100%;
        background: var(--teal);
      }

      .review-widget-again {
        display: grid;
        gap: 16px;
      }

      .review-widget-again p {
        margin: 0;
        border-radius: 14px;
        background: #f5eee8;
        color: var(--ink);
        font: 400 16px/1.45 "PT Sans", sans-serif;
        padding: 16px;
      }

      .review-bottom {
        margin-top: 54px;
        color: #6b5b55;
        text-decoration: underline;
        font-size: 14px;
      }

      .events-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
      }

      .events-all {
        color: var(--ink);
        font-size: 14px;
        text-decoration: underline;
      }

      .event-grid {
        margin-top: 80px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
      }

      .event {
        border-radius: 10px;
        background: var(--surface);
        padding: 20px;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease;
      }

      .event:hover {
        color: #fff;
        background: var(--teal);
      }

      .event-photo {
        height: 238px;
        border-radius: 16px;
        object-fit: cover;
        width: 100%;
      }

      .event-heart {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
        border-radius: 16px;
        background: var(--orange);
        color: #fff;
        border: 0;
        padding: 0;
        display: grid;
        place-items: center;
        cursor: pointer;
        transition: transform 0.15s ease, background-color 0.2s ease, box-shadow 0.2s ease;
      }

      .event-heart:hover,
      .event-heart:focus-visible {
        background: #d9572e;
        transform: translateY(-1px);
      }

      .event-heart.is-liked {
        background: #c94a24;
        box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
      }

      .event-heart .like-toggle-icon {
        color: #fff;
        font-size: 30px;
        line-height: 1;
      }

      .event-date {
        margin-top: 26px;
        font-size: 14px;
      }

      .event-title {
        margin-top: 24px;
        font: 400 24px/1.05 "Comfortaa", sans-serif;
      }

      .price {
        margin-top: 34px;
        width: fit-content;
        border-radius: 30px;
        background: #fff;
        color: var(--ink);
        padding: 12px 16px;
        font-size: 14px;
        line-height: 1;
      }

      .event:hover .price {
        color: var(--ink);
      }

      .price-dot {
        color: var(--orange);
      }

      .quiz-head {
        text-align: center;
      }

      .quiz-desc {
        margin-top: 30px;
        font-size: 16px;
      }

      .quiz-area {
        margin-top: 40px;
        border-radius: 20px;
        background: var(--surface);
        padding: 60px 0;
      }

      .quiz-card {
        margin: 0 auto;
        width: 690px;
        border-radius: 20px;
        background: var(--bg);
        padding: 40px;
      }

      .step {
        width: 52px;
        height: 40px;
        border-radius: 20px;
        background: var(--teal);
        color: #fff;
        display: grid;
        place-items: center;
        font: 400 18px/1 "Comfortaa", sans-serif;
      }

      .quiz-q {
        margin-top: 18px;
        font: 400 32px/1.05 "Comfortaa", sans-serif;
        color: var(--ink-dark);
      }

      .check-list {
        margin-top: 44px;
        display: grid;
        gap: 14px;
      }

      .check {
        display: flex;
        gap: 14px;
        align-items: center;
        cursor: pointer;
        user-select: none;
      }

      .check-box {
        width: 24px;
        height: 24px;
        border-radius: 7px;
        border: 2px solid #f0eeed;
      }

      .check input:checked + .check-box {
        border-color: var(--orange);
        position: relative;
      }

      .check input:checked + .check-box::after {
        content: "✓";
        position: absolute;
        inset: -4px 0 0 4px;
        color: var(--orange);
        font-size: 24px;
      }

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

      .check-text {
        font-size: 16px;
        line-height: 1;
        color: #5b5b5b;
      }

      .quiz-btn {
        display: block;
        margin: 56px auto 0;
        width: 210px;
        height: 40px;
        border: 0;
        border-radius: 10px;
        background: var(--orange);
        color: #fff;
        font: 400 16px/40px "PT Sans", sans-serif;
        cursor: pointer;
      }

      .articles-head {
        display: flex;
        justify-content: space-between;
      }

      .articles-sub {
        margin-top: 32px;
        font: 400 32px/1 "Comfortaa", sans-serif;
        color: #969696;
      }

      .articles-arrows {
        display: flex;
        gap: 20px;
        align-self: flex-start;
        margin-top: 5px;
      }

      .article-grid {
        margin-top: 80px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
      }

      .article {
        border-radius: 18px;
        background: var(--surface);
        padding: 28px;
        min-height: 420px;
        cursor: pointer;
        display: grid;
        grid-template-rows: auto 1fr auto;
        gap: 28px;
        box-shadow: 0 18px 46px rgba(67, 40, 24, 0.06);
        transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
      }

      .article:hover {
        color: #fff;
        background: var(--teal);
        box-shadow: 0 22px 54px rgba(31, 91, 91, 0.18);
        transform: translateY(-2px);
      }

      .author-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
      }

      .author {
        display: flex;
        align-items: center;
        gap: 16px;
      }

      .author-link {
        text-decoration: none;
        color: inherit;
      }

      .author img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
      }

      .author-name {
        font-size: 16px;
      }

      .author-role {
        margin-top: 6px;
        font-size: 12px;
      }

      .date-pill {
        min-width: 103px;
        height: 33px;
        border-radius: 30px;
        background: #fff;
        color: var(--orange);
        padding: 0 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        line-height: 1;
        white-space: nowrap;
      }

      .article-title {
        margin: 0;
        font: 400 24px/1.08 "Comfortaa", sans-serif;
      }

      .article-desc {
        margin-top: 18px;
        font-size: 14px;
        line-height: 1.35;
        color: #6b5b55;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }

      .article:hover .article-desc {
        color: rgba(255, 255, 255, 0.86);
      }

      .article-title-link {
        display: block;
        color: inherit;
        text-decoration: none;
      }

      .article-foot {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .article-arrow-link {
        text-decoration: none;
      }

      .likes {
        display: flex;
        align-items: center;
        gap: 14px;
        border: 0;
        background: transparent;
        padding: 0;
        color: #a5978b;
        cursor: pointer;
        transition: color 0.2s ease;
      }

      .likes .like-count {
        color: inherit;
        font-size: 12px;
      }

      .like-icon {
        font-size: 44px;
        line-height: 0.5;
      }

      .article:hover .likes {
        color: #fff;
      }

      .article-carousel-viewport {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        cursor: grab;
        user-select: none;
      }

      .article-carousel-track {
        display: flex;
        gap: 20px;
        padding-bottom: 18px;
      }

      .article-carousel-track .article {
        flex: 0 0 clamp(330px, calc((100% - 40px) / 3), 430px);
      }

      .likes:hover,
      .likes:focus-visible,
      .likes.is-liked,
      .article:hover .likes:hover,
      .article:hover .likes:focus-visible,
      .article:hover .likes.is-liked {
        color: var(--orange);
      }

      .like-toggle {
        appearance: none;
        font: inherit;
      }

      .like-toggle:focus-visible {
        outline: 2px solid rgba(233, 95, 51, 0.55);
        outline-offset: 2px;
      }

      .like-toggle-icon {
        transition: transform 0.15s ease;
      }

      .like-toggle:active .like-toggle-icon {
        transform: scale(0.88);
      }

      .telegram-panel {
        border-radius: 20px;
        background: var(--surface);
        padding: 80px 20px 100px;
      }

      .tg-head {
        text-align: center;
      }

      .tg-sub {
        margin-top: 40px;
        font-size: 20px;
        line-height: 1.3;
      }

      .tg-photos {
        margin-top: 80px;
        display: block;
      }

      .tg-photos .tg-marquee-track {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
      }

      .tg-photos .tg-marquee-track-copy {
        display: none;
      }

      .tg-item {
        width: 216px;
        height: 216px;
        border-radius: 18px;
        padding: 16px;
      }

      .tg-item img {
        width: 100%;
        height: 100%;
        border-radius: 42px;
        object-fit: cover;
      }

      .tg-item.p1 {
        background: #682671;
      }

      .tg-item.p2 {
        background: #1f6d70;
      }

      .tg-item.p3 {
        background: #f2a10c;
      }

      .tg-item.p4 {
        background: #3275a1;
      }

      .tg-item.p5 {
        background: #e95f33;
      }

      @keyframes tgMarqueeLoop {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(calc(-100% - 12px));
        }
      }

      .tg-btn {
        display: block;
        margin: 80px auto 0;
        width: 274px;
        height: 40px;
        border-radius: 10px;
        border: 0;
        background: var(--orange);
        color: #fff;
        font: 400 16px/40px "PT Sans", sans-serif;
        cursor: pointer;
      }

      .footer {
        margin-top: 160px;
      }

      .footer-panel {
        border-radius: 30px;
        background: var(--brown);
        padding: 40px;
        color: #fff;
      }

      .footer-top {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: start;
      }

      .footer-logo {
        width: 244px;
        height: 66px;
        background: center / contain no-repeat url("../figma/I39_6965_25_1501.png");
      }

      .foot-contact {
        text-align: center;
        color: var(--orange);
        font: 400 24px/1 "Comfortaa", sans-serif;
      }

      .foot-grid {
        margin-top: 47px;
        display: grid;
        grid-template-columns: 447px 1fr;
        gap: 223px;
      }

      .newsletter p {
        margin: 0 0 32px;
        font-size: 16px;
      }

      .newsletter input[type="email"] {
        width: 100%;
        height: 56px;
        border: 0;
        border-radius: 14px;
        font-size: 14px;
        line-height: 56px;
        padding: 0 16px;
        color: #a5978b;
      }

      .newsletter input[type="email"]::placeholder {
        color: #a5978b;
      }

      .consent {
        margin-top: 30px;
        display: flex;
        gap: 16px;
        align-items: center;
      }

      .consent-box {
        width: 30px;
        height: 30px;
        border-radius: 8px;
        border: 2px solid #f06b3c;
        display: grid;
        place-items: center;
        color: #f06b3c;
      }

      .newsletter .submit {
        margin-top: 56px;
        width: 153px;
        height: 40px;
        border: 0;
        border-radius: 10px;
        background: var(--orange);
        color: #fff;
        font: 400 16px/40px "PT Sans", sans-serif;
        cursor: pointer;
      }

      .foot-links {
        display: grid;
        grid-template-columns: 335px 335px;
        column-gap: 20px;
        row-gap: 20px;
      }

      .foot-links a {
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
      }

      .foot-links a:hover,
      .foot-links a:focus-visible {
        color: var(--orange);
      }

      .policy {
        margin-top: 60px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        text-decoration: none;
      }

      .socials {
        margin-top: 64px;
        display: flex;
        gap: 30px;
      }

      .social {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: var(--orange);
        display: grid;
        place-items: center;
        font-size: 20px;
      }

      .info-support-modal {
        position: fixed;
        inset: 0;
        z-index: 120;
        display: none;
      }

      .info-support-modal.is-open {
        display: block;
      }

      .info-support-overlay {
        position: absolute;
        inset: 0;
        background: rgba(39, 24, 16, 0.52);
      }

      .info-support-dialog {
        position: relative;
        z-index: 1;
        width: min(640px, calc(100% - 32px));
        margin: 64px auto 0;
        border-radius: 20px;
        background: var(--surface-plain);
        padding: 26px 24px 24px;
        box-shadow: 0 20px 60px rgba(55, 37, 27, 0.24);
      }

      .info-support-close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 10px;
        background: #f2e9e2;
        color: var(--ink);
        font: 400 24px/1 "PT Sans", sans-serif;
        cursor: pointer;
      }

      .info-support-title {
        margin: 0 0 20px;
        font: 400 34px/1 "Comfortaa", sans-serif;
        color: var(--ink);
      }

      .info-support-text {
        margin: 0 0 14px;
        font-size: 16px;
        line-height: 1.35;
        color: #5d4d47;
      }

      .info-support-list {
        margin: 0 0 14px;
        padding-left: 20px;
        color: #5d4d47;
        font-size: 16px;
        line-height: 1.35;
      }

      .info-support-list li {
        margin: 0 0 8px;
      }

      @media (max-width: 1240px) {
        .section-gap,
        .footer {
          margin-top: 90px;
        }

        .container {
          width: calc(100% - 32px);
        }

        .header {
          height: auto;
          padding-top: 20px;
          flex-direction: column;
          align-items: flex-start;
          gap: 20px;
        }

        .menu {
          flex-wrap: wrap;
          width: 100%;
          gap: 10px;
        }

        .menu-search {
          width: 100%;
        }

        .menu-search-wrap {
          width: 100%;
        }

        .menu-more {
          position: static;
          width: 100%;
          margin-top: 6px;
        }

        .hero {
          margin-top: 80px;
        }

        .not-found-panel {
          grid-template-columns: 1fr;
          min-height: 0;
          padding: 40px;
        }

        .not-found-visual {
          min-height: 260px;
        }

        .hero-title {
          font-size: 50px;
          max-width: 100%;
        }

        .hero-top {
          flex-direction: column;
          align-items: flex-start;
          gap: 26px;
        }

        .category-grid,
        .event-grid {
          grid-template-columns: repeat(2, 1fr);
        }

        .grid-3,
        .review-grid,
        .article-grid {
          grid-template-columns: 1fr;
        }

        .article-carousel-track .article {
          flex: 0 0 calc((100% - 20px) / 2);
        }

        .review-grid.review-carousel-track .review {
          flex: 0 0 calc((100% - 20px) / 2);
        }

        .filter-wrap {
          width: 100%;
        }

        .map-filters {
          width: 100%;
        }

        .filter-row {
          flex-wrap: wrap;
          justify-content: flex-start;
        }

        .places-head,
        .events-head,
        .articles-head,
        .reviews-head {
          flex-direction: column;
          align-items: flex-start;
          gap: 22px;
        }

        .reviews-actions {
          width: 100%;
          flex-wrap: wrap;
          justify-content: space-between;
        }

        .places-head-tools {
          width: 100%;
          flex-direction: column;
          align-items: stretch;
        }

        .quiz-card {
          width: calc(100% - 32px);
        }

        .tg-photos {
          flex-wrap: wrap;
        }

        .footer-panel {
          padding: 24px;
        }

        .footer-top {
          grid-template-columns: 1fr;
          gap: 20px;
        }

        .foot-contact {
          text-align: left;
        }

        .foot-grid {
          grid-template-columns: 1fr;
          gap: 50px;
        }

        .foot-links {
          grid-template-columns: 1fr 1fr;
        }
      }

      @media (max-width: 760px) {
        .menu {
          width: 100%;
          display: block;
        }

        .menu-link,
        .menu-link.long,
        .menu-link.large,
        .menu-btn,
        .menu-search-wrap,
        .menu-more,
        .menu-info-btn {
          display: none;
        }

        .mobile-search-row {
          display: flex;
          align-items: center;
          gap: 8px;
          margin-bottom: 8px;
        }

        .mobile-search-wrap {
          display: block;
          flex: 1 1 auto;
          min-width: 0;
          position: relative;
          margin-bottom: 0;
        }

        .mobile-search-wrap .menu-search {
          height: 44px;
          font-size: 15px;
          line-height: 44px;
          border-radius: 10px;
          background: var(--surface);
          color: var(--ink);
        }

        .mobile-search-wrap .menu-search::placeholder {
          color: #8f8077;
        }

        .mobile-search-wrap .menu-search-dropdown {
          top: 52px;
          width: 100%;
        }

        .mobile-info-btn {
          display: inline-flex;
          width: 44px;
          height: 44px;
          flex: 0 0 44px;
          margin: 0;
        }

        .mobile-menu-btn {
          width: 100%;
          height: 44px;
          border: 0;
          border-radius: 10px;
          background: var(--orange);
          color: #fff;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 10px;
          font: 400 15px/1 "Comfortaa", sans-serif;
          cursor: pointer;
        }

        .mobile-menu-icon {
          width: 18px;
          height: 14px;
          display: inline-flex;
          flex-direction: column;
          justify-content: space-between;
        }

        .mobile-menu-icon span {
          width: 100%;
          height: 2px;
          border-radius: 2px;
          background: #fff;
          display: block;
        }

        .mobile-menu {
          margin-top: 8px;
          border-radius: 10px;
          background: var(--surface);
          padding: 10px;
          grid-template-columns: 1fr;
          gap: 8px;
        }

        .mobile-menu.is-open {
          display: grid;
        }

        .mobile-menu a {
          min-height: 36px;
          border-radius: 8px;
          padding: 9px 10px;
          text-decoration: none;
          color: var(--ink);
          font-size: 14px;
          line-height: 1.2;
          background: rgba(255, 255, 255, 0.65);
        }

        .mobile-menu a:hover,
        .mobile-menu a:focus-visible {
          background: #fff;
          color: var(--orange);
        }

        .section-title {
          font-size: 40px;
        }

        .not-found {
          margin-top: 36px;
        }

        .not-found-panel {
          border-radius: 18px;
          gap: 28px;
          padding: 24px;
        }

        .not-found h1 {
          font-size: 34px;
        }

        .not-found p {
          font-size: 18px;
        }

        .not-found-actions {
          display: grid;
        }

        .not-found-visual {
          min-height: 190px;
          border-radius: 18px;
          padding: 24px;
        }

        .not-found-mark {
          width: 92px;
          height: 92px;
          font-size: 52px;
        }

        .hero-title {
          font-size: 28px;
          line-height: 1;
        }

        .hero-arrows {
          width: 110px;
        }

        .places-sub,
        .articles-sub {
          font-size: 24px;
        }

        .category-grid,
        .event-grid {
          grid-template-columns: 1fr;
        }

        .article-carousel-track .article {
          flex: 0 0 100%;
        }

        .review-grid.review-carousel-track .review {
          flex: 0 0 100%;
        }

        .tg-photos {
          margin-top: 48px;
          display: flex;
          flex-wrap: nowrap;
          justify-content: flex-start;
          gap: 12px;
          overflow: hidden;
        }

        .tg-photos .tg-marquee-track {
          flex-wrap: nowrap;
          justify-content: flex-start;
          gap: 12px;
          width: max-content;
          flex-shrink: 0;
          animation: tgMarqueeLoop 22s linear infinite;
          will-change: transform;
        }

        .tg-photos .tg-marquee-track-copy {
          display: flex;
        }

        .tg-photos .tg-marquee-track .tg-item,
        .tg-photos .tg-marquee-track .p1,
        .tg-photos .tg-marquee-track .p2,
        .tg-photos .tg-marquee-track .p3,
        .tg-photos .tg-marquee-track .p4,
        .tg-photos .tg-marquee-track .p5 {
          width: 170px;
          height: 170px;
          padding: 10px;
        }

        .tg-photos .tg-marquee-track .tg-item img {
          border-radius: 28px;
        }

        .foot-links {
          grid-template-columns: 1fr;
        }

        .info-support-dialog {
          margin-top: 36px;
          padding: 18px 16px 16px;
        }

        .info-support-title {
          padding-right: 40px;
          font-size: 28px;
          line-height: 1.05;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .tg-photos .tg-marquee-track {
          animation: none;
        }
      }
