@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Tangerine:wght@400;700&family=Dancing+Script:wght@400;700&family=Parisienne&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='32' height='32' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🌸</text></svg>") 16 0, auto;
}

body {
    font-family: 'Dancing Script', 'Parisienne', cursive, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f5f0e8 0%, #faf5ed 50%, #fff8f0 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

/* Root Trail Effect */
canvas#rootCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1003;
}

/* Floating Petals Animation */
.petals-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1002;
    overflow: hidden;
}

.petal {
    position: absolute;
    font-size: 20px;
    animation: fall linear infinite;
    opacity: 0.7;
}

.transition-petal {
    position: absolute;
    font-size: 30px;
    animation: fallFast 1s linear forwards;
    opacity: 1;
    z-index: 2000;
}

@keyframes fall {
    0% { transform: translateY(-10vh) rotate(0deg); opacity: 0.7; }
    100% { transform: translateY(110vh) rotate(360deg); opacity: 0; }
}

@keyframes fallFast {
    0% { transform: translateY(-10vh) rotate(0deg); opacity: 1; }
    100% { transform: translateY(110vh) rotate(360deg); opacity: 1; }
}

/* Navigation */
.navbar {
    background: linear-gradient(90deg, #ff69b4, #ff1493);
    padding: 1rem 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Great Vibes', cursive;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.cart-badge {
    background: #ff1493;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 0.8rem;
    margin-left: 5px;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #ffb3d9 0%, #ff69b4 100%);
    color: white;
    position: relative;
    z-index: 2;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.hero-title {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-family: 'Great Vibes', cursive;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.cta-button {
    background: white;
    color: #ff69b4;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.2rem;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Animations */
.fade-in {
    animation: fadeIn 1s ease-in;
}

.fade-in-delay {
    animation: fadeIn 1s ease-in 0.3s both;
}

.pulse {
    animation: pulse 2s ease-in-out infinite;
}

.slide-in {
    animation: slideIn 0.6s ease-out forwards;
    opacity: 0;
}

/* Product Delays */
.slide-in:nth-child(1) { animation-delay: 0.1s; }
.slide-in:nth-child(2) { animation-delay: 0.2s; }
.slide-in:nth-child(3) { animation-delay: 0.3s; }
.slide-in:nth-child(4) { animation-delay: 0.4s; }
.slide-in:nth-child(5) { animation-delay: 0.5s; }
.slide-in:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes slideIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Products Section */
.products-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.section-title {
    text-align: center;
    font-size: 2.5rem;
    color: #ff1493;
    margin-bottom: 3rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    font-family: 'Tangerine', cursive;
    font-weight: 700;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.product-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.2);
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(255, 105, 180, 0.4);
}

.product-image {
    font-size: 5rem;
    margin-bottom: 1rem;
}

.product-card h3 {
    color: #ff1493;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.product-card p {
    color: #666;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 1.8rem;
    color: #ff69b4;
    font-weight: bold;
    margin: 1rem 0;
}

.add-to-cart {
    background: linear-gradient(90deg, #ff69b4, #ff1493);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 25px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.add-to-cart:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.5);
}

/* Footer */
.footer {
    background: linear-gradient(90deg, #ff69b4, #ff1493);
    color: white;
    text-align: center;
    padding: 2rem;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

/* Marquee Styles */
.marquee-container {
    width: 100%;
    background: #ff1493;
    color: white;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
    font-size: 1.1rem;
    font-weight: 500;
}

@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* Proceed to Cart Button */
#proceedToCartBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #4CAF50; /* Green for go */
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 1001;
    display: none; /* Hidden by default */
    animation: bounceIn 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s;
}

#proceedToCartBtn:hover {
    transform: scale(1.05);
    background: #45a049;
}

@keyframes bounceIn {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
}

/* Navigation Links */
.logo a {
    text-decoration: none;
    color: inherit;
}

/* Contact Links Styling */
.contact-link-box {
    display: inline-block;
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
    padding: 8px 15px;
    margin: 5px 0;
    border-radius: 10px;
    border: 2px solid #ff69b4;
    box-shadow: 0 3px 10px rgba(255, 105, 180, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ff1493;
    font-weight: 600;
}

.contact-link-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 105, 180, 0.4);
    background: linear-gradient(135deg, #ffe5f0 0%, #fff0f8 100%);
}

/* Cart Item Badge */
.in-cart-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4CAF50;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    z-index: 10;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .products-grid {
        grid-template-columns: 1fr;
    }
}
