﻿* { box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; margin: 0; background: #1a1a1a; color: #fff; overflow-x: hidden; }
#preloader { display: none; }
header { background: linear-gradient(270deg, #1a0033, #c1121f, #9b5de5, #1a0033); background-size: 400% 100%; animation: headerMove 8s ease infinite; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
header h1 { margin: 0; font-size: 2.2em; font-weight: 700; } header { will-change: background-position; }
.hamburger, .close-menu { display: none; font-size: 1.5em; background: none; border: none; color: #fff; cursor: pointer; }
.close-menu { position: absolute; top: 20px; right: 20px; }
nav { background: rgba(20,0,40,0.95); width: 100%; }
nav ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: center; }
nav ul li { margin: 0 15px; position: relative; }
nav ul li a { color: #fff; text-decoration: none; font-weight: 400; padding: 10px; display: block; transition: all 0.3s; }
nav ul li a:hover { color: #ffd166; text-shadow: 0 0 10px rgba(255,209,102,0.5); transform: scale(1.1); }
nav ul li.dropdown:hover .dropdown-content { display: block; }
.dropdown-content { display: none; position: absolute; background: rgba(20,0,40,0.95); min-width: 150px; box-shadow: 0 8px 16px rgba(0,0,0,0.2); z-index: 1; border-radius: 5px; }
.dropdown-content a { padding: 12px 16px; display: block; font-size: 0.9em; }
.dropdown-content a:hover { background: linear-gradient(135deg, #9b5de5, #4ea8de); color: #fff; }
.banner { position: relative; width: 100%; height: 400px; background: linear-gradient(135deg, #c1121f, #1a1a1a, #9b5de5, #4ea8de); background-size: 400% 400%; animation: bannerMove 10s ease infinite; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; overflow: hidden; }
.banner img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; border: 2px solid #ffd166; }
.banner:hover img { transform: scale(1.1); transition: transform 0.5s; }
.banner-content { z-index: 1; }
.banner h2 { font-size: 2.8em; margin: 0 0 20px; font-weight: 700; }
.banner a { background: linear-gradient(270deg, #e63946, #fb8500, #ffd166, #9b5de5); background-size: 400% 100%; animation: btnMove 4s ease infinite; color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: 600; border: 2px solid #ffd166; display: inline-block; transition: all 0.3s; }
.banner a:hover { transform: scale(1.1); box-shadow: 0 0 20px rgba(255,209,102,0.4); }
.quick-booking { text-align: center; padding: 30px 20px; background: rgba(42,42,42,0.92); backdrop-filter: blur(5px); border-radius: 12px; margin: 20px 0; }
.quick-booking h2 { font-size: 2em; margin-bottom: 20px; }
.quick-booking a { background: linear-gradient(135deg, #e63946, #fb8500); color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 5px; font-weight: 600; display: inline-block; transition: all 0.3s; }
.quick-booking a:hover { transform: scale(1.05); }
.countdown { font-size: 1.2em; margin-top: 10px; }
.sticky-wa { position: fixed; bottom: 75px; right: 15px; background: linear-gradient(270deg, #25d366, #128C7E); background-size: 200% 100%; animation: btnMove 5s ease infinite; color: #fff; padding: 14px 22px; border-radius: 50px; text-decoration: none; font-weight: 600; z-index: 998; box-shadow: 0 0 15px rgba(37,211,102,0.3); transition: all 0.3s; font-size: 0.9em; }
.sticky-call { position: fixed; bottom: 20px; right: 15px; background: linear-gradient(270deg, #e63946, #9b5de5, #4ea8de, #ffd166); background-size: 400% 100%; animation: btnMove 5s ease infinite; color: #fff; padding: 14px 22px; border-radius: 50px; text-decoration: none; font-weight: 600; z-index: 998; box-shadow: 0 0 15px rgba(255,209,102,0.3); transition: all 0.3s; font-size: 0.9em; }
.sticky-wa:hover, .sticky-call:hover { transform: scale(1.1); box-shadow: 0 0 25px rgba(255,209,102,0.5); }
@keyframes headerMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes bannerMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes btnMove { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.container { max-width: 1200px; margin: 20px auto; padding: 0 20px; width: 100%; }
.hero { text-align: center; padding: 50px 20px; background: rgba(42,42,42,0.92); backdrop-filter: blur(5px); border-radius: 12px; }
.hero h2 { font-size: 2em; }
.container h1 { font-size: 2em; margin: 20px 0; }
.container h2 { font-size: 1.8em; margin: 25px 0 15px; }
.container h3 { font-size: 1.4em; margin-top: 20px; }
.container p { line-height: 1.6; margin: 15px 0; }
.container a { color: #ffd166; text-decoration: none; }
.container a:hover { color: #ff6b9d; }
.container ul li { list-style: none; padding-left: 5px; margin: 8px 0; }
.container ul li::before { content: '>'; color: #ffd166; margin-right: 8px; font-weight: 700; }
.container ol li { margin: 8px 0; }
.container ol li::marker { color: #ffd166; font-weight: 700; }
.article-section { margin: 40px 0; background: rgba(42,42,42,0.92); backdrop-filter: blur(5px); padding: 30px; border-radius: 12px; }
.article-section h2 { font-size: 1.8em; }
.article-section h2::after { content: ''; display: block; width: 100px; height: 4px; margin: 10px 0; background: linear-gradient(270deg, #e63946, #ffd166, #9b5de5, #4ea8de); background-size: 400% 100%; animation: btnMove 4s ease infinite; border-radius: 2px; }
.categories, .profiles, .pricing, .hotels, .locations, .testimonials, .trust-badges, .our-cities { margin: 40px 0; width: 100%; }
.section-description { margin-bottom: 20px; line-height: 1.6; }
.categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.category-card { background: rgba(51,51,51,0.92); padding: 20px; border-radius: 12px; text-align: center; transition: all 0.3s; }
.category-card:nth-child(1) { border: 2px solid #ff6b9d; }
.category-card:nth-child(2) { border: 2px solid #fb8500; }
.category-card:nth-child(3) { border: 2px solid #9b5de5; }
.category-card:nth-child(4) { border: 2px solid #4ea8de; }
.category-card:nth-child(5) { border: 2px solid #06d6a0; }
.category-card:nth-child(6) { border: 2px solid #2a9d8f; }
.category-card:nth-child(7) { border: 2px solid #ffd166; }
.category-card:nth-child(8) { border: 2px solid #e63946; }
.category-card:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 5px 20px rgba(0,0,0,0.3); }
.category-card img { max-width: 100%; height: 50%; object-fit: cover; border-radius: 10px; margin-bottom: 10px; border: 2px solid inherit; }
.category-card h3 { margin: 10px 0; }
.profiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.profile-card { background: rgba(51,51,51,0.92); padding: 20px; border-radius: 12px; text-align: center; position: relative; transition: all 0.3s; }
.profile-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.3); border: 2px solid #ffd166; }
.profile-card.featured::before { content: 'Featured'; position: absolute; top: 10px; right: 10px; background: #ffd166; color: #000; padding: 5px 10px; border-radius: 5px; font-size: 0.8em; font-weight: 700; }
.profile-card img { max-width: 200px; width: 100%; height: auto; border-radius: 10px; margin-bottom: 10px; border: 2px solid rgba(255,255,255,0.1); transition: all 0.3s; }
.profile-card:hover img { transform: scale(1.03); border-color: #ffd166; }
.profile-card h3 { margin: 10px 0; }
.profile-card p { margin: 5px 0; }
.whatsapp-btn { background: linear-gradient(135deg, #25d366, #128C7E); color: #fff; padding: 12px 24px; text-decoration: none; border-radius: 5px; display: inline-block; margin-top: 10px; transition: all 0.3s; }
.whatsapp-btn:hover { transform: scale(1.05); }
.pricing table, .locations table { width: 100%; border-collapse: collapse; background: rgba(51,51,51,0.92); border-radius: 12px; overflow: hidden; }
.table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; }
.table-wrap table { min-width: 550px; }
.pricing th, .pricing td, .locations th, .locations td { padding: 15px; text-align: left; border-bottom: 1px solid #444; }
.pricing th { background: linear-gradient(270deg, #e63946, #9b5de5, #4ea8de, #ffd166); background-size: 400% 100%; animation: btnMove 4s ease infinite; color: #fff; }
.pricing tr:nth-child(even) td { background: rgba(155,93,229,0.05); }
.pricing tr:hover td { background: rgba(255,209,102,0.08); }
.locations th { background: linear-gradient(270deg, #4ea8de, #06d6a0, #2a9d8f, #ffd166); background-size: 400% 100%; animation: btnMove 4s ease infinite; color: #fff; }
.locations tr:nth-child(even) td { background: rgba(78,168,222,0.05); }
.locations tr:hover td { background: rgba(6,214,160,0.08); }
.hotels { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; }
.hotel-card { background: rgba(51,51,51,0.92); padding: 20px; border-radius: 12px; text-align: center; transition: all 0.3s; border: 1px solid rgba(255,255,255,0.05); }
.hotel-card:hover { transform: translateY(-5px); box-shadow: 0 5px 20px rgba(0,0,0,0.3); border-color: #ffd166; }
.hotel-card img { max-width: 100%; height: 150px; object-fit: cover; border-radius: 10px; margin-bottom: 10px; border: 2px solid rgba(255,255,255,0.1); }
.hotel-card:hover img { border-color: #ffd166; }
.hotel-card h3 { margin: 10px 0; }
.hotel-card p { margin: 5px 0; }
.testimonials { text-align: center; background: rgba(42,42,42,0.92); backdrop-filter: blur(5px); padding: 30px; border-radius: 12px; }
.testimonials h2 { font-size: 2em; margin-bottom: 20px; }
.testimonials h2::after { content: ''; display: block; width: 100px; height: 4px; margin: 10px auto 0; background: linear-gradient(270deg, #e63946, #ffd166, #9b5de5, #4ea8de); background-size: 400% 100%; animation: btnMove 4s ease infinite; border-radius: 2px; }
.testimonial-card { background: rgba(51,51,51,0.92); padding: 20px; border-radius: 12px; margin: 10px; max-width: 500px; display: inline-block; text-align: left; border-left: 6px solid #e63946; transition: all 0.3s; }
.testimonial-card:nth-child(1) { border-left-color: #ffd166; }
.testimonial-card:nth-child(2) { border-left-color: #9b5de5; }
.testimonial-card:nth-child(3) { border-left-color: #4ea8de; }
.testimonial-card:nth-child(4) { border-left-color: #06d6a0; }
.testimonial-card:nth-child(5) { border-left-color: #ff6b9d; }
.testimonial-card:hover { transform: translateX(5px); background: rgba(255,255,255,0.05); }
.testimonial-card p { font-style: italic; }
.testimonial-card h4 { margin: 10px 0 0; color: #ffd166; }
.trust-badges { text-align: center; padding: 30px 20px; }
.trust-badges h2 { font-size: 2em; margin-bottom: 20px; }
.trust-badges h2::after { content: ''; display: block; width: 100px; height: 4px; margin: 10px auto 0; background: linear-gradient(270deg, #e63946, #ffd166, #9b5de5, #4ea8de); background-size: 400% 100%; animation: btnMove 4s ease infinite; border-radius: 2px; }
.badge { display: inline-block; margin: 10px; text-align: center; }
.badge img { width: 60px; height: 60px; border-radius: 50%; margin-bottom: 10px; border: 3px solid rgba(255,255,255,0.2); transition: all 0.3s; }
.badge:nth-child(1):hover img { border-color: #ffd166; box-shadow: 0 0 15px rgba(255,209,102,0.4); }
.badge:nth-child(2):hover img { border-color: #06d6a0; box-shadow: 0 0 15px rgba(6,214,160,0.4); }
.badge:nth-child(3):hover img { border-color: #4ea8de; box-shadow: 0 0 15px rgba(78,168,222,0.4); }
.badge:nth-child(4):hover img { border-color: #9b5de5; box-shadow: 0 0 15px rgba(155,93,229,0.4); }
.badge:nth-child(5):hover img { border-color: #ff6b9d; box-shadow: 0 0 15px rgba(255,107,157,0.4); }
.badge:nth-child(6):hover img { border-color: #fb8500; box-shadow: 0 0 15px rgba(251,133,0,0.4); }
.our-cities { text-align: center; background: rgba(42,42,42,0.92); backdrop-filter: blur(5px); padding: 30px 20px; border-radius: 12px; }
.our-cities h2 { font-size: 2em; margin-bottom: 20px; }
.our-cities h2::after { content: ''; display: block; width: 100px; height: 4px; margin: 10px auto 0; background: linear-gradient(270deg, #e63946, #ffd166, #9b5de5, #4ea8de); background-size: 400% 100%; animation: btnMove 4s ease infinite; border-radius: 2px; }
.cities-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 15px; }
.city-btn { display: block; padding: 15px; border-radius: 10px; font-weight: 600; text-align: center; text-decoration: none; color: #fff; transition: all 0.3s; border: 2px solid transparent; }
.city-btn:nth-child(5n+1) { background: #9b5de5; }
.city-btn:nth-child(5n+2) { background: #4ea8de; }
.city-btn:nth-child(5n+3) { background: #06d6a0; }
.city-btn:nth-child(5n+4) { background: #fb8500; }
.city-btn:nth-child(5n+5) { background: #2a9d8f; }
.city-btn:nth-child(5n+1):hover { background: #7c3aed; transform: scale(1.05); border-color: #ffd166; }
.city-btn:nth-child(5n+2):hover { background: #3a8ec4; transform: scale(1.05); border-color: #ffd166; }
.city-btn:nth-child(5n+3):hover { background: #05b488; transform: scale(1.05); border-color: #ffd166; }
.city-btn:nth-child(5n+4):hover { background: #d97500; transform: scale(1.05); border-color: #ffd166; }
.city-btn:nth-child(5n+5):hover { background: #21867a; transform: scale(1.05); border-color: #ffd166; }
.view-all-cities { margin-top: 20px; display: inline-block; background: linear-gradient(270deg, #e63946, #fb8500, #ffd166); background-size: 400% 100%; animation: btnMove 4s ease infinite; color: #fff; padding: 12px 24px; border-radius: 5px; text-decoration: none; font-weight: 600; transition: all 0.3s; }
.view-all-cities:hover { transform: scale(1.05); }
.offer-banner { background: linear-gradient(270deg, #e63946, #9b5de5, #4ea8de, #e63946); background-size: 400% 100%; animation: btnMove 6s ease infinite; color: #fff; padding: 15px; text-align: center; font-weight: 700; border-radius: 10px; margin: 20px 0; }
.discount-badge { display: inline-block; background: linear-gradient(135deg, #ffd166, #fb8500); color: #000; padding: 5px 15px; border-radius: 20px; font-weight: 700; font-size: 0.9em; }
.price-tag { display: inline-block; background: linear-gradient(135deg, #ffd166, #fb8500); color: #000; padding: 8px 20px; border-radius: 25px; font-weight: 700; }
.price-highlight { color: #ffd166; font-weight: 700; }
.gradient-text { background: linear-gradient(90deg, #ffd166, #ff6b9d, #9b5de5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.neon-gold { color: #ffd700; text-shadow: 0 0 7px #ffd700, 0 0 10px #ffd700, 0 0 21px #ffd700, 0 0 42px #ffaa00; }
.neon-purple { color: #9b5de5; text-shadow: 0 0 7px #9b5de5, 0 0 10px #9b5de5, 0 0 21px #9b5de5, 0 0 42px #7c00ff; }
.neon-blue { color: #4ea8de; text-shadow: 0 0 7px #4ea8de, 0 0 10px #4ea8de, 0 0 21px #4ea8de, 0 0 42px #0066ff; }
.neon-green { color: #06d6a0; text-shadow: 0 0 7px #06d6a0, 0 0 10px #06d6a0, 0 0 21px #06d6a0, 0 0 42px #00ff88; }
.neon-pink { color: #ff6b9d; text-shadow: 0 0 7px #ff6b9d, 0 0 10px #ff6b9d, 0 0 21px #ff6b9d, 0 0 42px #ff0066; }
footer { background: linear-gradient(135deg, #1a0033 0%, #c1121f 20%, #9b5de5 50%, #4ea8de 70%, #2a9d8f 100%); padding: 40px 20px; width: 100%; color: #fff; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
footer h3 { font-size: 1.2em; margin-bottom: 15px; }
footer p, footer a { font-size: 0.9em; color: #fff; margin: 5px 0; text-decoration: none; }
footer a:hover { color: #ffd166; }
footer .social-icons a { margin: 0 10px; font-size: 1.2em; }
::selection { background: #9b5de5; color: #fff; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: #1a1a1a; }
::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #e63946, #9b5de5, #4ea8de); border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #ffd166, #ff6b9d, #06d6a0); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-in { opacity: 0; transform: translateY(20px); }
.fade-in.visible { animation: fadeIn 1s ease-in forwards; }
.old-price { text-decoration: line-through; color: #888; font-size: 0.8em; }
.new-price { color: #ffd166; font-weight: 700; font-size: 1.3em; }
.tag { display: inline-block; padding: 4px 12px; border-radius: 15px; font-size: 0.8em; font-weight: 600; margin: 3px; }
.tag-gold { background: #ffd166; color: #000; }
.tag-purple { background: #9b5de5; color: #fff; }
.tag-blue { background: #4ea8de; color: #fff; }
.tag-green { background: #06d6a0; color: #000; }
.tag-pink { background: #ff6b9d; color: #fff; }
.tag-orange { background: #fb8500; color: #fff; }
@media (max-width: 768px) {
/* Header */
header { padding: 8px 10px; }
header h1 { font-size: 0.95em; line-height: 1.3; }

/* Nav */
.hamburger { display: block; font-size: 1.3em; }
.close-menu { display: block; }
nav { position: fixed; top: 0; right: -100%; height: 100%; width: 100%; max-width: 300px; background: rgba(20,0,40,0.98); backdrop-filter: blur(5px); transition: right 0.3s ease; z-index: 1001; }
nav.active { right: 0; }
nav ul { flex-direction: column; padding: 15px; margin-top: 60px; }
nav ul li { margin: 8px 0; }
nav ul li a { font-size: 1em; padding: 8px; }
.dropdown-content { position: static; box-shadow: none; background: transparent; display: block !important; }
.dropdown-col { display: block; width: 100%; padding: 5px 0; }

/* Grid layouts */
.profiles, .categories, .hotels, .cities-grid { grid-template-columns: 1fr; }
.profile-card img, .category-card img { max-width: 100%; height: auto; }

/* Banner */
.banner { height: 220px; }
.banner h2 { font-size: 1.3em; }
.banner a { padding: 10px 20px; font-size: 0.9em; }
.banner-content h2 { font-size: 1.3em; }

/* Sticky buttons */
.sticky-wa { bottom: 65px; right: 8px; padding: 10px 14px; font-size: 0.78em; }
.sticky-call { bottom: 15px; right: 8px; padding: 10px 14px; font-size: 0.78em; }

/* Container and sections */
.container { padding: 0 12px; margin: 10px auto; }
.container h1 { font-size: 1.2em; }
.container h2 { font-size: 1.15em; }
.container h3 { font-size: 1em; }
.hero { padding: 25px 12px; }
.hero h2 { font-size: 1.15em; }
.quick-booking { padding: 18px 12px; margin: 15px 0; }
.quick-booking h2 { font-size: 1.1em; }
.quick-booking p { font-size: 0.8em; }
.quick-booking a { padding: 10px 18px; font-size: 0.9em; }

/* Pricing tables - scrollable on mobile */
.pricing table, .locations table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; }
.pricing table table, .locations table table { display: table; min-width: 520px; }
.pricing th, .pricing td, .locations th, .locations td { padding: 8px 10px; font-size: 0.8em; white-space: nowrap; }

/* Cards */
.profile-card { padding: 15px; }
.category-card { padding: 12px; }
.hotel-card { padding: 15px; }
.testimonials { padding: 18px 12px; }
.testimonials h2 { font-size: 1.1em; }
.testimonial-card { max-width: 100%; margin: 8px 0; display: block; padding: 15px; }

/* Offer / Russian / Red-light sections */
.offer-banner { padding: 18px 12px; }
.offer-banner h2 { font-size: 1em; }
.offer-banner p { font-size: 0.85em; }
.offer-banner a { font-size: 0.85em; padding: 8px 18px; }
.russian-section, .red-light { padding: 18px 12px; }
.article-section { padding: 18px 12px; }

/* Age gate */
#agegate h2 { font-size: 1.2em; }
#agegate p { font-size: 0.8em; max-width: 90%; }
#agegate button { padding: 10px 25px; font-size: 0.95em; }

/* Hashtags & cities */
.hashtags p { font-size: 0.7em; line-height: 1.7; }
.our-cities { padding: 18px 12px; }
.cities-grid { gap: 10px; }
.city-btn { padding: 10px; font-size: 0.85em; }
.badge { margin: 6px; }
.badge img { width: 45px; height: 45px; }
.badge p { font-size: 0.8em; }

/* Footer */
footer { grid-template-columns: 1fr; padding: 25px 15px; gap: 15px; }
footer h3 { font-size: 1em; }
footer p, footer a { font-size: 0.8em; }
}

/* Two-column dropdown */
.dropdown-col { display: inline-block; vertical-align: top; min-width: 150px; padding: 0 10px; }
.dropdown-col h4 { color: #ffd166; margin: 0 0 8px; font-size: 0.9em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 4px; }
