.elementor-8455 .elementor-element.elementor-element-c3e0ad7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8455 .elementor-element.elementor-element-c3e0ad7:not(.elementor-motion-effects-element-type-background), .elementor-8455 .elementor-element.elementor-element-c3e0ad7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F0F0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-784b59e */:root {
    --tk-gold: #8a7d6a;
    --tk-gold-light: #d4a373;
    --tk-bg: #fdfaf7;
}

/* Hero szekció */
.tk-aszf-hero {
    padding: 100px 20px 60px;
    background: var(--tk-bg);
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.tk-aszf-container { max-width: 1600px; margin: 0 auto; }

.tk-aszf-sub {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    color: var(--tk-gold);
    margin-bottom: 15px;
}

.tk-aszf-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: clamp(24px, 4vw, 42px);
    color: #333;
    letter-spacing: 2px;
}

.tk-aszf-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: #fff;
    border: 1px solid var(--tk-gold);
    border-radius: 50px;
    font-size: 14px;
    color: var(--tk-gold);
    margin-top: 20px;
}

/* Tartalmi rész */
.tk-aszf-content {
    padding: 60px 20px;
    background: #fff;
}

.tk-aszf-card {
    max-width: 1600px;
    margin: 0 auto;
}

.tk-aszf-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.tk-aszf-block {
    background: #fff;
    padding: 40px;
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
    border-radius: 4px;
}

.tk-aszf-block:hover {
    box-shadow: 0 10px 30px rgba(138, 125, 106, 0.08);
    border-color: var(--tk-gold-light);
}

.tk-aszf-block.full-width { grid-column: span 2; }

/* Címek és Listák */
.tk-aszf-block h2 {
    font-size: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #222;
}

.tk-aszf-block h2 span {
    font-size: 14px;
    color: var(--tk-gold-light);
    border-bottom: 1px solid var(--tk-gold-light);
}

.tk-list, .tk-ordered-list {
    list-style: none;
    padding: 0;
}

.tk-list li, .tk-ordered-list li {
    padding: 8px 0;
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    color: #555;
}

.tk-list li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: var(--tk-gold-light);
    font-size: 12px;
}

.tk-ordered-list { counter-reset: aszf-counter; }
.tk-ordered-list li { counter-increment: aszf-counter; }
.tk-ordered-list li::before {
    content: counter(aszf-counter) ".";
    color: var(--tk-gold);
    font-weight: 600;
}

.aszf-note {
    font-size: 14px;
    color: #fff;
    background: var(--tk-gold);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 2px;
}

.tk-info-box a, .tk-aszf-block a {
    color: var(--tk-gold);
    text-decoration: none;
    font-weight: 600;
}

.tk-sub-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

/* Mobil nézet */
@media (max-width: 1024px) {
    .tk-aszf-grid, .tk-sub-grid { grid-template-columns: 1fr; }
    .tk-aszf-block.full-width { grid-column: span 1; }
    .tk-aszf-block { padding: 25px; }
}/* End custom CSS */