.df-9862-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background: #000;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.df-9862-col {
    flex: 1 1 45%;
    border-radius: 20px;
    padding: 40px;
    min-width: 300px;
    box-sizing: border-box;
}

.df-9862-col-left {
    background: #111;
    border: 1px solid #333;
}

.df-9862-col-right {
    position: relative;
    background-size: cover;
    background-position: center;
    border: 1px solid #333;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.df-9862-right-content-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0) 100%);
    padding: 30px;
    border-radius: 20px;
    margin: -40px;
    padding-top: 100px;
}

.df-9862-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.df-9862-focus-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
}

.df-9862-focus-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid #222;
}
.df-9862-focus-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.df-9862-icon-wrap {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(212,175,55,0.1) 0%, rgba(0,0,0,0) 70%);
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.df-9862-icon {
    font-size: 24px;
}
.df-9862-icon svg {
    width: 24px;
    height: 24px;
}

.df-9862-item-content h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.df-9862-item-content p {
    margin: 0;
    font-size: 14px;
    color: #aaa;
    line-height: 1.5;
}

.df-9862-quote {
    border: 1px solid #333;
    border-radius: 15px;
    padding: 25px;
    position: relative;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.df-9862-quote-icon {
    font-size: 40px;
    line-height: 1;
    color: #555;
    font-family: serif;
}
.df-9862-quote p {
    margin: 0;
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.df-9862-title-right {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.df-9862-description {
    font-size: 15px;
    color: #ddd;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 90%;
}

.df-9862-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.df-9862-location-tag {
    border: 1px solid #444;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ccc;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(4px);
}
.df-9862-location-tag.highlighted {
    font-weight: 500;
    border-color: transparent;
}
