/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Trajan Pro Font Face Declarations */
/* Add your Trajan Pro font files to a 'fonts' folder and uncomment/update paths */
@font-face {
    font-family: 'Trajan Pro';
    src: url('./fonts/TrajanPro-Regular.woff2') format('woff2'),
         url('./fonts/TrajanPro-Regular.woff') format('woff'),
         url('./fonts/TrajanPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trajan Pro';
    src: url('./fonts/TrajanPro-Semibold.woff2') format('woff2'),
         url('./fonts/TrajanPro-Semibold.woff') format('woff'),
         url('./fonts/TrajanPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Crimson Text', serif;
    line-height: 1.6;
    color: #2c3e50;
    background: #ffffff;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles with Banner Background */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/Untitled%20design%20%281%29-wlc7CFLmLLvYlfHeUeBWQTHePTgnly.png') center/cover no-repeat;
    opacity: 0.8;
    z-index: -1;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.9) 0%, rgba(42, 82, 152, 0.8) 100%);
    backdrop-filter: blur(10px);
    z-index: -1;
}

.navbar {
    padding: 1.5rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo h1 {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
}

.logo span {
    color: #4ecdc4;
    font-size: 0.9rem;
    display: block;
    margin-top: -2px;
    font-style: italic;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2.5rem;
}

.nav-menu a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.nav-menu a:hover {
    color: #4ecdc4;
    transform: translateY(-2px);
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #4ecdc4;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin: 3px 0;
    transition: 0.3s;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #4ecdc4 100%);
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/Untitled%20design%20%281%29-wlc7CFLmLLvYlfHeUeBWQTHePTgnly.png') center/cover no-repeat;
    opacity: 0.15;
    z-index: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.author-intro {
    margin-bottom: 2rem;
}

.welcome-text {
    font-size: 1.2rem;
    color: #4ecdc4;
    font-style: italic;
    display: block;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.author-name {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    line-height: 1.1;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.author-title {
    font-size: 1.5rem;
    color: #4ecdc4;
    font-style: italic;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    letter-spacing: 1.5px;
}

.hero-description {
    font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    max-width: 500px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.btn {
    padding: 15px 35px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
}

.btn-primary {
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(78, 205, 196, 0.4);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(78, 205, 196, 0.5);
}

.btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-secondary:hover {
    background: #ffffff;
    color: #1e3c72;
    transform: translateY(-3px);
}

.author-stats {
    display: flex;
    gap: 3rem;
}

.stat {
    text-align: center;
    color: #ffffff;
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 600;
    color: #4ecdc4;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/* Hero Showcase */
.hero-showcase {
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-book {
    text-align: center;
}

/* Professional Book Mockup Styles */
.book-mockup-container {
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.book-mockup-image {
    width: 350px;
    height: auto;
    transition: all 0.4s ease;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.3));
}

.book-mockup-container:hover .book-mockup-image {
    transform: scale(1.05);
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.4));
}

.book-info {
    color: #ffffff;
}

.book-badge {
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
}

.book-info h3 {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    color: #4ecdc4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-info p {
    font-style: italic;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.book-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.stars {
    color: #ffd700;
    font-size: 1.2rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.rating-text {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* About Author Section */
.about-author {
    padding: 120px 0;
    background: #ffffff;
}

/* Video Trailer Section */
.video-trailer-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.video-trailer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(30, 60, 114, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(78, 205, 196, 0.04) 0%, transparent 50%);
    pointer-events: none;
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: #000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
}

.video-embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.video-caption {
    text-align: center;
    color: #2c3e50;
    font-size: 1.2rem;
    margin-top: 2rem;
    font-style: italic;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 5rem;
    align-items: start;
}

.author-photo-section {
    position: sticky;
    top: 120px;
}

.author-photo {
    position: relative;
    margin-bottom: 2rem;
}

.photo-placeholder {
    width: 300px;
    height: 300px;
    /* background: linear-gradient(135deg, #1e3c72, #4ecdc4); */
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.author-silhouette {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.author-silhouette img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.author-silhouette::before {
    content: '';
    display: none;
}

.photo-frame {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    /* border: 3px solid #4ecdc4; */
    border-radius: 25px;
    background: transparent;
}

.author-quote {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    padding: 2rem;
    border-radius: 15px;
    /* border-left: 4px solid #4ecdc4; */
    position: relative;
}

.author-quote::before {
    content: '';
    display: none;
}

.author-quote blockquote {
    font-size: 1.1rem;
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.author-quote cite {
    color: #1e3c72;
    font-weight: 600;
    font-style: normal;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.section-title {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-size: 2.8rem;
    justify-content: center;
    align-items: center;
    color: black;
    margin-bottom: 2rem;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    border-radius: 2px;
}

/* Center utility only for specific titles */
.center-title {
    text-align: center;
}

/* Center the decorative dash for centered titles */
.center-title::after {
    left: 50%;
    transform: translateX(-50%);
}

/* Book cover specific styling for About the Book section */
.about-book-section .book-cover-placeholder {
    background: transparent;
    border: 2px solid #4ecdc4;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-book-section .book-cover-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
}

.about-book-section .book-cover-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    /* transition: transform 0.3s ease; */
}

/* .about-book-section .book-cover-image:hover img {
    transform: scale(1.05);
} */

.bio-text p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.author-achievements {
    margin-top: 3rem;
    padding: 2.5rem;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    border: 1px solid rgba(78, 205, 196, 0.2);
}

.author-achievements h3 {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    color: #1e3c72;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.author-achievements ul {
    list-style: none;
}

.author-achievements li {
    padding: 0.8rem 0;
    font-size: 1rem;
    color: #555;
    border-bottom: 1px solid rgba(78, 205, 196, 0.2);
    transition: all 0.3s ease;
}

.author-achievements li:hover {
    color: #1e3c72;
    padding-left: 10px;
}

.author-achievements li:last-child {
    border-bottom: none;
}

/* Books Section */
.books-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.books-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
    margin-top: 3rem;
}

.book-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.book-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border-color: #4ecdc4;
}

.book-card.featured {
    grid-row: span 2;
}

.book-cover-display {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: linear-gradient(135deg, #1e3c72, #4ecdc4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.book-card.featured .book-cover-display {
    height: 400px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Featured Book Cover for Cards */
.featured-book-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

.featured-book-image {
    width: 200px;
    height: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.2));
}

.book-card:hover .featured-book-image {
    transform: scale(1.05);
}

.book-placeholder {
    width: 120px;
    height: 160px;
    background: linear-gradient(135deg, #1e3c72, #4ecdc4);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.book-card:hover .book-placeholder {
    transform: scale(1.05);
}

.placeholder-design {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.placeholder-icon {
    font-size: 2rem;
}

.placeholder-design span {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

.book-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(30, 60, 114, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.book-cover-display:hover .book-overlay {
    opacity: 1;
}

.book-details {
    padding: 2rem;
}

.book-status {
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    color: #ffffff;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 1rem;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
}

.book-details h3 {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #1e3c72;
    margin-bottom: 0.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.book-subtitle {
    font-style: italic;
    color: #666;
    margin-bottom: 1rem;
}

.book-description {
    color: #555;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.book-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.book-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-small {
    padding: 10px 20px;
    font-size: 0.9rem;
}

.btn-outline {
    background: transparent;
    color: #1e3c72;
    border: 2px solid #1e3c72;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: #1e3c72;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Gallery Section */
.gallery-section {
    padding: 120px 0;
    background: #ffffff;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-placeholder {
    height: 200px;
    background: linear-gradient(135deg, #1e3c72, #4ecdc4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.placeholder-content {
    text-align: center;
}

.gallery-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.placeholder-content p {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Events Section */
.events-section {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.event-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #4ecdc4;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.event-date {
    text-align: center;
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    color: #ffffff;
    padding: 1rem;
    border-radius: 10px;
    min-width: 80px;
    height: fit-content;
}

.event-date .month {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    letter-spacing: 1.5px;
}

.event-date .day {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    letter-spacing: 1px;
}

.event-info h3 {
    color: #1e3c72;
    margin-bottom: 0.5rem;
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.event-location,
.event-time {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.event-description {
    color: #555;
    line-height: 1.6;
    margin: 1rem 0;
}

/* Footer */
.footer {
    background: #1e3c72;
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://hebbkx1anhila5yf.public.blob.vercel-storage.com/Untitled%20design%20%281%29-wlc7CFLmLLvYlfHeUeBWQTHePTgnly.png') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
    position: relative;
    z-index: 2;
}

.footer-section h3,
.footer-section h4 {
    font-family: 'Trajan Pro', 'Playfair Display', serif;
    color: #4ecdc4;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.footer-section p {
    margin-bottom: 1rem;
    opacity: 0.9;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 0.8rem;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.footer-section ul li a:hover {
    opacity: 1;
    color: #4ecdc4;
    padding-left: 5px;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    font-size: 1.35rem;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
    padding: 10px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-links a i {
    display: block;
}

.social-links a:hover {
    transform: scale(1.15);
}

.social-links a[aria-label="Facebook"]:hover {
    background: #1877f2;
    color: #fff;
}

.social-links a[aria-label="Instagram"]:hover {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
    color: #fff;
}

.social-links a[aria-label="YouTube"]:hover {
    background: #ff0000;
    color: #fff;
}

.newsletter-form {
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}

.newsletter-form input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

.newsletter-form button {
    padding: 12px 25px;
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(78, 205, 196, 0.4);
}

.contact-info {
    margin-top: 1rem;
}

.contact-info p {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.8;
    position: relative;
    z-index: 2;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 3rem;
    }
    
    .about-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .author-photo-section {
        position: static;
        text-align: center;
    }
    
    .books-grid {
        grid-template-columns: 1fr;
    }
    
    .author-stats {
        justify-content: center;
    }
    
    .book-actions {
        justify-content: center;
    }
    
    .video-container {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .video-wrapper {
        border-radius: 15px;
    }
    
    .video-caption {
        font-size: 1.1rem;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 90px;
        flex-direction: column;
        background: rgba(30, 60, 114, 0.95);
        backdrop-filter: blur(10px);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        padding: 2rem 0;
        gap: 1rem;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .author-name {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .author-stats {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .events-grid {
        grid-template-columns: 1fr;
    }
    
    .event-card {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    
    .book-meta {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .author-name {
        font-size: 2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .photo-placeholder {
        width: 250px;
        height: 250px;
    }
    
    .hero-buttons {
        gap: 1rem;
    }
    
    .btn {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
    
    .book-mockup-image {
        width: 280px;
    }
    
    .video-trailer-section {
        padding: 80px 0;
    }
    
    .video-container {
        padding: 0 15px;
    }
    
    .video-wrapper {
        border-radius: 10px;
    }
    
    .video-caption {
        font-size: 1rem;
        margin-top: 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Loading animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.fade-in-up {
    animation: fadeInUp 0.6s ease forwards;
}

/* Focus styles for accessibility */
.btn:focus,
.nav-menu a:focus,
input:focus {
    outline: 2px solid #4ecdc4;
    outline-offset: 2px;
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #4ecdc4, #45b7aa);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #45b7aa, #3ca194);
}