/* Melanie Joseph - Children's Book Author Website - Royal Blue & Daisy Theme */
:root {
    --primary: #4169E1;
    --primary-dark: #27408B;
    --secondary: #FFD700;
    --accent: #FFFACD;
    --daisy-yellow: #FFEB3B;
    --daisy-white: #FFF8DC;
    --dark: #1a237e;
    --light: #E8F4FD;
    --text: #2C3E50;
    --text-light: #5D6D7E;
    --white: #FFFFFF;
    --shadow: 0 4px 20px rgba(65, 105, 225, 0.15);
    --shadow-hover: 0 8px 30px rgba(65, 105, 225, 0.25);
    --radius: 12px;
    --radius-lg: 20px;
    --font-heading: 'Fredoka One', cursive;
    --font-body: 'Open Sans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-body);
    color: var(--text);
    line-height: 1.6;
    background: var(--light);
    overflow-x: hidden;
}

/* Typography */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 400;
    line-height: 1.2;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }

a {
    text-decoration: none;
    color: var(--primary);
    transition: all 0.3s ease;
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Navigation */
.navbar {
    background: var(--white);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 50px;
    width: auto;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-menu a {
    color: var(--dark);
    font-weight: 600;
    font-size: 1rem;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--primary);
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.nav-social {
    display: flex;
    gap: 15px;
}

.nav-social a {
    font-size: 1.3rem;
    color: var(--text-light);
}

.nav-social a:hover {
    color: var(--primary);
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background: var(--dark);
    transition: all 0.3s ease;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, rgba(65, 105, 225, 0.7) 0%, rgba(39, 64, 139, 0.8) 100%),
                url('../images/daisy-blue.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.hero .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1,
.hero h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 3.5rem;
}

.hero-content h1 span {
    color: #FFD700;
    display: block;
    
}

.hero-content p,
.hero p {
    font-size: 1.3rem;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
    font-size: 1.3rem;

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
    color: #FFFFFF;

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
    margin-bottom: 30px;

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
    

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
    font-weight: 600;

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
}

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: var(--shadow-hover);
}

.btn-secondary {
    background: var(--white);
    color: var(--primary);
    border: 2px solid var(--primary);
}

.btn-secondary:hover {
    background: var(--primary);
    color: var(--white);
}

.hero-image {
    position: relative;
}

.hero-image img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-hover);
}

/* Section Styles */
.section {
    padding: 80px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    color: #1a1a1a;
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.2rem;
    color: #333333;
    max-width: 600px;
    margin: 0 auto;
}

/* About Section */
.about {
    background: var(--white);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.about-image::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: var(--accent);
    border-radius: var(--radius-lg);
    z-index: -1;
}

.about-content h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* Books Section */
.books-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.book-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.book-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-hover);
}

.book-cover {
    position: relative;
    padding-top: 150%;
    overflow: hidden;
}

.book-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book-info {
    padding: 25px;
}

.book-info h3 {
    color: var(--dark);
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.book-info p {
    color: var(--text-light);
    margin-bottom: 15px;
}

.book-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.book-price {
    font-weight: 700;
    color: var(--primary);
    font-size: 1.2rem;
}

/* Reviews Section */
.reviews {
    background: var(--light);
}

.review-card {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}

.review-header {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.review-book-cover {
    width: 80px;
    height: 120px;
    object-fit: cover;
    border-radius: var(--radius);
}

.review-book-info h4 {
    color: var(--dark);
    margin-bottom: 5px;
}

.review-book-info .release-date {
    color: var(--text-light);
    font-size: 0.9rem;
}

.review-stars {
    color: var(--accent);
    font-size: 1.2rem;
    margin-top: 10px;
}

.review-content {
    font-style: italic;
    font-size: 1.1rem;
    color: var(--text);
    margin-bottom: 15px;
}

.review-author {
    font-weight: 700;
    color: var(--dark);
}

/* Blog Section */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
}

.blog-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
}

.blog-image {
    position: relative;
    padding-top: 60%;
    overflow: hidden;
}

.blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: var(--text-light);
}

.blog-content h3 {
    color: var(--dark);
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.blog-content h3 a:hover {
    color: var(--primary);
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    margin-top: 15px;
}

/* Contact Section */
.contact {
    background: var(--white);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info h3 {
    color: var(--dark);
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact-method i {
    font-size: 1.5rem;
    color: var(--primary);
    width: 40px;
}

.contact-form {
    background: var(--light);
    padding: 40px;
    border-radius: var(--radius-lg);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--dark);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 15px;
    border: 2px solid #e0e0e0;
    border-radius: var(--radius);
    font-size: 1rem;
    font-family: var(--font-body);
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--primary);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.checkbox-group {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.checkbox-group input {
    width: auto;
    margin-top: 5px;
}

.checkbox-group label {
    font-weight: normal;
    font-size: 0.95rem;
    line-height: 1.4;
}

.checkbox-group a {
    text-decoration: underline;
}

/* Footer */
.footer {
    background: var(--dark);
    color: var(--white);
    padding: 60px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer-brand h3 {
    color: var(--primary);
    margin-bottom: 15px;
}

.footer-brand p {
    color: rgba(255,255,255,0.7);
    margin-bottom: 20px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: var(--primary);
    transform: translateY(-3px);
}

.footer-links h4 {
    color: var(--white);
    margin-bottom: 20px;
}

.footer-links ul {
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255,255,255,0.7);
}

.footer-links a:hover {
    color: var(--primary);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 30px;
    text-align: center;
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: rgba(255,255,255,0.7);
    margin: 0 10px;
}

/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--dark);
    color: var(--white);
    padding: 20px;
    z-index: 9999;
    display: none;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.cookie-consent.show {
    display: block;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cookie-text {
    flex: 1;
}

.cookie-text p {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.9);
}

.cookie-text a {
    color: var(--primary);
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.btn-cookie {
    padding: 10px 25px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-cookie-accept {
    background: var(--primary);
    color: var(--white);
}

.btn-cookie-accept:hover {
    background: var(--primary-dark);
}

.btn-cookie-manage {
    background: transparent;
    color: var(--white);
    border: 2px solid rgba(255,255,255,0.5);
}

.btn-cookie-manage:hover {
    border-color: var(--white);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeInUp 0.6s ease forwards;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero .container,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-image {
        order: -1;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    h3 { font-size: 1.5rem; }
    
    .nav-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: var(--white);
        flex-direction: column;
        align-items: center;
        padding: 40px 0;
        transition: left 0.3s ease;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .hero {
        padding: 60px 0;
    }
    
.hero-content h1,
.hero h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 3.5rem;
}
    
    .section {
        padding: 60px 0;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
}

/* Success/Error Messages */
.alert {
    padding: 15px 20px;
    border-radius: var(--radius);
    margin-bottom: 20px;
}

.alert-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Book Detail Page */
.book-detail {
    padding: 100px 0;
    background: var(--white);
}

.book-detail-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

.book-detail-cover {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-hover);
    overflow: hidden;
}

.book-detail-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.book-detail-info h1 {
    color: var(--dark);
    margin-bottom: 10px;
}

.book-detail-meta {
    color: var(--text-light);
    margin-bottom: 30px;
}

.book-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.pagination a,
.pagination span {
    padding: 10px 15px;
    border-radius: var(--radius);
    font-weight: 600;
}

.pagination a {
    background: var(--white);
    color: var(--primary);
    box-shadow: var(--shadow);
}

.pagination a:hover {
    background: var(--primary);
    color: var(--white);
}

.pagination .current {
    background: var(--primary);
    color: var(--white);
}

/* === PAGE-SPECIFIC STYLES === */

/* Contact Page Styles */
        .contact-hero {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 80px 0;
            text-align: center;
        }
        .contact-hero h1 {
            color: white;
            font-size: 3.5rem;
        }
        .contact-hero p {
            font-size: 1.3rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 20px auto 0;
        }
        .success-message {
            display: none;
            background: #d4edda;
            color: #155724;
            padding: 20px;
            border-radius: 12px;
            margin-bottom: 20px;
            text-align: center;
        }
        .success-message.show {
            display: block;
        }
</head>


/* Book Detail Page Styles */
.book-detail-hero {
    background: linear-gradient(135deg, #FFE66D 0%, #FF6B6B 100%);
    padding: 100px 0;
}
.book-detail-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}
.book-cover-large {
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    overflow: hidden;
}
.book-cover-large img {
    width: 100%;
    height: auto;
    display: block;
}
.book-info h1 {
    color: white;
    font-size: 4rem;
    margin-bottom: 10px;
}
.book-subtitle {
    color: rgba(255,255,255,0.9);
    font-size: 1.3rem;
    margin-bottom: 30px;
}
.book-meta {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.book-meta-item {
    background: rgba(255,255,255,0.2);
    padding: 15px 25px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
}
.book-description {
    background: white;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
}
.book-description h2 {
    color: var(--dark);
    margin-bottom: 20px;
}
.book-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}
.buy-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.buy-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
}
.buy-button.amazon {
    background: #FF9900;
    color: white;
}
.buy-button.amazon:hover {
    background: #E68A00;
    transform: translateY(-3px);
}
.buy-button.barnes {
    background: #333;
    color: white;
}
.buy-button.barnes:hover {
    background: #000;
    transform: translateY(-3px);
}

/* Contact Page Styles */
.contact-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
}
.contact-hero h1 {
    color: white;
    font-size: 3.5rem;
}
.contact-hero p {
    font-size: 1.3rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 20px auto 0;
}
.success-message {
    display: none;
    background: #d4edda;
    color: #155724;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.success-message.show {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .book-detail-grid {
        grid-template-columns: 1fr;
    }
    .book-info h1 {
        font-size: 2.5rem;
    }
    .book-cover-large {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Legal Pages Styles */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
}
.legal-content h1 {
    color: var(--dark);
    margin-bottom: 30px;
}
.legal-content h2 {
    color: var(--primary);
    margin-top: 40px;
    margin-bottom: 15px;
}
.legal-content p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.legal-content ul {
    margin-left: 30px;
    margin-bottom: 20px;
}
.legal-content li {
    margin-bottom: 10px;
}

/* Daisy Theme Additions */
.daisy-divider {
    text-align: center;
    padding: 30px 0;
    font-size: 2rem;
    letter-spacing: 10px;
}

.daisy-bg {
    background: linear-gradient(135deg, #E8F4FD 0%, #FFF8DC 50%, #FFFACD 100%);
}

.btn-daisy {
    background: linear-gradient(135deg, #4169E1, #27408B);
    color: white;
    border: 2px solid #FFD700;
}

.btn-daisy:hover {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: var(--dark);
    border-color: #4169E1;
}

.section-daisy {
    background: linear-gradient(to bottom, #FFF8DC, #E8F4FD);
}

.hero-daisy {
    background: linear-gradient(135deg, #E8F4FD 0%, #B8D4E8 50%, #87CEEB 100%);
}

.card-daisy {
    background: white;
    border: 2px solid #FFD700;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}

.card-daisy:hover {
    border-color: #4169E1;
    box-shadow: 0 8px 25px rgba(65, 105, 225, 0.2);
}

/* Floating daisies animation */
@keyframes floatDaisy {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(5deg); }
}

.floating-daisy {
    animation: floatDaisy 4s ease-in-out infinite;
    font-size: 3rem;
}

/* Daisy Background Sections */
.section-daisy-bg {
    background: linear-gradient(135deg, rgba(232, 244, 253, 0.95) 0%, rgba(255, 248, 220, 0.95) 100%),
                url('../images/daisy-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-section-daisy {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(232, 244, 253, 0.9) 100%),
                url('../images/daisy-pink.jpg');
    background-size: cover;
    background-position: center;
}

/* Ensure text readability over photo backgrounds */
.hero-content h1,
.hero-content p,
.hero p {
    font-size: 1.3rem;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
}

.hero-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
