/* SEO Pisac Frontend Styles */

/* Short Intro */
.smai-kratki-uvod {
    margin-bottom: 1.5em;
    font-size: 1.05em;
    line-height: 1.7;
}

/* Full Text */
.smai-ceo-text {
    line-height: 1.7;
}

.smai-ceo-text h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.smai-ceo-text h3 {
    margin-top: 1.2em;
    margin-bottom: 0.4em;
}

.smai-ceo-text h4 {
    margin-top: 1em;
    margin-bottom: 0.3em;
}

.smai-ceo-text p {
    margin-bottom: 1em;
}

.smai-ceo-text ul,
.smai-ceo-text ol {
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.smai-ceo-text li {
    margin-bottom: 0.3em;
}

/* FAQ */
.smai-faq {
    margin: 2em 0;
}

.smai-faq-title {
    margin-bottom: 1em;
}

.smai-faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.smai-faq-question {
    margin: 0;
    font-size: 1em;
}

.smai-faq-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px 18px;
    background: #f8f9fa;
    border: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: 600;
    text-align: left;
    color: inherit;
    font-family: inherit;
    line-height: 1.4;
    transition: background 0.2s ease;
}

.smai-faq-toggle:hover {
    background: #f0f0f0;
}

.smai-faq-icon {
    font-size: 1.3em;
    line-height: 1;
    flex-shrink: 0;
    margin-left: 15px;
    color: #666;
}

.smai-faq-answer {
    display: none;
    padding: 14px 18px;
    line-height: 1.6;
    border-top: 1px solid #e0e0e0;
}

.smai-faq-answer p {
    margin: 0;
}

/* Related Services (Povezane Usluge) */
.smai-povezane-usluge {
    margin: 2.5em 0;
}

.smai-povezane-naslov {
    margin-bottom: 1em;
    font-size: 1.4em;
}

.smai-povezane-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.smai-povezana-kartica {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    background: #fafafa;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
}

.smai-povezana-kartica:hover {
    border-color: #ccc;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.smai-povezana-kategorija {
    display: inline-block;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #666;
    background: #eee;
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 10px;
    align-self: flex-start;
}

.smai-povezana-naslov {
    margin: 0 0 8px;
    font-size: 1.05em;
    line-height: 1.4;
}

.smai-povezana-naslov a {
    text-decoration: none;
    color: #1a1a1a;
}

.smai-povezana-naslov a:hover {
    color: #0073aa;
}

.smai-povezana-opis {
    font-size: 0.9em;
    color: #555;
    line-height: 1.5;
    margin: 0 0 12px;
    flex-grow: 1;
}

.smai-povezana-link {
    font-size: 0.85em;
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
    margin-top: auto;
}

.smai-povezana-link:hover {
    text-decoration: underline;
}

@media (max-width: 1024px) {
    .smai-povezane-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .smai-povezane-grid {
        grid-template-columns: 1fr;
    }
}
