/*
Theme Name: IPTV Kaufen Hub
Theme URI: https://iptvkaufenhub.de/
Author: IPTV Kaufen Hub
Author URI: https://iptvkaufenhub.de/
Description: Modern, fast and SEO-friendly WordPress theme for IPTV Kaufen Hub.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: iptvkaufenhub
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #111827;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-main {
    min-height: 60vh;
}

/* =========================
   HEADER
========================= */

.site-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: relative;
    z-index: 1000;
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.site-branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.site-title a {
    color: #111827;
}

.site-description {
    display: none;
}

.main-navigation {
    display: flex;
    align-items: center;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-navigation li {
    margin: 0;
    padding: 0;
}

.main-navigation a {
    color: #374151;
    font-size: 15px;
    font-weight: 600;
    transition: color .2s ease;
}

.main-navigation a:hover {
    color: #2563eb;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 8px;
    background: #2563eb;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    transition: background .2s ease, transform .2s ease;
}

.header-button:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

/* =========================
   MOBILE NAV
========================= */

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #111827;
}

/* =========================
   CONTENT
========================= */

.page-content {
    padding: 70px 0;
}

.entry-title {
    margin: 0 0 25px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.1;
    letter-spacing: -1px;
}

.entry-content {
    font-size: 17px;
}

.entry-content h2 {
    margin-top: 50px;
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 1.2;
}

.entry-content h3 {
    margin-top: 35px;
    margin-bottom: 14px;
    font-size: 24px;
}

.entry-content p {
    margin: 0 0 20px;
}

.entry-content ul,
.entry-content ol {
    margin: 0 0 25px;
    padding-left: 25px;
}

/* =========================
   BUTTONS
========================= */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    transition: all .2s ease;
}

.btn-primary {
    background: #2563eb;
    color: #ffffff;
}

.btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #111827;
    color: #ffffff;
}

.btn-secondary:hover {
    background: #000000;
}

/* =========================
   FOOTER
========================= */

.site-footer {
    margin-top: 80px;
    background: #111827;
    color: #d1d5db;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 45px;
}

.footer-title {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.footer-text {
    margin: 0;
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.8;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-menu a {
    color: #9ca3af;
    font-size: 14px;
    transition: color .2s ease;
}

.footer-menu a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #1f2937;
    padding: 22px 0;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-copyright {
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-legal a {
    color: #9ca3af;
    font-size: 13px;
}

.footer-legal a:hover {
    color: #ffffff;
}

/* =========================
   WORDPRESS
========================= */

.alignleft {
    float: left;
    margin: 0 25px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 25px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {

    .header-inner {
        min-height: 70px;
    }

    .main-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        border-bottom: 1px solid #e5e7eb;
        padding: 20px;
    }

    .main-navigation.is-open {
        display: block;
    }

    .main-navigation ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .main-navigation li {
        border-bottom: 1px solid #f3f4f6;
    }

    .main-navigation li:last-child {
        border-bottom: 0;
    }

    .main-navigation a {
        display: block;
        padding: 14px 0;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .header-actions {
        display: none;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }
}

@media (max-width: 600px) {

    .container {
        width: min(100% - 28px, 1180px);
    }

    .site-title {
        font-size: 21px;
    }

    .page-content {
        padding: 45px 0;
    }

    .footer-main {
        padding: 45px 0 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-legal {
        flex-wrap: wrap;
    }
}