.sidebar-card {
    padding: 32px;
    border-radius: var(--radius-xl);
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.sidebar-card-title {
    font-size: var(--sidebar-header);
    font-weight: 700;
    line-height: 1.2;
}

.sidebar-cta {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(135deg, #03112d 0%, #071f4e 50%, #0b2d70 100%);
    box-shadow: 0 20px 50px rgba(3, 17, 45, 0.35);
    margin-bottom: 30px;
}

.sidebar-cta-inner {
    position: relative;
    z-index: 2;
    padding: 10px 0px;
    text-align: center;
}

.sidebar-cta-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right,
            rgba(255, 255, 255, 0.1),
            transparent 35%),
        radial-gradient(circle at bottom left,
            rgba(255, 122, 0, 0.12),
            transparent 40%);
    z-index: 1;
}

.sidebar-cta::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.sidebar-cta::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 122, 0, 0.08);
}

.sidebar-cta-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 24px;
}

.sidebar-cta-icon {
    width: 48px;
    height: 48px;
    margin: -25px 0 0 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.sidebar-cta-icon svg {
    width: 34px;
    height: 34px;
    color: var(--sekin-orange);
}

.sidebar-cta-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

.sidebar-cta-phone {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    font-family: var(--font-heading);
}

.sidebar-cta-support {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 28px;
}

.sidebar-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 58px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ff8f1f, #ff7a00);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}

.sidebar-cta-button:hover {
    box-shadow: 0 10px 25px rgba(255, 122, 0, 0.35);
    color: #fff;
}

.sidebar-cta-button svg {
    width: 18px;
    height: 18px;
}

/* DOWNLOAD */
.sidebar-download {
    padding: 28px;
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.sidebar-download-title {
    margin: 0 0 12px;
    font-size: var(--sidebar-header);
    font-weight: 700;
    line-height: 1.2;
}

.sidebar-download-description {
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.sidebar-download-cover {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    overflow: visible;
}

.sidebar-download-cover img {
    width: 160px;
}

.sidebar-download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 75%;
    min-height: 42px;
    border-radius: 10px;
    background: var(--sekin-navy);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.sidebar-download-button:hover {
    background: var(--sekin-orange);
    color: #fff;
}

.sidebar-download-button svg {
    width: 18px;
    height: 18px;
}

/* CARD SERVICES */
.services-card {
    padding: 32px;
    background: #fff;
    border-radius: 24px;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, .08);
}

.sidebar-services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-services-list li {
    margin-bottom: 10px;
}

.sidebar-services-list li:last-child {
    margin-bottom: 0;
}

.sidebar-services-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1e293b;
    text-decoration: none;
    transition: .3s ease;
}

.sidebar-services-list a:hover {
    color: var(--sekin-orange);
}

.service-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sekin-primary);
    flex-shrink: 0;
    border: solid 1px var(--sekin-border);
    border-radius: 50%;
}

.service-icon svg {
    width: 16px;
    height: 16px;
    color: var(--sekin-gray);
}

.service-name {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.sidebar-services-more {
    margin-top: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--sekin-orange);
    font-size: 14px;
}

/* CARD POSTS */
.posts-card {
    padding: 32px;
}

.sidebar-post-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sidebar-post-item {
    display: flex;
    gap: 14px;
}

.sidebar-post-thumb {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

.sidebar-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post-content h4 {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
}

.sidebar-post-content h4 a {
    color: var(--sekin-primary);
}

.sidebar-post-content h4 a:hover {
    color: var(--sekin-orange);
}

.sidebar-post-content time {
    font-size: 12px;
    color: var(--sekin-gray);
}

/* RESPONSIVE */
@media (max-width:1200px) {
    .sekin-page-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 40px;
    }
}

@media (max-width:991px) {
    .sekin-page-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .sekin-sidebar {
        position: static;
        top: auto;
        width: 100%;
        max-width: none;
        display: grid;
        gap: 24px;
    }
}

@media (max-width:767px) {
    .sekin-page-layout {
        display: flex;
        flex-direction: column;
    }

    .sekin-sidebar {
        position: static !important;
        width: 100%;
        order: 2;
    }

    .sidebar-card {
        padding: 24px;
        border-radius: 20px;
    }

    .sidebar-cta-phone {
        font-size: 34px;
        line-height: 1.1;
    }

    .sidebar-cta-title {
        font-size: 16px;
    }

    .sidebar-cta-support {
        font-size: 16px;
    }

    .sidebar-services-title {
        font-size: 22px;
    }

    .sidebar-services-list a {
        padding: 12px 0;
        font-size: 15px;
    }

    .sidebar-post-item {
        gap: 12px;
    }

    .sidebar-post-thumb {
        width: 70px;
        height: 70px;
    }

    .sidebar-post-thumb {
        width: 70px;
        height: 70px;
    }
}