:root {
  --bg: #070812;
  --bg-2: #0d0f1f;
  --panel: rgba(21, 19, 46, 0.82);
  --panel-strong: rgba(16, 15, 36, 0.96);
  --primary: #00e7ff;
  --primary-2: #8e42ff;
  --accent: #ff1f8f;
  --accent-soft: #c456ff;
  --contact-orange: #ffac4b;
  --success: #2ed573;
  --warning: #ffa502;
  --danger: #ff6b81;
  --text: #f6f7ff;
  --text-muted: #98a0bf;
  --line: rgba(255, 255, 255, 0.08);
  --radius: 26px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Inter', system-ui, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(0, 231, 255, 0.16), transparent 24%), radial-gradient(circle at top right, rgba(142, 66, 255, 0.14), transparent 26%), radial-gradient(circle at bottom left, rgba(255, 31, 143, 0.10), transparent 22%), linear-gradient(180deg, #080913 0%, #0a0c19 48%, #06070f 100%); min-height: 100vh; line-height: 1.5; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(114, 240, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(114, 240, 255, 0.025) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(180deg, rgba(255,255,255,0.35), transparent 76%); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
option { color: #111827; }
.glass, .glass-panel { background: var(--panel); border: 1px solid var(--line); box-shadow: var(--shadow); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.navbar { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); }
.nav-container { width: min(calc(100% - 32px), 1200px); margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: flex; align-items: center; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.03em; }
.logo span { background: linear-gradient(135deg, var(--primary), var(--primary-2), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.nav-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.nav-links > a, .lang-btn { color: var(--text-muted); border-radius: 999px; padding: 10px 14px; transition: .2s ease; border: 0; background: transparent; cursor: pointer; }
.nav-links > a:hover, .lang-btn:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.lang-dropdown { position: relative; }
.lang-content { position: absolute; top: calc(100% + 8px); right: 0; min-width: 200px; padding: 10px; border-radius: 18px; display: none; }
.lang-dropdown:hover .lang-content { display: block; }
.lang-content a { display: block; padding: 10px 12px; border-radius: 12px; color: var(--text-muted); }
.lang-content a:hover { color: var(--text); background: rgba(255,255,255,0.05); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1px solid transparent; cursor: pointer; font-weight: 700; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #05111b; background: linear-gradient(135deg, var(--primary), var(--primary-2) 55%, var(--accent)); box-shadow: 0 18px 38px rgba(114, 240, 255, 0.22); }
.btn-outline { color: var(--text); border-color: rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: .92rem; }
.full-width { width: 100%; }
.mt-3 { margin-top: 1rem; }
.mt-4 { margin-top: 1.4rem; }
.mb-3 { margin-bottom: 1rem; }
.ml-2 { margin-left: .5rem; }
.text-center { text-align: center; }
.text-danger { color: var(--danger) !important; }
.text-success { color: var(--success) !important; }
.text-muted { color: var(--text-muted); }
.center-content { text-align: center; }
.menu-btn { display: none; width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,0.04); color: var(--text); }
.cart-count { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: rgba(255,255,255,.12); color: var(--text); font-size: .8rem; }
.hero { width: min(calc(100% - 32px), 1200px); margin: 0 auto; padding: 60px 0 30px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; }
.badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px; border-radius: 999px; border: 1px solid rgba(0, 231, 255, 0.16); background: rgba(0, 231, 255, 0.08); color: #d8fbff; font-size: .92rem; }
.hero h1 { font-family: 'Outfit', sans-serif; font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: .96; letter-spacing: -0.04em; margin: 18px 0 0; }
.hero h1 span { background: linear-gradient(135deg, var(--primary), var(--primary-2), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { color: var(--text-muted); font-size: 1.06rem; max-width: 56ch; margin: 18px 0 0; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero-features { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; color: #dffbff; }
.feature-item { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.06); }
.hero-visual { position: relative; min-height: 540px; display: flex; align-items: center; justify-content: center; }
.hero-img { width: 100%; max-width: 520px; border-radius: 28px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.glow-orb { position: absolute; border-radius: 50%; filter: blur(24px); z-index: 0; }
.orb-1 { width: 220px; height: 220px; right: 0; top: 30px; background: rgba(0,231,255,.18); }
.orb-2 { width: 180px; height: 180px; left: 0; bottom: 40px; background: rgba(255,31,143,.14); }
.floating { position: relative; z-index: 1; }
.section { width: min(calc(100% - 32px), 1200px); margin: 0 auto; padding: 34px 0; }
.section-header { margin-bottom: 24px; }
.section-header h2 { margin: 0; font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.02; letter-spacing: -0.04em; }
.section-header span { background: linear-gradient(135deg, var(--primary), var(--primary-2), var(--accent)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.section-header p { margin: 12px auto 0; color: var(--text-muted); max-width: 60ch; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; padding: 26px; border-radius: var(--radius); overflow: hidden; text-align: left; }
.service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)); pointer-events: none; }
.service-card-top { margin-bottom: 20px; }
.service-icon { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px; font-size: 2rem; border: 1px solid rgba(255,255,255,.05); position: relative; }
.service-icon::after { content: ''; position: absolute; inset: -8px; border-radius: 28px; opacity: .9; filter: blur(18px); z-index: -1; }
.icon-magenta { color: #ff1f8f; background: rgba(255, 31, 143, .08); }
.icon-magenta::after { background: rgba(255, 31, 143, .26); }
.icon-violet { color: #c456ff; background: rgba(196, 86, 255, .08); }
.icon-violet::after { background: rgba(196, 86, 255, .22); }
.icon-purple { color: #a145ff; background: rgba(161, 69, 255, .08); }
.icon-purple::after { background: rgba(161, 69, 255, .22); }
.icon-pink { color: #ff2d88; background: rgba(255, 45, 136, .08); }
.icon-pink::after { background: rgba(255, 45, 136, .22); }
.icon-violet-soft { color: #b347ff; background: rgba(179, 71, 255, .08); }
.icon-violet-soft::after { background: rgba(179, 71, 255, .22); }
.service-card h3 { margin: 0 0 12px; font-size: 1.24rem; font-family: 'Outfit', sans-serif; }
.service-card p { margin: 0 0 18px; color: var(--text-muted); min-height: 104px; }
.price-block { display: flex; align-items: end; gap: 6px; margin-top: auto; margin-bottom: 18px; }
.price-block strong { font-size: 2rem; font-family: 'Outfit', sans-serif; line-height: 1; }
.price-block span { color: var(--text-muted); font-size: .96rem; margin-bottom: 3px; }
.service-actions { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.tone-magenta { border-color: rgba(255,31,143,.12); }
.tone-violet { border-color: rgba(196,86,255,.12); }
.tone-purple { border-color: rgba(161,69,255,.12); }
.tone-pink { border-color: rgba(255,45,136,.12); }
.tone-violet-soft { border-color: rgba(179,71,255,.12); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-tile { padding: 20px; border-radius: 22px; text-align: left; }
.review-tile p { color: var(--text-muted); margin: 0 0 14px; }
.review-tile strong { display: block; }
.review-tile span { color: var(--text-muted); font-size: .9rem; }
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(2, 6, 12, .68); }
.modal.active { display: flex; }
.modal-content { width: min(100%, 1080px); border-radius: 30px; position: relative; overflow: hidden; }
.small-modal { max-width: 560px; }
.close-btn { position: absolute; top: 14px; right: 14px; width: 42px; height: 42px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--text); z-index: 2; }
.modal-body { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; padding: 24px; }
.modal-img-container { position: relative; }
.modal-img-container img { width: 100%; height: 100%; min-height: 300px; max-height: 520px; object-fit: cover; border-radius: 22px; border: 1px solid var(--line); }
.modal-price-tag { position: absolute; left: 14px; top: 14px; border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.12); font-weight: 700; }
.modal-info h3 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 0 0 12px; font-family: 'Outfit', sans-serif; }
.desc-text { color: var(--text-muted); }
.reviews-section { margin-top: 22px; }
.reviews-section h4 { margin: 0 0 12px; }
.reviews-list { display: grid; gap: 12px; max-height: 280px; overflow: auto; }
.review-item { padding: 14px; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); }
.review-stars { color: #ffd86a; margin-bottom: 8px; display: flex; gap: 6px; }
.review-author { color: #dffbff; font-weight: 600; font-size: .92rem; margin-top: 8px; }
.form-container { padding: 24px; }
.modal-header { padding: 28px 24px 0; text-align: center; }
.modal-header h3 { margin: 0 0 8px; font-family: 'Outfit', sans-serif; font-size: 2rem; }
.modal-header p { margin: 0; color: var(--text-muted); }
.form-group { display: grid; gap: 8px; margin-bottom: 16px; }
.form-group label { color: #dffbff; font-size: .92rem; }
.form-group input, .form-group select, .form-group textarea, .form-input { width: 100%; min-height: 48px; border-radius: 16px; padding: 0 14px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); color: var(--text); outline: none; }
.form-group textarea { min-height: 120px; padding-top: 12px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder, .form-input::placeholder { color: #7f91ab; }
.cart-summary { display: flex; justify-content: space-between; align-items: center; margin: 18px 0; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.04); }
.cart-item { display: flex; justify-content: space-between; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.cart-controls { display: flex; align-items: center; gap: 8px; }
.cart-controls button { width: 32px; height: 32px; border-radius: 10px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.04); color: var(--text); }
.remove-link { color: var(--danger) !important; }
.empty-state { padding: 18px; border-radius: 18px; background: rgba(255,255,255,.04); color: var(--text-muted); }
.floating-contact { position: fixed; right: 20px; z-index: 45; display: inline-flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 999px; box-shadow: var(--shadow); background: linear-gradient(135deg, #47ec8a, #25d366); color: #07130d; }
.payment-bank-card { margin-bottom: 16px; padding: 16px; border-radius: 18px; text-align: left; }
.payment-bank-card strong { display: block; margin-bottom: 8px; }
.service-group-block + .service-group-block { margin-top: 22px; }
.service-group-head { display: flex; justify-content: flex-start; margin-bottom: 14px; }
.service-group-pill { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); color: #dffbff; font-weight: 600; }
@media (max-width: 980px) { .hero, .modal-body, .services-grid, .review-grid { grid-template-columns: 1fr; } .hero-visual { min-height: auto; } }
@media (max-width: 760px) { .nav-links { display: none; } .menu-btn { display: inline-grid; place-items: center; } .hero { padding-top: 40px; width: min(calc(100% - 24px), 1200px); } .hero h1 { font-size: clamp(2.15rem, 12vw, 3.7rem); } .section, .nav-container { width: min(calc(100% - 24px), 1200px); } .hero-buttons, .service-actions { flex-direction: column; } .btn { width: 100%; } .floating-contact { right: 12px; } .service-card p { min-height: auto; } }
