body.nuru-page {
    background: #0a0a0a;
    color: #e8e8e8;
}

.nuru-page #main {
    padding: 20px 0 60px;
}

.nuru-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.nuru-page h1 {
    text-align: center;
    color: #fff;
    font-size: clamp(1.6rem, 4vw, 2.4rem);
    margin: 24px 0 28px;
    font-family: 'Times New Roman', Georgia, serif;
    line-height: 1.3;
}

.nuru-page h2 {
    color: #d4af37;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    margin: 36px 0 16px;
    font-family: 'Times New Roman', Georgia, serif;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    padding-bottom: 8px;
}

.nuru-page p,
.nuru-page li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
    color: #d0d0d0;
}

.nuru-intro {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.08), rgba(0, 0, 0, 0.4));
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 28px;
}

.nuru-vip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.nuru-vip-card {
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid #d4af37;
    border-radius: 10px;
    padding: 18px;
}

.nuru-vip-card h3 {
    color: #d4af37;
    font-size: 1.4rem;
    margin: 0 0 8px;
}

.nuru-vip-card .price {
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.nuru-vip-card .meta {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 10px;
}

.nuru-vip-card ul {
    padding-left: 18px;
    margin: 0;
}

.nuru-vip-card li {
    font-size: 14px;
    margin-bottom: 6px;
}

.nuru-vip-card.nuru-highlight {
    border-color: #e8c547;
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.15);
}

.nuru-contacts {
    text-align: center;
    margin: 32px 0;
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
}

.nuru-contacts h2 {
    border: none;
    margin-top: 0;
}

.nuru-social {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.nuru-social a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: transform 0.2s, opacity 0.2s;
}

.nuru-social a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.nuru-social .tg {
    background: #0088cc;
    color: #fff;
}

.nuru-social .wa {
    background: #25D366;
    color: #fff;
}

.nuru-cta {
    text-align: center;
    margin: 40px 0 20px;
}

.nuru-cta a {
    display: inline-block;
    padding: 16px 36px;
    background: linear-gradient(135deg, #d4af37, #b8962e);
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.2s;
}

.nuru-cta a:hover {
    transform: scale(1.03);
    color: #000;
}

.nuru-back {
    text-align: center;
    margin: 20px 0;
}

.nuru-back a {
    color: #d4af37;
    text-decoration: none;
    font-size: 15px;
}

.nuru-back a:hover {
    text-decoration: underline;
}

.nuru-advantages {
    list-style: none;
    padding: 0;
}

.nuru-advantages li {
    padding: 8px 0 8px 28px;
    position: relative;
}

.nuru-advantages li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: bold;
}

.nuru-steps {
    counter-reset: step;
    list-style: none;
    padding: 0;
}

.nuru-steps li {
    counter-increment: step;
    padding: 12px 0 12px 40px;
    position: relative;
    border-left: 2px solid rgba(212, 175, 55, 0.3);
    margin-left: 16px;
}

.nuru-steps li::before {
    content: counter(step);
    position: absolute;
    left: -16px;
    top: 10px;
    width: 28px;
    height: 28px;
    background: #d4af37;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
}

.nuru-note {
    font-size: 14px;
    color: #999;
    font-style: italic;
    text-align: center;
    margin: 12px 0;
}

.nuru-lang-divider {
    margin: 56px 0 40px;
    padding: 20px 0;
    border-top: 2px solid rgba(212, 175, 55, 0.4);
    border-bottom: 2px solid rgba(212, 175, 55, 0.4);
    text-align: center;
    color: #d4af37;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nuru-lang-en {
    opacity: 0.95;
}

.nuru-lang-en h2.nuru-en-title {
    text-align: center;
    color: #fff;
    font-size: clamp(1.4rem, 3.5vw, 2rem);
    margin: 0 0 28px;
    font-family: 'Times New Roman', Georgia, serif;
    line-height: 1.3;
    border: none;
    padding: 0;
}

.nuru-salon-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0 0 32px;
}

.nuru-salon-nav a {
    padding: 10px 20px;
    border: 1px solid #d4af37;
    border-radius: 8px;
    color: #d4af37;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: background 0.2s, color 0.2s;
}

.nuru-salon-nav a:hover {
    background: #d4af37;
    color: #000;
}

.nuru-salon-block {
    margin: 48px 0 56px;
    padding-top: 8px;
}

.nuru-salon-divider {
    margin: 56px 0 40px;
    border: none;
    border-top: 2px solid rgba(212, 175, 55, 0.35);
}

.nuru-salon-title {
    text-align: center;
    color: #fff;
    font-size: clamp(1.9rem, 5vw, 2.85rem);
    margin: 0 0 28px;
    font-family: 'Times New Roman', Georgia, serif;
    letter-spacing: 1px;
    line-height: 1.25;
}

.nuru-gallery {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin: 20px 0;
    padding: 4px 0 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(212, 175, 55, 0.65) rgba(255, 255, 255, 0.06);
}

.nuru-gallery::-webkit-scrollbar {
    height: 6px;
}

.nuru-gallery::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 3px;
}

.nuru-gallery::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 55, 0.65);
    border-radius: 3px;
}

.nuru-gallery img {
    flex: 0 0 clamp(280px, 86vw, 540px);
    width: clamp(280px, 86vw, 540px);
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: center;
    scroll-snap-align: center;
    border-radius: 10px;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    background: #111;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.nuru-img {
    width: 100%;
    max-width: 960px;
    height: auto;
    border-radius: 10px;
    margin: 20px auto;
    display: block;
}

.nuru-address {
    background: rgba(255, 255, 255, 0.04);
    border-left: 3px solid #d4af37;
    padding: 14px 18px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.nuru-address p {
    margin-bottom: 6px;
}

@media (max-width: 600px) {
    .nuru-vip-grid {
        grid-template-columns: 1fr;
    }

    .nuru-social a {
        width: 100%;
        justify-content: center;
    }
}
