/*
Theme Name: Bhopal City News
Theme URI: https://bhopalmycity.com/
Author: Antigravity AI
Description: A modern, premium news and blog theme for Bhopal City.
Version: 1.0
Text Domain: bhopal-city-news
*/

:root {
    --bg-color: #f8f9fa;
    --text-color: #2b2b2b;
    --text-muted: #6c757d;
    --accent-blue: #2563EB;
    --accent-hover: #1d4ed8;
    --white: #ffffff;
    --border-color: #e5e7eb;
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --radius-md: 8px;
    --radius-lg: 12px;
}

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

body {
    font-family: var(--font-body);
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1,
h2,
h3,
h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    color: #111827;
}

/* Navbar */
.navbar {
    background-color: var(--white);
    box-shadow: var(--shadow-sm);
    position: relative;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

/* Hero Banner */
.hero-banner {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563EB 55%, #3b82f6 100%);
    padding: 1rem 1.5rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-banner-inner {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 0.75rem;
}

.hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.hero-sub {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.88rem;
    margin: 0;
}


.brand h1 {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    color: #111827;
    margin: 0;
}

.brand .dot {
    color: var(--accent-blue);
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #f3f4f6;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    width: 100%;
    max-width: 400px;
    margin: 0 2rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.search-bar:focus-within {
    background-color: var(--white);
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.search-bar ion-icon {
    color: var(--text-muted);
    font-size: 1.25rem;
}

.search-bar input {
    border: none;
    background: transparent;
    outline: none;
    padding: 0 0.5rem;
    width: 100%;
    font-size: 0.95rem;
    color: var(--text-color);
    font-family: var(--font-body);
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1.5rem;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-muted);
    font-weight: 500;
    font-size: 1rem;
    transition: color 0.2s;
    padding-bottom: 4px;
    position: relative;
}

.nav-links a:hover {
    color: var(--text-color);
}

.nav-links a.active {
    color: var(--accent-blue);
}

.nav-links a.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--accent-blue);
    border-radius: 2px;
}

.mobile-menu-toggle {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

/* Layout Wrapper */
.app-container {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.ad-sidebar {
    width: 200px;
    /* Fixed width for standard skyscraper ads */
    flex-shrink: 0;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ad-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.ad-placeholder {
    width: 100%;
    height: 250px;
    /* Reduced height to fit multiple ads */
    background-color: #f3f4f6;
    border: 2px dashed #d1d5db;
    border-radius: var(--radius-md);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    padding: 1rem;
    transition: all 0.3s ease;
}

.ad-placeholder:hover {
    border-color: var(--accent-blue);
    background-color: #f9fafb;
    color: var(--accent-blue);
}

.ad-placeholder ion-icon {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Animations for Looping Ads */
.ad-anim {
    animation: adPulse 3s infinite alternate;
}

@keyframes adPulse {
    from { opacity: 0.9; transform: scale(1); }
    to { opacity: 1; transform: scale(1.02); }
}

.fade-in {
    animation: fadeInFast 0.5s ease-in forwards;
}

.fade-out {
    animation: fadeOutFast 0.5s ease-out forwards;
}

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

@keyframes fadeOutFast {
    from { opacity: 1; transform: translateY(0); }
    to { opacity: 0; transform: translateY(-5px); }
}

/* Main Content */
.main-content {
    flex: 1;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 2rem 1.5rem;
}

/* Responsive Hide Sidebars */
@media (max-width: 1200px) {
    .ad-sidebar {
        display: none;
    }
}

.tab-section {
    display: none;
    animation: fadeIn 0.4s ease-out;
}

.tab-section.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero */
.hero {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #111827 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

/* Articles Grid */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 1rem;
}

.card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

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

.card-img-container {
    height: 130px;
    overflow: hidden;
    background-color: #e5e7eb;
    flex-shrink: 0;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

.card-content {
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-tags {
    margin-bottom: 0.4rem;
}

.tag {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--accent-blue);
    background: rgba(37, 99, 235, 0.08);
    padding: 0.15rem 0.5rem;
    border-radius: 10px;
    letter-spacing: 0.3px;
}

.card-title {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    line-height: 1.35;
    font-weight: 700;
    color: #111827;
}

.card-excerpt {
    color: var(--text-muted);
    font-size: 0.78rem;
    margin-bottom: 0.6rem;
    flex: 1;
    line-height: 1.4;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 0.5rem;
    font-size: 0.72rem;
    color: #6b7280;
}

.author-info {
    font-weight: 600;
}

.post-date {
    color: var(--text-muted);
}

.read-more {
    margin-top: 0.4rem;
    background: none;
    border: none;
    color: var(--accent-blue);
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.read-more:hover {
    text-decoration: underline;
}

/* Forms */
.form-container {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow-md);
    max-width: 100%;
    margin-bottom: 2.5rem;
    border: 1px solid var(--border-color);
    border-top: 3px solid var(--accent-blue);
}

.form-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.form-icon {
    font-size: 1.75rem;
    color: var(--accent-blue);
    flex-shrink: 0;
}

.form-header h2 {
    font-size: 1.1rem;
    margin-bottom: 0.1rem;
}

.form-container .subtitle {
    color: var(--text-muted);
    font-size: 0.82rem;
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.optional {
    font-weight: 400;
    text-transform: none;
    color: var(--text-muted);
    font-size: 0.75rem;
    letter-spacing: 0;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.92rem;
    transition: all 0.2s;
    background-color: #f9fafb;
    color: var(--text-color);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-blue);
    background-color: var(--white);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

/* Dropzone Styles */
.dropzone {
    border: 2px dashed var(--border-color);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f9fafb;
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone.highlight {
    border-color: var(--accent-blue);
    background: rgba(37, 99, 235, 0.05);
}

.dropzone:hover {
    border-color: var(--accent-blue);
}

.drop-icon {
    font-size: 2rem;
    color: var(--accent-blue);
    margin-bottom: 0.5rem;
}

.drop-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.2rem;
}

.drop-sub {
    font-size: 0.75rem;
    color: var(--text-muted);
}

.drop-preview {
    position: relative;
    width: 100%;
}

.clear-media {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    color: #ef4444;
    font-size: 1.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-img-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.admin-header {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    max-width: 800px;
    margin: 0 auto 2rem auto;
}

.form-row {
    display: flex;
    gap: 1.5rem;
}

.form-row>.form-group {
    flex: 1;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #374151;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 1rem;
    transition: all 0.2s;
    background-color: #f9fafb;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-blue);
    background-color: var(--white);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group small {
    display: block;
    color: var(--text-muted);
    margin-top: 0.25rem;
    font-size: 0.8rem;
}

.btn {
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.2s;
    border: none;
}

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

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

.btn.success {
    background-color: #10b981;
    color: white;
}

.btn.success:hover {
    background-color: #059669;
}

.btn.danger {
    background-color: #ef4444;
    color: white;
}

.btn.danger:hover {
    background-color: #dc2626;
}

.message {
    margin-top: 0.75rem;
    border-radius: var(--radius-md);
    font-weight: 500;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message.success {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    border: 1px solid #6ee7b7;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.12);
}

.toast-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.toast-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.toast-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #065f46;
}

.toast-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 0.78rem;
    color: #047857;
}

.toast-status {
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid #6ee7b7;
    padding: 0.1rem 0.5rem;
    border-radius: 10px;
    font-size: 0.74rem;
    font-weight: 600;
}

.hidden {
    display: none !important;
}

/* Admin Header */
/* Admin Dashboard Stats */
.admin-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 auto 2.5rem auto;
}

.stat-card {
    background: var(--white);
    padding: 1.25rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    gap: 1rem;
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease;
}

.stat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.stat-icon.visits {
    background: rgba(37, 99, 235, 0.1);
    color: var(--accent-blue);
}

.stat-icon.approved {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

.stat-icon.pending {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.stat-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-dark);
}

.stat-info p {
    font-size: 0.8rem;
    color: var(--text-muted);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

@media (max-width: 900px) {
    .admin-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

.admin-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem 2rem;
    box-shadow: var(--shadow-md);
    max-width: 1000px;
    margin: 0 auto 2rem auto;
}

.admin-list {
    max-width: 1000px;
    margin: 0 auto;
}
.login-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 2.5rem 2rem;
    width: 100%;
    max-width: 420px;
    box-shadow: var(--shadow-lg);
    animation: fadeIn 0.3s ease;
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.login-icon {
    font-size: 3rem;
    color: var(--accent-blue);
    display: block;
    margin-bottom: 0.75rem;
}

.login-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.login-header p {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.login-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
    padding: 0.6rem 0.9rem;
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.btn-link {
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 0.85rem;
    cursor: pointer;
    margin-top: 0.75rem;
    padding: 0.4rem;
    font-family: var(--font-body);
    transition: color 0.2s;
}

.btn-link:hover {
    color: var(--text-color);
}


.admin-list {
    max-width: 800px;
    margin: 0 auto;
}

.admin-item {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
}

.admin-actions {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    backdrop-filter: blur(4px);
}

.modal-content {
    background: var(--white);
    border-radius: var(--radius-lg);
    width: 100%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 2rem;
    box-shadow: var(--shadow-lg);
}

.close-modal {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 2rem;
    cursor: pointer;
    color: var(--text-muted);
}

.close-modal:hover {
    color: var(--text-color);
}

.article-view-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: var(--radius-md);
    margin-bottom: 2rem;
}

.article-view-content {
    font-size: 1.1rem;
    line-height: 1.8;
}

.article-view-content p {
    color: #374151;
    line-height: 1.7;
}

/* Policy Page Styles */
.policy-container {
    max-width: 1000px;
    margin: 0 auto;
}

.policy-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.policy-icon {
    font-size: 3.5rem;
    color: var(--accent-blue);
    background: rgba(37, 99, 235, 0.05);
    padding: 1rem;
    border-radius: var(--radius-lg);
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.policy-card {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: transform 0.2s ease;
}

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

.policy-card.danger {
    border-left: 5px solid #ef4444;
}

.policy-card .card-title {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
}

.policy-card .card-title ion-icon {
    font-size: 1.5rem;
    color: var(--accent-blue);
}

.policy-card.danger .card-title ion-icon {
    color: #ef4444;
}

.policy-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
}

.policy-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.policy-card ul li {
    font-size: 0.95rem;
    color: var(--text-muted);
    position: relative;
    padding-left: 1.5rem;
}

.policy-card ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--accent-blue);
    font-weight: bold;
}

.policy-card p {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
}

@media (max-width: 768px) {
    .policy-grid {
        grid-template-columns: 1fr;
    }
}

/* Loading Spinner */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    gap: 1rem;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid var(--accent-blue);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loading-overlay p {
    font-weight: 600;
    color: var(--text-dark);
}

/* Footer */
.footer {
    text-align: center;
    padding: 2rem;
    color: var(--text-muted);
    border-top: 1px solid var(--border-color);
    background: var(--white);
    margin-top: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .search-bar {
        margin: 0 1rem;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .hero h2 {
        font-size: 2rem;
    }
}