/*
Theme Name: Zetmar AI
Theme URI: https://www.zetmar.net.pl
Author: Marek Zettel
Author URI: https://www.zetmar.net.pl
Description: Motyw WordPress dla Marek Zettel - Ekspert Automatyzacji AI. Ciemny, nowoczesny design z sekcjami: Hero, O mnie, AI, Usługi, Narzędzia, Ogłoszenia, Pobierz, Kontakt.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zetmar-ai
Tags: one-page, custom-background, custom-logo, dark-theme
*/

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(to bottom, #020617, #172554, #020617);
    color: #e2e8f0;
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* ============================================
   TYPOGRAPHY
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.font-serif {
    font-family: 'Playfair Display', Georgia, serif;
}

.font-mono {
    font-family: 'JetBrains Mono', 'Fira Code', monospace;
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.text-gradient {
    background: linear-gradient(135deg, #60a5fa, #67e8f9);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-label {
    color: #60a5fa;
    font-weight: 700;
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    text-transform: uppercase;
}

.section-padding {
    padding: 6rem 0;
}

/* ============================================
   NAVIGATION
   ============================================ */
.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.5rem 0;
    transition: all 0.5s ease;
}

.site-nav.scrolled {
    background: rgba(2, 6, 23, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 0;
}

.nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo img {
    height: 48px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: screen;
}

.nav-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.02em;
}

.nav-logo-text span {
    font-weight: 300;
    color: #60a5fa;
}

.nav-links {
    display: none;
    list-style: none;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}

.nav-links li {
    list-style: none;
    position: relative;
}

.nav-links a,
.nav-links .menu-item a {
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #cbd5e1;
    transition: color 0.3s;
    text-decoration: none;
    white-space: nowrap;
}

.nav-links a:hover,
.nav-links .current-menu-item > a,
.nav-links .current_page_item > a {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(96, 165, 250, 0.3);
}

/* WP Submenu / Dropdown */
.nav-links .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(2,6,23,0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 0.75rem;
    padding: 0.5rem 0;
    min-width: 200px;
    list-style: none;
    margin: 0.5rem 0 0 0;
    z-index: 200;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}
.nav-links li:hover > .sub-menu {
    display: block;
}
.nav-links .sub-menu li a {
    display: block;
    padding: 0.5rem 1.25rem;
    font-size: 0.7rem;
    text-transform: none;
    letter-spacing: 0.05em;
}
.nav-links .sub-menu li a:hover {
    background: rgba(255,255,255,0.05);
}

.nav-cta {
    background: #2563eb;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.3);
}

.nav-cta:hover {
    background: #3b82f6;
    box-shadow: 0 0 30px rgba(37, 99, 235, 0.5);
    color: #fff;
}

/* Hamburger */
.nav-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    background: none;
    border: none;
    z-index: 110;
}

.nav-hamburger span {
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
}

.nav-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.nav-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile menu */
.mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(2, 6, 23, 0.97);
    backdrop-filter: blur(20px);
    z-index: 105;
    align-items: center;
    justify-content: center;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu ul {
    list-style: none;
    text-align: center;
}

.mobile-menu ul li {
    margin: 1rem 0;
}

.mobile-menu ul a {
    font-size: 1.5rem;
    font-weight: 300;
    color: #cbd5e1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-menu ul a:hover {
    color: #60a5fa;
}

@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }
    .nav-hamburger {
        display: none;
    }
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 5rem;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background: rgba(37, 99, 235, 0.2);
    filter: blur(120px);
    border-radius: 50%;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: rgba(79, 70, 229, 0.1);
    filter: blur(100px);
    border-radius: 50%;
    pointer-events: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

.hero-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.1);
    backdrop-filter: blur(4px);
}

.hero-badge h2 {
    color: #93c5fd;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero-title .highlight {
    font-style: italic;
}

.hero-desc {
    font-size: 1.125rem;
    color: #cbd5e1;
    max-width: 32rem;
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-primary {
    display: inline-block;
    background: #ffffff;
    color: #1e3a5f;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: #eff6ff;
    transform: scale(1.05);
    color: #1e3a5f;
}

.btn-secondary {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    color: #ffffff;
    text-align: center;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.hero-image-wrap {
    display: flex;
    justify-content: center;
    position: relative;
}

.hero-image-container {
    position: relative;
    width: 280px;
    height: 280px;
}

.hero-image-container::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border-radius: 1.5rem;
    filter: blur(20px);
    opacity: 0.3;
    transition: opacity 0.5s;
}

.hero-image-container:hover::before {
    opacity: 0.6;
}

.hero-image-container img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    filter: grayscale(100%) brightness(0.9) contrast(1.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: filter 0.7s;
}

.hero-image-container:hover img {
    filter: grayscale(0%) brightness(1) contrast(1);
}

@media (min-width: 768px) {
    .hero-grid {
        grid-template-columns: 1fr 1fr;
    }
    .hero-buttons {
        flex-direction: row;
    }
    .hero-content {
        order: 1;
    }
    .hero-image-wrap {
        order: 2;
    }
    .hero-image-container {
        width: 450px;
        height: 450px;
    }
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: start;
}

.about-title {
    font-size: 2.25rem;
    color: #fff;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.about-text p {
    color: #cbd5e1;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    padding-top: 1rem;
}

.about-stat {
    border-left: 4px solid #3b82f6;
    padding-left: 1rem;
}

.about-stat .number {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

.about-stat .label {
    font-size: 0.875rem;
    color: #94a3b8;
}

.about-trust {
    padding: 2rem;
    border-radius: 1.5rem;
}

.about-trust h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1.5rem;
    font-style: italic;
    font-family: 'Playfair Display', Georgia, serif;
}

.trust-list {
    list-style: none;
}

.trust-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    color: #cbd5e1;
}

.trust-check {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}

.trust-check svg {
    width: 12px;
    height: 12px;
    color: #60a5fa;
}

.about-quote {
    margin-top: 2.5rem;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.5), rgba(30, 64, 175, 0.5));
    border-radius: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.about-quote p {
    font-size: 0.875rem;
    color: #bfdbfe;
    font-style: italic;
    margin-bottom: 0.5rem;
}

.about-quote span {
    font-weight: 700;
    color: #fff;
    font-style: normal;
}

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

/* ============================================
   AI SECTION
   ============================================ */
.ai-section {
    position: relative;
    overflow: hidden;
}

.ai-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 500px;
    height: 500px;
    background: rgba(59, 130, 246, 0.1);
    filter: blur(120px);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.ai-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 10;
}

.ai-image-wrap {
    position: relative;
}

.ai-image-wrap img {
    width: 100%;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    filter: brightness(0.9) contrast(1.1);
    transition: transform 0.5s;
}

.ai-image-wrap:hover img {
    transform: scale(1.05);
}

.ai-image-wrap::after {
    content: '';
    position: absolute;
    inset: -1rem;
    background: linear-gradient(135deg, #06b6d4, #2563eb);
    border-radius: 1.5rem;
    filter: blur(30px);
    opacity: 0.2;
    z-index: -1;
    transition: opacity 0.5s;
}

.ai-image-wrap:hover::after {
    opacity: 0.4;
}

.ai-title {
    font-size: 2.25rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.ai-title span {
    color: #60a5fa;
}

.ai-desc {
    font-size: 1.125rem;
    color: #cbd5e1;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.ai-features {
    margin-bottom: 2.5rem;
}

.ai-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    transition: background 0.3s;
    margin-bottom: 1rem;
}

.ai-feature:hover {
    background: rgba(255, 255, 255, 0.05);
}

.ai-feature-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.2);
    border-radius: 0.5rem;
    border: 1px solid rgba(59, 130, 246, 0.3);
    flex-shrink: 0;
}

.ai-feature-icon svg {
    width: 24px;
    height: 24px;
    color: #93c5fd;
}

.ai-feature h4 {
    font-weight: 700;
    color: #fff;
    font-size: 1rem;
}

.ai-feature p {
    font-size: 0.875rem;
    color: #94a3b8;
}

.ai-link {
    color: #60a5fa;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s;
}

.ai-link:hover {
    color: #93c5fd;
}

@media (min-width: 1024px) {
    .ai-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ai-image-wrap {
        order: -1;
    }
}

/* ============================================
   SERVICES
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

.service-card {
    padding: 2.5rem;
    border-radius: 1.5rem;
    transition: all 0.3s;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(59, 130, 246, 0.3);
}

.service-icon {
    width: 64px;
    height: 64px;
    background: #2563eb;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.5);
    transition: transform 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon svg {
    width: 32px;
    height: 32px;
}

.service-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.service-card p {
    color: #cbd5e1;
    font-weight: 300;
    line-height: 1.7;
}

.service-link {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.service-link a {
    color: #60a5fa;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: gap 0.3s;
}

.service-link a:hover {
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   TOOLS SECTION
   ============================================ */
.tools-header {
    text-align: center;
    margin-bottom: 4rem;
}

.tools-header h2 {
    font-size: 2.25rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.tools-header p {
    color: #94a3b8;
    max-width: 42rem;
    margin: 0 auto;
    font-size: 1.125rem;
    font-weight: 300;
}

.tools-link-card {
    display: block;
    padding: 3rem;
    border-radius: 1.5rem;
    text-align: center;
    transition: all 0.3s;
    max-width: 600px;
    margin: 0 auto;
}

.tools-link-card:hover {
    transform: translateY(-4px);
    border-color: rgba(59, 130, 246, 0.3);
    background: rgba(255, 255, 255, 0.05);
}

.tools-link-card .tools-emoji {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.tools-link-card h3 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
}

.tools-link-card p {
    color: #94a3b8;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.tools-link-card .tools-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #2563eb;
    color: #fff;
    padding: 0.75rem 2rem;
    border-radius: 0.75rem;
    font-weight: 600;
    transition: all 0.3s;
}

.tools-link-card:hover .tools-btn {
    background: #3b82f6;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
}

/* ============================================
   ANNOUNCEMENTS
   ============================================ */
.announcements-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.announcements-divider .line {
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.announcement-card {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.4));
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 1fr;
}

.announcement-image {
    position: relative;
    height: 256px;
    overflow: hidden;
}

.announcement-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    transition: all 0.7s;
}

.announcement-card:hover .announcement-image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.announcement-content {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.announcement-badge {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1rem;
    border-radius: 9999px;
    background: rgba(59, 130, 246, 0.2);
    border: 1px solid rgba(59, 130, 246, 0.3);
    color: #93c5fd;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
}

.announcement-content h3 {
    font-size: 1.875rem;
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 1rem;
}

.announcement-content > p {
    color: #cbd5e1;
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.announcement-content .contact-note {
    color: #fff;
    font-weight: 500;
    margin-bottom: 1rem;
}

.announcement-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.announcement-buttons .btn-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    color: #172554;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 700;
    transition: background 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.announcement-buttons .btn-white:hover {
    background: #eff6ff;
    color: #172554;
}

.announcement-buttons .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 500;
    transition: background 0.3s;
}

.announcement-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .announcement-buttons {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .announcement-card {
        grid-template-columns: 1fr 1fr;
    }
    .announcement-image {
        height: auto;
    }
    .announcement-content {
        padding: 3rem;
    }
}

/* ============================================
   DOWNLOADS
   ============================================ */
.downloads-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.download-card {
    padding: 2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.download-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(59, 130, 246, 0.3);
}

.download-card-header {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.download-icon {
    padding: 1rem;
    background: rgba(30, 58, 138, 0.3);
    border-radius: 1rem;
    border: 1px solid rgba(59, 130, 246, 0.2);
    flex-shrink: 0;
}

.download-icon svg {
    width: 40px;
    height: 40px;
    color: #60a5fa;
}

.download-card-header h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.download-card-header .detail {
    font-size: 0.8rem;
    color: rgba(147, 197, 253, 0.6);
    font-weight: 500;
    border-left: 2px solid #3b82f6;
    padding-left: 0.75rem;
}

.download-card p {
    color: #cbd5e1;
    font-weight: 300;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    color: #172554;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 700;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.download-btn:hover {
    background: #eff6ff;
    transform: translateY(-2px);
    color: #172554;
}

.download-feedback {
    text-align: center;
    margin-top: 1rem;
}

.download-feedback a {
    font-size: 0.75rem;
    color: #64748b;
    transition: color 0.3s;
}

.download-feedback a:hover {
    color: #60a5fa;
}

@media (min-width: 768px) {
    .downloads-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .downloads-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   CONTACT
   ============================================ */
.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(30, 58, 138, 0.2);
    pointer-events: none;
}

.contact-section::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 384px;
    height: 384px;
    background: rgba(37, 99, 235, 0.2);
    border-radius: 50%;
    transform: translate(50%, -50%);
    filter: blur(100px);
    pointer-events: none;
}

.contact-inner {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 72rem;
    margin: 0 auto;
}

.contact-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 1.5rem;
}

.contact-desc {
    font-size: 1.25rem;
    color: rgba(191, 219, 254, 0.8);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 3rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

.contact-card {
    padding: 2rem;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background 0.3s;
}

.contact-card:hover {
    background: rgba(255, 255, 255, 0.05);
}

.contact-card svg {
    width: 32px;
    height: 32px;
    color: #60a5fa;
    margin-bottom: 1rem;
    transition: transform 0.3s;
}

.contact-card:hover svg {
    transform: scale(1.1);
}

.contact-card h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-card a {
    color: #bfdbfe;
    font-weight: 300;
    transition: color 0.3s;
}

.contact-card a:hover {
    color: #fff;
}

.contact-card p {
    color: rgba(191, 219, 254, 0.8);
    font-size: 0.875rem;
}

.contact-main-btn {
    display: inline-block;
    background: #fff;
    color: #172554;
    padding: 1.25rem 3rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
    transition: all 0.3s;
}

.contact-main-btn:hover {
    box-shadow: 0 0 50px rgba(255, 255, 255, 0.4);
    transform: scale(1.05);
    color: #172554;
}

.contact-note {
    margin-top: 3rem;
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 700;
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    padding: 3rem 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.footer-brand img {
    height: 64px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: screen;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.footer-brand p {
    color: #94a3b8;
    font-size: 0.875rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
}

.footer-links a {
    color: #94a3b8;
    font-size: 0.875rem;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #fff;
}

.footer-copy {
    color: #64748b;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .footer-inner {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* ============================================
   COOKIE CONSENT
   ============================================ */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.cookie-banner.visible {
    transform: translateY(0);
}

.cookie-inner {
    max-width: 1280px;
    margin: 0 auto;
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
}

.cookie-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #3b82f6, #a855f7, #3b82f6);
    opacity: 0.5;
}

.cookie-inner h3 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Playfair Display', Georgia, serif;
}

.cookie-inner p {
    color: #cbd5e1;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.7;
}

.cookie-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex-shrink: 0;
}

.cookie-btn-decline {
    padding: 0.625rem 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    font-size: 0.875rem;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
}

.cookie-btn-decline:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

.cookie-btn-accept {
    padding: 0.625rem 1.5rem;
    border-radius: 0.75rem;
    background: #2563eb;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.2);
    transition: all 0.3s;
    white-space: nowrap;
}

.cookie-btn-accept:hover {
    background: #3b82f6;
    transform: scale(1.05);
}

@media (min-width: 768px) {
    .cookie-inner {
        flex-direction: row;
        align-items: center;
        padding: 1.5rem 2rem;
    }
    .cookie-buttons {
        flex-direction: row;
    }
}

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

.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   WORDPRESS SPECIFICS
   ============================================ */
.wp-block-image img {
    border-radius: 0.75rem;
}

.entry-content {
    color: #cbd5e1;
}

.entry-content h2 {
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.entry-content p {
    margin-bottom: 1rem;
    line-height: 1.8;
}
