

/* Start:/local/include/landing/shpunt_larsena_l5um.css?17682383864075*/
.hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin: 60px 0;
    min-height: 600px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hero-title {
    font-size: 48px;
    font-weight: bold;
    color: #3f91cf;
    line-height: 1.1;
    margin: 0;
}

.hero-description {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 500px;
}

.cta-button {
    background-color: #3f91cf;
    color: white;
    border: none;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    align-self: flex-start;
    text-transform: uppercase;
}

.cta-button:hover {
    background-color: #0052a3;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
}

.content-sections {
    margin: 60px 0;
}

.content-block {
    padding: 25px 0;
}

.content-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.content-row:not(:first-child) {
    padding-top: 60px;
}

.content-column {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

.section-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 20px 0;
    padding: 0 10px;
}

.section-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feature-list li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #3f91cf;
    font-size: 20px;
    font-weight: bold;
}

.feature-table {
    max-width: 100%;
    width: auto;
    border-collapse: collapse;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.feature-table th {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 15px 20px;
    background-color: #3f91cf;
    color: #ffffff;
}

.feature-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.feature-table tr:last-child {
    border-bottom: none;
}

.feature-table td {
    width: fit-content;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

.feature-table td:first-child {
    background-color: #f8f8f8;
    font-weight: normal;
    border-right: 1px solid #e0e0e0;
}

.feature-table td:not(:first-child):not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.feature-table td:not(:first-child) {
    background-color: #ffffff;
    font-weight: normal;
    width: 40%;
}

.feature-table tr:hover td:first-child {
    background-color: #f0f0f0;
}

.feature-table tr:hover td:not(:first-child) {
    background-color: #fafafa;
}
@media (max-width: 1024px) {
    
    .hero-section {
        gap: 60px;
        padding: 60px 0;
    }
    
    .hero-title {
        font-size: 36px;
    }
    
    .content-row {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    
    .hero-section {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .cta-button {
        align-self: center;
    }
    
    .content-row{
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .feature-table th,
    .feature-table td {
        font-size: 14px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 24px;
    }
}
/* End */
/* /local/include/landing/shpunt_larsena_l5um.css?17682383864075 */
