.hero-02a09247-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 60px 20px;
    font-family: sans-serif;
    background: #f4faff;
    border-radius: 24px;
}

.hero-02a09247-content {
    flex: 1 1 500px;
    max-width: 650px;
}

.hero-02a09247-top-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.hero-02a09247-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 800;
    color: #0b1839;
    margin-bottom: 24px;
}

.hero-02a09247-title .highlight {
    color: #0c8a5a;
}

.hero-02a09247-description {
    font-size: 18px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 40px;
}

.hero-02a09247-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

.hero-02a09247-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-02a09247-btn-primary {
    color: #fff;
}

.hero-02a09247-btn-primary:hover {
    opacity: 0.9;
}

.hero-02a09247-btn-secondary {
    background: transparent;
}

.hero-02a09247-btn-secondary:hover {
    background: rgba(0,0,0,0.03);
}

.hero-02a09247-features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #e2e8f0;
    padding-top: 24px;
}

.hero-02a09247-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #1a202c;
    font-weight: 500;
}

.hero-02a09247-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-02a09247-feature-icon svg {
    width: 16px;
    height: 16px;
}

.hero-02a09247-feature-icon i {
    font-size: 16px;
}

.hero-02a09247-visual {
    flex: 1 1 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-02a09247-visual img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}