/* Glam By Bubbly - Complete Design Match */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --blush-50: #fef5f7;
    --blush-100: #fde8ec;
    --blush-200: #fbd5de;
    --blush-300: #f8b4c5;
    --blush-400: #f38ba6;
    --blush-500: #ea5f85;
    --blush-600: #d63d68;
    --gold-500: #ea9f44;
    --cream-50: #fefdfb;
    --beige-50: #f9f7f4;
    --gray-600: #4b5563;
    --gray-700: #374151;
    --gray-800: #1f2937;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--gray-800);
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 0;
    margin-top: 0;
}

/* Remove any default spacing that might create white space */
body > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
}

.text-blush { color: var(--blush-500) !important; }
.text-gold { color: var(--gold-500) !important; }
.bg-blush { background: var(--blush-500) !important; }

.btn-primary {
    padding: 0.75rem 2rem;
    background: var(--blush-500);
    color: white;
    border-radius: 9999px;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: none;
    text-decoration: none;
    display: inline-block;
}

.btn-primary:hover {
    background: var(--blush-600);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    color: white;
    transform: translateY(-1px);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gray-800);
    margin-bottom: 1rem;
}

.section-subtitle {
    color: var(--gray-600);
    font-size: 1.125rem;
    max-width: 42rem;
    margin: 0 auto 3rem;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 0;
    transition: all 0.3s;
    width: 100%;
}

.navbar.scrolled {
    padding: 1rem 0;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.875rem;
    font-weight: 700;
    text-decoration: none;
}

.nav-link {
    color: var(--gray-700) !important;
    font-weight: 500;
    margin: 0 0.5rem;
    transition: color 0.3s;
    text-decoration: none;
}

.nav-link:hover {
    color: var(--blush-500) !important;
}

.feature-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    height: 100%;
}

.feature-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--blush-500), var(--gold-500));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}

.footer-section {
    background: linear-gradient(135deg, var(--beige-50), var(--cream-50));
    padding: 4rem 0 2rem;
    margin-top: 4rem;
}

.footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--gray-800);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--gray-600);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: var(--blush-500);
}

.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: start;
    gap: 0.75rem;
}

.footer-contact i {
    color: var(--blush-500);
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.footer-contact a {
    color: var(--gray-600);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-contact a:hover {
    color: var(--blush-500);
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    color: var(--blush-500);
    font-size: 1.5rem;
    transition: color 0.3s;
    text-decoration: none;
}

.social-link:hover {
    color: var(--blush-600);
}

.payment-badge {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.whatsapp-button {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1000;
}

.whatsapp-link {
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    text-decoration: none;
    position: relative;
}

.whatsapp-link:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    color: white;
}

.whatsapp-link::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25D366;
    opacity: 0.75;
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {
    75%, 100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Hero Carousel Styles */
#heroCarousel {
    background: linear-gradient(135deg, #fef5f7, #fefdfb, #f9f7f4);
}

#heroCarousel .carousel-indicators {
    bottom: 2rem;
    z-index: 15;
}

#heroCarousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.8);
    margin: 0 5px;
}

#heroCarousel .carousel-indicators button.active {
    background-color: var(--blush-500);
    border-color: var(--blush-500);
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}

#heroCarousel .carousel-control-prev {
    left: 2rem;
}

#heroCarousel .carousel-control-next {
    right: 2rem;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(320deg) brightness(92%) contrast(89%);
}

html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f9f7f4;
}

::-webkit-scrollbar-thumb {
    background: #f38ba6;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ea5f85;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }
    
    /* Hero section responsive text */
    #heroCarousel h1 {
        font-size: 2.5rem !important;
    }
    
    #heroCarousel p {
        font-size: 1.5rem !important;
    }
    
    #heroCarousel .btn-primary {
        font-size: 1rem !important;
        padding: 0.875rem 2rem !important;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.75rem;
    }
    
    /* Hero section mobile text */
    #heroCarousel h1 {
        font-size: 2rem !important;
        margin-bottom: 1rem !important;
    }
    
    #heroCarousel p {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    #heroCarousel .btn-primary {
        font-size: 0.9375rem !important;
        padding: 0.75rem 1.5rem !important;
    }
    
    /* Category cards mobile */
    .col-6 {
        margin-bottom: 1rem;
    }
}
