.sg-wrapper-db65b688 {
    padding: 60px 40px;
    width: 100%;
    box-sizing: border-box;
    font-family: sans-serif;
}
.sg-header-db65b688 {
    margin-bottom: 40px;
    max-width: 600px;
}
.sg-title-db65b688 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 15px;
    line-height: 1.2;
}
.sg-desc-db65b688 {
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.8;
}
.sg-layout-db65b688 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}
.sg-cards-grid-db65b688 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.sg-card-db65b688 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
}
.sg-card-image-db65b688 {
    width: 100%;
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}
.sg-card-image-db65b688 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.sg-card-db65b688:hover .sg-card-image-db65b688 img {
    transform: scale(1.05);
}
.sg-card-body-db65b688 {
    padding: 24px 30px 30px;
}
.sg-icon-db65b688 {
    margin-bottom: 14px;
    font-size: 24px;
    opacity: 0.9;
}
.sg-card-db65b688 h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
}
.sg-card-db65b688 p {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.7;
    line-height: 1.5;
}
.sg-highlight-card-db65b688 {
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.sg-badge-db65b688 {
    background: rgba(0,0,0,0.2);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-bottom: 20px;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.sg-highlight-card-db65b688 h3 {
    font-size: 2rem;
    margin: 0 0 15px;
}
.sg-highlight-card-db65b688 p {
    margin: 0 0 30px;
    font-size: 1rem;
    line-height: 1.6;
}
.sg-btn-db65b688 {
    display: inline-block;
    padding: 12px 24px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    align-self: flex-start;
    transition: opacity 0.3s;
}
.sg-btn-db65b688:hover {
    opacity: 0.9;
}
@media (max-width: 1024px) {
    .sg-layout-db65b688 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .sg-cards-grid-db65b688 {
        grid-template-columns: 1fr;
    }
    .sg-wrapper-db65b688 {
        padding: 40px 20px;
    }
}