:root {
    --primary: #C5A059;
    --secondary: #8E7341;
    --accent: #D4AF37;
    --background: #F9F6F0;
    --surface: #FFFFFF;
    --text-primary: #2C2621;
    --text-secondary: #5D544D;
    --borders: #E5DED0
}

html {
    scroll-behavior: smooth
}

body {
    background-color: var(--background);
    color: var(--text-primary);
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.text-muted {
    color: #9A8F85 !important
}

.smooth-scroll {
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700
}

.imperial-btn {
    background: linear-gradient(135deg, #D4AF37 0%, #C5A059 100%);
    color: #FFFFFF;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600
}

.imperial-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-1px)
}

.luxury-card {
    background: #FFFFFF;
    border: 1px solid var(--borders);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1)
}

.luxury-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px)
}

/* ===== header ===== */
.staymavo-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 10px;
    font-weight: 600;
    color: #5D544D;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.staymavo-header .nav-link:hover {
    color: #C5A059;
}

.staymavo-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.4s ease;
}

.staymavo-header .nav-link:hover::after {
    width: 100%;
}

.staymavo-header .mobile-nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    color: #2C2621;
    padding: 12px 0;
    border-bottom: 1px solid #F3EFE6;
    transition: color 0.3s ease;
}

.staymavo-header .mobile-nav-link:last-child {
    border-bottom: none;
}

.staymavo-header .mobile-nav-link:hover {
    color: #C5A059;
}

/* ===== hero ===== */
.hero-block-staymavo .hero-bg-staymavo {
    background-image: url('../static/img/uploads/luxury-casino-resort-staymavo.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-block-staymavo .hero-title-staymavo {
    font-family: 'Playfair Display', serif;
}

.hero-block-staymavo .hero-text-staymavo {
    font-family: 'Montserrat', sans-serif;
}

.hero-block-staymavo .hero-btn-staymavo {
    font-family: 'Montserrat', sans-serif;
}

/* ===== rating-list ===== */
.rating-list-block {
    background-image: url('../static/img/uploads/luxury-pattern-bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.rating-list-block .js-filter-btn.active {
    background-color: #C5A059;
    color: #FFFFFF;
}

.rating-list-block .resort-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rating-list-block .resort-card .content {
    flex-grow: 1;
}

@media (max-width: 767px) {
    .rating-list-block h2 {
        font-size: 16px !important;
    }

    .rating-list-block h3 {
        font-size: 14px !important;
    }

    .rating-list-block p {
        font-size: 14px !important;
    }
}

/* ===== destinations-list ===== */
.destinations-list .destination-card {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.destinations-list .destination-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(44, 38, 33, 0.08);
    border-color: #C5A059;
}

.destinations-list .destination-card:hover .destination-image {
    transform: scale(1.08);
}

.destinations-list .destination-image-link {
    position: relative;
}

.destinations-list .destination-image-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.1) 100%);
    pointer-events: none;
}

.destinations-list .destination-title-link {
    text-decoration: none;
    display: block;
}

.destinations-list .destination-card h3 {
    line-height: 1.3;
    margin-top: 0.5rem;
}

/* ===== guide-list ===== */
.guide-list-block .guide-card {
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.guide-list-block .guide-card:hover {
    transform: translateY(-10px);
}

.guide-list-block .guide-list-block-title {
    color: #2C2621;
    border-bottom: 2px solid #D4AF37;
    display: inline-block;
    padding-bottom: 8px;
}

.guide-list-block .guide-list-block-subtitle {
    color: #5D544D;
    margin-top: 24px;
}

.guide-list-block .js-guide-item {
    opacity: 0;
    transform: translateY(30px);
}

.guide-list-block .js-guide-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== footer ===== */
.staymavo-footer .staymavo-footer-disclaimer {
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.05);
}

.staymavo-footer .staymavo-footer-logos img {
    filter: none !important;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.staymavo-footer .staymavo-footer-logos a:hover img {
    transform: scale(1.05);
}

#js-age-modal {
    backdrop-filter: blur(8px);
}

#js-age-modal.flex {
    display: flex;
}

.staymavo-footer nav a {
    position: relative;
    width: fit-content;
}

.staymavo-footer nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.3s ease;
}

.staymavo-footer nav a:hover::after {
    width: 100%;
}

/* ===== PAGE: privacy ===== */
.policy-content-container {
  background-color: transparent;
}
.policy-content-container .policy-wrapper {
  position: relative;
  overflow: hidden;
}
.policy-content-container .policy-body h3 {
  color: #2C2621;
  border-left: 3px solid #C5A059;
  padding-left: 1rem;
}
.policy-content-container .policy-body p {
  color: #5D544D;
}
.policy-content-container .policy-body ul {
  list-style-type: none;
}
.policy-content-container .policy-body ul li {
  position: relative;
  padding-left: 1.5rem;
}
.policy-content-container .policy-body ul li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 2px;
  color: #C5A059;
  font-size: 0.875rem;
}
.policy-content-container .policy-body article {
  margin-bottom: 2.5rem;
}
.policy-content-container .policy-body article:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .policy-content-container .policy-body article {
    margin-bottom: 1.5rem;
  }
}

/* ===== PAGE: terms ===== */
.terms-wrapper {
  background-color: #F9F6F0;
  min-height: 100vh;
}
.terms-container {
  border-radius: 2px;
}
.terms-content h2,
.terms-content h3 {
  color: #2C2621 !important;
}
.terms-content p {
  color: #5D544D;
}
.terms-content a {
  color: #C5A059;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.terms-content a:hover {
  opacity: 0.8;
}
.terms-content i {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .terms-content section {
    margin-bottom: 24px;
  }
  .terms-content h2 {
    border-left-width: 3px;
  }
}

/* ===== PAGE: disclaimer ===== */
.policy-content-container { padding: 40px 20px; max-width: 1000px; margin: 0 auto; background-color: #F9F6F0; } .disclaimer-body { background: #FFFFFF; border: 1px solid #E5DED0; padding: 24px; border-radius: 2px; } .disclaimer-date { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #9A8F85; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; } .disclaimer-title { font-family: 'Playfair Display', serif; color: #2C2621; font-size: 18px; line-height: 1.2; margin-bottom: 24px; border-bottom: 1px solid #C5A059; padding-bottom: 12px; } .disclaimer-heading { font-family: 'Playfair Display', serif; color: #2C2621; font-size: 16px; margin-top: 32px; margin-bottom: 16px; font-weight: 700; } .disclaimer-text, .disclaimer-intro { font-family: 'Montserrat', sans-serif; color: #5D544D; font-size: 14px; line-height: 1.6; margin-bottom: 16px; } .disclaimer-list { list-style: none; padding-left: 0; margin-bottom: 24px; } .disclaimer-list li { font-family: 'Montserrat', sans-serif; color: #5D544D; font-size: 14px; line-height: 1.6; margin-bottom: 8px; position: relative; padding-left: 24px; } .disclaimer-list li::before { content: '\F26E'; font-family: 'bootstrap-icons'; position: absolute; left: 0; color: #C5A059; font-size: 14px; } .disclaimer-link { color: #C5A059; text-decoration: none; transition: color 0.3s ease; border-bottom: 1px solid transparent; } .disclaimer-link:hover { color: #8E7341; border-bottom-color: #8E7341; } @media (min-width: 768px) { .policy-content-container { padding: 80px 40px; } .disclaimer-body { padding: 60px; } .disclaimer-title { font-size: 42px; } .disclaimer-heading { font-size: 32px; } .disclaimer-text, .disclaimer-intro, .disclaimer-list li { font-size: 16px; } }

/* ===== PAGE: cookies ===== */
.policy-content-container {
  background-color: #F9F6F0;
  min-height: 100vh;
  color: #2C2621;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

.policy-content-container h1,
.policy-content-container h2,
.policy-content-container h3 {
  line-height: 1.2;
  color: #2C2621;
}

.policy-content-container .js-policy-section {
  transition: transform 0.4s ease;
}

.policy-content-container .js-policy-section:hover {
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .policy-content-container h1 {
    font-size: 18px !important;
  }
  .policy-content-container h2 {
    font-size: 16px !important;
  }
  .policy-content-container h3 {
    font-size: 14px !important;
  }
  .policy-content-container p {
    font-size: 14px !important;
    hyphens: auto;
  }
}

/* ===== PAGE: rating ===== */
.rating-grid-section .js-sort-trigger {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23C5A059' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
  padding-right: 25px;
}

.rating-grid-section .js-resort-card {
  transform: translateY(0);
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.rating-grid-section .js-resort-card:hover {
  transform: translateY(-8px);
}

.rating-grid-section h1, .rating-grid-section h2 {
  color: #2C2621 !important;
}

.rating-grid-section select::-ms-expand {
  display: none;
}

/* ===== PAGE: destinations ===== */
.destinations-section {
  font-family: 'Montserrat', sans-serif;
}
.destinations-section font-serif {
  font-family: 'Playfair Display', serif;
}
.destinations-section-card {
  height: 100%;
}
.destinations-section .js-card-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.destinations-section .js-filter-btn.active {
  color: #C5A059;
  border-color: #C5A059;
}
.destinations-section input::placeholder {
  color: #9A8F85;
  font-style: italic;
}
@media (max-width: 768px) {
  .destinations-section h1 { font-size: 18px !important; }
  .destinations-section h2 { font-size: 16px !important; }
  .destinations-section h3 { font-size: 14px !important; }
}

/* ===== PAGE: guide ===== */
.guide-section { overflow: hidden; } .guide-card { transform: translateY(0); transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1); } .guide-card:hover { transform: translateY(-10px); } .guide-card__link-img::after { content: ''; position: absolute; inset: 0; border: 1px solid rgba(197, 160, 89, 0); transition: all 0.5s; pointer-events: none; } .guide-card:hover .guide-card__link-img::after { border: 12px solid rgba(255, 255, 255, 0.1); } @media (max-width: 767px) { .guide-header h2 { font-size: 24px; } .guide-card p { font-size: 14px; } }

/* ===== PAGE: about-and-contacts ===== */
.staymavo-about-contacts .form-group input::placeholder,
.staymavo-about-contacts .form-group textarea::placeholder {
  color: #9A8F85 !important;
  opacity: 1 !important;
}

.staymavo-about-contacts .about-section img {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.staymavo-about-contacts .about-section:hover img {
  transform: scale(1.02);
}

@media (max-width: 767px) {
  .staymavo-about-contacts h1 {
    hyphens: auto;
  }
  .staymavo-about-contacts .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.main-comment-card {
    border-radius: 2px;
    position: relative;
}

.avatar-initials {
    min-width: 64px;
    min-height: 64px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comment-author {
    font-family: 'Playfair Display', serif;
}

.comment-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
}

.reply-btn,
.like-btn {
    letter-spacing: 0.15em;
}

.reply-card {
    border-radius: 0 2px 2px 0;
}

.reply-author {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.reply-text {
    font-family: 'Montserrat', sans-serif;
}

.avatar-initials {
    min-width: 40px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}


/* ===== PAGE TEMPLATE: rating ===== */
.staymavo-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 10px;
    font-weight: 600;
    color: #5D544D;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.staymavo-header .nav-link:hover {
    color: #C5A059;
}

.staymavo-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.4s ease;
}

.staymavo-header .nav-link:hover::after {
    width: 100%;
}

.staymavo-header .mobile-nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    color: #2C2621;
    padding: 12px 0;
    border-bottom: 1px solid #F3EFE6;
    transition: color 0.3s ease;
}

.staymavo-header .mobile-nav-link:last-child {
    border-bottom: none;
}

.staymavo-header .mobile-nav-link:hover {
    color: #C5A059;
}

.staymavo-footer .staymavo-footer-disclaimer {
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.05);
}

.staymavo-footer .staymavo-footer-logos img {
    filter: none !important;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.staymavo-footer .staymavo-footer-logos a:hover img {
    transform: scale(1.05);
}

#js-age-modal {
    backdrop-filter: blur(8px);
}

#js-age-modal.flex {
    display: flex;
}

.staymavo-footer nav a {
    position: relative;
    width: fit-content;
}

.staymavo-footer nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.3s ease;
}

.staymavo-footer nav a:hover::after {
    width: 100%;
}

.staymavo-detail-page .prose-content p {
    margin-bottom: 1.5rem;
}

.staymavo-detail-page .prose-content h2 {
    font-family: 'Playfair Display', serif;
    color: #2C2621;
    font-weight: 700;
    margin: 2.5rem 0 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
}

@media (min-width: 768px) {
    .staymavo-detail-page .prose-content h2 {
        font-size: 26px;
    }
}

.staymavo-detail-page .sidebar-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.staymavo-detail-page .share-btn {
    transition: transform 0.3s ease, brightness 0.3s ease;
}

.staymavo-detail-page .share-btn:hover {
    transform: translateY(-2px);
}

/* ===== PAGE TEMPLATE: destinations ===== */
.staymavo-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 10px;
    font-weight: 600;
    color: #5D544D;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.staymavo-header .nav-link:hover {
    color: #C5A059;
}

.staymavo-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.4s ease;
}

.staymavo-header .nav-link:hover::after {
    width: 100%;
}

.staymavo-header .mobile-nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    color: #2C2621;
    padding: 12px 0;
    border-bottom: 1px solid #F3EFE6;
    transition: color 0.3s ease;
}

.staymavo-header .mobile-nav-link:last-child {
    border-bottom: none;
}

.staymavo-header .mobile-nav-link:hover {
    color: #C5A059;
}

.staymavo-footer .staymavo-footer-disclaimer {
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.05);
}

.staymavo-footer .staymavo-footer-logos img {
    filter: none !important;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.staymavo-footer .staymavo-footer-logos a:hover img {
    transform: scale(1.05);
}

#js-age-modal {
    backdrop-filter: blur(8px);
}

#js-age-modal.flex {
    display: flex;
}

.staymavo-footer nav a {
    position: relative;
    width: fit-content;
}

.staymavo-footer nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.3s ease;
}

.staymavo-footer nav a:hover::after {
    width: 100%;
}

.staymavo-detail-page .prose-content p {
    margin-bottom: 1.5rem;
}

.staymavo-detail-page .prose-content h2 {
    font-family: 'Playfair Display', serif;
    color: #2C2621;
    font-weight: 700;
    margin: 2.5rem 0 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
}

@media (min-width: 768px) {
    .staymavo-detail-page .prose-content h2 {
        font-size: 26px;
    }
}

.staymavo-detail-page .sidebar-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.staymavo-detail-page .share-btn {
    transition: transform 0.3s ease, brightness 0.3s ease;
}

.staymavo-detail-page .share-btn:hover {
    transform: translateY(-2px);
}

/* ===== PAGE TEMPLATE: guide ===== */
.staymavo-header .nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 10px;
    font-weight: 600;
    color: #5D544D;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}

.staymavo-header .nav-link:hover {
    color: #C5A059;
}

.staymavo-header .nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.4s ease;
}

.staymavo-header .nav-link:hover::after {
    width: 100%;
}

.staymavo-header .mobile-nav-link {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    color: #2C2621;
    padding: 12px 0;
    border-bottom: 1px solid #F3EFE6;
    transition: color 0.3s ease;
}

.staymavo-header .mobile-nav-link:last-child {
    border-bottom: none;
}

.staymavo-header .mobile-nav-link:hover {
    color: #C5A059;
}

.staymavo-footer .staymavo-footer-disclaimer {
    box-shadow: 0 4px 20px rgba(197, 160, 89, 0.05);
}

.staymavo-footer .staymavo-footer-logos img {
    filter: none !important;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.staymavo-footer .staymavo-footer-logos a:hover img {
    transform: scale(1.05);
}

#js-age-modal {
    backdrop-filter: blur(8px);
}

#js-age-modal.flex {
    display: flex;
}

.staymavo-footer nav a {
    position: relative;
    width: fit-content;
}

.staymavo-footer nav a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #C5A059;
    transition: width 0.3s ease;
}

.staymavo-footer nav a:hover::after {
    width: 100%;
}

.staymavo-detail-page .prose-content p {
    margin-bottom: 1.5rem;
}

.staymavo-detail-page .prose-content h2 {
    font-family: 'Playfair Display', serif;
    color: #2C2621;
    font-weight: 700;
    margin: 2.5rem 0 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 16px;
}

@media (min-width: 768px) {
    .staymavo-detail-page .prose-content h2 {
        font-size: 26px;
    }
}

.staymavo-detail-page .sidebar-card {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.staymavo-detail-page .share-btn {
    transition: transform 0.3s ease, brightness 0.3s ease;
}

.staymavo-detail-page .share-btn:hover {
    transform: translateY(-2px);
}