/*
 * Theme Name: EIZO Professional
 * Theme URI: https://eizoshop.dk
 * Author: Your Name
 * Author URI: https://yoursite.com
 * Description: A modern, professional WordPress theme for high-end monitor product showcases
 * Version: 1.0.0
 * License: GPL-2.0-or-later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: eizo-professional
 * Domain Path: /languages
 * Requires at least: 5.9
 * Requires PHP: 7.4
 *
 * This theme is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 2 of the License, or
 * any later version.
 */

/* ========================================
   RESET & GLOBAL STYLES
   ======================================== */

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

html {
    scroll-behavior: smooth;
}

body {
    background-color: #E8EBE5;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #2E3A44;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    color: rgb(46, 54, 64);
}

h1 {
    font-size: clamp(2.4rem, 6vw, 4rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

h2 {
    font-size: 2rem;
    line-height: 1.3;
}

h3 {
    font-size: 1.5rem;
}

p {
    line-height: 1.5;
    color: #3c4a55;
}

a {
    color: rgb(191, 97, 106);
    text-decoration: none;
    transition: color 0.25s ease;
}

a:hover {
    color: rgb(172, 78, 87);
}

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

/* ========================================
   LAYOUT & CONTAINER
   ======================================== */

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.site-header {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.site-logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: rgb(191, 97, 106);
    letter-spacing: -0.3px;
}

.site-logo a {
    color: rgb(191, 97, 106);
}

.site-nav ul {
    list-style: none;
    display: flex;
    gap: 32px;
}

.site-nav a {
    font-weight: 500;
    color: #2E3A44;
    transition: color 0.25s ease;
}

.site-nav a:hover {
    color: rgb(191, 97, 106);
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
    padding: 90px 0;
    position: relative;
    background-image: url('https://eizoshop.dk/wp-content/uploads/2026/05/Hero_2-1-scaled.jpg');
}

.hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}

.hero-content {
    flex: 1.2;
    min-width: 280px;
}

.hero-badge {
    display: inline-block;
    background-color: rgba(191, 97, 106, 0.15);
    color: rgb(191, 97, 106);
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.03em;
    padding: 6px 14px;
    border-radius: 40px;
    margin-bottom: 24px;
    backdrop-filter: blur(2px);
}

.hero-title {
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.hero-title .highlight {
    color: rgb(191, 97, 106);
    border-bottom: 3px solid rgb(235, 203, 139);
}

.hero-desc {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 32px;
    max-width: 550px;
}

.hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.stat-number {
    font-size: 1.6rem;
    font-weight: 700;
    color: rgb(163, 190, 140);
}

.stat-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: rgb(46, 54, 64);
    opacity: 0.8;
}

.hero-visual {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
    position: relative;
}

.monitor-frame {
    background: rgb(46, 54, 64);
    border-radius: 32px;
    padding: 16px 20px 28px;
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease;
}

.monitor-frame:hover {
    transform: translateY(-8px);
}

.monitor-screen {
    background: linear-gradient(145deg, #3b4754, #2a343e);
    border-radius: 16px;
    padding: 20px;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    background-image: radial-gradient(circle at 30% 20%, rgba(136, 192, 208, 0.2) 2%, transparent 2.5%);
    background-size: 24px 24px;
}

.monitor-screen span {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #fff, rgb(136, 192, 208));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.monitor-screen small {
    font-size: 0.8rem;
    margin-top: 12px;
    opacity: 0.7;
}

.monitor-dots {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.monitor-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.splash-accent {
    background: rgb(235, 203, 139);
    width: 120px;
    height: 120px;
    filter: blur(60px);
    opacity: 0.2;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.features {
    padding: 96px 0 80px;
    background: rgba(163, 190, 140, 0.08);
    border-radius: 48px 48px 0 0;
    margin-top: 20px;
}

.section-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 56px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(235, 203, 139);
    margin: 16px auto 0;
    border-radius: 4px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.feature-card {
    background: white;
    border-radius: 32px;
    padding: 32px 24px;
    transition: all 0.25s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(136, 192, 208, 0.3);
}

.feature-card:hover {
    transform: translateY(-6px);
    border-color: rgba(163, 190, 140, 0.5);
    box-shadow: 0 20px 30px -12px rgba(46, 54, 64, 0.1);
}

.feature-icon {
    font-size: 2.4rem;
    margin-bottom: 20px;
    display: inline-block;
    background: rgba(136, 192, 208, 0.15);
    padding: 12px;
    border-radius: 24px;
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.feature-card p {
    color: #4c5a64;
}

/* ========================================
   TESTIMONIALS SECTION
   ======================================== */

.testimonials-section {
    margin-top: 60px;
    margin-bottom: 20px;
}

.testimonial-card {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    background: rgba(136, 192, 208, 0.1);
    border-radius: 48px;
    padding: 32px 28px;
}

.testimonial-content {
    max-width: 460px;
}

.testimonial-content h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
}

.testimonial-quote {
    color: #3b4755;
    font-style: italic;
}

.testimonial-avatars {
    margin-top: 24px;
    display: flex;
    gap: 12px;
}

.avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
}

.stats-box {
    font-weight: 500;
    background: white;
    border-radius: 32px;
    padding: 20px 28px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.02);
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;  /* ← OG DENNE */
}

.stat-box-item {
    display: flex;
    flex-direction: column;
}

.stat-box-number {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 4px;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta-section {
    padding: 80px 0 100px;
    text-align: center;
    background: linear-gradient(120deg, rgba(235, 203, 139, 0.1) 0%, rgba(163, 190, 140, 0.1) 100%);
    margin: 40px 0 0;
    border-radius: 48px 48px 0 0;
}

.cta-card {
    max-width: 780px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    border-radius: 64px;
    padding: 48px 32px;
    box-shadow: 0 20px 40px -12px rgba(46, 54, 64, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-title .dot {
    color: rgb(191, 97, 106);
}

.cta-desc {
    font-size: 1.1rem;
    margin-bottom: 36px;
    color: #2e3a44b3;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.cta-footer {
    margin-top: 24px;
    font-size: 0.85rem;
    opacity: 0.6;
}

/* ========================================
   BUTTONS
   ======================================== */

.btn-primary,
.btn-primary:visited {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: rgb(191, 97, 106);
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 16px 40px;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 10px 18px -8px rgba(191, 97, 106, 0.4);
    border: none;
    cursor: pointer;
    letter-spacing: 0.3px;
}

.btn-primary:hover {
    background-color: rgb(172, 78, 87);
    transform: scale(1.02);
    box-shadow: 0 18px 24px -10px rgba(191, 97, 106, 0.5);
}

.btn-primary:active {
    transform: scale(0.98);
}

.btn-secondary {
    background-color: transparent;
    color: rgb(191, 97, 106);
    border: 2px solid rgb(191, 97, 106);
    padding: 14px 36px;
}

.btn-secondary:hover {
    background-color: rgba(191, 97, 106, 0.05);
}

/* ========================================
   FOOTER
   ======================================== */

.site-footer {
    background: rgb(46, 54, 64);
    color: #cdd9e6;
    padding: 48px 0 32px;
    margin-top: 40px;
    border-radius: 32px 32px 0 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.footer-logo {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: -0.3px;
    color: rgb(235, 203, 139);
}

.footer-content small {
    opacity: 0.7;
}

.footer-tagline {
    color: #cdd9e6;
    font-weight: 500;
}

.footer-divider {
    margin: 32px 0 24px;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-description {
    text-align: center;
    font-size: 0.75rem;
    opacity: 0.7;
}

/* ========================================
   POSTS & PAGES
   ======================================== */

.post {
    margin-bottom: 48px;
}

.post-header {
    margin-bottom: 32px;
}

.post-title {
    margin-bottom: 12px;
    font-size: 2.5rem;
}

.post-meta {
    color: #888;
    font-size: 0.9rem;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.7;
}

.post-content h2 {
    margin-top: 32px;
    margin-bottom: 16px;
}

.post-content h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

.post-content p {
    margin-bottom: 16px;
}

.post-content ul,
.post-content ol {
    margin-left: 24px;
    margin-bottom: 16px;
}

.post-content li {
    margin-bottom: 8px;
}

/* ========================================
   SIDEBAR
   ======================================== */

.sidebar {
    background: white;
    border-radius: 24px;
    padding: 32px 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
}

.sidebar-widget {
    margin-bottom: 32px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget h3 {
    margin-bottom: 16px;
    font-size: 1.2rem;
}

.sidebar-widget ul {
    list-style: none;
}

.sidebar-widget li {
    margin-bottom: 12px;
}

.sidebar-widget a {
    color: rgb(191, 97, 106);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .site-header-inner {
        flex-wrap: wrap;
    }

    .site-nav {
        width: 100%;
        order: 3;
        margin-top: 16px;
    }

    .site-nav ul {
        gap: 16px;
        font-size: 0.9rem;
    }

    .hero {
        padding: 60px 0;
    }

    .hero-grid {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        flex: 1;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-stats {
        justify-content: center;
    }

    .h1 {
        font-size: 2rem;
    }

    .h2 {
        font-size: 1.5rem;
    }

    .features {
        padding: 64px 0;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-content {
        max-width: 100%;
        order: 1;
    }

    .stats-box {
        order: 2;
    }

    .cta-card {
        padding: 32px 20px;
        margin: 0 16px;
    }

    .cta-title {
        font-size: 1.5rem;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero-badge {
        font-size: 0.75rem;
        padding: 4px 12px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-desc {
        font-size: 1rem;
    }

    .hero-stats {
        gap: 16px;
    }

    .stat-number {
        font-size: 1.3rem;
    }

    .features-grid {
        gap: 24px;
    }

    .feature-card {
        padding: 24px 16px;
    }

    .cta-card {
        padding: 24px 16px;
        border-radius: 32px;
    }

    .btn-primary {
        padding: 12px 32px;
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .site-nav ul {
        flex-direction: column;
        gap: 8px;
    }
}
