/*
Theme Name: Prime LBar WP
Theme URI: https://prime-permanent.com.ua/
Author: Prime Studio
Author URI: https://prime-permanent.com.ua/
Description: WordPress-тема в стиле LBar для Prime Permanent, с SEO, адаптивностью и анимацией
Version: 1.0
License: GNU GPL v2 or later
Text Domain: prime-lbar
*/
body {font-family:'Helvetica Neue', sans-serif; margin:0; padding:0; color:#333; line-height:1.6;}
a {color:#b37b7b; text-decoration:none;}
header, footer {background:#fff; padding:20px; box-shadow:0 2px 5px rgba(0,0,0,0.05);}
.container {width:90%; max-width:1200px; margin:0 auto;}
h1,h2,h3,h4 {margin:0 0 15px 0;}
button, .btn {background:#b37b7b; color:#fff; padding:12px 25px; border:none; border-radius:5px; cursor:pointer; transition:0.3s;}
button:hover, .btn:hover {background:#a55a5a;}
section {padding:60px 0; opacity:0; transform: translateY(50px); transition: all 0.8s ease;}
section.visible {opacity:1; transform: translateY(0);}
.hero {background:linear-gradient(to right,#fff0f5,#ffe4e1); text-align:center;}
.services .service-items, .gallery, .team {display:flex; flex-wrap:wrap; gap:20px;}
.services .service-item, .team-member, .review {flex:1 1 30%; background:#fff; padding:20px; border-radius:8px; box-shadow:0 4px 10px rgba(0,0,0,0.05);}
.gallery img {flex:1 1 30%; border-radius:5px;}
@media(max-width:768px){.services .service-items,.gallery,.team{flex-direction:column;}}
