:root{--bg: #ffffff;--text: #1f2937;--muted: #6b7280}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg)}h1,h2,h3,h4,h5,h6{color:var(--text)}p{color:var(--muted)}a{color:inherit;text-decoration:none}.page{display:flex;flex-direction:column;min-height:100vh}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}.header{padding:56px 0 24px}.brand{margin:0;font-size:40px;line-height:1.2;text-align:center}.brand.small{font-size:18px}.tagline{margin-top:12px;text-align:center;font-size:20px;color:#666}.section-title{margin:0 0 16px;font-size:24px}.services-section{padding:8px 0 32px}.services-list{margin:0;padding-left:18px;display:grid;grid-template-columns:1fr 1fr;gap:6px 24px}.services-list li{line-height:1.5}.services-list li::marker{color:#999}.gallery-section{padding:24px 0 48px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-item{display:block;overflow:hidden;border-radius:8px}.gallery-item img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .2s ease}.gallery-item:hover img{transform:scale(1.03)}.button-link{display:inline-block;padding:10px 16px;background:#111;color:#fff;border-radius:8px}.button-row{display:inline-flex;gap:10px}.footer{margin-top:auto;padding:24px 0;border-top:1px solid #e7e7e7}.footer-columns{align-items:start}.footer-col{display:flex;flex-direction:column;gap:6px;text-align:left}.footer .brand.small{margin-bottom:6px}.footer .contacts div{margin:2px 0}.link{color:#111;text-decoration:underline}.link:hover{opacity:.8}.vk-link{color:#1f6feb;text-decoration:none;font-weight:600}.vk-link:hover{color:#0f4aa3}@media (max-width: 600px){.footer-col{text-align:center}}.content{padding:0 20px}.content h2{margin:24px 0 8px;font-size:22px}.muted{color:#6b7280}.note{background:#f8fafc;border:1px solid #e5e7eb;padding:12px 14px;border-radius:8px}.list{margin:8px 0 16px;padding-left:18px}.list li{margin:6px 0}.steps{counter-reset:step;list-style:none;padding-left:0}.steps li{position:relative;margin:10px 0 10px 36px}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:-36px;top:0;width:28px;height:28px;border-radius:999px;background:#111;color:#fff;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.footer-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.footer .contacts a{color:inherit}.copyright{margin-top:12px;font-size:12px;color:#888}@media (max-width: 768px){.gallery{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.brand{font-size:28px}.tagline{font-size:18px}.services-list,.gallery{grid-template-columns:1fr}.gallery-item img{height:200px}}
