body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:#171717;line-height:1.45}
*{box-sizing:border-box}
img{max-width:100%;display:block;border-radius:12px}
.container{width:min(1120px,92%);margin:auto}
.header{position:sticky;top:0;background:#fff;border-bottom:1px solid #e8e8ef;z-index:5}
.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.brand{display:flex;align-items:center;gap:10px}
.brand h1{font-size:18px;margin:0}
.brand p{margin:0;color:#666;font-size:13px}
.dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#e53b8d,#d4a126)}
.btn{display:inline-block;padding:12px 16px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid transparent}
.btn-primary{background:#e53b8d;color:#fff}
.btn-outline{border-color:#ddd;background:#fff;color:#222}
.btn-light{border-color:#ddd;background:#fff;color:#222}
.btn-white{background:#fff;color:#111}
.hero{padding:28px 0 10px;background:linear-gradient(to bottom,#fff,#fff)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center}
.hero-copy h2{font-size:34px;line-height:1.08;margin:8px 0 10px}
.lead{margin:4px 0;color:#555}
.tag{margin:0;color:#e53b8d;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.08em}
.actions{margin:14px 0;display:flex;gap:10px;flex-wrap:wrap}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chips span{border:1px solid #e5e5ec;border-radius:999px;padding:6px 10px;font-size:13px;background:#fff}
.card{background:#fff;border:1px solid #e8e8ef;border-radius:16px;padding:14px;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.cards,.services,.before-after,.contact{padding:14px 0}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.promo-card{background:#fff7ea;border-color:#f1ddaf}
.promo-card .big{font-size:34px;font-weight:700;margin:4px 0}
.section-title h2{margin:6px 0 10px;font-size:28px}
.services .card h3{margin:0 0 4px}
.services .card p{margin:0;color:#666}
.price{color:#111 !important;font-size:22px;font-weight:700;margin-top:8px !important}
.text-panel h2{margin:8px 0}
.text-panel ul{margin:8px 0 14px;padding-left:20px}
.dark{background:#1d1820;color:#fff;border-color:#2f2a34}
.dark p{color:#f1eaf5}
.dark .phone{font-size:30px;font-weight:700;margin:6px 0}
.dark-tag{color:#f3cc73}
.big-time{font-size:20px;font-weight:700}
.footer{border-top:1px solid #e8e8ef;padding:16px 0 24px}
.footer-wrap{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.footer p{margin:0;color:#666}
.footer a{color:#9b246c;text-decoration:none;font-weight:700}
@media (max-width: 900px){
  .hero-grid,.grid-2{grid-template-columns:1fr}
  .grid-3{grid-template-columns:1fr 1fr}
  .hero-copy h2{font-size:28px}
}
@media (max-width: 600px){
  .nav{flex-direction:column;justify-content:center;padding:10px 0}
  .grid-3{grid-template-columns:1fr}
  .hero-copy h2{font-size:24px}
}
