/*
Theme Name: AquaTime Premium
Description: Сучасна SEO-оптимізована тема для компанії Акватайм (будівництво басейнів).
Author: Web Studio
Version: 1.0
Text Domain: aquatime
*/

/* Всі інші стилі завантажуються через Tailwind CSS у header.php */
.faq-answer { transition: max-height 0.4s ease, opacity 0.4s ease; max-height: 0; opacity: 0; overflow: hidden; }
.faq-item.active .faq-answer { max-height: 300px; opacity: 1; margin-top: 12px; }
.faq-item.active .faq-icon { transform: rotate(45deg); color: #ea580c; }
.portfolio-img { transition: transform 0.5s ease; }
.portfolio-card:hover .portfolio-img { transform: scale(1.1); }