/* ============================================
   Kliska Design Fixes — UI/UX Enhancement
   Loads AFTER skin-1.css to safely override
   ============================================ */

/* ── 1. TYPOGRAPHY ── */
/* Fix missing fallback on all headings */
h1, h2, h3, h4, h5, h6,
.wt-tilte, .acod-title, .widget-title,
.testimonial-name, .wt-title, .post-title {
    font-family: 'Roboto', 'Open Sans', sans-serif;
}

/* Improve body text readability */
body, p, li, .text-justify, .wt-post-text {
    font-size: 15px;
    line-height: 1.75;
}
p.text-justify, .text-justify p { font-size: 15px; }

/* Better heading scale */
h1 { font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: 1.5rem; font-weight: 700; letter-spacing: -0.01em; }
h3 { font-size: 1.2rem; font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
.section-head h2 { font-size: 1.75rem; margin-bottom: 10px; }
.section-head p { color: #555; }

/* ── 2. SPACING & LAYOUT ── */
/* Cleaner section spacing */
.section-full { padding-top: 60px; padding-bottom: 50px; }
.section-full.p-t80 { padding-top: 60px; }
.section-full.p-t50 { padding-top: 40px; }
.section-full.p-b50 { padding-bottom: 40px; }

/* Improve content readability width */
.section-head.text-center p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.75;
}

/* ── 3. BUTTONS ── */
.site-button, .site-button-secondry {
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    border-radius: 4px;
    transition: all 0.2s ease;
}
/* Gold button: dark text for WCAG AA contrast */
.site-button {
    color: #000 !important;
    background-color: #FFBC13;
}
.site-button:hover { color: #000 !important; background-color: #e5a800; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,0,0,0.12); }
.site-button-secondry { color: #fff; background-color: #1a1a1a; }
.site-button-secondry:hover { background-color: #303030; transform: translateY(-1px); box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.site-button.button-lg { padding: 16px 32px; font-size: 16px; }
.site-button.btn-sm, .site-button.button-sm { padding: 8px 16px; font-size: 13px; }

/* ── 4. HERO BANNER ── */
.hero-title {
    font-size: 2.75rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 768px) {
    .hero-title { font-size: 1.75rem; }
    .hero-subtitle { font-size: 1rem; }
}

/* ── 5. CARD GRIDS (Services, Bezirke) ── */
.wt-box.bg-white {
    border-radius: 6px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wt-box.bg-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

/* ── 6. TESTIMONIALS ── */
.testimonial-text p {
    font-size: 15px;
    line-height: 1.7;
}
.testimonial-name {
    font-size: 15px;
    font-weight: 700;
}
.testimonial-position {
    font-size: 13px;
    opacity: 0.8;
}

/* ── 7. PARTNER LOGOS ── */
.client-logo-carousel .ow-client-logo img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    filter: grayscale(100%);
}
.client-logo-carousel .ow-client-logo img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* ── 8. FOOTER ── */
.site-footer .widget-title {
    font-size: 15px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
}
.site-footer .footer-top p, .site-footer .footer-top li {
    font-size: 14px;
    line-height: 1.8;
}
.footer-bottom {
    padding: 20px 0 !important;
    font-size: 13px;
}

/* ── 9. ACCESSIBILITY ── */
/* Better focus ring */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 2px solid #FFBC13;
    outline-offset: 2px;
}
/* Skip link visibility */
.sr-only-focusable:focus {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10000;
    background: #FFBC13;
    color: #000;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

/* ── 10. SIDEBAR ── */
.side-bar .widget { margin-bottom: 25px; }
.side-bar .widget-title { font-size: 16px; font-weight: 700; }
.side-bar .wt-nav-title { font-size: 15px; font-weight: 700; }
.side-bar .wt-nav-pills a {
    padding: 6px 0;
    font-size: 14px;
    transition: color 0.15s ease;
}
.side-bar .wt-nav-pills a:hover { color: #FFBC13; }

/* ── 11. BREADCRUMB ── */
.wt-breadcrumb li { font-size: 13px; }
.wt-breadcrumb li a { color: #555; }
.wt-breadcrumb li a:hover { color: #FFBC13; }

/* ── 12. FAQ ACCORDION ── */
.wt-accordion .acod-title a {
    font-size: 15px;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}
.wt-accordion .acod-content {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* ── 13. MOBILE IMPROVEMENTS ── */
@media (max-width: 767px) {
    .section-head h2 { font-size: 1.3rem; }
    .wt-box .wt-info h3 { font-size: 15px; }
    .hero-title { font-size: 1.5rem; }
    .call-to-action-left h3 { font-size: 16px; }
}
