/*
Theme Name: Linka 116117 Theme
Theme URI: https://linka116117.sk
Description: Custom WordPress theme for Linka 116117.
Version: 1.0
Author: Linka 116117
Author URI: https://linka116117.sk
License: GPU
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, tailwindcss
*/


body {
    background-color: #ffffff;
}

/* Accessibility Utilities */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

details>summary {
    list-style: none;
}

details>summary::-webkit-details-marker {
    display: none;
}


/* Typography Enhancements */
.home h2 {
    font-size: 2.5rem;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    position: relative;
    display: inline-block;
}

.home h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 4px;
    background: currentColor;
    border-radius: 2px;
}


/* O Linka 116117 Styling */

#olinke {
    scroll-margin-top: 100px;
}



#olinke .lead-text {
    font-size: 1.35rem;
    line-height: 1.8;
    color: #4a5568;
}

#olinke .quote-text {
    font-size: 1.125rem;
    color: #2d3748;
    border-left: 4px solid #0d6efd;
    padding-left: 1.5rem;
    margin: 2rem 0;
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 12px;
}

/* Custom List Styling */
.lp-list {
    display: grid;
    gap: 1.5rem;
    margin: 3rem 0;
}

.lp-list li {
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #2d3748;
}

.lp-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #e7f1ff;
    color: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(13, 110, 253, 0.1);
}

/* Align checkmark to top for long text */
.lp-list li.long-text::before {
    top: 0;
    transform: translateY(10%);
}

.lp-list li::before {
    top: 0;
    transform: none;
    margin-top: 4px;
}

/* Modern Alert Box */
.custom-alert-danger {
    background: #fff5f5;
    border: 1px solid #fed7d7;
    border-radius: 16px;
    padding: 2rem;
    color: #c53030;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 3rem;
}

.custom-alert-danger .alert-icon {
    font-size: 1.5rem;
    color: #e53e3e;
    flex-shrink: 0;
    background: #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(229, 62, 62, 0.15);
}

.custom-alert-danger .alert-content {
    font-size: 1.125rem;
    /* Standardized */
    line-height: 1.6;
    font-weight: 500;
}

.custom-alert-danger strong {
    color: #9b2c2c;
    font-weight: 700;
}

/* Features Card Styling */
/* Features Card Styling */
.feature-card {
    background: linear-gradient(145deg, #ffffff, #f8fbff);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(13, 110, 253, 0.08);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(13, 110, 253, 0.12);
    border-color: rgba(13, 110, 253, 0.3);
}


.article h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 3rem 0 1.2rem;
    line-height: 1.3;
    position: relative;
    color: #111;
}