/*
Theme Name: Lavender Rose Travel
Theme URI: https://lavenderrosetravel.com
Author: Lavender Rose
Author URI: https://lavenderrosetravel.com
Description: قالب مخصص لشركة Lavender Rose Travel & Tourism - وكالة سفر وسياحة
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lavender-rose
Domain Path: /languages
Tags: travel, tourism, arabic, rtl, responsive, custom-colors
*/

/* ===== WORDPRESS BASE RESET ===== */
html { box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; margin: 0; padding: 0; }

/* ===== WORDPRESS REQUIRED CLASSES ===== */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.sticky { }
.gallery-caption { }
.bypostauthor { }

/* ===== GOOGLE FONTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;700&display=swap');

/* ===== CSS VARIABLES ===== */
:root {
    --lavender-light: #F3E8FF;
    --lavender: #B19CD9;
    --lavender-dark: #7A5C9E;
    --black: #121212;
    --white: #ffffff;
    --gray-50: #f9fafb;
    --gray-100: #f3f4f6;
    --gray-400: #9ca3af;
    --gray-500: #6b7280;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
    --green-500: #10B981;
    --green-600: #059669;
    --red-500: #EF4444;
    --pink: #ff6b9d;
    --pink-dark: #c44569;
    --purple: #8e44ad;
}

/* ===== BASE ===== */
body {
    font-family: 'Tajawal', 'Almarai', sans-serif;
    overflow-x: hidden;
    background: var(--gray-50);
    color: var(--black);
    direction: rtl;
    text-align: right;
}

html { scroll-behavior: smooth; }

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f1f1; }
::-webkit-scrollbar-thumb { background: var(--lavender); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--lavender-dark); }

/* ===== UTILITY ===== */
.gradient-text {
    background: linear-gradient(90deg, var(--lavender-dark), var(--lavender));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.glass-effect {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* ===== SPLASH SCREEN ===== */
#splash-screen {
    position: fixed; inset: 0; z-index: 9999;
    background: linear-gradient(135deg, #1a0a2e 0%, #0d0221 50%, #1a0a2e 100%);
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}
.splash-bg {
    position: absolute; inset: 0;
    overflow: hidden; pointer-events: none;
}
.splash-bg-1 {
    position: absolute; width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(177,156,217,0.15) 0%, transparent 70%);
    border-radius: 50%; top: 10%; left: 10%;
    animation: splashFloat 6s ease-in-out infinite;
}
.splash-bg-2 {
    position: absolute; width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(255,107,157,0.1) 0%, transparent 70%);
    border-radius: 50%; bottom: 20%; right: 15%;
    animation: splashFloat 8s ease-in-out infinite reverse;
}
.splash-title-wrap {
    text-align: center;
    animation: splashIn 1s ease-out;
}
.splash-line-top, .splash-line-bottom {
    width: 60px; height: 3px;
    background: linear-gradient(90deg, var(--pink), var(--lavender));
    margin: 0 auto;
    border-radius: 2px;
    animation: expandLine 1.2s ease-out 0.5s both;
}
.splash-line-top { margin-bottom: 24px; }
.splash-line-bottom { margin-top: 24px; animation-delay: 0.7s; }
.splash-title {
    font-family: 'Reem Kufi', 'Tajawal', sans-serif;
    font-size: 3rem; font-weight: 700; margin: 0;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark), var(--lavender), var(--purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 2px;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}
.splash-subtitle {
    font-family: 'Tajawal', sans-serif;
    font-size: 0.9rem; color: var(--lavender);
    letter-spacing: 6px; text-transform: uppercase;
    margin: 8px 0 0; opacity: 0.8;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}
.splash-tagline-wrap {
    margin-top: 40px;
    animation: fadeInUp 0.8s ease-out 0.9s both;
}
.splash-tagline {
    font-family: 'Reem Kufi', 'Tajawal', sans-serif;
    font-size: 1.3rem; color: #e8d5f5;
    letter-spacing: 3px; margin: 0;
    text-shadow: 0 2px 10px rgba(177,156,217,0.3);
}
.splash-loading-wrap {
    margin-top: 48px;
    animation: fadeIn 1s ease-out 1.2s both;
}
.splash-loading-bar-bg {
    width: 120px; height: 2px;
    background: rgba(177,156,217,0.2);
    border-radius: 2px; overflow: hidden;
}
.splash-loading-bar {
    width: 0%; height: 100%;
    background: linear-gradient(90deg, var(--pink), var(--lavender));
    border-radius: 2px;
    animation: loadingBar 2s ease-in-out 1.5s both;
}

/* ===== ANIMATIONS ===== */
@keyframes splashIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes expandLine {
    from { width: 0; opacity: 0; }
    to { width: 60px; opacity: 1; }
}
@keyframes loadingBar {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}
@keyframes splashFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-20px) scale(1.05); }
}
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

/* ===== HEADER ===== */
#main-header {
    position: fixed; width: 100%; z-index: 50;
    background: rgba(18, 18, 18, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid #374151;
    transition: all 0.3s ease;
}
#main-header.scrolled {
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.header-inner {
    max-width: 1280px; margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex; justify-content: space-between; align-items: center;
}
.logo-text-container {
    font-family: 'Reem Kufi', 'Tajawal', sans-serif;
    line-height: 1.2;
}
.logo-main {
    font-size: 1.5rem; font-weight: 700;
    background: linear-gradient(135deg, var(--pink), var(--pink-dark), var(--purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 1px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}
.logo-sub {
    font-size: 0.65rem; font-weight: 400;
    color: #e8d5f5; letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: -2px; opacity: 0.9;
}

/* Desktop Nav */
.desktop-nav {
    display: none;
    gap: 1.5rem;
}
.desktop-nav a {
    color: #d1d5db;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s;
}
.desktop-nav a:hover { color: var(--lavender); }

/* Header CTA Button */
.header-cta {
    display: none;
    background: var(--lavender-dark);
    color: white; padding: 0.5rem 1.5rem;
    border-radius: 9999px; font-weight: 700;
    border: none; cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(122, 92, 158, 0.3);
    align-items: center; gap: 0.5rem;
    text-decoration: none;
}
.header-cta:hover { background: var(--black); }

/* Mobile Menu Button */
#menuBtn {
    background: none; border: none;
    color: white; font-size: 1.5rem;
    padding: 0.5rem; cursor: pointer;
}

@media (min-width: 768px) {
    .desktop-nav { display: flex; }
    .header-cta { display: flex; }
    #menuBtn { display: none; }
}

/* ===== MOBILE MENU ===== */
.mobile-menu-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.5); z-index: 40;
    display: none; opacity: 0;
    transition: opacity 0.3s;
}
.mobile-menu-overlay.active { display: block; opacity: 1; }

.mobile-menu {
    position: fixed; top: 0; right: 0;
    height: 100%; width: 280px;
    background: white; z-index: 50;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: -5px 0 30px rgba(0,0,0,0.1);
}
.mobile-menu.active { transform: translateX(0); }

.mobile-menu-header {
    display: flex; justify-content: space-between; align-items: center;
    padding: 1.5rem;
    border-bottom: 1px solid var(--gray-100);
}
.mobile-menu-title { font-weight: 700; font-size: 1.25rem; color: var(--lavender-dark); }
.mobile-menu-close {
    background: none; border: none;
    color: #6b7280; font-size: 1.25rem;
    cursor: pointer; padding: 0.25rem;
}
.mobile-menu-close:hover { color: #ef4444; }

.mobile-menu-nav {
    display: flex; flex-direction: column;
    padding: 1.5rem; gap: 0.5rem;
}
.mobile-menu-nav a {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600; color: var(--gray-700);
    text-decoration: none;
    transition: all 0.2s;
}
.mobile-menu-nav a:hover {
    background: var(--lavender-light);
    color: var(--lavender-dark);
}

.mobile-menu-footer {
    padding: 1.5rem;
    border-top: 1px solid var(--gray-100);
}
.mobile-menu-footer .header-cta {
    display: flex; width: 100%;
    justify-content: center;
}

/* ===== HERO ===== */
#home {
    position: relative;
    height: 100vh;
    display: flex; align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to left, rgba(18, 18, 18, 0.92), rgba(18, 18, 18, 0.25));
}
.hero-content {
    position: relative; z-index: 10;
    max-width: 1280px; margin: 0 auto;
    padding: 0 1rem;
    padding-top: 5rem;
    text-align: right;
}
.hero-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin-bottom: 1rem;
}
.hero-title span { color: var(--lavender); }
.hero-desc {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.9);
    margin-bottom: 2rem;
    max-width: 42rem;
}
.hero-buttons {
    display: flex; flex-direction: column;
    gap: 1rem;
}
.hero-btn {
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: 1rem;
}
.hero-btn-primary {
    background: white; color: var(--black);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.hero-btn-primary:hover { background: var(--lavender); }
.hero-btn-secondary {
    background: var(--lavender-dark); color: white;
    border: 1px solid var(--lavender-dark);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.hero-btn-secondary:hover { background: var(--black); }

@media (min-width: 768px) {
    .hero-title { font-size: 3.75rem; }
    .hero-desc { font-size: 1.25rem; }
    .hero-buttons { flex-direction: row; }
    .hero-content { text-align: right; }
}
@media (max-width: 767px) {
    .hero-content { text-align: center; }
}

/* ===== SECTIONS COMMON ===== */
.section { padding: 5rem 0; }
.section-white { background: white; }
.section-gray { background: var(--gray-50); }
.section-dark {
    background: linear-gradient(to bottom, #111827, var(--black));
    color: white;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}
.section-header h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
}
.section-header .divider {
    width: 6rem; height: 4px;
    background: var(--lavender-dark);
    margin: 0 auto;
    border-radius: 9999px;
}
.section-header p {
    color: var(--gray-500);
    margin-top: 1rem;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

/* ===== SERVICE CARDS ===== */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 768px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
    .services-grid { grid-template-columns: repeat(3, 1fr); }
}

.service-card {
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(122, 92, 158, 0.2);
}
.service-card .img-wrap {
    width: 100%; height: 200px;
    overflow: hidden; position: relative;
}
.img-wrap.img-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f0f7;
}
.img-wrap.img-fallback::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f03e";
    font-size: 3rem;
    color: #c9a0c0;
}
.service-card .img-cover {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.service-card:hover .img-cover { transform: scale(1.08); }
.service-badge {
    position: absolute; top: 12px; right: 12px;
    z-index: 10; font-size: 0.7rem; font-weight: 700;
    padding: 4px 14px; border-radius: 999px;
    color: white; letter-spacing: 0.5px;
}
.service-card .card-body { padding: 1.25rem; }
.service-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.service-card p {
    color: var(--gray-500);
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
.service-card .card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-card .card-actions.full {
    justify-content: center;
}
.service-card .btn-detail {
    color: var(--lavender-dark);
    font-weight: 700; font-size: 0.875rem;
    background: none; border: none;
    cursor: pointer; text-decoration: underline;
    font-family: inherit;
}
.service-card .btn-detail:hover { color: var(--black); }
.service-card .btn-action {
    background: var(--black); color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    border: none; cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}
.service-card .btn-action:hover { background: var(--lavender-dark); }
.service-card .btn-action.lavender {
    background: var(--lavender-dark);
}
.service-card .btn-action.lavender:hover { background: var(--black); }
.service-card .btn-action.full {
    width: 100%; text-align: center;
}

@media (max-width: 767px) {
    .service-card .img-wrap { height: 170px; }
}

/* ===== GALLERY ===== */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .gallery-grid { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.gallery-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(122, 92, 158, 0.3);
}
.gallery-item .img-wrap {
    width: 100%; height: 280px;
    overflow: hidden;
}
.gallery-item .img-cover {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.gallery-item:hover .img-cover { transform: scale(1.12); }
.gallery-overlay {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    padding: 2rem 1.5rem 1.5rem;
    color: white;
    transition: padding 0.4s ease;
}
.gallery-item:hover .gallery-overlay { padding-bottom: 2.5rem; }
.gallery-overlay h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.2rem; }
.gallery-overlay p { font-size: 0.8rem; opacity: 0.85; }

@media (max-width: 767px) {
    .gallery-item .img-wrap { height: 220px; }
}

/* ===== CONTACT ===== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 56rem;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
}

.contact-card {
    background: #f8f6fc;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
    transition: all 0.35s ease;
    border: 1px solid transparent;
}
.contact-card:hover {
    background: white;
    border-color: var(--lavender);
    box-shadow: 0 8px 30px rgba(177, 156, 217, 0.2);
    transform: translateY(-5px);
}
.contact-card .icon-circle {
    width: 56px; height: 56px;
    background: var(--lavender-light);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1rem;
    transition: all 0.35s ease;
}
.contact-card:hover .icon-circle { background: var(--lavender-dark); }
.contact-card .icon-circle i {
    font-size: 1.4rem;
    color: var(--lavender-dark);
    transition: color 0.35s ease;
}
.contact-card:hover .icon-circle i { color: white; }
.contact-card h4 { font-size: 1.125rem; font-weight: 700; margin-bottom: 0.25rem; }
.contact-card p { color: var(--gray-500); }
.contact-card .wa-btn {
    background: var(--green-500); color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.875rem;
    border: none; cursor: pointer;
    transition: all 0.3s;
    margin-top: 0.5rem;
    font-family: inherit;
    text-decoration: none;
    display: inline-block;
}
.contact-card .wa-btn:hover { background: var(--green-600); }

/* ===== BRANCHES ===== */
.branches-section { margin-top: 3rem; }
.branches-section h3 {
    font-size: 1.5rem; font-weight: 700;
    text-align: center; margin-bottom: 2rem;
}
.branches-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .branches-grid { grid-template-columns: repeat(2, 1fr); }
}

.branch-card {
    background: linear-gradient(to bottom right, var(--lavender-light), white);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid rgba(177,156,217,0.2);
}
.branch-header {
    display: flex; align-items: center; gap: 0.75rem;
    margin-bottom: 1rem;
}
.branch-icon {
    width: 48px; height: 48px;
    background: var(--lavender-dark);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white; flex-shrink: 0;
}
.branch-header h4 { font-weight: 700; font-size: 1.125rem; }
.branch-header p { font-size: 0.875rem; color: var(--gray-500); }
.branch-card .branch-address {
    color: var(--gray-500);
    margin-bottom: 0.75rem;
}
.branch-phone {
    display: flex; align-items: center; gap: 0.5rem;
    color: var(--lavender-dark); font-weight: 700;
}
.branch-phone i { color: var(--green-500); }
.branch-card .wa-btn {
    width: 100%; margin-top: 0.75rem;
    background: var(--lavender-dark); color: white;
    padding: 0.5rem; border-radius: 0.5rem;
    border: none; cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.branch-card .wa-btn:hover { background: var(--black); }

/* ===== SOCIAL ===== */
.social-section { text-align: center; margin-top: 3rem; }
.social-section h4 { font-size: 1.125rem; font-weight: 700; margin-bottom: 1.5rem; }
.social-links {
    display: flex; justify-content: center; gap: 1rem;
}
.social-link {
    width: 48px; height: 48px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.social-link:hover { transform: scale(1.25); }
.social-link.wa { background: var(--green-500); }
.social-link.wa:hover { box-shadow: 0 4px 20px rgba(16,185,129,0.4); }
.social-link.fb { background: #2563eb; }
.social-link.tg { background: #60a5fa; }
.social-link.ig {
    background: linear-gradient(to right, #a855f7, #ec4899);
}

/* ===== MAP ===== */
.map-container {
    margin-top: 3rem;
    height: 18rem;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.map-container iframe {
    width: 100%; height: 100%;
    border: 0;
}

/* ===== STATS ===== */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
}
@media (min-width: 768px) {
    .stats-grid { grid-template-columns: repeat(3, 1fr); }
}
.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--lavender);
    margin-bottom: 0.5rem;
}
.stat-label { color: var(--gray-400); font-size: 1.125rem; }

/* ===== FOOTER ===== */
.site-footer {
    background: var(--black);
    color: white;
    padding: 2.5rem 0;
    border-top: 4px solid var(--lavender);
}
.site-footer .footer-logo {
    display: flex; justify-content: center; gap: 0.5rem;
    margin-bottom: 1rem;
}
.site-footer .logo-main {
    font-size: 1.8rem; letter-spacing: 2px;
}
.site-footer .logo-sub {
    font-size: 0.75rem; letter-spacing: 4px;
}
.site-footer .footer-tagline {
    color: var(--gray-400);
    margin-bottom: 1rem;
}
.site-footer .footer-links {
    display: flex; justify-content: center; gap: 1rem;
    font-size: 0.875rem;
    color: var(--gray-400);
    margin-bottom: 1rem;
}
.site-footer .footer-links button {
    background: none; border: none;
    color: inherit; cursor: pointer;
    font-family: inherit;
    transition: color 0.3s;
}
.site-footer .footer-links button:hover { color: var(--lavender); }
.site-footer .copyright {
    color: var(--gray-500);
    font-size: 0.875rem;
}

/* ===== FLOATING WHATSAPP ===== */
.float-wa-wrap {
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 50;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.float-btn {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: white;
}
.float-btn:hover { transform: scale(1.1); }
.float-btn.phone {
    width: 48px; height: 48px;
    background: #2563eb;
}
.float-btn.wa {
    width: 56px; height: 56px;
    background: var(--green-500);
    animation: float 3s ease-in-out infinite;
}

@media (min-width: 768px) {
    .float-btn.phone { display: none; }
}

/* ===== TOAST ===== */
.toast-success {
    position: fixed; top: 24px; right: 24px; z-index: 9999;
    background: var(--green-500); color: white;
    padding: 14px 24px; border-radius: 12px;
    box-shadow: 0 10px 40px rgba(16, 185, 129, 0.3);
    display: flex; align-items: center; gap: 10px;
    transform: translateX(120%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.toast-success.show { transform: translateX(0); }

/* ===== MODALS ===== */
.modal-overlay {
    position: fixed; inset: 0; z-index: 100;
    background: rgba(0,0,0,0.7);
    display: none; align-items: center; justify-content: center;
    padding: 1rem;
}
.modal-overlay.open { display: flex; }
.modal-box {
    background: white; border-radius: 1.5rem;
    width: 100%; max-width: 560px;
    max-height: 90vh; overflow-y: auto;
    padding: 2rem; position: relative;
    animation: modalIn 0.3s ease;
}
@keyframes modalIn {
    from { opacity: 0; transform: scale(0.92) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}
.modal-close {
    position: absolute; top: 16px; left: 16px;
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--gray-100); border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: #6b7280; font-size: 1.2rem;
    transition: all 0.2s;
}
.modal-close:hover { background: #fee2e2; color: #ef4444; }
.modal-title {
    font-size: 1.5rem; font-weight: 700;
    color: var(--lavender-dark);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--gray-100);
}
.modal-content {
    max-height: 60vh;
    overflow-y: auto;
    padding-left: 0.5rem;
}
.modal-content h4 {
    font-weight: 700; color: var(--black);
    margin-top: 1rem; margin-bottom: 0.5rem;
}
.modal-content p, .modal-content ul {
    color: var(--gray-500);
    font-size: 0.875rem;
    line-height: 1.7;
}
.modal-content ul {
    list-style: disc;
    padding-right: 1.5rem;
    margin-bottom: 1rem;
}
.modal-content ul li { margin-bottom: 0.25rem; }

.modal-btn {
    width: 100%;
    background: var(--lavender-dark); color: white;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: none; cursor: pointer;
    transition: all 0.3s;
    font-family: inherit;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
}
.modal-btn:hover { background: var(--black); }
.modal-btn-group {
    display: flex; gap: 0.5rem;
    margin-top: 1rem;
}
.modal-btn-group .modal-btn { margin-top: 0; }
.modal-btn-group .modal-btn.secondary {
    background: var(--black);
}
.modal-btn-group .modal-btn.secondary:hover {
    background: var(--gray-800);
}

/* Tags in modals */
.tag-group {
    display: flex; flex-wrap: wrap; gap: 0.5rem;
    margin-bottom: 1rem;
}
.tag {
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
}
.tag-green {
    background: #dcfce7;
    color: #15803d;
}
.tag-red {
    background: #fee2e2;
    color: #b91c1c;
}

/* FAQ in modal */
.faq-item { border-bottom: 1px solid var(--gray-100); }
.faq-question {
    display: flex; justify-content: space-between; align-items: center;
    width: 100%; text-align: right;
    padding: 1rem 0;
    font-weight: 700; color: var(--gray-800);
    cursor: pointer;
    background: none; border: none;
    font-size: 1rem; font-family: inherit;
}
.faq-question:hover { color: var(--lavender-dark); }
.faq-icon { transition: transform 0.3s ease; color: var(--lavender-dark); }
.faq-answer {
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    color: var(--gray-500);
    font-size: 0.875rem; line-height: 1.7;
}
.faq-answer.open { max-height: 500px; padding-bottom: 1rem; }
.faq-item.active .faq-icon { transform: rotate(180deg); }

/* ===== AOS OVERRIDES ===== */
[data-aos] { pointer-events: auto; }

/* ===== REDUCED MOTION ===== */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 767px) {
    .section { padding: 3rem 0; }
    .section-header h2 { font-size: 1.875rem; }
    .stat-number { font-size: 2.5rem; }
}
