.hero-1da7d578 {
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    position: relative;
}

.hero-1da7d578-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 100px 0;
    gap: 40px;
}

@media (max-width: 768px) {
    .hero-1da7d578-main {
        flex-direction: column;
        padding: 40px 0 80px 0;
    }
}

.hero-1da7d578-content {
    flex: 1;
    max-width: 50%;
}

@media (max-width: 768px) {
    .hero-1da7d578-content {
        max-width: 100%;
    }
}

.hero-1da7d578-subtitle {
    color: #e66a00;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-1da7d578-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
    color: #111;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .hero-1da7d578-title {
        font-size: 36px;
    }
}

.hero-1da7d578-desc {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 90%;
}

.hero-1da7d578-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-1da7d578-btn {
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hero-1da7d578-btn-1 {
    background-color: #e66a00;
    color: #fff !important;
    border: 2px solid #e66a00;
}
.hero-1da7d578-btn-1:hover {
    background-color: #c95c00;
    border-color: #c95c00;
}

.hero-1da7d578-btn-2 {
    background-color: transparent;
    color: #333 !important;
    border: 2px solid #ddd;
}
.hero-1da7d578-btn-2:hover {
    border-color: #999;
    color: #000 !important;
}

.hero-1da7d578-image-wrap {
    flex: 1;
    text-align: right;
}
.hero-1da7d578-image-wrap img {
    max-width: 100%;
    height: auto;
}

.hero-1da7d578-features {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    margin-top: -60px;
    position: relative;
    z-index: 10;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .hero-1da7d578-features {
        margin-top: 20px;
        flex-direction: column;
        gap: 30px;
    }
}

.hero-1da7d578-feature {
    flex: 1;
    text-align: center;
    border-right: 1px solid #eee;
    padding: 0 15px;
}
.hero-1da7d578-feature:last-child {
    border-right: none;
}
@media (max-width: 768px) {
    .hero-1da7d578-feature {
        border-right: none;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .hero-1da7d578-feature:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.hero-1da7d578-feature-icon {
    font-size: 36px;
    color: #e66a00;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.hero-1da7d578-feature-icon svg {
    width: 36px;
    height: 36px;
    fill: #e66a00;
}

.hero-1da7d578-feature-title {
    font-weight: 700;
    font-size: 16px;
    color: #111;
    margin-bottom: 6px;
}

.hero-1da7d578-feature-subtitle {
    font-size: 14px;
    color: #777;
}
