/*
Theme Name: sklepdetektywistyczny
Theme URI: https://sklepdetektywistyczny.com/
Author: Claudio Corominas
Author URI: https://sklepdetektywistyczny.com/
Description: Profesjonalny motyw WordPress dla projektu sklepdetektywistyczny.com w ekosystemie SZPIEGOWSKI®.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: sklepdetektywistyczny
License: Proprietary
Copyright: SZPIEGOWSKI®
*/

:root {
    --sk-color-primary: #ff5e14;
    --sk-color-secondary: #0f172a;
    --sk-color-surface: #111827;
    --sk-color-soft: #f4f6f8;
    --sk-color-text: #435168;
    --sk-color-heading: #000323;
    --sk-color-white: #ffffff;
    --sk-radius: 18px;
}

html { scroll-behavior: smooth; }
body {
    color: var(--sk-color-text);
    background: #ffffff;
}
img { max-width: 100%; height: auto; }
a { transition: all .25s ease; }
.site-main { overflow: hidden; }
.section_space_sm { padding: 70px 0; }
.section_space_md { padding: 90px 0; }
.section_space_lg { padding: 120px 0; }
.section_kicker {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--sk-color-primary);
    margin-bottom: 14px;
}
.section_heading h2, .section_heading .title_text {
    font-size: 42px;
    line-height: 1.15;
    color: var(--sk-color-heading);
    margin-bottom: 18px;
}
.section_heading p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}
.sk-topbar {
    background: var(--sk-color-secondary);
    color: rgba(255,255,255,.8);
    font-size: 14px;
    padding: 10px 0;
}
.sk-topbar a { color: rgba(255,255,255,.9); }
.sk-topbar .topbar-list, .sk-topbar .social_icon { gap: 18px; }
.sk-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(15,23,42,.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}
.admin-bar .sk-header { top: 32px; }
@media(max-width:782px){ .admin-bar .sk-header{ top:46px; } }
.sk-header .header_bottom { padding: 18px 0; }
.sk-logo img { max-height: 56px; }
.sk-logo-text {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.sk-logo-text span:last-child {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    color: rgba(255,255,255,.66);
}
.sk-main-nav ul { list-style:none; margin:0; padding:0; display:flex; gap:28px; align-items:center; }
.sk-main-nav a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.sk-main-nav a:hover, .sk-main-nav .current-menu-item > a { color: var(--sk-color-primary); }
.sk-mobile-toggle { color:#fff; font-size:24px; background:none; border:0; }
.sk-hero {
    position: relative;
    background: linear-gradient(120deg, rgba(15,23,42,.92), rgba(17,24,39,.78)), url(assets/images/backgrounds/bg_1.jpg) center/cover no-repeat;
    padding: 140px 0 120px;
    color: #fff;
}
.sk-hero .section_kicker { color: #ffd7c4; }
.sk-hero h1 {
    color: #fff;
    font-size: 58px;
    line-height: 1.08;
    margin-bottom: 22px;
}
.sk-hero p {
    font-size: 18px;
    line-height: 1.85;
    color: rgba(255,255,255,.82);
    max-width: 700px;
    margin-bottom: 32px;
}
.sk-hero-card {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--sk-radius);
    padding: 30px;
    backdrop-filter: blur(8px);
}
.sk-stat-grid, .sk-card-grid { display:grid; gap:24px; }
.sk-stat-grid { grid-template-columns: repeat(3, 1fr); margin-top:40px; }
.sk-card-grid { grid-template-columns: repeat(3, 1fr); }
.sk-card, .sk-stat, .sk-trust-box, .sk-contact-box, .sk-post-card {
    border-radius: var(--sk-radius);
    background: #fff;
    box-shadow: 0 18px 60px rgba(0,0,0,.06);
    height: 100%;
}
.sk-card { padding: 34px 28px; }
.sk-card h3 { font-size: 24px; margin-bottom: 14px; }
.sk-card p { margin-bottom: 18px; }
.sk-stat {
    padding: 26px 24px;
    color: #fff;
    background: linear-gradient(135deg, rgba(255,94,20,.82), rgba(15,23,42,.95));
}
.sk-stat strong { display:block; font-size:36px; line-height:1; margin-bottom:10px; }
.sk-intro-media img, .sk-page-hero img, .sk-post-card img {
    border-radius: var(--sk-radius);
    width: 100%;
    object-fit: cover;
}
.sk-dark-section {
    background: linear-gradient(180deg, #0f172a, #111827);
    color: rgba(255,255,255,.8);
}
.sk-dark-section .section_heading h2, .sk-dark-section h3, .sk-dark-section h4 { color:#fff; }
.sk-dark-section .sk-card { background: rgba(255,255,255,.05); color: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.08); }
.sk-dark-section .sk-card h3 { color:#fff; }
.sk-cta {
    background: linear-gradient(120deg, rgba(255,94,20,.96), rgba(201,76,15,.94));
    color: #fff;
    border-radius: 24px;
    padding: 48px;
}
.sk-cta h2 { color:#fff; margin-bottom: 14px; }
.sk-pill-list { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; gap:12px; }
.sk-pill-list li, .entry-content ul li {
    position: relative;
}
.sk-pill-list a, .sk-pill-list span {
    display:inline-flex;
    padding: 12px 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--sk-color-heading);
    font-weight: 600;
}
.btn, .wp-block-button__link {
    border-radius: 999px;
    font-weight: 700;
    padding: 15px 28px;
}
.btn.btn_danger, .btn.btn_primary { background: var(--sk-color-primary); border-color: var(--sk-color-primary); color:#fff; }
.btn.btn_outline {
    border:1px solid rgba(255,255,255,.28);
    color:#fff;
    background: transparent;
}
.btn.btn_secondary { background: var(--sk-color-secondary); border-color: var(--sk-color-secondary); color:#fff; }
.sk-page-hero {
    background: linear-gradient(120deg, rgba(15,23,42,.9), rgba(17,24,39,.82));
    color: #fff;
    padding: 90px 0;
}
.sk-page-hero h1 { color:#fff; font-size: 48px; margin-bottom: 16px; }
.sk-breadcrumbs, .sk-page-hero p { color: rgba(255,255,255,.78); }
.sk-content-wrap {
    padding: 90px 0 110px;
}
.sk-content-wrap .entry-content h2, .sk-content-wrap .entry-content h3 {
    color: var(--sk-color-heading);
    margin-top: 28px;
    margin-bottom: 14px;
}
.sk-content-wrap .entry-content p, .sk-content-wrap .entry-content li {
    font-size: 17px;
    line-height: 1.85;
}
.sk-content-wrap .entry-content ul {
    padding-left: 1.2rem;
}
.sk-content-wrap .entry-content .wp-block-image img,
.sk-content-wrap .entry-content img {
    border-radius: var(--sk-radius);
    margin: 18px 0;
}
.sk-sidebar-box {
    padding: 28px;
    border-radius: var(--sk-radius);
    background: #f8fafc;
    border: 1px solid #e7edf3;
    margin-bottom: 24px;
}
.sk-sidebar-box h3 { font-size: 22px; margin-bottom: 16px; }
.sk-sidebar-list { list-style:none; padding:0; margin:0; }
.sk-sidebar-list li + li { margin-top: 12px; }
.sk-sidebar-list a { color: var(--sk-color-heading); font-weight: 600; }
.sk-post-card { overflow:hidden; }
.sk-post-card .content { padding: 28px; }
.sk-post-card h3 { font-size: 24px; line-height:1.3; }
.sk-post-card p { margin-bottom: 18px; }
.sk-post-meta { font-size: 14px; color:#64748b; margin-bottom:12px; }
.sk-footer {
    background: #0b1220;
    color: rgba(255,255,255,.74);
}
.sk-footer a { color: rgba(255,255,255,.92); }
.sk-footer-top { padding: 90px 0 50px; }
.sk-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 24px 0;
}
.sk-footer .footer_widget_title {
    color:#fff;
    font-size:22px;
    margin-bottom:18px;
}
.sk-notice {
    border-left: 4px solid var(--sk-color-primary);
    background: #fff8f5;
    padding: 22px 24px;
    border-radius: 12px;
    margin: 24px 0;
}
.sk-meta-badge {
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 16px;
    border-radius:999px;
    background:#eef2f7;
    color: var(--sk-color-heading);
    font-size:14px;
    font-weight:600;
    margin: 0 10px 10px 0;
}
.sk-form-placeholder {
    border-radius: var(--sk-radius);
    background: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,.06);
    padding: 28px;
}
.sk-form-placeholder .form-control {
    border-radius: 12px;
    min-height: 52px;
    border-color:#dde4ea;
}
.sk-form-placeholder textarea.form-control { min-height: 140px; }
.sk-related-grid { display:grid; gap:24px; grid-template-columns: repeat(2, 1fr); }
@media (max-width: 991px) {
    .sk-card-grid, .sk-stat-grid, .sk-related-grid { grid-template-columns: repeat(2, 1fr); }
    .sk-hero h1 { font-size: 44px; }
    .sk-main-nav ul { gap:18px; }
}
@media (max-width: 767px) {
    .sk-card-grid, .sk-stat-grid, .sk-related-grid { grid-template-columns: 1fr; }
    .sk-hero { padding: 110px 0 90px; }
    .sk-hero h1, .sk-page-hero h1 { font-size: 34px; }
    .section_heading h2, .section_heading .title_text { font-size: 30px; }
    .sk-cta { padding: 32px 24px; }
    .sk-topbar { display:none; }
}
