/* Pawfect Companion Styles */

/* Utility Classes */
.pawfect-relative { position: relative; }
.pawfect-absolute { position: absolute; }
.pawfect-overflow-hidden { overflow: hidden; }
.pawfect-flex { display: flex; }
.pawfect-items-center { align-items: center; }
.pawfect-justify-center { justify-content: center; }
.pawfect-text-center { text-align: center; }
.pawfect-min-h-screen { min-height: 100vh; }
.pawfect-bg-cover { background-size: cover; }
.pawfect-bg-center { background-position: center; }
.pawfect-inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.pawfect-bg-black { background-color: #000; }
.pawfect-bg-opacity-40 { background-color: rgba(0, 0, 0, 0.4); }
.pawfect-text-white { color: #fff; }
.pawfect-z-10 { z-index: 10; }
.pawfect-container { max-width: 1200px; }
.pawfect-mx-auto { margin-left: auto; margin-right: auto; }
.pawfect-px-4 { padding-left: 1rem; padding-right: 1rem; }
.pawfect-py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pawfect-mb-4 { margin-bottom: 1rem; }
.pawfect-mb-6 { margin-bottom: 1.5rem; }
.pawfect-mb-8 { margin-bottom: 2rem; }
.pawfect-mt-8 { margin-top: 2rem; }
.pawfect-opacity-90 { opacity: 0.9; }
.pawfect-opacity-20 { opacity: 0.2; }
.pawfect-opacity-10 { opacity: 0.1; }
.pawfect-leading-tight { line-height: 1.25; }
.pawfect-font-bold { font-weight: 700; }
.pawfect-font-semibold { font-weight: 600; }
.pawfect-text-lg { font-size: 1.125rem; }
.pawfect-text-xl { font-size: 1.25rem; }
.pawfect-text-4xl { font-size: 2.25rem; }
.pawfect-text-3xl { font-size: 1.875rem; }
.pawfect-max-w-2xl { max-width: 42rem; }
.pawfect-max-w-4xl { max-width: 56rem; }
.pawfect-inline-block { display: inline-block; }
.pawfect-px-8 { padding-left: 2rem; padding-right: 2rem; }
.pawfect-py-4 { padding-left: 1rem; padding-right: 1rem; }
.pawfect-rounded-full { border-radius: 9999px; }
.pawfect-transition-all { transition: all 0.3s ease; }
.pawfect-duration-300 { transition-duration: 300ms; }
.pawfect-shadow-lg { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }
.pawfect-top-10 { top: 2.5rem; }
.pawfect-left-10 { left: 2.5rem; }
.pawfect-bottom-10 { bottom: 2.5rem; }
.pawfect-right-10 { right: 2.5rem; }
.pawfect-w-16 { width: 4rem; }
.pawfect-h-16 { height: 4rem; }
.pawfect-w-20 { width: 5rem; }
.pawfect-h-20 { height: 5rem; }
.pawfect-w-full { width: 100%; }
.pawfect-h-full { height: 100%; }
.pawfect-clearfix::after { content: ""; display: table; clear: both; }

/* Primary Color Variables */
.pawfect-bg-primary { background-color: var(--primary-color, #ff6b35); }
.pawfect-text-primary { color: var(--primary-color, #ff6b35); }

/* Hover Effects */
.pawfect-bg-primary:hover,
.hover\:pawfect-bg-opacity-90:hover { background-color: var(--primary-color-hover, #e55a2b); }
.hover\:pawfect-transform:hover { transform: translateY(-2px); }
.hover\:pawfect-scale-105:hover { transform: scale(1.05); }

/* Responsive Design */
@media (min-width: 768px) {
    .md\:pawfect-text-6xl { font-size: 3.75rem; }
    .md\:pawfect-text-5xl { font-size: 3rem; }
    .md\:pawfect-text-xl { font-size: 1.25rem; }
}

/* Hero Slider Specific Styles */
.pawfect-hero-slider {
    position: relative;
    height: 100vh;
    min-height: 600px;
}

.pawfect-hero-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.pawfect-hero-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.pawfect-hero-slider .swiper-button-next,
.pawfect-hero-slider .swiper-button-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
}

.pawfect-hero-slider .swiper-button-next:after,
.pawfect-hero-slider .swiper-button-prev:after {
    font-size: 18px;
}

.pawfect-hero-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.pawfect-hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-color, #ff6b35);
}

/* CTA Section Specific Styles */
.pawfect-cta-section {
    background: linear-gradient(135deg, var(--primary-color, #ff6b35) 0%, var(--primary-color-dark, #e55a2b) 100%);
    position: relative;
    overflow: hidden;
}

.pawfect-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="paw" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><g fill="white" opacity="0.1"><circle cx="5" cy="5" r="1"/><circle cx="15" cy="5" r="1"/><circle cx="10" cy="10" r="1.5"/><ellipse cx="10" cy="15" rx="2" ry="1.5"/></g></pattern></defs><rect width="100%" height="100%" fill="url(%23paw)"/></svg>');
    opacity: 0.1;
    pointer-events: none;
}

/* Animation Classes */
.pawfect-fade-in {
    animation: pawfectFadeIn 0.8s ease-in-out;
}

.pawfect-slide-up {
    animation: pawfectSlideUp 0.8s ease-out;
}

@keyframes pawfectFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pawfectSlideUp {
    from { 
        opacity: 0; 
        transform: translateY(30px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

/* Button Styles */
.pawfect-btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}

.pawfect-btn-primary {
    background-color: var(--primary-color, #ff6b35);
    color: #fff;
}

.pawfect-btn-primary:hover {
    background-color: var(--primary-color-hover, #e55a2b);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.pawfect-btn-white {
    background-color: #fff;
    color: var(--primary-color, #ff6b35);
}

.pawfect-btn-white:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .pawfect-hero-slider {
        min-height: 500px;
    }
    
    .pawfect-text-4xl {
        font-size: 2rem;
    }
    
    .pawfect-text-3xl {
        font-size: 1.5rem;
    }
    
    .pawfect-px-8 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    
    .pawfect-py-20 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (max-width: 480px) {
    .pawfect-hero-slider {
        min-height: 400px;
    }
    
    .pawfect-px-4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
